/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
/* CSS only classes */
.coral--light  {
  background-color: rgb(245, 245, 245);
}

.coral--light,.coral--lightest  {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.coral--lightest  {
  background-color: rgb(255, 255, 255);
}

.coral--dark  {
  background-color: rgb(50, 50, 50);
}

.coral--dark,.coral--darkest  {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.coral--darkest  {
  background-color: rgb(30, 30, 30);
}

body {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  font-size: 14px;
}
body:lang(ar) {
    font-family: myriad-arabic, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  }
body:lang(he) {
    font-family: myriad-hebrew, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  }
body:lang(zh-Hans) {
    font-family: adobe-clean-han-simplified-c, source-han-simplified-c, 'SimSun', 'Heiti SC Light', 'sans-serif';
  }
body:lang(zh-Hant) {
    font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';
  }
body:lang(zh) {
    font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';
  }
body:lang(ko) {
    font-family: adobe-clean-han-korean, source-han-korean, 'Malgun Gothic', 'Apple Gothic', 'sans-serif';
  }
body:lang(ja) {
    font-family: adobe-clean-han-japanese, source-han-japanese, 'Yu Gothic', '\30E1 \30A4 \30EA \30AA', '\30D2 \30E9 \30AE \30CE \89D2 \30B4  Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Osaka', '\FF2D \FF33 \FF30 \30B4 \30B7 \30C3 \30AF', 'MS PGothic', 'sans-serif';
  }
body,
.coral-Body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
}
.coral-Body--italic {
  font-style: italic;
}
.coral-Body1 {
  

    font-size: 20px;

    
  }
.coral-Body1,.coral-Body2,
.coral-Body--large {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Body2,
.coral-Body--large {
  

    font-size: 18px;

    
  }
.coral-Body3 {
  

    font-size: 16px;

    
  }
.coral-Body3,.coral-Body4,
.coral-Body--secondary {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Body4,
.coral-Body--secondary {
  

    font-size: 14px;

    
  }
.coral-Body5,
.coral-Body--small {
  

    font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading1 {
  

    font-size: 36px;

    
  }
.coral-Heading1,.coral-Heading2 {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading2 {
  

    font-size: 28px;

    
  }
.coral-Heading3 {
  

    font-size: 22px;

    
  }
.coral-Heading3,.coral-Heading4,
.coral-Heading.coral-Heading--3 {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading4,
.coral-Heading.coral-Heading--3 {
  

    font-size: 18px;

    
  }
.coral-Heading5 {
  

    font-size: 16px;

    
  }
.coral-Heading5,.coral-Heading6,
.coral-Heading.coral-Heading--4 {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading6,
.coral-Heading.coral-Heading--4 {
  

    font-size: 14px;

    
  }
._coral-Subheading,
.coral-Heading.coral-Heading--5 {
  line-height: 1.3;

    
  }
._coral-Subheading,
.coral-Heading.coral-Heading--5,.coral-Detail {
  

    font-size: 11px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Detail {
  line-height: 1.5;

    
  }
.coral-Heading1--quiet {
  

    font-size: 36px;

    
  }
.coral-Heading1--quiet,.coral-Heading2--quiet,
.coral-Heading.coral-Heading--2 {
  font-weight: 300;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading2--quiet,
.coral-Heading.coral-Heading--2 {
  

    font-size: 28px;

    
  }
.coral-Heading1--strong {
  

    font-size: 36px;

    
  }
.coral-Heading1--strong,.coral-Heading2--strong {
  font-weight: 900;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading2--strong {
  

    font-size: 28px;

    
  }
.coral-Heading1--display {
  

    font-size: 60px;

    
  }
.coral-Heading1--display,.coral-Heading2--display {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading2--display {
  

    font-size: 45px;

    
  }
.coral-Heading1--display.coral-Heading1--strong {
  

    font-size: 60px;

    
  }
.coral-Heading1--display.coral-Heading1--strong,.coral-Heading2--display.coral-Heading2--strong {
  font-weight: 900;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading2--display.coral-Heading2--strong {
  

    font-size: 45px;

    
  }
.coral-Heading1--display.coral-Heading1--quiet {
  

    font-size: 60px;
  font-weight: 300;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading2--display.coral-Heading2--quiet,
.coral-Heading.coral-Heading--1 {
  

    font-size: 45px;
  font-weight: 300;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body .coral-Body1 {
    margin-top: 0px;
    margin-bottom: 16px;
  }
body .coral-Body2,
body .coral-Body--large {
    margin-top: 0px;
    margin-bottom: 13px;
  }
body .coral-Body3 {
    margin-top: 0px;
    margin-bottom: 12px;
  }
body .coral-Body4,
body .coral-Body--secondary {
    margin-top: 0px;
    margin-bottom: 10px;
  }
body .coral-Body5,
body .coral-Body--small {
    margin-top: 0px;
    margin-bottom: 9px;
  }
body .coral-Heading1 {
    margin-top: 32px;
    margin-bottom: 9px;
  }
body .coral-Heading2 {
    margin-top: 25px;
    margin-bottom: 7px;
  }
body .coral-Heading3 {
    margin-top: 20px;
    margin-bottom: 6px;
  }
body .coral-Heading4,
body .coral-Heading.coral-Heading--3 {
    margin-top: 16px;
    margin-bottom: 5px;
  }
body .coral-Heading5 {
    margin-top: 14px;
    margin-bottom: 4px;
  }
body .coral-Heading6,
body .coral-Heading.coral-Heading--4,body ._coral-Subheading,
body .coral-Heading.coral-Heading--5 {
    margin-top: 12px;
    margin-bottom: 3px;
  }
body .coral-Detail {
    margin-top: 0px;
    margin-bottom: 8px;
  }
body .coral-Heading1--quiet {
    margin-top: 32px;
    margin-bottom: 9px;
  }
body .coral-Heading2--quiet,
body .coral-Heading.coral-Heading--2 {
    margin-top: 25px;
    margin-bottom: 7px;
  }
body .coral-Heading1--strong {
    margin-top: 32px;
    margin-bottom: 9px;
  }
body .coral-Heading2--strong {
    margin-top: 25px;
    margin-bottom: 7px;
  }
body .coral-Heading1--display {
    margin-top: 50px;
    margin-bottom: 11px;
  }
body .coral-Heading2--display {
    margin-top: 36px;
    margin-bottom: 10px;
  }
body .coral-Heading1--display.coral-Heading1--strong {
    margin-top: 50px;
    margin-bottom: 11px;
  }
body .coral-Heading2--display.coral-Heading2--strong {
    margin-top: 36px;
    margin-bottom: 10px;
  }
body .coral-Heading1--display.coral-Heading1--quiet {
    margin-top: 50px;
    margin-bottom: 11px;
  }
body .coral-Heading2--display.coral-Heading2--quiet,
body .coral-Heading.coral-Heading--1 {
    margin-top: 36px;
    margin-bottom: 10px;
  }
._coral-Article {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
._coral-Article .coral-Body1 {
  

    font-size: 20px;

    
  }
._coral-Article .coral-Body1,._coral-Article .coral-Body2,
._coral-Article .coral-Body--large {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Body2,
._coral-Article .coral-Body--large {
  

    font-size: 18px;

    
  }
._coral-Article .coral-Body3 {
  

    font-size: 16px;

    
  }
._coral-Article .coral-Body3,._coral-Article .coral-Body4,
._coral-Article .coral-Body--secondary {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Body4,
._coral-Article .coral-Body--secondary {
  

    font-size: 14px;

    
  }
._coral-Article .coral-Body5,
._coral-Article .coral-Body--small {
  

    font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Heading1 {
  

    font-size: 36px;

    
  }
._coral-Article .coral-Heading1,._coral-Article .coral-Heading2 {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Heading2 {
  

    font-size: 28px;

    
  }
._coral-Article .coral-Heading3 {
  

    font-size: 22px;

    
  }
._coral-Article .coral-Heading3,._coral-Article .coral-Heading4,
._coral-Article .coral-Heading.coral-Heading--3 {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Heading4,
._coral-Article .coral-Heading.coral-Heading--3 {
  

    font-size: 18px;

    
  }
._coral-Article .coral-Heading5 {
  

    font-size: 16px;

    
  }
._coral-Article .coral-Heading5,._coral-Article .coral-Heading6,
._coral-Article .coral-Heading.coral-Heading--4 {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Heading6,
._coral-Article .coral-Heading.coral-Heading--4 {
  

    font-size: 14px;

    
  }
._coral-Article ._coral-Subheading,
._coral-Article .coral-Heading.coral-Heading--5 {
  

    font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Detail {
  

    font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Heading1--quiet {
  

    font-size: 36px;

    
  }
._coral-Article .coral-Heading1--quiet,._coral-Article .coral-Heading2--quiet,
._coral-Article .coral-Heading.coral-Heading--2 {
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Heading2--quiet,
._coral-Article .coral-Heading.coral-Heading--2 {
  

    font-size: 28px;

    
  }
._coral-Article .coral-Heading1--display {
  

    font-size: 60px;

    
  }
._coral-Article .coral-Heading1--display,._coral-Article .coral-Heading2--display {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Heading2--display {
  

    font-size: 45px;

    
  }
._coral-Article .coral-Heading1--display.coral-Heading1--quiet {
  

    font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
._coral-Article .coral-Heading2--display.coral-Heading2--quiet,
._coral-Article .coral-Heading.coral-Heading--1 {
  

    font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body1, body:lang(ko) .coral-Body1, body:lang(zh) .coral-Body1 {
  

    font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body2,
body:lang(ko) .coral-Body2,
body:lang(zh) .coral-Body2,
body:lang(ja) .coral-Body--large,
body:lang(ko) .coral-Body--large,
body:lang(zh) .coral-Body--large {
  

    font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body3, body:lang(ko) .coral-Body3, body:lang(zh) .coral-Body3 {
  

    font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body4,
body:lang(ko) .coral-Body4,
body:lang(zh) .coral-Body4,
body:lang(ja) .coral-Body--secondary,
body:lang(ko) .coral-Body--secondary,
body:lang(zh) .coral-Body--secondary {
  

    font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body5,
body:lang(ko) .coral-Body5,
body:lang(zh) .coral-Body5,
body:lang(ja) .coral-Body--small,
body:lang(ko) .coral-Body--small,
body:lang(zh) .coral-Body--small {
  

    font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading1, body:lang(ko) .coral-Heading1, body:lang(zh) .coral-Heading1 {
  

    font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading2, body:lang(ko) .coral-Heading2, body:lang(zh) .coral-Heading2 {
  

    font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading3, body:lang(ko) .coral-Heading3, body:lang(zh) .coral-Heading3 {
  

    font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading4,
body:lang(ko) .coral-Heading4,
body:lang(zh) .coral-Heading4,
body:lang(ja) .coral-Heading.coral-Heading--3,
body:lang(ko) .coral-Heading.coral-Heading--3,
body:lang(zh) .coral-Heading.coral-Heading--3 {
  

    font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading5, body:lang(ko) .coral-Heading5, body:lang(zh) .coral-Heading5 {
  

    font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading6,
body:lang(ko) .coral-Heading6,
body:lang(zh) .coral-Heading6,
body:lang(ja) .coral-Heading.coral-Heading--4,
body:lang(ko) .coral-Heading.coral-Heading--4,
body:lang(zh) .coral-Heading.coral-Heading--4 {
  

    font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) ._coral-Subheading,
body:lang(ko) ._coral-Subheading,
body:lang(zh) ._coral-Subheading,
body:lang(ja) .coral-Heading.coral-Heading--5,
body:lang(ko) .coral-Heading.coral-Heading--5,
body:lang(zh) .coral-Heading.coral-Heading--5 {
  

    font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Detail, body:lang(ko) .coral-Detail, body:lang(zh) .coral-Detail {
  

    font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading1--quiet, body:lang(ko) .coral-Heading1--quiet, body:lang(zh) .coral-Heading1--quiet {
  

    font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading2--quiet,
body:lang(ko) .coral-Heading2--quiet,
body:lang(zh) .coral-Heading2--quiet,
body:lang(ja) .coral-Heading.coral-Heading--2,
body:lang(ko) .coral-Heading.coral-Heading--2,
body:lang(zh) .coral-Heading.coral-Heading--2 {
  

    font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading1--strong, body:lang(ko) .coral-Heading1--strong, body:lang(zh) .coral-Heading1--strong {
  

    font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading2--strong, body:lang(ko) .coral-Heading2--strong, body:lang(zh) .coral-Heading2--strong {
  

    font-size: 25px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading1--display, body:lang(ko) .coral-Heading1--display, body:lang(zh) .coral-Heading1--display {
  

    font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading2--display, body:lang(ko) .coral-Heading2--display, body:lang(zh) .coral-Heading2--display {
  

    font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading1--display.coral-Heading1--strong, body:lang(ko) .coral-Heading1--display.coral-Heading1--strong, body:lang(zh) .coral-Heading1--display.coral-Heading1--strong {
  

    font-size: 60px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading2--display.coral-Heading2--strong, body:lang(ko) .coral-Heading2--display.coral-Heading2--strong, body:lang(zh) .coral-Heading2--display.coral-Heading2--strong {
  

    font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading1--display.coral-Heading1--quiet, body:lang(ko) .coral-Heading1--display.coral-Heading1--quiet, body:lang(zh) .coral-Heading1--display.coral-Heading1--quiet {
  

    font-size: 60px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading2--display.coral-Heading2--quiet,
body:lang(ko) .coral-Heading2--display.coral-Heading2--quiet,
body:lang(zh) .coral-Heading2--display.coral-Heading2--quiet,
body:lang(ja) .coral-Heading.coral-Heading--1,
body:lang(ko) .coral-Heading.coral-Heading--1,
body:lang(zh) .coral-Heading.coral-Heading--1 {
  

    font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Code1 {
  

    font-size: 20px;

    
  }
.coral-Code1,.coral-Code2 {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral-Code2 {
  

    font-size: 18px;

    
  }
.coral-Code3 {
  

    font-size: 16px;

    
  }
.coral-Code3,.coral-Code4 {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral-Code4 {
  

    font-size: 14px;

    
  }
.coral-Code5 {
  

    font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral-Heading--XXXL {
  

    font-size: 60px;

    
  }
.coral-Heading--XXXL,.coral-Heading--XXL {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading--XXL {
  

    font-size: 45px;

    
  }
.coral-Heading--XL {
  

    font-size: 36px;

    
  }
.coral-Heading--XL,.coral-Heading--L {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading--L {
  

    font-size: 28px;

    
  }
.coral-Heading--M {
  

    font-size: 22px;

    
  }
.coral-Heading--M,.coral-Heading--S {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading--S {
  

    font-size: 18px;

    
  }
.coral-Heading--XS {
  

    font-size: 16px;

    
  }
.coral-Heading--XS,.coral-Heading--XXS {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Heading--XXS {
  

    font-size: 14px;

    
  }
.coral-Heading {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  font-weight: 700;
}
.coral-Heading em, .coral-Heading .coral-Heading-emphasis {
    font-style: italic;
  }
.coral-Heading strong, .coral-Heading .coral-Heading-strong {
    font-weight: 900;
  }
.coral-Heading--serif {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
.coral-Heading--heavy {
  font-weight: 900;
}
.coral-Heading--heavy em, .coral-Heading--heavy .coral-Heading-emphasis {
    font-style: italic;
  }
.coral-Heading--heavy strong, .coral-Heading--heavy .coral-Heading-strong {
    font-weight: 900;
  }
.coral-Heading--light {
  font-weight: 300;
}
.coral-Heading--light em, .coral-Heading--light .coral-Heading-emphasis {
    font-style: italic;
  }
.coral-Heading--light strong, .coral-Heading--light .coral-Heading-strong {
    font-weight: 700;
  }
.coral-Body--XXXL {
  

    font-size: 25px;

    
  }
.coral-Body--XXXL,.coral-Body--XXL {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Body--XXL {
  

    font-size: 22px;

    
  }
.coral-Body--XL {
  

    font-size: 20px;

    
  }
.coral-Body--XL,.coral-Body--L {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Body--L {
  

    font-size: 18px;

    
  }
.coral-Body--M {
  

    font-size: 16px;

    
  }
.coral-Body--M,.coral-Body--S {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Body--S {
  

    font-size: 14px;

    
  }
.coral-Body--XS {
  

    font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
.coral-Body {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
}
.coral-Body strong, .coral-Body .coral-Body-strong {
    font-weight: 700;
  }
.coral-Body em, .coral-Body .coral-Body-emphasis {
    font-style: italic;
  }
.coral-Body--serif {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
.coral-Detail {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
}
.coral-Detail strong, .coral-Detail .coral-Detail-strong {
    font-weight: 900;
  }
.coral-Detail em, .coral-Detail .coral-Detail-emphasis {
    font-style: italic;
  }
.coral-Detail--light {
  font-style: normal;
  font-weight: 400;
}
.coral-Detail--serif {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
.coral-Detail--XL {
  font-style: normal;
  
  }
.coral-Detail--XL,.coral-Detail--XL em {
  

    font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
.coral-Detail--XL em {
  font-style: italic;

    }
.coral-Detail--XL strong {
        font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
.coral-Detail--L {
  font-style: normal;
  
  }
.coral-Detail--L,.coral-Detail--L em {
  

    font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
.coral-Detail--L em {
  font-style: italic;

    }
.coral-Detail--L strong {
        font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
.coral-Detail--M {
  font-style: normal;
  
  }
.coral-Detail--M,.coral-Detail--M em {
  

    font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
.coral-Detail--M em {
  font-style: italic;

    }
.coral-Detail--M strong {
        font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
.coral-Detail--S {
  font-style: normal;
  
  }
.coral-Detail--S,.coral-Detail--S em {
  

    font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
.coral-Detail--S em {
  font-style: italic;

    }
.coral-Detail--S strong {
        font-size: 11px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
.coral-Code {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
}
.coral-Code strong, .coral-Code .coral-Code-strong {
    font-weight: 700;
  }
.coral-Code em, .coral-Code .coral-Code-emphasis {
    font-style: italic;
  }
.coral-Code--serif {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
.coral-Code--XL {
  

    font-size: 20px;

    
  }
.coral-Code--XL,.coral-Code--L {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral-Code--L {
  

    font-size: 18px;

    
  }
.coral-Code--M {
  

    font-size: 16px;

    
  }
.coral-Code--M,.coral-Code--S {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral-Code--S {
  

    font-size: 14px;

    
  }
.coral-Code--XS {
  

    font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
body .coral-Heading--XXXL {
    margin-top: 50px;
    margin-bottom: 11px;
  }
body .coral-Heading--XXL {
    margin-top: 36px;
    margin-bottom: 10px;
  }
body .coral-Heading--XL {
    margin-top: 32px;
    margin-bottom: 9px;
  }
body .coral-Heading--L {
    margin-top: 25px;
    margin-bottom: 7px;
  }
body .coral-Heading--M {
    margin-top: 20px;
    margin-bottom: 6px;
  }
body .coral-Heading--S {
    margin-top: 16px;
    margin-bottom: 5px;
  }
body .coral-Heading--XS {
    margin-top: 14px;
    margin-bottom: 4px;
  }
body .coral-Heading--XXS {
    margin-top: 12px;
    margin-bottom: 3px;
  }
body .coral-Body--XXXL {
    margin-top: 0px;
    margin-bottom: 32px;
  }
body .coral-Body--XXL {
    margin-top: 0px;
    margin-bottom: 24px;
  }
body .coral-Body--XL {
    margin-top: 0px;
    margin-bottom: 16px;
  }
body .coral-Body--L {
    margin-top: 0px;
    margin-bottom: 13px;
  }
body .coral-Body--M {
    margin-top: 0px;
    margin-bottom: 12px;
  }
body .coral-Body--S {
    margin-top: 0px;
    margin-bottom: 10px;
  }
body .coral-Body--XS {
    margin-top: 0px;
    margin-bottom: 9px;
  }
body:lang(ja) .coral-Heading--XXXL, body:lang(ko) .coral-Heading--XXXL, body:lang(zh) .coral-Heading--XXXL {
  

    font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading--XXL, body:lang(ko) .coral-Heading--XXL, body:lang(zh) .coral-Heading--XXL {
  

    font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading--XL, body:lang(ko) .coral-Heading--XL, body:lang(zh) .coral-Heading--XL {
  

    font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading--L, body:lang(ko) .coral-Heading--L, body:lang(zh) .coral-Heading--L {
  

    font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading--M, body:lang(ko) .coral-Heading--M, body:lang(zh) .coral-Heading--M {
  

    font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading--S, body:lang(ko) .coral-Heading--S, body:lang(zh) .coral-Heading--S {
  

    font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading--XS, body:lang(ko) .coral-Heading--XS, body:lang(zh) .coral-Heading--XS {
  

    font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading--XXS, body:lang(ko) .coral-Heading--XXS, body:lang(zh) .coral-Heading--XXS {
  

    font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Heading--heavy, body:lang(ko) .coral-Heading--heavy, body:lang(zh) .coral-Heading--heavy {
      font-weight: 700;
    }
body:lang(ja) .coral-Heading--heavy em, body:lang(ja) .coral-Heading--heavy .coral-Heading--emphasis, body:lang(ko) .coral-Heading--heavy em, body:lang(ko) .coral-Heading--heavy .coral-Heading--emphasis, body:lang(zh) .coral-Heading--heavy em, body:lang(zh) .coral-Heading--heavy .coral-Heading--emphasis {
        font-style: normal;
        font-weight: 900;
      }
body:lang(ja) .coral-Heading--heavy strong, body:lang(ja) .coral-Heading--heavy .coral-Heading--strong, body:lang(ko) .coral-Heading--heavy strong, body:lang(ko) .coral-Heading--heavy .coral-Heading--strong, body:lang(zh) .coral-Heading--heavy strong, body:lang(zh) .coral-Heading--heavy .coral-Heading--strong {
        font-style: normal;
        font-weight: 900;
      }
body:lang(ja) .coral-Heading--light, body:lang(ko) .coral-Heading--light, body:lang(zh) .coral-Heading--light {
      font-weight: 700;
    }
body:lang(ja) .coral-Heading--light em, body:lang(ja) .coral-Heading--light .coral-Heading--emphasis, body:lang(ko) .coral-Heading--light em, body:lang(ko) .coral-Heading--light .coral-Heading--emphasis, body:lang(zh) .coral-Heading--light em, body:lang(zh) .coral-Heading--light .coral-Heading--emphasis {
        font-style: normal;
        font-weight: 400;
      }
body:lang(ja) .coral-Heading--light strong, body:lang(ja) .coral-Heading--light .coral-Heading--strong, body:lang(ko) .coral-Heading--light strong, body:lang(ko) .coral-Heading--light .coral-Heading--strong, body:lang(zh) .coral-Heading--light strong, body:lang(zh) .coral-Heading--light .coral-Heading--strong {
        font-style: normal;
        font-weight: 700;
      }
body:lang(ja) .coral-Body--XXXL, body:lang(ko) .coral-Body--XXXL, body:lang(zh) .coral-Body--XXXL {
  

    font-size: 25px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body--XXL, body:lang(ko) .coral-Body--XXL, body:lang(zh) .coral-Body--XXL {
  

    font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body--XL, body:lang(ko) .coral-Body--XL, body:lang(zh) .coral-Body--XL {
  

    font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body--L, body:lang(ko) .coral-Body--L, body:lang(zh) .coral-Body--L {
  

    font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body--M, body:lang(ko) .coral-Body--M, body:lang(zh) .coral-Body--M {
  

    font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body--S, body:lang(ko) .coral-Body--S, body:lang(zh) .coral-Body--S {
  

    font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Body--XS, body:lang(ko) .coral-Body--XS, body:lang(zh) .coral-Body--XS {
  

    font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;

    
  }
body:lang(ja) .coral-Detail--XL, body:lang(ko) .coral-Detail--XL, body:lang(zh) .coral-Detail--XL {
  

    font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  
  }
body:lang(ja) .coral-Detail--XL em, body:lang(ko) .coral-Detail--XL em, body:lang(zh) .coral-Detail--XL em {
        font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
body:lang(ja) .coral-Detail--XL strong, body:lang(ko) .coral-Detail--XL strong, body:lang(zh) .coral-Detail--XL strong {
        font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
body:lang(ja) .coral-Detail--L, body:lang(ko) .coral-Detail--L, body:lang(zh) .coral-Detail--L {
  

    font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  
  }
body:lang(ja) .coral-Detail--L em, body:lang(ko) .coral-Detail--L em, body:lang(zh) .coral-Detail--L em {
        font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
body:lang(ja) .coral-Detail--L strong, body:lang(ko) .coral-Detail--L strong, body:lang(zh) .coral-Detail--L strong {
        font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
body:lang(ja) .coral-Detail--M, body:lang(ko) .coral-Detail--M, body:lang(zh) .coral-Detail--M {
  

    font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  
  }
body:lang(ja) .coral-Detail--M em, body:lang(ko) .coral-Detail--M em, body:lang(zh) .coral-Detail--M em {
        font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
body:lang(ja) .coral-Detail--M strong, body:lang(ko) .coral-Detail--M strong, body:lang(zh) .coral-Detail--M strong {
        font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
body:lang(ja) .coral-Detail--S, body:lang(ko) .coral-Detail--S, body:lang(zh) .coral-Detail--S {
  

    font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  
  }
body:lang(ja) .coral-Detail--S em, body:lang(ko) .coral-Detail--S em, body:lang(zh) .coral-Detail--S em {
        font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
body:lang(ja) .coral-Detail--S strong, body:lang(ko) .coral-Detail--S strong, body:lang(zh) .coral-Detail--S strong {
        font-size: 11px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

    }
body:lang(ja) .coral-Detail--light, body:lang(ko) .coral-Detail--light, body:lang(zh) .coral-Detail--light {
      font-weight: 700;
    }
body:lang(ja) .coral-Detail--light em, body:lang(ja) .coral-Detail--light .coral-Detail--emphasis, body:lang(ko) .coral-Detail--light em, body:lang(ko) .coral-Detail--light .coral-Detail--emphasis, body:lang(zh) .coral-Detail--light em, body:lang(zh) .coral-Detail--light .coral-Detail--emphasis {
        font-style: normal;
        font-weight: 400;
      }
body:lang(ja) .coral-Detail--light strong, body:lang(ja) .coral-Detail--light .coral-Detail--strong, body:lang(ko) .coral-Detail--light strong, body:lang(ko) .coral-Detail--light .coral-Detail--strong, body:lang(zh) .coral-Detail--light strong, body:lang(zh) .coral-Detail--light .coral-Detail--strong {
        font-style: normal;
        font-weight: 700;
      }
body:lang(ja) .coral-Code--XL, body:lang(ko) .coral-Code--XL, body:lang(zh) .coral-Code--XL {
  

    font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }
body:lang(ja) .coral-Code--L, body:lang(ko) .coral-Code--L, body:lang(zh) .coral-Code--L {
  

    font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }
body:lang(ja) .coral-Code--M, body:lang(ko) .coral-Code--M, body:lang(zh) .coral-Code--M {
  

    font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }
body:lang(ja) .coral-Code--S, body:lang(ko) .coral-Code--S, body:lang(zh) .coral-Code--S {
  

    font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }
body:lang(ja) .coral-Code--XS, body:lang(ko) .coral-Code--XS, body:lang(zh) .coral-Code--XS {
  

    font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }

.coral--large body {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  font-size: 17px;
}
.coral--large body:lang(ar) {
    font-family: myriad-arabic, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  }
.coral--large body:lang(he) {
    font-family: myriad-hebrew, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  }
.coral--large body:lang(zh-Hans) {
    font-family: adobe-clean-han-simplified-c, source-han-simplified-c, 'SimSun', 'Heiti SC Light', 'sans-serif';
  }
.coral--large body:lang(zh-Hant) {
    font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';
  }
.coral--large body:lang(zh) {
    font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';
  }
.coral--large body:lang(ko) {
    font-family: adobe-clean-han-korean, source-han-korean, 'Malgun Gothic', 'Apple Gothic', 'sans-serif';
  }
.coral--large body:lang(ja) {
    font-family: adobe-clean-han-japanese, source-han-japanese, 'Yu Gothic', '\30E1 \30A4 \30EA \30AA', '\30D2 \30E9 \30AE \30CE \89D2 \30B4  Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Osaka', '\FF2D \FF33 \FF30 \30B4 \30B7 \30C3 \30AF', 'MS PGothic', 'sans-serif';
  }
.coral--largebody,
.coral--large.coral-Body,
.coral--large body,
.coral--large .coral-Body {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
}
.coral--large .coral-Body--italic {
  font-style: italic;
}
.coral--large .coral-Body1 {
  

    font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Body2,
.coral--large .coral-Body--large {
  

    font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Body3 {
  

    font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Body4,
.coral--large .coral-Body--secondary {
  

    font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Body5,
.coral--large .coral-Body--small {
  

    font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading1 {
  

    font-size: 44px;

    
  }
.coral--large .coral-Heading1,.coral--large .coral-Heading2 {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading2 {
  

    font-size: 34px;

    
  }
.coral--large .coral-Heading3 {
  

    font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading4,
.coral--large .coral-Heading.coral-Heading--3 {
  

    font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading5 {
  

    font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading6,
.coral--large .coral-Heading.coral-Heading--4 {
  

    font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large ._coral-Subheading,
.coral--large .coral-Heading.coral-Heading--5 {
  

    font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    
  }
.coral--large .coral-Detail {
  

    font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    
  }
.coral--large .coral-Heading1--quiet {
  

    font-size: 44px;
  font-weight: 300;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading2--quiet,
.coral--large .coral-Heading.coral-Heading--2 {
  

    font-size: 34px;
  font-weight: 300;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading1--strong {
  

    font-size: 44px;

    
  }
.coral--large .coral-Heading1--strong,.coral--large .coral-Heading2--strong {
  font-weight: 900;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading2--strong {
  

    font-size: 34px;

    
  }
.coral--large .coral-Heading1--display {
  

    font-size: 70px;

    
  }
.coral--large .coral-Heading1--display,.coral--large .coral-Heading2--display {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading2--display {
  

    font-size: 55px;

    
  }
.coral--large .coral-Heading1--display.coral-Heading1--strong {
  

    font-size: 70px;
  font-weight: 900;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading2--display.coral-Heading2--strong {
  

    font-size: 55px;
  font-weight: 900;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading1--display.coral-Heading1--quiet {
  

    font-size: 70px;
  font-weight: 300;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading2--display.coral-Heading2--quiet,
.coral--large .coral-Heading.coral-Heading--1 {
  

    font-size: 55px;
  font-weight: 300;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large body .coral-Body1 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
.coral--large body .coral-Body2,
.coral--large body .coral-Body--large {
    margin-top: 0px;
    margin-bottom: 16px;
  }
.coral--large body .coral-Body3 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
.coral--large body .coral-Body4,
.coral--large body .coral-Body--secondary {
    margin-top: 0px;
    margin-bottom: 13px;
  }
.coral--large body .coral-Body5,
.coral--large body .coral-Body--small {
    margin-top: 0px;
    margin-bottom: 11px;
  }
.coral--large body .coral-Heading1 {
    margin-top: 39px;
    margin-bottom: 11px;
  }
.coral--large body .coral-Heading2 {
    margin-top: 31px;
    margin-bottom: 9px;
  }
.coral--large body .coral-Heading3 {
    margin-top: 24px;
    margin-bottom: 8px;
  }
.coral--large body .coral-Heading4,
.coral--large body .coral-Heading.coral-Heading--3 {
    margin-top: 19px;
    margin-bottom: 6px;
  }
.coral--large body .coral-Heading5 {
    margin-top: 17px;
    margin-bottom: 5px;
  }
.coral--large body .coral-Heading6,
.coral--large body .coral-Heading.coral-Heading--4,.coral--large body ._coral-Subheading,
.coral--large body .coral-Heading.coral-Heading--5 {
    margin-top: 15px;
    margin-bottom: 4px;
  }
.coral--large body .coral-Detail {
    margin-top: 0px;
    margin-bottom: 10px;
  }
.coral--large body .coral-Heading1--quiet {
    margin-top: 39px;
    margin-bottom: 11px;
  }
.coral--large body .coral-Heading2--quiet,
.coral--large body .coral-Heading.coral-Heading--2 {
    margin-top: 31px;
    margin-bottom: 9px;
  }
.coral--large body .coral-Heading1--strong {
    margin-top: 39px;
    margin-bottom: 11px;
  }
.coral--large body .coral-Heading2--strong {
    margin-top: 31px;
    margin-bottom: 9px;
  }
.coral--large body .coral-Heading1--display {
    margin-top: 62px;
    margin-bottom: 14px;
  }
.coral--large body .coral-Heading2--display {
    margin-top: 44px;
    margin-bottom: 13px;
  }
.coral--large body .coral-Heading1--display.coral-Heading1--strong {
    margin-top: 62px;
    margin-bottom: 14px;
  }
.coral--large body .coral-Heading2--display.coral-Heading2--strong {
    margin-top: 44px;
    margin-bottom: 13px;
  }
.coral--large body .coral-Heading1--display.coral-Heading1--quiet {
    margin-top: 62px;
    margin-bottom: 14px;
  }
.coral--large body .coral-Heading2--display.coral-Heading2--quiet,
.coral--large body .coral-Heading.coral-Heading--1 {
    margin-top: 44px;
    margin-bottom: 13px;
  }
.coral--large ._coral-Article {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
.coral--large ._coral-Article .coral-Body1 {
  

    font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Body2,
.coral--large ._coral-Article .coral-Body--large {
  

    font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Body3 {
  

    font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Body4,
.coral--large ._coral-Article .coral-Body--secondary {
  

    font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Body5,
.coral--large ._coral-Article .coral-Body--small {
  

    font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading1 {
  

    font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading2 {
  

    font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading3 {
  

    font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading4,
.coral--large ._coral-Article .coral-Heading.coral-Heading--3 {
  

    font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading5 {
  

    font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading6,
.coral--large ._coral-Article .coral-Heading.coral-Heading--4 {
  

    font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article ._coral-Subheading,
.coral--large ._coral-Article .coral-Heading.coral-Heading--5 {
  

    font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Detail {
  

    font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading1--quiet {
  

    font-size: 44px;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading2--quiet,
.coral--large ._coral-Article .coral-Heading.coral-Heading--2 {
  

    font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading1--display {
  

    font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading2--display {
  

    font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading1--display.coral-Heading1--quiet {
  

    font-size: 70px;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large ._coral-Article .coral-Heading2--display.coral-Heading2--quiet,
.coral--large ._coral-Article .coral-Heading.coral-Heading--1 {
  

    font-size: 55px;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0.0125em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body1, .coral--large body:lang(ko) .coral-Body1, .coral--large body:lang(zh) .coral-Body1 {
  

    font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body2,
.coral--large body:lang(ko) .coral-Body2,
.coral--large body:lang(zh) .coral-Body2,
.coral--large body:lang(ja) .coral-Body--large,
.coral--large body:lang(ko) .coral-Body--large,
.coral--large body:lang(zh) .coral-Body--large {
  

    font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body3, .coral--large body:lang(ko) .coral-Body3, .coral--large body:lang(zh) .coral-Body3 {
  

    font-size: 19px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body4,
.coral--large body:lang(ko) .coral-Body4,
.coral--large body:lang(zh) .coral-Body4,
.coral--large body:lang(ja) .coral-Body--secondary,
.coral--large body:lang(ko) .coral-Body--secondary,
.coral--large body:lang(zh) .coral-Body--secondary {
  

    font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body5,
.coral--large body:lang(ko) .coral-Body5,
.coral--large body:lang(zh) .coral-Body5,
.coral--large body:lang(ja) .coral-Body--small,
.coral--large body:lang(ko) .coral-Body--small,
.coral--large body:lang(zh) .coral-Body--small {
  

    font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading1, .coral--large body:lang(ko) .coral-Heading1, .coral--large body:lang(zh) .coral-Heading1 {
  

    font-size: 39px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading2, .coral--large body:lang(ko) .coral-Heading2, .coral--large body:lang(zh) .coral-Heading2 {
  

    font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading3, .coral--large body:lang(ko) .coral-Heading3, .coral--large body:lang(zh) .coral-Heading3 {
  

    font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading4,
.coral--large body:lang(ko) .coral-Heading4,
.coral--large body:lang(zh) .coral-Heading4,
.coral--large body:lang(ja) .coral-Heading.coral-Heading--3,
.coral--large body:lang(ko) .coral-Heading.coral-Heading--3,
.coral--large body:lang(zh) .coral-Heading.coral-Heading--3 {
  

    font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading5, .coral--large body:lang(ko) .coral-Heading5, .coral--large body:lang(zh) .coral-Heading5 {
  

    font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading6,
.coral--large body:lang(ko) .coral-Heading6,
.coral--large body:lang(zh) .coral-Heading6,
.coral--large body:lang(ja) .coral-Heading.coral-Heading--4,
.coral--large body:lang(ko) .coral-Heading.coral-Heading--4,
.coral--large body:lang(zh) .coral-Heading.coral-Heading--4 {
  

    font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) ._coral-Subheading,
.coral--large body:lang(ko) ._coral-Subheading,
.coral--large body:lang(zh) ._coral-Subheading,
.coral--large body:lang(ja) .coral-Heading.coral-Heading--5,
.coral--large body:lang(ko) .coral-Heading.coral-Heading--5,
.coral--large body:lang(zh) .coral-Heading.coral-Heading--5 {
  

    font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Detail, .coral--large body:lang(ko) .coral-Detail, .coral--large body:lang(zh) .coral-Detail {
  

    font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading1--quiet, .coral--large body:lang(ko) .coral-Heading1--quiet, .coral--large body:lang(zh) .coral-Heading1--quiet {
  

    font-size: 39px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading2--quiet,
.coral--large body:lang(ko) .coral-Heading2--quiet,
.coral--large body:lang(zh) .coral-Heading2--quiet,
.coral--large body:lang(ja) .coral-Heading.coral-Heading--2,
.coral--large body:lang(ko) .coral-Heading.coral-Heading--2,
.coral--large body:lang(zh) .coral-Heading.coral-Heading--2 {
  

    font-size: 31px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading1--strong, .coral--large body:lang(ko) .coral-Heading1--strong, .coral--large body:lang(zh) .coral-Heading1--strong {
  

    font-size: 39px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading2--strong, .coral--large body:lang(ko) .coral-Heading2--strong, .coral--large body:lang(zh) .coral-Heading2--strong {
  

    font-size: 31px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading1--display, .coral--large body:lang(ko) .coral-Heading1--display, .coral--large body:lang(zh) .coral-Heading1--display {
  

    font-size: 70px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading2--display, .coral--large body:lang(ko) .coral-Heading2--display, .coral--large body:lang(zh) .coral-Heading2--display {
  

    font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading1--display.coral-Heading1--strong, .coral--large body:lang(ko) .coral-Heading1--display.coral-Heading1--strong, .coral--large body:lang(zh) .coral-Heading1--display.coral-Heading1--strong {
  

    font-size: 70px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading2--display.coral-Heading2--strong, .coral--large body:lang(ko) .coral-Heading2--display.coral-Heading2--strong, .coral--large body:lang(zh) .coral-Heading2--display.coral-Heading2--strong {
  

    font-size: 44px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading1--display.coral-Heading1--quiet, .coral--large body:lang(ko) .coral-Heading1--display.coral-Heading1--quiet, .coral--large body:lang(zh) .coral-Heading1--display.coral-Heading1--quiet {
  

    font-size: 70px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading2--display.coral-Heading2--quiet,
.coral--large body:lang(ko) .coral-Heading2--display.coral-Heading2--quiet,
.coral--large body:lang(zh) .coral-Heading2--display.coral-Heading2--quiet,
.coral--large body:lang(ja) .coral-Heading.coral-Heading--1,
.coral--large body:lang(ko) .coral-Heading.coral-Heading--1,
.coral--large body:lang(zh) .coral-Heading.coral-Heading--1 {
  

    font-size: 44px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large .coral-Code1 {
  

    font-size: 24px;

    
  }
.coral--large .coral-Code1,.coral--large .coral-Code2 {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral--large .coral-Code2 {
  

    font-size: 22px;

    
  }
.coral--large .coral-Code3 {
  

    font-size: 19px;

    
  }
.coral--large .coral-Code3,.coral--large .coral-Code4 {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral--large .coral-Code4 {
  

    font-size: 17px;

    
  }
.coral--large .coral-Code5 {
  

    font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral--large .coral-Heading--XXXL {
  

    font-size: 70px;

    
  }
.coral--large .coral-Heading--XXXL,.coral--large .coral-Heading--XXL {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading--XXL {
  

    font-size: 55px;

    
  }
.coral--large .coral-Heading--XL {
  

    font-size: 44px;

    
  }
.coral--large .coral-Heading--XL,.coral--large .coral-Heading--L {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading--L {
  

    font-size: 34px;

    
  }
.coral--large .coral-Heading--M {
  

    font-size: 27px;

    
  }
.coral--large .coral-Heading--M,.coral--large .coral-Heading--S {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading--S {
  

    font-size: 22px;

    
  }
.coral--large .coral-Heading--XS {
  

    font-size: 19px;

    
  }
.coral--large .coral-Heading--XS,.coral--large .coral-Heading--XXS {
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Heading--XXS {
  

    font-size: 17px;

    
  }
.coral--large .coral-Heading {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  font-weight: 700;
}
.coral--large .coral-Heading em, .coral--large .coral-Heading .coral-Heading-emphasis {
    font-style: italic;
  }
.coral--large .coral-Heading strong, .coral--large .coral-Heading .coral-Heading-strong {
    font-weight: 900;
  }
.coral--large .coral-Heading--serif {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
.coral--large .coral-Heading--heavy {
  font-weight: 900;
}
.coral--large .coral-Heading--heavy em, .coral--large .coral-Heading--heavy .coral-Heading-emphasis {
    font-style: italic;
  }
.coral--large .coral-Heading--heavy strong, .coral--large .coral-Heading--heavy .coral-Heading-strong {
    font-weight: 900;
  }
.coral--large .coral-Heading--light {
  font-weight: 300;
}
.coral--large .coral-Heading--light em, .coral--large .coral-Heading--light .coral-Heading-emphasis {
    font-style: italic;
  }
.coral--large .coral-Heading--light strong, .coral--large .coral-Heading--light .coral-Heading-strong {
    font-weight: 700;
  }
.coral--large .coral-Body--XXXL {
  

    font-size: 31px;

    
  }
.coral--large .coral-Body--XXXL,.coral--large .coral-Body--XXL {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Body--XXL {
  

    font-size: 27px;

    
  }
.coral--large .coral-Body--XL {
  

    font-size: 24px;

    
  }
.coral--large .coral-Body--XL,.coral--large .coral-Body--L {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Body--L {
  

    font-size: 22px;

    
  }
.coral--large .coral-Body--M {
  

    font-size: 19px;

    
  }
.coral--large .coral-Body--M,.coral--large .coral-Body--S {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Body--S {
  

    font-size: 17px;

    
  }
.coral--large .coral-Body--XS {
  

    font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;

    
  }
.coral--large .coral-Body {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
}
.coral--large .coral-Body strong, .coral--large .coral-Body .coral-Body-strong {
    font-weight: 700;
  }
.coral--large .coral-Body em, .coral--large .coral-Body .coral-Body-emphasis {
    font-style: italic;
  }
.coral--large .coral-Body--serif {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
.coral--large .coral-Detail {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
}
.coral--large .coral-Detail strong, .coral--large .coral-Detail .coral-Detail-strong {
    font-weight: 900;
  }
.coral--large .coral-Detail em, .coral--large .coral-Detail .coral-Detail-emphasis {
    font-style: italic;
  }
.coral--large .coral-Detail--light {
  font-style: normal;
  font-weight: 400;
}
.coral--large .coral-Detail--serif {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
.coral--large .coral-Detail--XL {
  font-style: normal;
  
  }
.coral--large .coral-Detail--XL,.coral--large .coral-Detail--XL em {
  

    font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    }
.coral--large .coral-Detail--XL em {
  font-style: italic;

    }
.coral--large .coral-Detail--XL strong {
        font-size: 19px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    }
.coral--large .coral-Detail--L {
  font-style: normal;
  
  }
.coral--large .coral-Detail--L,.coral--large .coral-Detail--L em {
  

    font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    }
.coral--large .coral-Detail--L em {
  font-style: italic;

    }
.coral--large .coral-Detail--L strong {
        font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    }
.coral--large .coral-Detail--M {
  font-style: normal;
  
  }
.coral--large .coral-Detail--M,.coral--large .coral-Detail--M em {
  

    font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    }
.coral--large .coral-Detail--M em {
  font-style: italic;

    }
.coral--large .coral-Detail--M strong {
        font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    }
.coral--large .coral-Detail--S {
  font-style: normal;
  
  }
.coral--large .coral-Detail--S,.coral--large .coral-Detail--S em {
  

    font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    }
.coral--large .coral-Detail--S em {
  font-style: italic;

    }
.coral--large .coral-Detail--S strong {
        font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;

    }
.coral--large .coral-Code {
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
}
.coral--large .coral-Code strong, .coral--large .coral-Code .coral-Code-strong {
    font-weight: 700;
  }
.coral--large .coral-Code em, .coral--large .coral-Code .coral-Code-emphasis {
    font-style: italic;
  }
.coral--large .coral-Code--serif {
  font-family: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
}
.coral--large .coral-Code--XL {
  

    font-size: 24px;

    
  }
.coral--large .coral-Code--XL,.coral--large .coral-Code--L {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral--large .coral-Code--L {
  

    font-size: 22px;

    
  }
.coral--large .coral-Code--M {
  

    font-size: 19px;

    
  }
.coral--large .coral-Code--M,.coral--large .coral-Code--S {
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral--large .coral-Code--S {
  

    font-size: 17px;

    
  }
.coral--large .coral-Code--XS {
  

    font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  font-family: 'Source Code Pro', Monaco, monospace;

    
  }
.coral--large body .coral-Heading--XXXL {
    margin-top: 62px;
    margin-bottom: 14px;
  }
.coral--large body .coral-Heading--XXL {
    margin-top: 44px;
    margin-bottom: 13px;
  }
.coral--large body .coral-Heading--XL {
    margin-top: 39px;
    margin-bottom: 11px;
  }
.coral--large body .coral-Heading--L {
    margin-top: 31px;
    margin-bottom: 9px;
  }
.coral--large body .coral-Heading--M {
    margin-top: 24px;
    margin-bottom: 8px;
  }
.coral--large body .coral-Heading--S {
    margin-top: 19px;
    margin-bottom: 6px;
  }
.coral--large body .coral-Heading--XS {
    margin-top: 17px;
    margin-bottom: 5px;
  }
.coral--large body .coral-Heading--XXS {
    margin-top: 15px;
    margin-bottom: 4px;
  }
.coral--large body .coral-Body--XXXL {
    margin-top: 0px;
    margin-bottom: 40px;
  }
.coral--large body .coral-Body--XXL {
    margin-top: 0px;
    margin-bottom: 30px;
  }
.coral--large body .coral-Body--XL {
    margin-top: 0px;
    margin-bottom: 20px;
  }
.coral--large body .coral-Body--L {
    margin-top: 0px;
    margin-bottom: 16px;
  }
.coral--large body .coral-Body--M {
    margin-top: 0px;
    margin-bottom: 15px;
  }
.coral--large body .coral-Body--S {
    margin-top: 0px;
    margin-bottom: 13px;
  }
.coral--large body .coral-Body--XS {
    margin-top: 0px;
    margin-bottom: 11px;
  }
.coral--large body:lang(ja) .coral-Heading--XXXL, .coral--large body:lang(ko) .coral-Heading--XXXL, .coral--large body:lang(zh) .coral-Heading--XXXL {
  

    font-size: 70px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading--XXL, .coral--large body:lang(ko) .coral-Heading--XXL, .coral--large body:lang(zh) .coral-Heading--XXL {
  

    font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading--XL, .coral--large body:lang(ko) .coral-Heading--XL, .coral--large body:lang(zh) .coral-Heading--XL {
  

    font-size: 39px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading--L, .coral--large body:lang(ko) .coral-Heading--L, .coral--large body:lang(zh) .coral-Heading--L {
  

    font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading--M, .coral--large body:lang(ko) .coral-Heading--M, .coral--large body:lang(zh) .coral-Heading--M {
  

    font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading--S, .coral--large body:lang(ko) .coral-Heading--S, .coral--large body:lang(zh) .coral-Heading--S {
  

    font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading--XS, .coral--large body:lang(ko) .coral-Heading--XS, .coral--large body:lang(zh) .coral-Heading--XS {
  

    font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading--XXS, .coral--large body:lang(ko) .coral-Heading--XXS, .coral--large body:lang(zh) .coral-Heading--XXS {
  

    font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Heading--heavy, .coral--large body:lang(ko) .coral-Heading--heavy, .coral--large body:lang(zh) .coral-Heading--heavy {
      font-weight: 700;
    }
.coral--large body:lang(ja) .coral-Heading--heavy em, .coral--large body:lang(ja) .coral-Heading--heavy .coral-Heading--emphasis, .coral--large body:lang(ko) .coral-Heading--heavy em, .coral--large body:lang(ko) .coral-Heading--heavy .coral-Heading--emphasis, .coral--large body:lang(zh) .coral-Heading--heavy em, .coral--large body:lang(zh) .coral-Heading--heavy .coral-Heading--emphasis {
        font-style: normal;
        font-weight: 900;
      }
.coral--large body:lang(ja) .coral-Heading--heavy strong, .coral--large body:lang(ja) .coral-Heading--heavy .coral-Heading--strong, .coral--large body:lang(ko) .coral-Heading--heavy strong, .coral--large body:lang(ko) .coral-Heading--heavy .coral-Heading--strong, .coral--large body:lang(zh) .coral-Heading--heavy strong, .coral--large body:lang(zh) .coral-Heading--heavy .coral-Heading--strong {
        font-style: normal;
        font-weight: 900;
      }
.coral--large body:lang(ja) .coral-Heading--light, .coral--large body:lang(ko) .coral-Heading--light, .coral--large body:lang(zh) .coral-Heading--light {
      font-weight: 700;
    }
.coral--large body:lang(ja) .coral-Heading--light em, .coral--large body:lang(ja) .coral-Heading--light .coral-Heading--emphasis, .coral--large body:lang(ko) .coral-Heading--light em, .coral--large body:lang(ko) .coral-Heading--light .coral-Heading--emphasis, .coral--large body:lang(zh) .coral-Heading--light em, .coral--large body:lang(zh) .coral-Heading--light .coral-Heading--emphasis {
        font-style: normal;
        font-weight: 400;
      }
.coral--large body:lang(ja) .coral-Heading--light strong, .coral--large body:lang(ja) .coral-Heading--light .coral-Heading--strong, .coral--large body:lang(ko) .coral-Heading--light strong, .coral--large body:lang(ko) .coral-Heading--light .coral-Heading--strong, .coral--large body:lang(zh) .coral-Heading--light strong, .coral--large body:lang(zh) .coral-Heading--light .coral-Heading--strong {
        font-style: normal;
        font-weight: 700;
      }
.coral--large body:lang(ja) .coral-Body--XXXL, .coral--large body:lang(ko) .coral-Body--XXXL, .coral--large body:lang(zh) .coral-Body--XXXL {
  

    font-size: 31px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body--XXL, .coral--large body:lang(ko) .coral-Body--XXL, .coral--large body:lang(zh) .coral-Body--XXL {
  

    font-size: 27px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body--XL, .coral--large body:lang(ko) .coral-Body--XL, .coral--large body:lang(zh) .coral-Body--XL {
  

    font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body--L, .coral--large body:lang(ko) .coral-Body--L, .coral--large body:lang(zh) .coral-Body--L {
  

    font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body--M, .coral--large body:lang(ko) .coral-Body--M, .coral--large body:lang(zh) .coral-Body--M {
  

    font-size: 19px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body--S, .coral--large body:lang(ko) .coral-Body--S, .coral--large body:lang(zh) .coral-Body--S {
  

    font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Body--XS, .coral--large body:lang(ko) .coral-Body--XS, .coral--large body:lang(zh) .coral-Body--XS {
  

    font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;

    
  }
.coral--large body:lang(ja) .coral-Detail--XL, .coral--large body:lang(ko) .coral-Detail--XL, .coral--large body:lang(zh) .coral-Detail--XL {
  

    font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  
  }
.coral--large body:lang(ja) .coral-Detail--XL em, .coral--large body:lang(ko) .coral-Detail--XL em, .coral--large body:lang(zh) .coral-Detail--XL em {
        font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;

    }
.coral--large body:lang(ja) .coral-Detail--XL strong, .coral--large body:lang(ko) .coral-Detail--XL strong, .coral--large body:lang(zh) .coral-Detail--XL strong {
        font-size: 19px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;

    }
.coral--large body:lang(ja) .coral-Detail--L, .coral--large body:lang(ko) .coral-Detail--L, .coral--large body:lang(zh) .coral-Detail--L {
  

    font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  
  }
.coral--large body:lang(ja) .coral-Detail--L em, .coral--large body:lang(ko) .coral-Detail--L em, .coral--large body:lang(zh) .coral-Detail--L em {
        font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;

    }
.coral--large body:lang(ja) .coral-Detail--L strong, .coral--large body:lang(ko) .coral-Detail--L strong, .coral--large body:lang(zh) .coral-Detail--L strong {
        font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;

    }
.coral--large body:lang(ja) .coral-Detail--M, .coral--large body:lang(ko) .coral-Detail--M, .coral--large body:lang(zh) .coral-Detail--M {
  

    font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  
  }
.coral--large body:lang(ja) .coral-Detail--M em, .coral--large body:lang(ko) .coral-Detail--M em, .coral--large body:lang(zh) .coral-Detail--M em {
        font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;

    }
.coral--large body:lang(ja) .coral-Detail--M strong, .coral--large body:lang(ko) .coral-Detail--M strong, .coral--large body:lang(zh) .coral-Detail--M strong {
        font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;

    }
.coral--large body:lang(ja) .coral-Detail--S, .coral--large body:lang(ko) .coral-Detail--S, .coral--large body:lang(zh) .coral-Detail--S {
  

    font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  
  }
.coral--large body:lang(ja) .coral-Detail--S em, .coral--large body:lang(ko) .coral-Detail--S em, .coral--large body:lang(zh) .coral-Detail--S em {
        font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;

    }
.coral--large body:lang(ja) .coral-Detail--S strong, .coral--large body:lang(ko) .coral-Detail--S strong, .coral--large body:lang(zh) .coral-Detail--S strong {
        font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;

    }
.coral--large body:lang(ja) .coral-Detail--light, .coral--large body:lang(ko) .coral-Detail--light, .coral--large body:lang(zh) .coral-Detail--light {
      font-weight: 700;
    }
.coral--large body:lang(ja) .coral-Detail--light em, .coral--large body:lang(ja) .coral-Detail--light .coral-Detail--emphasis, .coral--large body:lang(ko) .coral-Detail--light em, .coral--large body:lang(ko) .coral-Detail--light .coral-Detail--emphasis, .coral--large body:lang(zh) .coral-Detail--light em, .coral--large body:lang(zh) .coral-Detail--light .coral-Detail--emphasis {
        font-style: normal;
        font-weight: 400;
      }
.coral--large body:lang(ja) .coral-Detail--light strong, .coral--large body:lang(ja) .coral-Detail--light .coral-Detail--strong, .coral--large body:lang(ko) .coral-Detail--light strong, .coral--large body:lang(ko) .coral-Detail--light .coral-Detail--strong, .coral--large body:lang(zh) .coral-Detail--light strong, .coral--large body:lang(zh) .coral-Detail--light .coral-Detail--strong {
        font-style: normal;
        font-weight: 700;
      }
.coral--large body:lang(ja) .coral-Code--XL, .coral--large body:lang(ko) .coral-Code--XL, .coral--large body:lang(zh) .coral-Code--XL {
  

    font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }
.coral--large body:lang(ja) .coral-Code--L, .coral--large body:lang(ko) .coral-Code--L, .coral--large body:lang(zh) .coral-Code--L {
  

    font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }
.coral--large body:lang(ja) .coral-Code--M, .coral--large body:lang(ko) .coral-Code--M, .coral--large body:lang(zh) .coral-Code--M {
  

    font-size: 19px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }
.coral--large body:lang(ja) .coral-Code--S, .coral--large body:lang(ko) .coral-Code--S, .coral--large body:lang(zh) .coral-Code--S {
  

    font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }
.coral--large body:lang(ja) .coral-Code--XS, .coral--large body:lang(ko) .coral-Code--XS, .coral--large body:lang(zh) .coral-Code--XS {
  

    font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-style: normal;
  letter-spacing: 0.05em;
      font-family: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';

    
  }
.coral--light .coral-Heading--XXXL,.coral--light .coral-Heading--XXL,.coral--light .coral-Heading--XL,.coral--light .coral-Heading--L,.coral--light .coral-Heading--M,.coral--light .coral-Heading--S,.coral--light .coral-Heading--XS,.coral--light .coral-Heading--XXS,.coral--light .coral-Heading-XXXL--light,.coral--light .coral-Heading-XXL--light,.coral--light .coral-Heading-XL--light,.coral--light .coral-Heading-L--light,.coral--light .coral-Heading-XXXL--heavy,.coral--light .coral-Heading-XXL--heavy,.coral--light .coral-Heading-XL--heavy,.coral--light .coral-Heading-L--heavy,.coral--light .coral-Heading-XXXL--heading,.coral--light .coral-Heading-XXL--heading,.coral--light .coral-Heading-XL--heading,.coral--light .coral-Heading-L--heading {
    
    color: rgb(44, 44, 44);
  }
.coral--light .coral-Body--XXXL,.coral--light .coral-Body--XXL,.coral--light .coral-Body--XL,.coral--light .coral-Body--L,.coral--light .coral-Body--M,.coral--light .coral-Body--S,.coral--light .coral-Body--XS {
    
    color: rgb(75, 75, 75);
  }
.coral--light .coral-Detail--XL,.coral--light .coral-Detail--L,.coral--light .coral-Detail--M,.coral--light .coral-Detail--S {
    
    color: rgb(44, 44, 44);
  }
.coral--light .coral-Code--XL,.coral--light .coral-Code--L,.coral--light .coral-Code--M,.coral--light .coral-Code--S,.coral--light .coral-Code--XS {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body--XXXL,
.coral--light body:lang(ko) .coral-Body--XXXL,
.coral--light body:lang(zh) .coral-Body--XXXL {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body--XXL,
.coral--light body:lang(ko) .coral-Body--XXL,
.coral--light body:lang(zh) .coral-Body--XXL {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body--XL,
.coral--light body:lang(ko) .coral-Body--XL,
.coral--light body:lang(zh) .coral-Body--XL {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body--L,
.coral--light body:lang(ko) .coral-Body--L,
.coral--light body:lang(zh) .coral-Body--L {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body--M,
.coral--light body:lang(ko) .coral-Body--M,
.coral--light body:lang(zh) .coral-Body--M {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body--S,
.coral--light body:lang(ko) .coral-Body--S,
.coral--light body:lang(zh) .coral-Body--S {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body--XS,
.coral--light body:lang(ko) .coral-Body--XS,
.coral--light body:lang(zh) .coral-Body--XS {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Heading--XXXL,
.coral--light body:lang(ko) .coral-Heading--XXXL,
.coral--light body:lang(zh) .coral-Heading--XXXL {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading--XXL,
.coral--light body:lang(ko) .coral-Heading--XXL,
.coral--light body:lang(zh) .coral-Heading--XXL {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading--XL,
.coral--light body:lang(ko) .coral-Heading--XL,
.coral--light body:lang(zh) .coral-Heading--XL {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading--L,
.coral--light body:lang(ko) .coral-Heading--L,
.coral--light body:lang(zh) .coral-Heading--L {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading--M,
.coral--light body:lang(ko) .coral-Heading--M,
.coral--light body:lang(zh) .coral-Heading--M {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading--S,
.coral--light body:lang(ko) .coral-Heading--S,
.coral--light body:lang(zh) .coral-Heading--S {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading--XS,
.coral--light body:lang(ko) .coral-Heading--XS,
.coral--light body:lang(zh) .coral-Heading--XS {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading--XXS,
.coral--light body:lang(ko) .coral-Heading--XXS,
.coral--light body:lang(zh) .coral-Heading--XXS {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-XXXL--light,
.coral--light body:lang(ko) .coral-Heading-XXXL--light,
.coral--light body:lang(zh) .coral-Heading-XXXL--light {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-XXL--light,
.coral--light body:lang(ko) .coral-Heading-XXL--light,
.coral--light body:lang(zh) .coral-Heading-XXL--light {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-XL--light,
.coral--light body:lang(ko) .coral-Heading-XL--light,
.coral--light body:lang(zh) .coral-Heading-XL--light {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-L--light,
.coral--light body:lang(ko) .coral-Heading-L--light,
.coral--light body:lang(zh) .coral-Heading-L--light {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-XXXL--heavy,
.coral--light body:lang(ko) .coral-Heading-XXXL--heavy,
.coral--light body:lang(zh) .coral-Heading-XXXL--heavy {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-XXL--heavy,
.coral--light body:lang(ko) .coral-Heading-XXL--heavy,
.coral--light body:lang(zh) .coral-Heading-XXL--heavy {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-XL--heavy,
.coral--light body:lang(ko) .coral-Heading-XL--heavy,
.coral--light body:lang(zh) .coral-Heading-XL--heavy {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-L--heavy,
.coral--light body:lang(ko) .coral-Heading-L--heavy,
.coral--light body:lang(zh) .coral-Heading-L--heavy {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-XXXL--heading,
.coral--light body:lang(ko) .coral-Heading-XXXL--heading,
.coral--light body:lang(zh) .coral-Heading-XXXL--heading {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-XXL--heading,
.coral--light body:lang(ko) .coral-Heading-XXL--heading,
.coral--light body:lang(zh) .coral-Heading-XXL--heading {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-XL--heading,
.coral--light body:lang(ko) .coral-Heading-XL--heading,
.coral--light body:lang(zh) .coral-Heading-XL--heading {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading-L--heading,
.coral--light body:lang(ko) .coral-Heading-L--heading,
.coral--light body:lang(zh) .coral-Heading-L--heading {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Detail--XL,
.coral--light body:lang(ko) .coral-Detail--XL,
.coral--light body:lang(zh) .coral-Detail--XL {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Detail--L,
.coral--light body:lang(ko) .coral-Detail--L,
.coral--light body:lang(zh) .coral-Detail--L {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Detail--M,
.coral--light body:lang(ko) .coral-Detail--M,
.coral--light body:lang(zh) .coral-Detail--M {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Detail--S,
.coral--light body:lang(ko) .coral-Detail--S,
.coral--light body:lang(zh) .coral-Detail--S {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Code--XL,
.coral--light body:lang(ko) .coral-Code--XL,
.coral--light body:lang(zh) .coral-Code--XL {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Code--L,
.coral--light body:lang(ko) .coral-Code--L,
.coral--light body:lang(zh) .coral-Code--L {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Code--M,
.coral--light body:lang(ko) .coral-Code--M,
.coral--light body:lang(zh) .coral-Code--M {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Code--S,
.coral--light body:lang(ko) .coral-Code--S,
.coral--light body:lang(zh) .coral-Code--S {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Code--XS,
.coral--light body:lang(ko) .coral-Code--XS,
.coral--light body:lang(zh) .coral-Code--XS {
    
    color: rgb(75, 75, 75);
  }
.coral--light .coral-Body1,.coral--light .coral-Body2,.coral--light .coral-Body3,.coral--light .coral-Body4,.coral--light .coral-Body5 {
    
    color: rgb(75, 75, 75);
  }
.coral--light .coral-Heading1,.coral--light .coral-Heading2,.coral--light .coral-Heading3,.coral--light .coral-Heading4,.coral--light .coral-Heading5,.coral--light .coral-Heading6,.coral--light ._coral-Subheading {
    
    color: rgb(44, 44, 44);
  }
.coral--light .coral-Detail {
    
    color: rgb(75, 75, 75);
  }
.coral--light .coral-Heading1--quiet,.coral--light .coral-Heading2--quiet,.coral--light .coral-Heading1--strong,.coral--light .coral-Heading2--strong,.coral--light .coral-Heading1--display,.coral--light .coral-Heading2--display,.coral--light .coral-Heading1--display.coral-Heading1--strong,.coral--light .coral-Heading2--display.coral-Heading2--strong,.coral--light .coral-Heading1--display.coral-Heading1--quiet,.coral--light .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Article .coral-Body1,.coral--light ._coral-Article .coral-Body2,.coral--light ._coral-Article .coral-Body3,.coral--light ._coral-Article .coral-Body4,.coral--light ._coral-Article .coral-Body5 {
    
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Article .coral-Heading1,.coral--light ._coral-Article .coral-Heading2,.coral--light ._coral-Article .coral-Heading3,.coral--light ._coral-Article .coral-Heading4,.coral--light ._coral-Article .coral-Heading5,.coral--light ._coral-Article .coral-Heading6,.coral--light ._coral-Article ._coral-Subheading {
    
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Article .coral-Detail {
    
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Article .coral-Heading1--quiet,.coral--light ._coral-Article .coral-Heading2--quiet,.coral--light ._coral-Article .coral-Heading1--display,.coral--light ._coral-Article .coral-Heading2--display,.coral--light ._coral-Article .coral-Heading1--display.coral-Heading1--quiet,.coral--light ._coral-Article .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Body1,
.coral--light body:lang(ko) .coral-Body1,
.coral--light body:lang(zh) .coral-Body1 {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body2,
.coral--light body:lang(ko) .coral-Body2,
.coral--light body:lang(zh) .coral-Body2 {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body3,
.coral--light body:lang(ko) .coral-Body3,
.coral--light body:lang(zh) .coral-Body3 {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body4,
.coral--light body:lang(ko) .coral-Body4,
.coral--light body:lang(zh) .coral-Body4 {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Body5,
.coral--light body:lang(ko) .coral-Body5,
.coral--light body:lang(zh) .coral-Body5 {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Heading1,
.coral--light body:lang(ko) .coral-Heading1,
.coral--light body:lang(zh) .coral-Heading1 {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading2,
.coral--light body:lang(ko) .coral-Heading2,
.coral--light body:lang(zh) .coral-Heading2 {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading3,
.coral--light body:lang(ko) .coral-Heading3,
.coral--light body:lang(zh) .coral-Heading3 {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading4,
.coral--light body:lang(ko) .coral-Heading4,
.coral--light body:lang(zh) .coral-Heading4 {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading5,
.coral--light body:lang(ko) .coral-Heading5,
.coral--light body:lang(zh) .coral-Heading5 {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading6,
.coral--light body:lang(ko) .coral-Heading6,
.coral--light body:lang(zh) .coral-Heading6 {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) ._coral-Subheading,
.coral--light body:lang(ko) ._coral-Subheading,
.coral--light body:lang(zh) ._coral-Subheading {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Detail,
.coral--light body:lang(ko) .coral-Detail,
.coral--light body:lang(zh) .coral-Detail {
    
    color: rgb(75, 75, 75);
  }
.coral--light body:lang(ja) .coral-Heading1--quiet,
.coral--light body:lang(ko) .coral-Heading1--quiet,
.coral--light body:lang(zh) .coral-Heading1--quiet {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading2--quiet,
.coral--light body:lang(ko) .coral-Heading2--quiet,
.coral--light body:lang(zh) .coral-Heading2--quiet {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading1--strong,
.coral--light body:lang(ko) .coral-Heading1--strong,
.coral--light body:lang(zh) .coral-Heading1--strong {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading2--strong,
.coral--light body:lang(ko) .coral-Heading2--strong,
.coral--light body:lang(zh) .coral-Heading2--strong {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading1--display,
.coral--light body:lang(ko) .coral-Heading1--display,
.coral--light body:lang(zh) .coral-Heading1--display {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading2--display,
.coral--light body:lang(ko) .coral-Heading2--display,
.coral--light body:lang(zh) .coral-Heading2--display {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading1--display.coral-Heading1--strong,
.coral--light body:lang(ko) .coral-Heading1--display.coral-Heading1--strong,
.coral--light body:lang(zh) .coral-Heading1--display.coral-Heading1--strong {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading2--display.coral-Heading2--strong,
.coral--light body:lang(ko) .coral-Heading2--display.coral-Heading2--strong,
.coral--light body:lang(zh) .coral-Heading2--display.coral-Heading2--strong {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading1--display.coral-Heading1--quiet,
.coral--light body:lang(ko) .coral-Heading1--display.coral-Heading1--quiet,
.coral--light body:lang(zh) .coral-Heading1--display.coral-Heading1--quiet {
    
    color: rgb(44, 44, 44);
  }
.coral--light body:lang(ja) .coral-Heading2--display.coral-Heading2--quiet,
.coral--light body:lang(ko) .coral-Heading2--display.coral-Heading2--quiet,
.coral--light body:lang(zh) .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(44, 44, 44);
  }
.coral--light .coral-Code1,.coral--light .coral-Code2,.coral--light .coral-Code3,.coral--light .coral-Code4,.coral--light .coral-Code5,.coral--light ,
.coral--light .coral-Body,.coral--light .coral-Body--large,.coral--light .coral-Body--small {
  color: rgb(75, 75, 75);
}
.coral--light .coral-Body--secondary {
  color: rgb(110, 110, 110);
}
.coral--light .coral-Heading.coral-Heading--1 {
  color: rgb(44, 44, 44);
}
.coral--light .coral-Heading.coral-Heading--2 {
  color: rgb(110, 110, 110);
}
.coral--light .coral-Heading.coral-Heading--3,.coral--light .coral-Heading.coral-Heading--4 {
  color: rgb(44, 44, 44);
}
.coral--light .coral-Heading.coral-Heading--5 {
  color: rgb(110, 110, 110);
}
.coral--lightest .coral-Heading--XXXL,.coral--lightest .coral-Heading--XXL,.coral--lightest .coral-Heading--XL,.coral--lightest .coral-Heading--L,.coral--lightest .coral-Heading--M,.coral--lightest .coral-Heading--S,.coral--lightest .coral-Heading--XS,.coral--lightest .coral-Heading--XXS,.coral--lightest .coral-Heading-XXXL--light,.coral--lightest .coral-Heading-XXL--light,.coral--lightest .coral-Heading-XL--light,.coral--lightest .coral-Heading-L--light,.coral--lightest .coral-Heading-XXXL--heavy,.coral--lightest .coral-Heading-XXL--heavy,.coral--lightest .coral-Heading-XL--heavy,.coral--lightest .coral-Heading-L--heavy,.coral--lightest .coral-Heading-XXXL--heading,.coral--lightest .coral-Heading-XXL--heading,.coral--lightest .coral-Heading-XL--heading,.coral--lightest .coral-Heading-L--heading {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest .coral-Body--XXXL,.coral--lightest .coral-Body--XXL,.coral--lightest .coral-Body--XL,.coral--lightest .coral-Body--L,.coral--lightest .coral-Body--M,.coral--lightest .coral-Body--S,.coral--lightest .coral-Body--XS {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest .coral-Detail--XL,.coral--lightest .coral-Detail--L,.coral--lightest .coral-Detail--M,.coral--lightest .coral-Detail--S {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest .coral-Code--XL,.coral--lightest .coral-Code--L,.coral--lightest .coral-Code--M,.coral--lightest .coral-Code--S,.coral--lightest .coral-Code--XS {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body--XXXL,
.coral--lightest body:lang(ko) .coral-Body--XXXL,
.coral--lightest body:lang(zh) .coral-Body--XXXL {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body--XXL,
.coral--lightest body:lang(ko) .coral-Body--XXL,
.coral--lightest body:lang(zh) .coral-Body--XXL {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body--XL,
.coral--lightest body:lang(ko) .coral-Body--XL,
.coral--lightest body:lang(zh) .coral-Body--XL {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body--L,
.coral--lightest body:lang(ko) .coral-Body--L,
.coral--lightest body:lang(zh) .coral-Body--L {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body--M,
.coral--lightest body:lang(ko) .coral-Body--M,
.coral--lightest body:lang(zh) .coral-Body--M {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body--S,
.coral--lightest body:lang(ko) .coral-Body--S,
.coral--lightest body:lang(zh) .coral-Body--S {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body--XS,
.coral--lightest body:lang(ko) .coral-Body--XS,
.coral--lightest body:lang(zh) .coral-Body--XS {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Heading--XXXL,
.coral--lightest body:lang(ko) .coral-Heading--XXXL,
.coral--lightest body:lang(zh) .coral-Heading--XXXL {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading--XXL,
.coral--lightest body:lang(ko) .coral-Heading--XXL,
.coral--lightest body:lang(zh) .coral-Heading--XXL {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading--XL,
.coral--lightest body:lang(ko) .coral-Heading--XL,
.coral--lightest body:lang(zh) .coral-Heading--XL {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading--L,
.coral--lightest body:lang(ko) .coral-Heading--L,
.coral--lightest body:lang(zh) .coral-Heading--L {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading--M,
.coral--lightest body:lang(ko) .coral-Heading--M,
.coral--lightest body:lang(zh) .coral-Heading--M {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading--S,
.coral--lightest body:lang(ko) .coral-Heading--S,
.coral--lightest body:lang(zh) .coral-Heading--S {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading--XS,
.coral--lightest body:lang(ko) .coral-Heading--XS,
.coral--lightest body:lang(zh) .coral-Heading--XS {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading--XXS,
.coral--lightest body:lang(ko) .coral-Heading--XXS,
.coral--lightest body:lang(zh) .coral-Heading--XXS {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-XXXL--light,
.coral--lightest body:lang(ko) .coral-Heading-XXXL--light,
.coral--lightest body:lang(zh) .coral-Heading-XXXL--light {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-XXL--light,
.coral--lightest body:lang(ko) .coral-Heading-XXL--light,
.coral--lightest body:lang(zh) .coral-Heading-XXL--light {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-XL--light,
.coral--lightest body:lang(ko) .coral-Heading-XL--light,
.coral--lightest body:lang(zh) .coral-Heading-XL--light {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-L--light,
.coral--lightest body:lang(ko) .coral-Heading-L--light,
.coral--lightest body:lang(zh) .coral-Heading-L--light {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-XXXL--heavy,
.coral--lightest body:lang(ko) .coral-Heading-XXXL--heavy,
.coral--lightest body:lang(zh) .coral-Heading-XXXL--heavy {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-XXL--heavy,
.coral--lightest body:lang(ko) .coral-Heading-XXL--heavy,
.coral--lightest body:lang(zh) .coral-Heading-XXL--heavy {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-XL--heavy,
.coral--lightest body:lang(ko) .coral-Heading-XL--heavy,
.coral--lightest body:lang(zh) .coral-Heading-XL--heavy {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-L--heavy,
.coral--lightest body:lang(ko) .coral-Heading-L--heavy,
.coral--lightest body:lang(zh) .coral-Heading-L--heavy {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-XXXL--heading,
.coral--lightest body:lang(ko) .coral-Heading-XXXL--heading,
.coral--lightest body:lang(zh) .coral-Heading-XXXL--heading {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-XXL--heading,
.coral--lightest body:lang(ko) .coral-Heading-XXL--heading,
.coral--lightest body:lang(zh) .coral-Heading-XXL--heading {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-XL--heading,
.coral--lightest body:lang(ko) .coral-Heading-XL--heading,
.coral--lightest body:lang(zh) .coral-Heading-XL--heading {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading-L--heading,
.coral--lightest body:lang(ko) .coral-Heading-L--heading,
.coral--lightest body:lang(zh) .coral-Heading-L--heading {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Detail--XL,
.coral--lightest body:lang(ko) .coral-Detail--XL,
.coral--lightest body:lang(zh) .coral-Detail--XL {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Detail--L,
.coral--lightest body:lang(ko) .coral-Detail--L,
.coral--lightest body:lang(zh) .coral-Detail--L {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Detail--M,
.coral--lightest body:lang(ko) .coral-Detail--M,
.coral--lightest body:lang(zh) .coral-Detail--M {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Detail--S,
.coral--lightest body:lang(ko) .coral-Detail--S,
.coral--lightest body:lang(zh) .coral-Detail--S {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Code--XL,
.coral--lightest body:lang(ko) .coral-Code--XL,
.coral--lightest body:lang(zh) .coral-Code--XL {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Code--L,
.coral--lightest body:lang(ko) .coral-Code--L,
.coral--lightest body:lang(zh) .coral-Code--L {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Code--M,
.coral--lightest body:lang(ko) .coral-Code--M,
.coral--lightest body:lang(zh) .coral-Code--M {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Code--S,
.coral--lightest body:lang(ko) .coral-Code--S,
.coral--lightest body:lang(zh) .coral-Code--S {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Code--XS,
.coral--lightest body:lang(ko) .coral-Code--XS,
.coral--lightest body:lang(zh) .coral-Code--XS {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest .coral-Body1,.coral--lightest .coral-Body2,.coral--lightest .coral-Body3,.coral--lightest .coral-Body4,.coral--lightest .coral-Body5 {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest .coral-Heading1,.coral--lightest .coral-Heading2,.coral--lightest .coral-Heading3,.coral--lightest .coral-Heading4,.coral--lightest .coral-Heading5,.coral--lightest .coral-Heading6,.coral--lightest ._coral-Subheading {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest .coral-Detail {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest .coral-Heading1--quiet,.coral--lightest .coral-Heading2--quiet,.coral--lightest .coral-Heading1--strong,.coral--lightest .coral-Heading2--strong,.coral--lightest .coral-Heading1--display,.coral--lightest .coral-Heading2--display,.coral--lightest .coral-Heading1--display.coral-Heading1--strong,.coral--lightest .coral-Heading2--display.coral-Heading2--strong,.coral--lightest .coral-Heading1--display.coral-Heading1--quiet,.coral--lightest .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Article .coral-Body1,.coral--lightest ._coral-Article .coral-Body2,.coral--lightest ._coral-Article .coral-Body3,.coral--lightest ._coral-Article .coral-Body4,.coral--lightest ._coral-Article .coral-Body5 {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Article .coral-Heading1,.coral--lightest ._coral-Article .coral-Heading2,.coral--lightest ._coral-Article .coral-Heading3,.coral--lightest ._coral-Article .coral-Heading4,.coral--lightest ._coral-Article .coral-Heading5,.coral--lightest ._coral-Article .coral-Heading6,.coral--lightest ._coral-Article ._coral-Subheading {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Article .coral-Detail {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Article .coral-Heading1--quiet,.coral--lightest ._coral-Article .coral-Heading2--quiet,.coral--lightest ._coral-Article .coral-Heading1--display,.coral--lightest ._coral-Article .coral-Heading2--display,.coral--lightest ._coral-Article .coral-Heading1--display.coral-Heading1--quiet,.coral--lightest ._coral-Article .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Body1,
.coral--lightest body:lang(ko) .coral-Body1,
.coral--lightest body:lang(zh) .coral-Body1 {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body2,
.coral--lightest body:lang(ko) .coral-Body2,
.coral--lightest body:lang(zh) .coral-Body2 {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body3,
.coral--lightest body:lang(ko) .coral-Body3,
.coral--lightest body:lang(zh) .coral-Body3 {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body4,
.coral--lightest body:lang(ko) .coral-Body4,
.coral--lightest body:lang(zh) .coral-Body4 {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Body5,
.coral--lightest body:lang(ko) .coral-Body5,
.coral--lightest body:lang(zh) .coral-Body5 {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Heading1,
.coral--lightest body:lang(ko) .coral-Heading1,
.coral--lightest body:lang(zh) .coral-Heading1 {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading2,
.coral--lightest body:lang(ko) .coral-Heading2,
.coral--lightest body:lang(zh) .coral-Heading2 {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading3,
.coral--lightest body:lang(ko) .coral-Heading3,
.coral--lightest body:lang(zh) .coral-Heading3 {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading4,
.coral--lightest body:lang(ko) .coral-Heading4,
.coral--lightest body:lang(zh) .coral-Heading4 {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading5,
.coral--lightest body:lang(ko) .coral-Heading5,
.coral--lightest body:lang(zh) .coral-Heading5 {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading6,
.coral--lightest body:lang(ko) .coral-Heading6,
.coral--lightest body:lang(zh) .coral-Heading6 {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) ._coral-Subheading,
.coral--lightest body:lang(ko) ._coral-Subheading,
.coral--lightest body:lang(zh) ._coral-Subheading {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Detail,
.coral--lightest body:lang(ko) .coral-Detail,
.coral--lightest body:lang(zh) .coral-Detail {
    
    color: rgb(80, 80, 80);
  }
.coral--lightest body:lang(ja) .coral-Heading1--quiet,
.coral--lightest body:lang(ko) .coral-Heading1--quiet,
.coral--lightest body:lang(zh) .coral-Heading1--quiet {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading2--quiet,
.coral--lightest body:lang(ko) .coral-Heading2--quiet,
.coral--lightest body:lang(zh) .coral-Heading2--quiet {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading1--strong,
.coral--lightest body:lang(ko) .coral-Heading1--strong,
.coral--lightest body:lang(zh) .coral-Heading1--strong {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading2--strong,
.coral--lightest body:lang(ko) .coral-Heading2--strong,
.coral--lightest body:lang(zh) .coral-Heading2--strong {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading1--display,
.coral--lightest body:lang(ko) .coral-Heading1--display,
.coral--lightest body:lang(zh) .coral-Heading1--display {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading2--display,
.coral--lightest body:lang(ko) .coral-Heading2--display,
.coral--lightest body:lang(zh) .coral-Heading2--display {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading1--display.coral-Heading1--strong,
.coral--lightest body:lang(ko) .coral-Heading1--display.coral-Heading1--strong,
.coral--lightest body:lang(zh) .coral-Heading1--display.coral-Heading1--strong {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading2--display.coral-Heading2--strong,
.coral--lightest body:lang(ko) .coral-Heading2--display.coral-Heading2--strong,
.coral--lightest body:lang(zh) .coral-Heading2--display.coral-Heading2--strong {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading1--display.coral-Heading1--quiet,
.coral--lightest body:lang(ko) .coral-Heading1--display.coral-Heading1--quiet,
.coral--lightest body:lang(zh) .coral-Heading1--display.coral-Heading1--quiet {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest body:lang(ja) .coral-Heading2--display.coral-Heading2--quiet,
.coral--lightest body:lang(ko) .coral-Heading2--display.coral-Heading2--quiet,
.coral--lightest body:lang(zh) .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(50, 50, 50);
  }
.coral--lightest .coral-Code1,.coral--lightest .coral-Code2,.coral--lightest .coral-Code3,.coral--lightest .coral-Code4,.coral--lightest .coral-Code5,.coral--lightest ,
.coral--lightest .coral-Body,.coral--lightest .coral-Body--large,.coral--lightest .coral-Body--small {
  color: rgb(80, 80, 80);
}
.coral--lightest .coral-Body--secondary {
  color: rgb(116, 116, 116);
}
.coral--lightest .coral-Heading.coral-Heading--1 {
  color: rgb(50, 50, 50);
}
.coral--lightest .coral-Heading.coral-Heading--2 {
  color: rgb(116, 116, 116);
}
.coral--lightest .coral-Heading.coral-Heading--3,.coral--lightest .coral-Heading.coral-Heading--4 {
  color: rgb(50, 50, 50);
}
.coral--lightest .coral-Heading.coral-Heading--5 {
  color: rgb(116, 116, 116);
}
.coral--dark .coral-Heading--XXXL,.coral--dark .coral-Heading--XXL,.coral--dark .coral-Heading--XL,.coral--dark .coral-Heading--L,.coral--dark .coral-Heading--M,.coral--dark .coral-Heading--S,.coral--dark .coral-Heading--XS,.coral--dark .coral-Heading--XXS,.coral--dark .coral-Heading-XXXL--light,.coral--dark .coral-Heading-XXL--light,.coral--dark .coral-Heading-XL--light,.coral--dark .coral-Heading-L--light,.coral--dark .coral-Heading-XXXL--heavy,.coral--dark .coral-Heading-XXL--heavy,.coral--dark .coral-Heading-XL--heavy,.coral--dark .coral-Heading-L--heavy,.coral--dark .coral-Heading-XXXL--heading,.coral--dark .coral-Heading-XXL--heading,.coral--dark .coral-Heading-XL--heading,.coral--dark .coral-Heading-L--heading {
    
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Body--XXXL,.coral--dark .coral-Body--XXL,.coral--dark .coral-Body--XL,.coral--dark .coral-Body--L,.coral--dark .coral-Body--M,.coral--dark .coral-Body--S,.coral--dark .coral-Body--XS {
    
    color: rgb(227, 227, 227);
  }
.coral--dark .coral-Detail--XL,.coral--dark .coral-Detail--L,.coral--dark .coral-Detail--M,.coral--dark .coral-Detail--S {
    
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Code--XL,.coral--dark .coral-Code--L,.coral--dark .coral-Code--M,.coral--dark .coral-Code--S,.coral--dark .coral-Code--XS {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body--XXXL,
.coral--dark body:lang(ko) .coral-Body--XXXL,
.coral--dark body:lang(zh) .coral-Body--XXXL {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body--XXL,
.coral--dark body:lang(ko) .coral-Body--XXL,
.coral--dark body:lang(zh) .coral-Body--XXL {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body--XL,
.coral--dark body:lang(ko) .coral-Body--XL,
.coral--dark body:lang(zh) .coral-Body--XL {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body--L,
.coral--dark body:lang(ko) .coral-Body--L,
.coral--dark body:lang(zh) .coral-Body--L {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body--M,
.coral--dark body:lang(ko) .coral-Body--M,
.coral--dark body:lang(zh) .coral-Body--M {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body--S,
.coral--dark body:lang(ko) .coral-Body--S,
.coral--dark body:lang(zh) .coral-Body--S {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body--XS,
.coral--dark body:lang(ko) .coral-Body--XS,
.coral--dark body:lang(zh) .coral-Body--XS {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Heading--XXXL,
.coral--dark body:lang(ko) .coral-Heading--XXXL,
.coral--dark body:lang(zh) .coral-Heading--XXXL {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading--XXL,
.coral--dark body:lang(ko) .coral-Heading--XXL,
.coral--dark body:lang(zh) .coral-Heading--XXL {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading--XL,
.coral--dark body:lang(ko) .coral-Heading--XL,
.coral--dark body:lang(zh) .coral-Heading--XL {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading--L,
.coral--dark body:lang(ko) .coral-Heading--L,
.coral--dark body:lang(zh) .coral-Heading--L {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading--M,
.coral--dark body:lang(ko) .coral-Heading--M,
.coral--dark body:lang(zh) .coral-Heading--M {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading--S,
.coral--dark body:lang(ko) .coral-Heading--S,
.coral--dark body:lang(zh) .coral-Heading--S {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading--XS,
.coral--dark body:lang(ko) .coral-Heading--XS,
.coral--dark body:lang(zh) .coral-Heading--XS {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading--XXS,
.coral--dark body:lang(ko) .coral-Heading--XXS,
.coral--dark body:lang(zh) .coral-Heading--XXS {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-XXXL--light,
.coral--dark body:lang(ko) .coral-Heading-XXXL--light,
.coral--dark body:lang(zh) .coral-Heading-XXXL--light {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-XXL--light,
.coral--dark body:lang(ko) .coral-Heading-XXL--light,
.coral--dark body:lang(zh) .coral-Heading-XXL--light {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-XL--light,
.coral--dark body:lang(ko) .coral-Heading-XL--light,
.coral--dark body:lang(zh) .coral-Heading-XL--light {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-L--light,
.coral--dark body:lang(ko) .coral-Heading-L--light,
.coral--dark body:lang(zh) .coral-Heading-L--light {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-XXXL--heavy,
.coral--dark body:lang(ko) .coral-Heading-XXXL--heavy,
.coral--dark body:lang(zh) .coral-Heading-XXXL--heavy {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-XXL--heavy,
.coral--dark body:lang(ko) .coral-Heading-XXL--heavy,
.coral--dark body:lang(zh) .coral-Heading-XXL--heavy {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-XL--heavy,
.coral--dark body:lang(ko) .coral-Heading-XL--heavy,
.coral--dark body:lang(zh) .coral-Heading-XL--heavy {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-L--heavy,
.coral--dark body:lang(ko) .coral-Heading-L--heavy,
.coral--dark body:lang(zh) .coral-Heading-L--heavy {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-XXXL--heading,
.coral--dark body:lang(ko) .coral-Heading-XXXL--heading,
.coral--dark body:lang(zh) .coral-Heading-XXXL--heading {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-XXL--heading,
.coral--dark body:lang(ko) .coral-Heading-XXL--heading,
.coral--dark body:lang(zh) .coral-Heading-XXL--heading {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-XL--heading,
.coral--dark body:lang(ko) .coral-Heading-XL--heading,
.coral--dark body:lang(zh) .coral-Heading-XL--heading {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading-L--heading,
.coral--dark body:lang(ko) .coral-Heading-L--heading,
.coral--dark body:lang(zh) .coral-Heading-L--heading {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Detail--XL,
.coral--dark body:lang(ko) .coral-Detail--XL,
.coral--dark body:lang(zh) .coral-Detail--XL {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Detail--L,
.coral--dark body:lang(ko) .coral-Detail--L,
.coral--dark body:lang(zh) .coral-Detail--L {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Detail--M,
.coral--dark body:lang(ko) .coral-Detail--M,
.coral--dark body:lang(zh) .coral-Detail--M {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Detail--S,
.coral--dark body:lang(ko) .coral-Detail--S,
.coral--dark body:lang(zh) .coral-Detail--S {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Code--XL,
.coral--dark body:lang(ko) .coral-Code--XL,
.coral--dark body:lang(zh) .coral-Code--XL {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Code--L,
.coral--dark body:lang(ko) .coral-Code--L,
.coral--dark body:lang(zh) .coral-Code--L {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Code--M,
.coral--dark body:lang(ko) .coral-Code--M,
.coral--dark body:lang(zh) .coral-Code--M {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Code--S,
.coral--dark body:lang(ko) .coral-Code--S,
.coral--dark body:lang(zh) .coral-Code--S {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Code--XS,
.coral--dark body:lang(ko) .coral-Code--XS,
.coral--dark body:lang(zh) .coral-Code--XS {
    
    color: rgb(227, 227, 227);
  }
.coral--dark .coral-Body1,.coral--dark .coral-Body2,.coral--dark .coral-Body3,.coral--dark .coral-Body4,.coral--dark .coral-Body5 {
    
    color: rgb(227, 227, 227);
  }
.coral--dark .coral-Heading1,.coral--dark .coral-Heading2,.coral--dark .coral-Heading3,.coral--dark .coral-Heading4,.coral--dark .coral-Heading5,.coral--dark .coral-Heading6,.coral--dark ._coral-Subheading {
    
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Detail {
    
    color: rgb(227, 227, 227);
  }
.coral--dark .coral-Heading1--quiet,.coral--dark .coral-Heading2--quiet,.coral--dark .coral-Heading1--strong,.coral--dark .coral-Heading2--strong,.coral--dark .coral-Heading1--display,.coral--dark .coral-Heading2--display,.coral--dark .coral-Heading1--display.coral-Heading1--strong,.coral--dark .coral-Heading2--display.coral-Heading2--strong,.coral--dark .coral-Heading1--display.coral-Heading1--quiet,.coral--dark .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Article .coral-Body1,.coral--dark ._coral-Article .coral-Body2,.coral--dark ._coral-Article .coral-Body3,.coral--dark ._coral-Article .coral-Body4,.coral--dark ._coral-Article .coral-Body5 {
    
    color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Article .coral-Heading1,.coral--dark ._coral-Article .coral-Heading2,.coral--dark ._coral-Article .coral-Heading3,.coral--dark ._coral-Article .coral-Heading4,.coral--dark ._coral-Article .coral-Heading5,.coral--dark ._coral-Article .coral-Heading6,.coral--dark ._coral-Article ._coral-Subheading {
    
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Article .coral-Detail {
    
    color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Article .coral-Heading1--quiet,.coral--dark ._coral-Article .coral-Heading2--quiet,.coral--dark ._coral-Article .coral-Heading1--display,.coral--dark ._coral-Article .coral-Heading2--display,.coral--dark ._coral-Article .coral-Heading1--display.coral-Heading1--quiet,.coral--dark ._coral-Article .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Body1,
.coral--dark body:lang(ko) .coral-Body1,
.coral--dark body:lang(zh) .coral-Body1 {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body2,
.coral--dark body:lang(ko) .coral-Body2,
.coral--dark body:lang(zh) .coral-Body2 {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body3,
.coral--dark body:lang(ko) .coral-Body3,
.coral--dark body:lang(zh) .coral-Body3 {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body4,
.coral--dark body:lang(ko) .coral-Body4,
.coral--dark body:lang(zh) .coral-Body4 {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Body5,
.coral--dark body:lang(ko) .coral-Body5,
.coral--dark body:lang(zh) .coral-Body5 {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Heading1,
.coral--dark body:lang(ko) .coral-Heading1,
.coral--dark body:lang(zh) .coral-Heading1 {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading2,
.coral--dark body:lang(ko) .coral-Heading2,
.coral--dark body:lang(zh) .coral-Heading2 {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading3,
.coral--dark body:lang(ko) .coral-Heading3,
.coral--dark body:lang(zh) .coral-Heading3 {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading4,
.coral--dark body:lang(ko) .coral-Heading4,
.coral--dark body:lang(zh) .coral-Heading4 {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading5,
.coral--dark body:lang(ko) .coral-Heading5,
.coral--dark body:lang(zh) .coral-Heading5 {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading6,
.coral--dark body:lang(ko) .coral-Heading6,
.coral--dark body:lang(zh) .coral-Heading6 {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) ._coral-Subheading,
.coral--dark body:lang(ko) ._coral-Subheading,
.coral--dark body:lang(zh) ._coral-Subheading {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Detail,
.coral--dark body:lang(ko) .coral-Detail,
.coral--dark body:lang(zh) .coral-Detail {
    
    color: rgb(227, 227, 227);
  }
.coral--dark body:lang(ja) .coral-Heading1--quiet,
.coral--dark body:lang(ko) .coral-Heading1--quiet,
.coral--dark body:lang(zh) .coral-Heading1--quiet {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading2--quiet,
.coral--dark body:lang(ko) .coral-Heading2--quiet,
.coral--dark body:lang(zh) .coral-Heading2--quiet {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading1--strong,
.coral--dark body:lang(ko) .coral-Heading1--strong,
.coral--dark body:lang(zh) .coral-Heading1--strong {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading2--strong,
.coral--dark body:lang(ko) .coral-Heading2--strong,
.coral--dark body:lang(zh) .coral-Heading2--strong {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading1--display,
.coral--dark body:lang(ko) .coral-Heading1--display,
.coral--dark body:lang(zh) .coral-Heading1--display {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading2--display,
.coral--dark body:lang(ko) .coral-Heading2--display,
.coral--dark body:lang(zh) .coral-Heading2--display {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading1--display.coral-Heading1--strong,
.coral--dark body:lang(ko) .coral-Heading1--display.coral-Heading1--strong,
.coral--dark body:lang(zh) .coral-Heading1--display.coral-Heading1--strong {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading2--display.coral-Heading2--strong,
.coral--dark body:lang(ko) .coral-Heading2--display.coral-Heading2--strong,
.coral--dark body:lang(zh) .coral-Heading2--display.coral-Heading2--strong {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading1--display.coral-Heading1--quiet,
.coral--dark body:lang(ko) .coral-Heading1--display.coral-Heading1--quiet,
.coral--dark body:lang(zh) .coral-Heading1--display.coral-Heading1--quiet {
    
    color: rgb(255, 255, 255);
  }
.coral--dark body:lang(ja) .coral-Heading2--display.coral-Heading2--quiet,
.coral--dark body:lang(ko) .coral-Heading2--display.coral-Heading2--quiet,
.coral--dark body:lang(zh) .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Code1,.coral--dark .coral-Code2,.coral--dark .coral-Code3,.coral--dark .coral-Code4,.coral--dark .coral-Code5,.coral--dark ,
.coral--dark .coral-Body,.coral--dark .coral-Body--large,.coral--dark .coral-Body--small {
  color: rgb(227, 227, 227);
}
.coral--dark .coral-Body--secondary {
  color: rgb(185, 185, 185);
}
.coral--dark .coral-Heading.coral-Heading--1 {
  color: rgb(255, 255, 255);
}
.coral--dark .coral-Heading.coral-Heading--2 {
  color: rgb(185, 185, 185);
}
.coral--dark .coral-Heading.coral-Heading--3,.coral--dark .coral-Heading.coral-Heading--4 {
  color: rgb(255, 255, 255);
}
.coral--dark .coral-Heading.coral-Heading--5 {
  color: rgb(185, 185, 185);
}
.coral--darkest .coral-Heading--XXXL,.coral--darkest .coral-Heading--XXL,.coral--darkest .coral-Heading--XL,.coral--darkest .coral-Heading--L,.coral--darkest .coral-Heading--M,.coral--darkest .coral-Heading--S,.coral--darkest .coral-Heading--XS,.coral--darkest .coral-Heading--XXS,.coral--darkest .coral-Heading-XXXL--light,.coral--darkest .coral-Heading-XXL--light,.coral--darkest .coral-Heading-XL--light,.coral--darkest .coral-Heading-L--light,.coral--darkest .coral-Heading-XXXL--heavy,.coral--darkest .coral-Heading-XXL--heavy,.coral--darkest .coral-Heading-XL--heavy,.coral--darkest .coral-Heading-L--heavy,.coral--darkest .coral-Heading-XXXL--heading,.coral--darkest .coral-Heading-XXL--heading,.coral--darkest .coral-Heading-XL--heading,.coral--darkest .coral-Heading-L--heading {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest .coral-Body--XXXL,.coral--darkest .coral-Body--XXL,.coral--darkest .coral-Body--XL,.coral--darkest .coral-Body--L,.coral--darkest .coral-Body--M,.coral--darkest .coral-Body--S,.coral--darkest .coral-Body--XS {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest .coral-Detail--XL,.coral--darkest .coral-Detail--L,.coral--darkest .coral-Detail--M,.coral--darkest .coral-Detail--S {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest .coral-Code--XL,.coral--darkest .coral-Code--L,.coral--darkest .coral-Code--M,.coral--darkest .coral-Code--S,.coral--darkest .coral-Code--XS {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body--XXXL,
.coral--darkest body:lang(ko) .coral-Body--XXXL,
.coral--darkest body:lang(zh) .coral-Body--XXXL {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body--XXL,
.coral--darkest body:lang(ko) .coral-Body--XXL,
.coral--darkest body:lang(zh) .coral-Body--XXL {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body--XL,
.coral--darkest body:lang(ko) .coral-Body--XL,
.coral--darkest body:lang(zh) .coral-Body--XL {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body--L,
.coral--darkest body:lang(ko) .coral-Body--L,
.coral--darkest body:lang(zh) .coral-Body--L {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body--M,
.coral--darkest body:lang(ko) .coral-Body--M,
.coral--darkest body:lang(zh) .coral-Body--M {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body--S,
.coral--darkest body:lang(ko) .coral-Body--S,
.coral--darkest body:lang(zh) .coral-Body--S {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body--XS,
.coral--darkest body:lang(ko) .coral-Body--XS,
.coral--darkest body:lang(zh) .coral-Body--XS {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Heading--XXXL,
.coral--darkest body:lang(ko) .coral-Heading--XXXL,
.coral--darkest body:lang(zh) .coral-Heading--XXXL {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading--XXL,
.coral--darkest body:lang(ko) .coral-Heading--XXL,
.coral--darkest body:lang(zh) .coral-Heading--XXL {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading--XL,
.coral--darkest body:lang(ko) .coral-Heading--XL,
.coral--darkest body:lang(zh) .coral-Heading--XL {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading--L,
.coral--darkest body:lang(ko) .coral-Heading--L,
.coral--darkest body:lang(zh) .coral-Heading--L {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading--M,
.coral--darkest body:lang(ko) .coral-Heading--M,
.coral--darkest body:lang(zh) .coral-Heading--M {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading--S,
.coral--darkest body:lang(ko) .coral-Heading--S,
.coral--darkest body:lang(zh) .coral-Heading--S {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading--XS,
.coral--darkest body:lang(ko) .coral-Heading--XS,
.coral--darkest body:lang(zh) .coral-Heading--XS {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading--XXS,
.coral--darkest body:lang(ko) .coral-Heading--XXS,
.coral--darkest body:lang(zh) .coral-Heading--XXS {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-XXXL--light,
.coral--darkest body:lang(ko) .coral-Heading-XXXL--light,
.coral--darkest body:lang(zh) .coral-Heading-XXXL--light {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-XXL--light,
.coral--darkest body:lang(ko) .coral-Heading-XXL--light,
.coral--darkest body:lang(zh) .coral-Heading-XXL--light {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-XL--light,
.coral--darkest body:lang(ko) .coral-Heading-XL--light,
.coral--darkest body:lang(zh) .coral-Heading-XL--light {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-L--light,
.coral--darkest body:lang(ko) .coral-Heading-L--light,
.coral--darkest body:lang(zh) .coral-Heading-L--light {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-XXXL--heavy,
.coral--darkest body:lang(ko) .coral-Heading-XXXL--heavy,
.coral--darkest body:lang(zh) .coral-Heading-XXXL--heavy {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-XXL--heavy,
.coral--darkest body:lang(ko) .coral-Heading-XXL--heavy,
.coral--darkest body:lang(zh) .coral-Heading-XXL--heavy {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-XL--heavy,
.coral--darkest body:lang(ko) .coral-Heading-XL--heavy,
.coral--darkest body:lang(zh) .coral-Heading-XL--heavy {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-L--heavy,
.coral--darkest body:lang(ko) .coral-Heading-L--heavy,
.coral--darkest body:lang(zh) .coral-Heading-L--heavy {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-XXXL--heading,
.coral--darkest body:lang(ko) .coral-Heading-XXXL--heading,
.coral--darkest body:lang(zh) .coral-Heading-XXXL--heading {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-XXL--heading,
.coral--darkest body:lang(ko) .coral-Heading-XXL--heading,
.coral--darkest body:lang(zh) .coral-Heading-XXL--heading {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-XL--heading,
.coral--darkest body:lang(ko) .coral-Heading-XL--heading,
.coral--darkest body:lang(zh) .coral-Heading-XL--heading {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading-L--heading,
.coral--darkest body:lang(ko) .coral-Heading-L--heading,
.coral--darkest body:lang(zh) .coral-Heading-L--heading {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Detail--XL,
.coral--darkest body:lang(ko) .coral-Detail--XL,
.coral--darkest body:lang(zh) .coral-Detail--XL {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Detail--L,
.coral--darkest body:lang(ko) .coral-Detail--L,
.coral--darkest body:lang(zh) .coral-Detail--L {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Detail--M,
.coral--darkest body:lang(ko) .coral-Detail--M,
.coral--darkest body:lang(zh) .coral-Detail--M {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Detail--S,
.coral--darkest body:lang(ko) .coral-Detail--S,
.coral--darkest body:lang(zh) .coral-Detail--S {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Code--XL,
.coral--darkest body:lang(ko) .coral-Code--XL,
.coral--darkest body:lang(zh) .coral-Code--XL {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Code--L,
.coral--darkest body:lang(ko) .coral-Code--L,
.coral--darkest body:lang(zh) .coral-Code--L {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Code--M,
.coral--darkest body:lang(ko) .coral-Code--M,
.coral--darkest body:lang(zh) .coral-Code--M {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Code--S,
.coral--darkest body:lang(ko) .coral-Code--S,
.coral--darkest body:lang(zh) .coral-Code--S {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Code--XS,
.coral--darkest body:lang(ko) .coral-Code--XS,
.coral--darkest body:lang(zh) .coral-Code--XS {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest .coral-Body1,.coral--darkest .coral-Body2,.coral--darkest .coral-Body3,.coral--darkest .coral-Body4,.coral--darkest .coral-Body5 {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest .coral-Heading1,.coral--darkest .coral-Heading2,.coral--darkest .coral-Heading3,.coral--darkest .coral-Heading4,.coral--darkest .coral-Heading5,.coral--darkest .coral-Heading6,.coral--darkest ._coral-Subheading {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest .coral-Detail {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest .coral-Heading1--quiet,.coral--darkest .coral-Heading2--quiet,.coral--darkest .coral-Heading1--strong,.coral--darkest .coral-Heading2--strong,.coral--darkest .coral-Heading1--display,.coral--darkest .coral-Heading2--display,.coral--darkest .coral-Heading1--display.coral-Heading1--strong,.coral--darkest .coral-Heading2--display.coral-Heading2--strong,.coral--darkest .coral-Heading1--display.coral-Heading1--quiet,.coral--darkest .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Article .coral-Body1,.coral--darkest ._coral-Article .coral-Body2,.coral--darkest ._coral-Article .coral-Body3,.coral--darkest ._coral-Article .coral-Body4,.coral--darkest ._coral-Article .coral-Body5 {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Article .coral-Heading1,.coral--darkest ._coral-Article .coral-Heading2,.coral--darkest ._coral-Article .coral-Heading3,.coral--darkest ._coral-Article .coral-Heading4,.coral--darkest ._coral-Article .coral-Heading5,.coral--darkest ._coral-Article .coral-Heading6,.coral--darkest ._coral-Article ._coral-Subheading {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Article .coral-Detail {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Article .coral-Heading1--quiet,.coral--darkest ._coral-Article .coral-Heading2--quiet,.coral--darkest ._coral-Article .coral-Heading1--display,.coral--darkest ._coral-Article .coral-Heading2--display,.coral--darkest ._coral-Article .coral-Heading1--display.coral-Heading1--quiet,.coral--darkest ._coral-Article .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Body1,
.coral--darkest body:lang(ko) .coral-Body1,
.coral--darkest body:lang(zh) .coral-Body1 {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body2,
.coral--darkest body:lang(ko) .coral-Body2,
.coral--darkest body:lang(zh) .coral-Body2 {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body3,
.coral--darkest body:lang(ko) .coral-Body3,
.coral--darkest body:lang(zh) .coral-Body3 {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body4,
.coral--darkest body:lang(ko) .coral-Body4,
.coral--darkest body:lang(zh) .coral-Body4 {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Body5,
.coral--darkest body:lang(ko) .coral-Body5,
.coral--darkest body:lang(zh) .coral-Body5 {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Heading1,
.coral--darkest body:lang(ko) .coral-Heading1,
.coral--darkest body:lang(zh) .coral-Heading1 {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading2,
.coral--darkest body:lang(ko) .coral-Heading2,
.coral--darkest body:lang(zh) .coral-Heading2 {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading3,
.coral--darkest body:lang(ko) .coral-Heading3,
.coral--darkest body:lang(zh) .coral-Heading3 {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading4,
.coral--darkest body:lang(ko) .coral-Heading4,
.coral--darkest body:lang(zh) .coral-Heading4 {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading5,
.coral--darkest body:lang(ko) .coral-Heading5,
.coral--darkest body:lang(zh) .coral-Heading5 {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading6,
.coral--darkest body:lang(ko) .coral-Heading6,
.coral--darkest body:lang(zh) .coral-Heading6 {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) ._coral-Subheading,
.coral--darkest body:lang(ko) ._coral-Subheading,
.coral--darkest body:lang(zh) ._coral-Subheading {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Detail,
.coral--darkest body:lang(ko) .coral-Detail,
.coral--darkest body:lang(zh) .coral-Detail {
    
    color: rgb(200, 200, 200);
  }
.coral--darkest body:lang(ja) .coral-Heading1--quiet,
.coral--darkest body:lang(ko) .coral-Heading1--quiet,
.coral--darkest body:lang(zh) .coral-Heading1--quiet {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading2--quiet,
.coral--darkest body:lang(ko) .coral-Heading2--quiet,
.coral--darkest body:lang(zh) .coral-Heading2--quiet {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading1--strong,
.coral--darkest body:lang(ko) .coral-Heading1--strong,
.coral--darkest body:lang(zh) .coral-Heading1--strong {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading2--strong,
.coral--darkest body:lang(ko) .coral-Heading2--strong,
.coral--darkest body:lang(zh) .coral-Heading2--strong {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading1--display,
.coral--darkest body:lang(ko) .coral-Heading1--display,
.coral--darkest body:lang(zh) .coral-Heading1--display {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading2--display,
.coral--darkest body:lang(ko) .coral-Heading2--display,
.coral--darkest body:lang(zh) .coral-Heading2--display {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading1--display.coral-Heading1--strong,
.coral--darkest body:lang(ko) .coral-Heading1--display.coral-Heading1--strong,
.coral--darkest body:lang(zh) .coral-Heading1--display.coral-Heading1--strong {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading2--display.coral-Heading2--strong,
.coral--darkest body:lang(ko) .coral-Heading2--display.coral-Heading2--strong,
.coral--darkest body:lang(zh) .coral-Heading2--display.coral-Heading2--strong {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading1--display.coral-Heading1--quiet,
.coral--darkest body:lang(ko) .coral-Heading1--display.coral-Heading1--quiet,
.coral--darkest body:lang(zh) .coral-Heading1--display.coral-Heading1--quiet {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest body:lang(ja) .coral-Heading2--display.coral-Heading2--quiet,
.coral--darkest body:lang(ko) .coral-Heading2--display.coral-Heading2--quiet,
.coral--darkest body:lang(zh) .coral-Heading2--display.coral-Heading2--quiet {
    
    color: rgb(239, 239, 239);
  }
.coral--darkest .coral-Code1,.coral--darkest .coral-Code2,.coral--darkest .coral-Code3,.coral--darkest .coral-Code4,.coral--darkest .coral-Code5,.coral--darkest ,
.coral--darkest .coral-Body,.coral--darkest .coral-Body--large,.coral--darkest .coral-Body--small {
  color: rgb(200, 200, 200);
}
.coral--darkest .coral-Body--secondary {
  color: rgb(162, 162, 162);
}
.coral--darkest .coral-Heading.coral-Heading--1 {
  color: rgb(239, 239, 239);
}
.coral--darkest .coral-Heading.coral-Heading--2 {
  color: rgb(162, 162, 162);
}
.coral--darkest .coral-Heading.coral-Heading--3,.coral--darkest .coral-Heading.coral-Heading--4 {
  color: rgb(239, 239, 239);
}
.coral--darkest .coral-Heading.coral-Heading--5 {
  color: rgb(162, 162, 162);
}

[hidden] {
  display: none !important;
}
.u-coral-clearFix:before,
.u-coral-clearFix:after {
  content: "";
  display: table;
}
.u-coral-clearFix:after {
  clear: both;
}
.u-coral-pullLeft {
  float: left !important;
}
.u-coral-pullRight {
  float: right !important;
}
.u-coral-noBorder {
  border: none !important;
}
.u-coral-screenReaderOnly {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  margin: 0 -1px -1px 0 !important;
}
.u-coral-closedHand,
.u-coral-closedHand * {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.u-coral-openHand {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.u-coral-padding {
  padding: 16px !important;
}
.u-coral-padding-horizontal {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.u-coral-padding-vertical {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.u-coral-margin {
  margin: 16px !important;
}
.u-coral-noPadding {
  padding: 0 !important;
}
.u-coral-noPadding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.u-coral-noPadding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-coral-noMargin {
  margin: 0 !important;
}
.u-coral-ellipsis {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.u-coral-visibleXS {
  display: none !important;
}
@media (max-width: 303) {
  .u-coral-visibleXS {
    display: block !important;
  }
}
.u-coral-visibleS {
  display: none !important;
}
@media (min-width: 304px) and (max-width: 767px) {
  .u-coral-visibleS {
    display: block !important;
  }
}
.u-coral-visibleM {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .u-coral-visibleM {
    display: block !important;
  }
}
.u-coral-visibleL {
  display: none !important;
}
@media (min-width: 1280px) and (max-width: 1767px) {
  .u-coral-visibleL {
    display: block !important;
  }
}
.u-coral-visibleXL {
  display: none !important;
}
@media (min-width: 1768px) and (max-width: 2159px) {
  .u-coral-visibleXL {
    display: block !important;
  }
}
@media (min-width: 2160px) {
  .u-coral-visibleXXL {
    display: block !important;
  }
}
@media (max-width: 303px) {
  .u-coral-hiddenXS {
    display: none !important;
  }
}
@media (min-width: 304px) and (max-width: 767px) {
  .u-coral-hiddenS {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .u-coral-hiddenM {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1767px) {
  .u-coral-hiddenL {
    display: none !important;
  }
}
@media (min-width: 1768px) and (max-width: 2159px) {
  .u-coral-hiddenXL {
    display: none !important;
  }
}
@media (min-width: 2160px) {
  .u-coral-hiddenXXL {
    display: none !important;
  }
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
.coral-Link {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: color 130ms ease-in-out;
  outline: none;
}
.coral-Link:hover {
    text-decoration: underline;
  }
.coral-Link.focus-ring {
    text-decoration: underline;
    -webkit-text-decoration-style: double;
            text-decoration-style: double;
  }
.coral-Link.is-disabled {
    cursor: default;
    pointer-events: none;
  }
.coral-Link.is-disabled:hover,
    .coral-Link.is-disabled:focus {
      text-decoration: none;
    }
.coral-Link--subtle,
.coral-Link--quiet,.coral-Link--overBackground {
  text-decoration: underline;
}

.coral--large .coral-Link {
  transition: color 130ms ease-in-out;
}

.coral--light .coral-Link {
  color: rgb(13, 102, 208);
}
.coral--light .coral-Link:hover {
    color: rgb(13, 102, 208);
  }
.coral--light .coral-Link:active {
    color: rgb(9, 90, 186);
  }
.coral--light .coral-Link.focus-ring {
    color: rgb(13, 102, 208);
  }
.coral--light .coral-Link.is-disabled {
    color: rgb(179, 179, 179);
  }
.coral--light .coral-Link--quiet,
.coral--light .coral-Link--subtle {
  color: inherit;
}
.coral--light .coral-Link--quiet:hover,
.coral--light .coral-Link--subtle:hover {
    color: inherit;
  }
.coral--light .coral-Link--quiet:active,
.coral--light .coral-Link--subtle:active {
    color: inherit;
  }
.coral--light .coral-Link--quiet:focus,
.coral--light .coral-Link--subtle:focus {
    color: inherit;
  }
.coral--light .coral-Link--overBackground {
  color: rgb(255, 255, 255);
}
.coral--light .coral-Link--overBackground:hover {
    color: rgb(255, 255, 255);
  }
.coral--light .coral-Link--overBackground:active {
    color: rgb(255, 255, 255);
  }
.coral--light .coral-Link--overBackground:focus {
    color: rgb(255, 255, 255);
  }
.coral--light .coral-Link--overBackground.is-disabled {
    color: rgba(255,255,255,0.5);
  }

.coral--lightest .coral-Link {
  color: rgb(20, 115, 230);
}
.coral--lightest .coral-Link:hover {
    color: rgb(20, 115, 230);
  }
.coral--lightest .coral-Link:active {
    color: rgb(13, 102, 208);
  }
.coral--lightest .coral-Link.focus-ring {
    color: rgb(20, 115, 230);
  }
.coral--lightest .coral-Link.is-disabled {
    color: rgb(188, 188, 188);
  }
.coral--lightest .coral-Link--quiet,
.coral--lightest .coral-Link--subtle {
  color: inherit;
}
.coral--lightest .coral-Link--quiet:hover,
.coral--lightest .coral-Link--subtle:hover {
    color: inherit;
  }
.coral--lightest .coral-Link--quiet:active,
.coral--lightest .coral-Link--subtle:active {
    color: inherit;
  }
.coral--lightest .coral-Link--quiet:focus,
.coral--lightest .coral-Link--subtle:focus {
    color: inherit;
  }
.coral--lightest .coral-Link--overBackground {
  color: rgb(255, 255, 255);
}
.coral--lightest .coral-Link--overBackground:hover {
    color: rgb(255, 255, 255);
  }
.coral--lightest .coral-Link--overBackground:active {
    color: rgb(255, 255, 255);
  }
.coral--lightest .coral-Link--overBackground:focus {
    color: rgb(255, 255, 255);
  }
.coral--lightest .coral-Link--overBackground.is-disabled {
    color: rgba(255,255,255,0.5);
  }

.coral--dark .coral-Link {
  color: rgb(75, 156, 245);
}
.coral--dark .coral-Link:hover {
    color: rgb(75, 156, 245);
  }
.coral--dark .coral-Link:active {
    color: rgb(90, 169, 250);
  }
.coral--dark .coral-Link.focus-ring {
    color: rgb(75, 156, 245);
  }
.coral--dark .coral-Link.is-disabled {
    color: rgb(110, 110, 110);
  }
.coral--dark .coral-Link--quiet,
.coral--dark .coral-Link--subtle {
  color: inherit;
}
.coral--dark .coral-Link--quiet:hover,
.coral--dark .coral-Link--subtle:hover {
    color: inherit;
  }
.coral--dark .coral-Link--quiet:active,
.coral--dark .coral-Link--subtle:active {
    color: inherit;
  }
.coral--dark .coral-Link--quiet:focus,
.coral--dark .coral-Link--subtle:focus {
    color: inherit;
  }
.coral--dark .coral-Link--overBackground {
  color: rgb(255, 255, 255);
}
.coral--dark .coral-Link--overBackground:hover {
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Link--overBackground:active {
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Link--overBackground:focus {
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Link--overBackground.is-disabled {
    color: rgba(255,255,255,0.5);
  }

.coral--darkest .coral-Link {
  color: rgb(55, 142, 240);
}
.coral--darkest .coral-Link:hover {
    color: rgb(55, 142, 240);
  }
.coral--darkest .coral-Link:active {
    color: rgb(75, 156, 245);
  }
.coral--darkest .coral-Link.focus-ring {
    color: rgb(55, 142, 240);
  }
.coral--darkest .coral-Link.is-disabled {
    color: rgb(92, 92, 92);
  }
.coral--darkest .coral-Link--quiet,
.coral--darkest .coral-Link--subtle {
  color: inherit;
}
.coral--darkest .coral-Link--quiet:hover,
.coral--darkest .coral-Link--subtle:hover {
    color: inherit;
  }
.coral--darkest .coral-Link--quiet:active,
.coral--darkest .coral-Link--subtle:active {
    color: inherit;
  }
.coral--darkest .coral-Link--quiet:focus,
.coral--darkest .coral-Link--subtle:focus {
    color: inherit;
  }
.coral--darkest .coral-Link--overBackground {
  color: rgb(255, 255, 255);
}
.coral--darkest .coral-Link--overBackground:hover {
    color: rgb(255, 255, 255);
  }
.coral--darkest .coral-Link--overBackground:active {
    color: rgb(255, 255, 255);
  }
.coral--darkest .coral-Link--overBackground:focus {
    color: rgb(255, 255, 255);
  }
.coral--darkest .coral-Link--overBackground.is-disabled {
    color: rgba(255,255,255,0.5);
  }


/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
.coral-Divider--S, .coral-Divider--M, .coral-Divider--L {
  width: 100%;
  overflow: visible;

  border: none;
  border-width: 2px;
  border-radius: 2px;
}
.coral-Divider--L {
  height: 4px;

  border-radius: 2px;
}
.coral-Divider--M {
  height: 2px;

  border-radius: 1px;
}
.coral-Divider--S {
  height: 1px;

  border-radius: 1px;
}
.coral-Divider--vertical {
  height: 100%;
}
.coral-Divider--vertical.coral-Divider--L {
    width: 4px;
  }
.coral-Divider--vertical.coral-Divider--M {
    width: 2px;
  }
.coral-Divider--vertical.coral-Divider--S {
    width: 1px;
  }

.coral--large .coral-Divider--S, .coral-Divider--M, .coral-Divider--L {
  border-width: 2px;
  border-radius: 2px;
}
.coral--large .coral-Divider--L {
  height: 4px;

  border-radius: 2px;
}
.coral--large .coral-Divider--M {
  height: 2px;

  border-radius: 1px;
}
.coral--large .coral-Divider--S {
  height: 1px;

  border-radius: 1px;
}
.coral--large .coral-Divider--vertical {
  height: 100%;
}
.coral--large .coral-Divider--vertical.coral-Divider--L {
    width: 4px;
  }
.coral--large .coral-Divider--vertical.coral-Divider--M {
    width: 2px;
  }
.coral--large .coral-Divider--vertical.coral-Divider--S {
    width: 1px;
  }

.coral--light .coral-Divider--L {
  background-color: rgb(75, 75, 75);
}
.coral--light .coral-Divider--M,.coral--light .coral-Divider--S {
  background-color: rgb(225, 225, 225);
}

.coral--lightest .coral-Divider--L {
  background-color: rgb(80, 80, 80);
}
.coral--lightest .coral-Divider--M,.coral--lightest .coral-Divider--S {
  background-color: rgb(234, 234, 234);
}

.coral--dark .coral-Divider--L {
  background-color: rgb(227, 227, 227);
}
.coral--dark .coral-Divider--M,.coral--dark .coral-Divider--S {
  background-color: rgb(74, 74, 74);
}

.coral--darkest .coral-Divider--L {
  background-color: rgb(200, 200, 200);
}
.coral--darkest .coral-Divider--M,.coral--darkest .coral-Divider--S {
  background-color: rgb(57, 57, 57);
}


/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
.coral-FixedColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.coral-FixedColumn-column {
  box-sizing: border-box;
  margin: 0 8px;
  width: 512px;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Textfield {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;
  padding: 5px 11px 7px 11px;
  text-indent: 0;

  min-width: 48px;
  height: 32px;
  width: 192px;

  vertical-align: top;
  margin: 0;
  overflow: visible;
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;

  transition: border-color 130ms ease-in-out, box-shadow 130ms ease-in-out;

  outline: none;

  -webkit-appearance: none;
  -moz-appearance: textfield;
}
._coral-Textfield::placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
    opacity: 1;
  }
._coral-Textfield::-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
    opacity: 1;
  }
._coral-Textfield:lang(ja)::placeholder, ._coral-Textfield:lang(zh)::placeholder, ._coral-Textfield:lang(ko)::placeholder {
       font-style: normal;
    }
._coral-Textfield:lang(ja)::-ms-input-placeholder, ._coral-Textfield:lang(zh)::-ms-input-placeholder, ._coral-Textfield:lang(ko)::-ms-input-placeholder {
       font-style: normal;
    }
._coral-Textfield:hover::placeholder {
      font-weight: 400;
    }
._coral-Textfield:disabled {
    resize: none;
    opacity: 1;
  }
._coral-Textfield:disabled::placeholder {
      font-weight: 400;
    }
._coral-Textfield::-ms-clear {
    width: 0;
    height: 0;
  }
._coral-Textfield::-webkit-inner-spin-button,
  ._coral-Textfield::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
._coral-Textfield:-moz-ui-invalid {
    box-shadow: none;
  }
._coral-Textfield.is-invalid,
  ._coral-Textfield:invalid,
  ._coral-Textfield.is-valid {
    background-repeat: no-repeat;
  }
._coral-Textfield.is-invalid,
  ._coral-Textfield:invalid {
    background-size: 18px 18px;
    background-position: calc(100% - 11px) 6px;
    padding-right: 41px;
  }
._coral-Textfield.is-valid {
    background-size: 12px 12px;
    background-position: calc(100% - 11px) 10px;
    padding-right: 35px;
  }
._coral-Textfield--multiline {
  height: auto;
  min-height: 56px;
  padding: 5px 11px 8px 11px;
  overflow: auto;
}
._coral-Textfield--quiet {
  border-radius: 0px;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
  resize: none;
  overflow-y: hidden;
}
._coral-Textfield--quiet.is-invalid,
  ._coral-Textfield--quiet:invalid,
  ._coral-Textfield--quiet.is-valid {
    background-position: 100% 50%;
  }
._coral-Textfield--quiet._coral-Textfield--multiline {
    height: 32px;
    min-height: 32px;
  }

.coral--large ._coral-Textfield {
  border: 1px solid;
  border-radius: 5px;
  padding: 7px 14px 9px 14px;

  min-width: 60px;
  height: 40px;
  width: 240px;
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  font-size: 17px;
  line-height: 1.5;

  transition: border-color 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.coral--large ._coral-Textfield::placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
  }
.coral--large ._coral-Textfield::-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
  }
.coral--large ._coral-Textfield:hover::placeholder {
      font-weight: 400;
    }
.coral--large ._coral-Textfield:disabled::placeholder {
      font-weight: 400;
    }
.coral--large ._coral-Textfield.is-invalid,
  .coral--large ._coral-Textfield:invalid {
    background-size: 22px 22px;
    background-position: calc(100% - 14px) 8px;
    padding-right: 51px;
  }
.coral--large ._coral-Textfield.is-valid {
    background-size: 16px 16px;
    background-position: calc(100% - 14px) 12px;
    padding-right: 45px;
  }
.coral--large ._coral-Textfield--multiline {
  height: auto;
  min-height: 70px;
  padding: 7px 14px 10px 14px;
}
.coral--large ._coral-Textfield--quiet {
  border-radius: 0px;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
}
.coral--large ._coral-Textfield--quiet.is-invalid,
  .coral--large ._coral-Textfield--quiet:invalid,
  .coral--large ._coral-Textfield--quiet.is-valid {
    background-position: 100% 50%;
  }
.coral--large ._coral-Textfield--quiet._coral-Textfield--multiline {
    height: 40px;
    min-height: 40px;
  }

.coral--light ._coral-Textfield {
  background-color: rgb(255, 255, 255);
  border-color: rgb(225, 225, 225);
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Textfield::placeholder {
    color: rgb(142, 142, 142);
  }
.coral--light ._coral-Textfield:hover {
    border-color: rgb(202, 202, 202);
    box-shadow: none;
  }
.coral--light ._coral-Textfield:hover::placeholder {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Textfield:focus {
    border-color: rgb(20, 115, 230);
  }
.coral--light ._coral-Textfield.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--light ._coral-Textfield[disabled] {
    background-color: rgb(234, 234, 234);
    border-color: transparent;
    color: rgb(179, 179, 179);
    -webkit-text-fill-color: rgb(179, 179, 179);
  }
.coral--light ._coral-Textfield[disabled]::placeholder {
      color: rgb(179, 179, 179);
    }
.coral--light ._coral-Textfield.is-invalid,
.coral--light ._coral-Textfield:invalid {
    border-color: rgb(215, 55, 63);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 18 18' width='18'%3E%3Cpath style='fill:rgb%28227%2C 72%2C 80%29' d='M8.564 1.289L.2 16.256A.5.5 0 0 0 .636 17h16.728a.5.5 0 0 0 .5-.5.494.494 0 0 0-.064-.244L9.436 1.289a.5.5 0 0 0-.872 0zM10 14.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25zm0-3a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-6a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25z'/%3E%3C/svg%3E");
  }
.coral--light ._coral-Textfield.is-invalid.focus-ring:not(:active),
.coral--light ._coral-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.coral--light ._coral-Textfield.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' viewBox='0 0 12 12' width='12'%3E%3Cpath style='fill:rgb%2818%2C 128%2C 92%29' d='M4.5 10a1.023 1.023 0 0 1-.8-.384l-2.488-3a1 1 0 0 1 1.577-1.233L4.5 7.376l4.712-5.991a1 1 0 1 1 1.576 1.23l-5.511 7A.977.977 0 0 1 4.5 10z'/%3E%3C/svg%3E");
  }
.coral--light ._coral-Textfield--quiet {
  background-color: transparent;
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-Textfield--quiet:hover {
    border-color: rgb(202, 202, 202);
  }
.coral--light ._coral-Textfield--quiet:active {
    border-color: rgb(20, 115, 230);
  }
.coral--light ._coral-Textfield--quiet:focus {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 1px 0 rgb(38, 128, 235);
  }
.coral--light ._coral-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 1px 0 rgb(38, 128, 235);
    }
.coral--light ._coral-Textfield--quiet:disabled {
    background-color: transparent;
    border-color:  rgb(225, 225, 225);
  }
.coral--light ._coral-Textfield--quiet.is-invalid,
.coral--light ._coral-Textfield--quiet:invalid {
    border-color: rgb(215, 55, 63);
  }
.coral--light ._coral-Textfield--quiet.is-invalid:focus,
.coral--light ._coral-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(215, 55, 63);
    }
.coral--light ._coral-Textfield--quiet.is-invalid.focus-ring:not(:active),
.coral--light ._coral-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 1px 0 rgb(215, 55, 63);
      }

.coral--lightest ._coral-Textfield {
  background-color: rgb(255, 255, 255);
  border-color: rgb(234, 234, 234);
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Textfield::placeholder {
    color: rgb(149, 149, 149);
  }
.coral--lightest ._coral-Textfield:hover {
    border-color: rgb(211, 211, 211);
    box-shadow: none;
  }
.coral--lightest ._coral-Textfield:hover::placeholder {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Textfield:focus {
    border-color: rgb(38, 128, 235);
  }
.coral--lightest ._coral-Textfield.focus-ring:not(:active) {
      border-color: rgb(55, 142, 240);
      box-shadow: 0 0 0 1px rgb(55, 142, 240);
    }
.coral--lightest ._coral-Textfield[disabled] {
    background-color: rgb(244, 244, 244);
    border-color: transparent;
    color: rgb(188, 188, 188);
    -webkit-text-fill-color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Textfield[disabled]::placeholder {
      color: rgb(188, 188, 188);
    }
.coral--lightest ._coral-Textfield.is-invalid,
.coral--lightest ._coral-Textfield:invalid {
    border-color: rgb(227, 72, 80);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 18 18' width='18'%3E%3Cpath style='fill:rgb%28236%2C 91%2C 98%29' d='M8.564 1.289L.2 16.256A.5.5 0 0 0 .636 17h16.728a.5.5 0 0 0 .5-.5.494.494 0 0 0-.064-.244L9.436 1.289a.5.5 0 0 0-.872 0zM10 14.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25zm0-3a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-6a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25z'/%3E%3C/svg%3E");
  }
.coral--lightest ._coral-Textfield.is-invalid.focus-ring:not(:active),
.coral--lightest ._coral-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--lightest ._coral-Textfield.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' viewBox='0 0 12 12' width='12'%3E%3Cpath style='fill:rgb%2838%2C 142%2C 108%29' d='M4.5 10a1.023 1.023 0 0 1-.8-.384l-2.488-3a1 1 0 0 1 1.577-1.233L4.5 7.376l4.712-5.991a1 1 0 1 1 1.576 1.23l-5.511 7A.977.977 0 0 1 4.5 10z'/%3E%3C/svg%3E");
  }
.coral--lightest ._coral-Textfield--quiet {
  background-color: transparent;
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Textfield--quiet:hover {
    border-color: rgb(211, 211, 211);
  }
.coral--lightest ._coral-Textfield--quiet:active {
    border-color: rgb(38, 128, 235);
  }
.coral--lightest ._coral-Textfield--quiet:focus {
    border-color: rgb(55, 142, 240);
    box-shadow: 0 1px 0 rgb(55, 142, 240);
  }
.coral--lightest ._coral-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(55, 142, 240);
      box-shadow: 0 1px 0 rgb(55, 142, 240);
    }
.coral--lightest ._coral-Textfield--quiet:disabled {
    background-color: transparent;
    border-color:  rgb(234, 234, 234);
  }
.coral--lightest ._coral-Textfield--quiet.is-invalid,
.coral--lightest ._coral-Textfield--quiet:invalid {
    border-color: rgb(227, 72, 80);
  }
.coral--lightest ._coral-Textfield--quiet.is-invalid:focus,
.coral--lightest ._coral-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(227, 72, 80);
    }
.coral--lightest ._coral-Textfield--quiet.is-invalid.focus-ring:not(:active),
.coral--lightest ._coral-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 1px 0 rgb(227, 72, 80);
      }

.coral--dark ._coral-Textfield {
  background-color: rgb(37, 37, 37);
  border-color: rgb(74, 74, 74);
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-Textfield::placeholder {
    color: rgb(144, 144, 144);
  }
.coral--dark ._coral-Textfield:hover {
    border-color: rgb(90, 90, 90);
    box-shadow: none;
  }
.coral--dark ._coral-Textfield:hover::placeholder {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Textfield:focus {
    border-color: rgb(55, 142, 240);
  }
.coral--dark ._coral-Textfield.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--dark ._coral-Textfield[disabled] {
    background-color: rgb(62, 62, 62);
    border-color: transparent;
    color: rgb(110, 110, 110);
    -webkit-text-fill-color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Textfield[disabled]::placeholder {
      color: rgb(110, 110, 110);
    }
.coral--dark ._coral-Textfield.is-invalid,
.coral--dark ._coral-Textfield:invalid {
    border-color: rgb(236, 91, 98);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 18 18' width='18'%3E%3Cpath style='fill:rgb%28227%2C 72%2C 80%29' d='M8.564 1.289L.2 16.256A.5.5 0 0 0 .636 17h16.728a.5.5 0 0 0 .5-.5.494.494 0 0 0-.064-.244L9.436 1.289a.5.5 0 0 0-.872 0zM10 14.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25zm0-3a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-6a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25z'/%3E%3C/svg%3E");
  }
.coral--dark ._coral-Textfield.is-invalid.focus-ring:not(:active),
.coral--dark ._coral-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(236, 91, 98);
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }
.coral--dark ._coral-Textfield.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' viewBox='0 0 12 12' width='12'%3E%3Cpath style='fill:rgb%2857%2C 185%2C 144%29' d='M4.5 10a1.023 1.023 0 0 1-.8-.384l-2.488-3a1 1 0 0 1 1.577-1.233L4.5 7.376l4.712-5.991a1 1 0 1 1 1.576 1.23l-5.511 7A.977.977 0 0 1 4.5 10z'/%3E%3C/svg%3E");
  }
.coral--dark ._coral-Textfield--quiet {
  background-color: transparent;
  border-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Textfield--quiet:hover {
    border-color: rgb(90, 90, 90);
  }
.coral--dark ._coral-Textfield--quiet:active {
    border-color: rgb(55, 142, 240);
  }
.coral--dark ._coral-Textfield--quiet:focus {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 1px 0 rgb(38, 128, 235);
  }
.coral--dark ._coral-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 1px 0 rgb(38, 128, 235);
    }
.coral--dark ._coral-Textfield--quiet:disabled {
    background-color: transparent;
    border-color:  rgb(74, 74, 74);
  }
.coral--dark ._coral-Textfield--quiet.is-invalid,
.coral--dark ._coral-Textfield--quiet:invalid {
    border-color: rgb(236, 91, 98);
  }
.coral--dark ._coral-Textfield--quiet.is-invalid:focus,
.coral--dark ._coral-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(236, 91, 98);
    }
.coral--dark ._coral-Textfield--quiet.is-invalid.focus-ring:not(:active),
.coral--dark ._coral-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(236, 91, 98);
        box-shadow: 0 1px 0 rgb(236, 91, 98);
      }

.coral--darkest ._coral-Textfield {
  background-color: rgb(8, 8, 8);
  border-color: rgb(57, 57, 57);
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-Textfield::placeholder {
    color: rgb(124, 124, 124);
  }
.coral--darkest ._coral-Textfield:hover {
    border-color: rgb(73, 73, 73);
    box-shadow: none;
  }
.coral--darkest ._coral-Textfield:hover::placeholder {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Textfield:focus {
    border-color: rgb(38, 128, 235);
  }
.coral--darkest ._coral-Textfield.focus-ring:not(:active) {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }
.coral--darkest ._coral-Textfield[disabled] {
    background-color: rgb(44, 44, 44);
    border-color: transparent;
    color: rgb(92, 92, 92);
    -webkit-text-fill-color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Textfield[disabled]::placeholder {
      color: rgb(92, 92, 92);
    }
.coral--darkest ._coral-Textfield.is-invalid,
.coral--darkest ._coral-Textfield:invalid {
    border-color: rgb(227, 72, 80);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 18 18' width='18'%3E%3Cpath style='fill:rgb%28215%2C 55%2C 63%29' d='M8.564 1.289L.2 16.256A.5.5 0 0 0 .636 17h16.728a.5.5 0 0 0 .5-.5.494.494 0 0 0-.064-.244L9.436 1.289a.5.5 0 0 0-.872 0zM10 14.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25zm0-3a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-6a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25z'/%3E%3C/svg%3E");
  }
.coral--darkest ._coral-Textfield.is-invalid.focus-ring:not(:active),
.coral--darkest ._coral-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--darkest ._coral-Textfield.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' viewBox='0 0 12 12' width='12'%3E%3Cpath style='fill:rgb%2851%2C 171%2C 132%29' d='M4.5 10a1.023 1.023 0 0 1-.8-.384l-2.488-3a1 1 0 0 1 1.577-1.233L4.5 7.376l4.712-5.991a1 1 0 1 1 1.576 1.23l-5.511 7A.977.977 0 0 1 4.5 10z'/%3E%3C/svg%3E");
  }
.coral--darkest ._coral-Textfield--quiet {
  background-color: transparent;
  border-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Textfield--quiet:hover {
    border-color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-Textfield--quiet:active {
    border-color: rgb(38, 128, 235);
  }
.coral--darkest ._coral-Textfield--quiet:focus {
    border-color: rgb(20, 115, 230);
    box-shadow: 0 1px 0 rgb(20, 115, 230);
  }
.coral--darkest ._coral-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 1px 0 rgb(20, 115, 230);
    }
.coral--darkest ._coral-Textfield--quiet:disabled {
    background-color: transparent;
    border-color:  rgb(57, 57, 57);
  }
.coral--darkest ._coral-Textfield--quiet.is-invalid,
.coral--darkest ._coral-Textfield--quiet:invalid {
    border-color: rgb(227, 72, 80);
  }
.coral--darkest ._coral-Textfield--quiet.is-invalid:focus,
.coral--darkest ._coral-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(227, 72, 80);
    }
.coral--darkest ._coral-Textfield--quiet.is-invalid.focus-ring:not(:active),
.coral--darkest ._coral-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 1px 0 rgb(227, 72, 80);
      }

.coral--large ._coral-DecoratedTextfield-icon {
  width: 22px;
  height: 22px;
  top: 9px;
  right: 15px;
}
.coral--large ._coral-DecoratedTextfield-field {
  padding-right: 51px;
}

._coral-InputGroup {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 192px;
  border-radius: 4px;
}
._coral-InputGroup ._coral-FieldButton {
    padding: 0;
    width: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
._coral-InputGroup-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  -ms-flex: 1;
      flex: 1;
}
._coral-InputGroup--quiet {
  border-radius: 0;
}
._coral-InputGroup--quiet ._coral-FieldButton {
    width: auto;
    position: relative;

    padding-left: 12px;
    padding-right: 0;

    border-bottom: 1px solid;
    border-radius: 0;
  }
._coral-InputGroup--quiet ._coral-FieldButton:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 10px;
      right: -10px;
    }
._coral-InputGroup--quiet ._coral-InputGroup-icon {
    right: 0;
  }
._coral-Datepicker--range {
  border-radius: 4px;
}
._coral-Datepicker--range._coral-InputGroup--quiet,._coral-Datepicker--range._coral-InputGroup--quiet ._coral-FieldButton {
      border-radius: 0;
    }
._coral-Datepicker--range._coral-Datepicker--datetimeRange ._coral-InputGroup-field {
      width: 153px;
      min-width: 153px;
    }
._coral-Datepicker--range ._coral-InputGroup-field {
    width: 104px;
    min-width: 104px;
    -ms-flex: initial;
        flex: initial;
  }
._coral-Datepicker--range ._coral-InputGroup-field._coral-Datepicker-startField {
      border-right: 0;
      padding-right: 12px;
    }
._coral-Datepicker--range ._coral-InputGroup-field._coral-Datepicker-startField.is-invalid,
      ._coral-Datepicker--range ._coral-InputGroup-field._coral-Datepicker-startField:invalid {
        background-image: none;
        padding-right: 12px;
      }
._coral-Datepicker--range ._coral-InputGroup-field._coral-Datepicker-endField {
      border-left: 0;
      border-radius: 0;
      padding-left: 12px;
    }
._coral-Datepicker--range ._coral-Datepicker--rangeDash {
    line-height: 24px;
    padding-top: 0;
    -ms-flex: initial;
        flex: initial;
    width: 0;
    z-index: 1;
  }
._coral-Datepicker--range ._coral-Datepicker--rangeDash:before {
      content: '–';
      display: inline-block;
      margin: 0 -7px;
      overflow: hidden;
      text-align: center;
      vertical-align: middle;
      width: 14px;
    }
._coral-Datepicker--range.is-focused ._coral-Datepicker-focusRing {
      position: absolute;
      border-radius: 4px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
    }
._coral-Datepicker--range._coral-InputGroup--quiet.is-focused ._coral-Datepicker-focusRing {
        border-radius: 0;
        top: auto;
      }
._coral-Datepicker--range._coral-InputGroup--quiet ._coral-Datepicker--rangeDash:before {
        margin-left: -7px;
      }

.coral--large ._coral-InputGroup {
  min-width: 240px;
  border-radius: 5px;
}
.coral--large ._coral-InputGroup ._coral-FieldButton {
    width: 42px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.coral--large ._coral-InputGroup-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.coral--large ._coral-InputGroup--quiet {
  border-radius: 0;
}
.coral--large ._coral-InputGroup--quiet ._coral-FieldButton {

    padding-left: 15px;
    padding-right: 0;

    border-bottom: 1px solid;
    border-radius: 0;
  }
.coral--large ._coral-Datepicker--range {
  border-radius: 5px;
}
.coral--large ._coral-Datepicker--range._coral-InputGroup--quiet,.coral--large ._coral-Datepicker--range._coral-InputGroup--quiet ._coral-FieldButton {
      border-radius: 0;
    }
.coral--large ._coral-Datepicker--range._coral-Datepicker--datetimeRange ._coral-InputGroup-field {
      width: 193px;
      min-width: 193px;
    }
.coral--large ._coral-Datepicker--range ._coral-InputGroup-field {
    width: 130px;
    min-width: 130px;
  }
.coral--large ._coral-Datepicker--range ._coral-InputGroup-field._coral-Datepicker-startField,.coral--large ._coral-Datepicker--range ._coral-InputGroup-field._coral-Datepicker-startField.is-invalid,
      .coral--large ._coral-Datepicker--range ._coral-InputGroup-field._coral-Datepicker-startField:invalid {
        padding-right: 15px;
      }
.coral--large ._coral-Datepicker--range ._coral-InputGroup-field._coral-Datepicker-endField {
      padding-left: 15px;
    }
.coral--large ._coral-Datepicker--range ._coral-Datepicker--rangeDash {
    line-height: 30px;
    padding-top: 0;
  }
.coral--large ._coral-Datepicker--range ._coral-Datepicker--rangeDash:before {
      margin: 0 -7px;
      width: 14px;
    }
.coral--large ._coral-Datepicker--range.is-focused ._coral-Datepicker-focusRing {
      border-radius: 5px;
    }
.coral--large ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused ._coral-Datepicker-focusRing {
        border-radius: 0;
      }
.coral--large ._coral-Datepicker--range._coral-InputGroup--quiet ._coral-Datepicker--rangeDash:before {
        margin-left: -7px;
      }

.coral--light ._coral-InputGroup.is-focused:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) {
        border-color: rgb(38, 128, 235);
      }
.coral--light ._coral-InputGroup.is-focused:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) ~ ._coral-FieldButton {
          border-color: rgb(38, 128, 235);
        }
.coral--light ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) {
        border-color: rgb(202, 202, 202);
      }
.coral--light ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) ~ ._coral-FieldButton {
          border-color: rgb(202, 202, 202);
        }
.coral--light ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):focus {
          border-color: rgb(38, 128, 235);
        }
.coral--light ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):focus ~ ._coral-FieldButton {
            border-color: rgb(38, 128, 235);
          }
.coral--light ._coral-InputGroup-field:focus ~ ._coral-FieldButton {
    border-color: rgb(38, 128, 235);
  }
.coral--light ._coral-InputGroup-field:focus.is-invalid ~ ._coral-FieldButton,
.coral--light ._coral-InputGroup-field:focus:invalid ~ ._coral-FieldButton {
      border-color: rgb(215, 55, 63);
    }
.coral--light ._coral-InputGroup-field.focus-ring ~ ._coral-FieldButton {
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--light ._coral-InputGroup-field.focus-ring.is-invalid ~ ._coral-FieldButton,
.coral--light ._coral-InputGroup-field.focus-ring:invalid ~ ._coral-FieldButton {
      box-shadow: 0 0 0 1px rgb(215, 55, 63);
    }
.coral--light ._coral-InputGroup--quiet ._coral-FieldButton,
.coral--light ._coral-InputGroup--quiet ._coral-FieldButton:hover,
.coral--light ._coral-InputGroup--quiet ._coral-FieldButton:focus,
.coral--light ._coral-InputGroup--quiet ._coral-FieldButton:active,
.coral--light ._coral-InputGroup--quiet ._coral-FieldButton.is-selected,
.coral--light ._coral-InputGroup--quiet ._coral-FieldButton:invalid,
.coral--light ._coral-InputGroup--quiet ._coral-FieldButton.is-invalid,
.coral--light ._coral-InputGroup--quiet ._coral-FieldButton:disabled,
.coral--light ._coral-InputGroup--quiet ._coral-FieldButton:disabled:hover {
      border-color: rgb(225, 225, 225);
    }
.coral--light ._coral-InputGroup--quiet:hover:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-FieldButton {
        border-color: rgb(202, 202, 202);
      }
.coral--light ._coral-InputGroup--quiet ._coral-InputGroup-field.is-invalid ~ ._coral-FieldButton,
.coral--light ._coral-InputGroup--quiet ._coral-InputGroup-field:invalid ~ ._coral-FieldButton {
        border-color: rgb(215, 55, 63);
      }
.coral--light ._coral-InputGroup--quiet ._coral-InputGroup-field:focus ~ ._coral-FieldButton {
        box-shadow: 0 1px 0 rgb(38, 128, 235);
        border-color: rgb(38, 128, 235);
      }
.coral--light ._coral-InputGroup--quiet ._coral-InputGroup-field:focus.is-invalid ~ ._coral-FieldButton,
.coral--light ._coral-InputGroup--quiet ._coral-InputGroup-field:focus:invalid ~ ._coral-FieldButton {
          box-shadow: 0 1px 0 rgb(215, 55, 63);
          border-color: rgb(215, 55, 63);
        }
.coral--light ._coral-Datepicker--range ._coral-InputGroup-field.focus-ring {
      box-shadow: none !important;
    }
.coral--light ._coral-Datepicker--range ._coral-InputGroup-field[disabled] ~ ._coral-Datepicker--rangeDash {
        color: rgb(179, 179, 179);
      }
.coral--light ._coral-Datepicker--range .focus-ring ~ ._coral-Datepicker-focusRing {
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--light ._coral-Datepicker--range .focus-ring:invalid ~ ._coral-FieldButton,
.coral--light ._coral-Datepicker--range .focus-ring.is-invalid ~ ._coral-FieldButton {
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.coral--light ._coral-Datepicker--range .focus-ring:invalid ~ ._coral-Datepicker-focusRing,
.coral--light ._coral-Datepicker--range .focus-ring.is-invalid ~ ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.coral--light ._coral-Datepicker--range.is-invalid ._coral-InputGroup-field {
      border-color: rgb(215, 55, 63) !important;
    }
.coral--light ._coral-Datepicker--range.is-invalid .focus-ring ~ ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.coral--light ._coral-Datepicker--range.is-invalid .focus-ring ~ ._coral-FieldButton {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.coral--light ._coral-Datepicker--range.is-invalid ._coral-FieldButton {
      border-color: rgb(215, 55, 63);
    }
.coral--light ._coral-Datepicker--range.is-invalid ._coral-FieldButton.is-invalid.focus-ring {
          border-color: rgb(215, 55, 63);
          box-shadow: 0 0 0 1px rgb(215, 55, 63);
        }
.coral--light ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(38, 128, 235);
      }
.coral--light ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-FieldButton {
          box-shadow: none;
          border-color: rgb(215, 55, 63);
        }
.coral--light ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-FieldButton.is-invalid.focus-ring {
              box-shadow: 0 2px 0 0 rgb(215, 55, 63);
            }
.coral--light ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-Datepicker-focusRing {
          box-shadow: 0 0 0 1px rgb(215, 55, 63);
        }

.coral--lightest ._coral-InputGroup.is-focused:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) {
        border-color: rgb(55, 142, 240);
      }
.coral--lightest ._coral-InputGroup.is-focused:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) ~ ._coral-FieldButton {
          border-color: rgb(55, 142, 240);
        }
.coral--lightest ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) {
        border-color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) ~ ._coral-FieldButton {
          border-color: rgb(211, 211, 211);
        }
.coral--lightest ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):focus {
          border-color: rgb(55, 142, 240);
        }
.coral--lightest ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):focus ~ ._coral-FieldButton {
            border-color: rgb(55, 142, 240);
          }
.coral--lightest ._coral-InputGroup-field:focus ~ ._coral-FieldButton {
    border-color: rgb(55, 142, 240);
  }
.coral--lightest ._coral-InputGroup-field:focus.is-invalid ~ ._coral-FieldButton,
.coral--lightest ._coral-InputGroup-field:focus:invalid ~ ._coral-FieldButton {
      border-color: rgb(227, 72, 80);
    }
.coral--lightest ._coral-InputGroup-field.focus-ring ~ ._coral-FieldButton {
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
  }
.coral--lightest ._coral-InputGroup-field.focus-ring.is-invalid ~ ._coral-FieldButton,
.coral--lightest ._coral-InputGroup-field.focus-ring:invalid ~ ._coral-FieldButton {
      box-shadow: 0 0 0 1px rgb(227, 72, 80);
    }
.coral--lightest ._coral-InputGroup--quiet ._coral-FieldButton,
.coral--lightest ._coral-InputGroup--quiet ._coral-FieldButton:hover,
.coral--lightest ._coral-InputGroup--quiet ._coral-FieldButton:focus,
.coral--lightest ._coral-InputGroup--quiet ._coral-FieldButton:active,
.coral--lightest ._coral-InputGroup--quiet ._coral-FieldButton.is-selected,
.coral--lightest ._coral-InputGroup--quiet ._coral-FieldButton:invalid,
.coral--lightest ._coral-InputGroup--quiet ._coral-FieldButton.is-invalid,
.coral--lightest ._coral-InputGroup--quiet ._coral-FieldButton:disabled,
.coral--lightest ._coral-InputGroup--quiet ._coral-FieldButton:disabled:hover {
      border-color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-InputGroup--quiet:hover:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-FieldButton {
        border-color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-field.is-invalid ~ ._coral-FieldButton,
.coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-field:invalid ~ ._coral-FieldButton {
        border-color: rgb(227, 72, 80);
      }
.coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-field:focus ~ ._coral-FieldButton {
        box-shadow: 0 1px 0 rgb(55, 142, 240);
        border-color: rgb(55, 142, 240);
      }
.coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-field:focus.is-invalid ~ ._coral-FieldButton,
.coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-field:focus:invalid ~ ._coral-FieldButton {
          box-shadow: 0 1px 0 rgb(227, 72, 80);
          border-color: rgb(227, 72, 80);
        }
.coral--lightest ._coral-Datepicker--range ._coral-InputGroup-field.focus-ring {
      box-shadow: none !important;
    }
.coral--lightest ._coral-Datepicker--range ._coral-InputGroup-field[disabled] ~ ._coral-Datepicker--rangeDash {
        color: rgb(188, 188, 188);
      }
.coral--lightest ._coral-Datepicker--range .focus-ring ~ ._coral-Datepicker-focusRing {
      box-shadow: 0 0 0 1px rgb(55, 142, 240);
    }
.coral--lightest ._coral-Datepicker--range .focus-ring:invalid ~ ._coral-FieldButton,
.coral--lightest ._coral-Datepicker--range .focus-ring.is-invalid ~ ._coral-FieldButton {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--lightest ._coral-Datepicker--range .focus-ring:invalid ~ ._coral-Datepicker-focusRing,
.coral--lightest ._coral-Datepicker--range .focus-ring.is-invalid ~ ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--lightest ._coral-Datepicker--range.is-invalid ._coral-InputGroup-field {
      border-color: rgb(227, 72, 80) !important;
    }
.coral--lightest ._coral-Datepicker--range.is-invalid .focus-ring ~ ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--lightest ._coral-Datepicker--range.is-invalid .focus-ring ~ ._coral-FieldButton {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--lightest ._coral-Datepicker--range.is-invalid ._coral-FieldButton {
      border-color: rgb(227, 72, 80);
    }
.coral--lightest ._coral-Datepicker--range.is-invalid ._coral-FieldButton.is-invalid.focus-ring {
          border-color: rgb(227, 72, 80);
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }
.coral--lightest ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(55, 142, 240);
      }
.coral--lightest ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-FieldButton {
          box-shadow: none;
          border-color: rgb(227, 72, 80);
        }
.coral--lightest ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-FieldButton.is-invalid.focus-ring {
              box-shadow: 0 2px 0 0 rgb(227, 72, 80);
            }
.coral--lightest ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-Datepicker-focusRing {
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }

.coral--dark ._coral-InputGroup.is-focused:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) {
        border-color: rgb(38, 128, 235);
      }
.coral--dark ._coral-InputGroup.is-focused:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) ~ ._coral-FieldButton {
          border-color: rgb(38, 128, 235);
        }
.coral--dark ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) {
        border-color: rgb(90, 90, 90);
      }
.coral--dark ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) ~ ._coral-FieldButton {
          border-color: rgb(90, 90, 90);
        }
.coral--dark ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):focus {
          border-color: rgb(38, 128, 235);
        }
.coral--dark ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):focus ~ ._coral-FieldButton {
            border-color: rgb(38, 128, 235);
          }
.coral--dark ._coral-InputGroup-field:focus ~ ._coral-FieldButton {
    border-color: rgb(38, 128, 235);
  }
.coral--dark ._coral-InputGroup-field:focus.is-invalid ~ ._coral-FieldButton,
.coral--dark ._coral-InputGroup-field:focus:invalid ~ ._coral-FieldButton {
      border-color: rgb(236, 91, 98);
    }
.coral--dark ._coral-InputGroup-field.focus-ring ~ ._coral-FieldButton {
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--dark ._coral-InputGroup-field.focus-ring.is-invalid ~ ._coral-FieldButton,
.coral--dark ._coral-InputGroup-field.focus-ring:invalid ~ ._coral-FieldButton {
      box-shadow: 0 0 0 1px rgb(236, 91, 98);
    }
.coral--dark ._coral-InputGroup--quiet ._coral-FieldButton,
.coral--dark ._coral-InputGroup--quiet ._coral-FieldButton:hover,
.coral--dark ._coral-InputGroup--quiet ._coral-FieldButton:focus,
.coral--dark ._coral-InputGroup--quiet ._coral-FieldButton:active,
.coral--dark ._coral-InputGroup--quiet ._coral-FieldButton.is-selected,
.coral--dark ._coral-InputGroup--quiet ._coral-FieldButton:invalid,
.coral--dark ._coral-InputGroup--quiet ._coral-FieldButton.is-invalid,
.coral--dark ._coral-InputGroup--quiet ._coral-FieldButton:disabled,
.coral--dark ._coral-InputGroup--quiet ._coral-FieldButton:disabled:hover {
      border-color: rgb(74, 74, 74);
    }
.coral--dark ._coral-InputGroup--quiet:hover:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-FieldButton {
        border-color: rgb(90, 90, 90);
      }
.coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-field.is-invalid ~ ._coral-FieldButton,
.coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-field:invalid ~ ._coral-FieldButton {
        border-color: rgb(236, 91, 98);
      }
.coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-field:focus ~ ._coral-FieldButton {
        box-shadow: 0 1px 0 rgb(38, 128, 235);
        border-color: rgb(38, 128, 235);
      }
.coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-field:focus.is-invalid ~ ._coral-FieldButton,
.coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-field:focus:invalid ~ ._coral-FieldButton {
          box-shadow: 0 1px 0 rgb(236, 91, 98);
          border-color: rgb(236, 91, 98);
        }
.coral--dark ._coral-Datepicker--range ._coral-InputGroup-field.focus-ring {
      box-shadow: none !important;
    }
.coral--dark ._coral-Datepicker--range ._coral-InputGroup-field[disabled] ~ ._coral-Datepicker--rangeDash {
        color: rgb(110, 110, 110);
      }
.coral--dark ._coral-Datepicker--range .focus-ring ~ ._coral-Datepicker-focusRing {
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--dark ._coral-Datepicker--range .focus-ring:invalid ~ ._coral-FieldButton,
.coral--dark ._coral-Datepicker--range .focus-ring.is-invalid ~ ._coral-FieldButton {
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }
.coral--dark ._coral-Datepicker--range .focus-ring:invalid ~ ._coral-Datepicker-focusRing,
.coral--dark ._coral-Datepicker--range .focus-ring.is-invalid ~ ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }
.coral--dark ._coral-Datepicker--range.is-invalid ._coral-InputGroup-field {
      border-color: rgb(236, 91, 98) !important;
    }
.coral--dark ._coral-Datepicker--range.is-invalid .focus-ring ~ ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }
.coral--dark ._coral-Datepicker--range.is-invalid .focus-ring ~ ._coral-FieldButton {
        border-color: rgb(236, 91, 98);
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }
.coral--dark ._coral-Datepicker--range.is-invalid ._coral-FieldButton {
      border-color: rgb(236, 91, 98);
    }
.coral--dark ._coral-Datepicker--range.is-invalid ._coral-FieldButton.is-invalid.focus-ring {
          border-color: rgb(236, 91, 98);
          box-shadow: 0 0 0 1px rgb(236, 91, 98);
        }
.coral--dark ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(38, 128, 235);
      }
.coral--dark ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-FieldButton {
          box-shadow: none;
          border-color: rgb(236, 91, 98);
        }
.coral--dark ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-FieldButton.is-invalid.focus-ring {
              box-shadow: 0 2px 0 0 rgb(236, 91, 98);
            }
.coral--dark ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-Datepicker-focusRing {
          box-shadow: 0 0 0 1px rgb(236, 91, 98);
        }

.coral--darkest ._coral-InputGroup.is-focused:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) {
        border-color: rgb(20, 115, 230);
      }
.coral--darkest ._coral-InputGroup.is-focused:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) ~ ._coral-FieldButton {
          border-color: rgb(20, 115, 230);
        }
.coral--darkest ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) {
        border-color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid) ~ ._coral-FieldButton {
          border-color: rgb(73, 73, 73);
        }
.coral--darkest ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):focus {
          border-color: rgb(20, 115, 230);
        }
.coral--darkest ._coral-InputGroup:hover:not(.is-invalid):not(.is-focused) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):focus ~ ._coral-FieldButton {
            border-color: rgb(20, 115, 230);
          }
.coral--darkest ._coral-InputGroup-field:focus ~ ._coral-FieldButton {
    border-color: rgb(20, 115, 230);
  }
.coral--darkest ._coral-InputGroup-field:focus.is-invalid ~ ._coral-FieldButton,
.coral--darkest ._coral-InputGroup-field:focus:invalid ~ ._coral-FieldButton {
      border-color: rgb(227, 72, 80);
    }
.coral--darkest ._coral-InputGroup-field.focus-ring ~ ._coral-FieldButton {
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
  }
.coral--darkest ._coral-InputGroup-field.focus-ring.is-invalid ~ ._coral-FieldButton,
.coral--darkest ._coral-InputGroup-field.focus-ring:invalid ~ ._coral-FieldButton {
      box-shadow: 0 0 0 1px rgb(227, 72, 80);
    }
.coral--darkest ._coral-InputGroup--quiet ._coral-FieldButton,
.coral--darkest ._coral-InputGroup--quiet ._coral-FieldButton:hover,
.coral--darkest ._coral-InputGroup--quiet ._coral-FieldButton:focus,
.coral--darkest ._coral-InputGroup--quiet ._coral-FieldButton:active,
.coral--darkest ._coral-InputGroup--quiet ._coral-FieldButton.is-selected,
.coral--darkest ._coral-InputGroup--quiet ._coral-FieldButton:invalid,
.coral--darkest ._coral-InputGroup--quiet ._coral-FieldButton.is-invalid,
.coral--darkest ._coral-InputGroup--quiet ._coral-FieldButton:disabled,
.coral--darkest ._coral-InputGroup--quiet ._coral-FieldButton:disabled:hover {
      border-color: rgb(57, 57, 57);
    }
.coral--darkest ._coral-InputGroup--quiet:hover:not(.is-invalid) ._coral-InputGroup-field:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-FieldButton {
        border-color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-field.is-invalid ~ ._coral-FieldButton,
.coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-field:invalid ~ ._coral-FieldButton {
        border-color: rgb(227, 72, 80);
      }
.coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-field:focus ~ ._coral-FieldButton {
        box-shadow: 0 1px 0 rgb(20, 115, 230);
        border-color: rgb(20, 115, 230);
      }
.coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-field:focus.is-invalid ~ ._coral-FieldButton,
.coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-field:focus:invalid ~ ._coral-FieldButton {
          box-shadow: 0 1px 0 rgb(227, 72, 80);
          border-color: rgb(227, 72, 80);
        }
.coral--darkest ._coral-Datepicker--range ._coral-InputGroup-field.focus-ring {
      box-shadow: none !important;
    }
.coral--darkest ._coral-Datepicker--range ._coral-InputGroup-field[disabled] ~ ._coral-Datepicker--rangeDash {
        color: rgb(92, 92, 92);
      }
.coral--darkest ._coral-Datepicker--range .focus-ring ~ ._coral-Datepicker-focusRing {
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }
.coral--darkest ._coral-Datepicker--range .focus-ring:invalid ~ ._coral-FieldButton,
.coral--darkest ._coral-Datepicker--range .focus-ring.is-invalid ~ ._coral-FieldButton {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--darkest ._coral-Datepicker--range .focus-ring:invalid ~ ._coral-Datepicker-focusRing,
.coral--darkest ._coral-Datepicker--range .focus-ring.is-invalid ~ ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--darkest ._coral-Datepicker--range.is-invalid ._coral-InputGroup-field {
      border-color: rgb(227, 72, 80) !important;
    }
.coral--darkest ._coral-Datepicker--range.is-invalid .focus-ring ~ ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--darkest ._coral-Datepicker--range.is-invalid .focus-ring ~ ._coral-FieldButton {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--darkest ._coral-Datepicker--range.is-invalid ._coral-FieldButton {
      border-color: rgb(227, 72, 80);
    }
.coral--darkest ._coral-Datepicker--range.is-invalid ._coral-FieldButton.is-invalid.focus-ring {
          border-color: rgb(227, 72, 80);
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }
.coral--darkest ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused ._coral-Datepicker-focusRing {
        box-shadow: 0 0 0 1px rgb(20, 115, 230);
      }
.coral--darkest ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-FieldButton {
          box-shadow: none;
          border-color: rgb(227, 72, 80);
        }
.coral--darkest ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-FieldButton.is-invalid.focus-ring {
              box-shadow: 0 2px 0 0 rgb(227, 72, 80);
            }
.coral--darkest ._coral-Datepicker--range._coral-InputGroup--quiet.is-focused.is-invalid ._coral-Datepicker-focusRing {
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }

.coral--dark ._coral-Textfield::placeholder {
  color: rgb(185, 185, 185);
}
.coral--darkest ._coral-Textfield::placeholder {
  color: rgb(162, 162, 162);
}
.coral--light ._coral-Textfield::placeholder {
  color: rgb(110, 110, 110);
}
.coral--lightest ._coral-Textfield::placeholder {
  color: rgb(116, 116, 116);
}
.coral--light ._coral-Textfield {
  border-color: rgb(158, 158, 158);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
.coral-Well {
  display: block;
  min-width: 240px;
  padding: 16px;
  margin-top: 4px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

.coral--large .coral-Well {
  min-width: 300px;
  padding: 20px;
  margin-top: 5px;
  border-width: 1px;
  border-radius: 5px;
}

.coral--light .coral-Well {
  background-color: rgba(75,75,75,0.02);
  border-color: rgba(44,44,44,0.05);
}

.coral--lightest .coral-Well {
  background-color: rgba(80,80,80,0.02);
  border-color: rgba(50,50,50,0.05);
}

.coral--dark .coral-Well {
  background-color: rgba(227,227,227,0.02);
  border-color: rgba(255,255,255,0.05);
}

.coral--darkest .coral-Well {
  background-color: rgba(200,200,200,0.02);
  border-color: rgba(239,239,239,0.05);
}


/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.coral-DecoratedTextfield {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.coral-DecoratedTextfield > .coral-DecoratedTextfield-button._coral-Button {
  margin-right: 0;
  max-width: 32px;
  position: absolute;
}
.coral-DecoratedTextfield > .coral-DecoratedTextfield-input {
  padding-right: 32px;
}
.coral-DecoratedTextfield-icon {
  position: absolute;
  top: 10px;
  left: 0;
  margin-left: 10px;
  height: 18px;
  pointer-events: none;
}
.coral-DecoratedTextfield-icon:not([hidden]) + .coral-DecoratedTextfield-input {
  padding-left: 25px;
  text-indent: 0;
}
.coral-DecoratedTextfield-button {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}
.coral-DecoratedTextfield-button.is-hidden {
  visibility: hidden;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Button,
._coral-ActionButton,
._coral-LogicButton,
._coral-FieldButton,
._coral-ClearButton,
._coral-Tool {
  position: relative;

  display: -ms-inline-flexbox;

  display: inline-flex;
  box-sizing: border-box;

  -ms-flex-align: center;

      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: visible;
  margin: 0;

  border-style: solid;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: button;
  vertical-align: top;

  transition: background 130ms ease-out,
              border-color 130ms ease-out,
              color 130ms ease-out,
              box-shadow 130ms ease-out;

  text-decoration: none;
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;

  line-height: 1.3;

  cursor: pointer;

}
._coral-Button:focus,
._coral-ActionButton:focus,
._coral-LogicButton:focus,
._coral-FieldButton:focus,
._coral-ClearButton:focus,
._coral-Tool:focus {
    outline: none;
  }
._coral-Button::-moz-focus-inner,
._coral-ActionButton::-moz-focus-inner,
._coral-LogicButton::-moz-focus-inner,
._coral-FieldButton::-moz-focus-inner,
._coral-ClearButton::-moz-focus-inner,
._coral-Tool::-moz-focus-inner {
    border: 0;
    border-style: none;
    padding: 0;
    margin-top: -2PX;
    margin-bottom: -2PX;
  }
._coral-Button:disabled,
._coral-ActionButton:disabled,
._coral-LogicButton:disabled,
._coral-FieldButton:disabled,
._coral-ClearButton:disabled,
._coral-Tool:disabled {
    cursor: default;
  }
._coral-Button ._coral-Icon,
._coral-ActionButton ._coral-Icon,
._coral-LogicButton ._coral-Icon,
._coral-FieldButton ._coral-Icon,
._coral-ClearButton ._coral-Icon,
._coral-Tool ._coral-Icon {
    max-height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
._coral-Button:after,
._coral-LogicButton:after {
    border-radius: 18px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: -2px;

    transition: box-shadow 130ms ease-out,
                margin 130ms ease-out;
  }
._coral-Button.focus-ring:after,
._coral-LogicButton.focus-ring:after {
      margin: -4px;
    }
._coral-Button {

  border-width: 2px;
  border-style: solid;
  border-radius: 16px;

  min-height: 32px;
  height: auto;
  min-width: 72px;

  padding: 4px 14px;
  padding-bottom: 5px;
  padding-top: 3px;

  font-size: 14px;
  font-weight: 700;
}
._coral-Button:hover,
  ._coral-Button:active {
    box-shadow: none;
  }
._coral-Button ._coral-Icon + ._coral-Button-label {
    margin-left: 8px;
  }
._coral-Button ._coral-Button-label + ._coral-Icon {
    margin-left: 4px;
  }
._coral-ClearButton--overBackground.focus-ring:after {
      margin: -2px;
    }
a._coral-Button,
a._coral-ActionButton {
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
._coral-ActionButton,
._coral-Tool {
  position: relative;

  height: 32px;
  min-width: 32px;
  padding: 0 6px;

  border-width: 1px;
  border-radius: 4px;

  font-size: 14px;
  font-weight: 400;
}
._coral-ActionButton ._coral-Icon + ._coral-ActionButton-label,
._coral-Tool ._coral-Icon + ._coral-ActionButton-label {
    padding-left: 7px;
    padding-right: 5px;
  }
._coral-ActionButton ._coral-Icon--sizeS:only-child,
._coral-Tool ._coral-Icon--sizeS:only-child {
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
  }
._coral-ActionButton ._coral-ActionButton-label:only-child,
._coral-Tool ._coral-ActionButton-label:only-child {
    padding: 0 5px;
  }
._coral-ActionButton-hold {
  position: absolute;
  right: 3px;
  bottom: 3px;
}
._coral-ActionButton-label,
._coral-Button-label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: center;
  text-align: center;
  width: 100%;
}
._coral-ActionButton-label:empty, ._coral-Button-label:empty {
    display: none;
  }
._coral-ActionButton-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._coral-ActionButton--quiet,
._coral-Tool {
  border-width: 1px;
  border-radius: 4px;

  font-size: 14px;
  font-weight: 400;
}
._coral-LogicButton {

  height: 24px;
  padding: 8px;

  border-width: 2px;
  border-radius: 4px;

  font-size: 14px;
  font-weight: 700;
  line-height: 0;
}
._coral-LogicButton:after {
    border-radius: 6px;
  }
._coral-FieldButton {

  height: 32px;

  padding: 0 12px;

  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  -webkit-font-smoothing: initial;

  cursor: pointer;
  outline: none;
  margin: 0;

  border-width: 1px;
  border-style: solid;
  border-radius: 4px;

  transition: background-color 130ms,
    box-shadow 130ms,
    border-color 130ms;
}
._coral-FieldButton:disabled,
  ._coral-FieldButton.is-disabled {
    border-width: 0;
    cursor: default;
  }
._coral-FieldButton.is-open {
    border-width: 1px;
  }
._coral-FieldButton--quiet {
  margin: 0;
  padding: 0;

  border-width: 0;
  border-radius: 0px;
}
._coral-FieldButton--quiet:disabled.focus-ring, ._coral-FieldButton--quiet.is-disabled.focus-ring {
      box-shadow: none;
    }
._coral-ClearButton {

  width: 32px;
  height: 32px;

  border-radius: 100%;

  padding: 0;
  margin: 0;

  border: none;
}
._coral-ClearButton > ._coral-Icon {
    margin: 0 auto;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    ._coral-ClearButton > ._coral-Icon {
      margin: 0
    }
}
._coral-ClearButton--small {
  width: 24px;
  height: 24px;
}
._coral-Tool {

  position: relative;

  -ms-flex-pack: center;

      justify-content: center;

  width: 32px;
  height: 32px;

  padding: 0;
}
._coral-Tool-hold {
  position: absolute;
  right: 3px;
  bottom: 3px;
}
._coral-Button + ._coral-Button {
  margin-left: 16px;
}
._coral-ActionButton + ._coral-ActionButton,
._coral-Tool + ._coral-Tool {
  margin-left: 8px;
}
._coral-Tool + ._coral-Tool {
  margin-left: 8px;
}

.coral--large ._coral-Button,
.coral--large ._coral-ActionButton,
.coral--large ._coral-LogicButton,
.coral--large ._coral-FieldButton,
.coral--large ._coral-ClearButton,
.coral--large ._coral-Tool {

  transition: background 130ms ease-out,
              border-color 130ms ease-out,
              color 130ms ease-out,
              box-shadow 130ms ease-out;
  font-family: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;

  line-height: 1.3;

}
.coral--large ._coral-Button:after,
.coral--large ._coral-LogicButton:after {
    border-radius: 22px;
    margin: -2px;

    transition: box-shadow 130ms ease-out,
                margin 130ms ease-out;
  }
.coral--large ._coral-Button.focus-ring:after,
.coral--large ._coral-LogicButton.focus-ring:after {
      margin: -4px;
    }
.coral--large ._coral-Button {

  border-width: 2px;
  border-radius: 20px;

  min-height: 40px;
  min-width: 90px;

  padding: 5px 18px;
  padding-bottom: 6px;
  padding-top: 4px;

  font-size: 17px;
  font-weight: 700;
}
.coral--large ._coral-Button ._coral-Icon + ._coral-Button-label {
    margin-left: 10px;
  }
.coral--large ._coral-Button ._coral-Button-label + ._coral-Icon {
    margin-left: 5px;
  }
.coral--large ._coral-ClearButton--overBackground.focus-ring:after {
      margin: -2px;
    }
.coral--large ._coral-ActionButton,
.coral--large ._coral-Tool {

  height: 40px;
  min-width: 40px;
  padding: 0 8px;

  border-width: 1px;
  border-radius: 5px;

  font-size: 17px;
  font-weight: 400;
}
.coral--large ._coral-ActionButton ._coral-Icon + ._coral-ActionButton-label,
.coral--large ._coral-Tool ._coral-Icon + ._coral-ActionButton-label {
    padding-left: 9px;
    padding-right: 6px;
  }
.coral--large ._coral-ActionButton ._coral-Icon--sizeS:only-child,
.coral--large ._coral-Tool ._coral-Icon--sizeS:only-child {
    top: calc(50% - 11px);
    left: calc(50% - 11px);
  }
.coral--large ._coral-ActionButton ._coral-ActionButton-label:only-child,
.coral--large ._coral-Tool ._coral-ActionButton-label:only-child {
    padding: 0 6px;
  }
.coral--large ._coral-ActionButton-hold {
  right: 4px;
  bottom: 4px;
}
.coral--large ._coral-ActionButton--quiet,
.coral--large ._coral-Tool {
  border-width: 1px;
  border-radius: 5px;

  font-size: 17px;
  font-weight: 400;
}
.coral--large ._coral-LogicButton {

  height: 24px;
  padding: 10px;

  border-width: 2px;
  border-radius: 5px;

  font-size: 17px;
  font-weight: 700;
}
.coral--large ._coral-LogicButton:after {
    border-radius: 7px;
  }
.coral--large ._coral-FieldButton {

  height: 40px;

  padding: 0 15px;
  font-size: 17px;

  border-width: 1px;
  border-radius: 5px;

  transition: background-color 130ms,
    box-shadow 130ms,
    border-color 130ms;
}
.coral--large ._coral-FieldButton:disabled,
  .coral--large ._coral-FieldButton.is-disabled {
    border-width: 0;
  }
.coral--large ._coral-FieldButton.is-open {
    border-width: 1px;
  }
.coral--large ._coral-FieldButton--quiet {
  margin: 0;
  padding: 0;

  border-width: 0;
  border-radius: 0px;
}
.coral--large ._coral-ClearButton {

  width: 40px;
  height: 40px;
}
.coral--large ._coral-ClearButton--small {
  width: 30px;
  height: 30px;
}
.coral--large ._coral-Tool {

  width: 40px;
  height: 40px;
}
.coral--large ._coral-Tool-hold {
  right: 4px;
  bottom: 4px;
}
.coral--large ._coral-Button + ._coral-Button {
  margin-left: 16px;
}
.coral--large ._coral-ActionButton + ._coral-ActionButton,
.coral--large ._coral-Tool + ._coral-Tool {
  margin-left: 10px;
}
.coral--large ._coral-Tool + ._coral-Tool {
  margin-left: 10px;
}

.coral--light ._coral-LogicButton.focus-ring:after,
.coral--light ._coral-LogicButton.is-focused:after,
.coral--light ._coral-Button.focus-ring:after,
.coral--light ._coral-Button.is-focused:after {
      box-shadow: 0 0 0 2px rgb(38, 128, 235);
    }
.coral--light ._coral-ClearButton {
  background-color: transparent;

  color: rgb(110, 110, 110);
}
.coral--light ._coral-ClearButton:hover {
    background-color: transparent;

    color: rgb(44, 44, 44);
  }
.coral--light ._coral-ClearButton:active {
    background-color: transparent;

    color: rgb(44, 44, 44);
  }
.coral--light ._coral-ClearButton.focus-ring {
    background-color: transparent;

    color: rgb(44, 44, 44);
  }
.coral--light ._coral-ClearButton:disabled,
.coral--light ._coral-ClearButton.is-disabled {
    background-color: transparent;

    color: rgb(202, 202, 202);
  }
.coral--light ._coral-Button--cta {
  background-color: rgb(20, 115, 230);
  border-color: rgb(20, 115, 230);
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Button--cta:hover {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--cta.focus-ring {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--cta:active {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--cta:disabled,
.coral--light ._coral-Button--cta.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Button--primary {
  background-color: transparent;
  border-color: rgb(75, 75, 75);
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Button--primary:hover {
    background-color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--primary.focus-ring {
    background-color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--primary:active {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--primary:disabled,
.coral--light ._coral-Button--primary.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Button--secondary {
  background-color: transparent;
  border-color: rgb(110, 110, 110);
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Button--secondary:hover {
    background-color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--secondary.focus-ring {
    background-color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--secondary:active {
    background-color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--secondary:disabled,
.coral--light ._coral-Button--secondary.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Button--warning {
  background-color: transparent;
  border-color: rgb(201, 37, 45);
  color: rgb(201, 37, 45);
}
.coral--light ._coral-Button--warning:hover {
    background-color: rgb(201, 37, 45);
    border-color: rgb(201, 37, 45);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--warning.focus-ring {
    background-color: rgb(201, 37, 45);
    border-color: rgb(201, 37, 45);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--warning:active {
    background-color: rgb(187, 18, 26);
    border-color: rgb(187, 18, 26);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--warning:disabled,
.coral--light ._coral-Button--warning.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Button--overBackground {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Button--overBackground:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--light ._coral-Button--overBackground.focus-ring {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--light ._coral-Button--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.coral--light ._coral-Button--overBackground:active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--light ._coral-Button--overBackground:disabled,
.coral--light ._coral-Button--overBackground.is-disabled {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgba(255,255,255,0.35);
  }
.coral--light ._coral-Button--overBackground._coral-Button--quiet,
.coral--light ._coral-ClearButton--overBackground {
  background-color: transparent;
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Button--overBackground._coral-Button--quiet:hover,
.coral--light ._coral-ClearButton--overBackground:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--overBackground._coral-Button--quiet.focus-ring,
.coral--light ._coral-ClearButton--overBackground.focus-ring {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
.coral--light ._coral-Button--overBackground._coral-Button--quiet.focus-ring:after,
.coral--light ._coral-ClearButton--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.coral--light ._coral-Button--overBackground._coral-Button--quiet:active,
.coral--light ._coral-ClearButton--overBackground:active {
    background-color: rgba(255,255,255,0.15);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--overBackground._coral-Button--quiet:disabled,
.coral--light ._coral-Button--overBackground._coral-Button--quiet.is-disabled,
.coral--light ._coral-ClearButton--overBackground:disabled,
.coral--light ._coral-ClearButton--overBackground.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255,255,255,0.15);
  }
.coral--light ._coral-Button--primary._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Button--primary._coral-Button--quiet:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--primary._coral-Button--quiet.focus-ring {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--primary._coral-Button--quiet:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--primary._coral-Button--quiet:disabled,
.coral--light ._coral-Button--primary._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Button--secondary._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Button--secondary._coral-Button--quiet:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Button--secondary._coral-Button--quiet.focus-ring {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Button--secondary._coral-Button--quiet:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Button--secondary._coral-Button--quiet:disabled,
.coral--light ._coral-Button--secondary._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-ActionButton,
.coral--light ._coral-Tool {
  background-color: rgb(250, 250, 250);
  border-color: rgb(225, 225, 225);
  color: rgb(75, 75, 75);
}
.coral--light ._coral-ActionButton ._coral-Icon,
.coral--light ._coral-Tool ._coral-Icon,.coral--light ._coral-ActionButton ._coral-ActionButton-hold,
.coral--light ._coral-Tool ._coral-ActionButton-hold {
    color: rgb(110, 110, 110);
  }
.coral--light ._coral-ActionButton:hover,
.coral--light ._coral-Tool:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(202, 202, 202);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-ActionButton:hover ._coral-Icon,
.coral--light ._coral-Tool:hover ._coral-Icon {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton:hover ._coral-ActionButton-hold,
.coral--light ._coral-Tool:hover ._coral-ActionButton-hold {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton.focus-ring,
.coral--light ._coral-Tool.focus-ring {
    background-color: rgb(255, 255, 255);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-ActionButton.focus-ring ._coral-Icon,
.coral--light ._coral-Tool.focus-ring ._coral-Icon,.coral--light ._coral-ActionButton.focus-ring ._coral-ActionButton-hold,
.coral--light ._coral-Tool.focus-ring ._coral-ActionButton-hold {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton:active,
.coral--light ._coral-Tool:active {
    background-color: rgb(234, 234, 234);
    border-color: rgb(202, 202, 202);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-ActionButton:active ._coral-ActionButton-hold,
.coral--light ._coral-Tool:active ._coral-ActionButton-hold {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton:disabled,
.coral--light ._coral-ActionButton.is-disabled,
.coral--light ._coral-Tool:disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-ActionButton:disabled ._coral-Icon,
.coral--light ._coral-ActionButton.is-disabled ._coral-Icon,
.coral--light ._coral-Tool:disabled ._coral-Icon {
      color: rgb(202, 202, 202);
    }
.coral--light ._coral-ActionButton:disabled ._coral-ActionButton-hold,
.coral--light ._coral-ActionButton.is-disabled ._coral-ActionButton-hold,
.coral--light ._coral-Tool:disabled ._coral-ActionButton-hold {
      color: rgb(202, 202, 202);
    }
.coral--light ._coral-ActionButton.is-selected {
    background-color: rgb(234, 234, 234);
    border-color: rgb(225, 225, 225);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-ActionButton.is-selected ._coral-Icon {
      color: rgb(110, 110, 110);
    }
.coral--light ._coral-ActionButton.is-selected.focus-ring {
      background-color: rgb(234, 234, 234);
      border-color: rgb(38, 128, 235);
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton.is-selected.focus-ring ._coral-Icon {
        color: rgb(44, 44, 44);
      }
.coral--light ._coral-ActionButton.is-selected:hover {
      background-color: rgb(234, 234, 234);
      border-color: rgb(202, 202, 202);
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton.is-selected:hover ._coral-Icon {
        color: rgb(44, 44, 44);
      }
.coral--light ._coral-ActionButton.is-selected:active {
      background-color: rgb(234, 234, 234);
      border-color: rgb(202, 202, 202);
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton.is-selected:active ._coral-Icon {
        color: rgb(44, 44, 44);
      }
.coral--light ._coral-ActionButton.is-selected:disabled,
.coral--light ._coral-ActionButton.is-selected.is-disabled {
      background-color: rgb(234, 234, 234);
      border-color: rgb(234, 234, 234);
      color: rgb(179, 179, 179);
    }
.coral--light ._coral-ActionButton.is-selected:disabled ._coral-Icon,
.coral--light ._coral-ActionButton.is-selected.is-disabled ._coral-Icon {
        color: rgb(202, 202, 202);
      }
.coral--light ._coral-ActionButton--quiet,
.coral--light ._coral-Tool {
  background-color: transparent;
  border-color: transparent;
  color: rgb(75, 75, 75);
}
.coral--light ._coral-ActionButton--quiet:hover,
.coral--light ._coral-Tool:hover {
    background-color: transparent;
    border-color: transparent;
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-ActionButton--quiet.focus-ring,
.coral--light ._coral-Tool.focus-ring {
    background-color: transparent;
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-ActionButton--quiet:active,
.coral--light ._coral-Tool:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-ActionButton--quiet:disabled,
.coral--light ._coral-ActionButton--quiet.is-disabled,
.coral--light ._coral-Tool:disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-ActionButton--quiet.is-selected {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-ActionButton--quiet.is-selected.focus-ring {
      background-color: rgb(225, 225, 225);
      border-color: rgb(38, 128, 235);
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton--quiet.is-selected:hover {
      background-color: rgb(225, 225, 225);
      border-color: rgb(225, 225, 225);
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton--quiet.is-selected:active {
      background-color: rgb(225, 225, 225);
      border-color: rgb(225, 225, 225);
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ActionButton--quiet.is-selected:disabled,
.coral--light ._coral-ActionButton--quiet.is-selected.is-disabled {
      background-color: rgb(234, 234, 234);
      border-color: rgb(234, 234, 234);
      color: rgb(179, 179, 179);
    }
.coral--light ._coral-Button--warning._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(201, 37, 45);
}
.coral--light ._coral-Button--warning._coral-Button--quiet:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(187, 18, 26);
  }
.coral--light ._coral-Button--warning._coral-Button--quiet.focus-ring {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(187, 18, 26);
  }
.coral--light ._coral-Button--warning._coral-Button--quiet:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(187, 18, 26);
  }
.coral--light ._coral-Button--warning._coral-Button--quiet:disabled,
.coral--light ._coral-Button--warning._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-LogicButton--and {
  background-color: rgb(20, 115, 230);
  border-color: rgb(20, 115, 230);
  color: rgb(255, 255, 255);
}
.coral--light ._coral-LogicButton--and:hover {
    background-color: rgb(9, 90, 186);
    border-color: rgb(9, 90, 186);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-LogicButton--and:disabled,
.coral--light ._coral-LogicButton--and.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-LogicButton--or {
  background-color: rgb(206, 39, 131);
  border-color: rgb(206, 39, 131);
  color: rgb(255, 255, 255);
}
.coral--light ._coral-LogicButton--or:hover {
    background-color: rgb(174, 14, 102);
    border-color: rgb(174, 14, 102);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-LogicButton--or:disabled,
.coral--light ._coral-LogicButton--or.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-FieldButton {
  color: rgb(75, 75, 75);
  background-color: rgb(250, 250, 250);
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-FieldButton:hover {
    color: rgb(44, 44, 44);
    background-color: rgb(255, 255, 255);
    border-color: rgb(202, 202, 202);
  }
.coral--light ._coral-FieldButton:active,
.coral--light ._coral-FieldButton.is-selected {
    background-color: rgb(234, 234, 234);
    border-color: rgb(202, 202, 202);
  }
.coral--light ._coral-FieldButton.focus-ring,
.coral--light ._coral-FieldButton.is-focused {
    background-color: rgb(255, 255, 255);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-FieldButton.focus-ring.is-placeholder,
.coral--light ._coral-FieldButton.is-focused.is-placeholder {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-FieldButton.is-invalid {
    border-color: rgb(215, 55, 63);
  }
.coral--light ._coral-FieldButton.is-invalid:hover {
      border-color: rgb(201, 37, 45);
    }
.coral--light ._coral-FieldButton.is-invalid:active,
.coral--light ._coral-FieldButton.is-invalid.is-selected {
      border-color: rgb(201, 37, 45);
    }
.coral--light ._coral-FieldButton.is-invalid.focus-ring,
.coral--light ._coral-FieldButton.is-invalid.is-focused {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--light ._coral-FieldButton:disabled,
.coral--light ._coral-FieldButton.is-disabled {
    background-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-FieldButton:disabled ._coral-Icon,
.coral--light ._coral-FieldButton.is-disabled ._coral-Icon {
      color: rgb(202, 202, 202);
    }
.coral--light ._coral-FieldButton--quiet {
  color: rgb(75, 75, 75);
  border-color: transparent;
  background-color: transparent;
}
.coral--light ._coral-FieldButton--quiet:hover {
    background-color: transparent;
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-FieldButton--quiet.focus-ring,
.coral--light ._coral-FieldButton--quiet.is-focused {
    background-color: transparent;
    box-shadow: 0 2px 0 0 rgb(38, 128, 235);
  }
.coral--light ._coral-FieldButton--quiet.focus-ring.is-placeholder,
.coral--light ._coral-FieldButton--quiet.is-focused.is-placeholder {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-FieldButton--quiet:active,
.coral--light ._coral-FieldButton--quiet.is-selected {
    background-color: transparent;
    border-color: transparent;
  }
.coral--light ._coral-FieldButton--quiet:active.focus-ring,
.coral--light ._coral-FieldButton--quiet:active.is-focused,
.coral--light ._coral-FieldButton--quiet.is-selected.focus-ring,
.coral--light ._coral-FieldButton--quiet.is-selected.is-focused {
      background-color: transparent;
      box-shadow: 0 2px 0 0 rgb(38, 128, 235);
    }
.coral--light ._coral-FieldButton--quiet.is-invalid.focus-ring,
.coral--light ._coral-FieldButton--quiet.is-invalid.is-focused {
      box-shadow: 0 2px 0 0 rgb(38, 128, 235);
    }
.coral--light ._coral-FieldButton--quiet:disabled,
.coral--light ._coral-FieldButton--quiet.is-disabled {
    background-color: transparent;
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Tool.is-selected ._coral-Icon,.coral--light ._coral-Tool.is-selected ._coral-Tool-hold {
      color: rgb(20, 115, 230);
    }
.coral--light ._coral-Tool.is-selected:hover ._coral-Icon {
        color: rgb(13, 102, 208);
      }
.coral--light ._coral-Tool.is-selected:hover ._coral-Tool-hold {
        color: rgb(13, 102, 208);
      }
.coral--light ._coral-Tool.is-selected:active ._coral-Icon {
        color: rgb(9, 90, 186);
      }
.coral--light ._coral-Tool.is-selected:active ._coral-Tool-hold {
        color: rgb(9, 90, 186);
      }
.coral--light ._coral-Tool.is-selected.focus-ring ._coral-Icon,.coral--light ._coral-Tool.is-selected.focus-ring ._coral-Tool-hold {
        color: rgb(13, 102, 208);
      }
.coral--light ._coral-Tool.is-selected:disabled,
.coral--light ._coral-Tool.is-selected.is-disabled {
      background-color: transparent;
      border-color: transparent;
    }
.coral--light ._coral-Tool.is-selected:disabled ._coral-Icon,
.coral--light ._coral-Tool.is-selected.is-disabled ._coral-Icon {
        color: rgb(202, 202, 202);
      }
.coral--light ._coral-Tool.is-selected:disabled ._coral-Tool-hold,
.coral--light ._coral-Tool.is-selected.is-disabled ._coral-Tool-hold {
        color: rgb(202, 202, 202);
      }
.coral--light ._coral-Tool ._coral-Tool-hold {
    color: rgb(110, 110, 110);
  }
.coral--light ._coral-Tool:hover ._coral-Tool-hold {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Tool:active {
    background-color: transparent;
    border-color: transparent;
  }
.coral--light ._coral-Tool:active ._coral-Tool-hold {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Tool.focus-ring ._coral-Tool-hold {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Tool.is-disabled ._coral-Tool-hold,
.coral--light ._coral-Tool:disabled ._coral-Tool-hold {
      color: rgb(202, 202, 202);
    }

.coral--lightest ._coral-LogicButton.focus-ring:after,
.coral--lightest ._coral-LogicButton.is-focused:after,
.coral--lightest ._coral-Button.focus-ring:after,
.coral--lightest ._coral-Button.is-focused:after {
      box-shadow: 0 0 0 2px rgb(55, 142, 240);
    }
.coral--lightest ._coral-ClearButton {
  background-color: transparent;

  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-ClearButton:hover {
    background-color: transparent;

    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ClearButton:active {
    background-color: transparent;

    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ClearButton.focus-ring {
    background-color: transparent;

    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ClearButton:disabled,
.coral--lightest ._coral-ClearButton.is-disabled {
    background-color: transparent;

    color: rgb(211, 211, 211);
  }
.coral--lightest ._coral-Button--cta {
  background-color: rgb(20, 115, 230);
  border-color: rgb(20, 115, 230);
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Button--cta:hover {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--cta.focus-ring {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--cta:active {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--cta:disabled,
.coral--lightest ._coral-Button--cta.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Button--primary {
  background-color: transparent;
  border-color: rgb(80, 80, 80);
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Button--primary:hover {
    background-color: rgb(80, 80, 80);
    border-color: rgb(80, 80, 80);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--primary.focus-ring {
    background-color: rgb(80, 80, 80);
    border-color: rgb(80, 80, 80);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--primary:active {
    background-color: rgb(50, 50, 50);
    border-color: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--primary:disabled,
.coral--lightest ._coral-Button--primary.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Button--secondary {
  background-color: transparent;
  border-color: rgb(116, 116, 116);
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Button--secondary:hover {
    background-color: rgb(116, 116, 116);
    border-color: rgb(116, 116, 116);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--secondary.focus-ring {
    background-color: rgb(116, 116, 116);
    border-color: rgb(116, 116, 116);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--secondary:active {
    background-color: rgb(80, 80, 80);
    border-color: rgb(80, 80, 80);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--secondary:disabled,
.coral--lightest ._coral-Button--secondary.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Button--warning {
  background-color: transparent;
  border-color: rgb(215, 55, 63);
  color: rgb(215, 55, 63);
}
.coral--lightest ._coral-Button--warning:hover {
    background-color: rgb(215, 55, 63);
    border-color: rgb(215, 55, 63);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--warning.focus-ring {
    background-color: rgb(215, 55, 63);
    border-color: rgb(215, 55, 63);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--warning:active {
    background-color: rgb(201, 37, 45);
    border-color: rgb(201, 37, 45);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--warning:disabled,
.coral--lightest ._coral-Button--warning.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Button--overBackground {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Button--overBackground:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--lightest ._coral-Button--overBackground.focus-ring {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--lightest ._coral-Button--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.coral--lightest ._coral-Button--overBackground:active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--lightest ._coral-Button--overBackground:disabled,
.coral--lightest ._coral-Button--overBackground.is-disabled {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgba(255,255,255,0.35);
  }
.coral--lightest ._coral-Button--overBackground._coral-Button--quiet,
.coral--lightest ._coral-ClearButton--overBackground {
  background-color: transparent;
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Button--overBackground._coral-Button--quiet:hover,
.coral--lightest ._coral-ClearButton--overBackground:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--overBackground._coral-Button--quiet.focus-ring,
.coral--lightest ._coral-ClearButton--overBackground.focus-ring {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
.coral--lightest ._coral-Button--overBackground._coral-Button--quiet.focus-ring:after,
.coral--lightest ._coral-ClearButton--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.coral--lightest ._coral-Button--overBackground._coral-Button--quiet:active,
.coral--lightest ._coral-ClearButton--overBackground:active {
    background-color: rgba(255,255,255,0.15);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--overBackground._coral-Button--quiet:disabled,
.coral--lightest ._coral-Button--overBackground._coral-Button--quiet.is-disabled,
.coral--lightest ._coral-ClearButton--overBackground:disabled,
.coral--lightest ._coral-ClearButton--overBackground.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255,255,255,0.15);
  }
.coral--lightest ._coral-Button--primary._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Button--primary._coral-Button--quiet:hover {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--primary._coral-Button--quiet.focus-ring {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--primary._coral-Button--quiet:active {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--primary._coral-Button--quiet:disabled,
.coral--lightest ._coral-Button--primary._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Button--secondary._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Button--secondary._coral-Button--quiet:hover {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Button--secondary._coral-Button--quiet.focus-ring {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Button--secondary._coral-Button--quiet:active {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Button--secondary._coral-Button--quiet:disabled,
.coral--lightest ._coral-Button--secondary._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-ActionButton,
.coral--lightest ._coral-Tool {
  background-color: rgb(255, 255, 255);
  border-color: rgb(234, 234, 234);
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-ActionButton ._coral-Icon,
.coral--lightest ._coral-Tool ._coral-Icon,.coral--lightest ._coral-ActionButton ._coral-ActionButton-hold,
.coral--lightest ._coral-Tool ._coral-ActionButton-hold {
    color: rgb(116, 116, 116);
  }
.coral--lightest ._coral-ActionButton:hover,
.coral--lightest ._coral-Tool:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(211, 211, 211);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ActionButton:hover ._coral-Icon,
.coral--lightest ._coral-Tool:hover ._coral-Icon {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton:hover ._coral-ActionButton-hold,
.coral--lightest ._coral-Tool:hover ._coral-ActionButton-hold {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton.focus-ring,
.coral--lightest ._coral-Tool.focus-ring {
    background-color: rgb(255, 255, 255);
    border-color: rgb(55, 142, 240);
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ActionButton.focus-ring ._coral-Icon,
.coral--lightest ._coral-Tool.focus-ring ._coral-Icon,.coral--lightest ._coral-ActionButton.focus-ring ._coral-ActionButton-hold,
.coral--lightest ._coral-Tool.focus-ring ._coral-ActionButton-hold {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton:active,
.coral--lightest ._coral-Tool:active {
    background-color: rgb(244, 244, 244);
    border-color: rgb(211, 211, 211);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ActionButton:active ._coral-ActionButton-hold,
.coral--lightest ._coral-Tool:active ._coral-ActionButton-hold {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton:disabled,
.coral--lightest ._coral-ActionButton.is-disabled,
.coral--lightest ._coral-Tool:disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-ActionButton:disabled ._coral-Icon,
.coral--lightest ._coral-ActionButton.is-disabled ._coral-Icon,
.coral--lightest ._coral-Tool:disabled ._coral-Icon {
      color: rgb(211, 211, 211);
    }
.coral--lightest ._coral-ActionButton:disabled ._coral-ActionButton-hold,
.coral--lightest ._coral-ActionButton.is-disabled ._coral-ActionButton-hold,
.coral--lightest ._coral-Tool:disabled ._coral-ActionButton-hold {
      color: rgb(211, 211, 211);
    }
.coral--lightest ._coral-ActionButton.is-selected {
    background-color: rgb(244, 244, 244);
    border-color: rgb(234, 234, 234);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-ActionButton.is-selected ._coral-Icon {
      color: rgb(116, 116, 116);
    }
.coral--lightest ._coral-ActionButton.is-selected.focus-ring {
      background-color: rgb(244, 244, 244);
      border-color: rgb(55, 142, 240);
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton.is-selected.focus-ring ._coral-Icon {
        color: rgb(50, 50, 50);
      }
.coral--lightest ._coral-ActionButton.is-selected:hover {
      background-color: rgb(244, 244, 244);
      border-color: rgb(211, 211, 211);
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton.is-selected:hover ._coral-Icon {
        color: rgb(50, 50, 50);
      }
.coral--lightest ._coral-ActionButton.is-selected:active {
      background-color: rgb(244, 244, 244);
      border-color: rgb(211, 211, 211);
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton.is-selected:active ._coral-Icon {
        color: rgb(50, 50, 50);
      }
.coral--lightest ._coral-ActionButton.is-selected:disabled,
.coral--lightest ._coral-ActionButton.is-selected.is-disabled {
      background-color: rgb(244, 244, 244);
      border-color: rgb(244, 244, 244);
      color: rgb(188, 188, 188);
    }
.coral--lightest ._coral-ActionButton.is-selected:disabled ._coral-Icon,
.coral--lightest ._coral-ActionButton.is-selected.is-disabled ._coral-Icon {
        color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-ActionButton--quiet,
.coral--lightest ._coral-Tool {
  background-color: transparent;
  border-color: transparent;
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-ActionButton--quiet:hover,
.coral--lightest ._coral-Tool:hover {
    background-color: transparent;
    border-color: transparent;
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ActionButton--quiet.focus-ring,
.coral--lightest ._coral-Tool.focus-ring {
    background-color: transparent;
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
    border-color: rgb(55, 142, 240);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ActionButton--quiet:active,
.coral--lightest ._coral-Tool:active {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ActionButton--quiet:disabled,
.coral--lightest ._coral-ActionButton--quiet.is-disabled,
.coral--lightest ._coral-Tool:disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-ActionButton--quiet.is-selected {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-ActionButton--quiet.is-selected.focus-ring {
      background-color: rgb(234, 234, 234);
      border-color: rgb(55, 142, 240);
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton--quiet.is-selected:hover {
      background-color: rgb(234, 234, 234);
      border-color: rgb(234, 234, 234);
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton--quiet.is-selected:active {
      background-color: rgb(234, 234, 234);
      border-color: rgb(234, 234, 234);
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ActionButton--quiet.is-selected:disabled,
.coral--lightest ._coral-ActionButton--quiet.is-selected.is-disabled {
      background-color: rgb(244, 244, 244);
      border-color: rgb(244, 244, 244);
      color: rgb(188, 188, 188);
    }
.coral--lightest ._coral-Button--warning._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(215, 55, 63);
}
.coral--lightest ._coral-Button--warning._coral-Button--quiet:hover {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(201, 37, 45);
  }
.coral--lightest ._coral-Button--warning._coral-Button--quiet.focus-ring {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(201, 37, 45);
  }
.coral--lightest ._coral-Button--warning._coral-Button--quiet:active {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(201, 37, 45);
  }
.coral--lightest ._coral-Button--warning._coral-Button--quiet:disabled,
.coral--lightest ._coral-Button--warning._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-LogicButton--and {
  background-color: rgb(38, 128, 235);
  border-color: rgb(38, 128, 235);
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-LogicButton--and:hover {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-LogicButton--and:disabled,
.coral--lightest ._coral-LogicButton--and.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-LogicButton--or {
  background-color: rgb(216, 55, 144);
  border-color: rgb(216, 55, 144);
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-LogicButton--or:hover {
    background-color: rgb(188, 28, 116);
    border-color: rgb(188, 28, 116);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-LogicButton--or:disabled,
.coral--lightest ._coral-LogicButton--or.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-FieldButton {
  color: rgb(80, 80, 80);
  background-color: rgb(255, 255, 255);
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-FieldButton:hover {
    color: rgb(50, 50, 50);
    background-color: rgb(255, 255, 255);
    border-color: rgb(211, 211, 211);
  }
.coral--lightest ._coral-FieldButton:active,
.coral--lightest ._coral-FieldButton.is-selected {
    background-color: rgb(244, 244, 244);
    border-color: rgb(211, 211, 211);
  }
.coral--lightest ._coral-FieldButton.focus-ring,
.coral--lightest ._coral-FieldButton.is-focused {
    background-color: rgb(255, 255, 255);
    border-color: rgb(55, 142, 240);
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-FieldButton.focus-ring.is-placeholder,
.coral--lightest ._coral-FieldButton.is-focused.is-placeholder {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-FieldButton.is-invalid {
    border-color: rgb(227, 72, 80);
  }
.coral--lightest ._coral-FieldButton.is-invalid:hover {
      border-color: rgb(215, 55, 63);
    }
.coral--lightest ._coral-FieldButton.is-invalid:active,
.coral--lightest ._coral-FieldButton.is-invalid.is-selected {
      border-color: rgb(215, 55, 63);
    }
.coral--lightest ._coral-FieldButton.is-invalid.focus-ring,
.coral--lightest ._coral-FieldButton.is-invalid.is-focused {
      border-color: rgb(55, 142, 240);
      box-shadow: 0 0 0 1px rgb(55, 142, 240);
    }
.coral--lightest ._coral-FieldButton:disabled,
.coral--lightest ._coral-FieldButton.is-disabled {
    background-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-FieldButton:disabled ._coral-Icon,
.coral--lightest ._coral-FieldButton.is-disabled ._coral-Icon {
      color: rgb(211, 211, 211);
    }
.coral--lightest ._coral-FieldButton--quiet {
  color: rgb(80, 80, 80);
  border-color: transparent;
  background-color: transparent;
}
.coral--lightest ._coral-FieldButton--quiet:hover {
    background-color: transparent;
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-FieldButton--quiet.focus-ring,
.coral--lightest ._coral-FieldButton--quiet.is-focused {
    background-color: transparent;
    box-shadow: 0 2px 0 0 rgb(55, 142, 240);
  }
.coral--lightest ._coral-FieldButton--quiet.focus-ring.is-placeholder,
.coral--lightest ._coral-FieldButton--quiet.is-focused.is-placeholder {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-FieldButton--quiet:active,
.coral--lightest ._coral-FieldButton--quiet.is-selected {
    background-color: transparent;
    border-color: transparent;
  }
.coral--lightest ._coral-FieldButton--quiet:active.focus-ring,
.coral--lightest ._coral-FieldButton--quiet:active.is-focused,
.coral--lightest ._coral-FieldButton--quiet.is-selected.focus-ring,
.coral--lightest ._coral-FieldButton--quiet.is-selected.is-focused {
      background-color: transparent;
      box-shadow: 0 2px 0 0 rgb(55, 142, 240);
    }
.coral--lightest ._coral-FieldButton--quiet.is-invalid.focus-ring,
.coral--lightest ._coral-FieldButton--quiet.is-invalid.is-focused {
      box-shadow: 0 2px 0 0 rgb(55, 142, 240);
    }
.coral--lightest ._coral-FieldButton--quiet:disabled,
.coral--lightest ._coral-FieldButton--quiet.is-disabled {
    background-color: transparent;
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Tool.is-selected ._coral-Icon,.coral--lightest ._coral-Tool.is-selected ._coral-Tool-hold {
      color: rgb(38, 128, 235);
    }
.coral--lightest ._coral-Tool.is-selected:hover ._coral-Icon {
        color: rgb(20, 115, 230);
      }
.coral--lightest ._coral-Tool.is-selected:hover ._coral-Tool-hold {
        color: rgb(20, 115, 230);
      }
.coral--lightest ._coral-Tool.is-selected:active ._coral-Icon {
        color: rgb(13, 102, 208);
      }
.coral--lightest ._coral-Tool.is-selected:active ._coral-Tool-hold {
        color: rgb(13, 102, 208);
      }
.coral--lightest ._coral-Tool.is-selected.focus-ring ._coral-Icon,.coral--lightest ._coral-Tool.is-selected.focus-ring ._coral-Tool-hold {
        color: rgb(20, 115, 230);
      }
.coral--lightest ._coral-Tool.is-selected:disabled,
.coral--lightest ._coral-Tool.is-selected.is-disabled {
      background-color: transparent;
      border-color: transparent;
    }
.coral--lightest ._coral-Tool.is-selected:disabled ._coral-Icon,
.coral--lightest ._coral-Tool.is-selected.is-disabled ._coral-Icon {
        color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-Tool.is-selected:disabled ._coral-Tool-hold,
.coral--lightest ._coral-Tool.is-selected.is-disabled ._coral-Tool-hold {
        color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-Tool ._coral-Tool-hold {
    color: rgb(116, 116, 116);
  }
.coral--lightest ._coral-Tool:hover ._coral-Tool-hold {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Tool:active {
    background-color: transparent;
    border-color: transparent;
  }
.coral--lightest ._coral-Tool:active ._coral-Tool-hold {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Tool.focus-ring ._coral-Tool-hold {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Tool.is-disabled ._coral-Tool-hold,
.coral--lightest ._coral-Tool:disabled ._coral-Tool-hold {
      color: rgb(211, 211, 211);
    }

.coral--dark ._coral-LogicButton.focus-ring:after,
.coral--dark ._coral-LogicButton.is-focused:after,
.coral--dark ._coral-Button.focus-ring:after,
.coral--dark ._coral-Button.is-focused:after {
      box-shadow: 0 0 0 2px rgb(38, 128, 235);
    }
.coral--dark ._coral-ClearButton {
  background-color: transparent;

  color: rgb(185, 185, 185);
}
.coral--dark ._coral-ClearButton:hover {
    background-color: transparent;

    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ClearButton:active {
    background-color: transparent;

    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ClearButton.focus-ring {
    background-color: transparent;

    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ClearButton:disabled,
.coral--dark ._coral-ClearButton.is-disabled {
    background-color: transparent;

    color: rgb(90, 90, 90);
  }
.coral--dark ._coral-Button--cta {
  background-color: rgb(20, 115, 230);
  border-color: rgb(20, 115, 230);
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Button--cta:hover {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--cta.focus-ring {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--cta:active {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--cta:disabled,
.coral--dark ._coral-Button--cta.is-disabled {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Button--primary {
  background-color: transparent;
  border-color: rgb(227, 227, 227);
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-Button--primary:hover {
    background-color: rgb(227, 227, 227);
    border-color: rgb(227, 227, 227);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--primary.focus-ring {
    background-color: rgb(227, 227, 227);
    border-color: rgb(227, 227, 227);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--primary:active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--primary:disabled,
.coral--dark ._coral-Button--primary.is-disabled {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Button--secondary {
  background-color: transparent;
  border-color: rgb(185, 185, 185);
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Button--secondary:hover {
    background-color: rgb(185, 185, 185);
    border-color: rgb(185, 185, 185);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--secondary.focus-ring {
    background-color: rgb(185, 185, 185);
    border-color: rgb(185, 185, 185);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--secondary:active {
    background-color: rgb(227, 227, 227);
    border-color: rgb(227, 227, 227);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--secondary:disabled,
.coral--dark ._coral-Button--secondary.is-disabled {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Button--warning {
  background-color: transparent;
  border-color: rgb(247, 109, 116);
  color: rgb(247, 109, 116);
}
.coral--dark ._coral-Button--warning:hover {
    background-color: rgb(247, 109, 116);
    border-color: rgb(247, 109, 116);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--warning.focus-ring {
    background-color: rgb(247, 109, 116);
    border-color: rgb(247, 109, 116);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--warning:active {
    background-color: rgb(255, 123, 130);
    border-color: rgb(255, 123, 130);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--warning:disabled,
.coral--dark ._coral-Button--warning.is-disabled {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Button--overBackground {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Button--overBackground:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--dark ._coral-Button--overBackground.focus-ring {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--dark ._coral-Button--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.coral--dark ._coral-Button--overBackground:active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--dark ._coral-Button--overBackground:disabled,
.coral--dark ._coral-Button--overBackground.is-disabled {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgba(255,255,255,0.35);
  }
.coral--dark ._coral-Button--overBackground._coral-Button--quiet,
.coral--dark ._coral-ClearButton--overBackground {
  background-color: transparent;
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Button--overBackground._coral-Button--quiet:hover,
.coral--dark ._coral-ClearButton--overBackground:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--overBackground._coral-Button--quiet.focus-ring,
.coral--dark ._coral-ClearButton--overBackground.focus-ring {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
.coral--dark ._coral-Button--overBackground._coral-Button--quiet.focus-ring:after,
.coral--dark ._coral-ClearButton--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.coral--dark ._coral-Button--overBackground._coral-Button--quiet:active,
.coral--dark ._coral-ClearButton--overBackground:active {
    background-color: rgba(255,255,255,0.15);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--overBackground._coral-Button--quiet:disabled,
.coral--dark ._coral-Button--overBackground._coral-Button--quiet.is-disabled,
.coral--dark ._coral-ClearButton--overBackground:disabled,
.coral--dark ._coral-ClearButton--overBackground.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255,255,255,0.15);
  }
.coral--dark ._coral-Button--primary._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-Button--primary._coral-Button--quiet:hover {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--primary._coral-Button--quiet.focus-ring {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--primary._coral-Button--quiet:active {
    background-color: rgb(74, 74, 74);
    border-color: rgb(74, 74, 74);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--primary._coral-Button--quiet:disabled,
.coral--dark ._coral-Button--primary._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Button--secondary._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Button--secondary._coral-Button--quiet:hover {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Button--secondary._coral-Button--quiet.focus-ring {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Button--secondary._coral-Button--quiet:active {
    background-color: rgb(74, 74, 74);
    border-color: rgb(74, 74, 74);
    color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Button--secondary._coral-Button--quiet:disabled,
.coral--dark ._coral-Button--secondary._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-ActionButton,
.coral--dark ._coral-Tool {
  background-color: rgb(47, 47, 47);
  border-color: rgb(74, 74, 74);
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-ActionButton ._coral-Icon,
.coral--dark ._coral-Tool ._coral-Icon,.coral--dark ._coral-ActionButton ._coral-ActionButton-hold,
.coral--dark ._coral-Tool ._coral-ActionButton-hold {
    color: rgb(185, 185, 185);
  }
.coral--dark ._coral-ActionButton:hover,
.coral--dark ._coral-Tool:hover {
    background-color: rgb(37, 37, 37);
    border-color: rgb(90, 90, 90);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ActionButton:hover ._coral-Icon,
.coral--dark ._coral-Tool:hover ._coral-Icon {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton:hover ._coral-ActionButton-hold,
.coral--dark ._coral-Tool:hover ._coral-ActionButton-hold {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton.focus-ring,
.coral--dark ._coral-Tool.focus-ring {
    background-color: rgb(37, 37, 37);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ActionButton.focus-ring ._coral-Icon,
.coral--dark ._coral-Tool.focus-ring ._coral-Icon,.coral--dark ._coral-ActionButton.focus-ring ._coral-ActionButton-hold,
.coral--dark ._coral-Tool.focus-ring ._coral-ActionButton-hold {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton:active,
.coral--dark ._coral-Tool:active {
    background-color: rgb(62, 62, 62);
    border-color: rgb(90, 90, 90);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ActionButton:active ._coral-ActionButton-hold,
.coral--dark ._coral-Tool:active ._coral-ActionButton-hold {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton:disabled,
.coral--dark ._coral-ActionButton.is-disabled,
.coral--dark ._coral-Tool:disabled {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-ActionButton:disabled ._coral-Icon,
.coral--dark ._coral-ActionButton.is-disabled ._coral-Icon,
.coral--dark ._coral-Tool:disabled ._coral-Icon {
      color: rgb(90, 90, 90);
    }
.coral--dark ._coral-ActionButton:disabled ._coral-ActionButton-hold,
.coral--dark ._coral-ActionButton.is-disabled ._coral-ActionButton-hold,
.coral--dark ._coral-Tool:disabled ._coral-ActionButton-hold {
      color: rgb(90, 90, 90);
    }
.coral--dark ._coral-ActionButton.is-selected {
    background-color: rgb(62, 62, 62);
    border-color: rgb(74, 74, 74);
    color: rgb(227, 227, 227);
  }
.coral--dark ._coral-ActionButton.is-selected ._coral-Icon {
      color: rgb(185, 185, 185);
    }
.coral--dark ._coral-ActionButton.is-selected.focus-ring {
      background-color: rgb(62, 62, 62);
      border-color: rgb(38, 128, 235);
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton.is-selected.focus-ring ._coral-Icon {
        color: rgb(255, 255, 255);
      }
.coral--dark ._coral-ActionButton.is-selected:hover {
      background-color: rgb(62, 62, 62);
      border-color: rgb(90, 90, 90);
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton.is-selected:hover ._coral-Icon {
        color: rgb(255, 255, 255);
      }
.coral--dark ._coral-ActionButton.is-selected:active {
      background-color: rgb(62, 62, 62);
      border-color: rgb(90, 90, 90);
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton.is-selected:active ._coral-Icon {
        color: rgb(255, 255, 255);
      }
.coral--dark ._coral-ActionButton.is-selected:disabled,
.coral--dark ._coral-ActionButton.is-selected.is-disabled {
      background-color: rgb(62, 62, 62);
      border-color: rgb(62, 62, 62);
      color: rgb(110, 110, 110);
    }
.coral--dark ._coral-ActionButton.is-selected:disabled ._coral-Icon,
.coral--dark ._coral-ActionButton.is-selected.is-disabled ._coral-Icon {
        color: rgb(90, 90, 90);
      }
.coral--dark ._coral-ActionButton--quiet,
.coral--dark ._coral-Tool {
  background-color: transparent;
  border-color: transparent;
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-ActionButton--quiet:hover,
.coral--dark ._coral-Tool:hover {
    background-color: transparent;
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ActionButton--quiet.focus-ring,
.coral--dark ._coral-Tool.focus-ring {
    background-color: transparent;
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ActionButton--quiet:active,
.coral--dark ._coral-Tool:active {
    background-color: rgb(74, 74, 74);
    border-color: rgb(74, 74, 74);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ActionButton--quiet:disabled,
.coral--dark ._coral-ActionButton--quiet.is-disabled,
.coral--dark ._coral-Tool:disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-ActionButton--quiet.is-selected {
    background-color: rgb(74, 74, 74);
    border-color: rgb(74, 74, 74);
    color: rgb(227, 227, 227);
  }
.coral--dark ._coral-ActionButton--quiet.is-selected.focus-ring {
      background-color: rgb(74, 74, 74);
      border-color: rgb(38, 128, 235);
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton--quiet.is-selected:hover {
      background-color: rgb(74, 74, 74);
      border-color: rgb(74, 74, 74);
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton--quiet.is-selected:active {
      background-color: rgb(74, 74, 74);
      border-color: rgb(74, 74, 74);
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ActionButton--quiet.is-selected:disabled,
.coral--dark ._coral-ActionButton--quiet.is-selected.is-disabled {
      background-color: rgb(62, 62, 62);
      border-color: rgb(62, 62, 62);
      color: rgb(110, 110, 110);
    }
.coral--dark ._coral-Button--warning._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(247, 109, 116);
}
.coral--dark ._coral-Button--warning._coral-Button--quiet:hover {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(255, 123, 130);
  }
.coral--dark ._coral-Button--warning._coral-Button--quiet.focus-ring {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(255, 123, 130);
  }
.coral--dark ._coral-Button--warning._coral-Button--quiet:active {
    background-color: rgb(74, 74, 74);
    border-color: rgb(74, 74, 74);
    color: rgb(255, 123, 130);
  }
.coral--dark ._coral-Button--warning._coral-Button--quiet:disabled,
.coral--dark ._coral-Button--warning._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-LogicButton--and {
  background-color: rgb(55, 142, 240);
  border-color: rgb(55, 142, 240);
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-LogicButton--and:hover {
    background-color: rgb(90, 169, 250);
    border-color: rgb(90, 169, 250);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-LogicButton--and:disabled,
.coral--dark ._coral-LogicButton--and.is-disabled {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-LogicButton--or {
  background-color: rgb(226, 73, 157);
  border-color: rgb(226, 73, 157);
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-LogicButton--or:hover {
    background-color: rgb(245, 107, 183);
    border-color: rgb(245, 107, 183);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-LogicButton--or:disabled,
.coral--dark ._coral-LogicButton--or.is-disabled {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-FieldButton {
  color: rgb(227, 227, 227);
  background-color: rgb(47, 47, 47);
  border-color: rgb(74, 74, 74);
}
.coral--dark ._coral-FieldButton:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
    border-color: rgb(90, 90, 90);
  }
.coral--dark ._coral-FieldButton:active,
.coral--dark ._coral-FieldButton.is-selected {
    background-color: rgb(62, 62, 62);
    border-color: rgb(90, 90, 90);
  }
.coral--dark ._coral-FieldButton.focus-ring,
.coral--dark ._coral-FieldButton.is-focused {
    background-color: rgb(37, 37, 37);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-FieldButton.focus-ring.is-placeholder,
.coral--dark ._coral-FieldButton.is-focused.is-placeholder {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-FieldButton.is-invalid {
    border-color: rgb(236, 91, 98);
  }
.coral--dark ._coral-FieldButton.is-invalid:hover {
      border-color: rgb(247, 109, 116);
    }
.coral--dark ._coral-FieldButton.is-invalid:active,
.coral--dark ._coral-FieldButton.is-invalid.is-selected {
      border-color: rgb(247, 109, 116);
    }
.coral--dark ._coral-FieldButton.is-invalid.focus-ring,
.coral--dark ._coral-FieldButton.is-invalid.is-focused {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--dark ._coral-FieldButton:disabled,
.coral--dark ._coral-FieldButton.is-disabled {
    background-color: rgb(62, 62, 62);
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-FieldButton:disabled ._coral-Icon,
.coral--dark ._coral-FieldButton.is-disabled ._coral-Icon {
      color: rgb(90, 90, 90);
    }
.coral--dark ._coral-FieldButton--quiet {
  color: rgb(227, 227, 227);
  border-color: transparent;
  background-color: transparent;
}
.coral--dark ._coral-FieldButton--quiet:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-FieldButton--quiet.focus-ring,
.coral--dark ._coral-FieldButton--quiet.is-focused {
    background-color: transparent;
    box-shadow: 0 2px 0 0 rgb(38, 128, 235);
  }
.coral--dark ._coral-FieldButton--quiet.focus-ring.is-placeholder,
.coral--dark ._coral-FieldButton--quiet.is-focused.is-placeholder {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-FieldButton--quiet:active,
.coral--dark ._coral-FieldButton--quiet.is-selected {
    background-color: transparent;
    border-color: transparent;
  }
.coral--dark ._coral-FieldButton--quiet:active.focus-ring,
.coral--dark ._coral-FieldButton--quiet:active.is-focused,
.coral--dark ._coral-FieldButton--quiet.is-selected.focus-ring,
.coral--dark ._coral-FieldButton--quiet.is-selected.is-focused {
      background-color: transparent;
      box-shadow: 0 2px 0 0 rgb(38, 128, 235);
    }
.coral--dark ._coral-FieldButton--quiet.is-invalid.focus-ring,
.coral--dark ._coral-FieldButton--quiet.is-invalid.is-focused {
      box-shadow: 0 2px 0 0 rgb(38, 128, 235);
    }
.coral--dark ._coral-FieldButton--quiet:disabled,
.coral--dark ._coral-FieldButton--quiet.is-disabled {
    background-color: transparent;
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Tool.is-selected ._coral-Icon,.coral--dark ._coral-Tool.is-selected ._coral-Tool-hold {
      color: rgb(55, 142, 240);
    }
.coral--dark ._coral-Tool.is-selected:hover ._coral-Icon {
        color: rgb(75, 156, 245);
      }
.coral--dark ._coral-Tool.is-selected:hover ._coral-Tool-hold {
        color: rgb(75, 156, 245);
      }
.coral--dark ._coral-Tool.is-selected:active ._coral-Icon {
        color: rgb(90, 169, 250);
      }
.coral--dark ._coral-Tool.is-selected:active ._coral-Tool-hold {
        color: rgb(90, 169, 250);
      }
.coral--dark ._coral-Tool.is-selected.focus-ring ._coral-Icon,.coral--dark ._coral-Tool.is-selected.focus-ring ._coral-Tool-hold {
        color: rgb(75, 156, 245);
      }
.coral--dark ._coral-Tool.is-selected:disabled,
.coral--dark ._coral-Tool.is-selected.is-disabled {
      background-color: transparent;
      border-color: transparent;
    }
.coral--dark ._coral-Tool.is-selected:disabled ._coral-Icon,
.coral--dark ._coral-Tool.is-selected.is-disabled ._coral-Icon {
        color: rgb(90, 90, 90);
      }
.coral--dark ._coral-Tool.is-selected:disabled ._coral-Tool-hold,
.coral--dark ._coral-Tool.is-selected.is-disabled ._coral-Tool-hold {
        color: rgb(90, 90, 90);
      }
.coral--dark ._coral-Tool ._coral-Tool-hold {
    color: rgb(185, 185, 185);
  }
.coral--dark ._coral-Tool:hover ._coral-Tool-hold {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Tool:active {
    background-color: transparent;
    border-color: transparent;
  }
.coral--dark ._coral-Tool:active ._coral-Tool-hold {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Tool.focus-ring ._coral-Tool-hold {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Tool.is-disabled ._coral-Tool-hold,
.coral--dark ._coral-Tool:disabled ._coral-Tool-hold {
      color: rgb(90, 90, 90);
    }

.coral--darkest ._coral-LogicButton.focus-ring:after,
.coral--darkest ._coral-LogicButton.is-focused:after,
.coral--darkest ._coral-Button.focus-ring:after,
.coral--darkest ._coral-Button.is-focused:after {
      box-shadow: 0 0 0 2px rgb(20, 115, 230);
    }
.coral--darkest ._coral-ClearButton {
  background-color: transparent;

  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-ClearButton:hover {
    background-color: transparent;

    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ClearButton:active {
    background-color: transparent;

    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ClearButton.focus-ring {
    background-color: transparent;

    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ClearButton:disabled,
.coral--darkest ._coral-ClearButton.is-disabled {
    background-color: transparent;

    color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-Button--cta {
  background-color: rgb(20, 115, 230);
  border-color: rgb(20, 115, 230);
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Button--cta:hover {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--cta.focus-ring {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--cta:active {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--cta:disabled,
.coral--darkest ._coral-Button--cta.is-disabled {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Button--primary {
  background-color: transparent;
  border-color: rgb(200, 200, 200);
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-Button--primary:hover {
    background-color: rgb(200, 200, 200);
    border-color: rgb(200, 200, 200);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--primary.focus-ring {
    background-color: rgb(200, 200, 200);
    border-color: rgb(200, 200, 200);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--primary:active {
    background-color: rgb(239, 239, 239);
    border-color: rgb(239, 239, 239);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--primary:disabled,
.coral--darkest ._coral-Button--primary.is-disabled {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Button--secondary {
  background-color: transparent;
  border-color: rgb(162, 162, 162);
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Button--secondary:hover {
    background-color: rgb(162, 162, 162);
    border-color: rgb(162, 162, 162);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--secondary.focus-ring {
    background-color: rgb(162, 162, 162);
    border-color: rgb(162, 162, 162);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--secondary:active {
    background-color: rgb(200, 200, 200);
    border-color: rgb(200, 200, 200);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--secondary:disabled,
.coral--darkest ._coral-Button--secondary.is-disabled {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Button--warning {
  background-color: transparent;
  border-color: rgb(236, 91, 98);
  color: rgb(236, 91, 98);
}
.coral--darkest ._coral-Button--warning:hover {
    background-color: rgb(236, 91, 98);
    border-color: rgb(236, 91, 98);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--warning.focus-ring {
    background-color: rgb(236, 91, 98);
    border-color: rgb(236, 91, 98);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--warning:active {
    background-color: rgb(247, 109, 116);
    border-color: rgb(247, 109, 116);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--warning:disabled,
.coral--darkest ._coral-Button--warning.is-disabled {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Button--overBackground {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Button--overBackground:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--darkest ._coral-Button--overBackground.focus-ring {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--darkest ._coral-Button--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.coral--darkest ._coral-Button--overBackground:active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.coral--darkest ._coral-Button--overBackground:disabled,
.coral--darkest ._coral-Button--overBackground.is-disabled {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgba(255,255,255,0.35);
  }
.coral--darkest ._coral-Button--overBackground._coral-Button--quiet,
.coral--darkest ._coral-ClearButton--overBackground {
  background-color: transparent;
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Button--overBackground._coral-Button--quiet:hover,
.coral--darkest ._coral-ClearButton--overBackground:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--overBackground._coral-Button--quiet.focus-ring,
.coral--darkest ._coral-ClearButton--overBackground.focus-ring {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
.coral--darkest ._coral-Button--overBackground._coral-Button--quiet.focus-ring:after,
.coral--darkest ._coral-ClearButton--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.coral--darkest ._coral-Button--overBackground._coral-Button--quiet:active,
.coral--darkest ._coral-ClearButton--overBackground:active {
    background-color: rgba(255,255,255,0.15);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--overBackground._coral-Button--quiet:disabled,
.coral--darkest ._coral-Button--overBackground._coral-Button--quiet.is-disabled,
.coral--darkest ._coral-ClearButton--overBackground:disabled,
.coral--darkest ._coral-ClearButton--overBackground.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255,255,255,0.15);
  }
.coral--darkest ._coral-Button--primary._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-Button--primary._coral-Button--quiet:hover {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Button--primary._coral-Button--quiet.focus-ring {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Button--primary._coral-Button--quiet:active {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Button--primary._coral-Button--quiet:disabled,
.coral--darkest ._coral-Button--primary._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Button--secondary._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Button--secondary._coral-Button--quiet:hover {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Button--secondary._coral-Button--quiet.focus-ring {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Button--secondary._coral-Button--quiet:active {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Button--secondary._coral-Button--quiet:disabled,
.coral--darkest ._coral-Button--secondary._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-ActionButton,
.coral--darkest ._coral-Tool {
  background-color: rgb(26, 26, 26);
  border-color: rgb(57, 57, 57);
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-ActionButton ._coral-Icon,
.coral--darkest ._coral-Tool ._coral-Icon,.coral--darkest ._coral-ActionButton ._coral-ActionButton-hold,
.coral--darkest ._coral-Tool ._coral-ActionButton-hold {
    color: rgb(162, 162, 162);
  }
.coral--darkest ._coral-ActionButton:hover,
.coral--darkest ._coral-Tool:hover {
    background-color: rgb(8, 8, 8);
    border-color: rgb(73, 73, 73);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ActionButton:hover ._coral-Icon,
.coral--darkest ._coral-Tool:hover ._coral-Icon {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton:hover ._coral-ActionButton-hold,
.coral--darkest ._coral-Tool:hover ._coral-ActionButton-hold {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton.focus-ring,
.coral--darkest ._coral-Tool.focus-ring {
    background-color: rgb(8, 8, 8);
    border-color: rgb(20, 115, 230);
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ActionButton.focus-ring ._coral-Icon,
.coral--darkest ._coral-Tool.focus-ring ._coral-Icon,.coral--darkest ._coral-ActionButton.focus-ring ._coral-ActionButton-hold,
.coral--darkest ._coral-Tool.focus-ring ._coral-ActionButton-hold {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton:active,
.coral--darkest ._coral-Tool:active {
    background-color: rgb(44, 44, 44);
    border-color: rgb(73, 73, 73);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ActionButton:active ._coral-ActionButton-hold,
.coral--darkest ._coral-Tool:active ._coral-ActionButton-hold {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton:disabled,
.coral--darkest ._coral-ActionButton.is-disabled,
.coral--darkest ._coral-Tool:disabled {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-ActionButton:disabled ._coral-Icon,
.coral--darkest ._coral-ActionButton.is-disabled ._coral-Icon,
.coral--darkest ._coral-Tool:disabled ._coral-Icon {
      color: rgb(73, 73, 73);
    }
.coral--darkest ._coral-ActionButton:disabled ._coral-ActionButton-hold,
.coral--darkest ._coral-ActionButton.is-disabled ._coral-ActionButton-hold,
.coral--darkest ._coral-Tool:disabled ._coral-ActionButton-hold {
      color: rgb(73, 73, 73);
    }
.coral--darkest ._coral-ActionButton.is-selected {
    background-color: rgb(44, 44, 44);
    border-color: rgb(57, 57, 57);
    color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-ActionButton.is-selected ._coral-Icon {
      color: rgb(162, 162, 162);
    }
.coral--darkest ._coral-ActionButton.is-selected.focus-ring {
      background-color: rgb(44, 44, 44);
      border-color: rgb(20, 115, 230);
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton.is-selected.focus-ring ._coral-Icon {
        color: rgb(239, 239, 239);
      }
.coral--darkest ._coral-ActionButton.is-selected:hover {
      background-color: rgb(44, 44, 44);
      border-color: rgb(73, 73, 73);
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton.is-selected:hover ._coral-Icon {
        color: rgb(239, 239, 239);
      }
.coral--darkest ._coral-ActionButton.is-selected:active {
      background-color: rgb(44, 44, 44);
      border-color: rgb(73, 73, 73);
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton.is-selected:active ._coral-Icon {
        color: rgb(239, 239, 239);
      }
.coral--darkest ._coral-ActionButton.is-selected:disabled,
.coral--darkest ._coral-ActionButton.is-selected.is-disabled {
      background-color: rgb(44, 44, 44);
      border-color: rgb(44, 44, 44);
      color: rgb(92, 92, 92);
    }
.coral--darkest ._coral-ActionButton.is-selected:disabled ._coral-Icon,
.coral--darkest ._coral-ActionButton.is-selected.is-disabled ._coral-Icon {
        color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-ActionButton--quiet,
.coral--darkest ._coral-Tool {
  background-color: transparent;
  border-color: transparent;
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-ActionButton--quiet:hover,
.coral--darkest ._coral-Tool:hover {
    background-color: transparent;
    border-color: transparent;
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ActionButton--quiet.focus-ring,
.coral--darkest ._coral-Tool.focus-ring {
    background-color: transparent;
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ActionButton--quiet:active,
.coral--darkest ._coral-Tool:active {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ActionButton--quiet:disabled,
.coral--darkest ._coral-ActionButton--quiet.is-disabled,
.coral--darkest ._coral-Tool:disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-ActionButton--quiet.is-selected {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-ActionButton--quiet.is-selected.focus-ring {
      background-color: rgb(57, 57, 57);
      border-color: rgb(20, 115, 230);
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton--quiet.is-selected:hover {
      background-color: rgb(57, 57, 57);
      border-color: rgb(57, 57, 57);
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton--quiet.is-selected:active {
      background-color: rgb(57, 57, 57);
      border-color: rgb(57, 57, 57);
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ActionButton--quiet.is-selected:disabled,
.coral--darkest ._coral-ActionButton--quiet.is-selected.is-disabled {
      background-color: rgb(44, 44, 44);
      border-color: rgb(44, 44, 44);
      color: rgb(92, 92, 92);
    }
.coral--darkest ._coral-Button--warning._coral-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(236, 91, 98);
}
.coral--darkest ._coral-Button--warning._coral-Button--quiet:hover {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(247, 109, 116);
  }
.coral--darkest ._coral-Button--warning._coral-Button--quiet.focus-ring {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(247, 109, 116);
  }
.coral--darkest ._coral-Button--warning._coral-Button--quiet:active {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(247, 109, 116);
  }
.coral--darkest ._coral-Button--warning._coral-Button--quiet:disabled,
.coral--darkest ._coral-Button--warning._coral-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-LogicButton--and {
  background-color: rgb(38, 128, 235);
  border-color: rgb(38, 128, 235);
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-LogicButton--and:hover {
    background-color: rgb(75, 156, 245);
    border-color: rgb(75, 156, 245);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-LogicButton--and:disabled,
.coral--darkest ._coral-LogicButton--and.is-disabled {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-LogicButton--or {
  background-color: rgb(216, 55, 144);
  border-color: rgb(216, 55, 144);
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-LogicButton--or:hover {
    background-color: rgb(236, 90, 170);
    border-color: rgb(236, 90, 170);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-LogicButton--or:disabled,
.coral--darkest ._coral-LogicButton--or.is-disabled {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-FieldButton {
  color: rgb(200, 200, 200);
  background-color: rgb(26, 26, 26);
  border-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-FieldButton:hover {
    color: rgb(239, 239, 239);
    background-color: rgb(8, 8, 8);
    border-color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-FieldButton:active,
.coral--darkest ._coral-FieldButton.is-selected {
    background-color: rgb(44, 44, 44);
    border-color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-FieldButton.focus-ring,
.coral--darkest ._coral-FieldButton.is-focused {
    background-color: rgb(8, 8, 8);
    border-color: rgb(20, 115, 230);
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-FieldButton.focus-ring.is-placeholder,
.coral--darkest ._coral-FieldButton.is-focused.is-placeholder {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-FieldButton.is-invalid {
    border-color: rgb(227, 72, 80);
  }
.coral--darkest ._coral-FieldButton.is-invalid:hover {
      border-color: rgb(236, 91, 98);
    }
.coral--darkest ._coral-FieldButton.is-invalid:active,
.coral--darkest ._coral-FieldButton.is-invalid.is-selected {
      border-color: rgb(236, 91, 98);
    }
.coral--darkest ._coral-FieldButton.is-invalid.focus-ring,
.coral--darkest ._coral-FieldButton.is-invalid.is-focused {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }
.coral--darkest ._coral-FieldButton:disabled,
.coral--darkest ._coral-FieldButton.is-disabled {
    background-color: rgb(44, 44, 44);
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-FieldButton:disabled ._coral-Icon,
.coral--darkest ._coral-FieldButton.is-disabled ._coral-Icon {
      color: rgb(73, 73, 73);
    }
.coral--darkest ._coral-FieldButton--quiet {
  color: rgb(200, 200, 200);
  border-color: transparent;
  background-color: transparent;
}
.coral--darkest ._coral-FieldButton--quiet:hover {
    background-color: transparent;
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-FieldButton--quiet.focus-ring,
.coral--darkest ._coral-FieldButton--quiet.is-focused {
    background-color: transparent;
    box-shadow: 0 2px 0 0 rgb(20, 115, 230);
  }
.coral--darkest ._coral-FieldButton--quiet.focus-ring.is-placeholder,
.coral--darkest ._coral-FieldButton--quiet.is-focused.is-placeholder {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-FieldButton--quiet:active,
.coral--darkest ._coral-FieldButton--quiet.is-selected {
    background-color: transparent;
    border-color: transparent;
  }
.coral--darkest ._coral-FieldButton--quiet:active.focus-ring,
.coral--darkest ._coral-FieldButton--quiet:active.is-focused,
.coral--darkest ._coral-FieldButton--quiet.is-selected.focus-ring,
.coral--darkest ._coral-FieldButton--quiet.is-selected.is-focused {
      background-color: transparent;
      box-shadow: 0 2px 0 0 rgb(20, 115, 230);
    }
.coral--darkest ._coral-FieldButton--quiet.is-invalid.focus-ring,
.coral--darkest ._coral-FieldButton--quiet.is-invalid.is-focused {
      box-shadow: 0 2px 0 0 rgb(20, 115, 230);
    }
.coral--darkest ._coral-FieldButton--quiet:disabled,
.coral--darkest ._coral-FieldButton--quiet.is-disabled {
    background-color: transparent;
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Tool.is-selected ._coral-Icon,.coral--darkest ._coral-Tool.is-selected ._coral-Tool-hold {
      color: rgb(38, 128, 235);
    }
.coral--darkest ._coral-Tool.is-selected:hover ._coral-Icon {
        color: rgb(55, 142, 240);
      }
.coral--darkest ._coral-Tool.is-selected:hover ._coral-Tool-hold {
        color: rgb(55, 142, 240);
      }
.coral--darkest ._coral-Tool.is-selected:active ._coral-Icon {
        color: rgb(75, 156, 245);
      }
.coral--darkest ._coral-Tool.is-selected:active ._coral-Tool-hold {
        color: rgb(75, 156, 245);
      }
.coral--darkest ._coral-Tool.is-selected.focus-ring ._coral-Icon,.coral--darkest ._coral-Tool.is-selected.focus-ring ._coral-Tool-hold {
        color: rgb(55, 142, 240);
      }
.coral--darkest ._coral-Tool.is-selected:disabled,
.coral--darkest ._coral-Tool.is-selected.is-disabled {
      background-color: transparent;
      border-color: transparent;
    }
.coral--darkest ._coral-Tool.is-selected:disabled ._coral-Icon,
.coral--darkest ._coral-Tool.is-selected.is-disabled ._coral-Icon {
        color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-Tool.is-selected:disabled ._coral-Tool-hold,
.coral--darkest ._coral-Tool.is-selected.is-disabled ._coral-Tool-hold {
        color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-Tool ._coral-Tool-hold {
    color: rgb(162, 162, 162);
  }
.coral--darkest ._coral-Tool:hover ._coral-Tool-hold {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Tool:active {
    background-color: transparent;
    border-color: transparent;
  }
.coral--darkest ._coral-Tool:active ._coral-Tool-hold {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Tool.focus-ring ._coral-Tool-hold {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Tool.is-disabled ._coral-Tool-hold,
.coral--darkest ._coral-Tool:disabled ._coral-Tool-hold {
      color: rgb(73, 73, 73);
    }

._coral-ActionButton coral-button-label + coral-icon {
  margin-left: 4px;
}
._coral-Button--block {
  width: 100%;
}
._coral-Button--block + ._coral-Button--block {
  margin-left: 0;
}
._coral-Button--secondary._coral-Button--quiet[variant="minimal"] {
  min-width: 0;
}
.coral--light ._coral-Button--secondary._coral-Button--quiet[variant="minimal"]:hover,
.coral--light ._coral-Button--secondary._coral-Button--quiet[variant="minimal"]:active {
  background-color: transparent;
  border-color: transparent;
}
.coral--lightest ._coral-Button--secondary._coral-Button--quiet[variant="minimal"]:hover,
.coral--lightest ._coral-Button--secondary._coral-Button--quiet[variant="minimal"]:active {
  background-color: transparent;
  border-color: transparent;
}
.coral--dark ._coral-Button--secondary._coral-Button--quiet[variant="minimal"]:hover,
.coral--dark ._coral-Button--secondary._coral-Button--quiet[variant="minimal"]:active {
  background-color: transparent;
  border-color: transparent;
}
.coral--darkest ._coral-Button--secondary._coral-Button--quiet[variant="minimal"]:hover,
.coral--darkest ._coral-Button--secondary._coral-Button--quiet[variant="minimal"]:active {
  background-color: transparent;
  border-color: transparent;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Icon,
._coral-UIIcon {
  display: inline-block;
  color: inherit;
  fill: currentColor;
  pointer-events: none;
}
._coral-Icon:not(:root), ._coral-UIIcon:not(:root) {
    overflow: hidden;
  }
._coral-Icon--sizeXXS,
  ._coral-Icon--sizeXXS img,
  ._coral-Icon--sizeXXS svg {
    height: 9px;
    width: 9px;
  }
._coral-Icon--sizeXS,
  ._coral-Icon--sizeXS img,
  ._coral-Icon--sizeXS svg {
    height: 12px;
    width: 12px;
  }
._coral-Icon--sizeS,
  ._coral-Icon--sizeS img,
  ._coral-Icon--sizeS svg {
    height: 18px;
    width: 18px;
  }
._coral-Icon--sizeM,
  ._coral-Icon--sizeM img,
  ._coral-Icon--sizeM svg {
    height: 24px;
    width: 24px;
  }
._coral-Icon--sizeL,
  ._coral-Icon--sizeL img,
  ._coral-Icon--sizeL svg {
    height: 36px;
    width: 36px;
  }
._coral-Icon--sizeXL,
  ._coral-Icon--sizeXL img,
  ._coral-Icon--sizeXL svg {
    height: 48px;
    width: 48px;
  }
._coral-Icon--sizeXXL,
  ._coral-Icon--sizeXXL img,
  ._coral-Icon--sizeXXL svg {
    height: 72px;
    width: 72px;
  }
._coral--medium ._coral-UIIcon--large {
    display: none;
  }
._coral--medium ._coral-UIIcon--medium {
    display: inline;
  }
.coral--large ._coral-UIIcon--medium {
    display: none;
  }
.coral--large ._coral-UIIcon--large {
    display: inline;
  }
._coral-UIIcon--large {
  display: none;
}
._coral-UIIcon--medium {
  display: block;
}
._coral-UIIcon-AlertMedium {
  width: 18px;
  height: 18px;
}
._coral-UIIcon-AlertSmall {
  width: 14px;
  height: 14px;
}
._coral-UIIcon-ArrowDownSmall {
  width: 8px;
  height: 10px;
}
._coral-UIIcon-ArrowLeftMedium {
  width: 14px;
  height: 10px;
}
._coral-UIIcon-Asterisk {
  width: 8px;
  height: 8px;
}
._coral-UIIcon-CheckmarkMedium {
  width: 12px;
  height: 12px;
}
._coral-UIIcon-CheckmarkSmall {
  width: 10px;
  height: 10px;
}
._coral-UIIcon-ChevronDownMedium {
  width: 10px;
  height: 6px;
}
._coral-UIIcon-ChevronDownSmall {
  width: 8px;
  height: 6px;
}
._coral-UIIcon-ChevronLeftLarge {
  width: 12px;
  height: 16px;
}
._coral-UIIcon-ChevronLeftMedium {
  width: 6px;
  height: 10px;
}
._coral-UIIcon-ChevronRightLarge {
  width: 12px;
  height: 16px;
}
._coral-UIIcon-ChevronRightMedium {
  width: 6px;
  height: 10px;
}
._coral-UIIcon-ChevronRightSmall {
  width: 6px;
  height: 8px;
}
._coral-UIIcon-ChevronUpSmall {
  width: 8px;
  height: 6px;
}
._coral-UIIcon-CornerTriangle {
  width: 5px;
  height: 5px;
}
._coral-UIIcon-CrossLarge {
  width: 12px;
  height: 12px;
}
._coral-UIIcon-CrossMedium,._coral-UIIcon-CrossSmall {
  width: 8px;
  height: 8px;
}
._coral-UIIcon-DashSmall {
  width: 10px;
  height: 10px;
}
._coral-UIIcon-DoubleGripper {
  width: 16px;
  height: 4px;
}
._coral-UIIcon-FolderBreadcrumb,._coral-UIIcon-HelpMedium {
  width: 18px;
  height: 18px;
}
._coral-UIIcon-HelpSmall {
  width: 14px;
  height: 14px;
}
._coral-UIIcon-InfoMedium {
  width: 18px;
  height: 18px;
}
._coral-UIIcon-InfoSmall {
  width: 14px;
  height: 14px;
}
._coral-UIIcon-Magnifier {
  width: 16px;
  height: 16px;
}
._coral-UIIcon-SkipLeft,._coral-UIIcon-SkipRight {
  width: 9px;
  height: 10px;
}
._coral-UIIcon-Star,._coral-UIIcon-StarOutline,._coral-UIIcon-SuccessMedium {
  width: 18px;
  height: 18px;
}
._coral-UIIcon-SuccessSmall {
  width: 14px;
  height: 14px;
}
._coral-UIIcon-TripleGripper {
  width: 10px;
  height: 7px;
}

.coral--large ._coral-Icon--sizeXXS,
  .coral--large ._coral-Icon--sizeXXS img,
  .coral--large ._coral-Icon--sizeXXS svg {
    height: 11px;
    width: 11px;
  }
.coral--large ._coral-Icon--sizeXS,
  .coral--large ._coral-Icon--sizeXS img,
  .coral--large ._coral-Icon--sizeXS svg {
    height: 15px;
    width: 15px;
  }
.coral--large ._coral-Icon--sizeS,
  .coral--large ._coral-Icon--sizeS img,
  .coral--large ._coral-Icon--sizeS svg {
    height: 22px;
    width: 22px;
  }
.coral--large ._coral-Icon--sizeM,
  .coral--large ._coral-Icon--sizeM img,
  .coral--large ._coral-Icon--sizeM svg {
    height: 30px;
    width: 30px;
  }
.coral--large ._coral-Icon--sizeL,
  .coral--large ._coral-Icon--sizeL img,
  .coral--large ._coral-Icon--sizeL svg {
    height: 44px;
    width: 44px;
  }
.coral--large ._coral-Icon--sizeXL,
  .coral--large ._coral-Icon--sizeXL img,
  .coral--large ._coral-Icon--sizeXL svg {
    height: 60px;
    width: 60px;
  }
.coral--large ._coral-Icon--sizeXXL,
  .coral--large ._coral-Icon--sizeXXL img,
  .coral--large ._coral-Icon--sizeXXL svg {
    height: 90px;
    width: 90px;
  }
.coral--large ._coral-UIIcon--large {
  display: none;
}
.coral--large ._coral-UIIcon--medium {
  display: block;
}
.coral--large ._coral-UIIcon-AlertMedium {
  width: 22px;
  height: 22px;
}
.coral--large ._coral-UIIcon-AlertSmall {
  width: 18px;
  height: 18px;
}
.coral--large ._coral-UIIcon-ArrowDownSmall {
  width: 10px;
  height: 12px;
}
.coral--large ._coral-UIIcon-ArrowLeftMedium {
  width: 18px;
  height: 12px;
}
.coral--large ._coral-UIIcon-Asterisk {
  width: 10px;
  height: 10px;
}
.coral--large ._coral-UIIcon-CheckmarkMedium {
  width: 16px;
  height: 16px;
}
.coral--large ._coral-UIIcon-CheckmarkSmall {
  width: 12px;
  height: 12px;
}
.coral--large ._coral-UIIcon-ChevronDownMedium {
  width: 12px;
  height: 8px;
}
.coral--large ._coral-UIIcon-ChevronDownSmall {
  width: 10px;
  height: 8px;
}
.coral--large ._coral-UIIcon-ChevronLeftLarge {
  width: 16px;
  height: 20px;
}
.coral--large ._coral-UIIcon-ChevronLeftMedium {
  width: 8px;
  height: 12px;
}
.coral--large ._coral-UIIcon-ChevronRightLarge {
  width: 16px;
  height: 20px;
}
.coral--large ._coral-UIIcon-ChevronRightMedium {
  width: 8px;
  height: 12px;
}
.coral--large ._coral-UIIcon-ChevronRightSmall {
  width: 8px;
  height: 10px;
}
.coral--large ._coral-UIIcon-ChevronUpSmall {
  width: 10px;
  height: 8px;
}
.coral--large ._coral-UIIcon-CornerTriangle {
  width: 6px;
  height: 6px;
}
.coral--large ._coral-UIIcon-CrossLarge {
  width: 16px;
  height: 16px;
}
.coral--large ._coral-UIIcon-CrossMedium,.coral--large ._coral-UIIcon-CrossSmall {
  width: 10px;
  height: 10px;
}
.coral--large ._coral-UIIcon-DashSmall {
  width: 12px;
  height: 12px;
}
.coral--large ._coral-UIIcon-DoubleGripper {
  width: 20px;
  height: 5px;
}
.coral--large ._coral-UIIcon-FolderBreadcrumb,.coral--large ._coral-UIIcon-HelpMedium {
  width: 22px;
  height: 22px;
}
.coral--large ._coral-UIIcon-HelpSmall {
  width: 18px;
  height: 18px;
}
.coral--large ._coral-UIIcon-InfoMedium {
  width: 22px;
  height: 22px;
}
.coral--large ._coral-UIIcon-InfoSmall {
  width: 18px;
  height: 18px;
}
.coral--large ._coral-UIIcon-Magnifier {
  width: 20px;
  height: 20px;
}
.coral--large ._coral-UIIcon-SkipLeft,.coral--large ._coral-UIIcon-SkipRight {
  width: 10px;
  height: 12px;
}
.coral--large ._coral-UIIcon-Star,.coral--large ._coral-UIIcon-StarOutline,.coral--large ._coral-UIIcon-SuccessMedium {
  width: 22px;
  height: 22px;
}
.coral--large ._coral-UIIcon-SuccessSmall {
  width: 18px;
  height: 18px;
}
.coral--large ._coral-UIIcon-TripleGripper {
  width: 12px;
  height: 9px;
}

coral-icon._coral-Icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
._coral-Icon-collection {
  position: fixed;
  left: -999px;
  top: -999px;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

button[is="coral-button"] {
  background-color: transparent;
  border-color: transparent;
}
.coral--light ._coral-ActionButton--quiet:disabled {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-ActionButton--quiet.is-disabled {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-ActionButton:disabled ._coral-Icon {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-ActionButton.is-disabled ._coral-Icon {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-ActionButton--quiet.is-selected.focus-ring {
  background-color: rgb(158, 158, 158);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.coral-InputGroup {
  display: inline-flex;
  width: 208px;
}
.coral-InputGroup--block {
  display: flex;
  width: 100%;
}
.coral-InputGroup-input {
  width: 100%;
}
._coral-InputGroup ._coral-FieldButton {
  min-width: 32px;
  padding: 0 6px;
}
.coral-InputGroup-button ._coral-Button {
  min-width: 32px;
  padding: 0 6px;
  border-width: 1px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
.coral-InputGroup-input.focus-ring,
.coral-InputGroup-button ._coral-Button.focus-ring {
  position: relative;
  z-index: 1;
}
.coral-InputGroup > .coral-InputGroup-button:first-child ._coral-Button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.coral-InputGroup > .coral-InputGroup-button:first-child ._coral-Button:not(.focus-ring) {
  border-right-color: transparent;
}
.coral-InputGroup > .coral-InputGroup-button:last-child ._coral-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.coral-InputGroup > .coral-InputGroup-button:last-child ._coral-Button:not(.focus-ring) {
  border-left-color: transparent;
}
.coral-InputGroup > .coral-InputGroup-input {
  border-radius: 0;
}
.coral-InputGroup > .coral-InputGroup-input:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.coral-InputGroup > .coral-InputGroup-input:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.coral--light .coral-InputGroup-button ._coral-Button {
  color: rgb(75, 75, 75);
  background-color: rgb(250, 250, 250);
  border-color: rgb(225, 225, 225);
}
.coral--light .coral-InputGroup-button ._coral-Button:hover {
  color: rgb(44, 44, 44);
  background-color: rgb(255, 255, 255);
  border-color: rgb(202, 202, 202);
  box-shadow: none;
}
.coral--light .coral-InputGroup-button ._coral-Button:active {
  color: rgb(44, 44, 44);
  background-color: rgb(234, 234, 234);
  border-color: rgb(202, 202, 202);
  box-shadow: none;
}
.coral--lightest .coral-InputGroup-button ._coral-Button {
  color: rgb(80, 80, 80);
  background-color: rgb(255, 255, 255);
  border-color: rgb(234, 234, 234);
}
.coral--lightest .coral-InputGroup-button ._coral-Button:hover {
  color: rgb(50, 50, 50);
  background-color: rgb(255, 255, 255);
  border-color: rgb(211, 211, 211);
  box-shadow: none;
}
.coral--lightest .coral-InputGroup-button ._coral-Button:active {
  color: rgb(50, 50, 50);
  background-color: rgb(244, 244, 244);
  border-color: rgb(211, 211, 211);
  box-shadow: none;
}
.coral--dark .coral-InputGroup-button ._coral-Button {
  color: rgb(227, 227, 227);
  background-color: rgb(47, 47, 47);
  border-color: rgb(74, 74, 74);
}
.coral--dark .coral-InputGroup-button ._coral-Button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(37, 37, 37);
  border-color: rgb(90, 90, 90);
  box-shadow: none;
}
.coral--dark .coral-InputGroup-button ._coral-Button:active {
  color: rgb(255, 255, 255);
  background-color: rgb(62, 62, 62);
  border-color: rgb(90, 90, 90);
  box-shadow: none;
}
.coral--darkest .coral-InputGroup-button ._coral-Button {
  color: rgb(200, 200, 200);
  background-color: rgb(26, 26, 26);
  border-color: rgb(57, 57, 57);
}
.coral--darkest .coral-InputGroup-button ._coral-Button:hover {
  color: rgb(239, 239, 239);
  background-color: rgb(8, 8, 8);
  border-color: rgb(73, 73, 73);
  box-shadow: none;
}
.coral--darkest .coral-InputGroup-button ._coral-Button:active {
  color: rgb(239, 239, 239);
  background-color: rgb(44, 44, 44);
  border-color: rgb(73, 73, 73);
  box-shadow: none;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

/**
 * Indicates the fieldset.
 * .fieldset is used instead of <fieldset> as <legend> cannot be styled as per requirement.
 */
.coral-Form-fieldset {
  margin: 0 10px 24px 10px;
  border: none;
}
/**
 * Indicates the legend of fieldset.
 */
.coral-Form-fieldset-legend {
  display: block;
  margin: 8px 0 10px 0;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
}
.coral-Form-fieldset:first-of-type {
  border: none;
}
.coral-Form-fieldset:first-of-type .coral-Form-fieldset-legend {
  margin-top: 24px;
}
.coral-Form--vertical .coral-Form-fieldlabel {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
  vertical-align: top;
}
.coral-Form--aligned .coral-Form-fieldlabel {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
  vertical-align: top;
}
.coral-Form-errorlabel {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
  vertical-align: top;
}
.coral-Form-errorlabel {
  display: block;
  padding-top: 5px;
}
/**
 * Indicates that the form is using vertical layout, where the label is placed above the field.
 */
.coral-Form--vertical .coral-Form-field {
  margin: 0;
}
.coral-Form--vertical .coral-Form-field._coral-Checkbox {
  margin: 0 16px 8px 0;
}
.coral-Form--vertical .coral-Form-field._coral-Radio {
  margin: 0 16px 8px 0;
}
.coral-Form--vertical .coral-Form-fieldlabel {
  display: block;
  padding: 4px 0 5px;
}
.coral-Form--vertical .coral-Form-fieldwrapper {
  position: relative;
  display: block;
  margin: 0 0 8px;
}
.coral-Form--vertical .coral-Form-fieldwrapper .coral-Form-fieldinfo {
  position: absolute;
  top: 4px;
  right: 0;
}
.coral-Form--vertical .coral-Form-fieldwrapper .coral-Form-fielderror {
  position: absolute;
  top: 4px;
  right: 0;
}
.coral-Form--vertical .coral-Form-fieldwrapper--alignRight {
  text-align: right;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline:before,
.coral-Form--vertical .coral-Form-fieldwrapper--singleline:after {
  content: "";
  display: table;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline:after {
  clear: both;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-field {
  margin: 0;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-field._coral-Checkbox,
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-field._coral-Radio {
  float: left;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-fieldinfo {
  float: left;
  position: static;
  margin-left: 10px;
  margin-top: 10px;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-fielderror {
  float: left;
  position: static;
  margin-left: 10px;
  margin-top: 10px;
}
/**
 * Indicates that the form is using aligned layout, where the label and the field are placed on the same line.
 */
.coral-Form--aligned .coral-Form-field {
  float: left;
  margin: 0 0 16px 0;
}
.coral-Form--aligned .coral-Form-fieldwrapper {
  clear: left;
  display: block;
  margin: 0 0 16px 0;
}
.coral-Form--aligned .coral-Form-fieldwrapper:before,
.coral-Form--aligned .coral-Form-fieldwrapper:after {
  content: "";
  display: table;
}
.coral-Form--aligned .coral-Form-fieldwrapper:after {
  clear: both;
}
.coral-Form--aligned .coral-Form-fieldwrapper--singleline {
  margin-bottom: 8px;
}
.coral-Form--aligned .coral-Form-fieldset:before,
.coral-Form--aligned .coral-Form-fieldset:after {
  content: "";
  display: table;
}
.coral-Form--aligned .coral-Form-fieldset:after {
  clear: both;
}
.coral-Form--aligned .coral-Form-fieldlabel {
  padding: 8px 8px 0 0;
  float: left;
  clear: left;
  margin: 0 10px 0 0;
  min-width: 128px;
}
.coral-Form--aligned .coral-Form-fieldlabel:empty + .coral-Form-field {
  margin-left: 96px;
}
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-field {
  margin-top: 0;
  margin-bottom: 0;
}
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-field.coral-RadioGroup {
  display: block;
}
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-fieldlabel,
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-errorlabel {
  margin-top: 0;
  margin-bottom: 0;
}
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-fieldinfo {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-fielderror {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-errorlabel {
  float: left;
  margin-left: 10px;
}
.coral-Form--aligned .coral-Form-fieldset {
  margin-bottom: 10px;
}
.coral-Form--aligned .coral-Form-field._coral-Textfield--multiline {
  display: block;
}
.coral-Form--vertical .coral-Form-field.coral-InputGroup,
.coral-Form--vertical .coral-Form-field.coral-DecoratedTextfield,
.coral-Form--vertical .coral-Form-field.coral-DecoratedTextfield .coral-DecoratedTextfield-input,
.coral-Form--vertical .coral-Form-field._coral-InputGroup,
.coral-Form--vertical .coral-Form-field._coral-Textfield,
.coral-Form--vertical .coral-Form-field._coral-Autocomplete,
.coral-Form--vertical .coral-Form-field._coral-Autocomplete ._coral-InputGroup,
.coral-Form--vertical .coral-Form-field._coral-Multifield,
.coral-Form--vertical .coral-Form-field._coral-Search,
.coral-Form--vertical .coral-Form-field._coral-Search ._coral-Search-input,
.coral-Form--vertical .coral-Form-field._coral-ColorInput,
.coral-Form--vertical .coral-Form-field._coral-Stepper,
.coral-Form--vertical .coral-Form-field._coral-Dropdown,
.coral-Form--vertical .coral-Form-field._coral-Slider:not(._coral-Slider--vertical) {
  width: 100%;
}
.coral-Form--vertical .coral-Form-field._coral-Checkbox,
.coral-Form--vertical .coral-Form-field._coral-Radio,.coral-Form-field.coral-RadioGroup--vertical {
  display: flex;
}
.coral--light .coral-Form-fieldlabel {
  color: rgb(110, 110, 110);
}
.coral--light .coral-Form-fieldset-legend {
  color: rgb(44, 44, 44);
}
.coral--light .coral-Form-errorlabel {
  color: rgb(201, 37, 45);
}
.coral--lightest .coral-Form-fieldlabel {
  color: rgb(116, 116, 116);
}
.coral--lightest .coral-Form-fieldset-legend {
  color: rgb(50, 50, 50);
}
.coral--lightest .coral-Form-errorlabel {
  color: rgb(215, 55, 63);
}
.coral--dark .coral-Form-fieldlabel {
  color: rgb(185, 185, 185);
}
.coral--dark .coral-Form-fieldset-legend {
  color: rgb(255, 255, 255);
}
.coral--dark .coral-Form-errorlabel {
  color: rgb(247, 109, 116);
}
.coral--darkest .coral-Form-fieldlabel {
  color: rgb(162, 162, 162);
}
.coral--darkest .coral-Form-fieldset-legend {
  color: rgb(239, 239, 239);
}
.coral--darkest .coral-Form-errorlabel {
  color: rgb(236, 91, 98);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
.coral-FieldLabel,
.coral-FormGroup-itemLabel {
  display: block;

  box-sizing: border-box;

  padding: 4px 0 5px;

  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;

  vertical-align: top;

  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
}
.coral-FieldLabel-requiredIcon {
  margin: 4px 0 0 2px;
}
.coral-FieldLabel--left {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.coral-FieldLabel--left .coral-FieldLabel-requiredIcon {
    margin: 0px 0 0 2px;
  }
.coral-FieldLabel--right {
  display: inline-block;
  text-align: right;
  padding: 8px 8px 0 0;
}
.coral-FormGroup {
  display: table;
  border-collapse: separate;
  border-spacing: 0 24px;
  margin: -20px 0;
}
.coral-FormGroup-item {
  display: table-row;
}
.coral-FormGroup-itemLabel,.coral-FormGroup-itemField {
  display: table-cell;
}
.coral-FormGroup--labelsAbove {
  margin: 0;
}
.coral-FormGroup--labelsAbove,.coral-FormGroup--labelsAbove .coral-FormGroup-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  }
.coral-FormGroup--labelsAbove .coral-FormGroup-item + .coral-FormGroup-item {
      margin-top: 8px;
    }

.coral--large .coral-FieldLabel,
.coral--large .coral-FormGroup-itemLabel {

  padding: 5px 0 6px;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.coral--large .coral-FieldLabel-requiredIcon {
  margin: 5px 0 0 2px;
}
.coral--large .coral-FieldLabel--left {
  padding: 10px 10px 0 0;
}
.coral--large .coral-FieldLabel--left .coral-FieldLabel-requiredIcon {
    margin: 0px 0 0 2px;
  }
.coral--large .coral-FieldLabel--right {
  padding: 10px 10px 0 0;
}
.coral--large .coral-FormGroup {
  border-spacing: 0 30px;
  margin: -25px 0;
}
.coral--large .coral-FormGroup--labelsAbove .coral-FormGroup-item + .coral-FormGroup-item {
      margin-top: 10px;
    }

.coral--light .coral-FieldLabel,
.coral--light .coral-FormGroup-itemLabel {
  color: rgb(110, 110, 110);
}
.coral--light .coral-FieldLabel.is-disabled,
.coral--light .coral-FormGroup-itemLabel.is-disabled,.coral--light .coral-FieldLabel.is-disabled .coral-FieldLabel-requiredIcon,
.coral--light .coral-FormGroup-itemLabel.is-disabled .coral-FieldLabel-requiredIcon {
      color: rgb(179, 179, 179);
    }
.coral--light .coral-FieldLabel-requiredIcon {
  color: rgb(142, 142, 142);
}

.coral--lightest .coral-FieldLabel,
.coral--lightest .coral-FormGroup-itemLabel {
  color: rgb(116, 116, 116);
}
.coral--lightest .coral-FieldLabel.is-disabled,
.coral--lightest .coral-FormGroup-itemLabel.is-disabled,.coral--lightest .coral-FieldLabel.is-disabled .coral-FieldLabel-requiredIcon,
.coral--lightest .coral-FormGroup-itemLabel.is-disabled .coral-FieldLabel-requiredIcon {
      color: rgb(188, 188, 188);
    }
.coral--lightest .coral-FieldLabel-requiredIcon {
  color: rgb(149, 149, 149);
}

.coral--dark .coral-FieldLabel,
.coral--dark .coral-FormGroup-itemLabel {
  color: rgb(185, 185, 185);
}
.coral--dark .coral-FieldLabel.is-disabled,
.coral--dark .coral-FormGroup-itemLabel.is-disabled,.coral--dark .coral-FieldLabel.is-disabled .coral-FieldLabel-requiredIcon,
.coral--dark .coral-FormGroup-itemLabel.is-disabled .coral-FieldLabel-requiredIcon {
      color: rgb(110, 110, 110);
    }
.coral--dark .coral-FieldLabel-requiredIcon {
  color: rgb(144, 144, 144);
}

.coral--darkest .coral-FieldLabel,
.coral--darkest .coral-FormGroup-itemLabel {
  color: rgb(162, 162, 162);
}
.coral--darkest .coral-FieldLabel.is-disabled,
.coral--darkest .coral-FormGroup-itemLabel.is-disabled,.coral--darkest .coral-FieldLabel.is-disabled .coral-FieldLabel-requiredIcon,
.coral--darkest .coral-FormGroup-itemLabel.is-disabled .coral-FieldLabel-requiredIcon {
      color: rgb(92, 92, 92);
    }
.coral--darkest .coral-FieldLabel-requiredIcon {
  color: rgb(124, 124, 124);
}


/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Tags {
  display: inline-block;

  margin: 0;
  padding: 0;
  list-style: none;
}
._coral-Tags-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;

  margin: 4px 4px;
  padding: 0 9px;
  height: 24px;
  max-width: 100%;

  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  transition: border-color 130ms ease-in-out,
    color 130ms ease-in-out,
    box-shadow 130ms ease-in-out,
    background-color 130ms ease-in-out;
}
._coral-Tags-item.is-disabled {
    pointer-events: none;
  }
._coral-Tags-item > ._coral-Icon,
  ._coral-Tags-item > ._coral-Avatar {
    margin-right: 8px;
    margin-left: -2px;
  }
._coral-Tags-item > ._coral-Icon ~ ._coral-Tags-itemLabel, ._coral-Tags-item > ._coral-Avatar ~ ._coral-Tags-itemLabel {
      margin-right: -2px;
    }
._coral-Tags-item ._coral-ClearButton {
    margin-right: -10px;
  }
._coral-Tags-itemLabel {
  height: 100%;
  line-height: 22px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: 12px;
  cursor: default;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.coral--large ._coral-Tags-item {

  margin: 5px 5px;
  padding: 0 12px;
  height: 30px;

  border-width: 1px;
  border-radius: 5px;

  transition: border-color 130ms ease-in-out,
    color 130ms ease-in-out,
    box-shadow 130ms ease-in-out,
    background-color 130ms ease-in-out;
}
.coral--large ._coral-Tags-item > ._coral-Icon,
  .coral--large ._coral-Tags-item > ._coral-Avatar {
    margin-right: 10px;
    margin-left: -3px;
  }
.coral--large ._coral-Tags-item > ._coral-Icon ~ ._coral-Tags-itemLabel, .coral--large ._coral-Tags-item > ._coral-Avatar ~ ._coral-Tags-itemLabel {
      margin-right: -3px;
    }
.coral--large ._coral-Tags-item ._coral-ClearButton {
    margin-right: -13px;
  }
.coral--large ._coral-Tags-itemLabel {
  line-height: 28px;
  font-size: 15px;
}

.coral--light ._coral-Tags-item {
  color: rgb(110, 110, 110);
  background-color: rgb(250, 250, 250);
  border-color: rgb(142, 142, 142);
}
.coral--light ._coral-Tags-item ._coral-ClearButton {
    color: rgb(142, 142, 142);
  }
.coral--light ._coral-Tags-item:hover {
    background-color: rgb(250, 250, 250);
    color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
  }
.coral--light ._coral-Tags-item:hover ._coral-ClearButton {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Tags-item.focus-ring {
    background-color: rgb(250, 250, 250);
    color: rgb(44, 44, 44);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--light ._coral-Tags-item.focus-ring ._coral-ClearButton {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Tags-item.is-invalid {
    color: rgb(110, 110, 110);
    border-color: rgb(215, 55, 63);
  }
.coral--light ._coral-Tags-item.is-invalid ._coral-ClearButton {
      color: rgb(215, 55, 63);
    }
.coral--light ._coral-Tags-item.is-invalid:hover {
      color: rgb(44, 44, 44);
      border-color: rgb(201, 37, 45);
    }
.coral--light ._coral-Tags-item.is-invalid:hover ._coral-ClearButton {
        color: rgb(201, 37, 45);
      }
.coral--light ._coral-Tags-item.is-invalid.focus-ring {
      color: rgb(44, 44, 44);
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--light ._coral-Tags-item.is-invalid.focus-ring ._coral-ClearButton {
        color: rgb(201, 37, 45);
      }
.coral--light ._coral-Tags-item.is-disabled {
    color: rgb(179, 179, 179);
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
  }
.coral--light ._coral-Tags-item.is-disabled ._coral-Avatar {
      opacity: 0.3;
    }
.coral--light ._coral-Tags-item--deletable:hover {
    color: rgb(110, 110, 110);
  }
.coral--light ._coral-Tags-item--deletable:hover ._coral-ClearButton {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Tags-item--deletable:active {
    color: rgb(110, 110, 110);
  }
.coral--light ._coral-Tags-item--deletable:active ._coral-ClearButton {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Tags-item--deletable.is-invalid:hover {
      border-color: rgb(201, 37, 45);
      color: rgb(110, 110, 110);
    }
.coral--light ._coral-Tags-item--deletable.is-invalid:hover ._coral-ClearButton {
        color: rgb(201, 37, 45);
      }
.coral--light ._coral-Tags-item--deletable.is-invalid:active {
      border-color: rgb(187, 18, 26);
      color: rgb(110, 110, 110);
    }
.coral--light ._coral-Tags-item--deletable.is-invalid:active ._coral-ClearButton {
        color: rgb(187, 18, 26);
      }
.coral--light ._coral-Tags-item--deletable.focus-ring {
    color: rgb(110, 110, 110);
  }
.coral--light ._coral-Tags-item--deletable.focus-ring ._coral-ClearButton {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Tags-item--deletable.focus-ring.is-invalid {
      color: rgb(110, 110, 110);
    }
.coral--light ._coral-Tags-item.is-disabled ._coral-ClearButton ._coral-Icon {
    color: rgb(179, 179, 179);
  }

.coral--lightest ._coral-Tags-item {
  color: rgb(116, 116, 116);
  background-color: rgb(255, 255, 255);
  border-color: rgb(149, 149, 149);
}
.coral--lightest ._coral-Tags-item ._coral-ClearButton {
    color: rgb(149, 149, 149);
  }
.coral--lightest ._coral-Tags-item:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(50, 50, 50);
    border-color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Tags-item:hover ._coral-ClearButton {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Tags-item.focus-ring {
    background-color: rgb(255, 255, 255);
    color: rgb(50, 50, 50);
    border-color: rgb(55, 142, 240);
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
  }
.coral--lightest ._coral-Tags-item.focus-ring ._coral-ClearButton {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Tags-item.is-invalid {
    color: rgb(116, 116, 116);
    border-color: rgb(227, 72, 80);
  }
.coral--lightest ._coral-Tags-item.is-invalid ._coral-ClearButton {
      color: rgb(227, 72, 80);
    }
.coral--lightest ._coral-Tags-item.is-invalid:hover {
      color: rgb(50, 50, 50);
      border-color: rgb(215, 55, 63);
    }
.coral--lightest ._coral-Tags-item.is-invalid:hover ._coral-ClearButton {
        color: rgb(215, 55, 63);
      }
.coral--lightest ._coral-Tags-item.is-invalid.focus-ring {
      color: rgb(50, 50, 50);
      border-color: rgb(55, 142, 240);
      box-shadow: 0 0 0 1px rgb(55, 142, 240);
    }
.coral--lightest ._coral-Tags-item.is-invalid.focus-ring ._coral-ClearButton {
        color: rgb(215, 55, 63);
      }
.coral--lightest ._coral-Tags-item.is-disabled {
    color: rgb(188, 188, 188);
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
  }
.coral--lightest ._coral-Tags-item.is-disabled ._coral-Avatar {
      opacity: 0.3;
    }
.coral--lightest ._coral-Tags-item--deletable:hover {
    color: rgb(116, 116, 116);
  }
.coral--lightest ._coral-Tags-item--deletable:hover ._coral-ClearButton {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Tags-item--deletable:active {
    color: rgb(116, 116, 116);
  }
.coral--lightest ._coral-Tags-item--deletable:active ._coral-ClearButton {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Tags-item--deletable.is-invalid:hover {
      border-color: rgb(215, 55, 63);
      color: rgb(116, 116, 116);
    }
.coral--lightest ._coral-Tags-item--deletable.is-invalid:hover ._coral-ClearButton {
        color: rgb(215, 55, 63);
      }
.coral--lightest ._coral-Tags-item--deletable.is-invalid:active {
      border-color: rgb(201, 37, 45);
      color: rgb(116, 116, 116);
    }
.coral--lightest ._coral-Tags-item--deletable.is-invalid:active ._coral-ClearButton {
        color: rgb(201, 37, 45);
      }
.coral--lightest ._coral-Tags-item--deletable.focus-ring {
    color: rgb(116, 116, 116);
  }
.coral--lightest ._coral-Tags-item--deletable.focus-ring ._coral-ClearButton {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Tags-item--deletable.focus-ring.is-invalid {
      color: rgb(116, 116, 116);
    }
.coral--lightest ._coral-Tags-item.is-disabled ._coral-ClearButton ._coral-Icon {
    color: rgb(188, 188, 188);
  }

.coral--dark ._coral-Tags-item {
  color: rgb(185, 185, 185);
  background-color: rgb(47, 47, 47);
  border-color: rgb(144, 144, 144);
}
.coral--dark ._coral-Tags-item ._coral-ClearButton {
    color: rgb(144, 144, 144);
  }
.coral--dark ._coral-Tags-item:hover {
    background-color: rgb(47, 47, 47);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Tags-item:hover ._coral-ClearButton {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Tags-item.focus-ring {
    background-color: rgb(47, 47, 47);
    color: rgb(255, 255, 255);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--dark ._coral-Tags-item.focus-ring ._coral-ClearButton {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Tags-item.is-invalid {
    color: rgb(185, 185, 185);
    border-color: rgb(236, 91, 98);
  }
.coral--dark ._coral-Tags-item.is-invalid ._coral-ClearButton {
      color: rgb(236, 91, 98);
    }
.coral--dark ._coral-Tags-item.is-invalid:hover {
      color: rgb(255, 255, 255);
      border-color: rgb(247, 109, 116);
    }
.coral--dark ._coral-Tags-item.is-invalid:hover ._coral-ClearButton {
        color: rgb(247, 109, 116);
      }
.coral--dark ._coral-Tags-item.is-invalid.focus-ring {
      color: rgb(255, 255, 255);
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--dark ._coral-Tags-item.is-invalid.focus-ring ._coral-ClearButton {
        color: rgb(247, 109, 116);
      }
.coral--dark ._coral-Tags-item.is-disabled {
    color: rgb(110, 110, 110);
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
  }
.coral--dark ._coral-Tags-item.is-disabled ._coral-Avatar {
      opacity: 0.3;
    }
.coral--dark ._coral-Tags-item--deletable:hover {
    color: rgb(185, 185, 185);
  }
.coral--dark ._coral-Tags-item--deletable:hover ._coral-ClearButton {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Tags-item--deletable:active {
    color: rgb(185, 185, 185);
  }
.coral--dark ._coral-Tags-item--deletable:active ._coral-ClearButton {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Tags-item--deletable.is-invalid:hover {
      border-color: rgb(247, 109, 116);
      color: rgb(185, 185, 185);
    }
.coral--dark ._coral-Tags-item--deletable.is-invalid:hover ._coral-ClearButton {
        color: rgb(247, 109, 116);
      }
.coral--dark ._coral-Tags-item--deletable.is-invalid:active {
      border-color: rgb(255, 123, 130);
      color: rgb(185, 185, 185);
    }
.coral--dark ._coral-Tags-item--deletable.is-invalid:active ._coral-ClearButton {
        color: rgb(255, 123, 130);
      }
.coral--dark ._coral-Tags-item--deletable.focus-ring {
    color: rgb(185, 185, 185);
  }
.coral--dark ._coral-Tags-item--deletable.focus-ring ._coral-ClearButton {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Tags-item--deletable.focus-ring.is-invalid {
      color: rgb(185, 185, 185);
    }
.coral--dark ._coral-Tags-item.is-disabled ._coral-ClearButton ._coral-Icon {
    color: rgb(110, 110, 110);
  }

.coral--darkest ._coral-Tags-item {
  color: rgb(162, 162, 162);
  background-color: rgb(26, 26, 26);
  border-color: rgb(124, 124, 124);
}
.coral--darkest ._coral-Tags-item ._coral-ClearButton {
    color: rgb(124, 124, 124);
  }
.coral--darkest ._coral-Tags-item:hover {
    background-color: rgb(26, 26, 26);
    color: rgb(239, 239, 239);
    border-color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Tags-item:hover ._coral-ClearButton {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Tags-item.focus-ring {
    background-color: rgb(26, 26, 26);
    color: rgb(239, 239, 239);
    border-color: rgb(20, 115, 230);
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
  }
.coral--darkest ._coral-Tags-item.focus-ring ._coral-ClearButton {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Tags-item.is-invalid {
    color: rgb(162, 162, 162);
    border-color: rgb(227, 72, 80);
  }
.coral--darkest ._coral-Tags-item.is-invalid ._coral-ClearButton {
      color: rgb(227, 72, 80);
    }
.coral--darkest ._coral-Tags-item.is-invalid:hover {
      color: rgb(239, 239, 239);
      border-color: rgb(236, 91, 98);
    }
.coral--darkest ._coral-Tags-item.is-invalid:hover ._coral-ClearButton {
        color: rgb(236, 91, 98);
      }
.coral--darkest ._coral-Tags-item.is-invalid.focus-ring {
      color: rgb(239, 239, 239);
      border-color: rgb(20, 115, 230);
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }
.coral--darkest ._coral-Tags-item.is-invalid.focus-ring ._coral-ClearButton {
        color: rgb(236, 91, 98);
      }
.coral--darkest ._coral-Tags-item.is-disabled {
    color: rgb(92, 92, 92);
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
  }
.coral--darkest ._coral-Tags-item.is-disabled ._coral-Avatar {
      opacity: 0.3;
    }
.coral--darkest ._coral-Tags-item--deletable:hover {
    color: rgb(162, 162, 162);
  }
.coral--darkest ._coral-Tags-item--deletable:hover ._coral-ClearButton {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Tags-item--deletable:active {
    color: rgb(162, 162, 162);
  }
.coral--darkest ._coral-Tags-item--deletable:active ._coral-ClearButton {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Tags-item--deletable.is-invalid:hover {
      border-color: rgb(236, 91, 98);
      color: rgb(162, 162, 162);
    }
.coral--darkest ._coral-Tags-item--deletable.is-invalid:hover ._coral-ClearButton {
        color: rgb(236, 91, 98);
      }
.coral--darkest ._coral-Tags-item--deletable.is-invalid:active {
      border-color: rgb(247, 109, 116);
      color: rgb(162, 162, 162);
    }
.coral--darkest ._coral-Tags-item--deletable.is-invalid:active ._coral-ClearButton {
        color: rgb(247, 109, 116);
      }
.coral--darkest ._coral-Tags-item--deletable.focus-ring {
    color: rgb(162, 162, 162);
  }
.coral--darkest ._coral-Tags-item--deletable.focus-ring ._coral-ClearButton {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Tags-item--deletable.focus-ring.is-invalid {
      color: rgb(162, 162, 162);
    }
.coral--darkest ._coral-Tags-item.is-disabled ._coral-ClearButton ._coral-Icon {
    color: rgb(92, 92, 92);
  }

._coral-Label {
  display: inline-block;
  position: relative;

  width: auto;

  padding: 4px 10px;

  border-radius: 4px;

  font-size: 12px;
  line-height: 1.5;

  cursor: default;

  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
}
._coral-Label--large {
  font-size: 14px;
  padding: 8px 12px;
}
._coral-Label--small {
  font-size: 11px;
  padding: 3px 7px;
}

.coral--large ._coral-Label {

  padding: 5px 13px;

  border-radius: 5px;

  font-size: 15px;
  line-height: 1.5;
}
.coral--large ._coral-Label--large {
  font-size: 18px;
  padding: 10px 15px;
}
.coral--large ._coral-Label--small {
  font-size: 13px;
  padding: 4px 9px;
}

.coral--light ._coral-Label {
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Label--inactive,
.coral--light ._coral-Label--grey {
  background-color: rgb(116, 116, 116);
}
.coral--light ._coral-Label--red {
  background-color: rgb(215, 55, 63);
}
.coral--light ._coral-Label--orange,
.coral--light ._coral-Label--or {
  background-color: rgb(218, 123, 17);
}
.coral--light ._coral-Label--yellow {
  background-color: rgb(223, 191, 0);
}
.coral--light ._coral-Label--seafoam  {
  background-color: rgb(27, 149, 154);
}
.coral--light ._coral-Label--green {
  background-color: rgb(38, 142, 108);
}
.coral--light ._coral-Label--blue,
.coral--light ._coral-Label--active,
.coral--light ._coral-Label--and  {
  background-color: rgb(20, 115, 230);
}
.coral--light ._coral-Label--fuchsia  {
  background-color: rgb(192, 56, 204);
}

.coral--lightest ._coral-Label {
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Label--inactive,
.coral--lightest ._coral-Label--grey {
  background-color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Label--red {
  background-color: rgb(215, 55, 63);
}
.coral--lightest ._coral-Label--orange,
.coral--lightest ._coral-Label--or {
  background-color: rgb(218, 123, 17);
}
.coral--lightest ._coral-Label--yellow {
  background-color: rgb(237, 204, 0);
}
.coral--lightest ._coral-Label--seafoam  {
  background-color: rgb(32, 163, 168);
}
.coral--lightest ._coral-Label--green {
  background-color: rgb(38, 142, 108);
}
.coral--lightest ._coral-Label--blue,
.coral--lightest ._coral-Label--active,
.coral--lightest ._coral-Label--and  {
  background-color: rgb(20, 115, 230);
}
.coral--lightest ._coral-Label--fuchsia  {
  background-color: rgb(207, 62, 220);
}

.coral--dark ._coral-Label {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Label--inactive,
.coral--dark ._coral-Label--grey {
  background-color: rgb(116, 116, 116);
}
.coral--dark ._coral-Label--red {
  background-color: rgb(215, 55, 63);
}
.coral--dark ._coral-Label--orange,
.coral--dark ._coral-Label--or {
  background-color: rgb(218, 123, 17);
}
.coral--dark ._coral-Label--yellow {
  background-color: rgb(223, 191, 0);
}
.coral--dark ._coral-Label--seafoam  {
  background-color: rgb(27, 149, 154);
}
.coral--dark ._coral-Label--green {
  background-color: rgb(38, 142, 108);
}
.coral--dark ._coral-Label--blue,
.coral--dark ._coral-Label--active,
.coral--dark ._coral-Label--and  {
  background-color: rgb(20, 115, 230);
}
.coral--dark ._coral-Label--fuchsia  {
  background-color: rgb(192, 56, 204);
}

.coral--darkest ._coral-Label {
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Label--inactive,
.coral--darkest ._coral-Label--grey {
  background-color: rgb(116, 116, 116);
}
.coral--darkest ._coral-Label--red {
  background-color: rgb(215, 55, 63);
}
.coral--darkest ._coral-Label--orange,
.coral--darkest ._coral-Label--or {
  background-color: rgb(218, 123, 17);
}
.coral--darkest ._coral-Label--yellow {
  background-color: rgb(210, 178, 0);
}
.coral--darkest ._coral-Label--seafoam  {
  background-color: rgb(22, 135, 140);
}
.coral--darkest ._coral-Label--green {
  background-color: rgb(38, 142, 108);
}
.coral--darkest ._coral-Label--blue,
.coral--darkest ._coral-Label--active,
.coral--darkest ._coral-Label--and  {
  background-color: rgb(20, 115, 230);
}
.coral--darkest ._coral-Label--fuchsia  {
  background-color: rgb(177, 48, 189);
}

._coral-Tags-item--multiline {
  height: auto;
}
._coral-Label {
  margin: calc(8px / 2);
}
._coral-Tags-itemLabel {
  white-space: normal;
}
.coral--light ._coral-Tags-item--quiet,
.coral--light ._coral-Tags-item--quiet:hover {
  border-color: transparent;
  background-color: transparent;
}
.coral--light ._coral-Tags-item--quiet.focus-ring {
  background-color: transparent;
}
.coral--lightest ._coral-Tags-item--quiet,
.coral--lightest ._coral-Tags-item--quiet:hover {
  border-color: transparent;
  background-color: transparent;
}
.coral--lightest ._coral-Tags-item--quiet.focus-ring {
  background-color: transparent;
}
.coral--dark ._coral-Tags-item--quiet,
.coral--dark ._coral-Tags-item--quiet:hover {
  border-color: transparent;
  background-color: transparent;
}
.coral--dark ._coral-Tags-item--quiet.focus-ring {
  background-color: transparent;
}
.coral--darkest ._coral-Tags-item--quiet,
.coral--darkest ._coral-Tags-item--quiet:hover {
  border-color: transparent;
  background-color: transparent;
}
.coral--darkest ._coral-Tags-item--quiet.focus-ring {
  background-color: transparent;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-CircleLoader--indeterminate-fill-submask-2 {
  animation: 1s infinite linear spectrum-fill-mask-2;
}
@keyframes spectrum-fill-mask-1 {
  0% {
    transform: rotate(90deg);
  }

  1.69% {
    transform: rotate(72.3deg);
  }

  3.39% {
    transform: rotate(55.5deg);
  }

  5.08% {
    transform: rotate(40.3deg);
  }

  6.78% {
    transform: rotate(25deg);
  }

  8.47% {
    transform: rotate(10.6deg);
  }

  10.17% {
    transform: rotate(0deg);
  }

  11.86% {
    transform: rotate(0deg);
  }

  13.56% {
    transform: rotate(0deg);
  }

  15.25% {
    transform: rotate(0deg);
  }

  16.95% {
    transform: rotate(0deg);
  }

  18.64% {
    transform: rotate(0deg);
  }

  20.34% {
    transform: rotate(0deg);
  }

  22.03% {
    transform: rotate(0deg);
  }

  23.73% {
    transform: rotate(0deg);
  }

  25.42% {
    transform: rotate(0deg);
  }

  27.12% {
    transform: rotate(0deg);
  }

  28.81% {
    transform: rotate(0deg);
  }

  30.51% {
    transform: rotate(0deg);
  }

  32.2% {
    transform: rotate(0deg);
  }

  33.9% {
    transform: rotate(0deg);
  }

  35.59% {
    transform: rotate(0deg);
  }

  37.29% {
    transform: rotate(0deg);
  }

  38.98% {
    transform: rotate(0deg);
  }

  40.68% {
    transform: rotate(0deg);
  }

  42.37% {
    transform: rotate(5.3deg);
  }

  44.07% {
    transform: rotate(13.4deg);
  }

  45.76% {
    transform: rotate(20.6deg);
  }

  47.46% {
    transform: rotate(29deg);
  }

  49.15% {
    transform: rotate(36.5deg);
  }

  50.85% {
    transform: rotate(42.6deg);
  }

  52.54% {
    transform: rotate(48.8deg);
  }

  54.24% {
    transform: rotate(54.2deg);
  }

  55.93% {
    transform: rotate(59.4deg);
  }

  57.63% {
    transform: rotate(63.2deg);
  }

  59.32% {
    transform: rotate(67.2deg);
  }

  61.02% {
    transform: rotate(70.8deg);
  }

  62.71% {
    transform: rotate(73.8deg);
  }

  64.41% {
    transform: rotate(76.2deg);
  }

  66.1% {
    transform: rotate(78.7deg);
  }

  67.8% {
    transform: rotate(80.6deg);
  }

  69.49% {
    transform: rotate(82.6deg);
  }

  71.19% {
    transform: rotate(83.7deg);
  }

  72.88% {
    transform: rotate(85deg);
  }

  74.58% {
    transform: rotate(86.3deg);
  }

  76.27% {
    transform: rotate(87deg);
  }

  77.97% {
    transform: rotate(87.7deg);
  }

  79.66% {
    transform: rotate(88.3deg);
  }

  81.36% {
    transform: rotate(88.6deg);
  }

  83.05% {
    transform: rotate(89.2deg);
  }

  84.75% {
    transform: rotate(89.2deg);
  }

  86.44% {
    transform: rotate(89.5deg);
  }

  88.14% {
    transform: rotate(89.9deg);
  }

  89.83% {
    transform: rotate(89.7deg);
  }

  91.53% {
    transform: rotate(90.1deg);
  }

  93.22% {
    transform: rotate(90.2deg);
  }

  94.92% {
    transform: rotate(90.1deg);
  }

  96.61% {
    transform: rotate(90deg);
  }

  98.31% {
    transform: rotate(89.8deg);
  }

  100% {
    transform: rotate(90deg);
  }
}
@keyframes spectrum-fill-mask-2 {
  0% {
    transform: rotate(180deg);
  }

  1.69% {
    transform: rotate(180deg);
  }

  3.39% {
    transform: rotate(180deg);
  }

  5.08% {
    transform: rotate(180deg);
  }

  6.78% {
    transform: rotate(180deg);
  }

  8.47% {
    transform: rotate(180deg);
  }

  10.17% {
    transform: rotate(179.2deg);
  }

  11.86% {
    transform: rotate(164deg);
  }

  13.56% {
    transform: rotate(151.8deg);
  }

  15.25% {
    transform: rotate(140.8deg);
  }

  16.95% {
    transform: rotate(130.3deg);
  }

  18.64% {
    transform: rotate(120.4deg);
  }

  20.34% {
    transform: rotate(110.8deg);
  }

  22.03% {
    transform: rotate(101.6deg);
  }

  23.73% {
    transform: rotate(93.5deg);
  }

  25.42% {
    transform: rotate(85.4deg);
  }

  27.12% {
    transform: rotate(78.1deg);
  }

  28.81% {
    transform: rotate(71.2deg);
  }

  30.51% {
    transform: rotate(89.1deg);
  }

  32.2% {
    transform: rotate(105.5deg);
  }

  33.9% {
    transform: rotate(121.3deg);
  }

  35.59% {
    transform: rotate(135.5deg);
  }

  37.29% {
    transform: rotate(148.4deg);
  }

  38.98% {
    transform: rotate(161deg);
  }

  40.68% {
    transform: rotate(173.5deg);
  }

  42.37% {
    transform: rotate(180deg);
  }

  44.07% {
    transform: rotate(180deg);
  }

  45.76% {
    transform: rotate(180deg);
  }

  47.46% {
    transform: rotate(180deg);
  }

  49.15% {
    transform: rotate(180deg);
  }

  50.85% {
    transform: rotate(180deg);
  }

  52.54% {
    transform: rotate(180deg);
  }

  54.24% {
    transform: rotate(180deg);
  }

  55.93% {
    transform: rotate(180deg);
  }

  57.63% {
    transform: rotate(180deg);
  }

  59.32% {
    transform: rotate(180deg);
  }

  61.02% {
    transform: rotate(180deg);
  }

  62.71% {
    transform: rotate(180deg);
  }

  64.41% {
    transform: rotate(180deg);
  }

  66.1% {
    transform: rotate(180deg);
  }

  67.8% {
    transform: rotate(180deg);
  }

  69.49% {
    transform: rotate(180deg);
  }

  71.19% {
    transform: rotate(180deg);
  }

  72.88% {
    transform: rotate(180deg);
  }

  74.58% {
    transform: rotate(180deg);
  }

  76.27% {
    transform: rotate(180deg);
  }

  77.97% {
    transform: rotate(180deg);
  }

  79.66% {
    transform: rotate(180deg);
  }

  81.36% {
    transform: rotate(180deg);
  }

  83.05% {
    transform: rotate(180deg);
  }

  84.75% {
    transform: rotate(180deg);
  }

  86.44% {
    transform: rotate(180deg);
  }

  88.14% {
    transform: rotate(180deg);
  }

  89.83% {
    transform: rotate(180deg);
  }

  91.53% {
    transform: rotate(180deg);
  }

  93.22% {
    transform: rotate(180deg);
  }

  94.92% {
    transform: rotate(180deg);
  }

  96.61% {
    transform: rotate(180deg);
  }

  98.31% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}
@keyframes spectrum-fills-rotate {
  0% {transform: rotate(-90deg)}
  100% {transform: rotate(270deg)}
}
._coral-CircleLoader {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  direction: ltr;
}
._coral-CircleLoader-track {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-style: solid;
  border-width: 3px;
  border-radius: 32px;
}
._coral-CircleLoader-fills {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._coral-CircleLoader-fill {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-style: solid;
  border-width: 3px;
  border-radius: 32px;
}
._coral-CircleLoader-fillMask1,
._coral-CircleLoader-fillMask2 {
  width: 50%;
  height: 100%;
  transform-origin: 100% center;
  transform: rotate(180deg);
  overflow: hidden;
  position: absolute;
}
._coral-CircleLoader-fillSubMask1,
._coral-CircleLoader-fillSubMask2 {
  width: 100%;
  height: 100%;
  transform-origin: 100% center;
  overflow: hidden;
  transform: rotate(-180deg);
}
._coral-CircleLoader-fillMask2 {
  transform: rotate(0deg);
}
._coral-CircleLoader--small {
  width: 16px;
  height: 16px;
}
._coral-CircleLoader--small ._coral-CircleLoader-track,._coral-CircleLoader--small ._coral-CircleLoader-fill {
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 2px;
    border-radius: 16px;
  }
._coral-CircleLoader--large {
  width: 64px;
  height: 64px;
}
._coral-CircleLoader--large ._coral-CircleLoader-track,._coral-CircleLoader--large ._coral-CircleLoader-fill {
    width: 64px;
    height: 64px;
    border-style: solid;
    border-width: 4px;
    border-radius: 64px;
  }
._coral-CircleLoader--indeterminate ._coral-CircleLoader-fills {
    will-change: transform;
    transform: translateZ(0);
    animation: 1s infinite cubic-bezier(.25,.78,.48,.89) spectrum-fills-rotate;
    transform-origin: center;
  }
._coral-CircleLoader--indeterminate ._coral-CircleLoader-fillSubMask1 {
    will-change: transform;
    transform: translateZ(0);
    animation: 1s infinite linear spectrum-fill-mask-1;
  }
._coral-CircleLoader--indeterminate ._coral-CircleLoader-fillSubMask2 {
    will-change: transform;
    transform: translateZ(0);
    animation: 1s infinite linear spectrum-fill-mask-2;
  }

.coral--large ._coral-CircleLoader {
  width: 32px;
  height: 32px;
}
.coral--large ._coral-CircleLoader-track,.coral--large ._coral-CircleLoader-fill {
  width: 32px;
  height: 32px;
  border-width: 4px;
  border-radius: 32px;
}
.coral--large ._coral-CircleLoader--small {
  width: 16px;
  height: 16px;
}
.coral--large ._coral-CircleLoader--small ._coral-CircleLoader-track,.coral--large ._coral-CircleLoader--small ._coral-CircleLoader-fill {
    width: 16px;
    height: 16px;
    border-width: 3px;
    border-radius: 16px;
  }
.coral--large ._coral-CircleLoader--large {
  width: 80px;
  height: 80px;
}
.coral--large ._coral-CircleLoader--large ._coral-CircleLoader-track,.coral--large ._coral-CircleLoader--large ._coral-CircleLoader-fill {
    width: 80px;
    height: 80px;
    border-width: 5px;
    border-radius: 80px;
  }

.coral--light ._coral-CircleLoader-track {
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-CircleLoader-fill {
  border-color: rgb(20, 115, 230);
}
.coral--light ._coral-CircleLoader--overBackground ._coral-CircleLoader-track {
    border-color: rgba(255,255,255,0.2);
  }
.coral--light ._coral-CircleLoader--overBackground ._coral-CircleLoader-fill {
    border-color: rgb(255, 255, 255);
  }
.coral--light ._coral-CircleLoader--indeterminate._coral-CircleLoader--overBackground ._coral-CircleLoader-track {
    border-color: rgba(255,255,255,0.2);
  }
.coral--light ._coral-CircleLoader--indeterminate._coral-CircleLoader--overBackground ._coral-CircleLoader-fill {
    border-color: rgb(255, 255, 255);
  }

.coral--lightest ._coral-CircleLoader-track {
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-CircleLoader-fill {
  border-color: rgb(38, 128, 235);
}
.coral--lightest ._coral-CircleLoader--overBackground ._coral-CircleLoader-track {
    border-color: rgba(255,255,255,0.2);
  }
.coral--lightest ._coral-CircleLoader--overBackground ._coral-CircleLoader-fill {
    border-color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-CircleLoader--indeterminate._coral-CircleLoader--overBackground ._coral-CircleLoader-track {
    border-color: rgba(255,255,255,0.2);
  }
.coral--lightest ._coral-CircleLoader--indeterminate._coral-CircleLoader--overBackground ._coral-CircleLoader-fill {
    border-color: rgb(255, 255, 255);
  }

.coral--dark ._coral-CircleLoader-track {
  border-color: rgb(74, 74, 74);
}
.coral--dark ._coral-CircleLoader-fill {
  border-color: rgb(55, 142, 240);
}
.coral--dark ._coral-CircleLoader--overBackground ._coral-CircleLoader-track {
    border-color: rgba(255,255,255,0.2);
  }
.coral--dark ._coral-CircleLoader--overBackground ._coral-CircleLoader-fill {
    border-color: rgb(255, 255, 255);
  }
.coral--dark ._coral-CircleLoader--indeterminate._coral-CircleLoader--overBackground ._coral-CircleLoader-track {
    border-color: rgba(255,255,255,0.2);
  }
.coral--dark ._coral-CircleLoader--indeterminate._coral-CircleLoader--overBackground ._coral-CircleLoader-fill {
    border-color: rgb(255, 255, 255);
  }

.coral--darkest ._coral-CircleLoader-track {
  border-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-CircleLoader-fill {
  border-color: rgb(38, 128, 235);
}
.coral--darkest ._coral-CircleLoader--overBackground ._coral-CircleLoader-track {
    border-color: rgba(255,255,255,0.2);
  }
.coral--darkest ._coral-CircleLoader--overBackground ._coral-CircleLoader-fill {
    border-color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-CircleLoader--indeterminate._coral-CircleLoader--overBackground ._coral-CircleLoader-track {
    border-color: rgba(255,255,255,0.2);
  }
.coral--darkest ._coral-CircleLoader--indeterminate._coral-CircleLoader--overBackground ._coral-CircleLoader-fill {
    border-color: rgb(255, 255, 255);
  }

._coral-CircleLoader--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: calc(-32px / 2);
  margin-top: calc(-32px / 2);
}
._coral-CircleLoader--centered._coral-CircleLoader--small {
  margin-left: calc(-16px / 2);
  margin-top: calc(-16px / 2);
}
._coral-CircleLoader--centered._coral-CircleLoader--large {
  margin-left: calc(-64px / 2);
  margin-top: calc(-64px / 2);
}
._coral-CircleLoader--centered._coral-CircleLoader--fullpage {
  margin-left: calc(-64px / 2);
  margin-top: calc(-64px / 2);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Menu {
  display: inline-block;

  box-sizing: border-box;

  margin: 4px 0;
  padding: 0;

  list-style-type: none;

  overflow: auto;
}
._coral-Menu > ._coral-Menu-sectionHeading {
    margin-top: 3px;
    margin-bottom: 3px;
  }
._coral-Menu.is-selectable ._coral-Menu-item {
      padding-right: 32px;
    }
._coral-Menu.is-selectable ._coral-Menu-item.is-selected {
        padding-right: 11px;
      }
._coral-Menu-checkmark {
  transform: scale(1);
  opacity: 1;
}
._coral-Menu-item {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;

  box-sizing: border-box;

  padding: 7px 12px 7px 10px;

  margin: 0;

  border-left: 2px solid transparent;

  min-height: 32px;

  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
._coral-Menu-item:focus {
    outline: none;
  }
._coral-Menu-item.is-selected {
    padding-right: 11px;
  }
._coral-Menu-item.is-selected ._coral-Menu-checkmark {
      display: block;
    }
._coral-Menu-item ._coral-Icon,
  ._coral-Menu-item ._coral-Menu-itemIcon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
._coral-Menu-item ._coral-Icon + ._coral-Menu-itemLabel,
  ._coral-Menu-item ._coral-Menu-itemIcon  + ._coral-Menu-itemLabel {
    margin-left: 8px;

    width: calc(100% - 50px);
  }
._coral-Menu-itemLabel {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  line-height: 1.3;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  width: calc(100% - 24px);
}
._coral-Menu-itemLabel--wrapping {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
._coral-Menu-checkmark {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
._coral-Menu-checkmark,
._coral-Menu-chevron {
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 12px;
  margin-top: 4px;
}
._coral-Menu-divider {
  box-sizing: content-box;
  overflow: visible;

  height: 2px;
  margin: 1.5px 12px;
  padding: 0 0;
  border: none;
}
._coral-Menu-sectionHeading {
  display: block;
  margin: 6px 0 0 0;
  padding: 0 36px 0 12px;

  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
._coral-Menu ._coral-Menu {
  display: block;
}

.coral--large ._coral-Menu {

  margin: 5px 0;
}
.coral--large ._coral-Menu > ._coral-Menu-sectionHeading {
    margin-top: 4px;
    margin-bottom: 4px;
  }
.coral--large ._coral-Menu.is-selectable ._coral-Menu-item {
      padding-right: 41px;
    }
.coral--large ._coral-Menu.is-selectable ._coral-Menu-item.is-selected {
        padding-right: 11px;
      }
.coral--large ._coral-Menu-item {

  padding: 9px 12px 9px 10px;

  border-left: 2px solid transparent;

  min-height: 48px;

  font-size: 17px;
  font-weight: 400;
}
.coral--large ._coral-Menu-item.is-selected {
    padding-right: 11px;
  }
.coral--large ._coral-Menu-item ._coral-Icon + ._coral-Menu-itemLabel,
  .coral--large ._coral-Menu-item ._coral-Menu-itemIcon  + ._coral-Menu-itemLabel {
    margin-left: 10px;

    width: calc(100% - 63px);
  }
.coral--large ._coral-Menu-itemLabel {
  line-height: 1.3;
  width: calc(100% - 31px);
}
.coral--large ._coral-Menu-checkmark,
.coral--large ._coral-Menu-chevron {
  margin-left: 15px;
  margin-top: 5px;
}
.coral--large ._coral-Menu-divider {

  height: 2px;
  margin: 1.5px 12px;
}
.coral--large ._coral-Menu-sectionHeading {
  margin: 8px 0 0 0;
  padding: 0 45px 0 15px;

  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.coral--light ._coral-Menu {
  background-color: transparent;
}
.coral--light ._coral-Menu-item {
  background-color: transparent;
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Menu-item.focus-ring,
.coral--light ._coral-Menu-item.is-focused {
    background-color: rgba(44,44,44,0.04);
    color: rgb(75, 75, 75);
    border-left-color: rgb(38, 128, 235);
  }
.coral--light ._coral-Menu-item:hover,
.coral--light ._coral-Menu-item:focus,
.coral--light ._coral-Menu-item.is-highlighted,
.coral--light ._coral-Menu-item.is-open {
    background-color: rgba(44,44,44,0.04);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Menu-item.is-selected {
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Menu-item.is-selected ._coral-Menu-checkmark {
      color: rgb(20, 115, 230);
    }
.coral--light ._coral-Menu-item .is-active,
.coral--light ._coral-Menu-item:active {
    background-color: rgba(44,44,44,0.04);
  }
.coral--light ._coral-Menu-item.is-disabled {
    background-color: transparent;
    background-image: none;
    color: rgb(179, 179, 179);
    cursor: default;
  }
.coral--light ._coral-Menu-sectionHeading {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Menu-divider {
  background-color: rgb(245, 245, 245);
}

.coral--lightest ._coral-Menu {
  background-color: transparent;
}
.coral--lightest ._coral-Menu-item {
  background-color: transparent;
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Menu-item.focus-ring,
.coral--lightest ._coral-Menu-item.is-focused {
    background-color: rgba(50,50,50,0.04);
    color: rgb(80, 80, 80);
    border-left-color: rgb(55, 142, 240);
  }
.coral--lightest ._coral-Menu-item:hover,
.coral--lightest ._coral-Menu-item:focus,
.coral--lightest ._coral-Menu-item.is-highlighted,
.coral--lightest ._coral-Menu-item.is-open {
    background-color: rgba(50,50,50,0.04);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Menu-item.is-selected {
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Menu-item.is-selected ._coral-Menu-checkmark {
      color: rgb(38, 128, 235);
    }
.coral--lightest ._coral-Menu-item .is-active,
.coral--lightest ._coral-Menu-item:active {
    background-color: rgba(50,50,50,0.04);
  }
.coral--lightest ._coral-Menu-item.is-disabled {
    background-color: transparent;
    background-image: none;
    color: rgb(188, 188, 188);
    cursor: default;
  }
.coral--lightest ._coral-Menu-sectionHeading {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Menu-divider {
  background-color: rgb(255, 255, 255);
}

.coral--dark ._coral-Menu {
  background-color: transparent;
}
.coral--dark ._coral-Menu-item {
  background-color: transparent;
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-Menu-item.focus-ring,
.coral--dark ._coral-Menu-item.is-focused {
    background-color: rgba(255,255,255,0.06);
    color: rgb(227, 227, 227);
    border-left-color: rgb(38, 128, 235);
  }
.coral--dark ._coral-Menu-item:hover,
.coral--dark ._coral-Menu-item:focus,
.coral--dark ._coral-Menu-item.is-highlighted,
.coral--dark ._coral-Menu-item.is-open {
    background-color: rgba(255,255,255,0.06);
    color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Menu-item.is-selected {
    color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Menu-item.is-selected ._coral-Menu-checkmark {
      color: rgb(55, 142, 240);
    }
.coral--dark ._coral-Menu-item .is-active,
.coral--dark ._coral-Menu-item:active {
    background-color: rgba(255,255,255,0.06);
  }
.coral--dark ._coral-Menu-item.is-disabled {
    background-color: transparent;
    background-image: none;
    color: rgb(110, 110, 110);
    cursor: default;
  }
.coral--dark ._coral-Menu-sectionHeading {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Menu-divider {
  background-color: rgb(50, 50, 50);
}

.coral--darkest ._coral-Menu {
  background-color: transparent;
}
.coral--darkest ._coral-Menu-item {
  background-color: transparent;
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-Menu-item.focus-ring,
.coral--darkest ._coral-Menu-item.is-focused {
    background-color: rgba(239,239,239,0.08);
    color: rgb(200, 200, 200);
    border-left-color: rgb(20, 115, 230);
  }
.coral--darkest ._coral-Menu-item:hover,
.coral--darkest ._coral-Menu-item:focus,
.coral--darkest ._coral-Menu-item.is-highlighted,
.coral--darkest ._coral-Menu-item.is-open {
    background-color: rgba(239,239,239,0.08);
    color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Menu-item.is-selected {
    color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Menu-item.is-selected ._coral-Menu-checkmark {
      color: rgb(38, 128, 235);
    }
.coral--darkest ._coral-Menu-item .is-active,
.coral--darkest ._coral-Menu-item:active {
    background-color: rgba(239,239,239,0.08);
  }
.coral--darkest ._coral-Menu-item.is-disabled {
    background-color: transparent;
    background-image: none;
    color: rgb(92, 92, 92);
    cursor: default;
  }
.coral--darkest ._coral-Menu-sectionHeading {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Menu-divider {
  background-color: rgb(30, 30, 30);
}

.coral-List-item + .coral-List-item {
  margin-top: 6px;
}
.coral-List {
  margin: 0;
}
.coral-List--minimal {
  list-style: none;
  padding: 0;
}
.coral-List--minimal > .coral-List-item {
  padding: 0;
  margin: 0;
}
.coral-List--condensed {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coral-List--condensed > .coral-List-item {
  display: inline-block;
  margin-right: 4px;
}
.coral-List--condensed > .coral-List-item:after {
  content: ",";
}
.coral-List--condensed > .coral-List-item:nth-last-of-type(1):after {
  content: "";
}
._coral-Menu {
  display: block;
}
._coral-ButtonList-item {
  text-align: left;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
._coral-AnchorList-item {
  text-decoration: none;
}
._coral-Menu-divider {
  display: list-item;
}
._coral-SelectList-group:before {
  display: block;
  margin: 6px 0 0 0;
  padding: 0 36px 0 12px;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  content: attr(label);
}
._coral-SelectList-loading {
  position: relative;
  height: 32px;
}
@media (forced-colors: active) {
  ._coral-Menu-item.focus-ring,
  ._coral-Menu-item.is-focused {
    border: 1px solid #000;
    box-sizing: border-box;
  }
}
.coral--light ._coral-SelectList-group:before {
  color: rgb(110, 110, 110);
}
.coral--lightest ._coral-SelectList-group:before {
  color: rgb(116, 116, 116);
}
.coral--dark ._coral-SelectList-group:before {
  color: rgb(185, 185, 185);
}
.coral--darkest ._coral-SelectList-group:before {
  color: rgb(162, 162, 162);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Underlay {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
._coral-Underlay.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
._coral-Underlay {

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  overflow: hidden;
  transition: opacity 190ms cubic-bezier(0.5, 0, 1, 1) 160ms,
              visibility 0ms linear 350ms;
}
._coral-Underlay.is-open {
  transition: opacity 300ms cubic-bezier(0, 0, 0.40, 1) 0ms;
}

.coral--large ._coral-Underlay {

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;
  transition: opacity 190ms cubic-bezier(0.5, 0, 1, 1) 160ms,
              visibility 0ms linear 350ms;
}
.coral--large ._coral-Underlay.is-open {
  transition: opacity 300ms cubic-bezier(0, 0, 0.40, 1) 0ms;
}

.coral--light ._coral-Underlay,.coral--lightest ._coral-Underlay {
  background: rgba(0,0,0,0.4);
}

.coral--dark ._coral-Underlay {
  background: rgba(0,0,0,0.5);
}

.coral--darkest ._coral-Underlay {
  background: rgba(0,0,0,0.6);
}


/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
coral-overlay {
  display: none;
}
coral-overlay[open] {
  display: block;
}
._coral-Overlay:focus {
  outline: none;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Dialog {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
._coral-Dialog.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
._coral-Dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateY(20px);
  z-index: 2;
  box-sizing: border-box;
  max-width: 90vw;
  max-height: 90vh;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 288px;

  padding: 40px;

  border-radius: 4px;
  outline: none;
  transition: opacity 130ms cubic-bezier(.50, 0, 1, 1) 0ms,
              visibility 0ms linear 130ms,
              transform 0ms linear 130ms;
}
._coral-Dialog.is-open {
    transition: transform 250ms cubic-bezier(0, 0, 0.40, 1) 160ms,
                opacity 250ms cubic-bezier(0, 0, 0.40, 1) 160ms;

    transform: translate(-50%, calc(-50% + -2vh));
  }
._coral-Dialog ._coral-Dialog-closeButton {
    display: none;
  }
._coral-Dialog--small {
  width: 400px;
}
._coral-Dialog--medium {
  width: 480px;
}
._coral-Dialog--large {
  width: 640px;
}
._coral-Dialog-hero {
  height: 128px;

  margin-left: -40px;
  margin-right: -40px;
  margin-top: -40px;
  margin-bottom: 40px;

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;

  background-size: cover;
  background-position: center center;
}
._coral-Dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;

  position: relative;
  box-sizing: border-box;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;

  border-radius: 4px 4px 0 0;
  outline: none;

  padding-bottom: 30px;
}
._coral-Dialog-header::after {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    content: '';

    height: 2px;
  }
._coral-Dialog-wrapper {
  position: fixed;
  left: 0;
  top: 0;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;

  box-sizing: border-box;
  width: 100%;
  height: 100%;

  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  transition: visibility 0ms linear 130ms;
}
._coral-Dialog-wrapper.is-open {
    visibility: visible;
  }
._coral-Dialog-wrapper ._coral-Dialog:not(._coral-Dialog--fullscreen):not(._coral-Dialog--fullscreenTakeover) {
    pointer-events: auto;

    position: relative;
    left: auto;
    top: auto;
    transform: translateY(20px);
    margin-top: -2vh;
  }
._coral-Dialog-wrapper ._coral-Dialog:not(._coral-Dialog--fullscreen):not(._coral-Dialog--fullscreenTakeover).is-open {
      transform: translateY(0);
    }
@media
only screen and (max-device-width: 400px), only screen and (max-device-height: 350px) {
  ._coral-Dialog--responsive {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
    ._coral-Dialog-wrapper ._coral-Dialog--responsive {
      margin-top: 0;
    }
}
._coral-Dialog--noDivider ._coral-Dialog-header::after {
      display: none;
    }
._coral-Dialog--dismissible ._coral-Dialog-footer {
    display: none;
  }
._coral-Dialog--dismissible ._coral-Dialog-closeButton {
    display: initial;
  }
._coral-Dialog-closeButton {
  position: absolute;
  top: -28px;
  right: -28px;
}
._coral-Dialog-typeIcon {
  display: block;
  margin-left: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
._coral-Dialog-content {
  display: block;
  box-sizing: border-box;

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  -ms-flex: 1 1 auto;

      flex: 1 1 auto;

  outline: none;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ._coral-Dialog-content {
    max-height: 70vh;
  }
}
._coral-Dialog-footer {
  border-radius: 0 0 4px 4px;
  padding-top: 28px;

  -ms-flex: 0 1 auto;

      flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;

  outline: none;

  margin: -8px;
  margin-top: 0;
}
._coral-Dialog-footer > *,
  ._coral-Dialog-footer > ._coral-Button + ._coral-Button {
    margin: 8px;
  }
._coral-Dialog-title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;

  margin: 0;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;

  outline: none;
}
._coral-Dialog--alert {
  width: 480px;
}
._coral-Dialog--fullscreen {
  left: 32px;
  top: 32px;
  right: 32px;
  bottom: 32px;

  transform: translate(0, 20px);
}
._coral-Dialog--fullscreen.is-open {
    transform: translate(0, 0);
  }
._coral-Dialog--fullscreen,
._coral-Dialog--fullscreenTakeover {
  width: auto;
  max-height: none;
  max-width: none;

  padding-top: 30px;
}
._coral-Dialog--fullscreen ._coral-Dialog-header, ._coral-Dialog--fullscreenTakeover ._coral-Dialog-header {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
._coral-Dialog--fullscreen ._coral-Dialog-title, ._coral-Dialog--fullscreenTakeover ._coral-Dialog-title {
    font-size: 28px;
    font-weight: 100;
  }
._coral-Dialog--fullscreen ._coral-Dialog-content, ._coral-Dialog--fullscreenTakeover ._coral-Dialog-content {
    max-height: none;
  }
._coral-Dialog--fullscreenTakeover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
._coral-Dialog--fullscreenTakeover,
  ._coral-Dialog--fullscreenTakeover.is-open {
    transform: none;
  }

.coral--large ._coral-Dialog {

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;
  transform: translateX(-50%) translateY(-50%) translateY(25px);
  max-width: 90vw;
  max-height: 90vh;
  min-width: 288px;

  padding: 24px;

  border-radius: 5px;
  transition: opacity 130ms cubic-bezier(.50, 0, 1, 1) 0ms,
              visibility 0ms linear 130ms,
              transform 0ms linear 130ms;
}
.coral--large ._coral-Dialog.is-open {
    transition: transform 250ms cubic-bezier(0, 0, 0.40, 1) 160ms,
                opacity 250ms cubic-bezier(0, 0, 0.40, 1) 160ms;

    transform: translate(-50%, calc(-50% + -2vh));
  }
.coral--large ._coral-Dialog--small {
  width: 400px;
}
.coral--large ._coral-Dialog--medium {
  width: 480px;
}
.coral--large ._coral-Dialog--large {
  width: 640px;
}
.coral--large ._coral-Dialog-hero {
  height: 160px;

  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
  margin-bottom: 24px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.coral--large ._coral-Dialog-header {

  border-radius: 5px 5px 0 0;

  padding-bottom: 30px;
}
.coral--large ._coral-Dialog-header::after {
    bottom: 16px;

    height: 2px;
  }
.coral--large ._coral-Dialog-wrapper {
  transition: visibility 0ms linear 130ms;
}
.coral--large ._coral-Dialog-wrapper ._coral-Dialog:not(._coral-Dialog--fullscreen):not(._coral-Dialog--fullscreenTakeover) {
    transform: translateY(25px);
    margin-top: -2vh;
  }
.coral--large ._coral-Dialog-closeButton {
  top: -35px;
  right: -35px;
}
.coral--large ._coral-Dialog-typeIcon {
  margin-left: 24px;
}
.coral--large ._coral-Dialog-content {

  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.coral--large ._coral-Dialog-footer {
  border-radius: 0 0 5px 5px;
  padding-top: 35px;

  margin: -10px;
}
.coral--large ._coral-Dialog-footer > *,
  .coral--large ._coral-Dialog-footer > ._coral-Button + ._coral-Button {
    margin: 10px;
  }
.coral--large ._coral-Dialog-title {

  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}
.coral--large ._coral-Dialog--alert {
  width: 480px;
}
.coral--large ._coral-Dialog--fullscreen {
  left: 32px;
  top: 32px;
  right: 32px;
  bottom: 32px;

  transform: translate(0, 25px);
}
.coral--large ._coral-Dialog--fullscreen,
.coral--large ._coral-Dialog--fullscreenTakeover {

  padding-top: 14px;
}
.coral--large ._coral-Dialog--fullscreen ._coral-Dialog-title, .coral--large ._coral-Dialog--fullscreenTakeover ._coral-Dialog-title {
    font-size: 28px;
    font-weight: 100;
  }
.coral--light ._coral-Dialog,.coral--light ._coral-Dialog-header {
  background: rgb(245, 245, 245);
}
.coral--light ._coral-Dialog-header:after {
    background: rgb(225, 225, 225);
  }
.coral--light ._coral-Dialog-title {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Dialog-content {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Dialog-typeIcon {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Dialog-footer {
  background: rgb(245, 245, 245);
}
.coral--light ._coral-Dialog--error ._coral-Dialog-title,.coral--light ._coral-Dialog--error ._coral-Dialog-typeIcon {
    color: rgb(201, 37, 45);
  }
.coral--lightest ._coral-Dialog,.coral--lightest ._coral-Dialog-header {
  background: rgb(255, 255, 255);
}
.coral--lightest ._coral-Dialog-header:after {
    background: rgb(234, 234, 234);
  }
.coral--lightest ._coral-Dialog-title {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Dialog-content {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Dialog-typeIcon {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Dialog-footer {
  background: rgb(255, 255, 255);
}
.coral--lightest ._coral-Dialog--error ._coral-Dialog-title,.coral--lightest ._coral-Dialog--error ._coral-Dialog-typeIcon {
    color: rgb(215, 55, 63);
  }
.coral--dark ._coral-Dialog,.coral--dark ._coral-Dialog-header {
  background: rgb(50, 50, 50);
}
.coral--dark ._coral-Dialog-header:after {
    background: rgb(74, 74, 74);
  }
.coral--dark ._coral-Dialog-title {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Dialog-content {
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-Dialog-typeIcon {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Dialog-footer {
  background: rgb(50, 50, 50);
}
.coral--dark ._coral-Dialog--error ._coral-Dialog-title,.coral--dark ._coral-Dialog--error ._coral-Dialog-typeIcon {
    color: rgb(247, 109, 116);
  }
.coral--darkest ._coral-Dialog,.coral--darkest ._coral-Dialog-header {
  background: rgb(30, 30, 30);
}
.coral--darkest ._coral-Dialog-header:after {
    background: rgb(57, 57, 57);
  }
.coral--darkest ._coral-Dialog-title {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Dialog-content {
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-Dialog-typeIcon {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Dialog-footer {
  background: rgb(30, 30, 30);
}
.coral--darkest ._coral-Dialog--error ._coral-Dialog-title,.coral--darkest ._coral-Dialog--error ._coral-Dialog-typeIcon {
    color: rgb(236, 91, 98);
  }

coral-dialog {
  display: none;
}
._coral-Dialog--noBackdrop {
  border: 1px solid;
}
._coral-Dialog-closeButton {
  top: 8px;
  right: 8px;
}
coral-dialog-footer {
  display: block;
}
coral-dialog-footer:empty {
  display: none;
}
._coral-Dialog-wrapper {
  outline: none;
}
._coral-Dialog-wrapper:not(.is-open) ._coral-Dialog:not(._coral-Dialog--fullscreen):not(._coral-Dialog--fullscreenTakeover) {
  pointer-events: none;
}
coral-dialog-header {
  z-index: 1;
}
._coral-Dialog-dragZone {
  position: absolute;
  width: calc(100% + calc(40px * 2));
  height: calc(100% + calc(40px - 16px));
  left: -40px;
  top: -40px;
}
._coral-Dialog--dismissible ._coral-Dialog-closeButton {
  display: inline-flex;
}
.coral--light ._coral-Dialog--noBackdrop {
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  border-color: rgb(202, 202, 202);
}
.coral--light ._coral-Dialog--warning ._coral-Dialog-typeIcon {
  color: rgb(203, 111, 16);
}
.coral--light ._coral-Dialog--success ._coral-Dialog-typeIcon {
  color: rgb(18, 128, 92);
}
.coral--light ._coral-Dialog--info ._coral-Dialog-typeIcon {
  color: rgb(13, 102, 208);
}
.coral--light ._coral-Dialog--help ._coral-Dialog-typeIcon {
  color: rgb(13, 102, 208);
}
.coral--lightest ._coral-Dialog--noBackdrop {
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  border-color: rgb(211, 211, 211);
}
.coral--lightest ._coral-Dialog--warning ._coral-Dialog-typeIcon {
  color: rgb(242, 148, 35);
}
.coral--lightest ._coral-Dialog--success ._coral-Dialog-typeIcon {
  color: rgb(51, 171, 132);
}
.coral--lightest ._coral-Dialog--info ._coral-Dialog-typeIcon {
  color: rgb(55, 142, 240);
}
.coral--lightest ._coral-Dialog--help ._coral-Dialog-typeIcon {
  color: rgb(55, 142, 240);
}
.coral--dark ._coral-Dialog--noBackdrop {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  border-color: rgb(90, 90, 90);
}
.coral--dark ._coral-Dialog--warning ._coral-Dialog-typeIcon {
  color: rgb(230, 134, 25);
}
.coral--dark ._coral-Dialog--success ._coral-Dialog-typeIcon {
  color: rgb(45, 157, 120);
}
.coral--dark ._coral-Dialog--info ._coral-Dialog-typeIcon {
  color: rgb(38, 128, 235);
}
.coral--dark ._coral-Dialog--help ._coral-Dialog-typeIcon {
  color: rgb(38, 128, 235);
}
.coral--darkest ._coral-Dialog--noBackdrop {
  box-shadow: 0 1px 4px rgba(0,0,0,0.8);
  border-color: rgb(73, 73, 73);
}
.coral--darkest ._coral-Dialog--warning ._coral-Dialog-typeIcon {
  color: rgb(218, 123, 17);
}
.coral--darkest ._coral-Dialog--success ._coral-Dialog-typeIcon {
  color: rgb(38, 142, 108);
}
.coral--darkest ._coral-Dialog--info ._coral-Dialog-typeIcon {
  color: rgb(20, 115, 230);
}
.coral--darkest ._coral-Dialog--help ._coral-Dialog-typeIcon {
  color: rgb(20, 115, 230);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Popover {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
._coral-Popover.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
._coral-Popover--bottom.is-open {
  transform: translateY(6px);
}
._coral-Popover--top.is-open {
  transform: translateY(-6px);
}
._coral-Popover--right.is-open {
  transform: translateX(6px);
}
._coral-Popover--left.is-open {
  transform: translateX(-6px);
}
._coral-Popover {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-sizing: border-box;

  min-width: 32px;
  min-height: 32px;

  position: absolute;

  border-style: solid;
  border-width: 1px;
  border-radius: 4px;

  outline: none;
}
._coral-Popover-tip {
  position: absolute;
  overflow: hidden;
  width: 21px;
  height: 11px;
}
._coral-Popover-tip::after {
    content: '';
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    transform: rotate(45deg);
    top: -18px;
    left: -1px;
  }
._coral-Popover--dialog {
  min-width: 270px;
  padding: 30px 29px;
}
._coral-Popover--left._coral-Popover--withTip {
    margin-right: 13px;
  }
._coral-Popover--left ._coral-Popover-tip {
    right: -16px;
    transform: rotate(-90deg);
  }
._coral-Popover--right._coral-Popover--withTip {
    margin-left: 13px;
  }
._coral-Popover--right ._coral-Popover-tip {
    left: -16px;
    transform: rotate(90deg);
  }
._coral-Popover--left ._coral-Popover-tip, ._coral-Popover--right ._coral-Popover-tip {
    top: 50%;
    margin-top: -6px;
  }
._coral-Popover--bottom._coral-Popover--withTip {
    margin-top: 13px;
  }
._coral-Popover--bottom ._coral-Popover-tip {
    top: -11px;
    transform: rotate(180deg);
  }
._coral-Popover--top._coral-Popover--withTip {
    margin-bottom: 13px;
  }
._coral-Popover--top ._coral-Popover-tip {
    bottom: -11px;
  }
._coral-Popover--bottom ._coral-Popover-tip, ._coral-Popover--top ._coral-Popover-tip {
    left: 50%;
    margin-left: -12px;
  }
._coral-Popover._coral-Popover--dialog ._coral-Dialog-typeIcon {
      margin-left: 16px;
    }

.coral--large ._coral-Popover {

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;
}
.coral--large ._coral-Popover--bottom.is-open {
  transform: translateY(8px);
}
.coral--large ._coral-Popover--top.is-open {
  transform: translateY(-8px);
}
.coral--large ._coral-Popover--right.is-open {
  transform: translateX(8px);
}
.coral--large ._coral-Popover--left.is-open {
  transform: translateX(-8px);
}
.coral--large ._coral-Popover {

  min-width: 40px;
  min-height: 40px;
  border-width: 1px;
  border-radius: 5px;
}
.coral--large ._coral-Popover-tip {
  width: 26px;
  height: 13.5px;
}
.coral--large ._coral-Popover-tip::after {
    width: 25px;
    height: 25px;
    border-width: 1px;
  }
.coral--large ._coral-Popover--dialog {
  min-width: 270px;
  padding: 30px 29px;
}
.coral--large ._coral-Popover--left._coral-Popover--withTip {
    margin-right: 13px;
  }
.coral--large ._coral-Popover--right._coral-Popover--withTip {
    margin-left: 13px;
  }
.coral--large ._coral-Popover--bottom._coral-Popover--withTip {
    margin-top: 13px;
  }
.coral--large ._coral-Popover--top._coral-Popover--withTip {
    margin-bottom: 13px;
  }
.coral--large ._coral-Popover._coral-Popover--dialog ._coral-Dialog-typeIcon {
      margin-left: 20px;
    }

.coral--light ._coral-Popover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(202, 202, 202);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.coral--light ._coral-Popover ._coral-Dialog-header,
.coral--light ._coral-Popover ._coral-Dialog-footer,
.coral--light ._coral-Popover ._coral-Dialog-wrapper {
    background-color: transparent;
  }
.coral--light ._coral-Popover ._coral-Popover-tip::after {
    background-color: rgb(255, 255, 255);
    border-color: rgb(202, 202, 202);
    box-shadow: -1px -1px 4px rgba(0,0,0,0.15);
  }

.coral--lightest ._coral-Popover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(211, 211, 211);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.coral--lightest ._coral-Popover ._coral-Dialog-header,
.coral--lightest ._coral-Popover ._coral-Dialog-footer,
.coral--lightest ._coral-Popover ._coral-Dialog-wrapper {
    background-color: transparent;
  }
.coral--lightest ._coral-Popover ._coral-Popover-tip::after {
    background-color: rgb(255, 255, 255);
    border-color: rgb(211, 211, 211);
    box-shadow: -1px -1px 4px rgba(0,0,0,0.15);
  }

.coral--dark ._coral-Popover {
  background-color: rgb(37, 37, 37);
  border-color: rgb(90, 90, 90);
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.coral--dark ._coral-Popover ._coral-Dialog-header,
.coral--dark ._coral-Popover ._coral-Dialog-footer,
.coral--dark ._coral-Popover ._coral-Dialog-wrapper {
    background-color: transparent;
  }
.coral--dark ._coral-Popover ._coral-Popover-tip::after {
    background-color: rgb(37, 37, 37);
    border-color: rgb(90, 90, 90);
    box-shadow: -1px -1px 4px rgba(0,0,0,0.5);
  }

.coral--darkest ._coral-Popover {
  background-color: rgb(8, 8, 8);
  border-color: rgb(73, 73, 73);
  box-shadow: 0 1px 4px rgba(0,0,0,0.8);
}
.coral--darkest ._coral-Popover ._coral-Dialog-header,
.coral--darkest ._coral-Popover ._coral-Dialog-footer,
.coral--darkest ._coral-Popover ._coral-Dialog-wrapper {
    background-color: transparent;
  }
.coral--darkest ._coral-Popover ._coral-Popover-tip::after {
    background-color: rgb(8, 8, 8);
    border-color: rgb(73, 73, 73);
    box-shadow: -1px -1px 4px rgba(0,0,0,0.8);
  }

coral-popover {
  display: none;
}
coral-popover-footer,coral-popover-separator {
  display: block;
}
._coral-Popover {
  transition: left 130ms cubic-bezier(.45, 0, .40, 1), top 130ms cubic-bezier(.45, 0, .40, 1), opacity 130ms cubic-bezier(.45, 0, .40, 1), visibility 0ms cubic-bezier(0, 0, 1, 1) 130ms;
}
.coral--large ._coral-Popover {
  transition: left 130ms cubic-bezier(.45, 0, .40, 1), top 130ms cubic-bezier(.45, 0, .40, 1), opacity 130ms cubic-bezier(.45, 0, .40, 1), visibility 0ms cubic-bezier(0, 0, 1, 1) 130ms;
}
._coral-Popover:not(._coral-Popover--dialog) {
  min-width: 150px;
}
._coral-Popover:not(._coral-Popover--dialog) ._coral-Dialog-content {
  padding: 0;
  margin: 0;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 192px;
  min-width: 48px;
}
._coral-Dropdown select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -ms-appearance: none;
  }
._coral-Dropdown select::-ms-expand {
      display: none;
    }
._coral-Dropdown select::-ms-value {
      background-color: transparent;
    }
._coral-Dropdown select + ._coral-Dropdown-icon {
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -3px;
    }
._coral-Dropdown-trigger {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
._coral-Dropdown-label {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;

  white-space: nowrap;
  overflow: hidden;

  height: 30px;
  line-height: 30px;

  font-size: 14px;

  text-overflow: ellipsis;
  text-align: left;
}
._coral-Dropdown-label.is-placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
  }
._coral-Dropdown-label + ._coral-Dropdown-icon {
  margin-left: 12px;
}
._coral-Icon + ._coral-Dropdown-label {
  margin-left: 8px;
}
._coral-Dropdown-label ~ ._coral-Dropdown-icon {
  margin-left: 12px;
}
._coral-Dropdown-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  transition: color 130ms ease-out;
  margin-top: 12px;
  margin-bottom: 12px;

  opacity: 1;
}
._coral-Dropdown-trigger ._coral-Icon:not(._coral-Dropdown-icon) {
  margin-top: 6px;
    margin-bottom: 6px;
  }
._coral-Dropdown-trigger ._coral-Dropdown-label + ._coral-Icon:not(._coral-Dropdown-icon) {
    margin-left: 12px;
  }
._coral-Icon + ._coral-Dropdown-icon {
  margin-left: 8px;
}
._coral-Dropdown--quiet {
  width: auto;
  min-width: 48px;
}
._coral-Dropdown-popover {
  max-width: 240px;
}
._coral-Dropdown-popover--quiet {
  margin-left: -13px;
}

.coral--large ._coral-Dropdown {
  width: 240px;
  min-width: 60px;
}
.coral--large ._coral-Dropdown select + ._coral-Dropdown-icon {
      right: 15px;
      margin-top: -4px;
    }
.coral--large ._coral-Dropdown-label {

  height: 38px;
  line-height: 38px;

  font-size: 17px;
}
.coral--large ._coral-Dropdown-label.is-placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
  }
.coral--large ._coral-Dropdown-label + ._coral-Dropdown-icon {
  margin-left: 15px;
}
.coral--large ._coral-Icon + ._coral-Dropdown-label {
  margin-left: 10px;
}
.coral--large ._coral-Dropdown-label ~ ._coral-Dropdown-icon {
  margin-left: 15px;
}
.coral--large ._coral-Dropdown-icon {
  transition: color 130ms ease-out;
  margin-top: 15px;
  margin-bottom: 15px;
}
.coral--large ._coral-Dropdown-trigger ._coral-Icon:not(._coral-Dropdown-icon) {
  margin-top: 8px;
    margin-bottom: 8px;
  }
.coral--large ._coral-Dropdown-trigger ._coral-Dropdown-label + ._coral-Icon:not(._coral-Dropdown-icon) {
    margin-left: 15px;
  }
.coral--large ._coral-Icon + ._coral-Dropdown-icon {
  margin-left: 10px;
}
.coral--large ._coral-Dropdown--quiet {
  width: auto;
  min-width: 60px;
}
.coral--large ._coral-Dropdown-popover {
  max-width: 300px;
}
.coral--large ._coral-Dropdown-popover--quiet {
  margin-left: -16px;
}

.coral--light ._coral-Dropdown ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Dropdown ._coral-Dropdown-trigger.is-selected .is-placeholder {
        color: rgb(44, 44, 44);
      }
.coral--light ._coral-Dropdown.is-invalid ._coral-Icon:not(._coral-Dropdown-icon):not(._coral-Menu-checkmark) {
      color: rgb(201, 37, 45);
    }
.coral--light ._coral-Dropdown.is-invalid.is-disabled ._coral-Icon,
.coral--light ._coral-Dropdown.is-invalid.is-disabled ._coral-Icon:not(._coral-Dropdown-icon):not(._coral-Menu-checkmark) {
        color: rgb(202, 202, 202);
      }
.coral--light ._coral-Dropdown.is-disabled ._coral-Dropdown-icon,
.coral--light ._coral-Dropdown.is-disabled ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
        color: rgb(202, 202, 202);
      }
.coral--light ._coral-Dropdown.is-disabled ._coral-Dropdown-label.is-placeholder {
        color: rgb(179, 179, 179);
      }
.coral--light ._coral-Dropdown-icon {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Dropdown-label.is-placeholder {
    color: rgb(142, 142, 142);
  }
.coral--light ._coral-Dropdown-label.is-placeholder:hover {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Dropdown-label.is-placeholder:active {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Dropdown-trigger.focus-ring ._coral-Dropdown-label.is-placeholder,.coral--light ._coral-Dropdown-trigger.focus-ring ._coral-Dropdown-icon {
    color: rgb(44, 44, 44)
  }

.coral--lightest ._coral-Dropdown ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Dropdown ._coral-Dropdown-trigger.is-selected .is-placeholder {
        color: rgb(50, 50, 50);
      }
.coral--lightest ._coral-Dropdown.is-invalid ._coral-Icon:not(._coral-Dropdown-icon):not(._coral-Menu-checkmark) {
      color: rgb(215, 55, 63);
    }
.coral--lightest ._coral-Dropdown.is-invalid.is-disabled ._coral-Icon,
.coral--lightest ._coral-Dropdown.is-invalid.is-disabled ._coral-Icon:not(._coral-Dropdown-icon):not(._coral-Menu-checkmark) {
        color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-Dropdown.is-disabled ._coral-Dropdown-icon,
.coral--lightest ._coral-Dropdown.is-disabled ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
        color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-Dropdown.is-disabled ._coral-Dropdown-label.is-placeholder {
        color: rgb(188, 188, 188);
      }
.coral--lightest ._coral-Dropdown-icon {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Dropdown-label.is-placeholder {
    color: rgb(149, 149, 149);
  }
.coral--lightest ._coral-Dropdown-label.is-placeholder:hover {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Dropdown-label.is-placeholder:active {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Dropdown-trigger.focus-ring ._coral-Dropdown-label.is-placeholder,.coral--lightest ._coral-Dropdown-trigger.focus-ring ._coral-Dropdown-icon {
    color: rgb(50, 50, 50)
  }

.coral--dark ._coral-Dropdown ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Dropdown ._coral-Dropdown-trigger.is-selected .is-placeholder {
        color: rgb(255, 255, 255);
      }
.coral--dark ._coral-Dropdown.is-invalid ._coral-Icon:not(._coral-Dropdown-icon):not(._coral-Menu-checkmark) {
      color: rgb(247, 109, 116);
    }
.coral--dark ._coral-Dropdown.is-invalid.is-disabled ._coral-Icon,
.coral--dark ._coral-Dropdown.is-invalid.is-disabled ._coral-Icon:not(._coral-Dropdown-icon):not(._coral-Menu-checkmark) {
        color: rgb(90, 90, 90);
      }
.coral--dark ._coral-Dropdown.is-disabled ._coral-Dropdown-icon,
.coral--dark ._coral-Dropdown.is-disabled ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
        color: rgb(90, 90, 90);
      }
.coral--dark ._coral-Dropdown.is-disabled ._coral-Dropdown-label.is-placeholder {
        color: rgb(110, 110, 110);
      }
.coral--dark ._coral-Dropdown-icon {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Dropdown-label.is-placeholder {
    color: rgb(144, 144, 144);
  }
.coral--dark ._coral-Dropdown-label.is-placeholder:hover {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Dropdown-label.is-placeholder:active {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Dropdown-trigger.focus-ring ._coral-Dropdown-label.is-placeholder,.coral--dark ._coral-Dropdown-trigger.focus-ring ._coral-Dropdown-icon {
    color: rgb(255, 255, 255)
  }

.coral--darkest ._coral-Dropdown ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Dropdown ._coral-Dropdown-trigger.is-selected .is-placeholder {
        color: rgb(239, 239, 239);
      }
.coral--darkest ._coral-Dropdown.is-invalid ._coral-Icon:not(._coral-Dropdown-icon):not(._coral-Menu-checkmark) {
      color: rgb(236, 91, 98);
    }
.coral--darkest ._coral-Dropdown.is-invalid.is-disabled ._coral-Icon,
.coral--darkest ._coral-Dropdown.is-invalid.is-disabled ._coral-Icon:not(._coral-Dropdown-icon):not(._coral-Menu-checkmark) {
        color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-Dropdown.is-disabled ._coral-Dropdown-icon,
.coral--darkest ._coral-Dropdown.is-disabled ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
        color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-Dropdown.is-disabled ._coral-Dropdown-label.is-placeholder {
        color: rgb(92, 92, 92);
      }
.coral--darkest ._coral-Dropdown-icon {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Dropdown-label.is-placeholder {
    color: rgb(124, 124, 124);
  }
.coral--darkest ._coral-Dropdown-label.is-placeholder:hover {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Dropdown-label.is-placeholder:active {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Dropdown-trigger.focus-ring ._coral-Dropdown-label.is-placeholder,.coral--darkest ._coral-Dropdown-trigger.focus-ring ._coral-Dropdown-icon {
    color: rgb(239, 239, 239)
  }

coral-select-item {
  display: none;
}
._coral-Dropdown ._coral-Dropdown-tagList {
  display: block;
  margin-top: 4px;
}
._coral-Dropdown ._coral-Dropdown-tagList:empty {
  display: none;
}
._coral-Dropdown ._coral-Dropdown-tagList coral-tag coral-icon {
  display: none;
}
._coral-Dropdown ._coral-Dropdown-select {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
._coral-Dropdown ._coral-Dropdown-trigger ._coral-Dropdown-label:empty {
  display: inline-flex;
}
._coral-Dropdown ._coral-Dropdown-trigger ._coral-Dropdown-label > coral-icon:first-child {
  vertical-align: text-top;
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
._coral-Dropdown ._coral-Dropdown-invalidIcon {
  margin-left: 4px;
}
._coral-Dropdown--native ._coral-Dropdown-select {
  display: block;
  opacity: 0.01;
}
.coral--dark ._coral-Dropdown-label.is-placeholder {
  color: rgb(185, 185, 185);
}
.coral--darkest ._coral-Dropdown-label.is-placeholder {
  color: rgb(162, 162, 162);
}
.coral--light ._coral-Dropdown-label.is-placeholder {
  color: rgb(110, 110, 110);
}
.coral--lightest ._coral-Dropdown-label.is-placeholder {
  color: rgb(116, 116, 116);
}
.coral--light ._coral-FieldButton {
  border-color: rgb(158, 158, 158);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Radio {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;

  position: relative;

  min-height: 32px;
  max-width: 100%;

  margin-right: 16px;

  vertical-align: top;
}
._coral-Radio-input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: calc(100% + 16px);
  height: 100%;

  opacity: .0001;
  z-index: 1;

  cursor: pointer;
}
._coral-Radio-input:disabled {
    cursor: default;
  }
._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-width: 5px;
    }
._coral-Radio-input.focus-ring + ._coral-Radio-button:after {
        margin: -2px;
      }
._coral-Radio-label {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.49;
  transition: color 130ms ease-in-out;
}
._coral-Radio-button {
  position: relative;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 9px 0;

  -ms-flex-positive: 0;

      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
._coral-Radio-button:before {
    display: block;
    z-index: 0;
    content: '';
    box-sizing: border-box;
    position: absolute;

    width: 14px;
    height: 14px;

    border-radius: 7px;
    border-width: 2px;
    border-style: solid;

    transition: border 130ms ease-in-out,
                box-shadow 130ms ease-in-out;
  }
._coral-Radio-button:after {
    border-radius: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 2px;

    transition: box-shadow 130ms ease-out,
                margin 130ms ease-out;
  }
.coral-RadioGroup--labelsBelow  ._coral-Radio {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  height: auto;
}
.coral-RadioGroup--labelsBelow  ._coral-Radio ._coral-Radio-button {
    -ms-flex-negative: 0;
        flex-shrink: 0;

    margin: 0;
  }
.coral-RadioGroup--labelsBelow  ._coral-Radio ._coral-Radio-label {
    margin: 3px 0 0 0;
  }

.coral--large ._coral-Radio {

  min-height: 40px;

  margin-right: 20px;
}
.coral--large ._coral-Radio-input {
  left: -10px;
  width: calc(100% + 20px);
}
.coral--large ._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-width: 7px;
    }
.coral--large ._coral-Radio-input.focus-ring + ._coral-Radio-button:after {
        margin: -2px;
      }
.coral--large ._coral-Radio-label {
  margin-left: 13px;
  margin-top: 6px;
  font-size: 17px;
  line-height: 1.49;
  transition: color 130ms ease-in-out;
}
.coral--large ._coral-Radio-button {
  width: 18px;
  height: 18px;
  margin: 11px 0;
}
.coral--large ._coral-Radio-button:before {

    width: 18px;
    height: 18px;

    border-radius: 9px;
    border-width: 2px;

    transition: border 130ms ease-in-out,
                box-shadow 130ms ease-in-out;
  }
.coral--large ._coral-Radio-button:after {
    margin: 2px;

    transition: box-shadow 130ms ease-out,
                margin 130ms ease-out;
  }
.coral--large .coral-RadioGroup--labelsBelow  ._coral-Radio {
  height: auto;
}
.coral--large .coral-RadioGroup--labelsBelow  ._coral-Radio ._coral-Radio-label {
    margin: 4px 0 0 0;
  }

.coral--light ._coral-Radio ._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-color: rgb(20, 115, 230);
    }
.coral--light ._coral-Radio-label {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Radio-button:before {
    background-color: rgb(250, 250, 250);
    border-color: rgb(142, 142, 142);
  }
.coral--light ._coral-Radio:hover ._coral-Radio-button:before {
        border-color: rgb(110, 110, 110);
        box-shadow: none;
      }
.coral--light ._coral-Radio:hover ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(13, 102, 208);
      }
.coral--light ._coral-Radio:hover ._coral-Radio-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Radio:active ._coral-Radio-button:before {
        border-color: rgb(75, 75, 75);
      }
.coral--light ._coral-Radio:active ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(9, 90, 186);
      }
.coral--light ._coral-Radio:active ._coral-Radio-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Radio--quiet ._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-color: rgb(110, 110, 110);
    }
.coral--light ._coral-Radio--quiet:hover ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(75, 75, 75);
      }
.coral--light ._coral-Radio--quiet:active ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(44, 44, 44);
      }
.coral--light ._coral-Radio.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button:before,
.coral--light ._coral-Radio--quiet.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button:before {
        border-color: rgb(201, 37, 45);
      }
.coral--light ._coral-Radio.is-invalid:hover ._coral-Radio-label,
.coral--light ._coral-Radio--quiet.is-invalid:hover ._coral-Radio-label {
      color: rgb(201, 37, 45);
    }
.coral--light ._coral-Radio.is-invalid:active ._coral-Radio-input + ._coral-Radio-button:before,
.coral--light ._coral-Radio--quiet.is-invalid:active ._coral-Radio-input + ._coral-Radio-button:before {
        border-color: rgb(187, 18, 26);
      }
.coral--light ._coral-Radio.is-invalid:active ._coral-Radio-label,
.coral--light ._coral-Radio--quiet.is-invalid:active ._coral-Radio-label {
      color: rgb(187, 18, 26);
    }
.coral--light ._coral-Radio.is-invalid ._coral-Radio-button:before,
.coral--light ._coral-Radio.is-invalid ._coral-Radio-input:checked + ._coral-Radio-button:before,
.coral--light ._coral-Radio--quiet.is-invalid ._coral-Radio-button:before,
.coral--light ._coral-Radio--quiet.is-invalid ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(215, 55, 63);
      }
.coral--light ._coral-Radio.is-invalid ._coral-Radio-label,
.coral--light ._coral-Radio--quiet.is-invalid ._coral-Radio-label {
      color: rgb(215, 55, 63);
    }
.coral--light ._coral-Radio-input:disabled + ._coral-Radio-button:before {
      border-color: rgb(202, 202, 202) !important;
    }
.coral--light ._coral-Radio-input:disabled ~ ._coral-Radio-label {
    color: rgb(179, 179, 179) !important;
  }
.coral--light ._coral-Radio ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--light ._coral-Radio:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--light ._coral-Radio--quiet ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--light ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:before {
        border-color: rgb(110, 110, 110);
      }
.coral--light ._coral-Radio ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--light ._coral-Radio:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--light ._coral-Radio--quiet ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--light ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:after {
        box-shadow: 0 0 0 2px rgb(38, 128, 235);
      }
.coral--light ._coral-Radio ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--light ._coral-Radio:hover ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--light ._coral-Radio--quiet ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--light ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before {
        border-color: rgb(13, 102, 208);
      }

.coral--lightest ._coral-Radio ._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-color: rgb(38, 128, 235);
    }
.coral--lightest ._coral-Radio-label {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Radio-button:before {
    background-color: rgb(255, 255, 255);
    border-color: rgb(149, 149, 149);
  }
.coral--lightest ._coral-Radio:hover ._coral-Radio-button:before {
        border-color: rgb(116, 116, 116);
        box-shadow: none;
      }
.coral--lightest ._coral-Radio:hover ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(20, 115, 230);
      }
.coral--lightest ._coral-Radio:hover ._coral-Radio-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Radio:active ._coral-Radio-button:before {
        border-color: rgb(80, 80, 80);
      }
.coral--lightest ._coral-Radio:active ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(13, 102, 208);
      }
.coral--lightest ._coral-Radio:active ._coral-Radio-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Radio--quiet ._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-color: rgb(116, 116, 116);
    }
.coral--lightest ._coral-Radio--quiet:hover ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(80, 80, 80);
      }
.coral--lightest ._coral-Radio--quiet:active ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(50, 50, 50);
      }
.coral--lightest ._coral-Radio.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button:before,
.coral--lightest ._coral-Radio--quiet.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button:before {
        border-color: rgb(215, 55, 63);
      }
.coral--lightest ._coral-Radio.is-invalid:hover ._coral-Radio-label,
.coral--lightest ._coral-Radio--quiet.is-invalid:hover ._coral-Radio-label {
      color: rgb(215, 55, 63);
    }
.coral--lightest ._coral-Radio.is-invalid:active ._coral-Radio-input + ._coral-Radio-button:before,
.coral--lightest ._coral-Radio--quiet.is-invalid:active ._coral-Radio-input + ._coral-Radio-button:before {
        border-color: rgb(201, 37, 45);
      }
.coral--lightest ._coral-Radio.is-invalid:active ._coral-Radio-label,
.coral--lightest ._coral-Radio--quiet.is-invalid:active ._coral-Radio-label {
      color: rgb(201, 37, 45);
    }
.coral--lightest ._coral-Radio.is-invalid ._coral-Radio-button:before,
.coral--lightest ._coral-Radio.is-invalid ._coral-Radio-input:checked + ._coral-Radio-button:before,
.coral--lightest ._coral-Radio--quiet.is-invalid ._coral-Radio-button:before,
.coral--lightest ._coral-Radio--quiet.is-invalid ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(227, 72, 80);
      }
.coral--lightest ._coral-Radio.is-invalid ._coral-Radio-label,
.coral--lightest ._coral-Radio--quiet.is-invalid ._coral-Radio-label {
      color: rgb(227, 72, 80);
    }
.coral--lightest ._coral-Radio-input:disabled + ._coral-Radio-button:before {
      border-color: rgb(211, 211, 211) !important;
    }
.coral--lightest ._coral-Radio-input:disabled ~ ._coral-Radio-label {
    color: rgb(188, 188, 188) !important;
  }
.coral--lightest ._coral-Radio ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--lightest ._coral-Radio:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--lightest ._coral-Radio--quiet ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--lightest ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:before {
        border-color: rgb(116, 116, 116);
      }
.coral--lightest ._coral-Radio ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--lightest ._coral-Radio:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--lightest ._coral-Radio--quiet ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--lightest ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:after {
        box-shadow: 0 0 0 2px rgb(55, 142, 240);
      }
.coral--lightest ._coral-Radio ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--lightest ._coral-Radio:hover ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--lightest ._coral-Radio--quiet ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--lightest ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before {
        border-color: rgb(20, 115, 230);
      }

.coral--dark ._coral-Radio ._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-color: rgb(55, 142, 240);
    }
.coral--dark ._coral-Radio-label {
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-Radio-button:before {
    background-color: rgb(47, 47, 47);
    border-color: rgb(144, 144, 144);
  }
.coral--dark ._coral-Radio:hover ._coral-Radio-button:before {
        border-color: rgb(185, 185, 185);
        box-shadow: none;
      }
.coral--dark ._coral-Radio:hover ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(75, 156, 245);
      }
.coral--dark ._coral-Radio:hover ._coral-Radio-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Radio:active ._coral-Radio-button:before {
        border-color: rgb(227, 227, 227);
      }
.coral--dark ._coral-Radio:active ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(90, 169, 250);
      }
.coral--dark ._coral-Radio:active ._coral-Radio-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Radio--quiet ._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-color: rgb(185, 185, 185);
    }
.coral--dark ._coral-Radio--quiet:hover ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(227, 227, 227);
      }
.coral--dark ._coral-Radio--quiet:active ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(255, 255, 255);
      }
.coral--dark ._coral-Radio.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button:before,
.coral--dark ._coral-Radio--quiet.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button:before {
        border-color: rgb(247, 109, 116);
      }
.coral--dark ._coral-Radio.is-invalid:hover ._coral-Radio-label,
.coral--dark ._coral-Radio--quiet.is-invalid:hover ._coral-Radio-label {
      color: rgb(247, 109, 116);
    }
.coral--dark ._coral-Radio.is-invalid:active ._coral-Radio-input + ._coral-Radio-button:before,
.coral--dark ._coral-Radio--quiet.is-invalid:active ._coral-Radio-input + ._coral-Radio-button:before {
        border-color: rgb(255, 123, 130);
      }
.coral--dark ._coral-Radio.is-invalid:active ._coral-Radio-label,
.coral--dark ._coral-Radio--quiet.is-invalid:active ._coral-Radio-label {
      color: rgb(255, 123, 130);
    }
.coral--dark ._coral-Radio.is-invalid ._coral-Radio-button:before,
.coral--dark ._coral-Radio.is-invalid ._coral-Radio-input:checked + ._coral-Radio-button:before,
.coral--dark ._coral-Radio--quiet.is-invalid ._coral-Radio-button:before,
.coral--dark ._coral-Radio--quiet.is-invalid ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(236, 91, 98);
      }
.coral--dark ._coral-Radio.is-invalid ._coral-Radio-label,
.coral--dark ._coral-Radio--quiet.is-invalid ._coral-Radio-label {
      color: rgb(236, 91, 98);
    }
.coral--dark ._coral-Radio-input:disabled + ._coral-Radio-button:before {
      border-color: rgb(90, 90, 90) !important;
    }
.coral--dark ._coral-Radio-input:disabled ~ ._coral-Radio-label {
    color: rgb(110, 110, 110) !important;
  }
.coral--dark ._coral-Radio ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--dark ._coral-Radio:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--dark ._coral-Radio--quiet ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--dark ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:before {
        border-color: rgb(185, 185, 185);
      }
.coral--dark ._coral-Radio ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--dark ._coral-Radio:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--dark ._coral-Radio--quiet ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--dark ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:after {
        box-shadow: 0 0 0 2px rgb(38, 128, 235);
      }
.coral--dark ._coral-Radio ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--dark ._coral-Radio:hover ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--dark ._coral-Radio--quiet ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--dark ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before {
        border-color: rgb(75, 156, 245);
      }

.coral--darkest ._coral-Radio ._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-color: rgb(38, 128, 235);
    }
.coral--darkest ._coral-Radio-label {
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-Radio-button:before {
    background-color: rgb(26, 26, 26);
    border-color: rgb(124, 124, 124);
  }
.coral--darkest ._coral-Radio:hover ._coral-Radio-button:before {
        border-color: rgb(162, 162, 162);
        box-shadow: none;
      }
.coral--darkest ._coral-Radio:hover ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(55, 142, 240);
      }
.coral--darkest ._coral-Radio:hover ._coral-Radio-label {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Radio:active ._coral-Radio-button:before {
        border-color: rgb(200, 200, 200);
      }
.coral--darkest ._coral-Radio:active ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(75, 156, 245);
      }
.coral--darkest ._coral-Radio:active ._coral-Radio-label {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Radio--quiet ._coral-Radio-input:checked + ._coral-Radio-button:before {
      border-color: rgb(162, 162, 162);
    }
.coral--darkest ._coral-Radio--quiet:hover ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(200, 200, 200);
      }
.coral--darkest ._coral-Radio--quiet:active ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(239, 239, 239);
      }
.coral--darkest ._coral-Radio.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button:before,
.coral--darkest ._coral-Radio--quiet.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button:before {
        border-color: rgb(236, 91, 98);
      }
.coral--darkest ._coral-Radio.is-invalid:hover ._coral-Radio-label,
.coral--darkest ._coral-Radio--quiet.is-invalid:hover ._coral-Radio-label {
      color: rgb(236, 91, 98);
    }
.coral--darkest ._coral-Radio.is-invalid:active ._coral-Radio-input + ._coral-Radio-button:before,
.coral--darkest ._coral-Radio--quiet.is-invalid:active ._coral-Radio-input + ._coral-Radio-button:before {
        border-color: rgb(247, 109, 116);
      }
.coral--darkest ._coral-Radio.is-invalid:active ._coral-Radio-label,
.coral--darkest ._coral-Radio--quiet.is-invalid:active ._coral-Radio-label {
      color: rgb(247, 109, 116);
    }
.coral--darkest ._coral-Radio.is-invalid ._coral-Radio-button:before,
.coral--darkest ._coral-Radio.is-invalid ._coral-Radio-input:checked + ._coral-Radio-button:before,
.coral--darkest ._coral-Radio--quiet.is-invalid ._coral-Radio-button:before,
.coral--darkest ._coral-Radio--quiet.is-invalid ._coral-Radio-input:checked + ._coral-Radio-button:before {
        border-color: rgb(227, 72, 80);
      }
.coral--darkest ._coral-Radio.is-invalid ._coral-Radio-label,
.coral--darkest ._coral-Radio--quiet.is-invalid ._coral-Radio-label {
      color: rgb(227, 72, 80);
    }
.coral--darkest ._coral-Radio-input:disabled + ._coral-Radio-button:before {
      border-color: rgb(73, 73, 73) !important;
    }
.coral--darkest ._coral-Radio-input:disabled ~ ._coral-Radio-label {
    color: rgb(92, 92, 92) !important;
  }
.coral--darkest ._coral-Radio ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--darkest ._coral-Radio:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--darkest ._coral-Radio--quiet ._coral-Radio-input.focus-ring + ._coral-Radio-button:before,
.coral--darkest ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:before {
        border-color: rgb(162, 162, 162);
      }
.coral--darkest ._coral-Radio ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--darkest ._coral-Radio:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--darkest ._coral-Radio--quiet ._coral-Radio-input.focus-ring + ._coral-Radio-button:after,
.coral--darkest ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring + ._coral-Radio-button:after {
        box-shadow: 0 0 0 2px rgb(20, 115, 230);
      }
.coral--darkest ._coral-Radio ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--darkest ._coral-Radio:hover ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--darkest ._coral-Radio--quiet ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before,
.coral--darkest ._coral-Radio--quiet:hover ._coral-Radio-input.focus-ring:checked + ._coral-Radio-button:before {
        border-color: rgb(55, 142, 240);
      }

._coral-Radio.is-readOnly {
  pointer-events: none;
}
._coral-Radio-label,
.coral--large ._coral-Radio-label {
  line-height: 1.6;
}

/**
 * Copyright 2020 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
.coral-RadioGroup {
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.coral-RadioGroup--vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}


/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Stepper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;

  width: 192px;
  line-height: 0;
  border-radius: 4px;
  transition: border-color 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
._coral-Stepper::before {
  content: '';
}
._coral-Stepper-buttons {
  display: block;
  border-radius: 4px 0 0 4px;
  transition: box-shadow 130ms ease-in-out;
}
._coral-Stepper-stepUp,
._coral-Stepper-stepDown {
  position: relative;
  display: block;

  height: 16px;
  width: 24px;

  padding-left: 6px;
  padding-right: 6px;
  margin: 0 !important;

  border-width: 1px;
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
}
._coral-Stepper-stepUp ._coral-Icon, ._coral-Stepper-stepDown ._coral-Icon {
    margin: 0 !important;
    opacity: 1;
  }
._coral-Stepper-stepUp {
  border-bottom: none;
  border-bottom-left-radius: 0;
}
._coral-Stepper-stepUp ._coral-Icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
  }
._coral-Stepper-stepDown {
  border-top: none;
  border-top-left-radius: 0;
  border-bottom-width: 1px;
}
._coral-Stepper-stepDown:focus {
    border-top: none;
  }
._coral-Stepper-stepDown ._coral-Icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
  }
._coral-Stepper-input {
  position: relative;

  -ms-flex: 1;

      flex: 1;

  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

  z-index: 1;
}
._coral-Stepper--quiet {
  border-radius: 0;
}
._coral-Stepper--quiet ._coral-Stepper-buttons ._coral-ActionButton {
      border-top: none;
      border-left: none;
      border-radius: 0;
    }

.coral--large ._coral-Stepper {

  width: 240px;
  border-radius: 5px;
  transition: border-color 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.coral--large ._coral-Stepper-buttons {
  border-radius: 5px 0 0 5px;
  transition: box-shadow 130ms ease-in-out;
}
.coral--large ._coral-Stepper-stepUp,
.coral--large ._coral-Stepper-stepDown {

  height: 20px;
  width: 24px;

  padding-left: 7.5px;
  padding-right: 7.5px;

  border-width: 1px;
  border-right-width: 0;
  border-radius: 5px 0 0 5px;
}
.coral--large ._coral-Stepper-stepUp {
  border-bottom-left-radius: 0;
}
.coral--large ._coral-Stepper-stepDown {
  border-top-left-radius: 0;
  border-bottom-width: 1px;
}
.coral--large ._coral-Stepper-input {

  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.coral--large ._coral-Stepper--quiet,.coral--large ._coral-Stepper--quiet ._coral-Stepper-buttons ._coral-ActionButton {
      border-radius: 0;
    }

.coral--light ._coral-Stepper ._coral-Stepper-input:focus {
      border-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Stepper ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(38, 128, 235);
        }
.coral--light ._coral-Stepper ._coral-Stepper-input:focus:invalid,
.coral--light ._coral-Stepper ._coral-Stepper-input:focus.is-invalid {
        border-color: rgb(215, 55, 63);
      }
.coral--light ._coral-Stepper ._coral-Stepper-input:focus:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper ._coral-Stepper-input:focus:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--light ._coral-Stepper ._coral-Stepper-input:focus.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper ._coral-Stepper-input:focus.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(215, 55, 63);
          }
.coral--light ._coral-Stepper ._coral-Stepper-input.focus-ring {
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--light ._coral-Stepper ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
        box-shadow: 0 0 0 1px rgb(38, 128, 235);
      }
.coral--light ._coral-Stepper ._coral-Stepper-input.focus-ring:invalid,
.coral--light ._coral-Stepper ._coral-Stepper-input.focus-ring.is-invalid {
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.coral--light ._coral-Stepper ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--light ._coral-Stepper ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(215, 55, 63);
        }
.coral--light ._coral-Stepper ._coral-Stepper-input:invalid,
.coral--light ._coral-Stepper ._coral-Stepper-input.is-invalid {
      border-color: rgb(215, 55, 63);
    }
.coral--light ._coral-Stepper ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--light ._coral-Stepper ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(215, 55, 63);
        }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input {
      border-color: rgb(38, 128, 235);
      box-shadow: none;
    }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(38, 128, 235);
        }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring {
        box-shadow: 0 0 0 1px rgb(38, 128, 235);
      }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(38, 128, 235);
        }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring:invalid,
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring.is-invalid {
          box-shadow: 0 0 0 1px rgb(215, 55, 63);
        }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
            box-shadow: 0 0 0 1px rgb(215, 55, 63);
          }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input:invalid,
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid {
        border-color: rgb(215, 55, 63);
      }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(215, 55, 63);
          }
.coral--light ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-color: rgb(215, 55, 63);
      box-shadow: none;
    }
.coral--light ._coral-Stepper.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(215, 55, 63);
        }
.coral--light ._coral-Stepper.is-invalid ._coral-Stepper-input.focus-ring {
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.coral--light ._coral-Stepper.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(215, 55, 63);
        }
.coral--light ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper-stepDown {
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-Stepper-stepUp:disabled,
.coral--light ._coral-Stepper-stepDown:disabled {
    border-color: transparent;
  }
.coral--light ._coral-Stepper-stepUp:hover,
.coral--light ._coral-Stepper-stepDown:hover {
    border-color: rgb(225, 225, 225);
  }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-stepUp:disabled,
.coral--light ._coral-Stepper--quiet ._coral-Stepper-stepDown:disabled {
      border-color: rgb(225, 225, 225);
    }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input {
    box-shadow: none;
  }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(38, 128, 235);
        }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input:focus:invalid,
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input:focus.is-invalid {
        box-shadow: none;
      }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring {
      box-shadow: 0 1px 0 0 rgb(38, 128, 235);
    }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          box-shadow: 0 1px 0 0 rgb(38, 128, 235);
        }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid,
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid {
        box-shadow: 0 1px 0 0 rgb(215, 55, 63);
      }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(215, 55, 63);
          }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input:invalid,
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid {
      border-color: rgb(215, 55, 63);
    }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input:invalid + ._coral-Stepper-buttons,
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--light ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(215, 55, 63);
        }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input {
      box-shadow: none;
    }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(38, 128, 235);
        }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(38, 128, 235);
          }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring {
        border-color: rgb(38, 128, 235);
        box-shadow: 0 1px 0 0 rgb(38, 128, 235);
      }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(38, 128, 235);
          }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid,
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid {
          box-shadow: 0 1px 0 0 rgb(215, 55, 63);
        }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
            box-shadow: none;
          }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
              box-shadow: 0 1px 0 0 rgb(215, 55, 63);
            }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid,
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid {
        border-color: rgb(215, 55, 63);
      }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons,
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(215, 55, 63);
          }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input {
      border-color: rgb(215, 55, 63);
    }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(215, 55, 63);
        }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(215, 55, 63);
          }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring {
        box-shadow: 0 1px 0 0 rgb(215, 55, 63);
      }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(215, 55, 63);
          }

.coral--lightest ._coral-Stepper ._coral-Stepper-input:focus {
      border-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Stepper ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(55, 142, 240);
        }
.coral--lightest ._coral-Stepper ._coral-Stepper-input:focus:invalid,
.coral--lightest ._coral-Stepper ._coral-Stepper-input:focus.is-invalid {
        border-color: rgb(227, 72, 80);
      }
.coral--lightest ._coral-Stepper ._coral-Stepper-input:focus:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper ._coral-Stepper-input:focus:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--lightest ._coral-Stepper ._coral-Stepper-input:focus.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper ._coral-Stepper-input:focus.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(227, 72, 80);
          }
.coral--lightest ._coral-Stepper ._coral-Stepper-input.focus-ring {
      box-shadow: 0 0 0 1px rgb(55, 142, 240);
    }
.coral--lightest ._coral-Stepper ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
        box-shadow: 0 0 0 1px rgb(55, 142, 240);
      }
.coral--lightest ._coral-Stepper ._coral-Stepper-input.focus-ring:invalid,
.coral--lightest ._coral-Stepper ._coral-Stepper-input.focus-ring.is-invalid {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--lightest ._coral-Stepper ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--lightest ._coral-Stepper ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }
.coral--lightest ._coral-Stepper ._coral-Stepper-input:invalid,
.coral--lightest ._coral-Stepper ._coral-Stepper-input.is-invalid {
      border-color: rgb(227, 72, 80);
    }
.coral--lightest ._coral-Stepper ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--lightest ._coral-Stepper ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(227, 72, 80);
        }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input {
      border-color: rgb(55, 142, 240);
      box-shadow: none;
    }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(55, 142, 240);
        }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring {
        box-shadow: 0 0 0 1px rgb(55, 142, 240);
      }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(55, 142, 240);
        }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring:invalid,
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring.is-invalid {
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
            box-shadow: 0 0 0 1px rgb(227, 72, 80);
          }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input:invalid,
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid {
        border-color: rgb(227, 72, 80);
      }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(227, 72, 80);
          }
.coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-color: rgb(227, 72, 80);
      box-shadow: none;
    }
.coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(227, 72, 80);
        }
.coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-input.focus-ring {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }
.coral--lightest ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper-stepDown {
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Stepper-stepUp:disabled,
.coral--lightest ._coral-Stepper-stepDown:disabled {
    border-color: transparent;
  }
.coral--lightest ._coral-Stepper-stepUp:hover,
.coral--lightest ._coral-Stepper-stepDown:hover {
    border-color: rgb(234, 234, 234);
  }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-stepUp:disabled,
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-stepDown:disabled {
      border-color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input {
    box-shadow: none;
  }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(55, 142, 240);
        }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input:focus:invalid,
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input:focus.is-invalid {
        box-shadow: none;
      }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring {
      box-shadow: 0 1px 0 0 rgb(55, 142, 240);
    }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          box-shadow: 0 1px 0 0 rgb(55, 142, 240);
        }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid,
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid {
        box-shadow: 0 1px 0 0 rgb(227, 72, 80);
      }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(227, 72, 80);
          }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input:invalid,
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid {
      border-color: rgb(227, 72, 80);
    }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input:invalid + ._coral-Stepper-buttons,
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(227, 72, 80);
        }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input {
      box-shadow: none;
    }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(55, 142, 240);
        }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(55, 142, 240);
          }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring {
        border-color: rgb(55, 142, 240);
        box-shadow: 0 1px 0 0 rgb(55, 142, 240);
      }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(55, 142, 240);
          }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid,
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid {
          box-shadow: 0 1px 0 0 rgb(227, 72, 80);
        }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
            box-shadow: none;
          }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
              box-shadow: 0 1px 0 0 rgb(227, 72, 80);
            }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid,
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid {
        border-color: rgb(227, 72, 80);
      }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons,
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(227, 72, 80);
          }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input {
      border-color: rgb(227, 72, 80);
    }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(227, 72, 80);
        }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(227, 72, 80);
          }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring {
        box-shadow: 0 1px 0 0 rgb(227, 72, 80);
      }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(227, 72, 80);
          }

.coral--dark ._coral-Stepper ._coral-Stepper-input:focus {
      border-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Stepper ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(38, 128, 235);
        }
.coral--dark ._coral-Stepper ._coral-Stepper-input:focus:invalid,
.coral--dark ._coral-Stepper ._coral-Stepper-input:focus.is-invalid {
        border-color: rgb(236, 91, 98);
      }
.coral--dark ._coral-Stepper ._coral-Stepper-input:focus:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper ._coral-Stepper-input:focus:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--dark ._coral-Stepper ._coral-Stepper-input:focus.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper ._coral-Stepper-input:focus.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(236, 91, 98);
          }
.coral--dark ._coral-Stepper ._coral-Stepper-input.focus-ring {
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--dark ._coral-Stepper ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
        box-shadow: 0 0 0 1px rgb(38, 128, 235);
      }
.coral--dark ._coral-Stepper ._coral-Stepper-input.focus-ring:invalid,
.coral--dark ._coral-Stepper ._coral-Stepper-input.focus-ring.is-invalid {
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }
.coral--dark ._coral-Stepper ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--dark ._coral-Stepper ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(236, 91, 98);
        }
.coral--dark ._coral-Stepper ._coral-Stepper-input:invalid,
.coral--dark ._coral-Stepper ._coral-Stepper-input.is-invalid {
      border-color: rgb(236, 91, 98);
    }
.coral--dark ._coral-Stepper ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--dark ._coral-Stepper ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(236, 91, 98);
        }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input {
      border-color: rgb(38, 128, 235);
      box-shadow: none;
    }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(38, 128, 235);
        }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring {
        box-shadow: 0 0 0 1px rgb(38, 128, 235);
      }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(38, 128, 235);
        }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring:invalid,
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring.is-invalid {
          box-shadow: 0 0 0 1px rgb(236, 91, 98);
        }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
            box-shadow: 0 0 0 1px rgb(236, 91, 98);
          }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input:invalid,
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid {
        border-color: rgb(236, 91, 98);
      }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(236, 91, 98);
          }
.coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-color: rgb(236, 91, 98);
      box-shadow: none;
    }
.coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(236, 91, 98);
        }
.coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-input.focus-ring {
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }
.coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(236, 91, 98);
        }
.coral--dark ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper-stepDown {
  border-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Stepper-stepUp:disabled,
.coral--dark ._coral-Stepper-stepDown:disabled {
    border-color: transparent;
  }
.coral--dark ._coral-Stepper-stepUp:hover,
.coral--dark ._coral-Stepper-stepDown:hover {
    border-color: rgb(74, 74, 74);
  }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-stepUp:disabled,
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-stepDown:disabled {
      border-color: rgb(74, 74, 74);
    }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input {
    box-shadow: none;
  }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(38, 128, 235);
        }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input:focus:invalid,
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input:focus.is-invalid {
        box-shadow: none;
      }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring {
      box-shadow: 0 1px 0 0 rgb(38, 128, 235);
    }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          box-shadow: 0 1px 0 0 rgb(38, 128, 235);
        }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid,
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid {
        box-shadow: 0 1px 0 0 rgb(236, 91, 98);
      }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(236, 91, 98);
          }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input:invalid,
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid {
      border-color: rgb(236, 91, 98);
    }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input:invalid + ._coral-Stepper-buttons,
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--dark ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(236, 91, 98);
        }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input {
      box-shadow: none;
    }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(38, 128, 235);
        }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(38, 128, 235);
          }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring {
        border-color: rgb(38, 128, 235);
        box-shadow: 0 1px 0 0 rgb(38, 128, 235);
      }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(38, 128, 235);
          }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid,
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid {
          box-shadow: 0 1px 0 0 rgb(236, 91, 98);
        }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
            box-shadow: none;
          }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
              box-shadow: 0 1px 0 0 rgb(236, 91, 98);
            }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid,
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid {
        border-color: rgb(236, 91, 98);
      }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons,
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(236, 91, 98);
          }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input {
      border-color: rgb(236, 91, 98);
    }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(236, 91, 98);
        }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(236, 91, 98);
          }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring {
        box-shadow: 0 1px 0 0 rgb(236, 91, 98);
      }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(236, 91, 98);
          }

.coral--darkest ._coral-Stepper ._coral-Stepper-input:focus {
      border-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Stepper ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(20, 115, 230);
        }
.coral--darkest ._coral-Stepper ._coral-Stepper-input:focus:invalid,
.coral--darkest ._coral-Stepper ._coral-Stepper-input:focus.is-invalid {
        border-color: rgb(227, 72, 80);
      }
.coral--darkest ._coral-Stepper ._coral-Stepper-input:focus:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper ._coral-Stepper-input:focus:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--darkest ._coral-Stepper ._coral-Stepper-input:focus.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper ._coral-Stepper-input:focus.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(227, 72, 80);
          }
.coral--darkest ._coral-Stepper ._coral-Stepper-input.focus-ring {
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }
.coral--darkest ._coral-Stepper ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
        box-shadow: 0 0 0 1px rgb(20, 115, 230);
      }
.coral--darkest ._coral-Stepper ._coral-Stepper-input.focus-ring:invalid,
.coral--darkest ._coral-Stepper ._coral-Stepper-input.focus-ring.is-invalid {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--darkest ._coral-Stepper ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--darkest ._coral-Stepper ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }
.coral--darkest ._coral-Stepper ._coral-Stepper-input:invalid,
.coral--darkest ._coral-Stepper ._coral-Stepper-input.is-invalid {
      border-color: rgb(227, 72, 80);
    }
.coral--darkest ._coral-Stepper ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--darkest ._coral-Stepper ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(227, 72, 80);
        }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input {
      border-color: rgb(20, 115, 230);
      box-shadow: none;
    }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(20, 115, 230);
        }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring {
        box-shadow: 0 0 0 1px rgb(20, 115, 230);
      }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(20, 115, 230);
        }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring:invalid,
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring.is-invalid {
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
            box-shadow: 0 0 0 1px rgb(227, 72, 80);
          }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input:invalid,
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid {
        border-color: rgb(227, 72, 80);
      }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(227, 72, 80);
          }
.coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-color: rgb(227, 72, 80);
      box-shadow: none;
    }
.coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(227, 72, 80);
        }
.coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-input.focus-ring {
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: 0 0 0 1px rgb(227, 72, 80);
        }
.coral--darkest ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper-stepDown {
  border-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Stepper-stepUp:disabled,
.coral--darkest ._coral-Stepper-stepDown:disabled {
    border-color: transparent;
  }
.coral--darkest ._coral-Stepper-stepUp:hover,
.coral--darkest ._coral-Stepper-stepDown:hover {
    border-color: rgb(57, 57, 57);
  }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-stepUp:disabled,
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-stepDown:disabled {
      border-color: rgb(57, 57, 57);
    }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input {
    box-shadow: none;
  }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(20, 115, 230);
        }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input:focus:invalid,
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input:focus.is-invalid {
        box-shadow: none;
      }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring {
      box-shadow: 0 1px 0 0 rgb(20, 115, 230);
    }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          box-shadow: 0 1px 0 0 rgb(20, 115, 230);
        }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid,
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid {
        box-shadow: 0 1px 0 0 rgb(227, 72, 80);
      }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(227, 72, 80);
          }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input:invalid,
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid {
      border-color: rgb(227, 72, 80);
    }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input:invalid + ._coral-Stepper-buttons,
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(227, 72, 80);
        }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input {
      box-shadow: none;
    }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons {
        box-shadow: none;
      }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(20, 115, 230);
        }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(20, 115, 230);
          }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring {
        border-color: rgb(20, 115, 230);
        box-shadow: 0 1px 0 0 rgb(20, 115, 230);
      }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(20, 115, 230);
          }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid,
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid {
          box-shadow: 0 1px 0 0 rgb(227, 72, 80);
        }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons,
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons {
            box-shadow: none;
          }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.focus-ring.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
              box-shadow: 0 1px 0 0 rgb(227, 72, 80);
            }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid,
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid {
        border-color: rgb(227, 72, 80);
      }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons,
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input:invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown,
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input.is-invalid + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(227, 72, 80);
          }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input {
      border-color: rgb(227, 72, 80);
    }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
          border-color: rgb(227, 72, 80);
        }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input:focus + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            border-color: rgb(227, 72, 80);
          }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring {
        box-shadow: 0 1px 0 0 rgb(227, 72, 80);
      }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons {
          box-shadow: none;
        }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input.focus-ring + ._coral-Stepper-buttons ._coral-Stepper-stepDown {
            box-shadow: 0 1px 0 0 rgb(227, 72, 80);
          }

._coral-Stepper[role="group"].is-focused {
  box-shadow: none;
}
._coral-Stepper[role="group"].is-focused ._coral-Stepper-input.is-focused:not(.focus-ring) {
  box-shadow: none;
}
._coral-Stepper-stepUp,
._coral-Stepper-stepDown {
  display: block;
}
._coral-Stepper-stepUpIcon,
._coral-Stepper-stepDownIcon {
  margin-left: 0;
}
._coral-Stepper-input {
  -moz-appearance: textfield;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Tooltip {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
._coral-Tooltip.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
._coral-Tooltip--bottom.is-open {
  transform: translateY(6px);
}
._coral-Tooltip--top.is-open {
  transform: translateY(-6px);
}
._coral-Tooltip--right.is-open {
  transform: translateX(6px);
}
._coral-Tooltip--left.is-open {
  transform: translateX(-6px);
}
._coral-Tooltip {

  position: relative;
  left: 0px;
  top: 0px;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;

  vertical-align: top;

  width: auto;
  padding: 4px 10px;
  border-radius: 4px;
  min-height: 24px;

  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._coral-Tooltip p {
    margin: 0;
  }
._coral-Tooltip-tip {
  position: absolute;

  height: 0;
  width: 0;

  border-width: 4px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
._coral-Tooltip--right ._coral-Tooltip-tip, ._coral-Tooltip--left ._coral-Tooltip-tip {
    top: 50%;
    margin-top: -4px;
  }
._coral-Tooltip--right {
  margin-left: 3px;
}
._coral-Tooltip--right ._coral-Tooltip-tip {
    right: 100%;
    transform: rotate(90deg);
  }
._coral-Tooltip--left {
  margin-right: 3px;
}
._coral-Tooltip--left ._coral-Tooltip-tip {
    left: 100%;
    transform: rotate(-90deg);
  }
._coral-Tooltip--top {
  margin-bottom: 3px;
}
._coral-Tooltip--top ._coral-Tooltip-tip {
    top: 100%;
  }
._coral-Tooltip--bottom {
  margin-top: 3px;
}
._coral-Tooltip--bottom ._coral-Tooltip-tip {
    bottom: 100%;
    transform: rotate(-180deg);
  }
._coral-Tooltip--bottom ._coral-Tooltip-tip, ._coral-Tooltip--top ._coral-Tooltip-tip {
    left: 50%;
    margin-left: -4px;
  }
._coral-Tooltip-typeIcon {
  margin-left: -2px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1px;
}
._coral-Tooltip-label {
  max-width: 101px;
  line-height: 16px;
}
.u-tooltip-showOnHover {
  display: inline-block;
  position: relative;
}
.u-tooltip-showOnHover ._coral-Tooltip {
    position: absolute;
    white-space: nowrap;
    visibility: visible !important;
    transition: transform 130ms ease-in-out;
    top: -100%;
  }
.u-tooltip-showOnHover ._coral-Tooltip-label {
    max-width: none;
  }
.u-tooltip-showOnHover ._coral-Tooltip--right,
  .u-tooltip-showOnHover ._coral-Tooltip--left,.u-tooltip-showOnHover ._coral-Tooltip--right ._coral-Tooltip-tip, .u-tooltip-showOnHover ._coral-Tooltip--left ._coral-Tooltip-tip {
      top: 50%;
    }
.u-tooltip-showOnHover ._coral-Tooltip--right {
    left: 100%;
    transform: translate(0, -50%);
  }
.u-tooltip-showOnHover ._coral-Tooltip--left {
    transform: translate(-100%, -50%);
  }
.u-tooltip-showOnHover ._coral-Tooltip--bottom,
  .u-tooltip-showOnHover ._coral-Tooltip--top,.u-tooltip-showOnHover ._coral-Tooltip--bottom ._coral-Tooltip-tip, .u-tooltip-showOnHover ._coral-Tooltip--top ._coral-Tooltip-tip {
      left: 50%;
    }
.u-tooltip-showOnHover ._coral-Tooltip--bottom {
    top: 100%;
    transform: translate(-50%, -4px);
  }
.u-tooltip-showOnHover ._coral-Tooltip--top {
    transform: translate(-50%, 4px);
  }
.u-tooltip-showOnHover:hover ._coral-Tooltip,
  .u-tooltip-showOnHover:focus ._coral-Tooltip,
  .u-tooltip-showOnHover.is-focused ._coral-Tooltip,
  .u-tooltip-showOnHover *:focus ._coral-Tooltip {
    opacity: 1;
  }
.u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--bottom,
  .u-tooltip-showOnHover:focus ._coral-Tooltip._coral-Tooltip--bottom,
  .u-tooltip-showOnHover.is-focused ._coral-Tooltip._coral-Tooltip--bottom,
  .u-tooltip-showOnHover *:focus ._coral-Tooltip._coral-Tooltip--bottom {
    transform: translate(-50%, 0);
  }
.u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--top,
  .u-tooltip-showOnHover:focus ._coral-Tooltip._coral-Tooltip--top,
  .u-tooltip-showOnHover.is-focused ._coral-Tooltip._coral-Tooltip--top,
  .u-tooltip-showOnHover *:focus ._coral-Tooltip._coral-Tooltip--top {
    transform: translate(-50%, -4px);
  }
.u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--left,
  .u-tooltip-showOnHover:focus ._coral-Tooltip._coral-Tooltip--left,
  .u-tooltip-showOnHover.is-focused ._coral-Tooltip._coral-Tooltip--left,
  .u-tooltip-showOnHover *:focus ._coral-Tooltip._coral-Tooltip--left {
    transform: translate(calc(-100% - 4px), -50%);
  }
.u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--right,
  .u-tooltip-showOnHover:focus ._coral-Tooltip._coral-Tooltip--right,
  .u-tooltip-showOnHover.is-focused ._coral-Tooltip._coral-Tooltip--right,
  .u-tooltip-showOnHover *:focus ._coral-Tooltip._coral-Tooltip--right {
    transform: translate(4px, -50%);
  }

.coral--large ._coral-Tooltip {

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;
}
.coral--large ._coral-Tooltip--bottom.is-open {
  transform: translateY(8px);
}
.coral--large ._coral-Tooltip--top.is-open {
  transform: translateY(-8px);
}
.coral--large ._coral-Tooltip--right.is-open {
  transform: translateX(8px);
}
.coral--large ._coral-Tooltip--left.is-open {
  transform: translateX(-8px);
}
.coral--large ._coral-Tooltip {
  padding: 5px 13px;
  border-radius: 5px;
  min-height: 30px;

  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.coral--large ._coral-Tooltip-tip {

  border-width: 5px;
}
.coral--large ._coral-Tooltip--right ._coral-Tooltip-tip, .coral--large ._coral-Tooltip--left ._coral-Tooltip-tip {
    margin-top: -5px;
  }
.coral--large ._coral-Tooltip--right {
  margin-left: 3px;
}
.coral--large ._coral-Tooltip--left {
  margin-right: 3px;
}
.coral--large ._coral-Tooltip--top {
  margin-bottom: 3px;
}
.coral--large ._coral-Tooltip--bottom {
  margin-top: 3px;
}
.coral--large ._coral-Tooltip--bottom ._coral-Tooltip-tip, .coral--large ._coral-Tooltip--top ._coral-Tooltip-tip {
    margin-left: -5px;
  }
.coral--large ._coral-Tooltip-typeIcon {
  margin-left: -3px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.coral--large ._coral-Tooltip-label {
  max-width: 126px;
  line-height: 19px;
}
.coral--large .u-tooltip-showOnHover ._coral-Tooltip {
    transition: transform 130ms ease-in-out;
  }
.coral--large .u-tooltip-showOnHover ._coral-Tooltip--bottom {
    transform: translate(-50%, -5px);
  }
.coral--large .u-tooltip-showOnHover ._coral-Tooltip--top {
    transform: translate(-50%, 5px);
  }
.coral--large .u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--top,
  .coral--large .u-tooltip-showOnHover:focus ._coral-Tooltip._coral-Tooltip--top,
  .coral--large .u-tooltip-showOnHover.is-focused ._coral-Tooltip._coral-Tooltip--top,
  .coral--large .u-tooltip-showOnHover *:focus ._coral-Tooltip._coral-Tooltip--top {
    transform: translate(-50%, -5px);
  }
.coral--large .u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--left,
  .coral--large .u-tooltip-showOnHover:focus ._coral-Tooltip._coral-Tooltip--left,
  .coral--large .u-tooltip-showOnHover.is-focused ._coral-Tooltip._coral-Tooltip--left,
  .coral--large .u-tooltip-showOnHover *:focus ._coral-Tooltip._coral-Tooltip--left {
    transform: translate(calc(-100% - 5px), -50%);
  }
.coral--large .u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--right,
  .coral--large .u-tooltip-showOnHover:focus ._coral-Tooltip._coral-Tooltip--right,
  .coral--large .u-tooltip-showOnHover.is-focused ._coral-Tooltip._coral-Tooltip--right,
  .coral--large .u-tooltip-showOnHover *:focus ._coral-Tooltip._coral-Tooltip--right {
    transform: translate(5px, -50%);
  }

.coral--light ._coral-Tooltip {
  background-color: rgb(116, 116, 116);

  color: rgb(255, 255, 255);
}
.coral--light ._coral-Tooltip-tip {
  border-top-color: rgb(116, 116, 116);
}
.coral--light ._coral-Tooltip--negative,
.coral--light ._coral-Tooltip--error {
  background-color: rgb(201, 37, 45);
}
.coral--light ._coral-Tooltip--negative ._coral-Tooltip-tip,
.coral--light ._coral-Tooltip--error ._coral-Tooltip-tip {
    border-top-color: rgb(201, 37, 45);
  }
.coral--light ._coral-Tooltip--info,
.coral--light ._coral-Tooltip--help {
  background-color: rgb(13, 102, 208);
}
.coral--light ._coral-Tooltip--info ._coral-Tooltip-tip,
.coral--light ._coral-Tooltip--help ._coral-Tooltip-tip {
    border-top-color: rgb(13, 102, 208);
  }
.coral--light ._coral-Tooltip--positive,
.coral--light ._coral-Tooltip--success {
  background-color: rgb(18, 128, 92);
}
.coral--light ._coral-Tooltip--positive ._coral-Tooltip-tip,
.coral--light ._coral-Tooltip--success ._coral-Tooltip-tip {
    border-top-color: rgb(18, 128, 92);
  }

.coral--lightest ._coral-Tooltip {
  background-color: rgb(116, 116, 116);

  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Tooltip-tip {
  border-top-color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Tooltip--negative,
.coral--lightest ._coral-Tooltip--error {
  background-color: rgb(201, 37, 45);
}
.coral--lightest ._coral-Tooltip--negative ._coral-Tooltip-tip,
.coral--lightest ._coral-Tooltip--error ._coral-Tooltip-tip {
    border-top-color: rgb(201, 37, 45);
  }
.coral--lightest ._coral-Tooltip--info,
.coral--lightest ._coral-Tooltip--help {
  background-color: rgb(13, 102, 208);
}
.coral--lightest ._coral-Tooltip--info ._coral-Tooltip-tip,
.coral--lightest ._coral-Tooltip--help ._coral-Tooltip-tip {
    border-top-color: rgb(13, 102, 208);
  }
.coral--lightest ._coral-Tooltip--positive,
.coral--lightest ._coral-Tooltip--success {
  background-color: rgb(18, 128, 92);
}
.coral--lightest ._coral-Tooltip--positive ._coral-Tooltip-tip,
.coral--lightest ._coral-Tooltip--success ._coral-Tooltip-tip {
    border-top-color: rgb(18, 128, 92);
  }

.coral--dark ._coral-Tooltip {
  background-color: rgb(116, 116, 116);

  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Tooltip-tip {
  border-top-color: rgb(116, 116, 116);
}
.coral--dark ._coral-Tooltip--negative,
.coral--dark ._coral-Tooltip--error {
  background-color: rgb(201, 37, 45);
}
.coral--dark ._coral-Tooltip--negative ._coral-Tooltip-tip,
.coral--dark ._coral-Tooltip--error ._coral-Tooltip-tip {
    border-top-color: rgb(201, 37, 45);
  }
.coral--dark ._coral-Tooltip--info,
.coral--dark ._coral-Tooltip--help {
  background-color: rgb(13, 102, 208);
}
.coral--dark ._coral-Tooltip--info ._coral-Tooltip-tip,
.coral--dark ._coral-Tooltip--help ._coral-Tooltip-tip {
    border-top-color: rgb(13, 102, 208);
  }
.coral--dark ._coral-Tooltip--positive,
.coral--dark ._coral-Tooltip--success {
  background-color: rgb(18, 128, 92);
}
.coral--dark ._coral-Tooltip--positive ._coral-Tooltip-tip,
.coral--dark ._coral-Tooltip--success ._coral-Tooltip-tip {
    border-top-color: rgb(18, 128, 92);
  }

.coral--darkest ._coral-Tooltip {
  background-color: rgb(116, 116, 116);

  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Tooltip-tip {
  border-top-color: rgb(116, 116, 116);
}
.coral--darkest ._coral-Tooltip--negative,
.coral--darkest ._coral-Tooltip--error {
  background-color: rgb(201, 37, 45);
}
.coral--darkest ._coral-Tooltip--negative ._coral-Tooltip-tip,
.coral--darkest ._coral-Tooltip--error ._coral-Tooltip-tip {
    border-top-color: rgb(201, 37, 45);
  }
.coral--darkest ._coral-Tooltip--info,
.coral--darkest ._coral-Tooltip--help {
  background-color: rgb(13, 102, 208);
}
.coral--darkest ._coral-Tooltip--info ._coral-Tooltip-tip,
.coral--darkest ._coral-Tooltip--help ._coral-Tooltip-tip {
    border-top-color: rgb(13, 102, 208);
  }
.coral--darkest ._coral-Tooltip--positive,
.coral--darkest ._coral-Tooltip--success {
  background-color: rgb(18, 128, 92);
}
.coral--darkest ._coral-Tooltip--positive ._coral-Tooltip-tip,
.coral--darkest ._coral-Tooltip--success ._coral-Tooltip-tip {
    border-top-color: rgb(18, 128, 92);
  }

._coral-Tooltip {
  transition: left 130ms cubic-bezier(.45, 0, .40, 1), top 130ms cubic-bezier(.45, 0, .40, 1), opacity 130ms cubic-bezier(.45, 0, .40, 1), visibility 0ms cubic-bezier(0, 0, 1, 1) 130ms;
}

.coral--large ._coral-Tooltip {
  transition: left 130ms cubic-bezier(.45, 0, .40, 1), top 130ms cubic-bezier(.45, 0, .40, 1), opacity 130ms cubic-bezier(.45, 0, .40, 1), visibility 0ms cubic-bezier(0, 0, 1, 1) 130ms;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;

  position: relative;

  min-height: 32px;
  max-width: 100%;

  margin-right: 16px;

  vertical-align: top;
}
._coral-Checkbox-input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: calc(100% + 16px);
  height: 100%;

  opacity: .0001;
  z-index: 1;

  cursor: pointer;
}
._coral-Checkbox-input:disabled {
    cursor: default;
  }
._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-width: 7px;
    }
._coral-Checkbox-input:checked + ._coral-Checkbox-box ._coral-Checkbox-checkmark {
      transform: scale(1);
      opacity: 1;
    }
._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:after {
        margin: -2px;
      }
._coral-Checkbox.is-indeterminate ._coral-Checkbox-box:before, ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-width: 7px;
    }
._coral-Checkbox.is-indeterminate ._coral-Checkbox-box ._coral-Checkbox-checkmark, ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input:checked + ._coral-Checkbox-box ._coral-Checkbox-checkmark {
      display: none;
    }
._coral-Checkbox.is-indeterminate ._coral-Checkbox-box ._coral-Checkbox-partialCheckmark, ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input:checked + ._coral-Checkbox-box ._coral-Checkbox-partialCheckmark {
      display: block;

      transform: scale(1);
      opacity: 1;
    }
._coral-Checkbox-label {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.49;
}
._coral-Checkbox-box {
  position: relative;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 9px 0;

  -ms-flex-positive: 0;

      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
._coral-Checkbox-box:before {
    display: block;
    z-index: 0;
    content: '';
    box-sizing: border-box;
    position: absolute;

    width: 14px;
    height: 14px;

    border-radius: 2px;
    border-width: 2px;
    border-style: solid;

    transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
  }
._coral-Checkbox-box:after {
    border-radius: 4px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 2px;

    transition: box-shadow 130ms ease-out,
                margin 130ms ease-out;
  }
._coral-Checkbox-checkmark,
._coral-Checkbox-partialCheckmark {
  position: absolute;
  top: 50%;
  left: 50%;

  margin-top: -5px;
  margin-left: -5px;

  opacity: 0;
  transform: scale(0);

  transition: opacity 130ms ease-in-out, transform 130ms ease-in-out;
}
._coral-Checkbox-partialCheckmark {
  display: none;
}

.coral--large ._coral-Checkbox {

  min-height: 40px;

  margin-right: 20px;
}
.coral--large ._coral-Checkbox-input {
  left: -10px;
  width: calc(100% + 20px);
}
.coral--large ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-width: 9px;
    }
.coral--large ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:after {
        margin: -2px;
      }
.coral--large ._coral-Checkbox.is-indeterminate ._coral-Checkbox-box:before, .coral--large ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-width: 9px;
    }
.coral--large ._coral-Checkbox-label {
  margin-left: 13px;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.49;
}
.coral--large ._coral-Checkbox-box {
  width: 18px;
  height: 18px;
  margin: 11px 0;
}
.coral--large ._coral-Checkbox-box:before {

    width: 18px;
    height: 18px;

    border-radius: 2px;
    border-width: 2px;

    transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
  }
.coral--large ._coral-Checkbox-box:after {
    border-radius: 4px;
    margin: 2px;

    transition: box-shadow 130ms ease-out,
                margin 130ms ease-out;
  }
.coral--large ._coral-Checkbox-checkmark,
.coral--large ._coral-Checkbox-partialCheckmark {

  margin-top: -6px;
  margin-left: -6px;

  transition: opacity 130ms ease-in-out, transform 130ms ease-in-out;
}

.coral--light ._coral-Checkbox {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Checkbox-checkmark,
.coral--light ._coral-Checkbox-partialCheckmark {
  color: rgb(250, 250, 250);
}
.coral--light ._coral-Checkbox-box:before {
    border-color: rgb(142, 142, 142);
    background-color: rgb(250, 250, 250);
  }
.coral--light ._coral-Checkbox-label {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Checkbox.is-indeterminate ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
    border-color: rgb(20, 115, 230);
  }
.coral--light ._coral-Checkbox:hover.is-indeterminate ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(13, 102, 208);
    }
.coral--light ._coral-Checkbox:active.is-indeterminate ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(9, 90, 186);
    }
.coral--light ._coral-Checkbox {
  border-color: rgb(142, 142, 142);
}
.coral--light ._coral-Checkbox:hover ._coral-Checkbox-box:before {
        border-color: rgb(110, 110, 110);
      }
.coral--light ._coral-Checkbox:hover ._coral-Checkbox-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Checkbox:active ._coral-Checkbox-box:before {
        border-color: rgb(75, 75, 75);
      }
.coral--light ._coral-Checkbox:active ._coral-Checkbox-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Checkbox ._coral-Checkbox-input:disabled + ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox ._coral-Checkbox-input:checked:disabled + ._coral-Checkbox-box:before {
      border-color: rgb(202, 202, 202);
      background-color: rgb(250, 250, 250);
    }
.coral--light ._coral-Checkbox ._coral-Checkbox-input:disabled ~ ._coral-Checkbox-label,
.coral--light ._coral-Checkbox ._coral-Checkbox-input:checked:disabled ~ ._coral-Checkbox-label {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
      border-color: rgb(110, 110, 110);
    }
.coral--light ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:after {
      box-shadow: 0 0 0 2px rgb(38, 128, 235);
    }
.coral--light ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox-input:checked.focus-ring + ._coral-Checkbox-box:before {
        border-color: rgb(13, 102, 208);
      }
.coral--light ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Checkbox--quiet ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox--quiet.is-indeterminate ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox--quiet.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
    border-color: rgb(110, 110, 110);
  }
.coral--light ._coral-Checkbox--quiet:hover.is-indeterminate ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox--quiet:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(75, 75, 75);
    }
.coral--light ._coral-Checkbox--quiet:active.is-indeterminate ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox--quiet:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(44, 44, 44);
    }
.coral--light ._coral-Checkbox.is-invalid ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox.is-invalid ._coral-Checkbox-box:before {
      border-color: rgb(215, 55, 63);
    }
.coral--light ._coral-Checkbox.is-invalid ._coral-Checkbox-label {
    color: rgb(201, 37, 45);
  }
.coral--light ._coral-Checkbox.is-invalid.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox.is-invalid ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
        border-color: rgb(201, 37, 45);
      }
.coral--light ._coral-Checkbox.is-invalid.is-indeterminate ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label,
.coral--light ._coral-Checkbox.is-invalid ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
      color: rgb(187, 18, 26);
    }
.coral--light ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-box:before {
        border-color: rgb(201, 37, 45);
      }
.coral--light ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-label {
      color: rgb(187, 18, 26);
    }
.coral--light ._coral-Checkbox.is-invalid:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--light ._coral-Checkbox.is-invalid:active ._coral-Checkbox-box:before {
        border-color: rgb(187, 18, 26);
      }
.coral--light ._coral-Checkbox.is-invalid:active ._coral-Checkbox-label {
      color: rgb(187, 18, 26);
    }

.coral--lightest ._coral-Checkbox {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Checkbox-checkmark,
.coral--lightest ._coral-Checkbox-partialCheckmark {
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Checkbox-box:before {
    border-color: rgb(149, 149, 149);
    background-color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Checkbox-label {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Checkbox.is-indeterminate ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
    border-color: rgb(38, 128, 235);
  }
.coral--lightest ._coral-Checkbox:hover.is-indeterminate ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(20, 115, 230);
    }
.coral--lightest ._coral-Checkbox:active.is-indeterminate ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(13, 102, 208);
    }
.coral--lightest ._coral-Checkbox {
  border-color: rgb(149, 149, 149);
}
.coral--lightest ._coral-Checkbox:hover ._coral-Checkbox-box:before {
        border-color: rgb(116, 116, 116);
      }
.coral--lightest ._coral-Checkbox:hover ._coral-Checkbox-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Checkbox:active ._coral-Checkbox-box:before {
        border-color: rgb(80, 80, 80);
      }
.coral--lightest ._coral-Checkbox:active ._coral-Checkbox-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Checkbox ._coral-Checkbox-input:disabled + ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox ._coral-Checkbox-input:checked:disabled + ._coral-Checkbox-box:before {
      border-color: rgb(211, 211, 211);
      background-color: rgb(255, 255, 255);
    }
.coral--lightest ._coral-Checkbox ._coral-Checkbox-input:disabled ~ ._coral-Checkbox-label,
.coral--lightest ._coral-Checkbox ._coral-Checkbox-input:checked:disabled ~ ._coral-Checkbox-label {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
      border-color: rgb(116, 116, 116);
    }
.coral--lightest ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:after {
      box-shadow: 0 0 0 2px rgb(55, 142, 240);
    }
.coral--lightest ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox-input:checked.focus-ring + ._coral-Checkbox-box:before {
        border-color: rgb(20, 115, 230);
      }
.coral--lightest ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Checkbox--quiet ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox--quiet.is-indeterminate ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox--quiet.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
    border-color: rgb(116, 116, 116);
  }
.coral--lightest ._coral-Checkbox--quiet:hover.is-indeterminate ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox--quiet:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Checkbox--quiet:active.is-indeterminate ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox--quiet:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Checkbox.is-invalid ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox.is-invalid ._coral-Checkbox-box:before {
      border-color: rgb(227, 72, 80);
    }
.coral--lightest ._coral-Checkbox.is-invalid ._coral-Checkbox-label {
    color: rgb(215, 55, 63);
  }
.coral--lightest ._coral-Checkbox.is-invalid.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox.is-invalid ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
        border-color: rgb(215, 55, 63);
      }
.coral--lightest ._coral-Checkbox.is-invalid.is-indeterminate ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label,
.coral--lightest ._coral-Checkbox.is-invalid ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
      color: rgb(201, 37, 45);
    }
.coral--lightest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-box:before {
        border-color: rgb(215, 55, 63);
      }
.coral--lightest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-label {
      color: rgb(201, 37, 45);
    }
.coral--lightest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--lightest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-box:before {
        border-color: rgb(201, 37, 45);
      }
.coral--lightest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-label {
      color: rgb(201, 37, 45);
    }

.coral--dark ._coral-Checkbox {
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-Checkbox-checkmark,
.coral--dark ._coral-Checkbox-partialCheckmark {
  color: rgb(47, 47, 47);
}
.coral--dark ._coral-Checkbox-box:before {
    border-color: rgb(144, 144, 144);
    background-color: rgb(47, 47, 47);
  }
.coral--dark ._coral-Checkbox-label {
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-Checkbox.is-indeterminate ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
    border-color: rgb(55, 142, 240);
  }
.coral--dark ._coral-Checkbox:hover.is-indeterminate ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(75, 156, 245);
    }
.coral--dark ._coral-Checkbox:active.is-indeterminate ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(90, 169, 250);
    }
.coral--dark ._coral-Checkbox {
  border-color: rgb(144, 144, 144);
}
.coral--dark ._coral-Checkbox:hover ._coral-Checkbox-box:before {
        border-color: rgb(185, 185, 185);
      }
.coral--dark ._coral-Checkbox:hover ._coral-Checkbox-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Checkbox:active ._coral-Checkbox-box:before {
        border-color: rgb(227, 227, 227);
      }
.coral--dark ._coral-Checkbox:active ._coral-Checkbox-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Checkbox ._coral-Checkbox-input:disabled + ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox ._coral-Checkbox-input:checked:disabled + ._coral-Checkbox-box:before {
      border-color: rgb(90, 90, 90);
      background-color: rgb(47, 47, 47);
    }
.coral--dark ._coral-Checkbox ._coral-Checkbox-input:disabled ~ ._coral-Checkbox-label,
.coral--dark ._coral-Checkbox ._coral-Checkbox-input:checked:disabled ~ ._coral-Checkbox-label {
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
      border-color: rgb(185, 185, 185);
    }
.coral--dark ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:after {
      box-shadow: 0 0 0 2px rgb(38, 128, 235);
    }
.coral--dark ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox-input:checked.focus-ring + ._coral-Checkbox-box:before {
        border-color: rgb(75, 156, 245);
      }
.coral--dark ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Checkbox--quiet ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox--quiet.is-indeterminate ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox--quiet.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
    border-color: rgb(185, 185, 185);
  }
.coral--dark ._coral-Checkbox--quiet:hover.is-indeterminate ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox--quiet:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(227, 227, 227);
    }
.coral--dark ._coral-Checkbox--quiet:active.is-indeterminate ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox--quiet:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Checkbox.is-invalid ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox.is-invalid ._coral-Checkbox-box:before {
      border-color: rgb(236, 91, 98);
    }
.coral--dark ._coral-Checkbox.is-invalid ._coral-Checkbox-label {
    color: rgb(247, 109, 116);
  }
.coral--dark ._coral-Checkbox.is-invalid.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox.is-invalid ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
        border-color: rgb(247, 109, 116);
      }
.coral--dark ._coral-Checkbox.is-invalid.is-indeterminate ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label,
.coral--dark ._coral-Checkbox.is-invalid ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
      color: rgb(255, 123, 130);
    }
.coral--dark ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-box:before {
        border-color: rgb(247, 109, 116);
      }
.coral--dark ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-label {
      color: rgb(255, 123, 130);
    }
.coral--dark ._coral-Checkbox.is-invalid:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--dark ._coral-Checkbox.is-invalid:active ._coral-Checkbox-box:before {
        border-color: rgb(255, 123, 130);
      }
.coral--dark ._coral-Checkbox.is-invalid:active ._coral-Checkbox-label {
      color: rgb(255, 123, 130);
    }

.coral--darkest ._coral-Checkbox {
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-Checkbox-checkmark,
.coral--darkest ._coral-Checkbox-partialCheckmark {
  color: rgb(26, 26, 26);
}
.coral--darkest ._coral-Checkbox-box:before {
    border-color: rgb(124, 124, 124);
    background-color: rgb(26, 26, 26);
  }
.coral--darkest ._coral-Checkbox-label {
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-Checkbox.is-indeterminate ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
    border-color: rgb(38, 128, 235);
  }
.coral--darkest ._coral-Checkbox:hover.is-indeterminate ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(55, 142, 240);
    }
.coral--darkest ._coral-Checkbox:active.is-indeterminate ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(75, 156, 245);
    }
.coral--darkest ._coral-Checkbox {
  border-color: rgb(124, 124, 124);
}
.coral--darkest ._coral-Checkbox:hover ._coral-Checkbox-box:before {
        border-color: rgb(162, 162, 162);
      }
.coral--darkest ._coral-Checkbox:hover ._coral-Checkbox-label {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Checkbox:active ._coral-Checkbox-box:before {
        border-color: rgb(200, 200, 200);
      }
.coral--darkest ._coral-Checkbox:active ._coral-Checkbox-label {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Checkbox ._coral-Checkbox-input:disabled + ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox ._coral-Checkbox-input:checked:disabled + ._coral-Checkbox-box:before {
      border-color: rgb(73, 73, 73);
      background-color: rgb(26, 26, 26);
    }
.coral--darkest ._coral-Checkbox ._coral-Checkbox-input:disabled ~ ._coral-Checkbox-label,
.coral--darkest ._coral-Checkbox ._coral-Checkbox-input:checked:disabled ~ ._coral-Checkbox-label {
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
      border-color: rgb(162, 162, 162);
    }
.coral--darkest ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:after {
      box-shadow: 0 0 0 2px rgb(20, 115, 230);
    }
.coral--darkest ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox-input:checked.focus-ring + ._coral-Checkbox-box:before {
        border-color: rgb(55, 142, 240);
      }
.coral--darkest ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Checkbox--quiet ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox--quiet.is-indeterminate ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox--quiet.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
    border-color: rgb(162, 162, 162);
  }
.coral--darkest ._coral-Checkbox--quiet:hover.is-indeterminate ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox--quiet:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(200, 200, 200);
    }
.coral--darkest ._coral-Checkbox--quiet:active.is-indeterminate ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox--quiet:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before {
      border-color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Checkbox.is-invalid ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox.is-invalid ._coral-Checkbox-box:before {
      border-color: rgb(227, 72, 80);
    }
.coral--darkest ._coral-Checkbox.is-invalid ._coral-Checkbox-label {
    color: rgb(236, 91, 98);
  }
.coral--darkest ._coral-Checkbox.is-invalid.is-indeterminate ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox.is-invalid ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box:before {
        border-color: rgb(236, 91, 98);
      }
.coral--darkest ._coral-Checkbox.is-invalid.is-indeterminate ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label,
.coral--darkest ._coral-Checkbox.is-invalid ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
      color: rgb(247, 109, 116);
    }
.coral--darkest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-box:before {
        border-color: rgb(236, 91, 98);
      }
.coral--darkest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-label {
      color: rgb(247, 109, 116);
    }
.coral--darkest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box:before,
.coral--darkest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-box:before {
        border-color: rgb(247, 109, 116);
      }
.coral--darkest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-label {
      color: rgb(247, 109, 116);
    }

._coral-Checkbox.is-readOnly {
  pointer-events: none;
}
._coral-Checkbox-label,
.coral--large ._coral-Checkbox-label {
  line-height: 1.6;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Accordion {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
._coral-Accordion-itemIndicator {
  display: block;

  position: absolute;
  left: 16px;
  top: 14.5px;

  transition: transform ease 130ms;
}
._coral-Accordion-item {
  z-index: inherit;
  position: relative;

  display: list-item;
  margin: 0;

  border-bottom: 1px solid transparent;
}
._coral-Accordion-item:first-of-type {
    border-top: 1px solid transparent;
  }
._coral-Accordion-itemHeading {
  margin: 0;
}
._coral-Accordion-itemHeader {
  position: relative;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;

  box-sizing: border-box;
  padding: 12px 16px 12px 34px;
  margin: 0;

  min-height: 39px;

  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.0006em;

  text-overflow: ellipsis;
  cursor: pointer;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: inherit;
  border: 0;
  font-family: inherit;
  text-align: start;
  width: 100%;
}
._coral-Accordion-itemHeader:focus {
    outline: none;
  }
._coral-Accordion-itemHeader:focus::after {
      content: '';

      position: absolute;
      left: 0;
      top: -1px;
      bottom: -1px;

      width: 2px;
    }
._coral-Accordion-itemContent {
  padding: 0 16px 16px 16px;
  display: none;
}
._coral-Accordion-item.is-open > ._coral-Accordion-itemHeading > ._coral-Accordion-itemIndicator {
        transform: rotate(90deg);
      }
._coral-Accordion-item.is-open > ._coral-Accordion-itemIndicator {
      transform: rotate(90deg);
    }
._coral-Accordion-item.is-open > ._coral-Accordion-itemHeader::after {
      height: 39px;
    }
._coral-Accordion-item.is-open > ._coral-Accordion-itemContent {
      display: block;
    }
._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader {
      cursor: default;
    }

.coral--large ._coral-Accordion-itemIndicator {
  left: 16px;
  top: 14.5px;

  transition: transform ease 130ms;
}
.coral--large ._coral-Accordion-item {

  border-bottom: 1px solid transparent;
}
.coral--large ._coral-Accordion-item:first-of-type {
    border-top: 1px solid transparent;
  }
.coral--large ._coral-Accordion-itemHeader {
  padding: 15px 16px 15px 34px;

  min-height: 39px;

  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.0006em;
}
.coral--large ._coral-Accordion-itemHeader:focus::after {
      top: -1px;
      bottom: -1px;

      width: 2px;
    }
.coral--large ._coral-Accordion-itemContent {
  padding: 0 20px 20px 20px;
}
.coral--large ._coral-Accordion-item.is-open > ._coral-Accordion-itemHeader::after {
      height: 39px;
    }

.coral--light ._coral-Accordion-item {
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-Accordion-itemIndicator {
  color: rgb(142, 142, 142);
}
.coral--light ._coral-Accordion-itemHeader {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Accordion-itemHeader:hover {
    color: rgb(44, 44, 44);

    background-color: rgb(234, 234, 234);
  }
.coral--light ._coral-Accordion-itemHeader:hover + ._coral-Accordion-itemIndicator {
      color: rgb(75, 75, 75);
    }
.coral--light ._coral-Accordion-itemHeader.focus-ring:after  {
      background-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Accordion-item.is-open ._coral-Accordion-itemHeader:hover {
        background-color: transparent;
      }
.coral--light ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader,
.coral--light ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader:hover,
.coral--light ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader.focus-ring {
      color: rgb(179, 179, 179);
      background-color: transparent;
    }
.coral--light ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader + ._coral-Accordion-itemIndicator {
      color: rgb(202, 202, 202);
    }

.coral--lightest ._coral-Accordion-item {
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Accordion-itemIndicator {
  color: rgb(149, 149, 149);
}
.coral--lightest ._coral-Accordion-itemHeader {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Accordion-itemHeader:hover {
    color: rgb(50, 50, 50);

    background-color: rgb(244, 244, 244);
  }
.coral--lightest ._coral-Accordion-itemHeader:hover + ._coral-Accordion-itemIndicator {
      color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Accordion-itemHeader.focus-ring:after  {
      background-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Accordion-item.is-open ._coral-Accordion-itemHeader:hover {
        background-color: transparent;
      }
.coral--lightest ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader,
.coral--lightest ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader:hover,
.coral--lightest ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader.focus-ring {
      color: rgb(188, 188, 188);
      background-color: transparent;
    }
.coral--lightest ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader + ._coral-Accordion-itemIndicator {
      color: rgb(211, 211, 211);
    }

.coral--dark ._coral-Accordion-item {
  border-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Accordion-itemIndicator {
  color: rgb(144, 144, 144);
}
.coral--dark ._coral-Accordion-itemHeader {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Accordion-itemHeader:hover {
    color: rgb(255, 255, 255);

    background-color: rgb(62, 62, 62);
  }
.coral--dark ._coral-Accordion-itemHeader:hover + ._coral-Accordion-itemIndicator {
      color: rgb(227, 227, 227);
    }
.coral--dark ._coral-Accordion-itemHeader.focus-ring:after  {
      background-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Accordion-item.is-open ._coral-Accordion-itemHeader:hover {
        background-color: transparent;
      }
.coral--dark ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader,
.coral--dark ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader:hover,
.coral--dark ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader.focus-ring {
      color: rgb(110, 110, 110);
      background-color: transparent;
    }
.coral--dark ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader + ._coral-Accordion-itemIndicator {
      color: rgb(90, 90, 90);
    }

.coral--darkest ._coral-Accordion-item {
  border-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Accordion-itemIndicator {
  color: rgb(124, 124, 124);
}
.coral--darkest ._coral-Accordion-itemHeader {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Accordion-itemHeader:hover {
    color: rgb(239, 239, 239);

    background-color: rgb(44, 44, 44);
  }
.coral--darkest ._coral-Accordion-itemHeader:hover + ._coral-Accordion-itemIndicator {
      color: rgb(200, 200, 200);
    }
.coral--darkest ._coral-Accordion-itemHeader.focus-ring:after  {
      background-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Accordion-item.is-open ._coral-Accordion-itemHeader:hover {
        background-color: transparent;
      }
.coral--darkest ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader,
.coral--darkest ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader:hover,
.coral--darkest ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader.focus-ring {
      color: rgb(92, 92, 92);
      background-color: transparent;
    }
.coral--darkest ._coral-Accordion-item.is-disabled ._coral-Accordion-itemHeader + ._coral-Accordion-itemIndicator {
      color: rgb(73, 73, 73);
    }

._coral-Accordion-item:not(.is-open) > ._coral-Accordion-itemContent {
  display: block;
  padding: 0 0 0 16px;
}
._coral-Accordion-item:not(.is-open) > ._coral-Accordion-itemIndicator {
  transform: none;
}
._coral-Accordion--animated ._coral-Accordion-itemContent {
  overflow-y: hidden;
  transition: height 250ms cubic-bezier(.45, 0, .40, 1);
}
._coral-Accordion-item.is-open ._coral-Accordion-itemHeader:focus {
  background-color: transparent;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
a[is="coral-anchorbutton"] {
  text-align: center;
  background-color: transparent;
  border-color: transparent;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

._coral-ActionBar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-sizing: border-box;
  height: 48px;
}
._coral-ActionBar-primary,
._coral-ActionBar-secondary {
  position: absolute;
  top: 8px;
}
._coral-ActionBar-primary > ._coral-ActionBar-item {
  float: left;
  position: relative;
  margin-left: 8px;
}
._coral-ActionBar-secondary > ._coral-ActionBar-item {
  float: left;
  position: relative;
  margin-left: 8px;
}
._coral-ActionBar-primary > ._coral-ActionButton[coral-actionbar-more] {
  float: left;
  position: relative;
  margin-left: 8px;
}
._coral-ActionBar-secondary > ._coral-ActionButton[coral-actionbar-more] {
  float: left;
  position: relative;
  margin-left: 8px;
}
._coral-ActionBar-primary > [coral-actionbar-offscreen],
._coral-ActionBar-secondary > [coral-actionbar-offscreen] {
  position: absolute !important;
  left: -999em;
}
._coral-ActionBar-primary {
  left: 8px;
}
._coral-ActionBar-secondary {
  right: calc(8px * 2);
}
._coral-ActionBar-buttonList button[is="coral-buttonlist-item"],
._coral-ActionBar-anchorList a[is="coral-anchorlist-item"] {
  -webkit-font-smoothing: antialiased;
}
.coral--large ._coral-ActionBar {
  height: 60px;
}
.coral--light ._coral-ActionBar {
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  border-color: rgb(202, 202, 202);
  background-color: rgb(255, 255, 255);
}
.coral--lightest ._coral-ActionBar {
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  border-color: rgb(211, 211, 211);
  background-color: rgb(255, 255, 255);
}
.coral--dark ._coral-ActionBar {
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  border-color: rgb(90, 90, 90);
  background-color: rgb(37, 37, 37);
}
.coral--darkest ._coral-ActionBar {
  box-shadow: 0 1px 4px rgba(0,0,0,0.8);
  border-color: rgb(73, 73, 73);
  background-color: rgb(8, 8, 8);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Alert {
  position: relative;

  display: inline-block;
  box-sizing: border-box;
  min-width: 368px;
  min-height: 38px;
  margin: 8px 0;
  padding: 20px 20px;

  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}
._coral-Alert-icon {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
}
._coral-Alert-header {
  display: inline-block;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  padding-right: 30px;

  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 14px;
  text-transform: none;
}
._coral-Alert-content {
  display: block;
  margin: 8px 0 0 0;
  padding: 0;

  font-size: 14px;
  word-wrap: break-word;
}
._coral-Alert-footer {
  display: block;

  text-align: right;

  padding-top: 0.5rem;
}
._coral-Alert-footer:empty {
    display: none;
  }
._coral-Alert-footer ._coral-Button {
    margin-right: 0;
    margin-left: 0.75rem;
  }

.coral--large ._coral-Alert {
  min-width: 368px;
  min-height: 38px;
  padding: 20px 20px;

  border-width: 2px;
  border-radius: 4px;
}
.coral--large ._coral-Alert-content {
  margin: 8px 0 0 0;
}

.coral--light ._coral-Alert {
  background-color: rgb(255, 255, 255);
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Alert-header {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Alert-content {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Alert--info {
  border-color: rgb(38, 128, 235);
}
.coral--light ._coral-Alert--info ._coral-Alert-icon {
    color: rgb(13, 102, 208);
  }
.coral--light ._coral-Alert--help {
  border-color: rgb(38, 128, 235);
}
.coral--light ._coral-Alert--help ._coral-Alert-icon {
    color: rgb(13, 102, 208);
  }
.coral--light ._coral-Alert--error {
  border-color: rgb(227, 72, 80);
}
.coral--light ._coral-Alert--error ._coral-Alert-icon {
    color: rgb(201, 37, 45);
  }
.coral--light ._coral-Alert--success {
  border-color: rgb(45, 157, 120);
}
.coral--light ._coral-Alert--success ._coral-Alert-icon {
    color: rgb(18, 128, 92);
  }
.coral--light ._coral-Alert--warning {
  border-color: rgb(230, 134, 25);
}
.coral--light ._coral-Alert--warning ._coral-Alert-icon {
    color: rgb(203, 111, 16);
  }

.coral--lightest ._coral-Alert {
  background-color: rgb(255, 255, 255);
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Alert-header {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Alert-content {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Alert--info {
  border-color: rgb(55, 142, 240);
}
.coral--lightest ._coral-Alert--info ._coral-Alert-icon {
    color: rgb(20, 115, 230);
  }
.coral--lightest ._coral-Alert--help {
  border-color: rgb(55, 142, 240);
}
.coral--lightest ._coral-Alert--help ._coral-Alert-icon {
    color: rgb(20, 115, 230);
  }
.coral--lightest ._coral-Alert--error {
  border-color: rgb(236, 91, 98);
}
.coral--lightest ._coral-Alert--error ._coral-Alert-icon {
    color: rgb(215, 55, 63);
  }
.coral--lightest ._coral-Alert--success {
  border-color: rgb(51, 171, 132);
}
.coral--lightest ._coral-Alert--success ._coral-Alert-icon {
    color: rgb(38, 142, 108);
  }
.coral--lightest ._coral-Alert--warning {
  border-color: rgb(242, 148, 35);
}
.coral--lightest ._coral-Alert--warning ._coral-Alert-icon {
    color: rgb(218, 123, 17);
  }

.coral--dark ._coral-Alert {
  background-color: rgb(37, 37, 37);
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Alert-header {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Alert-content {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Alert--info {
  border-color: rgb(38, 128, 235);
}
.coral--dark ._coral-Alert--info ._coral-Alert-icon {
    color: rgb(75, 156, 245);
  }
.coral--dark ._coral-Alert--help {
  border-color: rgb(38, 128, 235);
}
.coral--dark ._coral-Alert--help ._coral-Alert-icon {
    color: rgb(75, 156, 245);
  }
.coral--dark ._coral-Alert--error {
  border-color: rgb(227, 72, 80);
}
.coral--dark ._coral-Alert--error ._coral-Alert-icon {
    color: rgb(247, 109, 116);
  }
.coral--dark ._coral-Alert--success {
  border-color: rgb(45, 157, 120);
}
.coral--dark ._coral-Alert--success ._coral-Alert-icon {
    color: rgb(57, 185, 144);
  }
.coral--dark ._coral-Alert--warning {
  border-color: rgb(230, 134, 25);
}
.coral--dark ._coral-Alert--warning ._coral-Alert-icon {
    color: rgb(249, 164, 63);
  }

.coral--darkest ._coral-Alert {
  background-color: rgb(8, 8, 8);
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Alert-header {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Alert-content {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Alert--info {
  border-color: rgb(20, 115, 230);
}
.coral--darkest ._coral-Alert--info ._coral-Alert-icon {
    color: rgb(55, 142, 240);
  }
.coral--darkest ._coral-Alert--help {
  border-color: rgb(20, 115, 230);
}
.coral--darkest ._coral-Alert--help ._coral-Alert-icon {
    color: rgb(55, 142, 240);
  }
.coral--darkest ._coral-Alert--error {
  border-color: rgb(215, 55, 63);
}
.coral--darkest ._coral-Alert--error ._coral-Alert-icon {
    color: rgb(236, 91, 98);
  }
.coral--darkest ._coral-Alert--success {
  border-color: rgb(38, 142, 108);
}
.coral--darkest ._coral-Alert--success ._coral-Alert-icon {
    color: rgb(51, 171, 132);
  }
.coral--darkest ._coral-Alert--warning {
  border-color: rgb(218, 123, 17);
}
.coral--darkest ._coral-Alert--warning ._coral-Alert-icon {
    color: rgb(242, 148, 35);
  }

coral-alert-header:empty {
  display: none;
}
coral-alert-header:empty ~ coral-alert-content {
  margin-top: 0;
}
coral-alert-header:empty ~ svg {
  display: none;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
coral-autocomplete-item {
  display: none;
}
._coral-Autocomplete {
  position: relative;
  display: inline-block;
}
._coral-Autocomplete ._coral-Autocomplete-tagList {
  display: block;
  margin-top: 4px;
}
._coral-Autocomplete ._coral-Autocomplete-tagList:empty {
  display: none;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Banner {
  display: inline-block;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.3;
}
._coral-Banner-header {
  font-weight: bold;
}
._coral-Banner--corner {
  position: absolute;
  top: -10px;
  right: -10px;
}

.coral--large ._coral-Banner {
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 15px;
  line-height: 1.3;
}

.coral--light ._coral-Banner {
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Banner--info {
  background-color: rgb(20, 115, 230);
}
.coral--light ._coral-Banner--warning {
  background-color: rgb(218, 123, 17);
}
.coral--light ._coral-Banner--error {
  background-color: rgb(215, 55, 63);
}

.coral--lightest ._coral-Banner {
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Banner--info {
  background-color: rgb(38, 128, 235);
}
.coral--lightest ._coral-Banner--warning {
  background-color: rgb(230, 134, 25);
}
.coral--lightest ._coral-Banner--error {
  background-color: rgb(227, 72, 80);
}

.coral--dark ._coral-Banner {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Banner--info {
  background-color: rgb(55, 142, 240);
}
.coral--dark ._coral-Banner--warning {
  background-color: rgb(242, 148, 35);
}
.coral--dark ._coral-Banner--error {
  background-color: rgb(236, 91, 98);
}

.coral--darkest ._coral-Banner {
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Banner--info {
  background-color: rgb(38, 128, 235);
}
.coral--darkest ._coral-Banner--warning {
  background-color: rgb(230, 134, 25);
}
.coral--darkest ._coral-Banner--error {
  background-color: rgb(227, 72, 80);
}

._coral-Banner-header,
._coral-Banner-content {
  display: block;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-ButtonGroup {
  display: -ms-flexbox;
  display: flex;
}
._coral-ButtonGroup ._coral-Button,
  ._coral-ButtonGroup ._coral-ActionButton,
  ._coral-ButtonGroup ._coral-Tool {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
._coral-ButtonGroup > .coral-Divider--vertical {
    height: auto;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
._coral-ButtonGroup ._coral-Button + ._coral-Button {
    margin-left: 16px;
  }
._coral-ButtonGroup ._coral-ActionButton + ._coral-ActionButton {
    margin-left: 8px;
  }
._coral-ButtonGroup ._coral-Tool + ._coral-Tool {
    margin-left: 8px;
  }
._coral-ButtonGroup--vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
._coral-ButtonGroup--vertical ._coral-ActionButton-label {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: left;
  }
._coral-ButtonGroup--vertical ._coral-Button + ._coral-Button {
    margin-top: 16px;
    margin-left: 0;
  }
._coral-ButtonGroup--vertical ._coral-ActionButton + ._coral-ActionButton {
    margin-top: 8px;
    margin-left: 0;
  }
._coral-ButtonGroup--vertical ._coral-Tool + ._coral-Tool {
    margin-top: 8px;
    margin-left: 0;
  }

.coral--large ._coral-ButtonGroup ._coral-Button + ._coral-Button {
    margin-left: 16px;
  }
.coral--large ._coral-ButtonGroup ._coral-ActionButton + ._coral-ActionButton {
    margin-left: 10px;
  }
.coral--large ._coral-ButtonGroup ._coral-Tool + ._coral-Tool {
    margin-left: 10px;
  }
.coral--large ._coral-ButtonGroup--vertical ._coral-Button + ._coral-Button {
    margin-top: 16px;
    margin-left: 0;
  }
.coral--large ._coral-ButtonGroup--vertical ._coral-ActionButton + ._coral-ActionButton {
    margin-top: 10px;
    margin-left: 0;
  }
.coral--large ._coral-ButtonGroup--vertical ._coral-Tool + ._coral-Tool {
    margin-top: 10px;
    margin-left: 0;
  }

._coral-ButtonGroup-select {
  display: none;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Calendar {
  width: 280px;
  display: inline-block;
}
._coral-Calendar--padded {
  margin: 32px 24px;
}
._coral-Calendar-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}
._coral-Calendar-title {
  font-size: 18px;
  font-weight: bold;

  line-height: 32px;
  margin: 0;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;


  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._coral-Calendar ._coral-Calendar-prevMonth,
  ._coral-Calendar ._coral-Calendar-nextMonth {
    margin: 0 3px;
  }
._coral-Calendar-prevMonth {
  -ms-flex-order: 0;
      order: 0;
}
._coral-Calendar-nextMonth {
  -ms-flex-order: 2;
      order: 2;
}
._coral-Calendar-dayOfWeek {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 100%;

  width: 32px;

  border-bottom: none !important;

  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;

  cursor: default;
}
._coral-Calendar-dayOfWeek[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
    letter-spacing: 0.06em;
  }
._coral-Calendar-body {
  outline: none;
}
._coral-Calendar-table {
  table-layout: fixed;

  border-collapse: collapse;
  border-spacing: 0;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._coral-Calendar-tableCell {
  text-align: center;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  height: 32px;
  width: 32px;
  padding: 4px;
}
._coral-Calendar-tableCell:focus {
    outline: 0;
  }
._coral-Calendar-date {
  position: absolute;
  display: block;
  top: 0;
  left: 0;

  box-sizing: border-box;

  height: 32px;
  width: 32px;
  margin: 4px;

  border-radius: 32px;
  border: 2px solid transparent;

  font-size: 14px;
  line-height: 28px;

  cursor: pointer;
}
._coral-Calendar-date.is-disabled {
    cursor: default;
    pointer-events: none;
  }
._coral-Calendar-date.is-outsideMonth {
    visibility: hidden;
  }
._coral-Calendar-date:before {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 2px solid transparent;
  }
._coral-Calendar-date.is-selected:not(.is-range-selection) {
    font-weight: 700;
  }
._coral-Calendar-date.is-selected:not(.is-range-selection):before {
      display: none;
    }
._coral-Calendar-date.is-today {
    font-weight: 700;
  }
._coral-Calendar-date.is-range-selection {
    margin: 4px 0;
    border-width: 0;
    line-height: 32px;
    border-radius: 0;
    width: 40px;
  }
._coral-Calendar-date.is-range-selection.is-range-start,
    ._coral-Calendar-date.is-range-selection.is-range-end,
    ._coral-Calendar-date.is-range-selection.is-selection-start,
    ._coral-Calendar-date.is-range-selection.is-selection-end {
      width: 36px;
    }
._coral-Calendar-date.is-range-selection.is-selection-start,
    ._coral-Calendar-date.is-range-selection.is-selection-end {
      font-weight: 700;
    }
._coral-Calendar-date.is-range-selection.is-selection-start:after, ._coral-Calendar-date.is-range-selection.is-selection-end:after {
        position: absolute;
        top: 0;

        display: block;

        height: 32px;
        width: 32px;

        border-radius: 32px;

        content: '';
      }
._coral-Calendar-date.is-range-selection.is-range-start,
    ._coral-Calendar-date.is-range-selection.is-selection-start {
      padding-right: 4px;
      margin-left: 4px;
      border-radius: 32px 0 0 32px;
    }
._coral-Calendar-date.is-range-selection.is-range-start:before,
      ._coral-Calendar-date.is-range-selection.is-range-start:after,
      ._coral-Calendar-date.is-range-selection.is-selection-start:before,
      ._coral-Calendar-date.is-range-selection.is-selection-start:after {
        left: 0;
      }
._coral-Calendar-date.is-range-selection.is-range-end,
    ._coral-Calendar-date.is-range-selection.is-selection-end {
      padding-left: 4px;
      margin-right: 4px;
      border-radius: 0 32px 32px 0;
    }
._coral-Calendar-date.is-range-selection.is-range-end:before,
      ._coral-Calendar-date.is-range-selection.is-range-end:after,
      ._coral-Calendar-date.is-range-selection.is-selection-end:before,
      ._coral-Calendar-date.is-range-selection.is-selection-end:after {
        left: auto;
        right: 0;
      }
._coral-Calendar-date.is-range-selection.is-selection-start.is-selection-end,
    ._coral-Calendar-date.is-range-selection.is-selection-start.is-range-end,
    ._coral-Calendar-date.is-range-selection.is-selection-end.is-range-start,
    ._coral-Calendar-date.is-range-selection.is-range-start.is-range-end {
      width: 32px;
      border-radius: 32px;
    }

.coral--large ._coral-Calendar {
  width: 336px;
}
.coral--large ._coral-Calendar--padded {
  margin: 32px 24px;
}
.coral--large ._coral-Calendar-title {
  font-size: 22px;

  line-height: 32px;
}
.coral--large ._coral-Calendar ._coral-Calendar-prevMonth,
  .coral--large ._coral-Calendar ._coral-Calendar-nextMonth {
    margin: 0 4px;
  }
.coral--large ._coral-Calendar-dayOfWeek {

  width: 40px;

  font-size: 13px;
  font-weight: 500;
}
.coral--large ._coral-Calendar-dayOfWeek[title] {
    letter-spacing: 0.06em;
  }
.coral--large ._coral-Calendar-tableCell {
  height: 40px;
  width: 40px;
  padding: 4px;
}
.coral--large ._coral-Calendar-date {

  height: 40px;
  width: 40px;
  margin: 4px;

  border-radius: 40px;
  border: 2px solid transparent;

  font-size: 17px;
  line-height: 36px;
}
.coral--large ._coral-Calendar-date:before {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid transparent;
  }
.coral--large ._coral-Calendar-date.is-selected:not(.is-range-selection) {
    font-weight: 700;
  }
.coral--large ._coral-Calendar-date.is-today {
    font-weight: 700;
  }
.coral--large ._coral-Calendar-date.is-range-selection {
    margin: 4px 0;
    border-width: 0;
    line-height: 40px;
    border-radius: 0;
    width: 48px;
  }
.coral--large ._coral-Calendar-date.is-range-selection.is-range-start,
    .coral--large ._coral-Calendar-date.is-range-selection.is-range-end,
    .coral--large ._coral-Calendar-date.is-range-selection.is-selection-start,
    .coral--large ._coral-Calendar-date.is-range-selection.is-selection-end {
      width: 44px;
    }
.coral--large ._coral-Calendar-date.is-range-selection.is-selection-start,
    .coral--large ._coral-Calendar-date.is-range-selection.is-selection-end {
      font-weight: 700;
    }
.coral--large ._coral-Calendar-date.is-range-selection.is-selection-start:after, .coral--large ._coral-Calendar-date.is-range-selection.is-selection-end:after {

        height: 40px;
        width: 40px;

        border-radius: 40px;
      }
.coral--large ._coral-Calendar-date.is-range-selection.is-range-start,
    .coral--large ._coral-Calendar-date.is-range-selection.is-selection-start {
      padding-right: 4px;
      margin-left: 4px;
      border-radius: 40px 0 0 40px;
    }
.coral--large ._coral-Calendar-date.is-range-selection.is-range-end,
    .coral--large ._coral-Calendar-date.is-range-selection.is-selection-end {
      padding-left: 4px;
      margin-right: 4px;
      border-radius: 0 40px 40px 0;
    }
.coral--large ._coral-Calendar-date.is-range-selection.is-selection-start.is-selection-end,
    .coral--large ._coral-Calendar-date.is-range-selection.is-selection-start.is-range-end,
    .coral--large ._coral-Calendar-date.is-range-selection.is-selection-end.is-range-start,
    .coral--large ._coral-Calendar-date.is-range-selection.is-range-start.is-range-end {
      width: 40px;
      border-radius: 40px;
    }
.coral--light ._coral-Calendar-prevMonth,.coral--light ._coral-Calendar-nextMonth,.coral--light ._coral-Calendar-dayOfWeek {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Calendar-date:hover {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Calendar-date:hover:not(.is-selection-end):not(.is-selection-start):before {
        background: rgba(44,44,44,0.06);
      }
.coral--light ._coral-Calendar-date:hover.is-selected {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Calendar-date:hover.is-selected:not(.is-selection-end):not(.is-selection-start):before {
          background: rgba(20,115,230,0.2);
        }
.coral--light ._coral-Calendar-date:hover.is-range-selection:before {
        background: rgba(20,115,230,0.2);
      }
.coral--light ._coral-Calendar-date:active {
    background-color: rgba(44,44,44,0.1);
  }
.coral--light ._coral-Calendar-date.is-selected {
    color: rgb(44, 44, 44);
    background: rgba(20,115,230,0.1);
  }
.coral--light ._coral-Calendar-date.is-selected:not(.is-range-selection) {
    background: rgba(20,115,230,0.2);
  }
.coral--light ._coral-Calendar-date.is-today {
    color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
  }
.coral--light ._coral-Calendar-date.is-today:before {
      border-color: rgb(75, 75, 75);
    }
.coral--light ._coral-Calendar-date.is-today:hover.is-selected:not(.is-range-selection):before {
          background: rgba(20,115,230,0.2);
        }
.coral--light ._coral-Calendar-date.is-today.is-disabled {
      color: rgb(179, 179, 179);
      border-color: rgb(202, 202, 202);
    }
.coral--light ._coral-Calendar-date.is-today.is-disabled:before {
        border-color: rgb(202, 202, 202);
      }
.coral--light ._coral-Calendar-date.is-focused:not(.is-range-selection) {
    background: rgba(44,44,44,0.06);
    border-color: rgb(38, 128, 235);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Calendar-date.is-focused:not(.is-range-selection).is-today {
      border-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Calendar-date.is-focused:not(.is-range-selection):active,
.coral--light ._coral-Calendar-date.is-focused:not(.is-range-selection).is-selected {
      color: rgb(44, 44, 44);
      background: rgba(20,115,230,0.2);
      border-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Calendar-date.is-focused.is-selected:before {
        background: rgba(20,115,230,0.2);
      }
.coral--light ._coral-Calendar-date.is-focused.is-range-selection:before {
        background: rgba(20,115,230,0.2);
      }
.coral--light ._coral-Calendar-date.is-disabled {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Calendar-date.is-selection-start,
.coral--light ._coral-Calendar-date.is-selection-end {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Calendar-date.is-selection-start:after,
.coral--light ._coral-Calendar-date.is-selection-end:after {
      background-color: rgba(20,115,230,0.1);
    }
.coral--light ._coral-Calendar-date.is-selection-start.is-disabled,
.coral--light ._coral-Calendar-date.is-selection-end.is-disabled {
      color: rgb(179, 179, 179);
    }
.coral--lightest ._coral-Calendar-prevMonth,.coral--lightest ._coral-Calendar-nextMonth,.coral--lightest ._coral-Calendar-dayOfWeek {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Calendar-date:hover {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Calendar-date:hover:not(.is-selection-end):not(.is-selection-start):before {
        background: rgba(50,50,50,0.06);
      }
.coral--lightest ._coral-Calendar-date:hover.is-selected {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Calendar-date:hover.is-selected:not(.is-selection-end):not(.is-selection-start):before {
          background: rgba(38,128,235,0.2);
        }
.coral--lightest ._coral-Calendar-date:hover.is-range-selection:before {
        background: rgba(38,128,235,0.2);
      }
.coral--lightest ._coral-Calendar-date:active {
    background-color: rgba(50,50,50,0.1);
  }
.coral--lightest ._coral-Calendar-date.is-selected {
    color: rgb(50, 50, 50);
    background: rgba(38,128,235,0.1);
  }
.coral--lightest ._coral-Calendar-date.is-selected:not(.is-range-selection) {
    background: rgba(38,128,235,0.2);
  }
.coral--lightest ._coral-Calendar-date.is-today {
    color: rgb(80, 80, 80);
    border-color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Calendar-date.is-today:before {
      border-color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Calendar-date.is-today:hover.is-selected:not(.is-range-selection):before {
          background: rgba(38,128,235,0.2);
        }
.coral--lightest ._coral-Calendar-date.is-today.is-disabled {
      color: rgb(188, 188, 188);
      border-color: rgb(211, 211, 211);
    }
.coral--lightest ._coral-Calendar-date.is-today.is-disabled:before {
        border-color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-Calendar-date.is-focused:not(.is-range-selection) {
    background: rgba(50,50,50,0.06);
    border-color: rgb(55, 142, 240);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Calendar-date.is-focused:not(.is-range-selection).is-today {
      border-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Calendar-date.is-focused:not(.is-range-selection):active,
.coral--lightest ._coral-Calendar-date.is-focused:not(.is-range-selection).is-selected {
      color: rgb(50, 50, 50);
      background: rgba(38,128,235,0.2);
      border-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Calendar-date.is-focused.is-selected:before {
        background: rgba(38,128,235,0.2);
      }
.coral--lightest ._coral-Calendar-date.is-focused.is-range-selection:before {
        background: rgba(38,128,235,0.2);
      }
.coral--lightest ._coral-Calendar-date.is-disabled {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Calendar-date.is-selection-start,
.coral--lightest ._coral-Calendar-date.is-selection-end {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Calendar-date.is-selection-start:after,
.coral--lightest ._coral-Calendar-date.is-selection-end:after {
      background-color: rgba(38,128,235,0.1);
    }
.coral--lightest ._coral-Calendar-date.is-selection-start.is-disabled,
.coral--lightest ._coral-Calendar-date.is-selection-end.is-disabled {
      color: rgb(188, 188, 188);
    }
.coral--dark ._coral-Calendar-prevMonth,.coral--dark ._coral-Calendar-nextMonth,.coral--dark ._coral-Calendar-dayOfWeek {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Calendar-date:hover {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Calendar-date:hover:not(.is-selection-end):not(.is-selection-start):before {
        background: rgba(255,255,255,0.07);
      }
.coral--dark ._coral-Calendar-date:hover.is-selected {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Calendar-date:hover.is-selected:not(.is-selection-end):not(.is-selection-start):before {
          background: rgba(55,142,240,0.25);
        }
.coral--dark ._coral-Calendar-date:hover.is-range-selection:before {
        background: rgba(55,142,240,0.25);
      }
.coral--dark ._coral-Calendar-date:active {
    background-color: rgba(255,255,255,0.1);
  }
.coral--dark ._coral-Calendar-date.is-selected {
    color: rgb(255, 255, 255);
    background: rgba(55,142,240,0.15);
  }
.coral--dark ._coral-Calendar-date.is-selected:not(.is-range-selection) {
    background: rgba(55,142,240,0.25);
  }
.coral--dark ._coral-Calendar-date.is-today {
    color: rgb(227, 227, 227);
    border-color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Calendar-date.is-today:before {
      border-color: rgb(227, 227, 227);
    }
.coral--dark ._coral-Calendar-date.is-today:hover.is-selected:not(.is-range-selection):before {
          background: rgba(55,142,240,0.25);
        }
.coral--dark ._coral-Calendar-date.is-today.is-disabled {
      color: rgb(110, 110, 110);
      border-color: rgb(90, 90, 90);
    }
.coral--dark ._coral-Calendar-date.is-today.is-disabled:before {
        border-color: rgb(90, 90, 90);
      }
.coral--dark ._coral-Calendar-date.is-focused:not(.is-range-selection) {
    background: rgba(255,255,255,0.07);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Calendar-date.is-focused:not(.is-range-selection).is-today {
      border-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Calendar-date.is-focused:not(.is-range-selection):active,
.coral--dark ._coral-Calendar-date.is-focused:not(.is-range-selection).is-selected {
      color: rgb(255, 255, 255);
      background: rgba(55,142,240,0.25);
      border-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Calendar-date.is-focused.is-selected:before {
        background: rgba(55,142,240,0.25);
      }
.coral--dark ._coral-Calendar-date.is-focused.is-range-selection:before {
        background: rgba(55,142,240,0.25);
      }
.coral--dark ._coral-Calendar-date.is-disabled {
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Calendar-date.is-selection-start,
.coral--dark ._coral-Calendar-date.is-selection-end {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Calendar-date.is-selection-start:after,
.coral--dark ._coral-Calendar-date.is-selection-end:after {
      background-color: rgba(55,142,240,0.15);
    }
.coral--dark ._coral-Calendar-date.is-selection-start.is-disabled,
.coral--dark ._coral-Calendar-date.is-selection-end.is-disabled {
      color: rgb(110, 110, 110);
    }
.coral--darkest ._coral-Calendar-prevMonth,.coral--darkest ._coral-Calendar-nextMonth,.coral--darkest ._coral-Calendar-dayOfWeek {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Calendar-date:hover {
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Calendar-date:hover:not(.is-selection-end):not(.is-selection-start):before {
        background: rgba(239,239,239,0.08);
      }
.coral--darkest ._coral-Calendar-date:hover.is-selected {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Calendar-date:hover.is-selected:not(.is-selection-end):not(.is-selection-start):before {
          background: rgba(38,128,235,0.3);
        }
.coral--darkest ._coral-Calendar-date:hover.is-range-selection:before {
        background: rgba(38,128,235,0.3);
      }
.coral--darkest ._coral-Calendar-date:active {
    background-color: rgba(239,239,239,0.15);
  }
.coral--darkest ._coral-Calendar-date.is-selected {
    color: rgb(239, 239, 239);
    background: rgba(38,128,235,0.2);
  }
.coral--darkest ._coral-Calendar-date.is-selected:not(.is-range-selection) {
    background: rgba(38,128,235,0.3);
  }
.coral--darkest ._coral-Calendar-date.is-today {
    color: rgb(200, 200, 200);
    border-color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Calendar-date.is-today:before {
      border-color: rgb(200, 200, 200);
    }
.coral--darkest ._coral-Calendar-date.is-today:hover.is-selected:not(.is-range-selection):before {
          background: rgba(38,128,235,0.3);
        }
.coral--darkest ._coral-Calendar-date.is-today.is-disabled {
      color: rgb(92, 92, 92);
      border-color: rgb(73, 73, 73);
    }
.coral--darkest ._coral-Calendar-date.is-today.is-disabled:before {
        border-color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-Calendar-date.is-focused:not(.is-range-selection) {
    background: rgba(239,239,239,0.08);
    border-color: rgb(20, 115, 230);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Calendar-date.is-focused:not(.is-range-selection).is-today {
      border-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Calendar-date.is-focused:not(.is-range-selection):active,
.coral--darkest ._coral-Calendar-date.is-focused:not(.is-range-selection).is-selected {
      color: rgb(239, 239, 239);
      background: rgba(38,128,235,0.3);
      border-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Calendar-date.is-focused.is-selected:before {
        background: rgba(38,128,235,0.3);
      }
.coral--darkest ._coral-Calendar-date.is-focused.is-range-selection:before {
        background: rgba(38,128,235,0.3);
      }
.coral--darkest ._coral-Calendar-date.is-disabled {
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Calendar-date.is-selection-start,
.coral--darkest ._coral-Calendar-date.is-selection-end {
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Calendar-date.is-selection-start:after,
.coral--darkest ._coral-Calendar-date.is-selection-end:after {
      background-color: rgba(38,128,235,0.2);
    }
.coral--darkest ._coral-Calendar-date.is-selection-start.is-disabled,
.coral--darkest ._coral-Calendar-date.is-selection-end.is-disabled {
      color: rgb(92, 92, 92);
    }

._coral-Calendar {
  padding-top: 1px;
  max-height: 312px;
  overflow: hidden;
}
._coral-Calendar.is-readOnly {
  pointer-events: none;
}
._coral-DatePicker-calendarSlidingContainer {
  display: block;
  position: relative;
  overflow: hidden;
}
._coral-Calendar-table--transit {
  position: absolute;
  top: 0;
  left: 0;
  transition: left 250ms cubic-bezier(.45, 0, .40, 1);
}
._coral-Calendar-tableCell.is-outsideMonth {
  pointer-events: none;
  opacity: 0.2;
}
._coral-Calendar-date.is-outsideMonth {
  visibility: visible;
}
.coral--large ._coral-Calendar {
  max-height: 377px;
}
.coral--light ._coral-Calendar-body:focus ._coral-Calendar-date.is-today.is-focused:before {
  border-color: rgb(38, 128, 235);
}
.coral--lightest ._coral-Calendar-body:focus ._coral-Calendar-date.is-today.is-focused:before {
  border-color: rgb(55, 142, 240);
}
.coral--dark ._coral-Calendar-body:focus ._coral-Calendar-date.is-today.is-focused:before {
  border-color: rgb(38, 128, 235);
}
.coral--darkest ._coral-Calendar-body:focus ._coral-Calendar-date.is-today.is-focused:before {
  border-color: rgb(20, 115, 230);
}
.coral--light ._coral-Calendar-date.is-selected:not(.is-range-selection) {
  background: #326ec8;
  color: #fff;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

._coral-Card {
  display: block;
  position: relative;
  vertical-align: top;
  border: 1px solid;
  border-radius: 4px;
  min-height: 175px;
  min-width: 240px;
}
._coral-Card--fixedWidth {
  display: inline-block;
  width: 240px;
}
._coral-Card--stacked {
  margin-bottom: 8px;
}
._coral-Card--stacked:before {
  content: " ";
  position: absolute;
  height: 3px;
  pointer-events: none;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
._coral-Card--stacked:after {
  content: " ";
  position: absolute;
  height: 3px;
  pointer-events: none;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
._coral-Card--stacked:before {
  bottom: -9px;
  left: 6px;
  right: 6px;
}
._coral-Card--stacked:after {
  bottom: -5px;
  left: 3px;
  right: 3px;
}
._coral-Card--inverted coral-card-asset,
._coral-Card--condensed coral-card-asset {
  height: 229px;
}
._coral-Card--inverted ._coral-Card-wrapper {
  position: absolute;
  top: 0;
  height: 160px;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
._coral-Card--condensed ._coral-Card-wrapper {
  position: absolute;
  top: 0;
  height: 160px;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
._coral-Card--inverted coral-card-description,
._coral-Card--condensed coral-card-description {
  display: none;
}
._coral-Card--inverted coral-card-content,
._coral-Card--condensed coral-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
._coral-Card--inverted coral-card-overlay,
._coral-Card--condensed coral-card-overlay {
  display: none;
}
._coral-Card--condensed ._coral-Card-wrapper {
  border-bottom: 1px solid;
}
._coral-Card--asset ._coral-Card-wrapper {
  display: none;
}
._coral-Card--inverted coral-card-asset {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
._coral-Card--condensed coral-card-asset {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
._coral-Card--asset coral-card-asset {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
._coral-Card-wrapper {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
._coral-Card-wrapper {
  display: block;
  position: relative;
}
coral-card-info {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
coral-card-info {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
coral-card-asset {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
coral-card-asset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 175px;
  overflow: hidden;
}
coral-card-asset > * {
  display: block;
  width: 100%;
  height: auto;
}
coral-card-asset > img {
  margin: 0 auto;
  width: auto;
  min-height: 1px;
  max-width: 100%;
  opacity: 1;
  transition: opacity 1000ms cubic-bezier(.45, 0, .40, 1);
  object-fit: cover;
}
coral-card-asset > img.is-loading {
  opacity: 0;
}
._coral-Card--quiet coral-card-content {
  padding-left: 0;
  padding-right: 0;
}
._coral-Card--quiet coral-card-asset {
  border-radius: 4px;
}
coral-card-propertylist {
  display: block;
  padding-top: 14px;
}
coral-card-propertylist > ._coral-Card-property {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  float: left;
  margin-right: 6px;
  margin-bottom: 0;
}
coral-card-description {
  padding-top: 14px;
}
coral-card-description:first-of-type {
  border-top-width: 1px;
  border-top-style: solid;
}
coral-card-propertylist:first-of-type {
  border-top-width: 1px;
  border-top-style: solid;
}
._coral-Card-property-icon + coral-card-property-content:not(:empty) {
  margin-left: 6px;
}
._coral-Card-property-icon {
  flex-shrink: 0;
}
coral-card-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -96px;
  height: 96px;
  font-size: 12px;
}
coral-card-content {
  display: block;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 20px;
}
coral-card-overlay:empty,
coral-card-propertylist:empty,
coral-card-content:empty {
  display: none;
}
coral-card-content,
coral-card-context,
coral-card-title,
coral-card-subtitle,
coral-card-description {
  display: block;
}
coral-card-title,
coral-card-subtitle,
coral-card-description,
coral-card-context {
  text-decoration: none;
  overflow-y: auto;
}
._coral-Card coral-card-context {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
._coral-Card coral-card-title + coral-card-subtitle,
._coral-Card coral-card-title + coral-card-context {
  margin-top: 6px;
}
coral-card-subtitle {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
coral-card-context + coral-card-description {
  margin-top: 20px;
}
coral-card-title + coral-card-description {
  margin-top: 20px;
}
coral-card-context + coral-card-propertylist {
  margin-top: 20px;
}
coral-card-title + coral-card-propertylist {
  margin-top: 20px;
}
coral-card-subtitle + coral-card-propertylist {
  margin-top: 20px;
}
coral-card-description + coral-card-propertylist {
  margin-top: 20px;
}
coral-card-info > coral-alert._coral-Alert {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 4px 8px;
  margin: 4px 4px 0 0;
  min-width: auto;
  min-height: auto;
}
coral-card-info > coral-alert._coral-Alert coral-alert-header,
coral-card-info > coral-alert._coral-Alert coral-alert-content {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
coral-card-info > coral-alert._coral-Alert coral-alert-content {
  margin: 0;
}
coral-card-info > coral-alert._coral-Alert svg {
  display: none;
}
coral-card-info > coral-tag._coral-Label {
  margin: 4px 4px 0 0;
}
coral-card-info > coral-tag,
coral-card-info > coral-alert {
  position: relative;
  top: -14px;
  right: -14px;
  z-index: 1;
  float: right;
  clear: both;
}
._coral-Card--overflow coral-card-info {
  overflow: hidden;
  z-index: 1;
}
._coral-Card--overflow coral-card-info > coral-alert._coral-Alert {
  position: static;
}
._coral-Card--overflow coral-card-info > coral-alert._coral-Alert:last-of-type {
  margin-bottom: 4px;
}
.coral--large coral-card-overlay {
  font-size: 13px;
}
.coral--large ._coral-Card coral-card-context {
  font-size: 13px;
}
.coral--large coral-card-content {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
}
.coral--large coral-card-title {
  font-size: 17px;
}
.coral--large coral-card-subtitle {
  font-size: 13px;
}
.coral--large ._coral-Card--quiet coral-card-content {
  padding-left: 0;
  padding-right: 0;
}
.coral--large ._coral-Card--inverted ._coral-Card-wrapper {
  height: 200px;
}
.coral--large coral-card-info > coral-alert._coral-Alert {
  padding: 4px 8px;
  min-width: auto;
  min-height: auto;
}
.coral--large coral-card-info > coral-alert._coral-Alert coral-alert-header {
  font-size: 15px;
}
.coral--large coral-card-info > coral-alert._coral-Alert coral-alert-content {
  font-size: 15px;
}
.coral--light ._coral-Card {
  border-color: rgb(234, 234, 234);
  background-color: rgb(255, 255, 255);
}
.coral--light a[href] > ._coral-Card:not(._coral-Card--quiet):hover {
  border-color: rgb(202, 202, 202);
}
.coral--light a[href] > ._coral-Card--quiet:hover coral-card-asset {
  background-color: rgb(225, 225, 225);
}
.coral--light ._coral-Card-wrapper {
  background-color: rgb(255, 255, 255);
}
.coral--light coral-card-title {
  color: rgb(75, 75, 75);
}
.coral--light coral-card-context {
  color: rgb(110, 110, 110);
}
.coral--light coral-card-overlay {
  background-color: rgba(30,30,30,0.9);
}
.coral--light coral-card-overlay ._coral-Card-property coral-card-property-content {
  color: rgb(185, 185, 185);
}
.coral--light coral-card-asset {
  background-color: rgb(234, 234, 234);
}
.coral--light coral-card-description {
  border-top-color: rgb(234, 234, 234);
}
.coral--light coral-card-propertylist {
  border-top-color: rgb(234, 234, 234);
}
.coral--light ._coral-Card--stacked:before {
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(234, 234, 234);
  border-left-color: rgb(234, 234, 234);
  border-right-color: rgb(234, 234, 234);
}
.coral--light ._coral-Card--stacked:after {
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(234, 234, 234);
  border-left-color: rgb(234, 234, 234);
  border-right-color: rgb(234, 234, 234);
}
.coral--light ._coral-Card--condensed ._coral-Card-wrapper {
  background-color: rgba(255,255,255,0.9);
  border-bottom-color: rgb(244, 244, 244);
}
.coral--light ._coral-Card--condensed coral-card-context {
  color: rgb(116, 116, 116);
}
.coral--light ._coral-Card--condensed coral-card-title {
  color: rgb(50, 50, 50);
}
.coral--light ._coral-Card--condensed coral-card-subtitle {
  color: rgb(116, 116, 116);
}
.coral--light ._coral-Card--condensed ._coral-Card-property {
  color: rgb(80, 80, 80);
}
.coral--light ._coral-Card--condensed ._coral-Card-property-icon {
  color: rgb(80, 80, 80);
}
.coral--light ._coral-Card--condensed coral-card-description {
  border-top-color: rgb(44, 44, 44);
}
.coral--light ._coral-Card--condensed coral-card-propertylist {
  border-top-color: rgb(44, 44, 44);
}
.coral--light ._coral-Card--inverted ._coral-Card-wrapper {
  background-color: rgba(30,30,30,0.9);
  border-bottom-color: rgb(44, 44, 44);
}
.coral--light ._coral-Card--inverted coral-card-context {
  color: rgb(162, 162, 162);
}
.coral--light ._coral-Card--inverted coral-card-title {
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Card--inverted coral-card-subtitle {
  color: rgb(162, 162, 162);
}
.coral--light ._coral-Card--inverted ._coral-Card-property {
  color: rgb(185, 185, 185);
}
.coral--light ._coral-Card--inverted ._coral-Card-property-icon {
  color: rgb(185, 185, 185);
}
.coral--light ._coral-Card--inverted coral-card-description {
  border-top-color: rgb(244, 244, 244);
}
.coral--light ._coral-Card--inverted coral-card-propertylist {
  border-top-color: rgb(244, 244, 244);
}
.coral--light ._coral-Card--quiet,.coral--light ._coral-Card--quiet ._coral-Card-wrapper {
  border-color: transparent;
  background-color: transparent;
}
.coral--light ._coral-Card--quiet._coral-Card--stacked:before,
.coral--light ._coral-Card--quiet._coral-Card--stacked:after {
  display: none;
}
.coral--light coral-card-info > coral-alert._coral-Alert[variant="info"] {
  background-color: rgb(20, 115, 230);
}
.coral--light coral-card-info > coral-alert._coral-Alert[variant="help"] {
  background-color: rgb(20, 115, 230);
}
.coral--light coral-card-info > coral-alert._coral-Alert[variant="success"] {
  background-color: rgb(38, 142, 108);
}
.coral--light coral-card-info > coral-alert._coral-Alert[variant="warning"] {
  background-color: rgb(218, 123, 17);
}
.coral--light coral-card-info > coral-alert._coral-Alert[variant="error"] {
  background-color: rgb(215, 55, 63);
}
.coral--light coral-card-info > coral-alert._coral-Alert coral-alert-header {
  color: rgb(255, 255, 255);
}
.coral--light coral-card-info > coral-alert._coral-Alert coral-alert-content {
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Card {
  border-color: rgb(244, 244, 244);
  background-color: rgb(255, 255, 255);
}
.coral--lightest a[href] > ._coral-Card:not(._coral-Card--quiet):hover {
  border-color: rgb(211, 211, 211);
}
.coral--lightest a[href] > ._coral-Card--quiet:hover coral-card-asset {
  background-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Card-wrapper {
  background-color: rgb(255, 255, 255);
}
.coral--lightest coral-card-title {
  color: rgb(80, 80, 80);
}
.coral--lightest coral-card-context {
  color: rgb(116, 116, 116);
}
.coral--lightest coral-card-overlay {
  background-color: rgba(30,30,30,0.9);
}
.coral--lightest coral-card-overlay ._coral-Card-property coral-card-property-content {
  color: rgb(185, 185, 185);
}
.coral--lightest coral-card-asset {
  background-color: rgb(244, 244, 244);
}
.coral--lightest coral-card-description {
  border-top-color: rgb(244, 244, 244);
}
.coral--lightest coral-card-propertylist {
  border-top-color: rgb(244, 244, 244);
}
.coral--lightest ._coral-Card--stacked:before {
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(244, 244, 244);
  border-left-color: rgb(244, 244, 244);
  border-right-color: rgb(244, 244, 244);
}
.coral--lightest ._coral-Card--stacked:after {
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(244, 244, 244);
  border-left-color: rgb(244, 244, 244);
  border-right-color: rgb(244, 244, 244);
}
.coral--lightest ._coral-Card--condensed ._coral-Card-wrapper {
  background-color: rgba(255,255,255,0.9);
  border-bottom-color: rgb(244, 244, 244);
}
.coral--lightest ._coral-Card--condensed coral-card-context {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Card--condensed coral-card-title {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Card--condensed coral-card-subtitle {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Card--condensed ._coral-Card-property {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Card--condensed ._coral-Card-property-icon {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Card--condensed coral-card-description {
  border-top-color: rgb(44, 44, 44);
}
.coral--lightest ._coral-Card--condensed coral-card-propertylist {
  border-top-color: rgb(44, 44, 44);
}
.coral--lightest ._coral-Card--inverted ._coral-Card-wrapper {
  background-color: rgba(30,30,30,0.9);
  border-bottom-color: rgb(44, 44, 44);
}
.coral--lightest ._coral-Card--inverted coral-card-context {
  color: rgb(162, 162, 162);
}
.coral--lightest ._coral-Card--inverted coral-card-title {
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Card--inverted coral-card-subtitle {
  color: rgb(162, 162, 162);
}
.coral--lightest ._coral-Card--inverted ._coral-Card-property {
  color: rgb(185, 185, 185);
}
.coral--lightest ._coral-Card--inverted ._coral-Card-property-icon {
  color: rgb(185, 185, 185);
}
.coral--lightest ._coral-Card--inverted coral-card-description {
  border-top-color: rgb(244, 244, 244);
}
.coral--lightest ._coral-Card--inverted coral-card-propertylist {
  border-top-color: rgb(244, 244, 244);
}
.coral--lightest ._coral-Card--quiet,.coral--lightest ._coral-Card--quiet ._coral-Card-wrapper {
  border-color: transparent;
  background-color: transparent;
}
.coral--lightest ._coral-Card--quiet._coral-Card--stacked:before,
.coral--lightest ._coral-Card--quiet._coral-Card--stacked:after {
  display: none;
}
.coral--lightest coral-card-info > coral-alert._coral-Alert[variant="info"] {
  background-color: rgb(20, 115, 230);
}
.coral--lightest coral-card-info > coral-alert._coral-Alert[variant="help"] {
  background-color: rgb(20, 115, 230);
}
.coral--lightest coral-card-info > coral-alert._coral-Alert[variant="success"] {
  background-color: rgb(38, 142, 108);
}
.coral--lightest coral-card-info > coral-alert._coral-Alert[variant="warning"] {
  background-color: rgb(218, 123, 17);
}
.coral--lightest coral-card-info > coral-alert._coral-Alert[variant="error"] {
  background-color: rgb(215, 55, 63);
}
.coral--lightest coral-card-info > coral-alert._coral-Alert coral-alert-header {
  color: rgb(255, 255, 255);
}
.coral--lightest coral-card-info > coral-alert._coral-Alert coral-alert-content {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Card {
  border-color: rgb(62, 62, 62);
  background-color: rgb(37, 37, 37);
}
.coral--dark a[href] > ._coral-Card:not(._coral-Card--quiet):hover {
  border-color: rgb(90, 90, 90);
}
.coral--dark a[href] > ._coral-Card--quiet:hover coral-card-asset {
  background-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Card-wrapper {
  background-color: rgb(37, 37, 37);
}
.coral--dark coral-card-title {
  color: rgb(227, 227, 227);
}
.coral--dark coral-card-context {
  color: rgb(185, 185, 185);
}
.coral--dark coral-card-overlay {
  background-color: rgba(30,30,30,0.9);
}
.coral--dark coral-card-overlay ._coral-Card-property coral-card-property-content {
  color: rgb(185, 185, 185);
}
.coral--dark coral-card-asset {
  background-color: rgb(62, 62, 62);
}
.coral--dark coral-card-description {
  border-top-color: rgb(62, 62, 62);
}
.coral--dark coral-card-propertylist {
  border-top-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Card--stacked:before {
  background-color: rgb(37, 37, 37);
  border-bottom-color: rgb(62, 62, 62);
  border-left-color: rgb(62, 62, 62);
  border-right-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Card--stacked:after {
  background-color: rgb(37, 37, 37);
  border-bottom-color: rgb(62, 62, 62);
  border-left-color: rgb(62, 62, 62);
  border-right-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Card--condensed ._coral-Card-wrapper {
  background-color: rgba(255,255,255,0.9);
  border-bottom-color: rgb(244, 244, 244);
}
.coral--dark ._coral-Card--condensed coral-card-context {
  color: rgb(116, 116, 116);
}
.coral--dark ._coral-Card--condensed coral-card-title {
  color: rgb(50, 50, 50);
}
.coral--dark ._coral-Card--condensed coral-card-subtitle {
  color: rgb(116, 116, 116);
}
.coral--dark ._coral-Card--condensed ._coral-Card-property {
  color: rgb(80, 80, 80);
}
.coral--dark ._coral-Card--condensed ._coral-Card-property-icon {
  color: rgb(80, 80, 80);
}
.coral--dark ._coral-Card--condensed coral-card-description {
  border-top-color: rgb(44, 44, 44);
}
.coral--dark ._coral-Card--condensed coral-card-propertylist {
  border-top-color: rgb(44, 44, 44);
}
.coral--dark ._coral-Card--inverted ._coral-Card-wrapper {
  background-color: rgba(30,30,30,0.9);
  border-bottom-color: rgb(44, 44, 44);
}
.coral--dark ._coral-Card--inverted coral-card-context {
  color: rgb(162, 162, 162);
}
.coral--dark ._coral-Card--inverted coral-card-title {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Card--inverted coral-card-subtitle {
  color: rgb(162, 162, 162);
}
.coral--dark ._coral-Card--inverted ._coral-Card-property {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Card--inverted ._coral-Card-property-icon {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Card--inverted coral-card-description {
  border-top-color: rgb(244, 244, 244);
}
.coral--dark ._coral-Card--inverted coral-card-propertylist {
  border-top-color: rgb(244, 244, 244);
}
.coral--dark ._coral-Card--quiet,.coral--dark ._coral-Card--quiet ._coral-Card-wrapper {
  border-color: transparent;
  background-color: transparent;
}
.coral--dark ._coral-Card--quiet._coral-Card--stacked:before,
.coral--dark ._coral-Card--quiet._coral-Card--stacked:after {
  display: none;
}
.coral--dark coral-card-info > coral-alert._coral-Alert[variant="info"] {
  background-color: rgb(20, 115, 230);
}
.coral--dark coral-card-info > coral-alert._coral-Alert[variant="help"] {
  background-color: rgb(20, 115, 230);
}
.coral--dark coral-card-info > coral-alert._coral-Alert[variant="success"] {
  background-color: rgb(38, 142, 108);
}
.coral--dark coral-card-info > coral-alert._coral-Alert[variant="warning"] {
  background-color: rgb(218, 123, 17);
}
.coral--dark coral-card-info > coral-alert._coral-Alert[variant="error"] {
  background-color: rgb(215, 55, 63);
}
.coral--dark coral-card-info > coral-alert._coral-Alert coral-alert-header {
  color: rgb(255, 255, 255);
}
.coral--dark coral-card-info > coral-alert._coral-Alert coral-alert-content {
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Card {
  border-color: rgb(44, 44, 44);
  background-color: rgb(8, 8, 8);
}
.coral--darkest a[href] > ._coral-Card:not(._coral-Card--quiet):hover {
  border-color: rgb(73, 73, 73);
}
.coral--darkest a[href] > ._coral-Card--quiet:hover coral-card-asset {
  background-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Card-wrapper {
  background-color: rgb(8, 8, 8);
}
.coral--darkest coral-card-title {
  color: rgb(200, 200, 200);
}
.coral--darkest coral-card-context {
  color: rgb(162, 162, 162);
}
.coral--darkest coral-card-overlay {
  background-color: rgba(30,30,30,0.9);
}
.coral--darkest coral-card-overlay ._coral-Card-property coral-card-property-content {
  color: rgb(185, 185, 185);
}
.coral--darkest coral-card-asset {
  background-color: rgb(44, 44, 44);
}
.coral--darkest coral-card-description {
  border-top-color: rgb(44, 44, 44);
}
.coral--darkest coral-card-propertylist {
  border-top-color: rgb(44, 44, 44);
}
.coral--darkest ._coral-Card--stacked:before {
  background-color: rgb(8, 8, 8);
  border-bottom-color: rgb(44, 44, 44);
  border-left-color: rgb(44, 44, 44);
  border-right-color: rgb(44, 44, 44);
}
.coral--darkest ._coral-Card--stacked:after {
  background-color: rgb(8, 8, 8);
  border-bottom-color: rgb(44, 44, 44);
  border-left-color: rgb(44, 44, 44);
  border-right-color: rgb(44, 44, 44);
}
.coral--darkest ._coral-Card--condensed ._coral-Card-wrapper {
  background-color: rgba(255,255,255,0.9);
  border-bottom-color: rgb(244, 244, 244);
}
.coral--darkest ._coral-Card--condensed coral-card-context {
  color: rgb(116, 116, 116);
}
.coral--darkest ._coral-Card--condensed coral-card-title {
  color: rgb(50, 50, 50);
}
.coral--darkest ._coral-Card--condensed coral-card-subtitle {
  color: rgb(116, 116, 116);
}
.coral--darkest ._coral-Card--condensed ._coral-Card-property {
  color: rgb(80, 80, 80);
}
.coral--darkest ._coral-Card--condensed ._coral-Card-property-icon {
  color: rgb(80, 80, 80);
}
.coral--darkest ._coral-Card--condensed coral-card-description {
  border-top-color: rgb(44, 44, 44);
}
.coral--darkest ._coral-Card--condensed coral-card-propertylist {
  border-top-color: rgb(44, 44, 44);
}
.coral--darkest ._coral-Card--inverted ._coral-Card-wrapper {
  background-color: rgba(30,30,30,0.9);
  border-bottom-color: rgb(44, 44, 44);
}
.coral--darkest ._coral-Card--inverted coral-card-context {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Card--inverted coral-card-title {
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Card--inverted coral-card-subtitle {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Card--inverted ._coral-Card-property {
  color: rgb(185, 185, 185);
}
.coral--darkest ._coral-Card--inverted ._coral-Card-property-icon {
  color: rgb(185, 185, 185);
}
.coral--darkest ._coral-Card--inverted coral-card-description {
  border-top-color: rgb(244, 244, 244);
}
.coral--darkest ._coral-Card--inverted coral-card-propertylist {
  border-top-color: rgb(244, 244, 244);
}
.coral--darkest ._coral-Card--quiet,.coral--darkest ._coral-Card--quiet ._coral-Card-wrapper {
  border-color: transparent;
  background-color: transparent;
}
.coral--darkest ._coral-Card--quiet._coral-Card--stacked:before,
.coral--darkest ._coral-Card--quiet._coral-Card--stacked:after {
  display: none;
}
.coral--darkest coral-card-info > coral-alert._coral-Alert[variant="info"] {
  background-color: rgb(20, 115, 230);
}
.coral--darkest coral-card-info > coral-alert._coral-Alert[variant="help"] {
  background-color: rgb(20, 115, 230);
}
.coral--darkest coral-card-info > coral-alert._coral-Alert[variant="success"] {
  background-color: rgb(38, 142, 108);
}
.coral--darkest coral-card-info > coral-alert._coral-Alert[variant="warning"] {
  background-color: rgb(218, 123, 17);
}
.coral--darkest coral-card-info > coral-alert._coral-Alert[variant="error"] {
  background-color: rgb(215, 55, 63);
}
.coral--darkest coral-card-info > coral-alert._coral-Alert coral-alert-header {
  color: rgb(255, 255, 255);
}
.coral--darkest coral-card-info > coral-alert._coral-Alert coral-alert-content {
  color: rgb(255, 255, 255);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

._coral-CharacterCount {
  display: inline-flex;
  align-items: center;
  margin: 0;
  height: 32px;
  padding: 0 8px;
}
.coral--large ._coral-CharacterCount {
  height: 40px;
  padding: 0 10px;
}
.coral--darkest ._coral-CharacterCount.is-invalid {
  color: rgb(236, 91, 98);
}
.coral--dark ._coral-CharacterCount.is-invalid {
  color: rgb(247, 109, 116);
}
.coral--light ._coral-CharacterCount.is-invalid {
  color: rgb(201, 37, 45);
}
.coral--lightest ._coral-CharacterCount.is-invalid {
  color: rgb(215, 55, 63);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Clock {
  display: inline-table;
  vertical-align: top;
  width: 200px;
}
._coral-Clock._coral-Clock--extended {
  width: 250px;
}
._coral-Clock._coral-Clock--extended ._coral-Dropdown-label {
  min-width: 0;
}
._coral-Clock-minute,
._coral-Clock-hour {
  display: table-cell;
  width: 100%;
  min-width: 0;
}
._coral-Clock-divider {
  display: table-cell;
  text-align: center;
  width: 16px;
  vertical-align: middle;
  padding-top: 21px;
}
._coral-Clock ._coral-Clock-period {
  display: table-cell;
  min-width: 73px;
  width: 73px;
  vertical-align: top;
  padding-left: 16px;
  padding-top: 21px;
}
.coral--large ._coral-Clock-minute,
.coral--large ._coral-Clock-hour {
  width: 100%;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse--quiet {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
._coral-CoachMarkPopover {
  position: relative;

  min-width: 272px;
  max-width: 400px;

  border-radius: 4px;
  border-width: 1px;
  border-style: solid;

}
._coral-CoachMarkPopover-image {
  border-radius: 4px 4px 0 0;

  width: 100%;
}
._coral-CoachMarkPopover-header,
._coral-CoachMarkPopover-content,
._coral-CoachMarkPopover-footer {
  padding: 0 24px;
}
._coral-CoachMarkPopover-header {
  padding-top: 24px;
}
._coral-CoachMarkPopover-footer {
  padding-bottom: 24px;
}
._coral-CoachMarkPopover-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 16px;
}
._coral-CoachMarkPopover-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
._coral-CoachMarkPopover-step {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
._coral-CoachMarkPopover-content {
  margin-bottom: 16px;
}
._coral-CoachMarkPopover-footer {
  margin-top: 0;
  text-align: right;
}
._coral-CoachMarkIndicator {
  position: relative;

  margin: 6px;
}
._coral-CoachMarkIndicator-ring {
  display: block;
  position: absolute;

  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}
._coral-CoachMarkIndicator-ring:nth-child(2) {
    animation-delay: -1980ms;
  }
._coral-CoachMarkIndicator-ring:nth-child(3) {
    animation-delay: -3000ms
  }
._coral-CoachMarkIndicator {
  min-width: 48px;
  min-height: 48px;
}
._coral-CoachMarkIndicator-ring {
  top: 12px;
  left: 12px;

  width: 16px;
  height: 16px;
  animation: pulse 3000ms linear infinite;
}
._coral-CoachMarkIndicator-ring:nth-child(1) {
    animation-delay: -1500ms;
  }
._coral-CoachMarkIndicator--quiet {
  min-width: 22px;
  min-height: 22px;
}
._coral-CoachMarkIndicator--quiet ._coral-CoachMarkIndicator-ring {
    top: 6px;
    left: 6px;

    width: 8px;
    height: 8px;
    animation: pulse--quiet 3000ms linear infinite;
  }
._coral-CoachMarkIndicator--quiet ._coral-CoachMarkIndicator-ring:nth-child(1) {
      animation-delay: -990ms;
    }

.coral--large ._coral-CoachMarkPopover {

  min-width: 340px;
  max-width: 500px;

  border-radius: 5px;
  border-width: 1px;

}
.coral--large ._coral-CoachMarkPopover-image {
  border-radius: 5px 5px 0 0;
}
.coral--large ._coral-CoachMarkPopover-header,
.coral--large ._coral-CoachMarkPopover-content,
.coral--large ._coral-CoachMarkPopover-footer {
  padding: 0 30px;
}
.coral--large ._coral-CoachMarkPopover-header {
  padding-top: 30px;
}
.coral--large ._coral-CoachMarkPopover-footer {
  padding-bottom: 30px;
}
.coral--large ._coral-CoachMarkPopover-header {
  margin-bottom: 20px;
}
.coral--large ._coral-CoachMarkPopover-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}
.coral--large ._coral-CoachMarkPopover-step {

  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}
.coral--large ._coral-CoachMarkPopover-content {
  margin-bottom: 20px;
}
.coral--large ._coral-CoachMarkIndicator {

  margin: 8px;
}
.coral--large ._coral-CoachMarkIndicator-ring {
  border-width: 2px;
}
.coral--large ._coral-CoachMarkIndicator-ring:nth-child(2) {
    animation-delay: -1980ms;
  }
.coral--large ._coral-CoachMarkIndicator-ring:nth-child(3) {
    animation-delay: -3000ms
  }
.coral--large ._coral-CoachMarkIndicator {
  min-width: 60px;
  min-height: 60px;
}
.coral--large ._coral-CoachMarkIndicator-ring {
  top: 15px;
  left: 15px;

  width: 20px;
  height: 20px;
  animation: pulse 3000ms linear infinite;
}
.coral--large ._coral-CoachMarkIndicator-ring:nth-child(1) {
    animation-delay: -1500ms;
  }
.coral--large ._coral-CoachMarkIndicator--quiet {
  min-width: 27.5px;
  min-height: 27.5px;
}
.coral--large ._coral-CoachMarkIndicator--quiet ._coral-CoachMarkIndicator-ring {
    top: 7.5px;
    left: 7.5px;

    width: 10px;
    height: 10px;
    animation: pulse--quiet 3000ms linear infinite;
  }
.coral--large ._coral-CoachMarkIndicator--quiet ._coral-CoachMarkIndicator-ring:nth-child(1) {
      animation-delay: -990ms;
    }

.coral--light ._coral-CoachMarkPopover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(202, 202, 202);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.coral--light ._coral-CoachMarkPopover-title {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-CoachMarkPopover-step {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-CoachMarkPopover-content {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-CoachMarkIndicator-ring {
  border-color: rgb(38, 128, 235);
}
.coral--light ._coral-CoachMarkIndicator--light ._coral-CoachMarkIndicator-ring {
  border-color: rgb(255, 255, 255);
}
.coral--light ._coral-CoachMarkIndicator--dark ._coral-CoachMarkIndicator-ring {
  border-color: rgb(44, 44, 44);
}

.coral--lightest ._coral-CoachMarkPopover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(211, 211, 211);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.coral--lightest ._coral-CoachMarkPopover-title {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-CoachMarkPopover-step {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-CoachMarkPopover-content {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-CoachMarkIndicator-ring {
  border-color: rgb(55, 142, 240);
}
.coral--lightest ._coral-CoachMarkIndicator--light ._coral-CoachMarkIndicator-ring {
  border-color: rgb(255, 255, 255);
}
.coral--lightest ._coral-CoachMarkIndicator--dark ._coral-CoachMarkIndicator-ring {
  border-color: rgb(50, 50, 50);
}

.coral--dark ._coral-CoachMarkPopover {
  background-color: rgb(37, 37, 37);
  border-color: rgb(90, 90, 90);
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.coral--dark ._coral-CoachMarkPopover-title {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-CoachMarkPopover-step {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-CoachMarkPopover-content {
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-CoachMarkIndicator-ring {
  border-color: rgb(38, 128, 235);
}
.coral--dark ._coral-CoachMarkIndicator--light ._coral-CoachMarkIndicator-ring {
  border-color: rgb(37, 37, 37);
}
.coral--dark ._coral-CoachMarkIndicator--dark ._coral-CoachMarkIndicator-ring {
  border-color: rgb(255, 255, 255);
}

.coral--darkest ._coral-CoachMarkPopover {
  background-color: rgb(8, 8, 8);
  border-color: rgb(73, 73, 73);
  box-shadow: 0 1px 4px rgba(0,0,0,0.8);
}
.coral--darkest ._coral-CoachMarkPopover-title {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-CoachMarkPopover-step {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-CoachMarkPopover-content {
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-CoachMarkIndicator-ring {
  border-color: rgb(20, 115, 230);
}
.coral--darkest ._coral-CoachMarkIndicator--light ._coral-CoachMarkIndicator-ring {
  border-color: rgb(8, 8, 8);
}
.coral--darkest ._coral-CoachMarkIndicator--dark ._coral-CoachMarkIndicator-ring {
  border-color: rgb(239, 239, 239);
}

._coral-CoachMarkIndicator {
  display: inline-block;
  margin: 3px 0 0 4px;
}
.coral--large ._coral-CoachMarkIndicator-ring {
  animation: large-pulse 3000ms cubic-bezier(0, 0, 1, 1) infinite;
}
.coral--large ._coral-CoachMarkIndicator--quiet ._coral-CoachMarkIndicator-ring {
  animation: large-pulse--quiet 3000ms cubic-bezier(0, 0, 1, 1) infinite;
}
@-moz-keyframes large-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes large-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes large-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes large-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes large-pulse--quiet {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes large-pulse--quiet {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes large-pulse--quiet {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes large-pulse--quiet {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Slider,
._coral-Dial {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 32px;
  min-width: 100px;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}
._coral-Slider-controls,
._coral-Dial-controls {
  display: inline-block;
  box-sizing: border-box;

  position: relative;
  z-index: auto;
  width: calc(100% - 16px);
  margin-left: 8px;
  min-height: 32px;

  vertical-align: top;
}
._coral-Slider-track,
._coral-Slider-buffer,
._coral-Slider-ramp,
._coral-Slider-fill {
  height: 2px;
  box-sizing: border-box;

  position: absolute;
  z-index: 1;
  top: 16px;
  left: 0;
  right: auto;

  margin-top: -1px;

  pointer-events: none;
}
._coral-Slider-track,
._coral-Slider-buffer,
._coral-Slider-fill {
  padding: 0 4px 0 0;
  margin-left: -8px;
}
._coral-Slider-track::before, ._coral-Slider-buffer::before, ._coral-Slider-fill::before {
    content: '';
    display: block;
    height: 100%;

    border-radius: 1px;
  }
._coral-Slider-fill {
  margin-left: 0;
  padding: 0 0 0 12px;
}
._coral-Slider-fill--right {
  padding: 0 12px 0 0;
}
._coral-Slider-buffer {
  padding: 0 4px 0 0;
}
._coral-Slider-track ~ ._coral-Slider-track,
._coral-Slider-buffer ~ ._coral-Slider-buffer {
  left: auto;
  right: 0;
  padding: 0 0 0 4px;
  margin-left: 0;
  margin-right: -8px;
}
._coral-Slider-buffer ~ ._coral-Slider-buffer {
  margin-right: 0;
  padding: 0 0 0 12px;
}
._coral-Slider-buffer ~ ._coral-Slider-buffer:after {
    display: none;
  }
._coral-Slider--range ._coral-Slider-value {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }
._coral-Slider--range ._coral-Slider-track:first-of-type {
      padding: 0 4px 0 0;
      left: 0;
      right: auto;
      margin-left: -8px;
    }
._coral-Slider--range ._coral-Slider-track {
      padding: 0 12px 0 12px;
      left: auto;
      right: auto;
      margin: 0;
    }
._coral-Slider--range ._coral-Slider-track:last-of-type {
      padding: 0 0 0 4px;
      left: auto;
      right: 0;
      margin-right: -8px;
    }
._coral-Slider-buffer {
  z-index: 2;
}
._coral-Slider-ramp {
  margin-top: 0;
  height: 16px;

  position: absolute;
  left: -8px;
  right: -8px;
  top: 8px;
}
._coral-Slider-ramp svg {
    width: 100%;
    height: 100%;
  }
._coral-Slider-handle,
._coral-Dial-handle {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 2;

  display: inline-block;
  box-sizing: border-box;

  width: 16px;
  height: 16px;

  margin: -8px 0 0 -8px;

  border-width: 2px;
  border-style: solid;

  border-radius: 8px;

  transition: border-width 130ms ease-in-out;

  outline: none;
  cursor: pointer;
  cursor: grab;
}
._coral-Slider-handle:active,
._coral-Slider-handle.is-focused,
._coral-Slider-handle.is-dragged,
._coral-Dial-handle:active {
    cursor: ns-resize;
    cursor: grabbing;
  }
._coral-Slider-handle:active,
._coral-Slider-handle.is-focused,
._coral-Slider-handle.is-dragged,
._coral-Slider-handle.is-tophandle,
._coral-Dial-handle:active {
    z-index: 3;
  }
._coral-Slider-handle:before,
._coral-Dial-handle:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;

    transition: box-shadow 130ms ease-out,
                width 130ms ease-out,
                height 130ms ease-out;

    width: 16px;
    height: 16px;

    transform: translate(-50%, -50%);

    border-radius: 100%;
  }
._coral-Slider-handle.is-focused:before {
      width: 20px;
      height: 20px;
    }
._coral-Slider-input,
._coral-Dial-input {
  margin: 0;

  width: 16px;
  height: 16px;
  padding: 0;
  position: absolute;
  top: -2px;
  left: -2px;
  overflow: hidden;
  opacity: .000001;
  cursor: default;
  -webkit-appearance: none;
  border: 0;
  pointer-events: none;
}
._coral-Slider-input:focus,
._coral-Dial-input:focus {
    outline: none;
  }
._coral-Slider-labelContainer,
._coral-Dial-labelContainer {
  display: -ms-flexbox;
  display: flex;
  position: relative;

  width: auto;

  padding-top: 4px;

  font-size: 12px;
  line-height: 1.3;
}
._coral-Slider-label,
._coral-Dial-label {
  padding-left: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
._coral-Slider-value,
._coral-Dial-value {
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding-right: 0;
  cursor: default;
}
._coral-Slider-value {
  margin-left: 16px;
}
._coral-Slider-ticks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;

  z-index: 0;

  margin: 0 -8px;
  margin-top: 11px;
}
._coral-Slider-tick {
  position: relative;

  width: 2px;
}
._coral-Slider-tick:after {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    content: '';
    width: 2px;
    height: 10px;

    border-radius: 1px;
  }
._coral-Slider-tick ._coral-Slider-tickLabel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;

    margin: 16px -16px 0 -16px;

    font-size: 12px;
    line-height: 1.3;
  }
._coral-Slider-tick:first-of-type ._coral-Slider-tickLabel, ._coral-Slider-tick:last-of-type ._coral-Slider-tickLabel {
      display: block;
      position: absolute;
      margin: 16px 0 0 0;
    }
._coral-Slider-tick:first-of-type ._coral-Slider-tickLabel {
      left: 0;
    }
._coral-Slider-tick:last-of-type ._coral-Slider-tickLabel {
      right: 0;
    }
._coral-Slider--color ._coral-Slider-labelContainer,
._coral-Slider--color ._coral-Dial-labelContainer {
    padding-bottom: 5px;
  }
._coral-Slider--color ._coral-Slider-controls,
._coral-Slider--color ._coral-Slider-controls::before,
._coral-Slider--color ._coral-Slider-track,
._coral-Slider--color ._coral-Dial-controls,
._coral-Slider--color ._coral-Dial-controls::before {
    min-height: auto;
    height: 24px;
    margin-left: 0;
    width: 100%;
  }
._coral-Slider--color ._coral-Slider-controls::before,
._coral-Slider--color ._coral-Dial-controls::before {
    display: block;
    content: '';
  }
._coral-Slider--color ._coral-Slider-controls::before,
._coral-Slider--color ._coral-Slider-track,
._coral-Slider--color ._coral-Dial-controls::before {
    top: 0;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    border-radius: 4px;
  }
._coral-Slider--color ._coral-Slider-handle,
._coral-Slider--color ._coral-Dial-handle {
    top: 50%;
  }
._coral-Dial {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;

  height: auto;
  min-width: 0;
  min-height: 0;
  width: 48px;
}
._coral-Dial-labelContainer {
  margin-bottom: 5px;
}
._coral-Dial-label:only-child {
    text-align: center;
  }
._coral-Dial-controls {
  width: 32px;
  height: 32px;
  min-height: 0;

  border-radius: 16px;
  position: relative;
  display: inline-block;
  margin: 0;

  box-sizing: border-box;
  outline: none;
}
._coral-Dial-controls::before,
  ._coral-Dial-controls::after {
    content: '';
    width: 4px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
  }
._coral-Dial-controls::before {
    left: auto;
    right: -2px;
    transform: rotate(45deg);
  }
._coral-Dial-controls::after {
    left: -2px;
    transform: rotate(-45deg);
  }
._coral-Dial-handle {
  width: 100%;
  height: 100%;
  border-width: 2px;
  box-shadow: none;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 16px;
  transform: rotate(-45deg);
  cursor: pointer;
  cursor: grab;

  transition: background-color 130ms ease-in-out;
}
._coral-Dial-handle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    width: 12px;
    height: 2px;
    border-radius: 1px;
    transform: translateY(-50%);
    transition: background-color 130ms ease-in-out;
  }
._coral-Dial-handle:active,
  ._coral-Dial-handle.is-focused,
  ._coral-Dial-handle.is-dragged {
    border-width: 2px;
    cursor: ns-resize;
    cursor: grabbing;
  }
._coral-Dial-input {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
._coral-Dial--small ._coral-Dial-controls {
    width: 24px;
    height: 24px;
  }
._coral-Slider.is-disabled, ._coral-Dial.is-disabled {
    cursor: default;
  }
._coral-Slider.is-disabled ._coral-Slider-handle,
._coral-Dial.is-disabled ._coral-Slider-handle,
._coral-Slider.is-disabled ._coral-Dial-handle,
._coral-Dial.is-disabled ._coral-Dial-handle {
      cursor: default;
      pointer-events: none;
    }
._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active,
._coral-Dial.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
._coral-Dial.is-disabled._coral-Slider--color ._coral-Slider-handle:active,
._coral-Slider.is-disabled._coral-Slider--color ._coral-Dial-handle:hover,
._coral-Slider.is-disabled._coral-Slider--color ._coral-Dial-handle:active,
._coral-Dial.is-disabled._coral-Slider--color ._coral-Dial-handle:hover,
._coral-Dial.is-disabled._coral-Slider--color ._coral-Dial-handle:active {
          border-width: 1px;
        }
.u-isGrabbing {
  cursor: ns-resize;
  cursor: grabbing;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.u-isGrabbing ._coral-Dial ._coral-Dial-label,
    .u-isGrabbing ._coral-Dial ._coral-Dial-value,.u-isGrabbing ._coral-Slider ._coral-Slider-label,
.u-isGrabbing ._coral-Slider ._coral-Slider-value,
.u-isGrabbing ._coral-Dial ._coral-Slider-label,
.u-isGrabbing ._coral-Dial ._coral-Slider-value {
      cursor: inherit;
    }

.coral--large ._coral-Slider,
.coral--large ._coral-Dial {
  min-height: 40px;
  min-width: 125px;
}
.coral--large ._coral-Slider-controls,
.coral--large ._coral-Dial-controls {
  width: calc(100% - 20px);
  margin-left: 10px;
  min-height: 40px;
}
.coral--large ._coral-Slider-track,
.coral--large ._coral-Slider-buffer,
.coral--large ._coral-Slider-ramp,
.coral--large ._coral-Slider-fill {
  height: 2px;
  top: 20px;

  margin-top: -1px;
}
.coral--large ._coral-Slider-track,
.coral--large ._coral-Slider-buffer,
.coral--large ._coral-Slider-fill {
  padding: 0 4px 0 0;
  margin-left: -10px;
}
.coral--large ._coral-Slider-track::before, .coral--large ._coral-Slider-buffer::before, .coral--large ._coral-Slider-fill::before {

    border-radius: 1px;
  }
.coral--large ._coral-Slider-fill {
  padding: 0 0 0 14px;
}
.coral--large ._coral-Slider-fill--right {
  padding: 0 14px 0 0;
}
.coral--large ._coral-Slider-buffer {
  padding: 0 4px 0 0;
}
.coral--large ._coral-Slider-track ~ ._coral-Slider-track,
.coral--large ._coral-Slider-buffer ~ ._coral-Slider-buffer {
  right: 0;
  padding: 0 0 0 4px;
  margin-left: 0;
  margin-right: -10px;
}
.coral--large ._coral-Slider-buffer ~ ._coral-Slider-buffer {
  margin-right: 0;
  padding: 0 0 0 14px;
}
.coral--large ._coral-Slider--range ._coral-Slider-track:first-of-type {
      padding: 0 4px 0 0;
      left: 0;
      margin-left: -10px;
    }
.coral--large ._coral-Slider--range ._coral-Slider-track {
      padding: 0 14px 0 14px;
      margin: 0;
    }
.coral--large ._coral-Slider--range ._coral-Slider-track:last-of-type {
      padding: 0 0 0 4px;
      right: 0;
      margin-right: -10px;
    }
.coral--large ._coral-Slider-ramp {
  margin-top: 0;
  height: 16px;
  left: -10px;
  right: -10px;
  top: 8px;
}
.coral--large ._coral-Slider-handle,
.coral--large ._coral-Dial-handle {
  top: 20px;

  width: 20px;
  height: 20px;

  margin: -10px 0 0 -10px;

  border-width: 2px;

  border-radius: 10px;

  transition: border-width 130ms ease-in-out;
}
.coral--large ._coral-Slider-handle:before,
.coral--large ._coral-Dial-handle:before {

    transition: box-shadow 130ms ease-out,
                width 130ms ease-out,
                height 130ms ease-out;

    width: 20px;
    height: 20px;
  }
.coral--large ._coral-Slider-handle.is-focused:before {
      width: 24px;
      height: 24px;
    }
.coral--large ._coral-Slider-input,
.coral--large ._coral-Dial-input {

  width: 20px;
  height: 20px;
  top: -2.5px;
  left: -2.5px;
}
.coral--large ._coral-Slider-labelContainer,
.coral--large ._coral-Dial-labelContainer {

  padding-top: 5px;

  font-size: 15px;
  line-height: 1.3;
}
.coral--large ._coral-Slider-value {
  margin-left: 20px;
}
.coral--large ._coral-Slider-ticks {

  margin: 0 -10px;
  margin-top: 11px;
}
.coral--large ._coral-Slider-tick {

  width: 2px;
}
.coral--large ._coral-Slider-tick:after {
    left: calc(50% - 1px);
    width: 2px;
    height: 10px;

    border-radius: 1px;
  }
.coral--large ._coral-Slider-tick ._coral-Slider-tickLabel {

    margin: 20px -20px 0 -20px;

    font-size: 15px;
    line-height: 1.3;
  }
.coral--large ._coral-Slider-tick:first-of-type ._coral-Slider-tickLabel, .coral--large ._coral-Slider-tick:last-of-type ._coral-Slider-tickLabel {
      margin: 20px 0 0 0;
    }
.coral--large ._coral-Slider--color ._coral-Slider-labelContainer,
.coral--large ._coral-Slider--color ._coral-Dial-labelContainer {
    padding-bottom: 6px;
  }
.coral--large ._coral-Slider--color ._coral-Slider-controls,
.coral--large ._coral-Slider--color ._coral-Slider-controls::before,
.coral--large ._coral-Slider--color ._coral-Slider-track,
.coral--large ._coral-Slider--color ._coral-Dial-controls,
.coral--large ._coral-Slider--color ._coral-Dial-controls::before {
    min-height: auto;
    height: 24px;
    margin-left: 0;
  }
.coral--large ._coral-Slider--color ._coral-Slider-controls::before,
.coral--large ._coral-Slider--color ._coral-Slider-track,
.coral--large ._coral-Slider--color ._coral-Dial-controls::before {
    top: 0;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    border-radius: 5px;
  }
.coral--large ._coral-Slider--color ._coral-Slider-handle,
.coral--large ._coral-Slider--color ._coral-Dial-handle {
    top: 50%;
  }
.coral--large ._coral-Dial {
  min-width: 0;
  min-height: 0;
  width: 48px;
}
.coral--large ._coral-Dial-labelContainer {
  margin-bottom: 6px;
}
.coral--large ._coral-Dial-controls {
  width: 40px;
  height: 40px;
  min-height: 0;

  border-radius: 20px;
  margin: 0;
}
.coral--large ._coral-Dial-controls::before,
  .coral--large ._coral-Dial-controls::after {
    width: 4px;
    height: 2px;
    border-radius: 1px;
  }
.coral--large ._coral-Dial-controls::before {
    right: -2px;
    transform: rotate(45deg);
  }
.coral--large ._coral-Dial-controls::after {
    left: -2px;
    transform: rotate(-45deg);
  }
.coral--large ._coral-Dial-handle {
  width: 100%;
  height: 100%;
  border-width: 2px;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 20px;
  transform: rotate(-45deg);

  transition: background-color 130ms ease-in-out;
}
.coral--large ._coral-Dial-handle::after {
    left: -2px;
    width: 12px;
    height: 2px;
    border-radius: 1px;
    transition: background-color 130ms ease-in-out;
  }
.coral--large ._coral-Dial-handle:active,
  .coral--large ._coral-Dial-handle.is-focused,
  .coral--large ._coral-Dial-handle.is-dragged {
    border-width: 2px;
  }
.coral--large ._coral-Dial-input {
  width: 100%;
  height: 100%;
}
.coral--large ._coral-Dial--small ._coral-Dial-controls {
    width: 24px;
    height: 24px;
  }
.coral--large ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
.coral--large ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active,
.coral--large ._coral-Dial.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
.coral--large ._coral-Dial.is-disabled._coral-Slider--color ._coral-Slider-handle:active,
.coral--large ._coral-Slider.is-disabled._coral-Slider--color ._coral-Dial-handle:hover,
.coral--large ._coral-Slider.is-disabled._coral-Slider--color ._coral-Dial-handle:active,
.coral--large ._coral-Dial.is-disabled._coral-Slider--color ._coral-Dial-handle:hover,
.coral--large ._coral-Dial.is-disabled._coral-Slider--color ._coral-Dial-handle:active {
          border-width: 1px;
        }

.coral--light ._coral-Slider-track::before {
    background: rgb(225, 225, 225);
  }
.coral--light ._coral-Slider-labelContainer,
.coral--light ._coral-Dial-labelContainer {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Slider--filled ._coral-Slider-track:first-child::before {
      background: rgb(110, 110, 110);
    }
.coral--light ._coral-Slider-fill::before {
    background: rgb(110, 110, 110);
  }
.coral--light ._coral-Slider-buffer::before,
.coral--light ._coral-Slider-buffer::after {
    background: rgb(179, 179, 179);
  }
.coral--light ._coral-Slider-ramp path {
    fill: rgb(225, 225, 225);
  }
.coral--light ._coral-Slider-handle {
  border-color: rgb(110, 110, 110);
  background: transparent;
}
.coral--light ._coral-Slider-handle:hover {
    border-color: rgb(75, 75, 75);
  }
.coral--light ._coral-Slider-handle.is-focused {
    border-color: rgb(75, 75, 75);
  }
.coral--light ._coral-Slider-handle.is-focused:before {
      box-shadow: 0 0 0 2px rgb(38, 128, 235);
    }
.coral--light ._coral-Slider-handle:active,
.coral--light ._coral-Slider-handle.is-dragged {
    border-color: rgb(75, 75, 75);
  }
.coral--light ._coral-Slider--ramp ._coral-Slider-handle {
    box-shadow: 0 0 0 4px rgb(245, 245, 245);
  }
.coral--light ._coral-Slider-input {
  background: transparent;
}
.coral--light ._coral-Slider-tick:after {
    background-color: rgb(225, 225, 225);
  }
.coral--light ._coral-Slider-handle.is-dragged {
    border-color: rgb(75, 75, 75);
    background: transparent;
  }
.coral--light ._coral-Slider--range ._coral-Slider-track:not(:first-of-type):not(:last-of-type):before {
        background: rgb(110, 110, 110);
      }
.coral--light ._coral-Slider--color ._coral-Slider-controls::before {
    background-color: rgb(255, 255, 255);
    background-image:
      linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%),
      linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%),
      linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%),
      linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
    background-size:
      16px
      16px;
    background-position:
      0 0,
      0 8px,
      8px -8px,
      -8px 0;
    z-index: 0;
  }
.coral--light ._coral-Slider--color ._coral-Slider-track {
    background-color: transparent;
    background-image: linear-gradient(to right, rgb(38, 128, 235), rgb(9, 90, 186));
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
  }
.coral--light ._coral-Slider--color ._coral-Slider-track::before {
      display: none;
    }
.coral--light ._coral-Slider--color ._coral-Slider-handle {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05);
    border-color: rgb(255, 255, 255);
    background: transparent;
  }
.coral--light ._coral-Slider--color ._coral-Slider-handle.is-focused {
      box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    }
.coral--light ._coral-Dial-handle {
  box-shadow: none;
}
.coral--light ._coral-Dial-handle:before {
    display: none;
  }
.coral--light ._coral-Dial-handle::after {
    background-color: rgb(110, 110, 110);
  }
.coral--light ._coral-Dial-handle:hover::after {
      background-color: rgb(75, 75, 75);
    }
.coral--light ._coral-Dial-handle.is-focused {
    background-color: rgb(38, 128, 235);

    border-color: rgb(75, 75, 75);
  }
.coral--light ._coral-Dial-handle.is-focused::after {
      background-color: rgb(255, 255, 255);
    }
.coral--light ._coral-Dial-handle:active,
.coral--light ._coral-Dial-handle.is-dragged {
    background-color: rgb(75, 75, 75);

    border-color: rgb(75, 75, 75);
  }
.coral--light ._coral-Dial-handle:active::after,
.coral--light ._coral-Dial-handle.is-dragged::after {
      background-color: rgb(255, 255, 255);
    }
.coral--light ._coral-Dial-controls::before,
.coral--light ._coral-Dial-controls::after {
    background-color: rgb(142, 142, 142);
  }
.coral--light ._coral-Dial.is-disabled ._coral-Dial-labelContainer {
      color: rgb(179, 179, 179);
    }
.coral--light ._coral-Dial.is-disabled ._coral-Dial-controls::after,
.coral--light ._coral-Dial.is-disabled ._coral-Dial-controls::before {
        background-color: rgb(202, 202, 202);
      }
.coral--light ._coral-Dial.is-disabled ._coral-Dial-handle {
      border-color: rgb(202, 202, 202);
      background: rgb(245, 245, 245);
    }
.coral--light ._coral-Dial.is-disabled ._coral-Dial-handle:hover,
.coral--light ._coral-Dial.is-disabled ._coral-Dial-handle:active {
        border-color: rgb(202, 202, 202);
        background: transparent;
      }
.coral--light ._coral-Dial.is-disabled ._coral-Dial-handle::after,
.coral--light ._coral-Dial.is-disabled ._coral-Dial-handle::before {
        background-color: rgb(225, 225, 225);
      }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-labelContainer,
.coral--light ._coral-Slider.is-disabled ._coral-Dial-labelContainer {
      color: rgb(179, 179, 179);
    }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-handle {
      border-color: rgb(202, 202, 202);
      background: rgb(245, 245, 245);
    }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-handle:hover,
.coral--light ._coral-Slider.is-disabled ._coral-Slider-handle:active {
        border-color: rgb(202, 202, 202);
        background: transparent;
      }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-track::before {
        background: rgb(225, 225, 225);
      }
.coral--light ._coral-Slider.is-disabled._coral-Slider--filled ._coral-Slider-track:first-child::before {
          background: rgb(225, 225, 225);
        }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-fill::before {
        background: rgb(225, 225, 225);
      }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-buffer::before {
        background: rgb(225, 225, 225);
      }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-ramp path {
        fill: rgb(234, 234, 234);
      }
.coral--light ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-track {
        background: rgb(234, 234, 234) !important;
        box-shadow: none;
      }
.coral--light ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle {
        background: transparent;
        box-shadow: none;
        border-color: rgb(202, 202, 202);
      }
.coral--light ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
.coral--light ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active {
          background: transparent;
          box-shadow: none;
          border-color: rgb(202, 202, 202);
        }
.coral--light ._coral-Slider.is-disabled._coral-Slider--range ._coral-Slider-track:not(:first-of-type):not(:last-of-type):before {
            background: rgb(225, 225, 225);
          }

.coral--lightest ._coral-Slider-track::before {
    background: rgb(234, 234, 234);
  }
.coral--lightest ._coral-Slider-labelContainer,
.coral--lightest ._coral-Dial-labelContainer {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Slider--filled ._coral-Slider-track:first-child::before {
      background: rgb(116, 116, 116);
    }
.coral--lightest ._coral-Slider-fill::before {
    background: rgb(116, 116, 116);
  }
.coral--lightest ._coral-Slider-buffer::before,
.coral--lightest ._coral-Slider-buffer::after {
    background: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Slider-ramp path {
    fill: rgb(234, 234, 234);
  }
.coral--lightest ._coral-Slider-handle {
  border-color: rgb(116, 116, 116);
  background: transparent;
}
.coral--lightest ._coral-Slider-handle:hover {
    border-color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Slider-handle.is-focused {
    border-color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Slider-handle.is-focused:before {
      box-shadow: 0 0 0 2px rgb(55, 142, 240);
    }
.coral--lightest ._coral-Slider-handle:active,
.coral--lightest ._coral-Slider-handle.is-dragged {
    border-color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Slider--ramp ._coral-Slider-handle {
    box-shadow: 0 0 0 4px rgb(255, 255, 255);
  }
.coral--lightest ._coral-Slider-input {
  background: transparent;
}
.coral--lightest ._coral-Slider-tick:after {
    background-color: rgb(234, 234, 234);
  }
.coral--lightest ._coral-Slider-handle.is-dragged {
    border-color: rgb(80, 80, 80);
    background: transparent;
  }
.coral--lightest ._coral-Slider--range ._coral-Slider-track:not(:first-of-type):not(:last-of-type):before {
        background: rgb(116, 116, 116);
      }
.coral--lightest ._coral-Slider--color ._coral-Slider-controls::before {
    background-color: rgb(255, 255, 255);
    background-image:
      linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%),
      linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%),
      linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%),
      linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
    background-size:
      16px
      16px;
    background-position:
      0 0,
      0 8px,
      8px -8px,
      -8px 0;
    z-index: 0;
  }
.coral--lightest ._coral-Slider--color ._coral-Slider-track {
    background-color: transparent;
    background-image: linear-gradient(to right, rgb(55, 142, 240), rgb(13, 102, 208));
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
  }
.coral--lightest ._coral-Slider--color ._coral-Slider-track::before {
      display: none;
    }
.coral--lightest ._coral-Slider--color ._coral-Slider-handle {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05);
    border-color: rgb(255, 255, 255);
    background: transparent;
  }
.coral--lightest ._coral-Slider--color ._coral-Slider-handle.is-focused {
      box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    }
.coral--lightest ._coral-Dial-handle {
  box-shadow: none;
}
.coral--lightest ._coral-Dial-handle:before {
    display: none;
  }
.coral--lightest ._coral-Dial-handle::after {
    background-color: rgb(116, 116, 116);
  }
.coral--lightest ._coral-Dial-handle:hover::after {
      background-color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Dial-handle.is-focused {
    background-color: rgb(55, 142, 240);

    border-color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Dial-handle.is-focused::after {
      background-color: rgb(255, 255, 255);
    }
.coral--lightest ._coral-Dial-handle:active,
.coral--lightest ._coral-Dial-handle.is-dragged {
    background-color: rgb(80, 80, 80);

    border-color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Dial-handle:active::after,
.coral--lightest ._coral-Dial-handle.is-dragged::after {
      background-color: rgb(255, 255, 255);
    }
.coral--lightest ._coral-Dial-controls::before,
.coral--lightest ._coral-Dial-controls::after {
    background-color: rgb(149, 149, 149);
  }
.coral--lightest ._coral-Dial.is-disabled ._coral-Dial-labelContainer {
      color: rgb(188, 188, 188);
    }
.coral--lightest ._coral-Dial.is-disabled ._coral-Dial-controls::after,
.coral--lightest ._coral-Dial.is-disabled ._coral-Dial-controls::before {
        background-color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-Dial.is-disabled ._coral-Dial-handle {
      border-color: rgb(211, 211, 211);
      background: rgb(255, 255, 255);
    }
.coral--lightest ._coral-Dial.is-disabled ._coral-Dial-handle:hover,
.coral--lightest ._coral-Dial.is-disabled ._coral-Dial-handle:active {
        border-color: rgb(211, 211, 211);
        background: transparent;
      }
.coral--lightest ._coral-Dial.is-disabled ._coral-Dial-handle::after,
.coral--lightest ._coral-Dial.is-disabled ._coral-Dial-handle::before {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-labelContainer,
.coral--lightest ._coral-Slider.is-disabled ._coral-Dial-labelContainer {
      color: rgb(188, 188, 188);
    }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-handle {
      border-color: rgb(211, 211, 211);
      background: rgb(255, 255, 255);
    }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-handle:hover,
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-handle:active {
        border-color: rgb(211, 211, 211);
        background: transparent;
      }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-track::before {
        background: rgb(234, 234, 234);
      }
.coral--lightest ._coral-Slider.is-disabled._coral-Slider--filled ._coral-Slider-track:first-child::before {
          background: rgb(234, 234, 234);
        }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-fill::before {
        background: rgb(234, 234, 234);
      }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-buffer::before {
        background: rgb(234, 234, 234);
      }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-ramp path {
        fill: rgb(244, 244, 244);
      }
.coral--lightest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-track {
        background: rgb(244, 244, 244) !important;
        box-shadow: none;
      }
.coral--lightest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle {
        background: transparent;
        box-shadow: none;
        border-color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
.coral--lightest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active {
          background: transparent;
          box-shadow: none;
          border-color: rgb(211, 211, 211);
        }
.coral--lightest ._coral-Slider.is-disabled._coral-Slider--range ._coral-Slider-track:not(:first-of-type):not(:last-of-type):before {
            background: rgb(234, 234, 234);
          }

.coral--dark ._coral-Slider-track::before {
    background: rgb(74, 74, 74);
  }
.coral--dark ._coral-Slider-labelContainer,
.coral--dark ._coral-Dial-labelContainer {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Slider--filled ._coral-Slider-track:first-child::before {
      background: rgb(185, 185, 185);
    }
.coral--dark ._coral-Slider-fill::before {
    background: rgb(185, 185, 185);
  }
.coral--dark ._coral-Slider-buffer::before,
.coral--dark ._coral-Slider-buffer::after {
    background: rgb(110, 110, 110);
  }
.coral--dark ._coral-Slider-ramp path {
    fill: rgb(74, 74, 74);
  }
.coral--dark ._coral-Slider-handle {
  border-color: rgb(185, 185, 185);
  background: transparent;
}
.coral--dark ._coral-Slider-handle:hover {
    border-color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Slider-handle.is-focused {
    border-color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Slider-handle.is-focused:before {
      box-shadow: 0 0 0 2px rgb(38, 128, 235);
    }
.coral--dark ._coral-Slider-handle:active,
.coral--dark ._coral-Slider-handle.is-dragged {
    border-color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Slider--ramp ._coral-Slider-handle {
    box-shadow: 0 0 0 4px rgb(50, 50, 50);
  }
.coral--dark ._coral-Slider-input {
  background: transparent;
}
.coral--dark ._coral-Slider-tick:after {
    background-color: rgb(74, 74, 74);
  }
.coral--dark ._coral-Slider-handle.is-dragged {
    border-color: rgb(227, 227, 227);
    background: transparent;
  }
.coral--dark ._coral-Slider--range ._coral-Slider-track:not(:first-of-type):not(:last-of-type):before {
        background: rgb(185, 185, 185);
      }
.coral--dark ._coral-Slider--color ._coral-Slider-controls::before {
    background-color: rgb(255, 255, 255);
    background-image:
      linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%),
      linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%),
      linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%),
      linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
    background-size:
      16px
      16px;
    background-position:
      0 0,
      0 8px,
      8px -8px,
      -8px 0;
    z-index: 0;
  }
.coral--dark ._coral-Slider--color ._coral-Slider-track {
    background-color: transparent;
    background-image: linear-gradient(to right, rgb(38, 128, 235), rgb(90, 169, 250));
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
  }
.coral--dark ._coral-Slider--color ._coral-Slider-track::before {
      display: none;
    }
.coral--dark ._coral-Slider--color ._coral-Slider-handle {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05);
    border-color: rgb(37, 37, 37);
    background: transparent;
  }
.coral--dark ._coral-Slider--color ._coral-Slider-handle.is-focused {
      box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    }
.coral--dark ._coral-Dial-handle {
  box-shadow: none;
}
.coral--dark ._coral-Dial-handle:before {
    display: none;
  }
.coral--dark ._coral-Dial-handle::after {
    background-color: rgb(185, 185, 185);
  }
.coral--dark ._coral-Dial-handle:hover::after {
      background-color: rgb(227, 227, 227);
    }
.coral--dark ._coral-Dial-handle.is-focused {
    background-color: rgb(38, 128, 235);

    border-color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Dial-handle.is-focused::after {
      background-color: rgb(37, 37, 37);
    }
.coral--dark ._coral-Dial-handle:active,
.coral--dark ._coral-Dial-handle.is-dragged {
    background-color: rgb(227, 227, 227);

    border-color: rgb(227, 227, 227);
  }
.coral--dark ._coral-Dial-handle:active::after,
.coral--dark ._coral-Dial-handle.is-dragged::after {
      background-color: rgb(37, 37, 37);
    }
.coral--dark ._coral-Dial-controls::before,
.coral--dark ._coral-Dial-controls::after {
    background-color: rgb(144, 144, 144);
  }
.coral--dark ._coral-Dial.is-disabled ._coral-Dial-labelContainer {
      color: rgb(110, 110, 110);
    }
.coral--dark ._coral-Dial.is-disabled ._coral-Dial-controls::after,
.coral--dark ._coral-Dial.is-disabled ._coral-Dial-controls::before {
        background-color: rgb(90, 90, 90);
      }
.coral--dark ._coral-Dial.is-disabled ._coral-Dial-handle {
      border-color: rgb(90, 90, 90);
      background: rgb(50, 50, 50);
    }
.coral--dark ._coral-Dial.is-disabled ._coral-Dial-handle:hover,
.coral--dark ._coral-Dial.is-disabled ._coral-Dial-handle:active {
        border-color: rgb(90, 90, 90);
        background: transparent;
      }
.coral--dark ._coral-Dial.is-disabled ._coral-Dial-handle::after,
.coral--dark ._coral-Dial.is-disabled ._coral-Dial-handle::before {
        background-color: rgb(74, 74, 74);
      }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-labelContainer,
.coral--dark ._coral-Slider.is-disabled ._coral-Dial-labelContainer {
      color: rgb(110, 110, 110);
    }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-handle {
      border-color: rgb(90, 90, 90);
      background: rgb(50, 50, 50);
    }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-handle:hover,
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-handle:active {
        border-color: rgb(90, 90, 90);
        background: transparent;
      }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-track::before {
        background: rgb(74, 74, 74);
      }
.coral--dark ._coral-Slider.is-disabled._coral-Slider--filled ._coral-Slider-track:first-child::before {
          background: rgb(74, 74, 74);
        }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-fill::before {
        background: rgb(74, 74, 74);
      }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-buffer::before {
        background: rgb(74, 74, 74);
      }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-ramp path {
        fill: rgb(62, 62, 62);
      }
.coral--dark ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-track {
        background: rgb(62, 62, 62) !important;
        box-shadow: none;
      }
.coral--dark ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle {
        background: transparent;
        box-shadow: none;
        border-color: rgb(90, 90, 90);
      }
.coral--dark ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
.coral--dark ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active {
          background: transparent;
          box-shadow: none;
          border-color: rgb(90, 90, 90);
        }
.coral--dark ._coral-Slider.is-disabled._coral-Slider--range ._coral-Slider-track:not(:first-of-type):not(:last-of-type):before {
            background: rgb(74, 74, 74);
          }

.coral--darkest ._coral-Slider-track::before {
    background: rgb(57, 57, 57);
  }
.coral--darkest ._coral-Slider-labelContainer,
.coral--darkest ._coral-Dial-labelContainer {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Slider--filled ._coral-Slider-track:first-child::before {
      background: rgb(162, 162, 162);
    }
.coral--darkest ._coral-Slider-fill::before {
    background: rgb(162, 162, 162);
  }
.coral--darkest ._coral-Slider-buffer::before,
.coral--darkest ._coral-Slider-buffer::after {
    background: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Slider-ramp path {
    fill: rgb(57, 57, 57);
  }
.coral--darkest ._coral-Slider-handle {
  border-color: rgb(162, 162, 162);
  background: transparent;
}
.coral--darkest ._coral-Slider-handle:hover {
    border-color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Slider-handle.is-focused {
    border-color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Slider-handle.is-focused:before {
      box-shadow: 0 0 0 2px rgb(20, 115, 230);
    }
.coral--darkest ._coral-Slider-handle:active,
.coral--darkest ._coral-Slider-handle.is-dragged {
    border-color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Slider--ramp ._coral-Slider-handle {
    box-shadow: 0 0 0 4px rgb(30, 30, 30);
  }
.coral--darkest ._coral-Slider-input {
  background: transparent;
}
.coral--darkest ._coral-Slider-tick:after {
    background-color: rgb(57, 57, 57);
  }
.coral--darkest ._coral-Slider-handle.is-dragged {
    border-color: rgb(200, 200, 200);
    background: transparent;
  }
.coral--darkest ._coral-Slider--range ._coral-Slider-track:not(:first-of-type):not(:last-of-type):before {
        background: rgb(162, 162, 162);
      }
.coral--darkest ._coral-Slider--color ._coral-Slider-controls::before {
    background-color: rgb(255, 255, 255);
    background-image:
      linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%),
      linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%),
      linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%),
      linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
    background-size:
      16px
      16px;
    background-position:
      0 0,
      0 8px,
      8px -8px,
      -8px 0;
    z-index: 0;
  }
.coral--darkest ._coral-Slider--color ._coral-Slider-track {
    background-color: transparent;
    background-image: linear-gradient(to right, rgb(20, 115, 230), rgb(75, 156, 245));
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
  }
.coral--darkest ._coral-Slider--color ._coral-Slider-track::before {
      display: none;
    }
.coral--darkest ._coral-Slider--color ._coral-Slider-handle {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05);
    border-color: rgb(8, 8, 8);
    background: transparent;
  }
.coral--darkest ._coral-Slider--color ._coral-Slider-handle.is-focused {
      box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    }
.coral--darkest ._coral-Dial-handle {
  box-shadow: none;
}
.coral--darkest ._coral-Dial-handle:before {
    display: none;
  }
.coral--darkest ._coral-Dial-handle::after {
    background-color: rgb(162, 162, 162);
  }
.coral--darkest ._coral-Dial-handle:hover::after {
      background-color: rgb(200, 200, 200);
    }
.coral--darkest ._coral-Dial-handle.is-focused {
    background-color: rgb(20, 115, 230);

    border-color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Dial-handle.is-focused::after {
      background-color: rgb(8, 8, 8);
    }
.coral--darkest ._coral-Dial-handle:active,
.coral--darkest ._coral-Dial-handle.is-dragged {
    background-color: rgb(200, 200, 200);

    border-color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-Dial-handle:active::after,
.coral--darkest ._coral-Dial-handle.is-dragged::after {
      background-color: rgb(8, 8, 8);
    }
.coral--darkest ._coral-Dial-controls::before,
.coral--darkest ._coral-Dial-controls::after {
    background-color: rgb(124, 124, 124);
  }
.coral--darkest ._coral-Dial.is-disabled ._coral-Dial-labelContainer {
      color: rgb(92, 92, 92);
    }
.coral--darkest ._coral-Dial.is-disabled ._coral-Dial-controls::after,
.coral--darkest ._coral-Dial.is-disabled ._coral-Dial-controls::before {
        background-color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-Dial.is-disabled ._coral-Dial-handle {
      border-color: rgb(73, 73, 73);
      background: rgb(30, 30, 30);
    }
.coral--darkest ._coral-Dial.is-disabled ._coral-Dial-handle:hover,
.coral--darkest ._coral-Dial.is-disabled ._coral-Dial-handle:active {
        border-color: rgb(73, 73, 73);
        background: transparent;
      }
.coral--darkest ._coral-Dial.is-disabled ._coral-Dial-handle::after,
.coral--darkest ._coral-Dial.is-disabled ._coral-Dial-handle::before {
        background-color: rgb(57, 57, 57);
      }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-labelContainer,
.coral--darkest ._coral-Slider.is-disabled ._coral-Dial-labelContainer {
      color: rgb(92, 92, 92);
    }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-handle {
      border-color: rgb(73, 73, 73);
      background: rgb(30, 30, 30);
    }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-handle:hover,
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-handle:active {
        border-color: rgb(73, 73, 73);
        background: transparent;
      }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-track::before {
        background: rgb(57, 57, 57);
      }
.coral--darkest ._coral-Slider.is-disabled._coral-Slider--filled ._coral-Slider-track:first-child::before {
          background: rgb(57, 57, 57);
        }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-fill::before {
        background: rgb(57, 57, 57);
      }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-buffer::before {
        background: rgb(57, 57, 57);
      }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-ramp path {
        fill: rgb(44, 44, 44);
      }
.coral--darkest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-track {
        background: rgb(44, 44, 44) !important;
        box-shadow: none;
      }
.coral--darkest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle {
        background: transparent;
        box-shadow: none;
        border-color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
.coral--darkest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active {
          background: transparent;
          box-shadow: none;
          border-color: rgb(73, 73, 73);
        }
.coral--darkest ._coral-Slider.is-disabled._coral-Slider--range ._coral-Slider-track:not(:first-of-type):not(:last-of-type):before {
            background: rgb(57, 57, 57);
          }

coral-slider-item {
  display: none;
}
@media (forced-colors: active) {
  ._coral-Slider-track {
    height: 0;
  }
  ._coral-Slider-track::before {
    border: 1px solid;
  }
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

coral-colorinput-item {
  display: none;
}
._coral-ColorInput {
  position: relative;
  display: inline-block;
}
._coral-ColorInput-overlay {
  padding: 15px;
}
._coral-ColorInput-overlay coral-popover-content,
._coral-ColorInput-editRgba-group,
._coral-ColorInput-editHex-label {
  display: flex;
}
._coral-ColorInput-previewView {
  display: inline-block;
}
._coral-ColorInput-propertiesSubview {
  padding-right: 24px;
  border-right: 2px solid;
}
._coral-ColorInput-preview-container {
  float: left;
}
._coral-ColorInput-preview-container ._coral-ColorInput-preview {
  position: relative;
  width: 48px;
  height: 48px;
  border-width: 1px;
}
._coral-ColorInput-editHex {
  width: 65px;
  float: right;
  margin-left: 20px;
}
._coral-ColorInput-editHex-input {
  margin-top: -4px;
  width: 100%;
  min-width: 0;
  text-transform: uppercase;
}
._coral-ColorInput-rgbaView {
  margin-top: 5px;
}
._coral-ColorInput-editRgba-group-label {
  line-height: 30px;
  vertical-align: middle;
}
._coral-ColorInput-editRgba-group-input {
  min-width: 28px;
  width: 28px;
  height: 30px;
}
._coral-ColorInput-swatchesSubview {
  width: 180px;
  padding-left: 24px;
}
._coral-ColorInput-swatches-header-title {
  margin-left: 4px;
  margin-bottom: 20px;
}
._coral-ColorInput-swatches-container {
  max-height: 164px;
  overflow-y: auto;
}
._coral-ColorInput-swatch {
  display: block;
  float: left;
  padding: 8px 4px 0;
/* All buttons inside the colorinput are square */
}
._coral-ColorInput-swatch button {
  position: relative;
  width: 32px;
  height: 32px;
  padding-left: 6.4px;
  border-radius: 4px;
  border-width: 1px;
  margin-right: 0;
}
._coral-ColorInput-swatch button coral-icon {
  display: none;
}
._coral-ColorInput-swatch button:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='GridPattern' x='6' y='6' width='16' height='16' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='8' height='8' fill='%23ffffff' /%3E%3Crect x='8' y='0' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='0' y='8' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='8' y='8' width='8' height='8' fill='%23ffffff' /%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url%28%23GridPattern%29' x='0' y='0' width='100%25' height='100%25' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorInput-swatch[selected] button {
  display: inline-block;
}
._coral-ColorInput-swatch[selected] button ._coral-Icon {
  display: inherit;
  vertical-align: inherit;
}
._coral-ColorInput-buttonWrapper {
  position: absolute;
  right: 2px;
  top: 2px;
  opacity: 0.999;
}
._coral-ColorInput-buttonWrapper ._coral-ColorInput-preview {
  border-width: 1px;
}
._coral-ColorInput-button {
  width: 28px;
  height: 28px;
  position: relative;
  padding: 0;
  margin: 0;
}
._coral-ColorInput-swatch button:hover:after,
._coral-ColorInput-preview:not([disabled]):hover:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
}
._coral-ColorInput-input {
  display: block;
  padding-right: 38px;
  width: 100%;
}
._coral-ColorInput--swatch {
  width: 38px;
  height: 38px;
  max-width: 38px;
}
._coral-ColorInput--swatch ._coral-ColorInput-input {
  position: absolute;
  opacity: 0;
  height: 38px;
  width: 38px;
}
._coral-ColorInput--swatch ._coral-ColorInput-buttonWrapper {
  top: 0;
  right: 0;
}
._coral-ColorInput--swatch ._coral-ColorInput-button {
  left: 0;
  top: 0;
  padding: 0;
  height: 38px;
  width: 38px;
}
._coral-ColorInput-preview {
  border-radius: 4px;
  box-sizing: border-box;
  background-origin: border-box;
}
._coral-ColorInput-preview:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='GridPattern' x='6' y='6' width='16' height='16' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='8' height='8' fill='%23ffffff' /%3E%3Crect x='8' y='0' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='0' y='8' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='8' y='8' width='8' height='8' fill='%23ffffff' /%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url%28%23GridPattern%29' x='0' y='0' width='100%25' height='100%25' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorInput--novalue ._coral-ColorInput-preview,
._coral-ColorInput-preview--novalue,
._coral-ColorInput.is-invalid ._coral-ColorInput-preview,
._coral-ColorInput-swatch ._coral-ColorInput-swatch-novalue {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D .st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorInput--novalue ._coral-ColorInput-preview:hover,
._coral-ColorInput-preview--novalue:hover,
._coral-ColorInput.is-invalid ._coral-ColorInput-preview:hover,
._coral-ColorInput-swatch ._coral-ColorInput-swatch-novalue:hover,
._coral-ColorInput--novalue ._coral-ColorInput-preview:focus,
._coral-ColorInput-preview--novalue:focus,
._coral-ColorInput.is-invalid ._coral-ColorInput-preview:focus,
._coral-ColorInput-swatch ._coral-ColorInput-swatch-novalue:focus {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D .st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorInput-slider {
  display: inline-block;
  width: 160px;
  margin: 5px 16px 0 16px;
}
._coral-ColorInput-slider ._coral-Slider-labelContainer {
  padding: 0;
}
._coral-ColorInput-sliderBar {
  z-index: inherit;
}
._coral-ColorInput-sliderBar:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='GridPattern' x='6' y='6' width='16' height='16' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='8' height='8' fill='%23ffffff' /%3E%3Crect x='8' y='0' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='0' y='8' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='8' y='8' width='8' height='8' fill='%23ffffff' /%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url%28%23GridPattern%29' x='0' y='0' width='100%25' height='100%25' /%3E%3C/svg%3E");
}
._coral-ColorInput-onlyPropertiesView ._coral-ColorInput-propertiesSubview {
  border-right: 0;
}
._coral-ColorInput-onlySwatchesView ._coral-ColorInput-swatchesSubview {
  padding-left: 0;
  float: none;
}
.coral--large ._coral-ColorInput-button {
  height: 36px;
  padding: 0 17px;
}
.coral--large ._coral-ColorInput-swatches-container {
  max-height: 194px;
}
.coral--large ._coral-ColorInput-editHex-label span:first-child {
  margin-top: 3px;
}
.coral--large ._coral-ColorInput-editRgba-group-label {
  line-height: 45px;
}
.coral--darkest ._coral-ColorInput-propertiesSubview {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-ColorInput-swatch[selected] button ._coral-Icon {
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-ColorInput-swatch[selected] button._coral-ColorInput-swatch-novalue ._coral-Icon {
  color: rgb(110, 110, 110);
}
.coral--darkest ._coral-ColorInput-preview:disabled,
.coral--darkest ._coral-ColorInput-preview[disabled] {
  background-color: transparent;
}
.coral--darkest ._coral-ColorInput--novalue ._coral-ColorInput-preview:disabled,
.coral--darkest ._coral-ColorInput--novalue ._coral-ColorInput-preview[disabled] {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D .st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
}
.coral--darkest ._coral-ColorInput-swatch-novalue:hover {
  background-color: transparent;
}
.coral--dark ._coral-ColorInput-propertiesSubview {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-ColorInput-swatch[selected] button ._coral-Icon {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-ColorInput-swatch[selected] button._coral-ColorInput-swatch-novalue ._coral-Icon {
  color: rgb(110, 110, 110);
}
.coral--dark ._coral-ColorInput-preview:disabled,
.coral--dark ._coral-ColorInput-preview[disabled] {
  background-color: transparent;
}
.coral--dark ._coral-ColorInput--novalue ._coral-ColorInput-preview:disabled,
.coral--dark ._coral-ColorInput--novalue ._coral-ColorInput-preview[disabled] {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D .st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
}
.coral--dark ._coral-ColorInput-swatch-novalue:hover {
  background-color: transparent;
}
.coral--light ._coral-ColorInput-propertiesSubview {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-ColorInput-swatch[selected] button ._coral-Icon {
  color: rgb(255, 255, 255);
}
.coral--light ._coral-ColorInput-swatch[selected] button._coral-ColorInput-swatch-novalue ._coral-Icon {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-ColorInput-preview:disabled,
.coral--light ._coral-ColorInput-preview[disabled] {
  background-color: transparent;
}
.coral--light ._coral-ColorInput--novalue ._coral-ColorInput-preview:disabled,
.coral--light ._coral-ColorInput--novalue ._coral-ColorInput-preview[disabled] {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D .st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
}
.coral--light ._coral-ColorInput-swatch-novalue:hover {
  background-color: transparent;
}
.coral--lightest ._coral-ColorInput-propertiesSubview {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-ColorInput-swatch[selected] button ._coral-Icon {
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-ColorInput-swatch[selected] button._coral-ColorInput-swatch-novalue ._coral-Icon {
  color: rgb(110, 110, 110);
}
.coral--lightest ._coral-ColorInput-preview:disabled,
.coral--lightest ._coral-ColorInput-preview[disabled] {
  background-color: transparent;
}
.coral--lightest ._coral-ColorInput--novalue ._coral-ColorInput-preview:disabled,
.coral--lightest ._coral-ColorInput--novalue ._coral-ColorInput-preview[disabled] {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D .st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
}
.coral--lightest ._coral-ColorInput-swatch-novalue:hover {
  background-color: transparent;
}

/**
 * Copyright 2021 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

._coral-ColorPicker {
  position: relative;
  display: inline-block;
}
._coral-ColorPicker-input {
  display: block;
  padding-right: 38px;
  width: 100%;
}
._coral-ColorPicker-buttonWrapper {
  position: absolute;
  right: 2px;
  top: 2px;
  opacity: 0.999;
}
._coral-ColorPicker-buttonWrapper ._coral-ColorPicker-preview {
  border-width: 1px;
}
._coral-ColorPicker-previewView {
  display: inline-block;
}
._coral-ColorPicker-button {
  width: 28px;
  height: 28px;
  position: relative;
  padding: 0;
  margin: 0;
}
._coral-ColorPicker-preview {
  border-radius: 4px;
  box-sizing: border-box;
  background-origin: border-box;
}
._coral-ColorPicker-preview:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='GridPattern' x='6' y='6' width='16' height='16' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='8' height='8' fill='%23ffffff' /%3E%3Crect x='8' y='0' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='0' y='8' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='8' y='8' width='8' height='8' fill='%23ffffff' /%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url%28%23GridPattern%29' x='0' y='0' width='100%25' height='100%25' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorPicker-preview:not([disabled]):hover:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
}
._coral-ColorPicker--novalue ._coral-ColorPicker-preview,
._coral-ColorPicker-preview--novalue,
._coral-ColorPicker.is-invalid ._coral-ColorPicker-preview {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D .st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorPicker--novalue ._coral-ColorPicker-preview:hover,
._coral-ColorPicker-preview--novalue:hover,
._coral-ColorPicker.is-invalid ._coral-ColorPicker-preview:hover,
._coral-ColorPicker--novalue ._coral-ColorPicker-preview:focus,
._coral-ColorPicker-preview--novalue:focus,
._coral-ColorPicker.is-invalid ._coral-ColorPicker-preview:focus {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D .st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorPicker-overlay {
  padding: 0px;
  min-width: auto;
}
._coral-ColorPicker ._coral-ColorPicker-propertiesContainer1 {
  display: flex;
  padding: calc(16px + 1px);
}
._coral-ColorPicker ._coral-ColorPicker-propertiesContainer1 ._coral-ColorPicker-ColorSlider {
  margin-left: calc(16px + 1px);
}
._coral-ColorPicker ._coral-ColorPicker-propertiesContainer2 {
  width: 192px;
  display: flex;
  padding: calc(16px + 1px);
  padding-top: 0px;
}
._coral-ColorPicker ._coral-ColorPicker-inputField {
  margin-left: 16px;
}
._coral-ColorPicker ._coral-ColorPicker-formatSelector {
  width: 72px;
  padding-bottom: 2px;
}
._coral-ColorPicker ._coral-ColorPicker-value {
  margin-left: 16px;
}
.coral--large ._coral-ColorPicker ._coral-ColorPicker-button {
  height: 36px;
  padding: 0 17px;
}
.coral--large ._coral-ColorPicker ._coral-ColorPicker-propertiesContainer1 {
  display: flex;
  padding: calc(20px + 1px);
}
.coral--large ._coral-ColorPicker ._coral-ColorPicker-propertiesContainer1 ._coral-ColorPicker-ColorSlider {
  margin-left: calc(20px + 1px);
}
.coral--large ._coral-ColorPicker ._coral-ColorPicker-propertiesContainer2 {
  width: 240px;
  display: flex;
  padding: calc(20px + 1px);
  padding-top: 0px;
}
.coral--large ._coral-ColorPicker ._coral-ColorPicker-inputField {
  margin-left: 20px;
}
.coral--large ._coral-ColorPicker ._coral-ColorPicker-formatSelector {
  width: 112px;
  padding-bottom: 2px;
}
.coral--large ._coral-ColorPicker ._coral-ColorPicker-value {
  margin-left: 20px;
}
._coral-ColorHandle.is-disabled ._coral-ColorPicker-colorHandle-color {
  display: none;
  pointer-events: none;
}
._coral-ColorPicker-colorHandle-color {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
._coral-ColorPicker-colorHandle {
  display: block;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-left: calc(-1 * 16px / 2);
  margin-top: calc(-1 * 16px / 2);
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  background-size: 16px 16px;
  background-position: calc(-1 * 2px) calc(-1 * 2px), calc(-1 * 2px) calc(8px + calc(-1 * 2px)), calc(8px + calc(-1 * 2px)) calc(-1 * 8px + calc(-1 * 2px)), calc(-1 * 8px + calc(-1 * 2px)) calc(-1 * 2px);
  transition: width 130ms ease-in-out, height 130ms ease-in-out, border-width 130ms ease-in-out, margin-left 130ms ease-in-out, margin-top 130ms ease-in-out;
}
._coral-ColorPicker-colorHandle.is-focused {
  width: calc(16px * 2);
  height: calc(16px * 2);
  margin-left: calc(-1 * 16px);
  margin-top: calc(-1 * 16px);
}
._coral-ColorPicker-colorHandle.focus-ring {
  width: calc(16px * 2);
  height: calc(16px * 2);
  margin-left: calc(-1 * 16px);
  margin-top: calc(-1 * 16px);
}
._coral-ColorPicker-colorHandle:after {
  border-radius: 100%;
  content: '';
  left: calc(50% - 24px / 2);
  top: calc(50% - 24px / 2);
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
}
.coral--large ._coral-ColorPicker-colorHandle {
  display: block;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-left: calc(-1 * 20px / 2);
  margin-top: calc(-1 * 20px / 2);
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  background-size: 20px 20px;
  background-position: calc(-1 * 2px) calc(-1 * 2px), calc(-1 * 2px) calc(10px + calc(-1 * 2px)), calc(10px + calc(-1 * 2px)) calc(-1 * 10px + calc(-1 * 2px)), calc(-1 * 10px + calc(-1 * 2px)) calc(-1 * 2px);
  transition: width 130ms ease-in-out, height 130ms ease-in-out, border-width 130ms ease-in-out, margin-left 130ms ease-in-out, margin-top 130ms ease-in-out;
}
.coral--large ._coral-ColorPicker-colorHandle.is-focused {
  width: calc(20px * 2);
  height: calc(20px * 2);
  margin-left: calc(-1 * 20px);
  margin-top: calc(-1 * 20px);
}
.coral--large ._coral-ColorPicker-colorHandle.focus-ring {
  width: calc(20px * 2);
  height: calc(20px * 2);
  margin-left: calc(-1 * 20px);
  margin-top: calc(-1 * 20px);
}
.coral--large ._coral-ColorPicker-colorHandle:after {
  border-radius: 100%;
  content: '';
  left: calc(50% - 30px / 2);
  top: calc(50% - 30px / 2);
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
}
.coral--light ._coral-ColorPicker-colorHandle {
  border-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%), linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
}
.coral--light ._coral-ColorPicker-colorHandle.is-disabled {
  border-color: rgb(202, 202, 202);
  background: rgb(225, 225, 225);
  box-shadow: none;
}
.coral--light ._coral-ColorPicker-colorHandle-color {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.42);
}
@media (forced-colors: active) {
  .coral--light ._coral-ColorPicker-colorHandle.is-disabled {
    forced-color-adjust: none;
  }
}
.coral--lightest ._coral-ColorPicker-colorHandle {
  border-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%), linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
}
.coral--lightest ._coral-ColorPicker-colorHandle.is-disabled {
  border-color: rgb(211, 211, 211);
  background: rgb(234, 234, 234);
  box-shadow: none;
}
.coral--lightest ._coral-ColorPicker-colorHandle-color {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.42);
}
@media (forced-colors: active) {
  .coral--lightest ._coral-ColorPicker-colorHandle.is-disabled {
    forced-color-adjust: none;
  }
}
.coral--dark ._coral-ColorPicker-colorHandle {
  border-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%), linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
}
.coral--dark ._coral-ColorPicker-colorHandle.is-disabled {
  border-color: rgb(90, 90, 90);
  background: rgb(74, 74, 74);
  box-shadow: none;
}
.coral--dark ._coral-ColorPicker-colorHandle-color {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.42);
}
@media (forced-colors: active) {
  .coral--dark ._coral-ColorPicker-colorHandle.is-disabled {
    forced-color-adjust: none;
  }
}
.coral--darkest ._coral-ColorPicker-colorHandle {
  border-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%), linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
}
.coral--darkest ._coral-ColorPicker-colorHandle.is-disabled {
  border-color: rgb(73, 73, 73);
  background: rgb(57, 57, 57);
  box-shadow: none;
}
.coral--darkest ._coral-ColorPicker-colorHandle-color {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.42);
}
@media (forced-colors: active) {
  .coral--darkest ._coral-ColorPicker-colorHandle.is-disabled {
    forced-color-adjust: none;
  }
}
._coral-ColorPicker-ColorArea.is-disabled ._coral-ColorPicker-ColorArea-gradient {
  display: none;
}
._coral-ColorPicker-ColorArea-slider {
  opacity: 0.0001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0;
  pointer-events: none;
}
._coral-ColorPicker-ColorArea {
  position: relative;
  display: inline-block;
  width: 192px;
  height: 192px;
  border-radius: 4px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._coral-ColorPicker-ColorArea.is-focused {
  z-index: 2;
}
._coral-ColorPicker-ColorArea.is-disabled {
  pointer-events: none;
}
._coral-ColorPicker-ColorArea:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
}
._coral-ColorPicker-ColorArea.is-focused ._coral-ColorPicker-ColorArea-colorHandle {
  width: calc(16px * 2);
  height: calc(16px * 2);
  margin-left: calc(-1 * 16px);
  margin-top: calc(-1 * 16px);
}
._coral-ColorPicker-ColorArea ._coral-ColorPicker-ColorArea-gradient {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.coral--large ._coral-ColorPicker-ColorArea {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 240px;
  border-radius: 5px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.coral--large ._coral-ColorPicker-ColorArea.is-focused {
  z-index: 2;
}
.coral--large ._coral-ColorPicker-ColorArea.is-disabled {
  pointer-events: none;
}
.coral--large ._coral-ColorPicker-ColorArea:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
}
.coral--large ._coral-ColorPicker-ColorArea.is-focused ._coral-ColorPicker-ColorArea-colorHandle {
  width: calc(20px * 2);
  height: calc(20px * 2);
  margin-left: calc(-1 * 20px);
  margin-top: calc(-1 * 20px);
}
.coral--large ._coral-ColorPicker-ColorArea ._coral-ColorPicker-ColorArea-gradient {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.coral--light ._coral-ColorPicker-ColorArea.is-disabled {
  background: rgb(225, 225, 225);
}
.coral--light ._coral-ColorPicker-ColorArea-gradient {
  background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%), linear-gradient(to right, #fff 0%, rgba(0,0,0,0) 100%), #f00;
  forced-color-adjust: none;
}
@media (forced-colors: active) {
  .coral--light ._coral-ColorPicker-ColorArea.is-disabled {
    forced-color-adjust: none;
  }
}
.coral--lightest ._coral-ColorPicker-ColorArea.is-disabled {
  background: rgb(234, 234, 234);
}
.coral--lightest ._coral-ColorPicker-ColorArea-gradient {
  background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%), linear-gradient(to right, #fff 0%, rgba(0,0,0,0) 100%), #f00;
  forced-color-adjust: none;
}
@media (forced-colors: active) {
  .coral--lightest ._coral-ColorPicker-ColorArea.is-disabled {
    forced-color-adjust: none;
  }
}
.coral--dark ._coral-ColorPicker-ColorArea.is-disabled {
  background: rgb(74, 74, 74);
}
.coral--dark ._coral-ColorPicker-ColorArea-gradient {
  background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%), linear-gradient(to right, #fff 0%, rgba(0,0,0,0) 100%), #f00;
  forced-color-adjust: none;
}
@media (forced-colors: active) {
  .coral--dark ._coral-ColorPicker-ColorArea.is-disabled {
    forced-color-adjust: none;
  }
}
.coral--darkest ._coral-ColorPicker-ColorArea.is-disabled {
  background: rgb(57, 57, 57);
}
.coral--darkest ._coral-ColorPicker-ColorArea-gradient {
  background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%), linear-gradient(to right, #fff 0%, rgba(0,0,0,0) 100%), #f00;
  forced-color-adjust: none;
}
@media (forced-colors: active) {
  .coral--darkest ._coral-ColorPicker-ColorArea.is-disabled {
    forced-color-adjust: none;
  }
}
._coral-ColorPicker-ColorSlider-slider {
  opacity: 0.0001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0;
  pointer-events: none;
}
._coral-ColorPicker-ColorSlider.is-focused ._coral-ColorPicker-ColorSlider-colorHandle {
  width: calc(16px * 2);
  height: calc(16px * 2);
  margin-left: calc(-1 * 16px);
  margin-top: calc(-1 * 16px);
}
._coral-ColorPicker-ColorSlider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: inline-block;
  width: 24px;
  height: 192px;
}
._coral-ColorPicker-ColorSlider.is-focused {
  z-index: 2;
}
._coral-ColorPicker-ColorSlider.is-disabled {
  pointer-events: none;
}
._coral-ColorPicker-ColorSlider-colorHandle {
  left: 50%;
  top: 0;
}
._coral-ColorPicker-ColorSlider-colorHandle:after {
  border-radius: 0%;
  width: var(-spectrum-medium-global-dimension-size-300);
  height: var(-spectrum-medium-global-dimension-size-300);
}
._coral-ColorPicker-ColorSlider-checkerboard {
  background-size: 16px;
  background-position: 0 0, 0 8px 0;
}
._coral-ColorPicker-ColorSlider-checkerboard:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
}
._coral-ColorPicker-ColorSlider-checkerboard {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
._coral-ColorPicker-ColorSlider-gradient {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.coral--large ._coral-ColorPicker-ColorSlider.is-focused ._coral-ColorPicker-ColorSlider-colorHandle {
  width: calc(20px * 2);
  height: calc(20px * 2);
  margin-left: calc(-1 * 20px);
  margin-top: calc(-1 * 20px);
}
.coral--large ._coral-ColorPicker-ColorSlider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: inline-block;
  width: 30px;
  height: 240px;
}
.coral--large ._coral-ColorPicker-ColorSlider.is-focused {
  z-index: 2;
}
.coral--large ._coral-ColorPicker-ColorSlider.is-disabled {
  pointer-events: none;
}
.coral--large ._coral-ColorPicker-ColorSlider-colorHandle {
  left: 50%;
  top: 0;
}
.coral--large ._coral-ColorPicker-ColorSlider-colorHandle:after {
  border-radius: 0%;
  width: var(-spectrum-large-global-dimension-size-300);
  height: var(-spectrum-large-global-dimension-size-300);
}
.coral--large ._coral-ColorPicker-ColorSlider-checkerboard {
  background-size: 20px;
  background-position: 0 0, 0 10px 0;
}
.coral--large ._coral-ColorPicker-ColorSlider-checkerboard:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
}
.coral--large ._coral-ColorPicker-ColorSlider-checkerboard {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.coral--large ._coral-ColorPicker-ColorSlider-gradient {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.coral--light ._coral-ColorPicker-ColorSlider-checkerboard {
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%), linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
}
.coral--light ._coral-ColorPicker-ColorSlider.is-disabled ._coral-ColorPicker-ColorSlider-checkerboard {
  background: rgb(225, 225, 225);
}
.coral--light ._coral-ColorPicker-ColorSlider.is-disabled ._coral-ColorPicker-ColorSlider-gradient {
  display: none;
}
.coral--light ._coral-ColorPicker-ColorSlider-hue ._coral-ColorPicker-ColorSlider-gradient {
  background: linear-gradient(to top, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
}
@media (forced-colors: active) {
  .coral--light ._coral-ColorPicker-ColorSlider {
    forced-color-adjust: none;
  }
}
.coral--lightest ._coral-ColorPicker-ColorSlider-checkerboard {
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%), linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
}
.coral--lightest ._coral-ColorPicker-ColorSlider.is-disabled ._coral-ColorPicker-ColorSlider-checkerboard {
  background: rgb(234, 234, 234);
}
.coral--lightest ._coral-ColorPicker-ColorSlider.is-disabled ._coral-ColorPicker-ColorSlider-gradient {
  display: none;
}
.coral--lightest ._coral-ColorPicker-ColorSlider-hue ._coral-ColorPicker-ColorSlider-gradient {
  background: linear-gradient(to top, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
}
@media (forced-colors: active) {
  .coral--lightest ._coral-ColorPicker-ColorSlider {
    forced-color-adjust: none;
  }
}
.coral--dark ._coral-ColorPicker-ColorSlider-checkerboard {
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%), linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
}
.coral--dark ._coral-ColorPicker-ColorSlider.is-disabled ._coral-ColorPicker-ColorSlider-checkerboard {
  background: rgb(74, 74, 74);
}
.coral--dark ._coral-ColorPicker-ColorSlider.is-disabled ._coral-ColorPicker-ColorSlider-gradient {
  display: none;
}
.coral--dark ._coral-ColorPicker-ColorSlider-hue ._coral-ColorPicker-ColorSlider-gradient {
  background: linear-gradient(to top, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
}
@media (forced-colors: active) {
  .coral--dark ._coral-ColorPicker-ColorSlider {
    forced-color-adjust: none;
  }
}
.coral--darkest ._coral-ColorPicker-ColorSlider-checkerboard {
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(-45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(45deg, transparent 75.5%, rgb(188, 188, 188) 75.5%), linear-gradient(-45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%), linear-gradient(45deg, rgb(188, 188, 188) 25.5%, transparent 25.5%);
}
.coral--darkest ._coral-ColorPicker-ColorSlider.is-disabled ._coral-ColorPicker-ColorSlider-checkerboard {
  background: rgb(57, 57, 57);
}
.coral--darkest ._coral-ColorPicker-ColorSlider.is-disabled ._coral-ColorPicker-ColorSlider-gradient {
  display: none;
}
.coral--darkest ._coral-ColorPicker-ColorSlider-hue ._coral-ColorPicker-ColorSlider-gradient {
  background: linear-gradient(to top, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
}
@media (forced-colors: active) {
  .coral--darkest ._coral-ColorPicker-ColorSlider {
    forced-color-adjust: none;
  }
}
.coral--light ._coral-ColorPicker-ColorArea-gradient {
  border-color: rgba(44,44,44,0.1);
}
.coral--light ._coral-ColorPicker-ColorArea-gradient:hover {
  border-color: rgba(44,44,44,0.1);
}
.coral--light ._coral-ColorPicker-ColorArea-gradient:disabled {
  background: rgb(225, 225, 225);
}
.coral--light ._coral-ColorPicker-ColorArea-gradient[disabled] {
  background: rgb(225, 225, 225);
}
.coral--light ._coral-ColorPicker-ColorSlider {
  border-color: rgba(44,44,44,0.1);
}
.coral--light ._coral-ColorPicker-ColorSlider:hover {
  border-color: rgba(44,44,44,0.1);
}
.coral--light ._coral-ColorPicker-ColorSlider:disabled {
  background: rgb(225, 225, 225);
}
.coral--light ._coral-ColorPicker-ColorSlider[disabled] {
  background: rgb(225, 225, 225);
}
.coral--lightest ._coral-ColorPicker-ColorArea-gradient {
  border-color: rgba(50,50,50,0.1);
}
.coral--lightest ._coral-ColorPicker-ColorArea-gradient:hover {
  border-color: rgba(50,50,50,0.1);
}
.coral--lightest ._coral-ColorPicker-ColorArea-gradient:disabled {
  background: rgb(234, 234, 234);
}
.coral--lightest ._coral-ColorPicker-ColorArea-gradient[disabled] {
  background: rgb(234, 234, 234);
}
.coral--lightest ._coral-ColorPicker-ColorSlider {
  border-color: rgba(50,50,50,0.1);
}
.coral--lightest ._coral-ColorPicker-ColorSlider:hover {
  border-color: rgba(50,50,50,0.1);
}
.coral--lightest ._coral-ColorPicker-ColorSlider:disabled {
  background: rgb(234, 234, 234);
}
.coral--lightest ._coral-ColorPicker-ColorSlider[disabled] {
  background: rgb(234, 234, 234);
}
.coral--dark ._coral-ColorPicker-ColorArea-gradient {
  border-color: rgba(255,255,255,0.1);
}
.coral--dark ._coral-ColorPicker-ColorArea-gradient:hover {
  border-color: rgba(255,255,255,0.1);
}
.coral--dark ._coral-ColorPicker-ColorArea-gradient:disabled {
  background: rgb(74, 74, 74);
}
.coral--dark ._coral-ColorPicker-ColorArea-gradient[disabled] {
  background: rgb(74, 74, 74);
}
.coral--dark ._coral-ColorPicker-ColorSlider {
  border-color: rgba(255,255,255,0.1);
}
.coral--dark ._coral-ColorPicker-ColorSlider:hover {
  border-color: rgba(255,255,255,0.1);
}
.coral--dark ._coral-ColorPicker-ColorSlider:disabled {
  background: rgb(74, 74, 74);
}
.coral--dark ._coral-ColorPicker-ColorSlider[disabled] {
  background: rgb(74, 74, 74);
}
.coral--darkest ._coral-ColorPicker-ColorArea-gradient {
  border-color: rgba(239,239,239,0.1);
}
.coral--darkest ._coral-ColorPicker-ColorArea-gradient:hover {
  border-color: rgba(239,239,239,0.1);
}
.coral--darkest ._coral-ColorPicker-ColorArea-gradient:disabled {
  background: rgb(57, 57, 57);
}
.coral--darkest ._coral-ColorPicker-ColorArea-gradient[disabled] {
  background: rgb(57, 57, 57);
}
.coral--darkest ._coral-ColorPicker-ColorSlider {
  border-color: rgba(239,239,239,0.1);
}
.coral--darkest ._coral-ColorPicker-ColorSlider:hover {
  border-color: rgba(239,239,239,0.1);
}
.coral--darkest ._coral-ColorPicker-ColorSlider:disabled {
  background: rgb(57, 57, 57);
}
.coral--darkest ._coral-ColorPicker-ColorSlider[disabled] {
  background: rgb(57, 57, 57);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-AssetList {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
._coral-AssetList-item {
  position: relative;

  display: -ms-flexbox;

  display: flex;
  box-sizing: border-box;
  -ms-flex-align: center;
      align-items: center;

  width: 272px;
  height: 40px;

  padding: 0 16px 0 16px;
  margin: 0 0 4px 0;

  border-radius: 4px;

  transition: background-color 130ms ease-in-out;

  font-size: 14px;
  font-weight: 400;
  font-style: normal;

  cursor: pointer;

  outline: none;
}
._coral-AssetList-item::before {
    content: '';

    position: absolute;
    left: 0;
    right: 0;

    height: 40px;

    background-color: transparent;

    border-radius: 4px;
  }
._coral-AssetList-item.is-selectable ._coral-Checkbox, ._coral-AssetList-item.is-selected ._coral-Checkbox, ._coral-AssetList-item:hover ._coral-Checkbox, ._coral-AssetList-item:focus ._coral-Checkbox {
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
._coral-AssetList-item.is-branch ._coral-AssetList-itemChildIndicator {
      display: block;
    }
._coral-AssetList-item ._coral-AssetList-itemThumbnail {
    border-style: none;

    width: 24px;
    height: 24px;
    margin-left: 8px;
    vertical-align: middle;
  }
._coral-AssetList-itemSelector {
  display: none;
  margin: 0;
}
._coral-AssetList-itemChildIndicator {
  display: none;
  transition: transform ease 130ms;
}
._coral-AssetList-itemLabel {
  -ms-flex: 1;
      flex: 1;
  padding-left: 8px;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.coral--large ._coral-AssetList-item {

  width: 272px;
  height: 40px;

  padding: 0 16px 0 16px;
  margin: 0 0 4px 0;

  border-radius: 4px;

  transition: background-color 130ms ease-in-out;

  font-size: 17px;
  font-weight: 400;
}
.coral--large ._coral-AssetList-item::before {

    height: 40px;

    border-radius: 4px;
  }
.coral--large ._coral-AssetList-item ._coral-AssetList-itemThumbnail {

    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
.coral--large ._coral-AssetList-itemSelector {
  margin: 0;
}
.coral--large ._coral-AssetList-itemChildIndicator {
  transition: transform ease 130ms;
}
.coral--large ._coral-AssetList-itemLabel {
  padding-left: 8px;
}

.coral--light ._coral-AssetList-item:hover {
    background-color: rgb(234, 234, 234);
  }
.coral--light ._coral-AssetList-item:focus.focus-ring,
.coral--light ._coral-AssetList-item:focus.is-focused {
      background-color: rgb(234, 234, 234);
    }
.coral--light ._coral-AssetList-item:focus.focus-ring::before,
.coral--light ._coral-AssetList-item:focus.is-focused::before {
        box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
      }
.coral--light ._coral-AssetList-item.is-navigated {
    background-color: rgb(225, 225, 225);
  }
.coral--light ._coral-AssetList-item.is-navigated:hover,
.coral--light ._coral-AssetList-item.is-navigated:focus {
      background-color: rgb(225, 225, 225);
    }
.coral--light ._coral-AssetList-item.is-selected {
    background-color: rgba(20,115,230,0.1);
  }
.coral--light ._coral-AssetList-item.is-selected:hover,
.coral--light ._coral-AssetList-item.is-selected:focus {
      background-color: rgba(20,115,230,0.2);
    }

.coral--lightest ._coral-AssetList-item:hover {
    background-color: rgb(244, 244, 244);
  }
.coral--lightest ._coral-AssetList-item:focus.focus-ring,
.coral--lightest ._coral-AssetList-item:focus.is-focused {
      background-color: rgb(244, 244, 244);
    }
.coral--lightest ._coral-AssetList-item:focus.focus-ring::before,
.coral--lightest ._coral-AssetList-item:focus.is-focused::before {
        box-shadow: 0px 0px 0px 2px rgb(55, 142, 240) inset;
      }
.coral--lightest ._coral-AssetList-item.is-navigated {
    background-color: rgb(234, 234, 234);
  }
.coral--lightest ._coral-AssetList-item.is-navigated:hover,
.coral--lightest ._coral-AssetList-item.is-navigated:focus {
      background-color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-AssetList-item.is-selected {
    background-color: rgba(38,128,235,0.1);
  }
.coral--lightest ._coral-AssetList-item.is-selected:hover,
.coral--lightest ._coral-AssetList-item.is-selected:focus {
      background-color: rgba(38,128,235,0.2);
    }

.coral--dark ._coral-AssetList-item:hover {
    background-color: rgb(62, 62, 62);
  }
.coral--dark ._coral-AssetList-item:focus.focus-ring,
.coral--dark ._coral-AssetList-item:focus.is-focused {
      background-color: rgb(62, 62, 62);
    }
.coral--dark ._coral-AssetList-item:focus.focus-ring::before,
.coral--dark ._coral-AssetList-item:focus.is-focused::before {
        box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
      }
.coral--dark ._coral-AssetList-item.is-navigated {
    background-color: rgb(74, 74, 74);
  }
.coral--dark ._coral-AssetList-item.is-navigated:hover,
.coral--dark ._coral-AssetList-item.is-navigated:focus {
      background-color: rgb(74, 74, 74);
    }
.coral--dark ._coral-AssetList-item.is-selected {
    background-color: rgba(55,142,240,0.1);
  }
.coral--dark ._coral-AssetList-item.is-selected:hover,
.coral--dark ._coral-AssetList-item.is-selected:focus {
      background-color: rgba(55,142,240,0.2);
    }

.coral--darkest ._coral-AssetList-item:hover {
    background-color: rgb(44, 44, 44);
  }
.coral--darkest ._coral-AssetList-item:focus.focus-ring,
.coral--darkest ._coral-AssetList-item:focus.is-focused {
      background-color: rgb(44, 44, 44);
    }
.coral--darkest ._coral-AssetList-item:focus.focus-ring::before,
.coral--darkest ._coral-AssetList-item:focus.is-focused::before {
        box-shadow: 0px 0px 0px 2px rgb(20, 115, 230) inset;
      }
.coral--darkest ._coral-AssetList-item.is-navigated {
    background-color: rgb(57, 57, 57);
  }
.coral--darkest ._coral-AssetList-item.is-navigated:hover,
.coral--darkest ._coral-AssetList-item.is-navigated:focus {
      background-color: rgb(57, 57, 57);
    }
.coral--darkest ._coral-AssetList-item.is-selected {
    background-color: rgba(38,128,235,0.1);
  }
.coral--darkest ._coral-AssetList-item.is-selected:hover,
.coral--darkest ._coral-AssetList-item.is-selected:focus {
      background-color: rgba(38,128,235,0.2);
    }

._coral-MillerColumns {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 0;
}
._coral-MillerColumns-item {
  display: inline-block;
  width: 272px;
  vertical-align: top;
  outline: none;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  overflow: auto;
  height: 100%;
}
._coral-MillerColumns-item:first-child {
    margin-left: 8px;
  }

._coral-MillerColumns {
  display: block;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  outline: none;
  box-sizing: border-box;
}
._coral-MillerColumns-item.is-collapsing {
  transition: width 190ms cubic-bezier(.45, 0, .40, 1);
}
._coral-AssetList-item:not(.is-selectable) [coral-columnview-itemselect] {
  display: none;
}
._coral-AssetList-item.is-selectable coral-checkbox[coral-columnview-itemselect] {
  margin-right: 0;
}
._coral-AssetList-item [coral-interactive] {
  position: relative;
  z-index: 1;
}
._coral-AssetList-itemThumbnail {
  text-align: center;
}
._coral-AssetList-itemThumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._coral-AssetList-itemThumbnail > coral-icon {
  vertical-align: middle;
}
coral-columnview-preview._coral-MillerColumns-item {
  padding-bottom: 2px;
}
coral-columnview-preview-asset {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 15px;
  min-height: 160px;
}
coral-columnview-preview-asset > coral-icon {
  margin-top: 62px;
  margin-bottom: 62px;
}
coral-columnview-preview-asset > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
coral-columnview-preview-label,
coral-columnview-preview-value {
  display: block;
}
coral-columnview-preview-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  width: 50%;
  padding-right: 12px;
  text-align: right;
  float: left;
  font-weight: bold;
}
coral-columnview-preview-value {
  overflow: auto;
  white-space: normal;
  padding-left: 12px;
  max-width: 150px;
}
coral-columnview-preview-value > coral-icon {
  margin-right: 5px;
}
coral-columnview-preview-value:focus {
  outline: 0;
}
coral-columnview-preview-value:focus.focus-ring {
  margin-bottom: -2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
coral-columnview-preview-separator {
  display: block;
  height: 15px;
}
coral-columnview-column-content,
coral-columnview-preview-content {
  display: block;
  height: 100%;
  overflow-y: auto;
}
coral-columnview-preview-content.coral-Body--small {
  margin-bottom: 0;
  padding-bottom: 2px;
}
[coral-columnview-itemselect] ._coral-Checkbox-input {
  z-index: auto;
}
.coral--light coral-columnview-preview-value:focus.focus-ring {
  border-color: rgb(38, 128, 235);
}
.coral--lightest coral-columnview-preview-value:focus.focus-ring {
  border-color: rgb(55, 142, 240);
}
.coral--dark coral-columnview-preview-value:focus.focus-ring {
  border-color: rgb(38, 128, 235);
}
.coral--darkest coral-columnview-preview-value:focus.focus-ring {
  border-color: rgb(20, 115, 230);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

coral-cyclebutton-item,
coral-cyclebutton-action {
  display: none;
}
._coral-CycleSelect {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}
._coral-CycleSelect-icon {
  display: none;
  order: 1;
  margin-left: 12px;
}
._coral-CycleSelect--extended ._coral-CycleSelect-icon {
  display: inline-block;
}
._coral-CycleSelect--extended ._coral-CycleSelect-icon ~ coral-button-label:not(:empty) {
  padding-right: 0;
}
._coral-CycleButton-separator {
  height: 1px;
  margin-top: -1px;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Datepicker-clock {
  width: 100%;
}
._coral-Datepicker-calendar:not([hidden]) + ._coral-Datepicker-clock:not([hidden]) {
  margin-top: 10px;
}
._coral-Datepicker-overlay {
  padding: 15px;
  width: 312px;
}
.coral--large ._coral-Datepicker-overlay {
  width: 368px;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

._coral-Drawer {
  display: block;
  position: relative;
  padding: 0;
}
._coral-Drawer-toggle {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 8px;
}
._coral-Drawer-toggleButton {
  width: 100%;
  height: 100%;
  padding: 0;
  min-width: 0;
  min-height: 0;
}
._coral-Drawer-toggleButton:before,
._coral-Drawer-toggleButton:after {
  content: '';
  height: 1px;
  position: absolute;
  top: 2px;
  left: 4px;
  right: 4px;
}
._coral-Drawer-toggleButton:after {
  top: 4px;
}
._coral-Drawer-content {
  padding: 16px;
}
._coral-Drawer-slider {
  overflow: hidden;
  transition: height 250ms cubic-bezier(.45, 0, .40, 1);
}
._coral-Drawer--down ._coral-Drawer-toggle {
  bottom: -9px;
}
._coral-Drawer--down ._coral-Drawer-toggleButton {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
._coral-Drawer--up ._coral-Drawer-toggle {
  top: -9px;
}
._coral-Drawer--up ._coral-Drawer-toggleButton {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
._coral-Drawer--up ._coral-Drawer-toggleButton:before {
  top: 3px;
}
._coral-Drawer--up ._coral-Drawer-toggleButton:after {
  top: 5px;
}
.coral--large ._coral-Drawer-toggleButton {
  min-width: auto;
  min-height: auto;
  padding: 0;
}
.coral--light ._coral-Drawer-toggleButton {
  background-color: transparent;
}
.coral--light ._coral-Drawer-toggleButton:before {
  background: rgb(110, 110, 110);
}
.coral--light ._coral-Drawer-toggleButton:after {
  background: rgb(110, 110, 110);
}
.coral--light ._coral-Drawer-toggleButton:hover:before {
  background: rgb(44, 44, 44);
}
.coral--light ._coral-Drawer-toggleButton:hover:after {
  background: rgb(44, 44, 44);
}
.coral--lightest ._coral-Drawer-toggleButton {
  background-color: transparent;
}
.coral--lightest ._coral-Drawer-toggleButton:before {
  background: rgb(116, 116, 116);
}
.coral--lightest ._coral-Drawer-toggleButton:after {
  background: rgb(116, 116, 116);
}
.coral--lightest ._coral-Drawer-toggleButton:hover:before {
  background: rgb(50, 50, 50);
}
.coral--lightest ._coral-Drawer-toggleButton:hover:after {
  background: rgb(50, 50, 50);
}
.coral--dark ._coral-Drawer-toggleButton {
  background-color: transparent;
}
.coral--dark ._coral-Drawer-toggleButton:before {
  background: rgb(185, 185, 185);
}
.coral--dark ._coral-Drawer-toggleButton:after {
  background: rgb(185, 185, 185);
}
.coral--dark ._coral-Drawer-toggleButton:hover:before {
  background: rgb(255, 255, 255);
}
.coral--dark ._coral-Drawer-toggleButton:hover:after {
  background: rgb(255, 255, 255);
}
.coral--darkest ._coral-Drawer-toggleButton {
  background-color: transparent;
}
.coral--darkest ._coral-Drawer-toggleButton:before {
  background: rgb(162, 162, 162);
}
.coral--darkest ._coral-Drawer-toggleButton:after {
  background: rgb(162, 162, 162);
}
.coral--darkest ._coral-Drawer-toggleButton:hover:before {
  background: rgb(239, 239, 239);
}
.coral--darkest ._coral-Drawer-toggleButton:hover:after {
  background: rgb(239, 239, 239);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-FileUpload {
  display: inline-block;
}
._coral-FileUpload-input {
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
._coral-FileUpload-input.is-unselectable {
  pointer-events: none;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

coral-masonry-item {
  visibility: hidden;
}
._coral-Masonry {
  position: relative;
}
._coral-Masonry,._coral-Masonry-item {
  display: block;
  box-sizing: border-box !important;
}
._coral-Masonry-item {
  position: absolute;
  will-change: transform, opacity;
  left: 0;
  top: 0;
  border: 1px solid transparent;
  outline: none;
}
._coral-Masonry-item.is-managed {
  visibility: visible;
}
._coral-Masonry-item.is-dragging,
._coral-Masonry-item.is-dropping {
  z-index: 1;
}
._coral-Masonry-item-quickActions {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 4px;
  border-radius: 4px;
  position: absolute;
  z-index: 10;
  left: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 130ms cubic-bezier(.45, 0, .40, 1), visibility 0 cubic-bezier(0, 0, 1, 1) 130ms;
}
._coral-Masonry-item-quickActions ._coral-Checkbox {
  margin: 0;
}
._coral-Masonry.is-selectable ._coral-Masonry-item {
  cursor: pointer;
}
._coral-Masonry.is-selectable ._coral-Masonry-item.is-selected ._coral-Masonry-item-quickActions,
._coral-Masonry.is-selectable ._coral-Masonry-item:focus ._coral-Masonry-item-quickActions,
._coral-Masonry.is-selectable ._coral-Masonry-item:hover ._coral-Masonry-item-quickActions {
  visibility: visible;
  opacity: 1;
}
._coral-Masonry-item--placeholder {
  visibility: hidden !important;
}
._coral-Masonry.is-loaded > ._coral-Masonry-item {
  transition: transform 500ms cubic-bezier(.45, 0, .40, 1);
}
._coral-Masonry.is-loaded > ._coral-Masonry-item.is-beforeInserting {
  opacity: 0;
}
._coral-Masonry.is-loaded > ._coral-Masonry-item.is-inserting {
  opacity: 1;
  transition: opacity 500ms cubic-bezier(.45, 0, .40, 1);
}
._coral-Masonry.is-loaded > ._coral-Masonry-item.is-removing {
  opacity: 0;
  transition: opacity 500ms cubic-bezier(.45, 0, .40, 1);
}
.coral--light ._coral-Masonry-item-quickActions {
  background-color: rgba(245,245,245,0.9);
}
.coral--light ._coral-Masonry-item:focus {
  border-color: rgb(38, 128, 235);
  box-shadow: 0 0 0 1px rgb(38, 128, 235);
  outline: none;
}
.coral--light ._coral-Masonry.is-selectable ._coral-Masonry-item:not(.is-selected) coral-card:not([variant="quiet"]):hover {
  border-color: rgb(202, 202, 202);
}
.coral--light ._coral-Masonry.is-selectable coral-card[variant="quiet"]:hover coral-card-asset {
  background-color: rgb(225, 225, 225);
}
.coral--light ._coral-Masonry.is-selectable ._coral-Masonry-item.is-selected {
  border-color: rgb(38, 128, 235);
  box-shadow: 0 0 0 1px rgb(38, 128, 235);
}
.coral--lightest ._coral-Masonry-item-quickActions {
  background-color: rgba(255,255,255,0.9);
}
.coral--lightest ._coral-Masonry-item:focus {
  border-color: rgb(55, 142, 240);
  box-shadow: 0 0 0 1px rgb(55, 142, 240);
  outline: none;
}
.coral--lightest ._coral-Masonry.is-selectable ._coral-Masonry-item:not(.is-selected) coral-card:not([variant="quiet"]):hover {
  border-color: rgb(211, 211, 211);
}
.coral--lightest ._coral-Masonry.is-selectable coral-card[variant="quiet"]:hover coral-card-asset {
  background-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Masonry.is-selectable ._coral-Masonry-item.is-selected {
  border-color: rgb(55, 142, 240);
  box-shadow: 0 0 0 1px rgb(55, 142, 240);
}
.coral--dark ._coral-Masonry-item-quickActions {
  background-color: rgba(50,50,50,0.9);
}
.coral--dark ._coral-Masonry-item:focus {
  border-color: rgb(38, 128, 235);
  box-shadow: 0 0 0 1px rgb(38, 128, 235);
  outline: none;
}
.coral--dark ._coral-Masonry.is-selectable ._coral-Masonry-item:not(.is-selected) coral-card:not([variant="quiet"]):hover {
  border-color: rgb(90, 90, 90);
}
.coral--dark ._coral-Masonry.is-selectable coral-card[variant="quiet"]:hover coral-card-asset {
  background-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Masonry.is-selectable ._coral-Masonry-item.is-selected {
  border-color: rgb(38, 128, 235);
  box-shadow: 0 0 0 1px rgb(38, 128, 235);
}
.coral--darkest ._coral-Masonry-item-quickActions {
  background-color: rgba(30,30,30,0.9);
}
.coral--darkest ._coral-Masonry-item:focus {
  border-color: rgb(20, 115, 230);
  box-shadow: 0 0 0 1px rgb(20, 115, 230);
  outline: none;
}
.coral--darkest ._coral-Masonry.is-selectable ._coral-Masonry-item:not(.is-selected) coral-card:not([variant="quiet"]):hover {
  border-color: rgb(73, 73, 73);
}
.coral--darkest ._coral-Masonry.is-selectable coral-card[variant="quiet"]:hover coral-card-asset {
  background-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Masonry.is-selectable ._coral-Masonry-item.is-selected {
  border-color: rgb(20, 115, 230);
  box-shadow: 0 0 0 1px rgb(20, 115, 230);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
[coral-multifield-template] {
  display: none;
}
coral-multifield-item-content {
  display: block;
}
coral-multifield-item-content > :first-child {
  width: 100%;
}
._coral-Multifield {
  display: inline-block;
  box-sizing: border-box;
}
._coral-Multifield[reorderupdown] ._coral-Multifield-item > ._coral-Multifield-move {
  display: none;
}
._coral-Multifield:not([reorderupdown]) ._coral-Multifield-item > ._coral-Multifield-up,
._coral-Multifield:not([reorderupdown]) ._coral-Multifield-item > ._coral-Multifield-down {
  display: none;
}
._coral-Multifield-item {
  display: block;
  position: relative;
  padding-right: 100px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
._coral-Multifield-item:only-of-type > ._coral-Multifield-move,
._coral-Multifield-item:only-of-type > ._coral-Multifield-up,
._coral-Multifield-item:only-of-type > ._coral-Multifield-down {
  display: none;
}
._coral-Multifield-item:last-of-type {
  margin-bottom: 20px;
}
._coral-Multifield-item.is-dragging {
  position: relative;
  z-index: 10000;
  opacity: 0.9;
}
._coral-Multifield-item.is-after,
._coral-Multifield-item.is-before {
  position: relative;
}
._coral-Multifield-remove,
._coral-Multifield-move,
._coral-Multifield-up,
._coral-Multifield-down {
  position: absolute;
  top: 0;
}
._coral-Multifield-remove {
  right: 50px;
}
._coral-Multifield-move,
._coral-Multifield-up,
._coral-Multifield-down {
  right: 0;
}
._coral-Multifield-up {
  margin-top: -4px;
}
._coral-Multifield-down {
  margin-top: 7px;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
coral-panel-content,._coral-PanelStack,._coral-Panel {
  display: block;
}
._coral-Panel:not(.is-selected) {
  display: none;
}
._coral-PanelStack.coral-Well,
._coral-Panel.coral-Well {
  margin-top: 0;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-BarLoader {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 192px;
  vertical-align: top;
}
._coral-BarLoader-track {
  overflow: hidden;
  width: 192px;
  height: 6px;
  border-radius: 3px;
  z-index: 1;
}
._coral-BarLoader-fill {
  border: none;
  height: 6px;

  transition: width 1s;
}
._coral-BarLoader-label,
._coral-BarLoader-percentage {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 9px;
}
._coral-BarLoader-label {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}
._coral-BarLoader-percentage {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 12px;
}
._coral-BarLoader--sideLabel {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: auto;
}
._coral-BarLoader--sideLabel ._coral-BarLoader-label {
    margin-right: 12px;
    margin-bottom: 0;
  }
._coral-BarLoader--sideLabel ._coral-BarLoader-percentage {
    -ms-flex-order: 3;
        order: 3;
    text-align: right;
    margin-left: 12px;
    margin-bottom: 0;
  }
._coral-BarLoader--small {
  min-width: 192px;
}
._coral-BarLoader--small ._coral-BarLoader-fill {
    height: 4px;
  }
._coral-BarLoader--small ._coral-BarLoader-track {
    height: 4px;
    border-radius: 2px;
  }
._coral-BarLoader--indeterminate ._coral-BarLoader-fill {
  width: 136px;
  position: relative;
  animation: indeterminate-loop 1000ms infinite;
  animation-timing-function: cubic-bezier(.45, 0, .40, 1);
  left: -136px;
  will-change: transform;
}
@keyframes indeterminate-loop {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(328px);
  }
}

.coral--large ._coral-BarLoader {
  width: 240px;
}
.coral--large ._coral-BarLoader-track {
  width: 240px;
  height: 8px;
  border-radius: 4px;
}
.coral--large ._coral-BarLoader-fill {
  height: 8px;
}
.coral--large ._coral-BarLoader-label,
.coral--large ._coral-BarLoader-percentage {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 11px;
}
.coral--large ._coral-BarLoader-percentage {
  margin-left: 15px;
}
.coral--large ._coral-BarLoader--sideLabel ._coral-BarLoader-label {
    margin-right: 15px;
  }
.coral--large ._coral-BarLoader--sideLabel ._coral-BarLoader-percentage {
    margin-left: 15px;
  }
.coral--large ._coral-BarLoader--small {
  min-width: 240px;
}
.coral--large ._coral-BarLoader--small ._coral-BarLoader-fill {
    height: 5px;
  }
.coral--large ._coral-BarLoader--small ._coral-BarLoader-track {
    height: 5px;
    border-radius: 3px;
  }
.coral--large ._coral-BarLoader--indeterminate ._coral-BarLoader-fill {
  width: 212px;
  animation: indeterminate-loop 1000ms infinite;
  animation-timing-function: cubic-bezier(.45, 0, .40, 1);
  left: -212px;
}

.coral--light ._coral-BarLoader ._coral-BarLoader-fill {
    background: rgb(20, 115, 230);
  }
.coral--light ._coral-BarLoader ._coral-BarLoader-track {
    background-color: rgb(225, 225, 225);
  }
.coral--light ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-fill {
      background: rgb(255, 255, 255);
    }
.coral--light ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-label,
.coral--light ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-percentage {
      color: rgb(255, 255, 255);
    }
.coral--light ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-track {
      background-color: rgba(255,255,255,0.2);
    }
.coral--light ._coral-BarLoader.is-positive ._coral-BarLoader-fill {
      background: rgb(45, 157, 120);
    }
.coral--light ._coral-BarLoader.is-warning ._coral-BarLoader-fill {
      background: rgb(230, 134, 25);
    }
.coral--light ._coral-BarLoader.is-critical ._coral-BarLoader-fill {
      background: rgb(227, 72, 80);
    }
.coral--light ._coral-BarLoader-label,
.coral--light ._coral-BarLoader-percentage,.coral--light ._coral-BarLoader-label,
.coral--light ._coral-BarLoader-percentage,.coral--light ._coral-BarLoader-label,
.coral--light ._coral-BarLoader-percentage {
  color: rgb(110, 110, 110);
}

.coral--lightest ._coral-BarLoader ._coral-BarLoader-fill {
    background: rgb(38, 128, 235);
  }
.coral--lightest ._coral-BarLoader ._coral-BarLoader-track {
    background-color: rgb(234, 234, 234);
  }
.coral--lightest ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-fill {
      background: rgb(255, 255, 255);
    }
.coral--lightest ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-label,
.coral--lightest ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-percentage {
      color: rgb(255, 255, 255);
    }
.coral--lightest ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-track {
      background-color: rgba(255,255,255,0.2);
    }
.coral--lightest ._coral-BarLoader.is-positive ._coral-BarLoader-fill {
      background: rgb(51, 171, 132);
    }
.coral--lightest ._coral-BarLoader.is-warning ._coral-BarLoader-fill {
      background: rgb(242, 148, 35);
    }
.coral--lightest ._coral-BarLoader.is-critical ._coral-BarLoader-fill {
      background: rgb(236, 91, 98);
    }
.coral--lightest ._coral-BarLoader-label,
.coral--lightest ._coral-BarLoader-percentage,.coral--lightest ._coral-BarLoader-label,
.coral--lightest ._coral-BarLoader-percentage,.coral--lightest ._coral-BarLoader-label,
.coral--lightest ._coral-BarLoader-percentage {
  color: rgb(116, 116, 116);
}

.coral--dark ._coral-BarLoader ._coral-BarLoader-fill {
    background: rgb(55, 142, 240);
  }
.coral--dark ._coral-BarLoader ._coral-BarLoader-track {
    background-color: rgb(74, 74, 74);
  }
.coral--dark ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-fill {
      background: rgb(255, 255, 255);
    }
.coral--dark ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-label,
.coral--dark ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-percentage {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-track {
      background-color: rgba(255,255,255,0.2);
    }
.coral--dark ._coral-BarLoader.is-positive ._coral-BarLoader-fill {
      background: rgb(45, 157, 120);
    }
.coral--dark ._coral-BarLoader.is-warning ._coral-BarLoader-fill {
      background: rgb(230, 134, 25);
    }
.coral--dark ._coral-BarLoader.is-critical ._coral-BarLoader-fill {
      background: rgb(227, 72, 80);
    }
.coral--dark ._coral-BarLoader-label,
.coral--dark ._coral-BarLoader-percentage,.coral--dark ._coral-BarLoader-label,
.coral--dark ._coral-BarLoader-percentage,.coral--dark ._coral-BarLoader-label,
.coral--dark ._coral-BarLoader-percentage {
  color: rgb(185, 185, 185);
}

.coral--darkest ._coral-BarLoader ._coral-BarLoader-fill {
    background: rgb(38, 128, 235);
  }
.coral--darkest ._coral-BarLoader ._coral-BarLoader-track {
    background-color: rgb(57, 57, 57);
  }
.coral--darkest ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-fill {
      background: rgb(255, 255, 255);
    }
.coral--darkest ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-label,
.coral--darkest ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-percentage {
      color: rgb(255, 255, 255);
    }
.coral--darkest ._coral-BarLoader._coral-BarLoader--overBackground ._coral-BarLoader-track {
      background-color: rgba(255,255,255,0.2);
    }
.coral--darkest ._coral-BarLoader.is-positive ._coral-BarLoader-fill {
      background: rgb(38, 142, 108);
    }
.coral--darkest ._coral-BarLoader.is-warning ._coral-BarLoader-fill {
      background: rgb(218, 123, 17);
    }
.coral--darkest ._coral-BarLoader.is-critical ._coral-BarLoader-fill {
      background: rgb(215, 55, 63);
    }
.coral--darkest ._coral-BarLoader-label,
.coral--darkest ._coral-BarLoader-percentage,.coral--darkest ._coral-BarLoader-label,
.coral--darkest ._coral-BarLoader-percentage,.coral--darkest ._coral-BarLoader-label,
.coral--darkest ._coral-BarLoader-percentage {
  color: rgb(162, 162, 162);
}

.coral--large ._coral-BarLoader--indeterminate ._coral-BarLoader-fill {
  animation: large-indeterminate-loop 1000ms infinite;
}
@-moz-keyframes large-indeterminate-loop {
  100% {
    transform: translate(452px);
  }
}
@-webkit-keyframes large-indeterminate-loop {
  100% {
    transform: translate(452px);
  }
}
@-o-keyframes large-indeterminate-loop {
  100% {
    transform: translate(452px);
  }
}
@keyframes large-indeterminate-loop {
  100% {
    transform: translate(452px);
  }
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-QuickActions {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
._coral-QuickActions.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
._coral-QuickActions--left.is-open {
  transform: translateX(6px);
}
._coral-QuickActions--right.is-open {
  transform: translateX(-6px);
}
._coral-QuickActions {
  box-sizing: border-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;

  padding: 4px 4px;

  height: 40px;

  border-radius: 4px;
}
._coral-QuickActions ._coral-ActionButton + ._coral-ActionButton {
    margin-left: 8px;
  }
._coral-QuickActions--textOnly ._coral-ActionButton + ._coral-ActionButton {
    margin-left: 4px;
  }


.coral--large ._coral-QuickActions {

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;
}
.coral--large ._coral-QuickActions--left.is-open {
  transform: translateX(8px);
}
.coral--large ._coral-QuickActions--right.is-open {
  transform: translateX(-8px);
}
.coral--large ._coral-QuickActions {

  padding: 5px 5px;

  height: 50px;

  border-radius: 5px;
}
.coral--large ._coral-QuickActions ._coral-ActionButton + ._coral-ActionButton {
    margin-left: 10px;
  }
.coral--large ._coral-QuickActions--textOnly ._coral-ActionButton + ._coral-ActionButton {
    margin-left: 5px;
  }

.coral--light ._coral-QuickActions-overlay {
  background-color: rgba(0,0,0,0.2);
}
.coral--light ._coral-QuickActions {
  background-color: rgba(245,245,245,0.9);
}

.coral--lightest ._coral-QuickActions-overlay {
  background-color: rgba(0,0,0,0.2);
}
.coral--lightest ._coral-QuickActions {
  background-color: rgba(255,255,255,0.9);
}

.coral--dark ._coral-QuickActions-overlay {
  background-color: rgba(0,0,0,0.2);
}
.coral--dark ._coral-QuickActions {
  background-color: rgba(50,50,50,0.9);
}

.coral--darkest ._coral-QuickActions-overlay {
  background-color: rgba(0,0,0,0.2);
}
.coral--darkest ._coral-QuickActions {
  background-color: rgba(30,30,30,0.9);
}

coral-quickactions,
coral-quickactions-item {
  display: none;
}
._coral-QuickActions {
  transition: margin 130ms cubic-bezier(.45, 0, .40, 1), opacity 130ms cubic-bezier(.45, 0, .40, 1), visibility 0ms cubic-bezier(0, 0, 1, 1) 130ms;
}
.coral--large ._coral-QuickActions {
  transition: margin 130ms cubic-bezier(.45, 0, .40, 1), opacity 130ms cubic-bezier(.45, 0, .40, 1), visibility 0ms cubic-bezier(0, 0, 1, 1) 130ms;
}
._coral-QuickActions-item {
  justify-content: center;
}
._coral-QuickActions-buttonList {
  max-height: 240px;
  overflow-y: auto;
}
._coral-QuickActions-item-more._coral-ActionButton {
  margin-left: 8px;
}
._coral-QuickActions ._coral-QuickActions-moreOverlay + ._coral-ActionButton {
  margin-left: 8px;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Search {
  display: inline-block;
  position: relative;
}
._coral-Search ._coral-ClearButton {
    position: absolute;
    right: 0;
    top: 0;
  }
._coral-Search-input {
  display: block;
  -webkit-appearance: none;
  outline-offset: -2px;
  padding-left: 36px;
  text-indent: 0;
  padding-right: 28px;
}
._coral-Search-input::-webkit-search-cancel-button,
  ._coral-Search-input::-webkit-search-decoration {
    -webkit-appearance: none;
  }
._coral-Search-input._coral-Textfield--quiet {
    padding-left: 24px;
    padding-right: 20px;
  }
._coral-Search-input._coral-Textfield--quiet ~ ._coral-Search-icon {
      left: 0;
    }
._coral-Search-input._coral-Textfield--quiet ~ ._coral-Search-clear {
      right: -8px;
    }
._coral-Search-input._coral-Textfield--quiet ~ ._coral-Search-rightIcon {
      right: 0;
    }
._coral-Search-icon {
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;

  transition: color 130ms ease-in-out;

  pointer-events: none;
}

.coral--large ._coral-Search-input {
  padding-left: 36px;
  padding-right: 28px;
}
.coral--large ._coral-Search-input._coral-Textfield--quiet {
    padding-left: 24px;
    padding-right: 20px;
  }
.coral--large ._coral-Search-icon {
  top: 10px;

  transition: color 130ms ease-in-out;
}

.coral--light ._coral-Search-icon {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Search-input:hover ~ ._coral-Search-icon {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Search-input:active ~ ._coral-Search-icon {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Search-input.focus-ring ~ ._coral-Search-icon {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Search-input:disabled ~ ._coral-Search-icon {
      color: rgb(179, 179, 179);
    }

.coral--lightest ._coral-Search-icon {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Search-input:hover ~ ._coral-Search-icon {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Search-input:active ~ ._coral-Search-icon {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Search-input.focus-ring ~ ._coral-Search-icon {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Search-input:disabled ~ ._coral-Search-icon {
      color: rgb(188, 188, 188);
    }

.coral--dark ._coral-Search-icon {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Search-input:hover ~ ._coral-Search-icon {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Search-input:active ~ ._coral-Search-icon {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Search-input.focus-ring ~ ._coral-Search-icon {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Search-input:disabled ~ ._coral-Search-icon {
      color: rgb(110, 110, 110);
    }

.coral--darkest ._coral-Search-icon {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Search-input:hover ~ ._coral-Search-icon {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Search-input:active ~ ._coral-Search-icon {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Search-input.focus-ring ~ ._coral-Search-icon {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-Search-input:disabled ~ ._coral-Search-icon {
      color: rgb(92, 92, 92);
    }


/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Shell {
  top: 0;
}
._coral-Shell,coral-shell-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
coral-shell-content {
  top: 48px;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
coral-shell-content::-webkit-scrollbar {
  width: 0.1em;
  background-color: transparent;
}
coral-shell-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
._coral-Shell-header {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 48px;
  padding: 0 2px 0 8px;
  background-color: #1e1e1e;
}
._coral-Shell-header ._coral-Shell-menu-button[badge]:after {
  border-color: #1e1e1e;
}
._coral-Shell-header ._coral-Shell-menu-button[badge]:disabled:after,
._coral-Shell-header ._coral-Shell-menu-button[badge].is-disabled:after {
  background-color: #3e3e3e;
  color: #1e1e1e;
}
._coral-Shell-header ._coral-Shell-menu-button[badge="0"]:after {
  display: none;
}
coral-shell-header-home {
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
}
@media (min-width: 768px) {
  coral-shell-header-home {
    margin-right: 64px;
  }
}
coral-shell-header-actions {
  display: flex;
  align-items: center;
  height: 100%;
  float: right;
  margin-left: 15px;
}
coral-shell-header-content {
  height: 45px;
  display: inline-block;
  vertical-align: top;
}
._coral-Shell-homeAnchor {
  display: block;
  box-sizing: border-box;
  vertical-align: top;
  transition: color 0.15s ease-out;
  margin: 0;
  padding: 0 8px;
  text-decoration: none;
  text-align: center;
  line-height: 38px;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
  white-space: nowrap;
}
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled).is-selected,
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled):active,
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled):hover {
  color: #fff;
}
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled):focus,
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled).is-focused {
  color: #fff;
  outline: none;
}
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled):active {
  color: #fff;
}
._coral-Shell-homeAnchor-icon {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
coral-shell-homeanchor-label {
  display: inline-block;
}
@media (max-width: 766px) {
  coral-shell-homeanchor-label {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    width: 1px !important;
    height: 1px !important;
    margin: 0 -1px -1px 0 !important;
    padding: 0 !important;
  }
}
._coral-Shell-help {
  display: block;
  box-sizing: border-box;
  width: 220px;
}
._coral-Shell-help-search {
  width: calc(100% - 16px);
  margin-top: 4px;
  margin-left: 8px;
}
._coral-Shell-help-search input[is="coral-textfield"] {
  width: 100%;
}
._coral-Shell-help-items {
  padding: 3px 0;
}
._coral-Shell-help-result-item {
  height: auto;
}
._coral-Shell-help-result-description {
  color: #707070;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._coral-Shell-help-loading,
._coral-Shell-help-resultMessage {
  position: relative;
  display: block;
  height: 300px;
  background-color: #fff;
}
._coral-Shell-help-resultMessage {
  display: table;
  width: 100%;
}
.coral-Heading--2._coral-Shell-help-resultMessage-heading {
  margin: 0;
}
._coral-Shell-help-resultMessage-container {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
  text-align: center;
}
._coral-Shell-help-loading-wait {
  position: absolute;
  bottom: 52%;
  left: 50%;
  margin-left: -16px;
  margin-bottom: 8px;
}
._coral-Shell-help-loading-info {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  padding-left: 5px;
  display: block;
  padding-top: 8px;
  text-align: center;
}
coral-shell-help-separator {
  display: block;
  position: relative;
  height: 2px;
  background-color: #fff;
}
coral-shell-help-separator::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 100%;
  background-color: rgba(0,0,0,0.05);
}
coral-shell-menu {
  display: none;
}
._coral-Shell-menubar {
  display: flex;
}
._coral-Shell-menubar-item {
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
}
._coral-Shell-menubar-item[iconsize="M"] ._coral-Shell-menu-button {
  top: -1px;
}
._coral-Shell-menubar-item--circle ._coral-Icon--sizeXXS ._coral-Icon--image {
  border-radius: 9px;
}
._coral-Shell-menubar-item--circle ._coral-Icon--sizeXS ._coral-Icon--image {
  border-radius: 12px;
}
._coral-Shell-menubar-item--circle ._coral-Icon--sizeS ._coral-Icon--image {
  border-radius: 18px;
}
._coral-Shell-menubar-item--circle ._coral-Icon--sizeM ._coral-Icon--image {
  border-radius: 24px;
}
._coral-Shell-menu--full {
  display: block;
  visibility: visible;
  opacity: 1;
  border: none !important;
  top: 48px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10000 !important;
  transform: translateY(calc(-100% - 48px)) !important;
  transition: transform 350ms cubic-bezier(0.42, -0.01, 0.175, 1) !important;
}
._coral-Shell-menu--full coral-popover-content {
  height: 100%;
}
._coral-Shell-menu--full.is-open {
  transform: translateY(0) translateX(0) !important;
  max-height: calc(100% - 48px);
}
._coral-Shell-menu-button {
  position: relative;
}
._coral-Shell-menu-button[badge]:after {
  content: attr(badge);
  position: absolute;
  top: 3px;
  left: 16px;
  min-width: 5px;
  height: 12px;
  padding-left: 3.5px;
  padding-right: 3.5px;
  line-height: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  color: #fff;
  border-radius: 16px;
  background-color: #e0322d;
}
._coral-Shell-orgSwitcher {
  width: 250px;
  box-sizing: border-box;
}
._coral-Shell-orgSwitcher-items {
  max-height: 320px;
  overflow-y: auto;
}
._coral-Shell-orgSwitcher-item.is-parent {
  display: block;
}
._coral-Shell-orgSwitcher-item.is-parent:hover {
  cursor: default !important;
  background: transparent !important;
}
._coral-Shell-orgSwitcher-subitems {
  margin-left: 18px;
}
._coral-Shell-orgSwitcher-subitem:first-child {
  margin-top: 6px;
}
._coral-Shell-orgSwitcher-search {
  width: calc(100% - 16px);
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
}
._coral-Shell-orgSwitcher-search input[is="coral-textfield"] {
  width: 100%;
}
._coral-Shell-orgSwitcher-resultMessage {
  display: table;
  width: 100%;
  height: 200px;
  background-color: #fff;
}
._coral-Shell-orgSwitcher-resultMessage-container {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
  text-align: center;
}
._coral-Shell-orgSwitcher-checkmark {
  position: absolute;
  top: 8px;
  right: 12px;
}
coral-shell-orgswitcher-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
}
coral-shell-orgswitcher-footer:empty {
  display: none;
}
coral-shell-orgswitcher-footer ._coral-Button + ._coral-Button {
  margin-left: 0;
  margin-top: 12px;
}
._coral-Shell-solutionSwitcher {
  display: flex;
  padding: 48px 5%;
  background: #1e1e1e;
}
@media (max-width: 900px) {
  ._coral-Shell-solutionSwitcher {
    padding: 30px;
  }
}
@media (max-width: 550px) {
  ._coral-Shell-solutionSwitcher {
    padding: 30px;
    flex-direction: column;
  }
}
._coral-Shell-solutions-container {
  width: 80%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 900px) {
  ._coral-Shell-solutions-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  ._coral-Shell-solutions-container {
    flex-wrap: wrap;
  }
}
._coral-Shell-solutions {
  flex-direction: column;
}
@media (min-width: 900px) {
  ._coral-Shell-solutions {
    width: 75%;
    column-count: 3;
  }
}
._coral-Shell-solution {
  display: inline-flex;
  height: 48px;
  align-items: center;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  color: #858585;
  font-size: 16px;
  width: 100%;
}
._coral-Shell-solution:before {
  content: '';
}
._coral-Shell-solution:focus {
  outline: none;
  color: #fff;
}
._coral-Shell-solution:focus coral-shell-solution-label {
  text-decoration: underline;
}
._coral-Shell-solution:focus.focus-ring:before {
  position: absolute;
  top: 0;
  left: -8px;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #2680eb;
  border: 1px solid #2680eb;
}
._coral-Shell-solution:not([icon]) ._coral-Shell-solution-icon {
  display: none;
}
._coral-Shell-solution:hover {
  color: #fff;
}
._coral-Shell-solution:hover coral-shell-solution-label {
  text-decoration: underline;
}
._coral-Shell-solution--linked {
  color: rgba(226,226,226,0.8);
}
._coral-Shell-solution--linked:hover ._coral-Shell-solution-icon,
._coral-Shell-solution--linked:focus ._coral-Shell-solution-icon {
  transform: scale(1.1);
}
._coral-Shell-solution--linked ._coral-Shell-solution-icon:before {
  width: 48px;
  height: 48px;
}
._coral-Shell-solution-icon {
  color: rgba(255,255,255,0.45);
  font-size: 48px;
  will-change: transform;
  transition: transform 0.21s ease-out, opacity 0.21s ease-out;
}
._coral-Shell-solution-icon:before {
  width: 48px;
  height: 48px;
}
coral-shell-solution-label {
  margin-left: 16px;
  font-weight: 300;
  transition: opacity 0.21s ease-out;
}
._coral-Shell-solutions--secondary {
  display: flex;
  vertical-align: top;
  padding-right: 0;
  width: 20%;
}
@media (max-width: 550px) {
  ._coral-Shell-solutions--secondary {
    width: 100%;
  }
}
._coral-Shell-solutions--secondary ._coral-Shell-solution:not(:first-of-type) {
  display: flex;
  height: auto;
  width: auto;
  padding: 0;
  text-decoration: none;
  text-align: left;
}
._coral-Shell-solutions--secondary ._coral-Shell-solution:not(:first-of-type):hover ._coral-Shell-solution-icon,
._coral-Shell-solutions--secondary ._coral-Shell-solution:not(:first-of-type):focus ._coral-Shell-solution-icon {
  transform: scale(1);
}
._coral-Shell-solutions--secondary ._coral-Shell-solution:not(:first-of-type):hover coral-shell-solution-label,
._coral-Shell-solutions--secondary ._coral-Shell-solution:not(:first-of-type):focus coral-shell-solution-label {
  color: #fff;
  text-decoration: underline;
}
._coral-Shell-solutions--secondary ._coral-Shell-solution:not(:first-of-type) coral-shell-solution-label {
  margin-left: 0;
  display: inline-block;
  font-size: 13px;
  padding: 16px 0;
}
._coral-Shell-solutions:first-of-type {
  column-count: 1;
}
@media (min-width: 900px) {
  ._coral-Shell-solutions:first-of-type {
    width: 25%;
  }
}
@media (max-width: 900px) {
  ._coral-Shell-solutions:first-of-type {
    width: 100%;
  }
}
coral-shell-solutions-header {
  display: none;
}
._coral-Shell-selectListSwitcher {
  display: block;
  box-sizing: border-box;
  width: 170px;
  float: right;
}
._coral-Shell-selectlistswitcher-item {
  display: none;
  padding: 7px 12px 7px 10px;
}
._coral-Shell-user {
  display: block;
  padding: 24px;
  min-width: 230px;
}
._coral-Shell-user-container {
  border-bottom: 2px solid #eaeaea;
}
._coral-Shell-user-image {
  height: 64px;
  width: 64px;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
._coral-Shell-user-image ._coral-Icon {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
}
coral-shell-user-name {
  display: block;
  text-align: center;
  font-weight: 100;
  font-size: 28px;
  margin: 16px 0 8px;
  color: #4b4b4b;
}
coral-shell-user-heading {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #767676;
  padding-bottom: 16px;
}
coral-shell-user-subheading {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
coral-shell-user-subheading:empty {
  display: none;
}
coral-shell-user-content {
  padding: 16px 0;
  display: block;
}
coral-shell-user-content:empty {
  display: none;
}
coral-shell-user-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
coral-shell-user-subheading ._coral-Button + ._coral-Button,
coral-shell-user-footer ._coral-Button + ._coral-Button {
  margin-left: 0;
  margin-top: 12px;
}
._coral-Shell-workspaces {
  display: flex;
  align-items: center;
  height: 100%;
}
._coral-Shell-workspaces ._coral-Shell-workspaces-select {
  margin-top: 4px;
  height: 100%;
  width: inherit;
  border-bottom: 2px solid #fff;
}
._coral-Shell-workspaces ._coral-Shell-workspaces-select ._coral-Dropdown-trigger {
  margin-top: 7px;
}
._coral-Shell-workspaces ._coral-Shell-workspaces-select ._coral-SelectList-icon {
  margin-left: 8px;
}
._coral-Shell-workspaces ._coral-Shell-workspaces-select coral-selectlist-item-content {
  white-space: nowrap;
}
@media (min-width: 1024px) {
  ._coral-Shell-workspaces ._coral-Shell-workspaces-select {
    display: none;
  }
}
._coral-Shell-workspaces-workspace {
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  margin: 0 12px;
  border-bottom: 2px solid transparent;
  line-height: 52px;
  color: #bebebe;
  text-decoration: none;
  font-style: normal;
  transition: border-color 0.21s ease-out, color 0.21s ease-out;
}
._coral-Shell-workspaces-workspace:hover {
  color: #fff;
}
._coral-Shell-workspaces-workspace.is-selected {
  border-color: #fff;
  color: #fff;
}
._coral-Shell-workspaces-workspace:focus {
  color: #fff;
  outline: none;
}
._coral-Shell-workspaces-workspace:first-of-type {
  margin-left: 0;
}
@media (max-width: 1023px) {
  ._coral-Shell-workspaces-workspace {
    display: none;
  }
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-SideNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
._coral-SideNav-item {
  list-style-type: none;

  margin: 4px 0;
}
._coral-SideNav-itemLink {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: left;
      justify-content: left;
  box-sizing: border-box;

  width: 100%;
  min-height: 32px;

  padding: 5px 12px;

  border-radius: 4px;

  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;

  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;

  cursor: pointer;

  transition: background-color 130ms ease-out,
              color 130ms ease-out;
}
._coral-SideNav-itemLink:focus {
    outline: none;
  }
._coral-SideNav-itemLink.focus-ring::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    border: 2px solid transparent;
    border-radius: 4px;
  }
._coral-SideNav-itemLink ._coral-SideNav-itemIcon {
    margin-right: 8px;
  }
._coral-SideNav-heading {
  height: 32px;
  line-height: 32px;

  margin: 16px 0 4px 0;
  padding: 0 12px;

  border-radius: 4px;

  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;

  text-transform: uppercase;
}
._coral-SideNav--multiLevel ._coral-SideNav-itemLink {
    font-weight: 700;
  }
._coral-SideNav--multiLevel ._coral-SideNav {
    margin: 0;
    padding: 0;
  }
._coral-SideNav--multiLevel ._coral-SideNav ._coral-SideNav-itemLink {
      font-weight: 400;

      padding-left: 24px;
    }
._coral-SideNav--multiLevel ._coral-SideNav ._coral-SideNav ._coral-SideNav-itemLink {
        padding-left: 36px;
      }

.coral--large ._coral-SideNav-item {

  margin: 5px 0;
}
.coral--large ._coral-SideNav-itemLink {
  min-height: 40px;

  padding: 6px 15px;

  border-radius: 5px;

  font-size: 17px;
  font-weight: 400;

  transition: background-color 130ms ease-out,
              color 130ms ease-out;
}
.coral--large ._coral-SideNav-itemLink.focus-ring::before {

    border: 2px solid transparent;
    border-radius: 5px;
  }
.coral--large ._coral-SideNav-itemLink ._coral-SideNav-itemIcon {
    margin-right: 10px;
  }
.coral--large ._coral-SideNav-heading {
  height: 40px;
  line-height: 40px;

  margin: 20px 0 5px 0;
  padding: 0 15px;

  border-radius: 5px;

  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.coral--large ._coral-SideNav--multiLevel ._coral-SideNav-itemLink {
    font-weight: 700;
  }
.coral--large ._coral-SideNav--multiLevel ._coral-SideNav ._coral-SideNav-itemLink {
      font-weight: 400;

      padding-left: 30px;
    }
.coral--large ._coral-SideNav--multiLevel ._coral-SideNav ._coral-SideNav ._coral-SideNav-itemLink {
        padding-left: 45px;
      }

.coral--light ._coral-SideNav-item.is-selected > ._coral-SideNav-itemLink {
      color: rgb(44, 44, 44);
      background-color: rgba(44,44,44,0.06);
    }
.coral--light ._coral-SideNav-item .is-active > ._coral-SideNav-itemLink {
      background-color: rgba(44,44,44,0.06);
    }
.coral--light ._coral-SideNav-item.is-disabled ._coral-SideNav-itemLink {
      background-color: transparent;
      color: rgb(179, 179, 179);

      cursor: default;
      pointer-events: none;
    }
.coral--light ._coral-SideNav-itemLink {
  background-color: transparent;
  color: rgb(75, 75, 75);
}
.coral--light ._coral-SideNav-itemLink:hover {
    background-color: rgba(44,44,44,0.06);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-SideNav-itemLink:active {
    background-color: rgba(44,44,44,0.06);
  }
.coral--light ._coral-SideNav-itemLink.focus-ring {
    background-color: rgba(44,44,44,0.06);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-SideNav-itemLink.focus-ring::before {
      border-color: rgb(38, 128, 235);
    }
.coral--light ._coral-SideNav-heading {
  color: rgb(110, 110, 110);
}

.coral--lightest ._coral-SideNav-item.is-selected > ._coral-SideNav-itemLink {
      color: rgb(50, 50, 50);
      background-color: rgba(50,50,50,0.06);
    }
.coral--lightest ._coral-SideNav-item .is-active > ._coral-SideNav-itemLink {
      background-color: rgba(50,50,50,0.06);
    }
.coral--lightest ._coral-SideNav-item.is-disabled ._coral-SideNav-itemLink {
      background-color: transparent;
      color: rgb(188, 188, 188);

      cursor: default;
      pointer-events: none;
    }
.coral--lightest ._coral-SideNav-itemLink {
  background-color: transparent;
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-SideNav-itemLink:hover {
    background-color: rgba(50,50,50,0.06);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-SideNav-itemLink:active {
    background-color: rgba(50,50,50,0.06);
  }
.coral--lightest ._coral-SideNav-itemLink.focus-ring {
    background-color: rgba(50,50,50,0.06);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-SideNav-itemLink.focus-ring::before {
      border-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-SideNav-heading {
  color: rgb(116, 116, 116);
}

.coral--dark ._coral-SideNav-item.is-selected > ._coral-SideNav-itemLink {
      color: rgb(255, 255, 255);
      background-color: rgba(255,255,255,0.07);
    }
.coral--dark ._coral-SideNav-item .is-active > ._coral-SideNav-itemLink {
      background-color: rgba(255,255,255,0.07);
    }
.coral--dark ._coral-SideNav-item.is-disabled ._coral-SideNav-itemLink {
      background-color: transparent;
      color: rgb(110, 110, 110);

      cursor: default;
      pointer-events: none;
    }
.coral--dark ._coral-SideNav-itemLink {
  background-color: transparent;
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-SideNav-itemLink:hover {
    background-color: rgba(255,255,255,0.07);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-SideNav-itemLink:active {
    background-color: rgba(255,255,255,0.07);
  }
.coral--dark ._coral-SideNav-itemLink.focus-ring {
    background-color: rgba(255,255,255,0.07);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-SideNav-itemLink.focus-ring::before {
      border-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-SideNav-heading {
  color: rgb(185, 185, 185);
}

.coral--darkest ._coral-SideNav-item.is-selected > ._coral-SideNav-itemLink {
      color: rgb(239, 239, 239);
      background-color: rgba(239,239,239,0.08);
    }
.coral--darkest ._coral-SideNav-item .is-active > ._coral-SideNav-itemLink {
      background-color: rgba(239,239,239,0.08);
    }
.coral--darkest ._coral-SideNav-item.is-disabled ._coral-SideNav-itemLink {
      background-color: transparent;
      color: rgb(92, 92, 92);

      cursor: default;
      pointer-events: none;
    }
.coral--darkest ._coral-SideNav-itemLink {
  background-color: transparent;
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-SideNav-itemLink:hover {
    background-color: rgba(239,239,239,0.08);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-SideNav-itemLink:active {
    background-color: rgba(239,239,239,0.08);
  }
.coral--darkest ._coral-SideNav-itemLink.focus-ring {
    background-color: rgba(239,239,239,0.08);
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-SideNav-itemLink.focus-ring::before {
      border-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-SideNav-heading {
  color: rgb(162, 162, 162);
}

coral-sidenav-level,
coral-sidenav-heading,
a[is="coral-sidenav-item"] {
  display: block;
}
a[is="coral-sidenav-item"] {
  text-decoration: none;
  outline: none;
}
._coral-SideNav._coral-SideNav--multiLevel ._coral-SideNav {
  margin-top: -4px;
  margin-bottom: -4px;
  overflow-y: hidden;
  transition: height 250ms cubic-bezier(.45, 0, .40, 1), margin 250ms cubic-bezier(.45, 0, .40, 1);
}
._coral-SideNav._coral-SideNav--multiLevel ._coral-SideNav ._coral-SideNav {
  margin-bottom: 0;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-SplitButton {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  vertical-align: top;
}
._coral-SplitButton + ._coral-SplitButton,
  ._coral-SplitButton + ._coral-Button {
    margin-left: 12px;
  }
._coral-Button + ._coral-SplitButton {
  margin-left: 12px;
}
._coral-SplitButton-action {
  margin-left: 0;

  border-radius: 16px 0 0 16px;
}
._coral-SplitButton-action._coral-Button--cta {
    border-right: 0;
    margin-right: 2px;
  }
._coral-SplitButton-action + ._coral-SplitButton-trigger {
    margin-left: 0;
  }
._coral-SplitButton-trigger {
  margin-left: 0;

  border-radius: 0 16px 16px 0;
  border-left-width: 0;

  padding-left: 8.00004px;
  padding-right: 10px;

  min-width: 0;
}
._coral-SplitButton-trigger.focus-ring {
    box-shadow: none;
  }
._coral-SplitButton-icon {
  display: block;
  margin-top: 1px;
}
._coral-SplitButton-action,
._coral-SplitButton-trigger {
  position: relative;
}
._coral-SplitButton-action:focus, ._coral-SplitButton-trigger:focus {
    z-index: 1;
  }
._coral-SplitButton-action ._coral-Button-label + ._coral-Icon {
    margin-left: 12px;
  }
._coral-SplitButton--left ._coral-SplitButton-action {
    border-radius: 0 16px 16px 0;
    margin-right: 0;
    margin-left: 0;
  }
._coral-SplitButton--left ._coral-SplitButton-action._coral-Button--cta {
      border-left: 0;
      margin-left: 2px;
    }
._coral-SplitButton--left ._coral-SplitButton-trigger {
    margin-right: 0;

    border-radius: 16px 0 0 16px;

    border-left-width: 2px;
    border-right-width: 0;

    padding-right: 8.00004px;
    padding-left: 10px;
  }

.coral--large ._coral-SplitButton + ._coral-SplitButton,
  .coral--large ._coral-SplitButton + ._coral-Button {
    margin-left: 15px;
  }
.coral--large ._coral-Button + ._coral-SplitButton {
  margin-left: 15px;
}
.coral--large ._coral-SplitButton-action {

  border-radius: 20px 0 0 20px;
}
.coral--large ._coral-SplitButton-action._coral-Button--cta {
    margin-right: 2px;
  }
.coral--large ._coral-SplitButton-action + ._coral-SplitButton-trigger {
    margin-left: 0;
  }
.coral--large ._coral-SplitButton-trigger {

  border-radius: 0 20px 20px 0;
  border-left-width: 0;

  padding-left: 10.00005px;
  padding-right: 13px;

  min-width: 0;
}
.coral--large ._coral-SplitButton-action ._coral-Button-label + ._coral-Icon {
    margin-left: 15px;
  }
.coral--large ._coral-SplitButton--left ._coral-SplitButton-action {
    border-radius: 0 20px 20px 0;
    margin-left: 0;
  }
.coral--large ._coral-SplitButton--left ._coral-SplitButton-action._coral-Button--cta {
      margin-left: 2px;
    }
.coral--large ._coral-SplitButton--left ._coral-SplitButton-trigger {

    border-radius: 20px 0 0 20px;

    border-left-width: 2px;
    border-right-width: 0;

    padding-right: 10.00005px;
    padding-left: 13px;
  }


/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-StatusLight {
  min-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;

  padding: 4px 0 6px 0;
  box-sizing: border-box;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
}
._coral-StatusLight::before {
    content: '';
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 6px 12px 4px 12px;
    -ms-high-contrast-adjust: none;
    forced-color-adjust: none;
  }
._coral-StatusLight--neutral {
  font-style: italic;
}

.coral--large ._coral-StatusLight {
  min-height: 40px;

  padding: 5px 0 7px 0;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.44;
}
.coral--large ._coral-StatusLight::before {
    width: 10px;
    height: 10px;
    margin: 7px 15px 5px 15px;
  }

.coral--light ._coral-StatusLight {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-StatusLight[disabled],
.coral--light ._coral-StatusLight.is-disabled {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-StatusLight[disabled]::before,
.coral--light ._coral-StatusLight.is-disabled::before {
      background-color: rgb(202, 202, 202);
    }
.coral--light ._coral-StatusLight--negative::before {
  background-color: rgb(227, 72, 80);
}
.coral--light ._coral-StatusLight--notice::before {
  background-color: rgb(230, 134, 25);
}
.coral--light ._coral-StatusLight--positive::before {
  background-color: rgb(45, 157, 120);
}
.coral--light ._coral-StatusLight--info::before,
.coral--light ._coral-StatusLight--active::before {
  background-color: rgb(38, 128, 235);
}
.coral--light ._coral-StatusLight--neutral {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-StatusLight--neutral::before {
    background-color: rgb(179, 179, 179);
  }
.coral--light ._coral-StatusLight--celery::before {
  background-color: rgb(68, 181, 86);
}
.coral--light ._coral-StatusLight--yellow::before {
  background-color: rgb(223, 191, 0);
}
.coral--light ._coral-StatusLight--fuchsia::before {
  background-color: rgb(192, 56, 204);
}
.coral--light ._coral-StatusLight--indigo::before {
  background-color: rgb(103, 103, 236);
}
.coral--light ._coral-StatusLight--seafoam::before {
  background-color: rgb(27, 149, 154);
}
.coral--light ._coral-StatusLight--chartreuse::before {
  background-color: rgb(133, 208, 68);
}
.coral--light ._coral-StatusLight--magenta::before {
  background-color: rgb(216, 55, 144);
}
.coral--light ._coral-StatusLight--purple::before {
  background-color: rgb(146, 86, 217);
}

.coral--lightest ._coral-StatusLight {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-StatusLight[disabled],
.coral--lightest ._coral-StatusLight.is-disabled {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-StatusLight[disabled]::before,
.coral--lightest ._coral-StatusLight.is-disabled::before {
      background-color: rgb(211, 211, 211);
    }
.coral--lightest ._coral-StatusLight--negative::before {
  background-color: rgb(236, 91, 98);
}
.coral--lightest ._coral-StatusLight--notice::before {
  background-color: rgb(242, 148, 35);
}
.coral--lightest ._coral-StatusLight--positive::before {
  background-color: rgb(51, 171, 132);
}
.coral--lightest ._coral-StatusLight--info::before,
.coral--lightest ._coral-StatusLight--active::before {
  background-color: rgb(55, 142, 240);
}
.coral--lightest ._coral-StatusLight--neutral {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-StatusLight--neutral::before {
    background-color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-StatusLight--celery::before {
  background-color: rgb(75, 195, 95);
}
.coral--lightest ._coral-StatusLight--yellow::before {
  background-color: rgb(237, 204, 0);
}
.coral--lightest ._coral-StatusLight--fuchsia::before {
  background-color: rgb(207, 62, 220);
}
.coral--lightest ._coral-StatusLight--indigo::before {
  background-color: rgb(117, 117, 241);
}
.coral--lightest ._coral-StatusLight--seafoam::before {
  background-color: rgb(32, 163, 168);
}
.coral--lightest ._coral-StatusLight--chartreuse::before {
  background-color: rgb(142, 222, 73);
}
.coral--lightest ._coral-StatusLight--magenta::before {
  background-color: rgb(226, 73, 157);
}
.coral--lightest ._coral-StatusLight--purple::before {
  background-color: rgb(157, 100, 225);
}

.coral--dark ._coral-StatusLight {
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-StatusLight[disabled],
.coral--dark ._coral-StatusLight.is-disabled {
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-StatusLight[disabled]::before,
.coral--dark ._coral-StatusLight.is-disabled::before {
      background-color: rgb(90, 90, 90);
    }
.coral--dark ._coral-StatusLight--negative::before {
  background-color: rgb(227, 72, 80);
}
.coral--dark ._coral-StatusLight--notice::before {
  background-color: rgb(230, 134, 25);
}
.coral--dark ._coral-StatusLight--positive::before {
  background-color: rgb(45, 157, 120);
}
.coral--dark ._coral-StatusLight--info::before,
.coral--dark ._coral-StatusLight--active::before {
  background-color: rgb(38, 128, 235);
}
.coral--dark ._coral-StatusLight--neutral {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-StatusLight--neutral::before {
    background-color: rgb(110, 110, 110);
  }
.coral--dark ._coral-StatusLight--celery::before {
  background-color: rgb(68, 181, 86);
}
.coral--dark ._coral-StatusLight--yellow::before {
  background-color: rgb(223, 191, 0);
}
.coral--dark ._coral-StatusLight--fuchsia::before {
  background-color: rgb(192, 56, 204);
}
.coral--dark ._coral-StatusLight--indigo::before {
  background-color: rgb(103, 103, 236);
}
.coral--dark ._coral-StatusLight--seafoam::before {
  background-color: rgb(27, 149, 154);
}
.coral--dark ._coral-StatusLight--chartreuse::before {
  background-color: rgb(133, 208, 68);
}
.coral--dark ._coral-StatusLight--magenta::before {
  background-color: rgb(216, 55, 144);
}
.coral--dark ._coral-StatusLight--purple::before {
  background-color: rgb(146, 86, 217);
}

.coral--darkest ._coral-StatusLight {
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-StatusLight[disabled],
.coral--darkest ._coral-StatusLight.is-disabled {
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-StatusLight[disabled]::before,
.coral--darkest ._coral-StatusLight.is-disabled::before {
      background-color: rgb(73, 73, 73);
    }
.coral--darkest ._coral-StatusLight--negative::before {
  background-color: rgb(215, 55, 63);
}
.coral--darkest ._coral-StatusLight--notice::before {
  background-color: rgb(218, 123, 17);
}
.coral--darkest ._coral-StatusLight--positive::before {
  background-color: rgb(38, 142, 108);
}
.coral--darkest ._coral-StatusLight--info::before,
.coral--darkest ._coral-StatusLight--active::before {
  background-color: rgb(20, 115, 230);
}
.coral--darkest ._coral-StatusLight--neutral {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-StatusLight--neutral::before {
    background-color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-StatusLight--celery::before {
  background-color: rgb(61, 167, 78);
}
.coral--darkest ._coral-StatusLight--yellow::before {
  background-color: rgb(210, 178, 0);
}
.coral--darkest ._coral-StatusLight--fuchsia::before {
  background-color: rgb(177, 48, 189);
}
.coral--darkest ._coral-StatusLight--indigo::before {
  background-color: rgb(92, 92, 224);
}
.coral--darkest ._coral-StatusLight--seafoam::before {
  background-color: rgb(22, 135, 140);
}
.coral--darkest ._coral-StatusLight--chartreuse::before {
  background-color: rgb(124, 195, 63);
}
.coral--darkest ._coral-StatusLight--magenta::before {
  background-color: rgb(202, 41, 150);
}
.coral--darkest ._coral-StatusLight--purple::before {
  background-color: rgb(134, 76, 204);
}


/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Steplist {
  z-index: 0;
  position: relative;

  display: block;
  vertical-align: top;
  margin: 0;
  padding-top: 22px;
  padding-left: 60px;
  padding-right: 60px;

  text-align: center;
  white-space: nowrap;
  font-size: 0;
  line-height: 16px;
}
._coral-Steplist--interactive ._coral-Steplist-label,
  ._coral-Steplist--interactive ._coral-Steplist-markerContainer {
    cursor: pointer;
  }
._coral-Steplist--small {
  padding: 11px 0;
}
._coral-Steplist--small ._coral-Steplist-item {
    padding: 0 40px 0 0;
    width: 80px;
  }
._coral-Steplist--small ._coral-Steplist-item ._coral-Steplist-label {
      display: none;
    }
._coral-Steplist--small ._coral-Steplist-item:first-child, ._coral-Steplist--small ._coral-Steplist-item:last-child {
      width: 20px;
    }
._coral-Steplist--small ._coral-Steplist-item:first-child ._coral-Steplist-markerContainer {
        margin-left: -10px;
      }
._coral-Steplist--small ._coral-Steplist-item:last-child ._coral-Steplist-markerContainer {
        margin-right: -10px;
      }
._coral-Steplist-item {
  outline: none;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;

  box-sizing: content-box;
  width: 80px;
  padding: 0 40px 0 0;
}
._coral-Steplist-item.is-complete ._coral-Steplist-marker {
      border: none;
    }
._coral-Steplist-item.is-complete + ._coral-Steplist-item ._coral-Steplist-segment {
      border-bottom-width: 2px;
      border-bottom-style: solid;
    }
._coral-Steplist-item.is-selected:focus,
    ._coral-Steplist-item.is-selected.is-focused,
    ._coral-Steplist-item.is-selected *:focus {
      outline: none;
    }
._coral-Steplist-item.is-selected ._coral-Steplist-marker {
      border: none;
    }
._coral-Steplist-label {
  position: absolute;
  left: 50%;
  bottom: 10px;

  display: block;
  width: 120px;

  font-size: 12px;
  white-space: normal;

  transform: translateX(-50%);
}
._coral-Steplist-markerContainer {
  display: block;

  z-index: 2;
  position: absolute;
  bottom: -10px;
  left: 50%;

  width: 20px;
  height: 20px;

  margin-left: -10px;
}
._coral-Steplist-marker {
  box-sizing: border-box;
  display: block;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;

  width: 8px;
  height: 8px;

  border-radius: 8px;

  border: 2px solid;
  border-color: transparent;
  background: transparent;
}
._coral-Steplist-segment {
  display: block;
  z-index: 1;
  position: absolute;
  right: 68px;

  box-sizing: content-box;
  width: 104px;
  bottom: -1px;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
}
._coral-Steplist-item:first-child ._coral-Steplist-markerContainer {
    left: 0;
  }
._coral-Steplist-item:first-child ._coral-Steplist-label {
    left: 0;
  }
._coral-Steplist-item:first-child ._coral-Steplist-segment {
    display: none;
  }
._coral-Steplist-item:last-child ._coral-Steplist-label {
    left: auto;
    right: 0;

    transform: translateX(50%);
  }
._coral-Steplist-item:last-child ._coral-Steplist-markerContainer {
    left: auto;
    right: 0;

    margin-left: 0;
    margin-right: -10px;
  }
._coral-Steplist-item:last-child ._coral-Steplist-segment {
    right: 8px;
    left: auto;
  }
._coral-Steplist-item:first-child,
._coral-Steplist-item:last-child {
  width: 20px;
}
._coral-Steplist-item:only-child ._coral-Steplist-label {
    left: 50%;
    transform: translate(-50%);
  }
._coral-Steplist-item:only-child ._coral-Steplist-markerContainer {
    left: 50%;
    margin-right: 0;
    margin-left: -10px;
  }

.coral--large ._coral-Steplist {
  padding-top: 22px;
  padding-left: 60px;
  padding-right: 60px;
}
.coral--large ._coral-Steplist--small {
  padding: 11px 0;
}
.coral--large ._coral-Steplist-item {
  width: 80px;
  padding: 0 40px 0 0;
}
.coral--large ._coral-Steplist-item.is-complete + ._coral-Steplist-item ._coral-Steplist-segment {
      border-bottom-width: 2px;
    }
.coral--large ._coral-Steplist-label {
  bottom: 10px;
  width: 120px;

  font-size: 12px;
}
.coral--large ._coral-Steplist-markerContainer {

  width: 20px;
  height: 20px;

  margin-left: -10px;
}
.coral--large ._coral-Steplist-marker {
  margin-top: -4px;
  margin-left: -4px;

  width: 8px;
  height: 8px;

  border-radius: 8px;
}
.coral--large ._coral-Steplist-segment {
  right: 68px;
  width: 104px;
  bottom: -1px;
  border-bottom-width: 2px;
}
.coral--large ._coral-Steplist-item:last-child ._coral-Steplist-markerContainer {
    margin-right: -10px;
  }
.coral--large ._coral-Steplist-item:last-child ._coral-Steplist-segment {
    right: 8px;
  }
.coral--large ._coral-Steplist-item:first-child,
.coral--large ._coral-Steplist-item:last-child {
  width: 20px;
}
.coral--large ._coral-Steplist-item:only-child ._coral-Steplist-markerContainer {
    margin-left: -10px;
  }

.coral--light ._coral-Steplist ._coral-Steplist-label {
    color: rgb(142, 142, 142)
  }
.coral--light ._coral-Steplist ._coral-Steplist-marker {
    border-color: rgb(225, 225, 225)
  }
.coral--light ._coral-Steplist ._coral-Steplist-segment {
    border-bottom-color: rgb(225, 225, 225)
  }
.coral--light ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-label {
        color: rgb(110, 110, 110)
      }
.coral--light ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-marker {
        background-color: rgb(142, 142, 142)
      }
.coral--light ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-label {
        color: rgb(75, 75, 75)
      }
.coral--light ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-marker {
        background-color: rgb(75, 75, 75)
      }
.coral--light ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-segment,
.coral--light ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-segment {
        border-bottom-color: rgb(179, 179, 179)
      }
.coral--light ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item:focus ._coral-Steplist-marker,
.coral--light ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item.is-focused ._coral-Steplist-marker,
.coral--light ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item *:focus ._coral-Steplist-marker {
          background-color: rgb(38, 128, 235)
        }

.coral--lightest ._coral-Steplist ._coral-Steplist-label {
    color: rgb(149, 149, 149)
  }
.coral--lightest ._coral-Steplist ._coral-Steplist-marker {
    border-color: rgb(234, 234, 234)
  }
.coral--lightest ._coral-Steplist ._coral-Steplist-segment {
    border-bottom-color: rgb(234, 234, 234)
  }
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-label {
        color: rgb(116, 116, 116)
      }
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-marker {
        background-color: rgb(149, 149, 149)
      }
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-label {
        color: rgb(80, 80, 80)
      }
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-marker {
        background-color: rgb(80, 80, 80)
      }
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-segment,
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-segment {
        border-bottom-color: rgb(188, 188, 188)
      }
.coral--lightest ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item:focus ._coral-Steplist-marker,
.coral--lightest ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item.is-focused ._coral-Steplist-marker,
.coral--lightest ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item *:focus ._coral-Steplist-marker {
          background-color: rgb(55, 142, 240)
        }

.coral--dark ._coral-Steplist ._coral-Steplist-label {
    color: rgb(144, 144, 144)
  }
.coral--dark ._coral-Steplist ._coral-Steplist-marker {
    border-color: rgb(74, 74, 74)
  }
.coral--dark ._coral-Steplist ._coral-Steplist-segment {
    border-bottom-color: rgb(74, 74, 74)
  }
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-label {
        color: rgb(185, 185, 185)
      }
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-marker {
        background-color: rgb(144, 144, 144)
      }
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-label {
        color: rgb(227, 227, 227)
      }
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-marker {
        background-color: rgb(227, 227, 227)
      }
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-segment,
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-segment {
        border-bottom-color: rgb(110, 110, 110)
      }
.coral--dark ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item:focus ._coral-Steplist-marker,
.coral--dark ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item.is-focused ._coral-Steplist-marker,
.coral--dark ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item *:focus ._coral-Steplist-marker {
          background-color: rgb(38, 128, 235)
        }

.coral--darkest ._coral-Steplist ._coral-Steplist-label {
    color: rgb(124, 124, 124)
  }
.coral--darkest ._coral-Steplist ._coral-Steplist-marker {
    border-color: rgb(57, 57, 57)
  }
.coral--darkest ._coral-Steplist ._coral-Steplist-segment {
    border-bottom-color: rgb(57, 57, 57)
  }
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-label {
        color: rgb(162, 162, 162)
      }
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-marker {
        background-color: rgb(124, 124, 124)
      }
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-label {
        color: rgb(200, 200, 200)
      }
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-marker {
        background-color: rgb(200, 200, 200)
      }
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-segment,
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-segment {
        border-bottom-color: rgb(92, 92, 92)
      }
.coral--darkest ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item:focus ._coral-Steplist-marker,
.coral--darkest ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item.is-focused ._coral-Steplist-marker,
.coral--darkest ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item *:focus ._coral-Steplist-marker {
          background-color: rgb(20, 115, 230)
        }

._coral-Steplist--small ._coral-Steplist-item:first-child,
._coral-Steplist--small ._coral-Steplist-item:last-child {
  position: relative;
}
._coral-Steplist--small ._coral-Steplist-item:first-child {
  left: 10px;
}
._coral-Steplist--small ._coral-Steplist-item:last-child {
  right: 10px;
}
._coral-Steplist--small ._coral-Steplist-item {
  width: 20px;
  padding: 0;
}
._coral-Steplist--small ._coral-Steplist-segment {
  display: none;
}
._coral-Steplist-item[disabled] ._coral-Steplist-label,
._coral-Steplist-item[disabled] ._coral-Steplist-markerContainer {
  cursor: default;
}
._coral-Steplist-accessibilityLabel {
  bottom: 2.2rem;
  font-size: 1px;
}
._coral-Steplist-item:focus,
._coral-Steplist-link:focus {
  outline: none;
}
._coral-Steplist-item:focus.focus-ring ._coral-Steplist-marker:after,
._coral-Steplist-link:focus.focus-ring ._coral-Steplist-marker:after {
  content: '';
  margin: -2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 8px;
}
.coral--dark ._coral-Steplist-item:focus.focus-ring ._coral-Steplist-marker:after {
  box-shadow: 0 0 0 2px rgb(38, 128, 235);
}
.coral--dark ._coral-Steplist-link:focus.focus-ring ._coral-Steplist-marker:after {
  box-shadow: 0 0 0 2px rgb(38, 128, 235);
}
.coral--darkest ._coral-Steplist-item:focus.focus-ring ._coral-Steplist-marker:after {
  box-shadow: 0 0 0 2px rgb(20, 115, 230);
}
.coral--darkest ._coral-Steplist-link:focus.focus-ring ._coral-Steplist-marker:after {
  box-shadow: 0 0 0 2px rgb(20, 115, 230);
}
.coral--light ._coral-Steplist-item:focus.focus-ring ._coral-Steplist-marker:after {
  box-shadow: 0 0 0 2px rgb(38, 128, 235);
}
.coral--light ._coral-Steplist-link:focus.focus-ring ._coral-Steplist-marker:after {
  box-shadow: 0 0 0 2px rgb(38, 128, 235);
}
.coral--lightest ._coral-Steplist-item:focus.focus-ring ._coral-Steplist-marker:after {
  box-shadow: 0 0 0 2px rgb(55, 142, 240);
}
.coral--lightest ._coral-Steplist-link:focus.focus-ring ._coral-Steplist-marker:after {
  box-shadow: 0 0 0 2px rgb(55, 142, 240);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-ToggleSwitch {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;

  position: relative;

  min-height: 32px;
  max-width: 100%;

  margin-right: 16px;

  vertical-align: top;
}
._coral-ToggleSwitch-input {
  margin: 0;
  box-sizing: border-box;
  padding: 0;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .0001;
  z-index: 1;

  cursor: pointer;
}
._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      transform: translateX(12px);
    }
._coral-ToggleSwitch-input:disabled,
  ._coral-ToggleSwitch-input[disabled] {
    cursor: default;
  }
._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after {
        margin: -2px;
      }
._coral-ToggleSwitch-label {
  margin: 0 10px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.49;
  transition: color 160ms ease-in-out;
}
._coral-ToggleSwitch-switch {
  display: inline-block;
  box-sizing: border-box;
  position: relative;

  width: 26px;
  margin: 9px 0;

  -ms-flex-positive: 0;

      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;

  vertical-align: middle;

  transition: background 130ms ease-in-out, border 130ms ease-in-out;

  height: 14px;

  left: 0;
  right: 0;

  border-radius: 7px;
}
._coral-ToggleSwitch-switch:before {
    display: block;
    position: absolute;
    content: "";
    box-sizing: border-box;
  }
._coral-ToggleSwitch-switch:before {
    transition: background 130ms ease-in-out, border 130ms ease-in-out, transform 130ms ease-in-out, box-shadow 130ms ease-in-out;

    width: 14px;
    height: 14px;

    top: 0;
    left: 0;

    border-width: 2px;
    border-radius: 7px;
    border-style: solid;
  }
._coral-ToggleSwitch-switch:after {
    border-radius: 11px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;

    transition: box-shadow 130ms ease-out,
                margin 130ms ease-out;
  }

.coral--large ._coral-ToggleSwitch {

  min-height: 40px;

  margin-right: 20px;
}
.coral--large ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      transform: translateX(18px);
    }
.coral--large ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after {
        margin: -2px;
      }
.coral--large ._coral-ToggleSwitch-label {
  margin: 0 13px;
  margin-top: 6px;
  font-size: 17px;
  line-height: 1.49;
  transition: color 160ms ease-in-out;
}
.coral--large ._coral-ToggleSwitch-switch {

  width: 36px;
  margin: 11px 0;

  transition: background 130ms ease-in-out, border 130ms ease-in-out;

  height: 18px;

  border-radius: 9px;
}
.coral--large ._coral-ToggleSwitch-switch:before {
    transition: background 130ms ease-in-out, border 130ms ease-in-out, transform 130ms ease-in-out, box-shadow 130ms ease-in-out;

    width: 18px;
    height: 18px;

    border-width: 2px;
    border-radius: 9px;
  }
.coral--large ._coral-ToggleSwitch-switch:after {
    border-radius: 13px;

    transition: box-shadow 130ms ease-out,
                margin 130ms ease-out;
  }

.coral--light ._coral-ToggleSwitch-switch {
  background-color: rgb(225, 225, 225);
}
.coral--light ._coral-ToggleSwitch-switch:before {
    background-color: rgb(250, 250, 250);
    border-color: rgb(142, 142, 142);
  }
.coral--light ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
    background-color: rgb(20, 115, 230);
  }
.coral--light ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(20, 115, 230);
    }
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(110, 110, 110);
        box-shadow: none;
      }
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
      background-color: rgb(13, 102, 208);
    }
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(13, 102, 208);
      }
.coral--light ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(75, 75, 75);
      }
.coral--light ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
      background-color: rgb(9, 90, 186);
    }
.coral--light ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(9, 90, 186);
      }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(225, 225, 225);
  }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(202, 202, 202);
    }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled ~ ._coral-ToggleSwitch-label {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch {
      background-color: rgb(202, 202, 202);
    }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(202, 202, 202);
      }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked ~ ._coral-ToggleSwitch-label {
      color: rgb(179, 179, 179);
    }
.coral--light ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
    background-color: rgb(110, 110, 110);
  }
.coral--light ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(110, 110, 110);
    }
.coral--light ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(75, 75, 75);
  }
.coral--light ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(75, 75, 75);
    }
.coral--light ._coral-ToggleSwitch._coral-ToggleSwitch--quiet:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(44, 44, 44);
  }
.coral--light ._coral-ToggleSwitch._coral-ToggleSwitch--quiet:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(44, 44, 44);
    }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after,
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after {
        box-shadow: 0 0 0 2px rgb(38, 128, 235);
      }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:before,
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(110, 110, 110);
      }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch,
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(13, 102, 208);
      }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before,
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(13, 102, 208);
        }
.coral--light ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch,
.coral--light ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(75, 75, 75);
      }
.coral--light ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before,
.coral--light ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(75, 75, 75);
        }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
      background-color: rgb(225, 225, 225);
    }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(142, 142, 142);
      }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(225, 225, 225);
      }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(110, 110, 110);
        }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(225, 225, 225);
      }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(225, 225, 225);
      }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(202, 202, 202);
        }
.coral--light ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(225, 225, 225);
      }
.coral--light ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(110, 110, 110);
        }
.coral--light ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(225, 225, 225);
      }
.coral--light ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(75, 75, 75);
        }

.coral--lightest ._coral-ToggleSwitch-switch {
  background-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-ToggleSwitch-switch:before {
    background-color: rgb(255, 255, 255);
    border-color: rgb(149, 149, 149);
  }
.coral--lightest ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
    background-color: rgb(38, 128, 235);
  }
.coral--lightest ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(38, 128, 235);
    }
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(116, 116, 116);
        box-shadow: none;
      }
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
      background-color: rgb(20, 115, 230);
    }
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(20, 115, 230);
      }
.coral--lightest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(80, 80, 80);
      }
.coral--lightest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
      background-color: rgb(13, 102, 208);
    }
.coral--lightest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(13, 102, 208);
      }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(234, 234, 234);
  }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(211, 211, 211);
    }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled ~ ._coral-ToggleSwitch-label {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch {
      background-color: rgb(211, 211, 211);
    }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked ~ ._coral-ToggleSwitch-label {
      color: rgb(188, 188, 188);
    }
.coral--lightest ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
    background-color: rgb(116, 116, 116);
  }
.coral--lightest ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(116, 116, 116);
    }
.coral--lightest ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-ToggleSwitch._coral-ToggleSwitch--quiet:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-ToggleSwitch._coral-ToggleSwitch--quiet:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after,
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after {
        box-shadow: 0 0 0 2px rgb(55, 142, 240);
      }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:before,
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(116, 116, 116);
      }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch,
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(20, 115, 230);
      }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before,
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(20, 115, 230);
        }
.coral--lightest ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch,
.coral--lightest ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(80, 80, 80);
      }
.coral--lightest ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before,
.coral--lightest ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(80, 80, 80);
        }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
      background-color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(149, 149, 149);
      }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(116, 116, 116);
        }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(211, 211, 211);
        }
.coral--lightest ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(116, 116, 116);
        }
.coral--lightest ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(80, 80, 80);
        }

.coral--dark ._coral-ToggleSwitch-switch {
  background-color: rgb(74, 74, 74);
}
.coral--dark ._coral-ToggleSwitch-switch:before {
    background-color: rgb(47, 47, 47);
    border-color: rgb(144, 144, 144);
  }
.coral--dark ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
    background-color: rgb(55, 142, 240);
  }
.coral--dark ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(55, 142, 240);
    }
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(185, 185, 185);
        box-shadow: none;
      }
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
      background-color: rgb(75, 156, 245);
    }
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(75, 156, 245);
      }
.coral--dark ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(227, 227, 227);
      }
.coral--dark ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
      background-color: rgb(90, 169, 250);
    }
.coral--dark ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(90, 169, 250);
      }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(74, 74, 74);
  }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(90, 90, 90);
    }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled ~ ._coral-ToggleSwitch-label {
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch {
      background-color: rgb(90, 90, 90);
    }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(90, 90, 90);
      }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked ~ ._coral-ToggleSwitch-label {
      color: rgb(110, 110, 110);
    }
.coral--dark ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
    background-color: rgb(185, 185, 185);
  }
.coral--dark ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(185, 185, 185);
    }
.coral--dark ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(227, 227, 227);
  }
.coral--dark ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(227, 227, 227);
    }
.coral--dark ._coral-ToggleSwitch._coral-ToggleSwitch--quiet:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(255, 255, 255);
  }
.coral--dark ._coral-ToggleSwitch._coral-ToggleSwitch--quiet:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(255, 255, 255);
    }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after,
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after {
        box-shadow: 0 0 0 2px rgb(38, 128, 235);
      }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:before,
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(185, 185, 185);
      }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch,
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(75, 156, 245);
      }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before,
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(75, 156, 245);
        }
.coral--dark ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch,
.coral--dark ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(227, 227, 227);
      }
.coral--dark ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before,
.coral--dark ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(227, 227, 227);
        }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
      background-color: rgb(74, 74, 74);
    }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(144, 144, 144);
      }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(74, 74, 74);
      }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(185, 185, 185);
        }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(74, 74, 74);
      }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(74, 74, 74);
      }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(90, 90, 90);
        }
.coral--dark ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(74, 74, 74);
      }
.coral--dark ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(185, 185, 185);
        }
.coral--dark ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(74, 74, 74);
      }
.coral--dark ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(227, 227, 227);
        }

.coral--darkest ._coral-ToggleSwitch-switch {
  background-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-ToggleSwitch-switch:before {
    background-color: rgb(26, 26, 26);
    border-color: rgb(124, 124, 124);
  }
.coral--darkest ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
    background-color: rgb(38, 128, 235);
  }
.coral--darkest ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(38, 128, 235);
    }
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(162, 162, 162);
        box-shadow: none;
      }
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
      background-color: rgb(55, 142, 240);
    }
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(55, 142, 240);
      }
.coral--darkest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(200, 200, 200);
      }
.coral--darkest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
      color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
      background-color: rgb(75, 156, 245);
    }
.coral--darkest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(75, 156, 245);
      }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(57, 57, 57);
  }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(73, 73, 73);
    }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled ~ ._coral-ToggleSwitch-label {
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch {
      background-color: rgb(73, 73, 73);
    }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked ~ ._coral-ToggleSwitch-label {
      color: rgb(92, 92, 92);
    }
.coral--darkest ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
    background-color: rgb(162, 162, 162);
  }
.coral--darkest ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(162, 162, 162);
    }
.coral--darkest ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(200, 200, 200);
  }
.coral--darkest ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(200, 200, 200);
    }
.coral--darkest ._coral-ToggleSwitch._coral-ToggleSwitch--quiet:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
    background-color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-ToggleSwitch._coral-ToggleSwitch--quiet:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
      border-color: rgb(239, 239, 239);
    }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after,
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:after {
        box-shadow: 0 0 0 2px rgb(20, 115, 230);
      }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:before,
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(162, 162, 162);
      }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch,
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(55, 142, 240);
      }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before,
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(55, 142, 240);
        }
.coral--darkest ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch,
.coral--darkest ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(200, 200, 200);
      }
.coral--darkest ._coral-ToggleSwitch--quiet ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before,
.coral--darkest ._coral-ToggleSwitch--quiet:hover ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(200, 200, 200);
        }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch {
      background-color: rgb(57, 57, 57);
    }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch:before {
        border-color: rgb(124, 124, 124);
      }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(57, 57, 57);
      }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(162, 162, 162);
        }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch {
        background-color: rgb(57, 57, 57);
      }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(57, 57, 57);
      }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(73, 73, 73);
        }
.coral--darkest ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(57, 57, 57);
      }
.coral--darkest ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(162, 162, 162);
        }
.coral--darkest ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch {
        background-color: rgb(57, 57, 57);
      }
.coral--darkest ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch:before {
          border-color: rgb(200, 200, 200);
        }

._coral-ToggleSwitch.is-readOnly {
  pointer-events: none;
}
._coral-ToggleSwitch-label,
.coral--large ._coral-ToggleSwitch-label {
  margin-top: 6px;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
.coral-Table {
  border-collapse: separate;
  border-spacing: 0;
}
.coral-Table-sortedIcon {
  display: none;
  margin-left: 10px;

  vertical-align: middle;

  transition: transform 130ms ease-in-out;
}
.coral-Table-headerCell {
  box-sizing: border-box;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 16px;
  transition: color 130ms ease-in-out;
  cursor: default;
  outline: 0;
  border-radius: 0px;
}
.coral-Table-headerCell.is-sortable {
    cursor: pointer;
  }
.coral-Table-headerCell.is-sorted-asc .coral-Table-sortedIcon, .coral-Table-headerCell.is-sorted-desc .coral-Table-sortedIcon {
      display: inline-block;
      margin-top: -2px;
    }
.coral-Table-headerCell.is-sorted-asc .coral-Table-sortedIcon {
      transform: rotateZ(180deg);
    }
.coral-Table-cell--alignCenter {
  text-align: center;
}
.coral-Table-cell--alignRight {
  text-align: right;
}
.coral-Table-body.is-drop-target::before,
.coral-Table-row.is-drop-target::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
.coral-Table-body {
  position: relative;

  border-width: 1px;
  border-radius: 4px;
  overflow: auto;
  vertical-align: top;
}
.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body {
    border-width: 1px;
    border-radius: 4px;
  }
.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:first-child .coral-Table-cell:first-child {
      border-top-left-radius: 4px;
    }
.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:first-child .coral-Table-cell:last-child {
      border-top-right-radius: 4px;
    }
.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell:first-child {
      border-bottom-left-radius: 4px;
    }
.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell:last-child {
      border-bottom-right-radius: 4px;
    }
.coral-Table-cell {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 14px 16px;
  min-height: 20px;
}
.coral-Table-cell,
.coral-Table-headerCell {
  position: relative;
}
.coral-Table-cell.focus-ring,
  .coral-Table-cell.is-focused,
  .coral-Table-headerCell.focus-ring,
  .coral-Table-headerCell.is-focused {
    outline: none;
  }
.coral-Table-cell.focus-ring::before, .coral-Table-cell.is-focused::before, .coral-Table-headerCell.focus-ring::before, .coral-Table-headerCell.is-focused::before {
      content: '';
      z-index: 1;
      position: absolute;

      top: 0;
      right: 0;
      bottom: 0;
      left: 0;

      border-radius: 3px;
    }
.coral-Table-headerCell.focus-ring::before, .coral-Table-headerCell.is-focused::before {
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px;
    }
.coral-Table-cell--divider {
  border-right-width: 1px;
}
.coral-Table-row {
  position: relative;
  cursor: pointer;
  transition: background-color 130ms ease-in-out;
}
.coral-Table-row:focus {
    outline: 0;
  }
.coral-Table > .coral-Table-body > .coral-Table-row:last-of-type {
  border-bottom-style: none;
}
.coral-Table--quiet .coral-Table-body {
    border-radius: 0px;
  }
.coral-Table--quiet .coral-Table-body.is-drop-target::before, .coral-Table--quiet .coral-Table-row.is-drop-target::before {
        border-radius: 4px;
      }
.coral-Table-checkboxCell {
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
}
.coral-Table-checkbox {
  vertical-align: super;
}

.coral--large .coral-Table-sortedIcon {
  margin-left: 13px;

  transition: transform 130ms ease-in-out;
}
.coral--large .coral-Table-headerCell {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 15px;
  letter-spacing: 0.06em;
  padding: 10px 20px;
  transition: color 130ms ease-in-out;
  border-radius: 0px;
}
.coral--large .coral-Table-headerCell.is-sorted-asc .coral-Table-sortedIcon, .coral--large .coral-Table-headerCell.is-sorted-desc .coral-Table-sortedIcon {
      margin-top: -2px;
    }
.coral--large .coral-Table-body {

  border-width: 1px;
  border-radius: 5px;
  vertical-align: top;
}
.coral--large .coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body {
    border-width: 1px;
    border-radius: 5px;
  }
.coral--large .coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:first-child .coral-Table-cell:first-child {
      border-top-left-radius: 5px;
    }
.coral--large .coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:first-child .coral-Table-cell:last-child {
      border-top-right-radius: 5px;
    }
.coral--large .coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell:first-child {
      border-bottom-left-radius: 5px;
    }
.coral--large .coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell:last-child {
      border-bottom-right-radius: 5px;
    }
.coral--large .coral-Table-cell {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  padding: 18px 20px;
  min-height: 24px;
}
.coral--large .coral-Table-cell.focus-ring::before, .coral--large .coral-Table-cell.is-focused::before, .coral--large .coral-Table-headerCell.focus-ring::before, .coral--large .coral-Table-headerCell.is-focused::before {

      border-radius: 4px;
    }
.coral--large .coral-Table-headerCell.focus-ring::before, .coral--large .coral-Table-headerCell.is-focused::before {
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px;
    }
.coral--large .coral-Table-cell--divider {
  border-right-width: 1px;
}
.coral--large .coral-Table-row {
  transition: background-color 130ms ease-in-out;
}
.coral--large .coral-Table--quiet .coral-Table-body {
    border-radius: 0px;
  }
.coral--large .coral-Table--quiet .coral-Table-body.is-drop-target::before, .coral--large .coral-Table--quiet .coral-Table-row.is-drop-target::before {
        border-radius: 5px;
      }
.coral--large .coral-Table-checkboxCell {
  padding-right: 10px;
  vertical-align: middle;
}

.coral--light .coral-Table-headerCell {
  color: rgb(110, 110, 110);
  background-color: transparent;
}
.coral--light .coral-Table-headerCell.is-sortable .coral-Table-sortedIcon {
      color: rgb(142, 142, 142);
    }
.coral--light .coral-Table-headerCell.is-sortable:hover {
      color: rgb(44, 44, 44);
    }
.coral--light .coral-Table-headerCell.is-sortable:hover .coral-Table-sortedIcon {
        color: rgb(44, 44, 44);
      }
.coral--light .coral-Table-headerCell.is-sortable.focus-ring,
.coral--light .coral-Table-headerCell.is-sortable.is-focused,.coral--light .coral-Table-headerCell.is-sortable.focus-ring .coral-Table-sortedIcon,
.coral--light .coral-Table-headerCell.is-sortable.is-focused .coral-Table-sortedIcon {
        color: rgb(44, 44, 44);
      }
.coral--light .coral-Table-headerCell.is-sortable:active {
      color: rgb(44, 44, 44);
    }
.coral--light .coral-Table-headerCell.is-sortable:active .coral-Table-sortedIcon {
        color: rgb(44, 44, 44);
      }
.coral--light .coral-Table-cell.focus-ring::before,
.coral--light .coral-Table-cell.is-focused::before,
.coral--light .coral-Table-headerCell.focus-ring::before,
.coral--light .coral-Table-headerCell.is-focused::before {
      box-shadow: inset 0 0 0 2px rgb(38, 128, 235);
    }
.coral--light .coral-Table-body {
  border-style: solid;
  border-color: rgb(225, 225, 225);
  background-color: rgb(255, 255, 255);
}
.coral--light .coral-Table-body.is-drop-target {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--light .coral-Table-body.is-drop-target::before {
      background-color: rgba(20,115,230,0.1);
    }
.coral--light tbody.coral-Table-body {
  border: none;
}
.coral--light tbody.coral-Table-body .coral-Table-row {
    border-top: none;
  }
.coral--light tbody.coral-Table-body .coral-Table-cell {
    border-top: 1px solid rgb(225, 225, 225);
  }
.coral--light tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child {
    border-left: 1px solid rgb(225, 225, 225);
  }
.coral--light tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
    border-right: 1px solid rgb(225, 225, 225);
  }
.coral--light tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell {
    border-bottom: 1px solid rgb(225, 225, 225);
  }
.coral--light .coral-Table-row {
  border-bottom: 1px solid rgb(225, 225, 225);
  background-color: transparent;
}
.coral--light .coral-Table-row:hover {
    background-color: rgba(44,44,44,0.06);
  }
.coral--light .coral-Table-row.focus-ring,
.coral--light .coral-Table-row.is-focused {
    background-color: rgba(44,44,44,0.06);
  }
.coral--light .coral-Table-row:active {
    background-color: rgba(44,44,44,0.1);
  }
.coral--light .coral-Table-row.is-selected {
    background-color: rgba(20,115,230,0.1);
  }
.coral--light .coral-Table-row.is-selected:hover {
      background-color: rgba(20,115,230,0.2);
    }
.coral--light .coral-Table-row.is-selected.focus-ring,
.coral--light .coral-Table-row.is-selected.is-focused {
      background-color: rgba(20,115,230,0.2);
    }
.coral--light .coral-Table-row.is-drop-target::before {
      box-shadow: inset 0 0 0 2px rgb(38, 128, 235);
      background-color: rgba(20,115,230,0.1);
    }
.coral--light .coral-Table-cell {
  color: rgb(75, 75, 75);
  background-color: transparent;
}
.coral--light .coral-Table-cell--divider {
  border-right-style: solid;
  border-right-color: rgb(225, 225, 225);
}
.coral--light .coral-Table--quiet .coral-Table-body {
    border-width: 1px 0;
    background-color: transparent;
  }
.coral--light .coral-Table--quiet .coral-Table-body.is-drop-target {
      box-shadow: none;
      border-color: transparent;
    }
.coral--light .coral-Table--quiet .coral-Table-body.is-drop-target::before {
        box-shadow: inset 0 0 0 2px rgb(38, 128, 235);
      }
.coral--light .coral-Table--quiet .coral-Table-row {
    background-color: transparent;
  }
.coral--light .coral-Table--quiet .coral-Table-row:hover {
      background-color: rgba(44,44,44,0.06);
    }
.coral--light .coral-Table--quiet .coral-Table-row.focus-ring,
.coral--light .coral-Table--quiet .coral-Table-row.is-focused {
      background-color: rgba(44,44,44,0.06);
    }
.coral--light .coral-Table--quiet .coral-Table-row:active {
      background-color: rgba(44,44,44,0.1);
    }
.coral--light .coral-Table--quiet .coral-Table-row.is-selected {
      background-color: rgba(20,115,230,0.1);
    }
.coral--light .coral-Table--quiet .coral-Table-row.is-selected:hover {
        background-color: rgba(20,115,230,0.2);
      }
.coral--light .coral-Table--quiet .coral-Table-row.is-selected.focus-ring,
.coral--light .coral-Table--quiet .coral-Table-row.is-selected.is-focused {
        background-color: rgba(20,115,230,0.2);
      }
.coral--light .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child,
.coral--light .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
      border-left: none;
      border-right: none;
    }

.coral--lightest .coral-Table-headerCell {
  color: rgb(116, 116, 116);
  background-color: transparent;
}
.coral--lightest .coral-Table-headerCell.is-sortable .coral-Table-sortedIcon {
      color: rgb(149, 149, 149);
    }
.coral--lightest .coral-Table-headerCell.is-sortable:hover {
      color: rgb(50, 50, 50);
    }
.coral--lightest .coral-Table-headerCell.is-sortable:hover .coral-Table-sortedIcon {
        color: rgb(50, 50, 50);
      }
.coral--lightest .coral-Table-headerCell.is-sortable.focus-ring,
.coral--lightest .coral-Table-headerCell.is-sortable.is-focused,.coral--lightest .coral-Table-headerCell.is-sortable.focus-ring .coral-Table-sortedIcon,
.coral--lightest .coral-Table-headerCell.is-sortable.is-focused .coral-Table-sortedIcon {
        color: rgb(50, 50, 50);
      }
.coral--lightest .coral-Table-headerCell.is-sortable:active {
      color: rgb(50, 50, 50);
    }
.coral--lightest .coral-Table-headerCell.is-sortable:active .coral-Table-sortedIcon {
        color: rgb(50, 50, 50);
      }
.coral--lightest .coral-Table-cell.focus-ring::before,
.coral--lightest .coral-Table-cell.is-focused::before,
.coral--lightest .coral-Table-headerCell.focus-ring::before,
.coral--lightest .coral-Table-headerCell.is-focused::before {
      box-shadow: inset 0 0 0 2px rgb(55, 142, 240);
    }
.coral--lightest .coral-Table-body {
  border-style: solid;
  border-color: rgb(234, 234, 234);
  background-color: rgb(255, 255, 255);
}
.coral--lightest .coral-Table-body.is-drop-target {
    border-color: rgb(55, 142, 240);
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
  }
.coral--lightest .coral-Table-body.is-drop-target::before {
      background-color: rgba(38,128,235,0.1);
    }
.coral--lightest tbody.coral-Table-body {
  border: none;
}
.coral--lightest tbody.coral-Table-body .coral-Table-row {
    border-top: none;
  }
.coral--lightest tbody.coral-Table-body .coral-Table-cell {
    border-top: 1px solid rgb(234, 234, 234);
  }
.coral--lightest tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child {
    border-left: 1px solid rgb(234, 234, 234);
  }
.coral--lightest tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
    border-right: 1px solid rgb(234, 234, 234);
  }
.coral--lightest tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell {
    border-bottom: 1px solid rgb(234, 234, 234);
  }
.coral--lightest .coral-Table-row {
  border-bottom: 1px solid rgb(234, 234, 234);
  background-color: transparent;
}
.coral--lightest .coral-Table-row:hover {
    background-color: rgba(50,50,50,0.06);
  }
.coral--lightest .coral-Table-row.focus-ring,
.coral--lightest .coral-Table-row.is-focused {
    background-color: rgba(50,50,50,0.06);
  }
.coral--lightest .coral-Table-row:active {
    background-color: rgba(50,50,50,0.1);
  }
.coral--lightest .coral-Table-row.is-selected {
    background-color: rgba(38,128,235,0.1);
  }
.coral--lightest .coral-Table-row.is-selected:hover {
      background-color: rgba(38,128,235,0.2);
    }
.coral--lightest .coral-Table-row.is-selected.focus-ring,
.coral--lightest .coral-Table-row.is-selected.is-focused {
      background-color: rgba(38,128,235,0.2);
    }
.coral--lightest .coral-Table-row.is-drop-target::before {
      box-shadow: inset 0 0 0 2px rgb(55, 142, 240);
      background-color: rgba(38,128,235,0.1);
    }
.coral--lightest .coral-Table-cell {
  color: rgb(80, 80, 80);
  background-color: transparent;
}
.coral--lightest .coral-Table-cell--divider {
  border-right-style: solid;
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest .coral-Table--quiet .coral-Table-body {
    border-width: 1px 0;
    background-color: transparent;
  }
.coral--lightest .coral-Table--quiet .coral-Table-body.is-drop-target {
      box-shadow: none;
      border-color: transparent;
    }
.coral--lightest .coral-Table--quiet .coral-Table-body.is-drop-target::before {
        box-shadow: inset 0 0 0 2px rgb(55, 142, 240);
      }
.coral--lightest .coral-Table--quiet .coral-Table-row {
    background-color: transparent;
  }
.coral--lightest .coral-Table--quiet .coral-Table-row:hover {
      background-color: rgba(50,50,50,0.06);
    }
.coral--lightest .coral-Table--quiet .coral-Table-row.focus-ring,
.coral--lightest .coral-Table--quiet .coral-Table-row.is-focused {
      background-color: rgba(50,50,50,0.06);
    }
.coral--lightest .coral-Table--quiet .coral-Table-row:active {
      background-color: rgba(50,50,50,0.1);
    }
.coral--lightest .coral-Table--quiet .coral-Table-row.is-selected {
      background-color: rgba(38,128,235,0.1);
    }
.coral--lightest .coral-Table--quiet .coral-Table-row.is-selected:hover {
        background-color: rgba(38,128,235,0.2);
      }
.coral--lightest .coral-Table--quiet .coral-Table-row.is-selected.focus-ring,
.coral--lightest .coral-Table--quiet .coral-Table-row.is-selected.is-focused {
        background-color: rgba(38,128,235,0.2);
      }
.coral--lightest .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child,
.coral--lightest .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
      border-left: none;
      border-right: none;
    }

.coral--dark .coral-Table-headerCell {
  color: rgb(185, 185, 185);
  background-color: transparent;
}
.coral--dark .coral-Table-headerCell.is-sortable .coral-Table-sortedIcon {
      color: rgb(144, 144, 144);
    }
.coral--dark .coral-Table-headerCell.is-sortable:hover {
      color: rgb(255, 255, 255);
    }
.coral--dark .coral-Table-headerCell.is-sortable:hover .coral-Table-sortedIcon {
        color: rgb(255, 255, 255);
      }
.coral--dark .coral-Table-headerCell.is-sortable.focus-ring,
.coral--dark .coral-Table-headerCell.is-sortable.is-focused,.coral--dark .coral-Table-headerCell.is-sortable.focus-ring .coral-Table-sortedIcon,
.coral--dark .coral-Table-headerCell.is-sortable.is-focused .coral-Table-sortedIcon {
        color: rgb(255, 255, 255);
      }
.coral--dark .coral-Table-headerCell.is-sortable:active {
      color: rgb(255, 255, 255);
    }
.coral--dark .coral-Table-headerCell.is-sortable:active .coral-Table-sortedIcon {
        color: rgb(255, 255, 255);
      }
.coral--dark .coral-Table-cell.focus-ring::before,
.coral--dark .coral-Table-cell.is-focused::before,
.coral--dark .coral-Table-headerCell.focus-ring::before,
.coral--dark .coral-Table-headerCell.is-focused::before {
      box-shadow: inset 0 0 0 2px rgb(38, 128, 235);
    }
.coral--dark .coral-Table-body {
  border-style: solid;
  border-color: rgb(74, 74, 74);
  background-color: rgb(37, 37, 37);
}
.coral--dark .coral-Table-body.is-drop-target {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--dark .coral-Table-body.is-drop-target::before {
      background-color: rgba(55,142,240,0.15);
    }
.coral--dark tbody.coral-Table-body {
  border: none;
}
.coral--dark tbody.coral-Table-body .coral-Table-row {
    border-top: none;
  }
.coral--dark tbody.coral-Table-body .coral-Table-cell {
    border-top: 1px solid rgb(74, 74, 74);
  }
.coral--dark tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child {
    border-left: 1px solid rgb(74, 74, 74);
  }
.coral--dark tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
    border-right: 1px solid rgb(74, 74, 74);
  }
.coral--dark tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell {
    border-bottom: 1px solid rgb(74, 74, 74);
  }
.coral--dark .coral-Table-row {
  border-bottom: 1px solid rgb(74, 74, 74);
  background-color: transparent;
}
.coral--dark .coral-Table-row:hover {
    background-color: rgba(255,255,255,0.07);
  }
.coral--dark .coral-Table-row.focus-ring,
.coral--dark .coral-Table-row.is-focused {
    background-color: rgba(255,255,255,0.07);
  }
.coral--dark .coral-Table-row:active {
    background-color: rgba(255,255,255,0.1);
  }
.coral--dark .coral-Table-row.is-selected {
    background-color: rgba(55,142,240,0.15);
  }
.coral--dark .coral-Table-row.is-selected:hover {
      background-color: rgba(55,142,240,0.25);
    }
.coral--dark .coral-Table-row.is-selected.focus-ring,
.coral--dark .coral-Table-row.is-selected.is-focused {
      background-color: rgba(55,142,240,0.25);
    }
.coral--dark .coral-Table-row.is-drop-target::before {
      box-shadow: inset 0 0 0 2px rgb(38, 128, 235);
      background-color: rgba(55,142,240,0.15);
    }
.coral--dark .coral-Table-cell {
  color: rgb(227, 227, 227);
  background-color: transparent;
}
.coral--dark .coral-Table-cell--divider {
  border-right-style: solid;
  border-right-color: rgb(74, 74, 74);
}
.coral--dark .coral-Table--quiet .coral-Table-body {
    border-width: 1px 0;
    background-color: transparent;
  }
.coral--dark .coral-Table--quiet .coral-Table-body.is-drop-target {
      box-shadow: none;
      border-color: transparent;
    }
.coral--dark .coral-Table--quiet .coral-Table-body.is-drop-target::before {
        box-shadow: inset 0 0 0 2px rgb(38, 128, 235);
      }
.coral--dark .coral-Table--quiet .coral-Table-row {
    background-color: transparent;
  }
.coral--dark .coral-Table--quiet .coral-Table-row:hover {
      background-color: rgba(255,255,255,0.07);
    }
.coral--dark .coral-Table--quiet .coral-Table-row.focus-ring,
.coral--dark .coral-Table--quiet .coral-Table-row.is-focused {
      background-color: rgba(255,255,255,0.07);
    }
.coral--dark .coral-Table--quiet .coral-Table-row:active {
      background-color: rgba(255,255,255,0.1);
    }
.coral--dark .coral-Table--quiet .coral-Table-row.is-selected {
      background-color: rgba(55,142,240,0.15);
    }
.coral--dark .coral-Table--quiet .coral-Table-row.is-selected:hover {
        background-color: rgba(55,142,240,0.25);
      }
.coral--dark .coral-Table--quiet .coral-Table-row.is-selected.focus-ring,
.coral--dark .coral-Table--quiet .coral-Table-row.is-selected.is-focused {
        background-color: rgba(55,142,240,0.25);
      }
.coral--dark .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child,
.coral--dark .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
      border-left: none;
      border-right: none;
    }

.coral--darkest .coral-Table-headerCell {
  color: rgb(162, 162, 162);
  background-color: transparent;
}
.coral--darkest .coral-Table-headerCell.is-sortable .coral-Table-sortedIcon {
      color: rgb(124, 124, 124);
    }
.coral--darkest .coral-Table-headerCell.is-sortable:hover {
      color: rgb(239, 239, 239);
    }
.coral--darkest .coral-Table-headerCell.is-sortable:hover .coral-Table-sortedIcon {
        color: rgb(239, 239, 239);
      }
.coral--darkest .coral-Table-headerCell.is-sortable.focus-ring,
.coral--darkest .coral-Table-headerCell.is-sortable.is-focused,.coral--darkest .coral-Table-headerCell.is-sortable.focus-ring .coral-Table-sortedIcon,
.coral--darkest .coral-Table-headerCell.is-sortable.is-focused .coral-Table-sortedIcon {
        color: rgb(239, 239, 239);
      }
.coral--darkest .coral-Table-headerCell.is-sortable:active {
      color: rgb(239, 239, 239);
    }
.coral--darkest .coral-Table-headerCell.is-sortable:active .coral-Table-sortedIcon {
        color: rgb(239, 239, 239);
      }
.coral--darkest .coral-Table-cell.focus-ring::before,
.coral--darkest .coral-Table-cell.is-focused::before,
.coral--darkest .coral-Table-headerCell.focus-ring::before,
.coral--darkest .coral-Table-headerCell.is-focused::before {
      box-shadow: inset 0 0 0 2px rgb(20, 115, 230);
    }
.coral--darkest .coral-Table-body {
  border-style: solid;
  border-color: rgb(57, 57, 57);
  background-color: rgb(8, 8, 8);
}
.coral--darkest .coral-Table-body.is-drop-target {
    border-color: rgb(20, 115, 230);
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
  }
.coral--darkest .coral-Table-body.is-drop-target::before {
      background-color: rgba(38,128,235,0.2);
    }
.coral--darkest tbody.coral-Table-body {
  border: none;
}
.coral--darkest tbody.coral-Table-body .coral-Table-row {
    border-top: none;
  }
.coral--darkest tbody.coral-Table-body .coral-Table-cell {
    border-top: 1px solid rgb(57, 57, 57);
  }
.coral--darkest tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child {
    border-left: 1px solid rgb(57, 57, 57);
  }
.coral--darkest tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
    border-right: 1px solid rgb(57, 57, 57);
  }
.coral--darkest tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell {
    border-bottom: 1px solid rgb(57, 57, 57);
  }
.coral--darkest .coral-Table-row {
  border-bottom: 1px solid rgb(57, 57, 57);
  background-color: transparent;
}
.coral--darkest .coral-Table-row:hover {
    background-color: rgba(239,239,239,0.08);
  }
.coral--darkest .coral-Table-row.focus-ring,
.coral--darkest .coral-Table-row.is-focused {
    background-color: rgba(239,239,239,0.08);
  }
.coral--darkest .coral-Table-row:active {
    background-color: rgba(239,239,239,0.15);
  }
.coral--darkest .coral-Table-row.is-selected {
    background-color: rgba(38,128,235,0.2);
  }
.coral--darkest .coral-Table-row.is-selected:hover {
      background-color: rgba(38,128,235,0.3);
    }
.coral--darkest .coral-Table-row.is-selected.focus-ring,
.coral--darkest .coral-Table-row.is-selected.is-focused {
      background-color: rgba(38,128,235,0.3);
    }
.coral--darkest .coral-Table-row.is-drop-target::before {
      box-shadow: inset 0 0 0 2px rgb(20, 115, 230);
      background-color: rgba(38,128,235,0.2);
    }
.coral--darkest .coral-Table-cell {
  color: rgb(200, 200, 200);
  background-color: transparent;
}
.coral--darkest .coral-Table-cell--divider {
  border-right-style: solid;
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest .coral-Table--quiet .coral-Table-body {
    border-width: 1px 0;
    background-color: transparent;
  }
.coral--darkest .coral-Table--quiet .coral-Table-body.is-drop-target {
      box-shadow: none;
      border-color: transparent;
    }
.coral--darkest .coral-Table--quiet .coral-Table-body.is-drop-target::before {
        box-shadow: inset 0 0 0 2px rgb(20, 115, 230);
      }
.coral--darkest .coral-Table--quiet .coral-Table-row {
    background-color: transparent;
  }
.coral--darkest .coral-Table--quiet .coral-Table-row:hover {
      background-color: rgba(239,239,239,0.08);
    }
.coral--darkest .coral-Table--quiet .coral-Table-row.focus-ring,
.coral--darkest .coral-Table--quiet .coral-Table-row.is-focused {
      background-color: rgba(239,239,239,0.08);
    }
.coral--darkest .coral-Table--quiet .coral-Table-row:active {
      background-color: rgba(239,239,239,0.15);
    }
.coral--darkest .coral-Table--quiet .coral-Table-row.is-selected {
      background-color: rgba(38,128,235,0.2);
    }
.coral--darkest .coral-Table--quiet .coral-Table-row.is-selected:hover {
        background-color: rgba(38,128,235,0.3);
      }
.coral--darkest .coral-Table--quiet .coral-Table-row.is-selected.focus-ring,
.coral--darkest .coral-Table--quiet .coral-Table-row.is-selected.is-focused {
        background-color: rgba(38,128,235,0.3);
      }
.coral--darkest .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child,
.coral--darkest .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
      border-left: none;
      border-right: none;
    }

.coral-Table-row {
  cursor: inherit;
}
.coral-Table-head .coral-Table-row,
.coral-Table-foot .coral-Table-row {
  background: transparent;
}
.coral-Table:not(.coral-Table--hover) .coral-Table-row:hover {
  background-color: inherit;
}
.coral-Table--hover .coral-Table-body .coral-Table-row {
  cursor: pointer;
}
.coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right: 1px solid;
}
/* Base */
table[is="coral-table"] {
  visibility: hidden;
}
table[is="coral-table"].is-ready {
  visibility: visible;
}
._coral-Table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
._coral-Table-headerCell {
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 16px;
  transition: color 130ms cubic-bezier(.45, 0, .40, 1);
  height: 26px;
}
._coral-Table-cell {
  font-size: 14px;
  transition: background-color 130ms cubic-bezier(.45, 0, .40, 1);
  padding: 4px 16px;
  height: 48px;
  box-sizing: border-box;
}
._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell {
  border-top: 1px solid;
}
._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top: 1px solid;
}
._coral-Table-body ._coral-Table-cell {
  border-top: 1px solid;
}
._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left: 1px solid;
}
._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right: 1px solid;
}
._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top: 1px solid;
}
._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell:first-of-type {
  border-top-left-radius: 4px;
}
._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell:last-of-type {
  border-top-right-radius: 4px;
}
._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom: 1px solid;
}
._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell:first-of-type {
  border-bottom-left-radius: 4px;
}
._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell:last-of-type {
  border-bottom-right-radius: 4px;
}
/* END Base */
/* Template */
._coral-Table-wrapper {
  display: block;
  overflow: hidden;
}
._coral-Table-wrapper.is-unselectable {
  user-select: none;
}
._coral-Table-wrapper.is-disabled ._coral-Table-head {
  pointer-events: none;
}
._coral-Table-wrapper.is-disabled ._coral-Table-head ._coral-Table-headerCell,._coral-Table-wrapper.is-disabled ._coral-Table-head ._coral-Table-headerCell coral-table-headercell-content {
  cursor: auto;
  user-select: initial;
}
._coral-Table-wrapper.is-disabled ._coral-Table-head ._coral-Table-headerCell coral-table-headercell-content:before,
._coral-Table-wrapper.is-disabled ._coral-Table-head ._coral-Table-headerCell coral-table-headercell-content:after {
  visibility: hidden;
}
._coral-Table-wrapper.is-disabled ._coral-Table-wrapper-container {
  border: none;
}
._coral-Table-wrapper-container {
  overflow: auto;
}
/* END Template*/
/* #fixedWith */
._coral-Table-column[fixedwidth] {
  width: 1px;
}
._coral-Table-headerCell[fixedwidth] {
  white-space: nowrap;
}
/* END #fixedWidth */
/* #divider */
._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right: 1px solid;
}
._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right: 1px solid;
}
._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right: 1px solid;
}
._coral-Table-divider--column._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell,
._coral-Table-divider--column._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top: none;
}
._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right: 1px solid;
}
._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right: 1px solid;
}
._coral-Table-divider--column._coral-Table-body ._coral-Table-row:not(:first-of-type) ._coral-Table-cell {
  border-top: none;
}
._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right: 1px solid;
}
._coral-Table-divider--none._coral-Table-head ._coral-Table-cell,
._coral-Table-divider--none._coral-Table-head ._coral-Table-headerCell {
  border-top: none;
}
._coral-Table-divider--none._coral-Table-body ._coral-Table-row:not(:first-of-type) ._coral-Table-cell {
  border-top: none;
}
/* END #divider */
/* #sticky */
._coral-Table-wrapper--sticky {
  position: relative;
}
._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border: 1px solid;
  border-radius: 4px;
}
._coral-Table-wrapper--sticky ._coral-Table {
  margin-top: -1px;
}
._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left: none;
}
._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right: none;
}
._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-radius: 0;
  border-top: none;
}
._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-radius: 0;
  border-bottom: none;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top: 1px solid;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right: 1px solid;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top: 1px solid;
  border-right: 1px solid;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:first-child coral-table-headercell-content {
  border-top: none;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-headerCell {
  height: 0.5px;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  overflow: hidden;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-headerCell:last-of-type coral-table-headercell-content {
  border-right: none;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky] coral-table-headercell-content {
  display: block;
  position: absolute;
  box-sizing: border-box;
  line-height: 12px;
  min-height: 34px;
  padding: 4px 16px;
  margin-left: -16px;
}
/* END #sticky */
/* #sortable */
._coral-Table-headerCell[sortable] {
  cursor: pointer;
  user-select: none;
}
._coral-Table-headerCell[sortable] coral-table-headercell-content {
  position: relative;
  cursor: pointer;
}
._coral-Table-headerCell[sortable] coral-table-headercell-content:after {
  content: '';
  background-size: 10px 10px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  height: 10px;
  width: 10px;
  padding-left: 8px;
  margin-left: 8px;
  margin-top: 1px;
  transition: transform 130ms cubic-bezier(.45, 0, .40, 1);
}
._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  transform: rotateZ(180deg);
}
/* END #sortable */
/* #selectable */
._coral-Table-wrapper[selectable] ._coral-Table-row[coral-table-rowselect]:not([disabled]):hover ._coral-Table-cell {
  cursor: pointer;
}
._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect] {
  cursor: pointer;
}
._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect] {
  cursor: pointer;
}
._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect] coral-checkbox {
  pointer-events: none;
}
._coral-Table-cell--check {
  white-space: nowrap;
}
._coral-Table-cell--check coral-checkbox[coral-table-rowselect] {
  margin-right: 0;
}
._coral-Table-cell--check coral-checkbox[coral-table-rowselect] + img {
  height: 24px;
  width: 24px;
  object-fit: cover;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 8px;
}
._coral-Table-cell--check coral-checkbox[coral-table-rowselect] + coral-icon {
  height: 32px;
  width: 24px;
  margin-left: 8px;
}
table[is="coral-table"]:not([selectable]) td[is="coral-table-cell"] [coral-table-select],
table[is="coral-table"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-select],
table[is="coral-table"]:not([selectable]) td[is="coral-table-cell"] [coral-table-rowselect],
table[is="coral-table"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-rowselect] {
  display: none;
}
table[is="coral-table"]:not([selectable]) td[is="coral-table-cell"] [coral-table-rowselect] + img,
table[is="coral-table"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-rowselect] + img,
table[is="coral-table"]:not([selectable]) td[is="coral-table-cell"] [coral-table-rowselect] + coral-icon,
table[is="coral-table"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-rowselect] + coral-icon {
  margin: 0;
}
tr[is="coral-table-row"]:not([selectable]) td[is="coral-table-cell"] [coral-table-cellselect],
tr[is="coral-table-row"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-cellselect] {
  display: none;
}
table[is="coral-table"].is-layouting thead[is="coral-table-head"][sticky] coral-checkbox[coral-table-select] {
  display: none;
}
thead[is="coral-table-head"][sticky] coral-checkbox[coral-table-select] {
  position: relative;
  top: -4px;
}
/* END #selectable */
/* #variant */
._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell:first-of-type {
  border-top-left-radius: 0;
}
._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell:last-of-type {
  border-top-right-radius: 0;
}
._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell:first-of-type {
  border-bottom-left-radius: 0;
}
._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell:last-of-type {
  border-bottom-right-radius: 0;
}
._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-radius: 0;
}
._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top: none;
}
._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom: none;
}
/* END #variant */
/* #lockable */
._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock] {
  visibility: hidden;
}
._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  visibility: visible;
}
._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  visibility: visible;
}
._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  cursor: pointer;
}
table[is="coral-table"]:not([lockable]) td[is="coral-table-cell"] [coral-table-rowlock],
table[is="coral-table"]:not([lockable]) th[is="coral-table-headercell"] [coral-table-rowlock] {
  display: none;
}
/* END #lockable */
/* #orderable */
._coral-Table-headerCell.is-dragging,
._coral-Table-row.is-dragging,
._coral-Table-headerCell.is-before,
._coral-Table-row.is-before,
._coral-Table-headerCell.is-after,
._coral-Table-row.is-after {
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  user-select: none;
}
._coral-Table-headerCell.is-dragging,
._coral-Table-row.is-dragging {
  z-index: 10;
}
._coral-Table-row.is-dragging ._coral-Table-cell,
._coral-Table-row.is-dragging ._coral-Table-headerCell {
  border-radius: 0 !important;
}
._coral-Table-row--placeholder {
  visibility: hidden;
}
._coral-Table-wrapper.is-draggedFirstItem ._coral-Table-body ._coral-Table-row:nth-of-type(2) ._coral-Table-cell:first-of-type {
  border-top-left-radius: 4px;
}
._coral-Table-wrapper.is-draggedFirstItem ._coral-Table-body ._coral-Table-row:nth-of-type(2) ._coral-Table-cell:last-of-type {
  border-top-right-radius: 4px;
}
._coral-Table-wrapper.is-sorted ._coral-Table-row [coral-table-roworder] {
  visibility: hidden;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder {
  visibility: visible;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  text-indent: -1000px;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom: 1px solid;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell:first-of-type {
  border-bottom-left-radius: 4px;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell:last-of-type {
  border-bottom-right-radius: 4px;
}
._coral-Table-wrapper--sticky ._coral-Table-headerCell[orderable] {
  position: static;
}
._coral-Table-wrapper--sticky.is-draggedFirstItem ._coral-Table-body ._coral-Table-row:nth-of-type(2) ._coral-Table-cell {
  border-top: none;
}
[coral-table-roworder]:not(:disabled):not(.is-disabled) {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
  touch-action: none;
  user-select: none;
}
[coral-table-roworder]:not(:disabled):not(.is-disabled):active {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
._coral-Table-headerCell[orderable] {
  position: relative;
}
._coral-Table-headerCell[orderable] coral-table-headercell-content {
  position: relative;
}
._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  content: '';
  background-size: 12px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 12px;
  margin-left: -12px;
  top: 0;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
._coral-Table-headerCell[orderable].is-dragging coral-table-headercell-content:before,
._coral-Table-headerCell[orderable] coral-table-headercell-content.is-dragging:before {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
table[is="coral-table"]:not([orderable]) td[is="coral-table-cell"] [coral-table-roworder],
table[is="coral-table"]:not([orderable]) th[is="coral-table-headercell"] [coral-table-roworder] {
  display: none;
}
/* END #orderable */
/* #a11y */
._coral-Table-headerCell:focus,
._coral-Table-headerCell.is-focused,
._coral-Table-headerCell coral-table-headercell-content:focus,
._coral-Table-headerCell coral-table-headercell-content.is-focused {
  outline: none;
}
._coral-Table-row:focus,
._coral-Table-row.is-focused {
  outline: none;
}
._coral-Table-row:focus ._coral-Table-cell:first-of-type,
._coral-Table-row.is-focused ._coral-Table-cell:first-of-type {
  position: relative;
}
._coral-Table-row:focus ._coral-Table-cell:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-left: 2px solid;
  box-sizing: border-box;
}
._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-left: 2px solid;
  box-sizing: border-box;
}
/* END #a11y */
.coral--large ._coral-Table-headerCell {
  font-size: 13px;
}
.coral--large ._coral-Table-cell {
  font-size: 17px;
}
.coral--light .coral-Table--hover .coral-Table-head .coral-Table-row:hover {
  background-color: transparent;
}
.coral--light .coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-headerCell {
  color: rgb(110, 110, 110);
}
.coral--light ._coral-Table-cell {
  background-color: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
}
.coral--light ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell {
  border-top-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-body ._coral-Table-cell {
  border-top-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:last-of-type ._coral-Table-headerCell {
  border-top: none;
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top-color: rgb(225, 225, 225);
  border-right-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-wrapper--quiet ._coral-Table-cell {
  background: transparent;
}
.coral--light ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: transparent;
}
.coral--light ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: transparent;
}
.coral--light ._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-left-color: transparent;
  border-right-color: transparent;
}
.coral--light ._coral-Table-wrapper--quiet ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: rgba(44,44,44,0.06);
}
.coral--light ._coral-Table-wrapper--quiet._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: rgba(44,44,44,0.06);
}
.coral--light ._coral-Table-headerCell[sortable]:hover {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="default"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %236e6e6e%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="ascending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %236e6e6e%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="ascending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %232c2c2c%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %236e6e6e%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="descending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %232c2c2c%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-wrapper[selectable] ._coral-Table-row:not([disabled]):hover ._coral-Table-cell {
  background-color: #f3f3f3;
}
.coral--light ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: rgba(2,101,220,0.1);
}
.coral--light ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: rgba(2,101,220,0.07);
  color: #000;
}
.coral--light ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row:not([disabled]):hover ._coral-Table-cell {
  background-color: rgba(44,44,44,0.06);
}
.coral--light ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: rgba(20,115,230,0.1);
}
.coral--light ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: rgba(20,115,230,0.2);
}
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock]:hover {
  opacity: 1 !important;
}
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  opacity: 1;
}
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  opacity: 0.2;
}
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #f3f3f3;
}
.coral--light ._coral-Table-row.is-dragging ._coral-Table-cell,
.coral--light ._coral-Table-row.is-dragging ._coral-Table-headerCell {
  opacity: 0.8;
}
.coral--light ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
.coral--light ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  background: transparent;
}
.coral--light ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom-color: rgb(225, 225, 225);
}
.coral--light ._coral-Table-headerCell[orderable]:not([sortable]):hover {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %236e6e6e%3B %7D%3C/style%3E%3Ctitle%3EDragHandle_24%3C/title%3E%3Ccircle cx='432' cy='144' r='48'/%3E%3Ccircle cx='432' cy='336' r='48'/%3E%3Ccircle cx='432' cy='528' r='48'/%3E%3Ccircle cx='432' cy='720' r='48'/%3E%3Ccircle cx='432' cy='912' r='48'/%3E%3Ccircle cx='624' cy='144' r='48'/%3E%3Ccircle cx='624' cy='336' r='48'/%3E%3Ccircle cx='624' cy='528' r='48'/%3E%3Ccircle cx='624' cy='720' r='48'/%3E%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell[orderable]:hover coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %232c2c2c%3B %7D%3C/style%3E%3Ctitle%3EDragHandle_24%3C/title%3E%3Ccircle cx='432' cy='144' r='48'/%3E%3Ccircle cx='432' cy='336' r='48'/%3E%3Ccircle cx='432' cy='528' r='48'/%3E%3Ccircle cx='432' cy='720' r='48'/%3E%3Ccircle cx='432' cy='912' r='48'/%3E%3Ccircle cx='624' cy='144' r='48'/%3E%3Ccircle cx='624' cy='336' r='48'/%3E%3Ccircle cx='624' cy='528' r='48'/%3E%3Ccircle cx='624' cy='720' r='48'/%3E%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell:focus {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Table-headerCell.is-focused {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Table-headerCell coral-table-headercell-content:focus {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Table-headerCell coral-table-headercell-content.is-focused {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Table-row:focus ._coral-Table-cell:first-of-type:after {
  border-left-color: rgb(38, 128, 235);
}
.coral--light ._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  border-left-color: rgb(38, 128, 235);
}
.coral--lightest .coral-Table--hover .coral-Table-head .coral-Table-row:hover {
  background-color: transparent;
}
.coral--lightest .coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-headerCell {
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Table-cell {
  background-color: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
}
.coral--lightest ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell {
  border-top-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-body ._coral-Table-cell {
  border-top-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:last-of-type ._coral-Table-headerCell {
  border-top: none;
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top-color: rgb(234, 234, 234);
  border-right-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-wrapper--quiet ._coral-Table-cell {
  background: transparent;
}
.coral--lightest ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: transparent;
}
.coral--lightest ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: transparent;
}
.coral--lightest ._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-left-color: transparent;
  border-right-color: transparent;
}
.coral--lightest ._coral-Table-wrapper--quiet ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: rgba(50,50,50,0.06);
}
.coral--lightest ._coral-Table-wrapper--quiet._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: rgba(50,50,50,0.06);
}
.coral--lightest ._coral-Table-headerCell[sortable]:hover {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="default"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23747474%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="ascending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23747474%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="ascending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23323232%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23747474%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="descending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23323232%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-wrapper[selectable] ._coral-Table-row:not([disabled]):hover ._coral-Table-cell {
  background-color: #f3f3f3;
}
.coral--lightest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: rgba(2,101,220,0.1);
}
.coral--lightest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: rgba(2,101,220,0.07);
  color: #000;
}
.coral--lightest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row:not([disabled]):hover ._coral-Table-cell {
  background-color: rgba(50,50,50,0.06);
}
.coral--lightest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: rgba(38,128,235,0.1);
}
.coral--lightest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: rgba(38,128,235,0.2);
}
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock]:hover {
  opacity: 1 !important;
}
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  opacity: 1;
}
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  opacity: 0.2;
}
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #f3f3f3;
}
.coral--lightest ._coral-Table-row.is-dragging ._coral-Table-cell,
.coral--lightest ._coral-Table-row.is-dragging ._coral-Table-headerCell {
  opacity: 0.8;
}
.coral--lightest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
.coral--lightest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  background: transparent;
}
.coral--lightest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Table-headerCell[orderable]:not([sortable]):hover {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23747474%3B %7D%3C/style%3E%3Ctitle%3EDragHandle_24%3C/title%3E%3Ccircle cx='432' cy='144' r='48'/%3E%3Ccircle cx='432' cy='336' r='48'/%3E%3Ccircle cx='432' cy='528' r='48'/%3E%3Ccircle cx='432' cy='720' r='48'/%3E%3Ccircle cx='432' cy='912' r='48'/%3E%3Ccircle cx='624' cy='144' r='48'/%3E%3Ccircle cx='624' cy='336' r='48'/%3E%3Ccircle cx='624' cy='528' r='48'/%3E%3Ccircle cx='624' cy='720' r='48'/%3E%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell[orderable]:hover coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23323232%3B %7D%3C/style%3E%3Ctitle%3EDragHandle_24%3C/title%3E%3Ccircle cx='432' cy='144' r='48'/%3E%3Ccircle cx='432' cy='336' r='48'/%3E%3Ccircle cx='432' cy='528' r='48'/%3E%3Ccircle cx='432' cy='720' r='48'/%3E%3Ccircle cx='432' cy='912' r='48'/%3E%3Ccircle cx='624' cy='144' r='48'/%3E%3Ccircle cx='624' cy='336' r='48'/%3E%3Ccircle cx='624' cy='528' r='48'/%3E%3Ccircle cx='624' cy='720' r='48'/%3E%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell:focus {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Table-headerCell.is-focused {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Table-headerCell coral-table-headercell-content:focus {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Table-headerCell coral-table-headercell-content.is-focused {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Table-row:focus ._coral-Table-cell:first-of-type:after {
  border-left-color: rgb(55, 142, 240);
}
.coral--lightest ._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  border-left-color: rgb(55, 142, 240);
}
.coral--dark .coral-Table--hover .coral-Table-head .coral-Table-row:hover {
  background-color: transparent;
}
.coral--dark .coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-headerCell {
  color: rgb(185, 185, 185);
}
.coral--dark ._coral-Table-cell {
  background-color: rgb(37, 37, 37);
  color: rgb(34, 34, 34);
}
.coral--dark ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell {
  border-top-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-body ._coral-Table-cell {
  border-top-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:last-of-type ._coral-Table-headerCell {
  border-top: none;
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top-color: rgb(74, 74, 74);
  border-right-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-wrapper--quiet ._coral-Table-cell {
  background: transparent;
}
.coral--dark ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: transparent;
}
.coral--dark ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: transparent;
}
.coral--dark ._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-left-color: transparent;
  border-right-color: transparent;
}
.coral--dark ._coral-Table-wrapper--quiet ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: rgba(255,255,255,0.07);
}
.coral--dark ._coral-Table-wrapper--quiet._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: rgba(255,255,255,0.07);
}
.coral--dark ._coral-Table-headerCell[sortable]:hover {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="default"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23b9b9b9%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="ascending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23b9b9b9%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="ascending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23b9b9b9%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="descending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-wrapper[selectable] ._coral-Table-row:not([disabled]):hover ._coral-Table-cell {
  background-color: #333;
}
.coral--dark ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: rgba(2,101,220,0.1);
}
.coral--dark ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: rgba(2,101,220,0.07);
  color: #000;
}
.coral--dark ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row:not([disabled]):hover ._coral-Table-cell {
  background-color: rgba(255,255,255,0.07);
}
.coral--dark ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: rgba(55,142,240,0.15);
}
.coral--dark ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: rgba(55,142,240,0.25);
}
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock]:hover {
  opacity: 1 !important;
}
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  opacity: 1;
}
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  opacity: 0.2;
}
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #333;
}
.coral--dark ._coral-Table-row.is-dragging ._coral-Table-cell,
.coral--dark ._coral-Table-row.is-dragging ._coral-Table-headerCell {
  opacity: 0.8;
}
.coral--dark ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
.coral--dark ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  background: transparent;
}
.coral--dark ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom-color: rgb(74, 74, 74);
}
.coral--dark ._coral-Table-headerCell[orderable]:not([sortable]):hover {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23b9b9b9%3B %7D%3C/style%3E%3Ctitle%3EDragHandle_24%3C/title%3E%3Ccircle cx='432' cy='144' r='48'/%3E%3Ccircle cx='432' cy='336' r='48'/%3E%3Ccircle cx='432' cy='528' r='48'/%3E%3Ccircle cx='432' cy='720' r='48'/%3E%3Ccircle cx='432' cy='912' r='48'/%3E%3Ccircle cx='624' cy='144' r='48'/%3E%3Ccircle cx='624' cy='336' r='48'/%3E%3Ccircle cx='624' cy='528' r='48'/%3E%3Ccircle cx='624' cy='720' r='48'/%3E%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell[orderable]:hover coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23fff%3B %7D%3C/style%3E%3Ctitle%3EDragHandle_24%3C/title%3E%3Ccircle cx='432' cy='144' r='48'/%3E%3Ccircle cx='432' cy='336' r='48'/%3E%3Ccircle cx='432' cy='528' r='48'/%3E%3Ccircle cx='432' cy='720' r='48'/%3E%3Ccircle cx='432' cy='912' r='48'/%3E%3Ccircle cx='624' cy='144' r='48'/%3E%3Ccircle cx='624' cy='336' r='48'/%3E%3Ccircle cx='624' cy='528' r='48'/%3E%3Ccircle cx='624' cy='720' r='48'/%3E%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell:focus {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Table-headerCell.is-focused {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Table-headerCell coral-table-headercell-content:focus {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Table-headerCell coral-table-headercell-content.is-focused {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Table-row:focus ._coral-Table-cell:first-of-type:after {
  border-left-color: rgb(38, 128, 235);
}
.coral--dark ._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  border-left-color: rgb(38, 128, 235);
}
.coral--darkest .coral-Table--hover .coral-Table-head .coral-Table-row:hover {
  background-color: transparent;
}
.coral--darkest .coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-headerCell {
  color: rgb(162, 162, 162);
}
.coral--darkest ._coral-Table-cell {
  background-color: rgb(8, 8, 8);
  color: rgb(34, 34, 34);
}
.coral--darkest ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell {
  border-top-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-body ._coral-Table-cell {
  border-top-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:last-of-type ._coral-Table-headerCell {
  border-top: none;
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top-color: rgb(57, 57, 57);
  border-right-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-wrapper--quiet ._coral-Table-cell {
  background: transparent;
}
.coral--darkest ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: transparent;
}
.coral--darkest ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: transparent;
}
.coral--darkest ._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-left-color: transparent;
  border-right-color: transparent;
}
.coral--darkest ._coral-Table-wrapper--quiet ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: rgba(239,239,239,0.08);
}
.coral--darkest ._coral-Table-wrapper--quiet._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: rgba(239,239,239,0.08);
}
.coral--darkest ._coral-Table-headerCell[sortable]:hover {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="default"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23a2a2a2%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="ascending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23a2a2a2%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="ascending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23efefef%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23a2a2a2%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="descending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23efefef%3B %7D%3C/style%3E%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-wrapper[selectable] ._coral-Table-row:not([disabled]):hover ._coral-Table-cell {
  background-color: #1a1a1a;
}
.coral--darkest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: rgba(2,101,220,0.1);
}
.coral--darkest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: rgba(2,101,220,0.07);
  color: #000;
}
.coral--darkest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row:not([disabled]):hover ._coral-Table-cell {
  background-color: rgba(239,239,239,0.08);
}
.coral--darkest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: rgba(38,128,235,0.2);
}
.coral--darkest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: rgba(38,128,235,0.3);
}
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock]:hover {
  opacity: 1 !important;
}
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  opacity: 1;
}
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  opacity: 0.2;
}
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #1a1a1a;
}
.coral--darkest ._coral-Table-row.is-dragging ._coral-Table-cell,
.coral--darkest ._coral-Table-row.is-dragging ._coral-Table-headerCell {
  opacity: 0.8;
}
.coral--darkest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
.coral--darkest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  background: transparent;
}
.coral--darkest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom-color: rgb(57, 57, 57);
}
.coral--darkest ._coral-Table-headerCell[orderable]:not([sortable]):hover {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23a2a2a2%3B %7D%3C/style%3E%3Ctitle%3EDragHandle_24%3C/title%3E%3Ccircle cx='432' cy='144' r='48'/%3E%3Ccircle cx='432' cy='336' r='48'/%3E%3Ccircle cx='432' cy='528' r='48'/%3E%3Ccircle cx='432' cy='720' r='48'/%3E%3Ccircle cx='432' cy='912' r='48'/%3E%3Ccircle cx='624' cy='144' r='48'/%3E%3Ccircle cx='624' cy='336' r='48'/%3E%3Ccircle cx='624' cy='528' r='48'/%3E%3Ccircle cx='624' cy='720' r='48'/%3E%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell[orderable]:hover coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23efefef%3B %7D%3C/style%3E%3Ctitle%3EDragHandle_24%3C/title%3E%3Ccircle cx='432' cy='144' r='48'/%3E%3Ccircle cx='432' cy='336' r='48'/%3E%3Ccircle cx='432' cy='528' r='48'/%3E%3Ccircle cx='432' cy='720' r='48'/%3E%3Ccircle cx='432' cy='912' r='48'/%3E%3Ccircle cx='624' cy='144' r='48'/%3E%3Ccircle cx='624' cy='336' r='48'/%3E%3Ccircle cx='624' cy='528' r='48'/%3E%3Ccircle cx='624' cy='720' r='48'/%3E%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell:focus {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Table-headerCell.is-focused {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Table-headerCell coral-table-headercell-content:focus {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Table-headerCell coral-table-headercell-content.is-focused {
  color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Table-row:focus ._coral-Table-cell:first-of-type:after {
  border-left-color: rgb(20, 115, 230);
}
.coral--darkest ._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  border-left-color: rgb(20, 115, 230);
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Tabs {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;

  margin: 0;
  padding: 0 8px;
  vertical-align: top;
}
._coral-Tabs-item {
  position: relative;

  box-sizing: border-box;

  height: 46px;
  line-height: 46px;
  z-index: 1;

  text-decoration: none;
  white-space: nowrap;

  transition: color 130ms ease-out;
  cursor: pointer;
  outline: none;
}
._coral-Tabs-item.is-disabled,._coral-Tabs-item.is-disabled ._coral-Tabs-itemLabel {
      cursor: default;
    }
._coral-Tabs-item ._coral-Icon {
    height: 46px;
  }
._coral-Tabs-item ._coral-Icon + ._coral-Tabs-itemLabel {
      margin-left: 5px;
    }
._coral-Tabs-item::before {
    content: '';
    position: absolute;
    top: 50%;

    box-sizing: border-box;

    height: 32px;
    margin-top: -15px;
    left: -8px;
    right: -8px;
    border: 2px solid transparent;
    border-radius: 5px;

    pointer-events: none;
  }
._coral-Tabs-itemLabel {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;

  font-size: 14px;
  font-weight: 400;
}
._coral-Tabs-itemLabel:empty {
    display: none;
  }
._coral-Tabs-selectionIndicator {
  position: absolute;
  left: 0;
  z-index: 0;

  transition: transform 130ms ease-in-out;
  transform-origin: top left;

  border-radius: 1px;
}
._coral-Tabs--compact ._coral-Tabs-item {
    height: 30px;
    line-height: 30px;
  }
._coral-Tabs--compact ._coral-Tabs-item ._coral-Icon {
      height: 30px;
    }
._coral-Tabs--horizontal {
  -ms-flex-align: center;
      align-items: center;

  border-bottom: 2px solid;
}
._coral-Tabs--horizontal ._coral-Tabs-item {
    vertical-align: top;
  }
._coral-Tabs--horizontal ._coral-Tabs-item + *:not(._coral-Tabs-selectionIndicator) {
      margin-left: 24px;
    }
._coral-Tabs--horizontal ._coral-Tabs-selectionIndicator {
    position: absolute;
    bottom: 0;
    height: 2px;

    bottom: -2px;
  }
._coral-Tabs--horizontal._coral-Tabs--compact {
    box-sizing: content-box;
    height: 30px;
    -ms-flex-align: end;
        align-items: end;
  }
._coral-Tabs--quiet,._coral-Tabs--vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
._coral-Tabs--vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  border-left: 2px solid;
}
._coral-Tabs--vertical ._coral-Tabs-item {
    height: 44px;
    padding: 0 8px;
    margin-left: 4px;
    margin-bottom: 4px;
  }
._coral-Tabs--vertical ._coral-Tabs-item::before {
      left: -2px;
      right: -2px;
      margin-top: -16px;
    }
._coral-Tabs--vertical._coral-Tabs--compact ._coral-Tabs-item {
      height: 32px;
      line-height: 32px;
      margin-bottom: 4px;
    }
._coral-Tabs--vertical._coral-Tabs--compact ._coral-Tabs-item ._coral-Icon {
        height: 32px;
      }
._coral-Tabs--vertical ._coral-Tabs-selectionIndicator {
    position: absolute;
    left: 0px;
    width: 2px;

    left: -2px;
  }

.coral--large ._coral-Tabs {
  padding: 0 10px;
}
.coral--large ._coral-Tabs-item {

  height: 58px;
  line-height: 58px;

  transition: color 130ms ease-out;
}
.coral--large ._coral-Tabs-item ._coral-Icon {
    height: 58px;
  }
.coral--large ._coral-Tabs-item ._coral-Icon + ._coral-Tabs-itemLabel {
      margin-left: 6px;
    }
.coral--large ._coral-Tabs-item::before {

    height: 40px;
    margin-top: -19px;
    left: -10px;
    right: -10px;
    border: 2px solid transparent;
    border-radius: 6px;
  }
.coral--large ._coral-Tabs-itemLabel {

  font-size: 17px;
  font-weight: 400;
}
.coral--large ._coral-Tabs-selectionIndicator {

  transition: transform 130ms ease-in-out;

  border-radius: 1px;
}
.coral--large ._coral-Tabs--compact ._coral-Tabs-item {
    height: 38px;
    line-height: 38px;
  }
.coral--large ._coral-Tabs--compact ._coral-Tabs-item ._coral-Icon {
      height: 38px;
    }
.coral--large ._coral-Tabs--horizontal {

  border-bottom: 2px solid;
}
.coral--large ._coral-Tabs--horizontal ._coral-Tabs-item + *:not(._coral-Tabs-selectionIndicator) {
      margin-left: 30px;
    }
.coral--large ._coral-Tabs--horizontal ._coral-Tabs-selectionIndicator {
    height: 2px;

    bottom: -2px;
  }
.coral--large ._coral-Tabs--horizontal._coral-Tabs--compact {
    height: 38px;
  }
.coral--large ._coral-Tabs--vertical {
  border-left: 2px solid;
}
.coral--large ._coral-Tabs--vertical ._coral-Tabs-item {
    height: 56px;
    padding: 0 10px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
.coral--large ._coral-Tabs--vertical ._coral-Tabs-item::before {
      left: -2px;
      right: -2px;
      margin-top: -20px;
    }
.coral--large ._coral-Tabs--vertical._coral-Tabs--compact ._coral-Tabs-item {
      height: 40px;
      line-height: 40px;
      margin-bottom: 5px;
    }
.coral--large ._coral-Tabs--vertical._coral-Tabs--compact ._coral-Tabs-item ._coral-Icon {
        height: 40px;
      }
.coral--large ._coral-Tabs--vertical ._coral-Tabs-selectionIndicator {
    width: 2px;

    left: -2px;
  }

.coral--light ._coral-Tabs {
  border-bottom-color: rgb(234, 234, 234);
}
.coral--light ._coral-Tabs--vertical {
  border-left-color: rgb(234, 234, 234);
}
.coral--light ._coral-Tabs-selectionIndicator {
  background-color: rgb(44, 44, 44);
}
.coral--light ._coral-Tabs-item,.coral--light ._coral-Tabs-item ._coral-Icon {
    color: rgb(110, 110, 110)
  }
.coral--light ._coral-Tabs-item:hover {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Tabs-item:hover ._coral-Icon {
      color: rgb(44, 44, 44)
    }
.coral--light ._coral-Tabs-item.is-selected,.coral--light ._coral-Tabs-item.is-selected ._coral-Icon,.coral--light ._coral-Tabs-item.focus-ring {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Tabs-item.focus-ring::before {
      border-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Tabs-item.focus-ring ._coral-Icon {
      color: rgb(44, 44, 44)
    }
.coral--light ._coral-Tabs-item.is-disabled {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Tabs-item.is-disabled ._coral-Icon {
      color: rgb(202, 202, 202)
    }
.coral--light ._coral-Tabs--quiet {
  border-bottom-color: transparent;
}
.coral--light ._coral-Tabs--quiet ._coral-Tabs-selectionIndicator {
    background-color: rgb(44, 44, 44);
  }
.coral--light ._coral-Tabs--vertical._coral-Tabs--quiet,
.coral--light ._coral-Tabs--vertical._coral-Tabs--compact {
    border-left-color: transparent;
  }
.coral--light ._coral-Tabs--vertical._coral-Tabs--quiet ._coral-Tabs-selectionIndicator,
.coral--light ._coral-Tabs--vertical._coral-Tabs--compact ._coral-Tabs-selectionIndicator {
      background-color: rgb(44, 44, 44);
    }

.coral--lightest ._coral-Tabs {
  border-bottom-color: rgb(244, 244, 244);
}
.coral--lightest ._coral-Tabs--vertical {
  border-left-color: rgb(244, 244, 244);
}
.coral--lightest ._coral-Tabs-selectionIndicator {
  background-color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Tabs-item,.coral--lightest ._coral-Tabs-item ._coral-Icon {
    color: rgb(116, 116, 116)
  }
.coral--lightest ._coral-Tabs-item:hover {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Tabs-item:hover ._coral-Icon {
      color: rgb(50, 50, 50)
    }
.coral--lightest ._coral-Tabs-item.is-selected,.coral--lightest ._coral-Tabs-item.is-selected ._coral-Icon,.coral--lightest ._coral-Tabs-item.focus-ring {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Tabs-item.focus-ring::before {
      border-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Tabs-item.focus-ring ._coral-Icon {
      color: rgb(50, 50, 50)
    }
.coral--lightest ._coral-Tabs-item.is-disabled {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Tabs-item.is-disabled ._coral-Icon {
      color: rgb(211, 211, 211)
    }
.coral--lightest ._coral-Tabs--quiet {
  border-bottom-color: transparent;
}
.coral--lightest ._coral-Tabs--quiet ._coral-Tabs-selectionIndicator {
    background-color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Tabs--vertical._coral-Tabs--quiet,
.coral--lightest ._coral-Tabs--vertical._coral-Tabs--compact {
    border-left-color: transparent;
  }
.coral--lightest ._coral-Tabs--vertical._coral-Tabs--quiet ._coral-Tabs-selectionIndicator,
.coral--lightest ._coral-Tabs--vertical._coral-Tabs--compact ._coral-Tabs-selectionIndicator {
      background-color: rgb(50, 50, 50);
    }

.coral--dark ._coral-Tabs {
  border-bottom-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Tabs--vertical {
  border-left-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Tabs-selectionIndicator {
  background-color: rgb(255, 255, 255);
}
.coral--dark ._coral-Tabs-item,.coral--dark ._coral-Tabs-item ._coral-Icon {
    color: rgb(185, 185, 185)
  }
.coral--dark ._coral-Tabs-item:hover {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Tabs-item:hover ._coral-Icon {
      color: rgb(255, 255, 255)
    }
.coral--dark ._coral-Tabs-item.is-selected,.coral--dark ._coral-Tabs-item.is-selected ._coral-Icon,.coral--dark ._coral-Tabs-item.focus-ring {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Tabs-item.focus-ring::before {
      border-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Tabs-item.focus-ring ._coral-Icon {
      color: rgb(255, 255, 255)
    }
.coral--dark ._coral-Tabs-item.is-disabled {
    color: rgb(110, 110, 110);
  }
.coral--dark ._coral-Tabs-item.is-disabled ._coral-Icon {
      color: rgb(90, 90, 90)
    }
.coral--dark ._coral-Tabs--quiet {
  border-bottom-color: transparent;
}
.coral--dark ._coral-Tabs--quiet ._coral-Tabs-selectionIndicator {
    background-color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Tabs--vertical._coral-Tabs--quiet,
.coral--dark ._coral-Tabs--vertical._coral-Tabs--compact {
    border-left-color: transparent;
  }
.coral--dark ._coral-Tabs--vertical._coral-Tabs--quiet ._coral-Tabs-selectionIndicator,
.coral--dark ._coral-Tabs--vertical._coral-Tabs--compact ._coral-Tabs-selectionIndicator {
      background-color: rgb(255, 255, 255);
    }

.coral--darkest ._coral-Tabs {
  border-bottom-color: rgb(44, 44, 44);
}
.coral--darkest ._coral-Tabs--vertical {
  border-left-color: rgb(44, 44, 44);
}
.coral--darkest ._coral-Tabs-selectionIndicator {
  background-color: rgb(239, 239, 239);
}
.coral--darkest ._coral-Tabs-item,.coral--darkest ._coral-Tabs-item ._coral-Icon {
    color: rgb(162, 162, 162)
  }
.coral--darkest ._coral-Tabs-item:hover {
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Tabs-item:hover ._coral-Icon {
      color: rgb(239, 239, 239)
    }
.coral--darkest ._coral-Tabs-item.is-selected,.coral--darkest ._coral-Tabs-item.is-selected ._coral-Icon,.coral--darkest ._coral-Tabs-item.focus-ring {
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Tabs-item.focus-ring::before {
      border-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Tabs-item.focus-ring ._coral-Icon {
      color: rgb(239, 239, 239)
    }
.coral--darkest ._coral-Tabs-item.is-disabled {
    color: rgb(92, 92, 92);
  }
.coral--darkest ._coral-Tabs-item.is-disabled ._coral-Icon {
      color: rgb(73, 73, 73)
    }
.coral--darkest ._coral-Tabs--quiet {
  border-bottom-color: transparent;
}
.coral--darkest ._coral-Tabs--quiet ._coral-Tabs-selectionIndicator {
    background-color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-Tabs--vertical._coral-Tabs--quiet,
.coral--darkest ._coral-Tabs--vertical._coral-Tabs--compact {
    border-left-color: transparent;
  }
.coral--darkest ._coral-Tabs--vertical._coral-Tabs--quiet ._coral-Tabs-selectionIndicator,
.coral--darkest ._coral-Tabs--vertical._coral-Tabs--compact ._coral-Tabs-selectionIndicator {
      background-color: rgb(239, 239, 239);
    }

._coral-Tabs-item.is-overflowing {
  overflow: hidden;
  text-overflow: ellipsis;
}
._coral-Tabs-item.is-overflowing ._coral-Tabs-itemLabel:not(:empty) {
  display: inline;
}
._coral-Tabs ._coral-Tabs-itemInvalidIcon {
  display: inline;
  margin-right: 0;
  margin-left: 5px;
  float: right;
}
._coral-Tabs--horizontal ._coral-Tabs-selectionIndicator {
  transition: transform 130ms cubic-bezier(.45, 0, .40, 1), width 130ms cubic-bezier(.45, 0, .40, 1);
}
.coral--light ._coral-Tabs-item:not(.is-disabled).is-invalid {
  color: rgb(201, 37, 45);
}
.coral--light ._coral-Tabs-item:not(.is-disabled).is-invalid ._coral-Tabs-itemInvalidIcon ._coral-Icon {
  color: rgb(201, 37, 45);
}
@media (forced-colors: active) {
  .coral--light ._coral-Tabs-item.is-selected {
    border: 1px solid;
  }
}
.coral--lightest ._coral-Tabs-item:not(.is-disabled).is-invalid {
  color: rgb(215, 55, 63);
}
.coral--lightest ._coral-Tabs-item:not(.is-disabled).is-invalid ._coral-Tabs-itemInvalidIcon ._coral-Icon {
  color: rgb(215, 55, 63);
}
@media (forced-colors: active) {
  .coral--lightest ._coral-Tabs-item.is-selected {
    border: 1px solid;
  }
}
.coral--dark ._coral-Tabs-item:not(.is-disabled).is-invalid {
  color: rgb(247, 109, 116);
}
.coral--dark ._coral-Tabs-item:not(.is-disabled).is-invalid ._coral-Tabs-itemInvalidIcon ._coral-Icon {
  color: rgb(247, 109, 116);
}
@media (forced-colors: active) {
  .coral--dark ._coral-Tabs-item.is-selected {
    border: 1px solid;
  }
}
.coral--darkest ._coral-Tabs-item:not(.is-disabled).is-invalid {
  color: rgb(236, 91, 98);
}
.coral--darkest ._coral-Tabs-item:not(.is-disabled).is-invalid ._coral-Tabs-itemInvalidIcon ._coral-Icon {
  color: rgb(236, 91, 98);
}
@media (forced-colors: active) {
  .coral--darkest ._coral-Tabs-item.is-selected {
    border: 1px solid;
  }
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-TabView--vertical {
  display: flex;
}
._coral-TabView--vertical ._coral-PanelStack {
  flex: 1;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-Toast {
  box-sizing: border-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch;

  border-radius: 4px;

  padding: 8px 8px 8px 16px;

  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
._coral-Toast-typeIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;

  margin: 7px 12px 7px 0;
}
._coral-Toast-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 16px 5px 0;
  text-align: left;
}
._coral-Toast-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: start;
      align-items: flex-start;
}
._coral-Toast-buttons ._coral-Button + ._coral-Button,
    ._coral-Toast-buttons ._coral-Button + ._coral-ClearButton,
    ._coral-Toast-buttons ._coral-ClearButton + ._coral-Button,
    ._coral-Toast-buttons ._coral-ClearButton + ._coral-ClearButton {
      margin-left: 8px;
    }
._coral-Toast-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
._coral-Toast-body ._coral-Button {
    float: right;
    margin-right: 11px;
  }
._coral-Toast-body + ._coral-Toast-buttons {
    padding-left: 8px;

    border-left-width: 1px;
    border-left-style: solid;
  }

.coral--large ._coral-Toast {

  border-radius: 4px;

  padding: 10px 10px 10px 20px;

  font-size: 17px;
  font-weight: 700;
}
.coral--large ._coral-Toast-typeIcon {

  margin: 9px 15px 9px 0;
}
.coral--large ._coral-Toast-content {
  padding: 6px 20px 6px 0;
}
.coral--large ._coral-Toast-buttons ._coral-Button + ._coral-Button,
    .coral--large ._coral-Toast-buttons ._coral-Button + ._coral-ClearButton,
    .coral--large ._coral-Toast-buttons ._coral-ClearButton + ._coral-Button,
    .coral--large ._coral-Toast-buttons ._coral-ClearButton + ._coral-ClearButton {
      margin-left: 10px;
    }
.coral--large ._coral-Toast-body ._coral-Button {
    margin-right: 14px;
  }
.coral--large ._coral-Toast-body + ._coral-Toast-buttons {
    padding-left: 10px;
  }

.coral--light ._coral-Toast {
  background-color: rgb(116, 116, 116);
  color: rgb(116, 116, 116);
}
.coral--light ._coral-Toast-content {
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Toast-typeIcon {
  color: white;
}
.coral--light ._coral-Toast-buttons {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.coral--light ._coral-Toast--warning {
  background-color: rgb(203, 111, 16);
  color: rgb(203, 111, 16);
}
.coral--light ._coral-Toast--warning ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(203, 111, 16);
    }
.coral--light ._coral-Toast--negative,
.coral--light ._coral-Toast--error {
  background-color: rgb(201, 37, 45);
  color: rgb(201, 37, 45);
}
.coral--light ._coral-Toast--negative ._coral-Toast-closeButton.focus-ring:not(:active),
.coral--light ._coral-Toast--error ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(201, 37, 45);
    }
.coral--light ._coral-Toast--info {
  background-color: rgb(13, 102, 208);
  color: rgb(13, 102, 208);
}
.coral--light ._coral-Toast--info ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(13, 102, 208);
    }
.coral--light ._coral-Toast--positive,
.coral--light ._coral-Toast--success {
  background-color: rgb(18, 128, 92);
  color: rgb(18, 128, 92);
}
.coral--light ._coral-Toast--positive ._coral-Toast-closeButton.focus-ring:not(:active),
.coral--light ._coral-Toast--success ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(18, 128, 92);
    }


.coral--lightest ._coral-Toast {
  background-color: rgb(116, 116, 116);
  color: rgb(116, 116, 116);
}
.coral--lightest ._coral-Toast-content {
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Toast-typeIcon {
  color: white;
}
.coral--lightest ._coral-Toast-buttons {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.coral--lightest ._coral-Toast--warning {
  background-color: rgb(203, 111, 16);
  color: rgb(203, 111, 16);
}
.coral--lightest ._coral-Toast--warning ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(203, 111, 16);
    }
.coral--lightest ._coral-Toast--negative,
.coral--lightest ._coral-Toast--error {
  background-color: rgb(201, 37, 45);
  color: rgb(201, 37, 45);
}
.coral--lightest ._coral-Toast--negative ._coral-Toast-closeButton.focus-ring:not(:active),
.coral--lightest ._coral-Toast--error ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(201, 37, 45);
    }
.coral--lightest ._coral-Toast--info {
  background-color: rgb(13, 102, 208);
  color: rgb(13, 102, 208);
}
.coral--lightest ._coral-Toast--info ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(13, 102, 208);
    }
.coral--lightest ._coral-Toast--positive,
.coral--lightest ._coral-Toast--success {
  background-color: rgb(18, 128, 92);
  color: rgb(18, 128, 92);
}
.coral--lightest ._coral-Toast--positive ._coral-Toast-closeButton.focus-ring:not(:active),
.coral--lightest ._coral-Toast--success ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(18, 128, 92);
    }


.coral--dark ._coral-Toast {
  background-color: rgb(116, 116, 116);
  color: rgb(116, 116, 116);
}
.coral--dark ._coral-Toast-content {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Toast-typeIcon {
  color: white;
}
.coral--dark ._coral-Toast-buttons {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.coral--dark ._coral-Toast--warning {
  background-color: rgb(203, 111, 16);
  color: rgb(203, 111, 16);
}
.coral--dark ._coral-Toast--warning ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(203, 111, 16);
    }
.coral--dark ._coral-Toast--negative,
.coral--dark ._coral-Toast--error {
  background-color: rgb(201, 37, 45);
  color: rgb(201, 37, 45);
}
.coral--dark ._coral-Toast--negative ._coral-Toast-closeButton.focus-ring:not(:active),
.coral--dark ._coral-Toast--error ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(201, 37, 45);
    }
.coral--dark ._coral-Toast--info {
  background-color: rgb(13, 102, 208);
  color: rgb(13, 102, 208);
}
.coral--dark ._coral-Toast--info ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(13, 102, 208);
    }
.coral--dark ._coral-Toast--positive,
.coral--dark ._coral-Toast--success {
  background-color: rgb(18, 128, 92);
  color: rgb(18, 128, 92);
}
.coral--dark ._coral-Toast--positive ._coral-Toast-closeButton.focus-ring:not(:active),
.coral--dark ._coral-Toast--success ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(18, 128, 92);
    }


.coral--darkest ._coral-Toast {
  background-color: rgb(116, 116, 116);
  color: rgb(116, 116, 116);
}
.coral--darkest ._coral-Toast-content {
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Toast-typeIcon {
  color: white;
}
.coral--darkest ._coral-Toast-buttons {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.coral--darkest ._coral-Toast--warning {
  background-color: rgb(203, 111, 16);
  color: rgb(203, 111, 16);
}
.coral--darkest ._coral-Toast--warning ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(203, 111, 16);
    }
.coral--darkest ._coral-Toast--negative,
.coral--darkest ._coral-Toast--error {
  background-color: rgb(201, 37, 45);
  color: rgb(201, 37, 45);
}
.coral--darkest ._coral-Toast--negative ._coral-Toast-closeButton.focus-ring:not(:active),
.coral--darkest ._coral-Toast--error ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(201, 37, 45);
    }
.coral--darkest ._coral-Toast--info {
  background-color: rgb(13, 102, 208);
  color: rgb(13, 102, 208);
}
.coral--darkest ._coral-Toast--info ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(13, 102, 208);
    }
.coral--darkest ._coral-Toast--positive,
.coral--darkest ._coral-Toast--success {
  background-color: rgb(18, 128, 92);
  color: rgb(18, 128, 92);
}
.coral--darkest ._coral-Toast--positive ._coral-Toast-closeButton.focus-ring:not(:active),
.coral--darkest ._coral-Toast--success ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(18, 128, 92);
    }

coral-toast {
  display: none;
}
._coral-Toast {
  position: fixed;
  margin-left: 8px;
  margin-right: 8px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 130ms cubic-bezier(.45, 0, .40, 1), opacity 130ms cubic-bezier(.45, 0, .40, 1), visibility 0ms cubic-bezier(0, 0, 1, 1) 130ms;
  pointer-events: none;
}
._coral-Toast.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
  transform: translate3d(0, -16px, 0);
  pointer-events: auto;
}
._coral-Toast ._coral-UIIcon-CrossMedium svg {
  flex-shrink: 1;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-TreeView {
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
._coral-TreeView-item {
  overflow: hidden;
}
._coral-TreeView-item.is-open > ._coral-TreeView-itemLink > ._coral-TreeView-indicator {
      transform: rotate(90deg);
    }
._coral-TreeView-item.is-open > ._coral-TreeView {
      height: auto;
      visibility: visible;
    }
._coral-TreeView-itemLink {
  display: block;
  box-sizing: border-box;
  cursor: pointer;

  padding: 12px 30px;

  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._coral-TreeView-itemLink:focus {
    outline: none;
  }
._coral-TreeView-itemLink ._coral-Icon {
    vertical-align: top;
    margin-right: 8px;
  }
._coral-TreeView-itemLink::before {
    content: '';

    position: absolute;
    left: 2px;
    right: 0;
    z-index: -1;
    margin-top: -8px;

    height: 36px;

    background-color: transparent;

    border-radius: 4px;
  }
._coral-TreeView-indicator {
  display: block;
  box-sizing: content-box;

  float: left;
  position: relative;

  left: 10px;
  top: -5px;
  margin-left: -34px;
  margin-bottom: -10px;

  padding: 10px;

  transition: transform ease 130ms;

  pointer-events: all !important;
}
._coral-TreeView ._coral-TreeView {
  position: static;

  padding-left: 28px;
  height: 0;
  visibility: hidden;
}
._coral-TreeView-item--indent1 {
  padding-left: 28px;
}
._coral-TreeView-item--indent2 {
  padding-left: 56px;
}
._coral-TreeView-item--indent3 {
  padding-left: 84px;
}
._coral-TreeView-item--indent4 {
  padding-left: 112px;
}
._coral-TreeView-item--indent5 {
  padding-left: 140px;
}
._coral-TreeView-item--indent6 {
  padding-left: 168px;
}
._coral-TreeView-item--indent7 {
  padding-left: 196px;
}
._coral-TreeView-item--indent8 {
  padding-left: 224px;
}
._coral-TreeView-item--indent9 {
  padding-left: 252px;
}
._coral-TreeView-item--indent10 {
  padding-left: 280px;
}

.coral--large ._coral-TreeView-itemLink {

  padding: 12px 30px;
}
.coral--large ._coral-TreeView-itemLink ._coral-Icon {
    margin-right: 10px;
  }
.coral--large ._coral-TreeView-itemLink::before {
    left: 2px;
    margin-top: -8px;

    height: 45px;

    border-radius: 5px;
  }
.coral--large ._coral-TreeView-indicator {

  left: 13px;
  top: -6px;
  margin-left: -42px;
  margin-bottom: -13px;

  padding: 13px;

  transition: transform ease 130ms;
}
.coral--large ._coral-TreeView ._coral-TreeView,.coral--large ._coral-TreeView-item--indent1 {
  padding-left: 35px;
}
.coral--large ._coral-TreeView-item--indent2 {
  padding-left: 70px;
}
.coral--large ._coral-TreeView-item--indent3 {
  padding-left: 105px;
}
.coral--large ._coral-TreeView-item--indent4 {
  padding-left: 140px;
}
.coral--large ._coral-TreeView-item--indent5 {
  padding-left: 175px;
}
.coral--large ._coral-TreeView-item--indent6 {
  padding-left: 210px;
}
.coral--large ._coral-TreeView-item--indent7 {
  padding-left: 245px;
}
.coral--large ._coral-TreeView-item--indent8 {
  padding-left: 280px;
}
.coral--large ._coral-TreeView-item--indent9 {
  padding-left: 315px;
}
.coral--large ._coral-TreeView-item--indent10 {
  padding-left: 350px;
}

.coral--light ._coral-TreeView-item.is-disabled > ._coral-TreeView-itemLink {
      color: rgb(179, 179, 179);
    }
.coral--light ._coral-TreeView-item.is-disabled > ._coral-TreeView-itemLink ._coral-Icon {
        color: rgb(202, 202, 202);
      }
.coral--light ._coral-TreeView-itemLink {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-TreeView-itemLink:hover,
.coral--light ._coral-TreeView-itemLink.is-selected {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-TreeView-itemLink:hover::before,
.coral--light ._coral-TreeView-itemLink.is-selected::before {
      background-color: rgba(44,44,44,0.04);
    }
.coral--light ._coral-TreeView-itemLink.focus-ring {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-TreeView-itemLink.focus-ring::before {
      background-color: rgba(44,44,44,0.04);
      box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
    }
.coral--light ._coral-TreeView-itemLink.is-drop-target::before {
      background-color: rgba(20,115,230,0.1);
      box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
    }

.coral--lightest ._coral-TreeView-item.is-disabled > ._coral-TreeView-itemLink {
      color: rgb(188, 188, 188);
    }
.coral--lightest ._coral-TreeView-item.is-disabled > ._coral-TreeView-itemLink ._coral-Icon {
        color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-TreeView-itemLink {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-TreeView-itemLink:hover,
.coral--lightest ._coral-TreeView-itemLink.is-selected {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-TreeView-itemLink:hover::before,
.coral--lightest ._coral-TreeView-itemLink.is-selected::before {
      background-color: rgba(50,50,50,0.04);
    }
.coral--lightest ._coral-TreeView-itemLink.focus-ring {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-TreeView-itemLink.focus-ring::before {
      background-color: rgba(50,50,50,0.04);
      box-shadow: 0px 0px 0px 2px rgb(55, 142, 240) inset;
    }
.coral--lightest ._coral-TreeView-itemLink.is-drop-target::before {
      background-color: rgba(38,128,235,0.1);
      box-shadow: 0px 0px 0px 2px rgb(55, 142, 240) inset;
    }

.coral--dark ._coral-TreeView-item.is-disabled > ._coral-TreeView-itemLink {
      color: rgb(110, 110, 110);
    }
.coral--dark ._coral-TreeView-item.is-disabled > ._coral-TreeView-itemLink ._coral-Icon {
        color: rgb(90, 90, 90);
      }
.coral--dark ._coral-TreeView-itemLink {
  color: rgb(227, 227, 227);
}
.coral--dark ._coral-TreeView-itemLink:hover,
.coral--dark ._coral-TreeView-itemLink.is-selected {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-TreeView-itemLink:hover::before,
.coral--dark ._coral-TreeView-itemLink.is-selected::before {
      background-color: rgba(255,255,255,0.06);
    }
.coral--dark ._coral-TreeView-itemLink.focus-ring {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-TreeView-itemLink.focus-ring::before {
      background-color: rgba(255,255,255,0.06);
      box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
    }
.coral--dark ._coral-TreeView-itemLink.is-drop-target::before {
      background-color: rgba(55,142,240,0.15);
      box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
    }

.coral--darkest ._coral-TreeView-item.is-disabled > ._coral-TreeView-itemLink {
      color: rgb(92, 92, 92);
    }
.coral--darkest ._coral-TreeView-item.is-disabled > ._coral-TreeView-itemLink ._coral-Icon {
        color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-TreeView-itemLink {
  color: rgb(200, 200, 200);
}
.coral--darkest ._coral-TreeView-itemLink:hover,
.coral--darkest ._coral-TreeView-itemLink.is-selected {
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-TreeView-itemLink:hover::before,
.coral--darkest ._coral-TreeView-itemLink.is-selected::before {
      background-color: rgba(239,239,239,0.08);
    }
.coral--darkest ._coral-TreeView-itemLink.focus-ring {
    color: rgb(239, 239, 239);
  }
.coral--darkest ._coral-TreeView-itemLink.focus-ring::before {
      background-color: rgba(239,239,239,0.08);
      box-shadow: 0px 0px 0px 2px rgb(20, 115, 230) inset;
    }
.coral--darkest ._coral-TreeView-itemLink.is-drop-target::before {
      background-color: rgba(38,128,235,0.2);
      box-shadow: 0px 0px 0px 2px rgb(20, 115, 230) inset;
    }

._coral-TreeView {
  transition: height 250ms cubic-bezier(.45, 0, .40, 1);
  overflow: hidden;
}
._coral-TreeView ._coral-TreeView {
  height: inherit;
  visibility: inherit;
}
._coral-TreeView ._coral-TreeView-item--leaf > ._coral-TreeView-itemLink > ._coral-TreeView-indicator {
  display: none;
}
.coral--darkest ._coral-TreeView-itemLink.is-disabled {
  color: #494949;
  cursor: default;
}
.coral--darkest ._coral-TreeView-itemLink.is-disabled:hover:before {
  background-color: transparent;
}
.coral--dark ._coral-TreeView-itemLink.is-disabled {
  color: #5c5c5c;
  cursor: default;
}
.coral--dark ._coral-TreeView-itemLink.is-disabled:hover:before {
  background-color: transparent;
}
.coral--light ._coral-TreeView-itemLink.is-disabled {
  color: #b3b3b3;
  cursor: default;
}
.coral--light ._coral-TreeView-itemLink.is-disabled:hover:before {
  background-color: transparent;
}
.coral--lightest ._coral-TreeView-itemLink.is-disabled {
  color: #bcbcbc;
  cursor: default;
}
.coral--lightest ._coral-TreeView-itemLink.is-disabled:hover:before {
  background-color: transparent;
}

/**
 * Copyright 2019 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
._coral-WizardView {
  display: block;
}