.spectrum-Rule {
  width: 100%;
  overflow: visible;

  border: none;
  border-width: 2px;
  border-radius: 2px;
}
.spectrum-Rule--large {
  height: 4px;

  border-radius: 2px;
}
.spectrum-Rule--medium {
  height: 2px;

  border-radius: 1px;
}
.spectrum-Rule--small {
  height: 1px;

  border-radius: 1px;
}
.spectrum-Rule--vertical {
  height: 100%;
}
.spectrum-Rule--vertical.spectrum-Rule--large {
    width: 4px;
  }
.spectrum-Rule--vertical.spectrum-Rule--medium {
    width: 2px;
  }
.spectrum-Rule--vertical.spectrum-Rule--small {
    width: 1px;
  }

.spectrum--large .spectrum-Rule {
  border-width: 2px;
  border-radius: 2px;
}
.spectrum--large .spectrum-Rule--large {
  height: 4px;

  border-radius: 2px;
}
.spectrum--large .spectrum-Rule--medium {
  height: 2px;

  border-radius: 1px;
}
.spectrum--large .spectrum-Rule--small {
  height: 1px;

  border-radius: 1px;
}
.spectrum--large .spectrum-Rule--vertical.spectrum-Rule--large {
    width: 4px;
  }
.spectrum--large .spectrum-Rule--vertical.spectrum-Rule--medium {
    width: 2px;
  }
.spectrum--large .spectrum-Rule--vertical.spectrum-Rule--small {
    width: 1px;
  }

.spectrum--light .spectrum-Rule--large {
  background-color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Rule--medium {
  background-color: rgb(225, 225, 225);
}
.spectrum--light .spectrum-Rule--small {
  background-color: rgb(225, 225, 225);
}

.section___1Znpf {
  margin-bottom: 80px;
  position: relative; }

.RelatedContent ul {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0px;
  padding: 0px; }

.Keyboardinteractions table {
  width: 100%;
  margin-bottom: 48px; }

.Keyboardinteractions td:first-of-type {
  white-space: nowrap;
  width: 30%;
  font-weight: bold; }

.Standardcursors td:nth-of-type(1) img, .Windowresizecursors td:nth-of-type(1) img, .Windowresizecursors td:nth-of-type(1) img, .In-appresizecursors td:nth-of-type(1) img, .On-canvastransformationcursors td:nth-of-type(1) img, .Modifiercursors td:nth-of-type(1) img {
  max-width: 32px; }

.Standardcursors td:nth-of-type(5), .Windowresizecursors td:nth-of-type(5), .Windowresizecursors td:nth-of-type(5), .In-appresizecursors td:nth-of-type(5), .On-canvastransformationcursors td:nth-of-type(5), .Modifiercursors td:nth-of-type(5) {
  min-width: 20ch; }

.Standardcursors td:nth-of-type(6), .Windowresizecursors td:nth-of-type(6), .Windowresizecursors td:nth-of-type(6), .In-appresizecursors td:nth-of-type(6), .On-canvastransformationcursors td:nth-of-type(6), .Modifiercursors td:nth-of-type(6) {
  min-width: 24ch; }

.Standardcursors td:nth-of-type(3) img, .Windowresizecursors td:nth-of-type(3) img, .Windowresizecursors td:nth-of-type(3) img, .In-appresizecursors td:nth-of-type(3) img, .On-canvastransformationcursors td:nth-of-type(3) img, .Modifiercursors td:nth-of-type(3) img {
  max-width: 32px; }

.Standardcursors td em, .Windowresizecursors td em, .Windowresizecursors td em, .In-appresizecursors td em, .On-canvastransformationcursors td em, .Modifiercursors td em {
  font-size: 12px; }

.Standardcursors td:nth-of-type(4), .Windowresizecursors td:nth-of-type(4), .Windowresizecursors td:nth-of-type(4), .In-appresizecursors td:nth-of-type(4), .On-canvastransformationcursors td:nth-of-type(4), .Modifiercursors td:nth-of-type(4) {
  min-width: 16ch; }

.Changelog table {
  width: 100%;
  margin-bottom: 48px; }

.introRow___hejS3 .sectionIntro___1GWEw {
  margin-bottom: 40px; }

.introRow___hejS3:last-of-type .sectionIntro___1GWEw {
  margin-bottom: 0px; }

.stageHelper___2alaF {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none; }
  .stageHelper___2alaF .stageHelperLabel___3Q-zr {
    color: grey;
    position: absolute;
    top: -37px;
    padding: 6px 8px 0px 8px;
    display: inline;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.internal___2Br0S {
  outline: 10px solid rgba(255, 162, 0, 0.1); }
  .internal___2Br0S .stageHelperLabel___3Q-zr {
    background-color: rgba(255, 162, 0, 0.1); }

.public___2b2AX {
  outline: 10px solid rgba(68, 181, 86, 0.1); }
  .public___2b2AX .stageHelperLabel___3Q-zr {
    background-color: rgba(68, 181, 86, 0.1); }

.combined___1Sm8j {
  outline: 10px solid rgba(38, 128, 235, 0.1); }
  .combined___1Sm8j .stageHelperLabel___3Q-zr {
    background-color: rgba(38, 128, 235, 0.1); }

.spectrum-Link {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: color 130ms ease-in-out;
  outline: none;
}
.spectrum-Link:hover {
    text-decoration: underline;
  }
.spectrum-Link.focus-ring {
    text-decoration: underline;
  }
.spectrum-Link.focus-ring {
    text-decoration: underline;
    -webkit-text-decoration-style: double;
            text-decoration-style: double;
  }
.spectrum-Link.is-disabled {
    cursor: default;
    pointer-events: none;
  }
.spectrum-Link.is-disabled:hover,
    .spectrum-Link.is-disabled:focus {
      text-decoration: none;
    }
.spectrum-Link--subtle,
/** @deprecated */.spectrum-Link--quiet {
  text-decoration: underline;
}
.spectrum-Link--overBackground {
  text-decoration: underline;
}

.spectrum--large .spectrum-Link {
  transition: color 130ms ease-in-out;
}

.spectrum--light .spectrum-Link {
  color: rgb(13, 102, 208);
}
.spectrum--light .spectrum-Link:hover {
    color: rgb(13, 102, 208);
  }
.spectrum--light .spectrum-Link:active {
    color: rgb(9, 90, 186);
  }
.spectrum--light .spectrum-Link.focus-ring {
    color: rgb(13, 102, 208);
  }
.spectrum--light .spectrum-Link.is-disabled {
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Link--quiet,
.spectrum--light .spectrum-Link--subtle {
  color: inherit;
}
.spectrum--light .spectrum-Link--quiet:hover,
.spectrum--light .spectrum-Link--subtle:hover {
    color: inherit;
  }
.spectrum--light .spectrum-Link--quiet:active,
.spectrum--light .spectrum-Link--subtle:active {
    color: inherit;
  }
.spectrum--light .spectrum-Link--quiet:focus,
.spectrum--light .spectrum-Link--subtle:focus {
    color: inherit;
  }
.spectrum--light .spectrum-Link--overBackground {
  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-Link--overBackground:hover {
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Link--overBackground:active {
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Link--overBackground:focus {
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Link--overBackground.is-disabled {
    color: rgba(255,255,255,0.5);
  }

.table___1eH1D {
  width: 100%; }

.list___hsw97 {
  font-size: 16px;
  margin-left: 0px;
  padding-left: 24px; }

.textUsageguidelineParagraph___Pih3z {
  color: #486EC2 !important;
  font-size: var(--spectrum-global-dimension-static-font-size-500) !important;
  margin: 0 !important; }

.textUsageguidelineHeader2___3fPjg {
  color: #486EC2 !important;
  margin-top: 8px !important;
  margin-bottom: 21px !important; }

.textUsageguidelineHeader3___25X9C {
  color: #486EC2 !important;
  margin-top: 8px !important;
  margin-bottom: 12px !important; }

.textUsageguidelineHeader4___ByHam {
  color: #486EC2 !important; }

.headingAnchor___CupO2 {
  transition: all 125ms ease-in-out;
  margin-left: 4px; }
  .sectionHeader___1vbUF .headingAnchor___CupO2 {
    margin-left: 6px; }

.subHeader___l-0m8 {
  margin-bottom: 16px !important; }

.headerContainer___3NxS9 {
  margin-bottom: 33px; }

.sectionHeader___1vbUF {
  padding-left: 0; }

.anchor___NrH_s {
  opacity: 0;
  transition: all 125ms ease-in-out; }
  .anchor___NrH_s:focus {
    opacity: 1;
    transition: all 125ms ease-in-out; }

.editLink___1-WTE {
  opacity: 0; }

.header___3q7Ji:hover .editLink___1-WTE, .header___3q7Ji:hover .anchor___NrH_s {
  opacity: 1;
  transition: all 125ms ease-in-out; }

.pageContainer___3Z_T8 {
  position: relative; }

.resources___27Jq_ {
  display: flex;
  flex-direction: row; }

.code___1HMqk {
  border: 5px solid blue; }

.linkList___IzQQN {
  list-style: none;
  margin: 0;
  padding: 0; }
  .linkList___IzQQN li {
    margin-bottom: 6px; }

.headerRow___GZ4vg {
  margin-bottom: 40px; }

.cta___2QB6e {
  margin-top: 32px; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white; }

.versionTable___3qu5a {
  width: 100%; }

.resourceRow___3vNAc {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px; }
  @media screen and (max-width: 960px) {
    .resourceRow___3vNAc {
      flex-direction: column; } }

.test1 {
  border: 1px solid red; }

.versionNumber___2buXr {
  position: absolute;
  right: 0px; }
  @media screen and (max-width: 768px) {
    .versionNumber___2buXr {
      position: relative;
      right: inherit;
      margin-bottom: 16px; } }

.dev___1RNO4 {
  border: 1px dashed #b3b3b3;
  padding: 4px;
  border-radius: 4px;
  margin-right: 8px; }

.editLink___3XPtd {
  margin-right: 8px; }

.pageHeading___26RtH {
  font-size: 58px !important;
  font-family: adobe-clean-serif !important;
  font-weight: 800;
  line-height: 1.15 !important;
  letter-spacing: normal !important; }
  @media screen and (max-width: 768px) {
    .pageHeading___26RtH {
      font-size: 44px !important;
      font-family: adobe-clean-serif !important;
      letter-spacing: normal !important; } }

.headerRow___2meAi {
  margin-bottom: 16px; }

.labelContainer___3yKoi {
  vertical-align: top; }
  .labelContainer___3yKoi .spectrum-Label {
    margin-top: 20px;
    background-color: #0f797d !important; }
    @media screen and (max-width: 768px) {
      .labelContainer___3yKoi .spectrum-Label {
        margin-top: 6px;
        margin-left: 8px; } }

.spectrum-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;
}
.spectrum-Label--large {
  font-size: 14px;
  padding: 8px 12px;
}
.spectrum-Label--small {
  font-size: 11px;
  padding: 3px 7px;
}

.spectrum--large .spectrum-Label {

  padding: 5px 13px;

  border-radius: 5px;

  font-size: 15px;
  line-height: 1.5;
}
.spectrum--large .spectrum-Label--large {
  font-size: 18px;
  padding: 10px 15px;
}
.spectrum--large .spectrum-Label--small {
  font-size: 13px;
  padding: 4px 9px;
}

.spectrum--light .spectrum-Label {
  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-Label--inactive,
.spectrum--light .spectrum-Label--grey {
  background-color: rgb(116, 116, 116);
}
.spectrum--light .spectrum-Label--red {
  background-color: rgb(215, 55, 63);
}
.spectrum--light .spectrum-Label--orange,
.spectrum--light .spectrum-Label--or {
  background-color: rgb(218, 123, 17);
}
.spectrum--light .spectrum-Label--yellow {
  background-color: rgb(223, 191, 0);
}
.spectrum--light .spectrum-Label--seafoam  {
  background-color: rgb(15, 121, 125);
}
.spectrum--light .spectrum-Label--green {
  background-color: rgb(18, 128, 92);
}
.spectrum--light .spectrum-Label--blue,
.spectrum--light .spectrum-Label--active,
.spectrum--light .spectrum-Label--and  {
  background-color: rgb(20, 115, 230);
}
.spectrum--light .spectrum-Label--fuchsia  {
  background-color: rgb(192, 56, 204);
}

.pageDescription___YYVOX p {
  font-size: 18px; }

.pageDescription___YYVOX p strong {
  font-size: 18px; }

.standard___3dVnt {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.illustration___2vuIT img {
  width: 100%;
  border-radius: 4px; }

.row___16Mja {
  margin-bottom: 64px; }
  .row___16Mja:last-of-type {
    margin-bottom: 0px; }

.header___3bwWE {
  margin-top: 0px !important; }

@media screen and (max-width: 768px) {
  .imageLeft___2pPDZ {
    padding-bottom: 24px; } }

.descript___39ths * {
  padding-top: 8px !important;
  font-size: 14px !important;
  color: #464646 !important; }

.width___3VV6B img {
  display: block; }

.responsiveImage___2Oagb img {
  display: block; }

.anatomy___1u0z- {
  display: flex;
  align-items: center; }

.hasMobile___1Bo_v .mobile___dqoEu {
  display: none; }
  @media screen and (max-width: 768px) {
    .hasMobile___1Bo_v .mobile___dqoEu {
      display: block; } }

.hasMobile___1Bo_v .desktop___4riAm {
  display: block; }
  @media screen and (max-width: 768px) {
    .hasMobile___1Bo_v .desktop___4riAm {
      display: none; } }

.row___1N6ze {
  margin-bottom: 64px; }
  .row___1N6ze:last-of-type {
    margin-bottom: 0px; }

@media screen and (max-width: 768px) {
  .first___1QxmH {
    margin-bottom: 36px; } }

.row___3ds5f {
  margin-bottom: 64px; }
  .row___3ds5f:last-of-type {
    margin-bottom: 0px; }

.usageGuideline___1tHDR {
  margin-bottom: 80px; }

.dosAndDonts___3f9fo {
  display: flex;
  flex-direction: column; }

.dosAndDontsImage___QLCzZ {
  margin-bottom: 16px; }

.imgContainer___3DS-Z {
  width: 100%;
  background-color: #F4F6FC;
  position: relative;
  display: flex;
  justify-content: center;
  flex-shrink: 0; }
  .do___2WDPF .imgContainer___3DS-Z {
    border-left: 2px solid #15a46e; }
  .dont___2t0J9 .imgContainer___3DS-Z {
    border-left: 2px solid #ea3829; }
  .imgContainer___3DS-Z img.check___2-etW {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
    z-index: 2; }

.textContainer___-a_Kh {
  width: 100%;
  background-color: #F4F6FC;
  position: relative; }
  .do___2WDPF .textContainer___-a_Kh {
    border-left: 2px solid #15a46e; }
  .dont___2t0J9 .textContainer___-a_Kh {
    border-left: 2px solid #ea3829; }
  .textContainer___-a_Kh img.check___2-etW {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
    z-index: 2; }

.markdownContent___39uQg {
  min-width: 320px;
  min-height: 80px;
  padding-left: var(--spectrum-global-dimension-static-size-900);
  padding-right: var(--spectrum-global-dimension-static-size-900);
  padding-top: 45px;
  padding-bottom: 48px; }

.descript___KF0cA * {
  padding-top: 8px !important;
  font-size: 14px !important;
  color: #464646 !important; }

.standard___3ul9U.standard___3ul9U {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.illustration___e5hnU {
  image-rendering: -webkit-optimize-contrast;
  border-radius: 4px;
  overflow: hidden; }
  .illustration___e5hnU img {
    width: 100%; }

.row___2nQM5 {
  margin-bottom: 64px; }
  .row___2nQM5:last-child {
    margin-bottom: 0px; }

.anatomy___2EmS8 {
  background-color: #f4f6fc;
  border-radius: 4px;
  overflow: hidden; }
  .anatomy___2EmS8 .responsiveImage {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px; }

.descript___3Ym_O * {
  padding-top: 8px !important;
  font-size: 14px !important;
  color: #464646 !important; }

.standard___1uADh.standard___1uADh {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.illustration___1bWfo {
  border-radius: 4px;
  overflow: hidden; }
  .illustration___1bWfo img {
    width: 100%; }

.textRow___3ZFkE {
  margin-bottom: 40px; }

.row___Xneal {
  margin-bottom: 64px; }
  .row___Xneal:last-child {
    margin-bottom: 0px; }

.textRow_imageTop___2coyE {
  margin-bottom: 64px; }
  .textRow_imageTop___2coyE:last-child {
    margin-bottom: 0px; }

.row_imageTop___1NL5O {
  margin-bottom: 24px; }

.standard___11Nh9.standard___11Nh9 {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.illustration___AACDC img {
  width: 100%;
  border-radius: 4px; }

.thumbnail___1RY0f {
  margin-bottom: 28px; }

.image___2Tbve {
  margin-bottom: 28px; }

.row___XvJJj {
  margin-bottom: 64px; }
  .row___XvJJj:last-of-type {
    margin-bottom: 0px; }

@media screen and (max-width: 768px) {
  .column___3NPI4 {
    margin-bottom: 56px; } }

.standard___15MKJ {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.illustration___3AocL img {
  width: 100%;
  border-radius: 4px; }

.row___2RvJR {
  margin-bottom: 64px; }
  .row___2RvJR h3 {
    margin-top: 16px; }
  .row___2RvJR:last-of-type {
    margin-bottom: 0px; }

.Standard___3Cbhe.Standard___3Cbhe {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.Illustration___Vw3FB img {
  width: 100%; }

.textRow___36H3U {
  margin-bottom: 40px; }

.row___2Jfcj {
  margin-bottom: 64px; }
  .row___2Jfcj:last-child {
    margin-bottom: 0px; }

.Standard___9PEEM.Standard___9PEEM {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.Illustration___ZaaYm img {
  width: 100%; }

.textRow___3-8X5 {
  margin-bottom: 40px; }

.row___1Rtg6 {
  margin-bottom: 64px; }
  .row___1Rtg6:last-child {
    margin-bottom: 0px; }

.spectrum-Underlay {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum-Underlay.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum-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;
}
.spectrum-Underlay.is-open {
  transition: opacity 300ms cubic-bezier(0, 0, 0.40, 1) 0ms;
}

.spectrum--large .spectrum-Underlay {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum--large .spectrum-Underlay.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum--large .spectrum-Underlay {
  transition: opacity 190ms cubic-bezier(0.5, 0, 1, 1) 160ms,
              visibility 0ms linear 350ms;
}
.spectrum--large .spectrum-Underlay.is-open {
  transition: opacity 300ms cubic-bezier(0, 0, 0.40, 1) 0ms;
}

.spectrum--light .spectrum-Underlay {
  background: rgba(0,0,0,0.4);
}

.spectrum-Icon,
.spectrum-UIIcon {
  display: inline-block;
  color: inherit;
  fill: currentColor;
  pointer-events: none;
}
.spectrum-Icon:not(:root), .spectrum-UIIcon:not(:root) {
    overflow: hidden;
  }
.spectrum-Icon--sizeXXS,
  .spectrum-Icon--sizeXXS img,
  .spectrum-Icon--sizeXXS svg {
    height: 9px;
    width: 9px;
  }
.spectrum-Icon--sizeXS,
  .spectrum-Icon--sizeXS img,
  .spectrum-Icon--sizeXS svg {
    height: 12px;
    width: 12px;
  }
.spectrum-Icon--sizeS,
  .spectrum-Icon--sizeS img,
  .spectrum-Icon--sizeS svg {
    height: 18px;
    width: 18px;
  }
.spectrum-Icon--sizeM,
  .spectrum-Icon--sizeM img,
  .spectrum-Icon--sizeM svg {
    height: 24px;
    width: 24px;
  }
.spectrum-Icon--sizeL,
  .spectrum-Icon--sizeL img,
  .spectrum-Icon--sizeL svg {
    height: 36px;
    width: 36px;
  }
.spectrum-Icon--sizeXL,
  .spectrum-Icon--sizeXL img,
  .spectrum-Icon--sizeXL svg {
    height: 48px;
    width: 48px;
  }
.spectrum-Icon--sizeXXL,
  .spectrum-Icon--sizeXXL img,
  .spectrum-Icon--sizeXXL svg {
    height: 72px;
    width: 72px;
  }
.spectrum--medium .spectrum-UIIcon--large {
    display: none;
  }
.spectrum--medium .spectrum-UIIcon--medium {
    display: inline;
  }
.spectrum--large .spectrum-UIIcon--medium {
    display: none;
  }
.spectrum--large .spectrum-UIIcon--large {
    display: inline;
  }
.spectrum--large {
  --ui-icon-large-display: block;
  --ui-icon-medium-display: none;
}
.spectrum--medium {
  --ui-icon-medium-display: block;
  --ui-icon-large-display: none;
}
.spectrum-UIIcon--large {
  display: var(--ui-icon-large-display);
}
.spectrum-UIIcon--medium {
  display: var(--ui-icon-medium-display);
}
.spectrum-UIIcon-AlertMedium {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-AlertSmall {
  width: 14px;
  height: 14px;
}
.spectrum-UIIcon-ArrowDownSmall {
  width: 8px;
  height: 10px;
}
.spectrum-UIIcon-ArrowLeftMedium {
  width: 14px;
  height: 10px;
}
.spectrum-UIIcon-Asterisk {
  width: 8px;
  height: 8px;
}
.spectrum-UIIcon-CheckmarkMedium {
  width: 12px;
  height: 12px;
}
.spectrum-UIIcon-CheckmarkSmall {
  width: 10px;
  height: 10px;
}
.spectrum-UIIcon-ChevronDownMedium {
  width: 10px;
  height: 6px;
}
.spectrum-UIIcon-ChevronDownSmall {
  width: 8px;
  height: 6px;
}
.spectrum-UIIcon-ChevronLeftLarge {
  width: 12px;
  height: 16px;
}
.spectrum-UIIcon-ChevronLeftMedium {
  width: 6px;
  height: 10px;
}
.spectrum-UIIcon-ChevronRightLarge {
  width: 12px;
  height: 16px;
}
.spectrum-UIIcon-ChevronRightMedium {
  width: 6px;
  height: 10px;
}
.spectrum-UIIcon-ChevronRightSmall {
  width: 6px;
  height: 8px;
}
.spectrum-UIIcon-ChevronUpSmall {
  width: 8px;
  height: 6px;
}
.spectrum-UIIcon-CornerTriangle {
  width: 5px;
  height: 5px;
}
.spectrum-UIIcon-CrossLarge {
  width: 12px;
  height: 12px;
}
.spectrum-UIIcon-CrossMedium {
  width: 8px;
  height: 8px;
}
.spectrum-UIIcon-CrossSmall {
  width: 8px;
  height: 8px;
}
.spectrum-UIIcon-DashSmall {
  width: 10px;
  height: 10px;
}
.spectrum-UIIcon-DoubleGripper {
  width: 16px;
  height: 4px;
}
.spectrum-UIIcon-FolderBreadcrumb {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-HelpMedium {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-HelpSmall {
  width: 14px;
  height: 14px;
}
.spectrum-UIIcon-InfoMedium {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-InfoSmall {
  width: 14px;
  height: 14px;
}
.spectrum-UIIcon-Magnifier {
  width: 16px;
  height: 16px;
}
.spectrum-UIIcon-SkipLeft {
  width: 9px;
  height: 10px;
}
.spectrum-UIIcon-SkipRight {
  width: 9px;
  height: 10px;
}
.spectrum-UIIcon-Star {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-StarOutline {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-SuccessMedium {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-SuccessSmall {
  width: 14px;
  height: 14px;
}
.spectrum-UIIcon-TripleGripper {
  width: 10px;
  height: 7px;
}

.spectrum--large .spectrum-Icon,
.spectrum--large .spectrum-UIIcon {
  display: inline-block;
  color: inherit;
  fill: currentColor;
  pointer-events: none;
}
.spectrum--large .spectrum-Icon:not(:root), .spectrum--large .spectrum-UIIcon:not(:root) {
    overflow: hidden;
  }
.spectrum--large .spectrum-Icon--sizeXXS,
  .spectrum--large .spectrum-Icon--sizeXXS img,
  .spectrum--large .spectrum-Icon--sizeXXS svg {
    height: 11px;
    width: 11px;
  }
.spectrum--large .spectrum-Icon--sizeXS,
  .spectrum--large .spectrum-Icon--sizeXS img,
  .spectrum--large .spectrum-Icon--sizeXS svg {
    height: 15px;
    width: 15px;
  }
.spectrum--large .spectrum-Icon--sizeS,
  .spectrum--large .spectrum-Icon--sizeS img,
  .spectrum--large .spectrum-Icon--sizeS svg {
    height: 22px;
    width: 22px;
  }
.spectrum--large .spectrum-Icon--sizeM,
  .spectrum--large .spectrum-Icon--sizeM img,
  .spectrum--large .spectrum-Icon--sizeM svg {
    height: 30px;
    width: 30px;
  }
.spectrum--large .spectrum-Icon--sizeL,
  .spectrum--large .spectrum-Icon--sizeL img,
  .spectrum--large .spectrum-Icon--sizeL svg {
    height: 44px;
    width: 44px;
  }
.spectrum--large .spectrum-Icon--sizeXL,
  .spectrum--large .spectrum-Icon--sizeXL img,
  .spectrum--large .spectrum-Icon--sizeXL svg {
    height: 60px;
    width: 60px;
  }
.spectrum--large .spectrum-Icon--sizeXXL,
  .spectrum--large .spectrum-Icon--sizeXXL img,
  .spectrum--large .spectrum-Icon--sizeXXL svg {
    height: 90px;
    width: 90px;
  }
.spectrum--large .spectrum--medium .spectrum-UIIcon--large {
    display: none;
  }
.spectrum--large .spectrum--medium .spectrum-UIIcon--medium {
    display: inline;
  }
.spectrum--large .spectrum--large .spectrum-UIIcon--medium {
    display: none;
  }
.spectrum--large .spectrum--large .spectrum-UIIcon--large {
    display: inline;
  }
.spectrum--large .spectrum--large {
  --ui-icon-large-display: block;
  --ui-icon-medium-display: none;
}
.spectrum--large .spectrum--medium {
  --ui-icon-medium-display: block;
  --ui-icon-large-display: none;
}
.spectrum--large .spectrum-UIIcon--large {
  display: var(--ui-icon-large-display);
}
.spectrum--large .spectrum-UIIcon--medium {
  display: var(--ui-icon-medium-display);
}
.spectrum--large .spectrum-UIIcon-AlertMedium {
  width: 22px;
  height: 22px;
}
.spectrum--large .spectrum-UIIcon-AlertSmall {
  width: 18px;
  height: 18px;
}
.spectrum--large .spectrum-UIIcon-ArrowDownSmall {
  width: 10px;
  height: 12px;
}
.spectrum--large .spectrum-UIIcon-ArrowLeftMedium {
  width: 18px;
  height: 12px;
}
.spectrum--large .spectrum-UIIcon-Asterisk {
  width: 10px;
  height: 10px;
}
.spectrum--large .spectrum-UIIcon-CheckmarkMedium {
  width: 16px;
  height: 16px;
}
.spectrum--large .spectrum-UIIcon-CheckmarkSmall {
  width: 12px;
  height: 12px;
}
.spectrum--large .spectrum-UIIcon-ChevronDownMedium {
  width: 12px;
  height: 8px;
}
.spectrum--large .spectrum-UIIcon-ChevronDownSmall {
  width: 10px;
  height: 8px;
}
.spectrum--large .spectrum-UIIcon-ChevronLeftLarge {
  width: 16px;
  height: 20px;
}
.spectrum--large .spectrum-UIIcon-ChevronLeftMedium {
  width: 8px;
  height: 12px;
}
.spectrum--large .spectrum-UIIcon-ChevronRightLarge {
  width: 16px;
  height: 20px;
}
.spectrum--large .spectrum-UIIcon-ChevronRightMedium {
  width: 8px;
  height: 12px;
}
.spectrum--large .spectrum-UIIcon-ChevronRightSmall {
  width: 8px;
  height: 10px;
}
.spectrum--large .spectrum-UIIcon-ChevronUpSmall {
  width: 10px;
  height: 8px;
}
.spectrum--large .spectrum-UIIcon-CornerTriangle {
  width: 6px;
  height: 6px;
}
.spectrum--large .spectrum-UIIcon-CrossLarge {
  width: 16px;
  height: 16px;
}
.spectrum--large .spectrum-UIIcon-CrossMedium {
  width: 10px;
  height: 10px;
}
.spectrum--large .spectrum-UIIcon-CrossSmall {
  width: 10px;
  height: 10px;
}
.spectrum--large .spectrum-UIIcon-DashSmall {
  width: 12px;
  height: 12px;
}
.spectrum--large .spectrum-UIIcon-DoubleGripper {
  width: 20px;
  height: 5px;
}
.spectrum--large .spectrum-UIIcon-FolderBreadcrumb {
  width: 22px;
  height: 22px;
}
.spectrum--large .spectrum-UIIcon-HelpMedium {
  width: 22px;
  height: 22px;
}
.spectrum--large .spectrum-UIIcon-HelpSmall {
  width: 18px;
  height: 18px;
}
.spectrum--large .spectrum-UIIcon-InfoMedium {
  width: 22px;
  height: 22px;
}
.spectrum--large .spectrum-UIIcon-InfoSmall {
  width: 18px;
  height: 18px;
}
.spectrum--large .spectrum-UIIcon-Magnifier {
  width: 20px;
  height: 20px;
}
.spectrum--large .spectrum-UIIcon-SkipLeft {
  width: 10px;
  height: 12px;
}
.spectrum--large .spectrum-UIIcon-SkipRight {
  width: 10px;
  height: 12px;
}
.spectrum--large .spectrum-UIIcon-Star {
  width: 22px;
  height: 22px;
}
.spectrum--large .spectrum-UIIcon-StarOutline {
  width: 22px;
  height: 22px;
}
.spectrum--large .spectrum-UIIcon-SuccessMedium {
  width: 22px;
  height: 22px;
}
.spectrum--large .spectrum-UIIcon-SuccessSmall {
  width: 18px;
  height: 18px;
}
.spectrum--large .spectrum-UIIcon-TripleGripper {
  width: 12px;
  height: 9px;
}

/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

.spectrum-Button--block {
  display: block;
}
.spectrum-Button,
.spectrum-ActionButton,
.spectrum-LogicButton,
.spectrum-FieldButton,
.spectrum-ClearButton,
.spectrum-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-ux', 'adobe-clean', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  line-height: 1.3;

  cursor: pointer;

  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}
.spectrum-Button:focus,
.spectrum-ActionButton:focus,
.spectrum-LogicButton:focus,
.spectrum-FieldButton:focus,
.spectrum-ClearButton:focus,
.spectrum-Tool:focus {
    outline: none;
  }
.spectrum-Button::-moz-focus-inner,
.spectrum-ActionButton::-moz-focus-inner,
.spectrum-LogicButton::-moz-focus-inner,
.spectrum-FieldButton::-moz-focus-inner,
.spectrum-ClearButton::-moz-focus-inner,
.spectrum-Tool::-moz-focus-inner {
    border: 0;
    border-style: none;
    padding: 0;
    margin-top: -2PX;
    margin-bottom: -2PX;
  }
.spectrum-Button:disabled,
.spectrum-ActionButton:disabled,
.spectrum-LogicButton:disabled,
.spectrum-FieldButton:disabled,
.spectrum-ClearButton:disabled,
.spectrum-Tool:disabled {
    cursor: default;
  }
.spectrum-Button .spectrum-Icon,
.spectrum-ActionButton .spectrum-Icon,
.spectrum-LogicButton .spectrum-Icon,
.spectrum-FieldButton .spectrum-Icon,
.spectrum-ClearButton .spectrum-Icon,
.spectrum-Tool .spectrum-Icon {
    max-height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
.spectrum-Button:after,
.spectrum-LogicButton:after,
.spectrum-ClearButton: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;
  }
.spectrum-Button.focus-ring:after,
.spectrum-LogicButton.focus-ring:after,
.spectrum-ClearButton.focus-ring:after {
      margin: -4px;
    }
.spectrum-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;
}
.spectrum-Button:hover,
  .spectrum-Button:active {
    box-shadow: none;
  }
.spectrum-Button .spectrum-Icon + .spectrum-Button-label {
    margin-left: 8px;
  }
.spectrum-Button .spectrum-Button-label + .spectrum-Icon {
    margin-left: 4px;
  }
.spectrum-ClearButton--overBackground.focus-ring:after {
      margin: -2px;
    }
a.spectrum-Button,
a.spectrum-ActionButton {
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.spectrum-ActionButton,
.spectrum-Tool {
  position: relative;

  height: 32px;
  min-width: 32px;
  padding: 0 6px;

  border-width: 1px;
  border-radius: 4px;

  font-size: 14px;
  font-weight: 400;
}
.spectrum-ActionButton .spectrum-Icon + .spectrum-ActionButton-label,
.spectrum-Tool .spectrum-Icon + .spectrum-ActionButton-label {
    padding-left: 7px;
    padding-right: 5px;
  }
.spectrum-ActionButton .spectrum-Icon--sizeS:only-child,
.spectrum-Tool .spectrum-Icon--sizeS:only-child {
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
  }
.spectrum-ActionButton .spectrum-ActionButton-label:only-child,
.spectrum-Tool .spectrum-ActionButton-label:only-child {
    padding: 0 5px;
  }
.spectrum-ActionButton-hold {
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.spectrum-ActionButton-label,
.spectrum-Button-label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: center;
  text-align: center;
  width: 100%;
}
.spectrum-ActionButton-label:empty, .spectrum-Button-label:empty {
    display: none;
  }
.spectrum-ActionButton-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spectrum-ActionButton--quiet,
.spectrum-Tool {
  border-width: 1px;
  border-radius: 4px;

  font-size: 14px;
  font-weight: 400;
}
.spectrum-LogicButton {

  height: 24px;
  padding: 8px;

  border-width: 2px;
  border-radius: 4px;

  font-size: 14px;
  font-weight: 700;
  line-height: 0;
}
.spectrum-LogicButton:after {
    border-radius: 6px;
  }
.spectrum-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;
}
.spectrum-FieldButton {
  margin: 0;
  padding: 0 12px;

  border-width: 1px;
  border-style: solid;
  border-radius: 4px;

  transition: background-color 130ms,
    box-shadow 130ms,
    border-color 130ms;
}
.spectrum-FieldButton:disabled,
  .spectrum-FieldButton.is-disabled {
    border-width: 0;
    cursor: default;
  }
.spectrum-FieldButton.is-open {
    border-width: 1px;
  }
.spectrum-FieldButton--quiet {
  margin: 0;
  padding: 0;

  border-width: 0;
  border-radius: 0px;
}
.spectrum-FieldButton--quiet:disabled.focus-ring, .spectrum-FieldButton--quiet.is-disabled.focus-ring {
      box-shadow: none;
    }
.spectrum-ClearButton {

  width: 32px;
  height: 32px;

  border-radius: 100%;

  padding: 0;
  margin: 0;

  border: none;
}
.spectrum-ClearButton > .spectrum-Icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .spectrum-ClearButton > .spectrum-Icon {
      margin: 0;
    }
}
.spectrum-ClearButton--small {
  width: 24px;
  height: 24px;
}
.spectrum-Tool {

  position: relative;

  -ms-flex-pack: center;

      justify-content: center;

  width: 32px;
  height: 32px;

  padding: 0;
}
.spectrum-Tool-hold {
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.spectrum-Button + .spectrum-Button {
  margin-left: 16px;
}
.spectrum-ActionButton + .spectrum-ActionButton,
.spectrum-Tool + .spectrum-Tool {
  margin-left: 8px;
}
.spectrum-Tool + .spectrum-Tool {
  margin-left: 8px;
}

.spectrum--large .spectrum-Button,
.spectrum--large .spectrum-ActionButton,
.spectrum--large .spectrum-LogicButton,
.spectrum--large .spectrum-FieldButton,
.spectrum--large .spectrum-ClearButton,
.spectrum--large .spectrum-Tool {

  transition: background 130ms ease-out,
              border-color 130ms ease-out,
              color 130ms ease-out,
              box-shadow 130ms ease-out;
  font-family: 'adobe-clean-ux', 'adobe-clean', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  line-height: 1.3;

}
.spectrum--large .spectrum-Button:after,
.spectrum--large .spectrum-LogicButton:after,
.spectrum--large .spectrum-ClearButton:after {
    border-radius: 22px;
    margin: -2px;

    transition: box-shadow 130ms ease-out,
                margin 130ms ease-out;
  }
.spectrum--large .spectrum-Button.focus-ring:after,
.spectrum--large .spectrum-LogicButton.focus-ring:after,
.spectrum--large .spectrum-ClearButton.focus-ring:after {
      margin: -4px;
    }
.spectrum--large .spectrum-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;
}
.spectrum--large .spectrum-Button .spectrum-Icon + .spectrum-Button-label {
    margin-left: 10px;
  }
.spectrum--large .spectrum-Button .spectrum-Button-label + .spectrum-Icon {
    margin-left: 5px;
  }
.spectrum--large .spectrum-ClearButton--overBackground.focus-ring:after {
      margin: -2px;
    }
.spectrum--large .spectrum-ActionButton,
.spectrum--large .spectrum-Tool {

  height: 40px;
  min-width: 40px;
  padding: 0 8px;

  border-width: 1px;
  border-radius: 5px;

  font-size: 17px;
  font-weight: 400;
}
.spectrum--large .spectrum-ActionButton .spectrum-Icon + .spectrum-ActionButton-label,
.spectrum--large .spectrum-Tool .spectrum-Icon + .spectrum-ActionButton-label {
    padding-left: 9px;
    padding-right: 6px;
  }
.spectrum--large .spectrum-ActionButton .spectrum-Icon--sizeS:only-child,
.spectrum--large .spectrum-Tool .spectrum-Icon--sizeS:only-child {
    top: calc(50% - 11px);
    left: calc(50% - 11px);
  }
.spectrum--large .spectrum-ActionButton .spectrum-ActionButton-label:only-child,
.spectrum--large .spectrum-Tool .spectrum-ActionButton-label:only-child {
    padding: 0 6px;
  }
.spectrum--large .spectrum-ActionButton-hold {
  right: 4px;
  bottom: 4px;
}
.spectrum--large .spectrum-ActionButton--quiet,
.spectrum--large .spectrum-Tool {
  border-width: 1px;
  border-radius: 5px;

  font-size: 17px;
  font-weight: 400;
}
.spectrum--large .spectrum-LogicButton {

  height: 24px;
  padding: 10px;

  border-width: 2px;
  border-radius: 5px;

  font-size: 17px;
  font-weight: 700;
}
.spectrum--large .spectrum-LogicButton:after {
    border-radius: 7px;
  }
.spectrum--large .spectrum-FieldButton {

  height: 40px;

  padding: 0 15px;
  font-size: 17px;
}
.spectrum--large .spectrum-FieldButton {
  padding: 0 15px;

  border-width: 1px;
  border-radius: 5px;

  transition: background-color 130ms,
    box-shadow 130ms,
    border-color 130ms;
}
.spectrum--large .spectrum-FieldButton:disabled,
  .spectrum--large .spectrum-FieldButton.is-disabled {
    border-width: 0;
  }
.spectrum--large .spectrum-FieldButton.is-open {
    border-width: 1px;
  }
.spectrum--large .spectrum-FieldButton--quiet {
  margin: 0;
  padding: 0;

  border-width: 0;
  border-radius: 0px;
}
.spectrum--large .spectrum-ClearButton {

  width: 40px;
  height: 40px;
}
.spectrum--large .spectrum-ClearButton--small {
  width: 30px;
  height: 30px;
}
.spectrum--large .spectrum-Tool {

  width: 40px;
  height: 40px;
}
.spectrum--large .spectrum-Tool-hold {
  right: 4px;
  bottom: 4px;
}
.spectrum--large .spectrum-Button + .spectrum-Button {
  margin-left: 16px;
}
.spectrum--large .spectrum-ActionButton + .spectrum-ActionButton,
.spectrum--large .spectrum-Tool + .spectrum-Tool {
  margin-left: 10px;
}
.spectrum--large .spectrum-Tool + .spectrum-Tool {
  margin-left: 10px;
}

.spectrum--light .spectrum-LogicButton.focus-ring:after,
.spectrum--light .spectrum-LogicButton.is-focused:after,
.spectrum--light .spectrum-Button.focus-ring:after,
.spectrum--light .spectrum-Button.is-focused:after {
      box-shadow: 0 0 0 2px rgb(38, 128, 235);
    }
.spectrum--light .spectrum-ClearButton {
  background-color: transparent;

  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-ClearButton:hover {
    background-color: transparent;

    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-ClearButton:active {
    background-color: transparent;

    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-ClearButton.focus-ring {
    background-color: transparent;

    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-ClearButton:disabled,
.spectrum--light .spectrum-ClearButton.is-disabled {
    background-color: transparent;

    color: rgb(202, 202, 202);
  }
.spectrum--light .spectrum-Button--cta {
  background-color: rgb(20, 115, 230);
  border-color: rgb(20, 115, 230);
  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-Button--cta:hover {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--cta.focus-ring {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--cta:active {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--cta:disabled,
.spectrum--light .spectrum-Button--cta.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Button--primary {
  background-color: transparent;
  border-color: rgb(75, 75, 75);
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Button--primary:hover {
    background-color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--primary.focus-ring {
    background-color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--primary:active {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--primary:disabled,
.spectrum--light .spectrum-Button--primary.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Button--secondary {
  background-color: transparent;
  border-color: rgb(110, 110, 110);
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Button--secondary:hover {
    background-color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--secondary.focus-ring {
    background-color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--secondary:active {
    background-color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--secondary:disabled,
.spectrum--light .spectrum-Button--secondary.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Button--warning {
  background-color: transparent;
  border-color: rgb(201, 37, 45);
  color: rgb(201, 37, 45);
}
.spectrum--light .spectrum-Button--warning:hover {
    background-color: rgb(201, 37, 45);
    border-color: rgb(201, 37, 45);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--warning.focus-ring {
    background-color: rgb(201, 37, 45);
    border-color: rgb(201, 37, 45);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--warning:active {
    background-color: rgb(187, 18, 26);
    border-color: rgb(187, 18, 26);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--warning:disabled,
.spectrum--light .spectrum-Button--warning.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Button--overBackground {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-Button--overBackground:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.spectrum--light .spectrum-Button--overBackground.focus-ring {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.spectrum--light .spectrum-Button--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.spectrum--light .spectrum-Button--overBackground:active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: inherit;
  }
.spectrum--light .spectrum-Button--overBackground:disabled,
.spectrum--light .spectrum-Button--overBackground.is-disabled {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgba(255,255,255,0.35);
  }
.spectrum--light .spectrum-Button--overBackground.spectrum-Button--quiet,
.spectrum--light .spectrum-ClearButton--overBackground {
  background-color: transparent;
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-Button--overBackground.spectrum-Button--quiet:hover,
.spectrum--light .spectrum-ClearButton--overBackground:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--overBackground.spectrum-Button--quiet.focus-ring,
.spectrum--light .spectrum-ClearButton--overBackground.focus-ring {
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
.spectrum--light .spectrum-Button--overBackground.spectrum-Button--quiet.focus-ring:after,
.spectrum--light .spectrum-ClearButton--overBackground.focus-ring:after {
      box-shadow: 0 0 0 2px rgb(255, 255, 255);
    }
.spectrum--light .spectrum-Button--overBackground.spectrum-Button--quiet:active,
.spectrum--light .spectrum-ClearButton--overBackground:active {
    background-color: rgba(255,255,255,0.15);
    border-color: transparent;
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-Button--overBackground.spectrum-Button--quiet:disabled,
.spectrum--light .spectrum-Button--overBackground.spectrum-Button--quiet.is-disabled,
.spectrum--light .spectrum-ClearButton--overBackground:disabled,
.spectrum--light .spectrum-ClearButton--overBackground.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255,255,255,0.15);
  }
.spectrum--light .spectrum-Button--primary.spectrum-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Button--primary.spectrum-Button--quiet:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Button--primary.spectrum-Button--quiet.focus-ring {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Button--primary.spectrum-Button--quiet:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Button--primary.spectrum-Button--quiet:disabled,
.spectrum--light .spectrum-Button--primary.spectrum-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Button--secondary.spectrum-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Button--secondary.spectrum-Button--quiet:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(75, 75, 75);
  }
.spectrum--light .spectrum-Button--secondary.spectrum-Button--quiet.focus-ring {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(75, 75, 75);
  }
.spectrum--light .spectrum-Button--secondary.spectrum-Button--quiet:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(75, 75, 75);
  }
.spectrum--light .spectrum-Button--secondary.spectrum-Button--quiet:disabled,
.spectrum--light .spectrum-Button--secondary.spectrum-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-ActionButton,
.spectrum--light .spectrum-Tool {
  background-color: rgb(250, 250, 250);
  border-color: rgb(225, 225, 225);
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-ActionButton .spectrum-Icon,
.spectrum--light .spectrum-Tool .spectrum-Icon {
    color: rgb(110, 110, 110);
  }
.spectrum--light .spectrum-ActionButton .spectrum-ActionButton-hold,
.spectrum--light .spectrum-Tool .spectrum-ActionButton-hold {
    color: rgb(110, 110, 110);
  }
.spectrum--light .spectrum-ActionButton:hover,
.spectrum--light .spectrum-Tool:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(202, 202, 202);
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-ActionButton:hover .spectrum-Icon,
.spectrum--light .spectrum-Tool:hover .spectrum-Icon {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton:hover .spectrum-ActionButton-hold,
.spectrum--light .spectrum-Tool:hover .spectrum-ActionButton-hold {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton.focus-ring,
.spectrum--light .spectrum-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);
  }
.spectrum--light .spectrum-ActionButton.focus-ring .spectrum-Icon,
.spectrum--light .spectrum-Tool.focus-ring .spectrum-Icon {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton.focus-ring .spectrum-ActionButton-hold,
.spectrum--light .spectrum-Tool.focus-ring .spectrum-ActionButton-hold {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton:active,
.spectrum--light .spectrum-Tool:active {
    background-color: rgb(234, 234, 234);
    border-color: rgb(202, 202, 202);
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-ActionButton:active .spectrum-ActionButton-hold,
.spectrum--light .spectrum-Tool:active .spectrum-ActionButton-hold {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton:disabled,
.spectrum--light .spectrum-ActionButton.is-disabled,
.spectrum--light .spectrum-Tool:disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-ActionButton:disabled .spectrum-Icon,
.spectrum--light .spectrum-ActionButton.is-disabled .spectrum-Icon,
.spectrum--light .spectrum-Tool:disabled .spectrum-Icon {
      color: rgb(202, 202, 202);
    }
.spectrum--light .spectrum-ActionButton:disabled .spectrum-ActionButton-hold,
.spectrum--light .spectrum-ActionButton.is-disabled .spectrum-ActionButton-hold,
.spectrum--light .spectrum-Tool:disabled .spectrum-ActionButton-hold {
      color: rgb(202, 202, 202);
    }
.spectrum--light .spectrum-ActionButton.is-selected {
    background-color: rgb(234, 234, 234);
    border-color: rgb(225, 225, 225);
    color: rgb(75, 75, 75);
  }
.spectrum--light .spectrum-ActionButton.is-selected .spectrum-Icon {
      color: rgb(110, 110, 110);
    }
.spectrum--light .spectrum-ActionButton.is-selected.focus-ring {
      background-color: rgb(234, 234, 234);
      border-color: rgb(38, 128, 235);
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton.is-selected.focus-ring .spectrum-Icon {
        color: rgb(44, 44, 44);
      }
.spectrum--light .spectrum-ActionButton.is-selected:hover {
      background-color: rgb(234, 234, 234);
      border-color: rgb(202, 202, 202);
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton.is-selected:hover .spectrum-Icon {
        color: rgb(44, 44, 44);
      }
.spectrum--light .spectrum-ActionButton.is-selected:active {
      background-color: rgb(234, 234, 234);
      border-color: rgb(202, 202, 202);
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton.is-selected:active .spectrum-Icon {
        color: rgb(44, 44, 44);
      }
.spectrum--light .spectrum-ActionButton.is-selected:disabled,
.spectrum--light .spectrum-ActionButton.is-selected.is-disabled {
      background-color: rgb(234, 234, 234);
      border-color: rgb(234, 234, 234);
      color: rgb(179, 179, 179);
    }
.spectrum--light .spectrum-ActionButton.is-selected:disabled .spectrum-Icon,
.spectrum--light .spectrum-ActionButton.is-selected.is-disabled .spectrum-Icon {
        color: rgb(202, 202, 202);
      }
.spectrum--light .spectrum-ActionButton--quiet,
.spectrum--light .spectrum-Tool {
  background-color: transparent;
  border-color: transparent;
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-ActionButton--quiet:hover,
.spectrum--light .spectrum-Tool:hover {
    background-color: transparent;
    border-color: transparent;
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-ActionButton--quiet.focus-ring,
.spectrum--light .spectrum-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);
  }
.spectrum--light .spectrum-ActionButton--quiet:active,
.spectrum--light .spectrum-Tool:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-ActionButton--quiet:disabled,
.spectrum--light .spectrum-ActionButton--quiet.is-disabled,
.spectrum--light .spectrum-Tool:disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-ActionButton--quiet.is-selected {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(75, 75, 75);
  }
.spectrum--light .spectrum-ActionButton--quiet.is-selected.focus-ring {
      background-color: rgb(225, 225, 225);
      border-color: rgb(38, 128, 235);
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton--quiet.is-selected:hover {
      background-color: rgb(225, 225, 225);
      border-color: rgb(225, 225, 225);
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton--quiet.is-selected:active {
      background-color: rgb(225, 225, 225);
      border-color: rgb(225, 225, 225);
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-ActionButton--quiet.is-selected:disabled,
.spectrum--light .spectrum-ActionButton--quiet.is-selected.is-disabled {
      background-color: rgb(234, 234, 234);
      border-color: rgb(234, 234, 234);
      color: rgb(179, 179, 179);
    }
.spectrum--light .spectrum-Button--warning.spectrum-Button--quiet {
  background-color: transparent;
  border-color: transparent;
  color: rgb(201, 37, 45);
}
.spectrum--light .spectrum-Button--warning.spectrum-Button--quiet:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(187, 18, 26);
  }
.spectrum--light .spectrum-Button--warning.spectrum-Button--quiet.focus-ring {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(187, 18, 26);
  }
.spectrum--light .spectrum-Button--warning.spectrum-Button--quiet:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(187, 18, 26);
  }
.spectrum--light .spectrum-Button--warning.spectrum-Button--quiet:disabled,
.spectrum--light .spectrum-Button--warning.spectrum-Button--quiet.is-disabled {
    background-color: transparent;
    border-color: transparent;
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-LogicButton--and {
  background-color: rgb(20, 115, 230);
  border-color: rgb(20, 115, 230);
  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-LogicButton--and:hover {
    background-color: rgb(9, 90, 186);
    border-color: rgb(9, 90, 186);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-LogicButton--and:disabled,
.spectrum--light .spectrum-LogicButton--and.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-LogicButton--or {
  background-color: rgb(206, 39, 131);
  border-color: rgb(206, 39, 131);
  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-LogicButton--or:hover {
    background-color: rgb(174, 14, 102);
    border-color: rgb(174, 14, 102);
    color: rgb(255, 255, 255);
  }
.spectrum--light .spectrum-LogicButton--or:disabled,
.spectrum--light .spectrum-LogicButton--or.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-FieldButton {
  color: rgb(75, 75, 75);
  background-color: rgb(250, 250, 250);
  border-color: rgb(225, 225, 225);
}
.spectrum--light .spectrum-FieldButton:hover {
    color: rgb(44, 44, 44);
    background-color: rgb(255, 255, 255);
    border-color: rgb(202, 202, 202);
  }
.spectrum--light .spectrum-FieldButton:active,
.spectrum--light .spectrum-FieldButton.is-selected {
    background-color: rgb(234, 234, 234);
    border-color: rgb(202, 202, 202);
  }
.spectrum--light .spectrum-FieldButton.focus-ring,
.spectrum--light .spectrum-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);
  }
.spectrum--light .spectrum-FieldButton.focus-ring.is-placeholder,
.spectrum--light .spectrum-FieldButton.is-focused.is-placeholder {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-FieldButton.is-invalid {
    border-color: rgb(215, 55, 63);
  }
.spectrum--light .spectrum-FieldButton.is-invalid:hover {
      border-color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-FieldButton.is-invalid:active,
.spectrum--light .spectrum-FieldButton.is-invalid.is-selected {
      border-color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-FieldButton.is-invalid.focus-ring,
.spectrum--light .spectrum-FieldButton.is-invalid.is-focused {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.spectrum--light .spectrum-FieldButton:disabled,
.spectrum--light .spectrum-FieldButton.is-disabled {
    background-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-FieldButton:disabled .spectrum-Icon,
.spectrum--light .spectrum-FieldButton.is-disabled .spectrum-Icon {
      color: rgb(202, 202, 202);
    }
.spectrum--light .spectrum-FieldButton--quiet {
  color: rgb(75, 75, 75);
  border-color: transparent;
  background-color: transparent;
}
.spectrum--light .spectrum-FieldButton--quiet:hover {
    background-color: transparent;
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-FieldButton--quiet.focus-ring,
.spectrum--light .spectrum-FieldButton--quiet.is-focused {
    background-color: transparent;
    box-shadow: 0 2px 0 0 rgb(38, 128, 235);
  }
.spectrum--light .spectrum-FieldButton--quiet.focus-ring.is-placeholder,
.spectrum--light .spectrum-FieldButton--quiet.is-focused.is-placeholder {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-FieldButton--quiet:active,
.spectrum--light .spectrum-FieldButton--quiet.is-selected {
    background-color: transparent;
    border-color: transparent;
  }
.spectrum--light .spectrum-FieldButton--quiet:active.focus-ring,
.spectrum--light .spectrum-FieldButton--quiet:active.is-focused,
.spectrum--light .spectrum-FieldButton--quiet.is-selected.focus-ring,
.spectrum--light .spectrum-FieldButton--quiet.is-selected.is-focused {
      background-color: transparent;
      box-shadow: 0 2px 0 0 rgb(38, 128, 235);
    }
.spectrum--light .spectrum-FieldButton--quiet.is-invalid.focus-ring,
.spectrum--light .spectrum-FieldButton--quiet.is-invalid.is-focused {
      box-shadow: 0 2px 0 0 rgb(38, 128, 235);
    }
.spectrum--light .spectrum-FieldButton--quiet:disabled,
.spectrum--light .spectrum-FieldButton--quiet.is-disabled {
    background-color: transparent;
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Tool.is-selected .spectrum-Icon {
      color: rgb(20, 115, 230);
    }
.spectrum--light .spectrum-Tool.is-selected .spectrum-Tool-hold {
      color: rgb(20, 115, 230);
    }
.spectrum--light .spectrum-Tool.is-selected:hover .spectrum-Icon {
        color: rgb(13, 102, 208);
      }
.spectrum--light .spectrum-Tool.is-selected:hover .spectrum-Tool-hold {
        color: rgb(13, 102, 208);
      }
.spectrum--light .spectrum-Tool.is-selected:active .spectrum-Icon {
        color: rgb(9, 90, 186);
      }
.spectrum--light .spectrum-Tool.is-selected:active .spectrum-Tool-hold {
        color: rgb(9, 90, 186);
      }
.spectrum--light .spectrum-Tool.is-selected.focus-ring .spectrum-Icon {
        color: rgb(13, 102, 208);
      }
.spectrum--light .spectrum-Tool.is-selected.focus-ring .spectrum-Tool-hold {
        color: rgb(13, 102, 208);
      }
.spectrum--light .spectrum-Tool.is-selected:disabled,
.spectrum--light .spectrum-Tool.is-selected.is-disabled {
      background-color: transparent;
      border-color: transparent;
    }
.spectrum--light .spectrum-Tool.is-selected:disabled .spectrum-Icon,
.spectrum--light .spectrum-Tool.is-selected.is-disabled .spectrum-Icon {
        color: rgb(202, 202, 202);
      }
.spectrum--light .spectrum-Tool.is-selected:disabled .spectrum-Tool-hold,
.spectrum--light .spectrum-Tool.is-selected.is-disabled .spectrum-Tool-hold {
        color: rgb(202, 202, 202);
      }
.spectrum--light .spectrum-Tool .spectrum-Tool-hold {
    color: rgb(110, 110, 110);
  }
.spectrum--light .spectrum-Tool:hover .spectrum-Tool-hold {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Tool:active {
    background-color: transparent;
    border-color: transparent;
  }
.spectrum--light .spectrum-Tool:active .spectrum-Tool-hold {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Tool.focus-ring .spectrum-Tool-hold {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Tool.is-disabled .spectrum-Tool-hold,
.spectrum--light .spectrum-Tool:disabled .spectrum-Tool-hold {
      color: rgb(202, 202, 202);
    }

/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2016 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

.spectrum-Dialog.react-spectrum-Dialog {
  visibility: visible;
}

.react-spectrum-Dialog-buttons {
  white-space: nowrap;
}
.spectrum-Dialog {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum-Dialog.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum-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;
}
.spectrum-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));
  }
.spectrum-Dialog .spectrum-Dialog-closeButton {
    display: none;
  }
.spectrum-Dialog--small {
  width: 400px;
}
.spectrum-Dialog--medium {
  width: 480px;
}
.spectrum-Dialog--large {
  width: 640px;
}
.spectrum-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;
}
.spectrum-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;
}
.spectrum-Dialog-header::after {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    content: '';

    height: 2px;
  }
.spectrum-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;
}
.spectrum-Dialog-wrapper.is-open {
    visibility: visible;
  }
.spectrum-Dialog-wrapper .spectrum-Dialog:not(.spectrum-Dialog--fullscreen):not(.spectrum-Dialog--fullscreenTakeover) {
    pointer-events: auto;

    position: relative;
    left: auto;
    top: auto;
    transform: translateY(20px);
    margin-top: -2vh;
  }
.spectrum-Dialog-wrapper .spectrum-Dialog:not(.spectrum-Dialog--fullscreen):not(.spectrum-Dialog--fullscreenTakeover).is-open {
      transform: translateY(0);
    }
@media
only screen and (max-device-width: 400px), only screen and (max-device-height: 350px) {
  .spectrum-Dialog--responsive {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
    .spectrum-Dialog-wrapper .spectrum-Dialog--responsive {
      margin-top: 0;
    }
}
.spectrum-Dialog--noDivider .spectrum-Dialog-header::after {
      display: none;
    }
.spectrum-Dialog--dismissible .spectrum-Dialog-footer {
    display: none;
  }
.spectrum-Dialog--dismissible .spectrum-Dialog-closeButton {
    display: initial;
  }
.spectrum-Dialog-closeButton {
  position: absolute;
  top: -28px;
  right: -28px;
}
.spectrum-Dialog-typeIcon {
  display: block;
}
.spectrum-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) {
  .spectrum-Dialog-content {
    max-height: 70vh;
  }
}
.spectrum-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;
}
.spectrum-Dialog-footer > *,
  .spectrum-Dialog-footer > .spectrum-Button + .spectrum-Button {
    margin: 8px;
  }
.spectrum-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;
}
.spectrum-Dialog--alert {
  width: 480px;
}
.spectrum-Dialog--fullscreen {
  left: 32px;
  top: 32px;
  right: 32px;
  bottom: 32px;

  transform: translate(0, 20px);
}
.spectrum-Dialog--fullscreen.is-open {
    transform: translate(0, 0);
  }
.spectrum-Dialog--fullscreen,
.spectrum-Dialog--fullscreenTakeover {
  width: auto;
  max-height: none;
  max-width: none;

  padding-top: 30px;
}
.spectrum-Dialog--fullscreen .spectrum-Dialog-header, .spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-header {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
.spectrum-Dialog--fullscreen .spectrum-Dialog-title, .spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-title {
    font-size: 28px;
    font-weight: 100;
  }
.spectrum-Dialog--fullscreen .spectrum-Dialog-content, .spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-content {
    max-height: none;
  }
.spectrum-Dialog--fullscreenTakeover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
.spectrum-Dialog--fullscreenTakeover,
  .spectrum-Dialog--fullscreenTakeover.is-open {
    transform: none;
  }

.spectrum--large .spectrum-Dialog {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum--large .spectrum-Dialog.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum--large .spectrum-Dialog {
  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;
}
.spectrum--large .spectrum-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));
  }
.spectrum--large .spectrum-Dialog--small {
  width: 400px;
}
.spectrum--large .spectrum-Dialog--medium {
  width: 480px;
}
.spectrum--large .spectrum-Dialog--large {
  width: 640px;
}
.spectrum--large .spectrum-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;
}
.spectrum--large .spectrum-Dialog-header {

  border-radius: 5px 5px 0 0;

  padding-bottom: 30px;
}
.spectrum--large .spectrum-Dialog-header::after {
    bottom: 16px;

    height: 2px;
  }
.spectrum--large .spectrum-Dialog-wrapper {
  transition: visibility 0ms linear 130ms;
}
.spectrum--large .spectrum-Dialog-wrapper .spectrum-Dialog:not(.spectrum-Dialog--fullscreen):not(.spectrum-Dialog--fullscreenTakeover) {
    transform: translateY(25px);
    margin-top: -2vh
  }
.spectrum--large .spectrum-Dialog-closeButton {
  top: -16px;
  right: -16px;
}
.spectrum--large .spectrum-Dialog-content {

  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.spectrum--large .spectrum-Dialog-footer {
  border-radius: 0 0 5px 5px;
  padding-top: 35px;

  margin: -10px;
}
.spectrum--large .spectrum-Dialog-footer > *,
  .spectrum--large .spectrum-Dialog-footer > .spectrum-Button + .spectrum-Button {
    margin: 10px;
  }
.spectrum--large .spectrum-Dialog-title {

  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}
.spectrum--large .spectrum-Dialog--alert {
  width: 480px;
}
.spectrum--large .spectrum-Dialog--fullscreen {
  left: 32px;
  top: 32px;
  right: 32px;
  bottom: 32px;

  transform: translate(0, 25px)
}
.spectrum--large .spectrum-Dialog--fullscreen,
.spectrum--large .spectrum-Dialog--fullscreenTakeover {

  padding-top: 14px;
}
.spectrum--large .spectrum-Dialog--fullscreen .spectrum-Dialog-title, .spectrum--large .spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-title {
    font-size: 28px;
    font-weight: 100;
  }

.spectrum--light .spectrum-Dialog {
  background: rgb(245, 245, 245);
}
.spectrum--light .spectrum-Dialog-header {
  background: rgb(245, 245, 245);
}
.spectrum--light .spectrum-Dialog-header:after {
    background: rgb(225, 225, 225);
  }
.spectrum--light .spectrum-Dialog-title {
  color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Dialog-content {
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Dialog-typeIcon {
  color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Dialog-footer {
  background: rgb(245, 245, 245);
}
.spectrum--light .spectrum-Dialog--error .spectrum-Dialog-title {
    color: rgb(201, 37, 45);
  }
.spectrum--light .spectrum-Dialog--error .spectrum-Dialog-typeIcon {
    color: rgb(201, 37, 45);
  }

.standard___2GUWz {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer; }

.illustration___h6J6B img {
  width: 100%;
  border-radius: 4px; }

.row___1WQye {
  margin-bottom: 64px; }
  .row___1WQye:last-of-type {
    margin-bottom: 0px; }

.header___3af0A {
  margin-top: 0px !important; }

@media screen and (max-width: 768px) {
  .imageLeft___1N1dU {
    padding-bottom: 24px; } }

.descript___L9HuK * {
  padding-top: 8px !important;
  font-size: 14px !important;
  color: #464646 !important; }

.tableWrapper___1B11Z {
  min-width: 100%; }

.dialog___2e1DE {
  min-width: 1080px; }

.notes___HQ8x1 {
  border: 1px soid green; }
  .notes___HQ8x1 p {
    margin: 0px;
    padding: 0px;
    font-size: 14px !important;
    margin-bottom: 0px !important; }
  .notes___HQ8x1 ul {
    margin: 0px !important; }
    .notes___HQ8x1 ul li {
      font-size: 14px !important; }

.noWrap___-v7eR {
  white-space: nowrap; }

.spectrum-Menu {
  display: inline-block;

  box-sizing: border-box;

  margin: 4px 0;
  padding: 0;

  list-style-type: none;

  overflow: auto;
}
.spectrum-Menu > .spectrum-Menu-sectionHeading {
    margin-top: 3px;
    margin-bottom: 3px;
  }
.spectrum-Menu.is-selectable .spectrum-Menu-item {
      padding-right: 32px;
    }
.spectrum-Menu.is-selectable .spectrum-Menu-item.is-selected {
        padding-right: 11px;
      }
.spectrum-Menu-checkmark {
  transform: scale(1);
  opacity: 1;
}
.spectrum-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;
}
.spectrum-Menu-item:focus {
    outline: none;
  }
.spectrum-Menu-item.is-selected {
    padding-right: 11px;
  }
.spectrum-Menu-item.is-selected .spectrum-Menu-checkmark {
      display: block;
    }
.spectrum-Menu-item .spectrum-Icon,
  .spectrum-Menu-item .spectrum-Menu-itemIcon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
.spectrum-Menu-item .spectrum-Icon + .spectrum-Menu-itemLabel,
  .spectrum-Menu-item .spectrum-Menu-itemIcon  + .spectrum-Menu-itemLabel {
    margin-left: 8px;

    width: calc(100% - 50px);
  }
.spectrum-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);
}
.spectrum-Menu-itemLabel--wrapping {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.spectrum-Menu-checkmark {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.spectrum-Menu-checkmark,
.spectrum-Menu-chevron {
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 12px;
  margin-top: 4px;
}
.spectrum-Menu-divider {
  box-sizing: content-box;
  overflow: visible;

  height: 2px;
  margin: 1.5px 12px;
  padding: 0 0;
  border: none;
}
.spectrum-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;
}
.spectrum-Menu .spectrum-Menu {
  display: block;
}

.spectrum--large .spectrum-Menu {

  margin: 5px 0;
}
.spectrum--large .spectrum-Menu > .spectrum-Menu-sectionHeading {
    margin-top: 4px;
    margin-bottom: 4px;
  }
.spectrum--large .spectrum-Menu.is-selectable .spectrum-Menu-item {
      padding-right: 41px;
    }
.spectrum--large .spectrum-Menu.is-selectable .spectrum-Menu-item.is-selected {
        padding-right: 11px;
      }
.spectrum--large .spectrum-Menu-item {

  padding: 9px 12px 9px 10px;

  border-left: 2px solid transparent;

  min-height: 48px;

  font-size: 17px;
  font-weight: 400;
}
.spectrum--large .spectrum-Menu-item.is-selected {
    padding-right: 11px
  }
.spectrum--large .spectrum-Menu-item .spectrum-Icon + .spectrum-Menu-itemLabel,
  .spectrum--large .spectrum-Menu-item .spectrum-Menu-itemIcon  + .spectrum-Menu-itemLabel {
    margin-left: 10px;
  }
.spectrum--large .spectrum-Menu-itemLabel {
  line-height: 1.3;
}
.spectrum--large .spectrum-Menu-checkmark,
.spectrum--large .spectrum-Menu-chevron {
  margin-left: 15px;
  margin-top: 5px;
}
.spectrum--large .spectrum-Menu-divider {

  height: 2px;
  margin: 1.5px 12px;
}
.spectrum--large .spectrum-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;
}

.spectrum--light .spectrum-Menu {
  background-color: transparent;
}
.spectrum--light .spectrum-Menu-item {
  background-color: transparent;
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Menu-item.focus-ring,
.spectrum--light .spectrum-Menu-item.is-focused {
    background-color: rgba(44,44,44,0.04);
    color: rgb(75, 75, 75);
    border-left-color: rgb(38, 128, 235);
  }
.spectrum--light .spectrum-Menu-item:hover,
.spectrum--light .spectrum-Menu-item:focus,
.spectrum--light .spectrum-Menu-item.is-highlighted,
.spectrum--light .spectrum-Menu-item.is-open {
    background-color: rgba(44,44,44,0.04);
    color: rgb(75, 75, 75);
  }
.spectrum--light .spectrum-Menu-item.is-selected {
    color: rgb(75, 75, 75);
  }
.spectrum--light .spectrum-Menu-item.is-selected .spectrum-Menu-checkmark {
      color: rgb(20, 115, 230);
    }
.spectrum--light .spectrum-Menu-item .is-active,
.spectrum--light .spectrum-Menu-item:active {
    background-color: rgba(44,44,44,0.04);
  }
.spectrum--light .spectrum-Menu-item.is-disabled {
    background-color: transparent;
    background-image: none;
    color: rgb(179, 179, 179);
    cursor: default;
  }
.spectrum--light .spectrum-Menu-sectionHeading {
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Menu-divider {
  background-color: rgb(245, 245, 245);
}

/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

.spectrum-Popover.react-spectrum-Popover {
  visibility: visible;
}

.spectrum-Popover .spectrum-Dialog-content {
  max-height: initial;
}
.spectrum-Popover {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum-Popover.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum-Popover--bottom.is-open {
  transform: translateY(6px);
}
.spectrum-Popover--top.is-open {
  transform: translateY(-6px);
}
.spectrum-Popover--right.is-open {
  transform: translateX(6px);
}
.spectrum-Popover--left.is-open {
  transform: translateX(-6px);
}
.spectrum-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;
}
.spectrum-Popover-tip {
  position: absolute;
  overflow: hidden;
  width: 21px;
  height: 11px;
}
.spectrum-Popover-tip::after {
    content: '';
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    transform: rotate(45deg);
    top: -18px;
    left: -1px;
  }
.spectrum-Popover--dialog {
  min-width: 270px;
  padding: 30px 29px;
}
.spectrum-Popover--left.spectrum-Popover--withTip {
    margin-right: 13px;
  }
.spectrum-Popover--left .spectrum-Popover-tip {
    right: -16px;
    transform: rotate(-90deg);
  }
.spectrum-Popover--right.spectrum-Popover--withTip {
    margin-left: 13px;
  }
.spectrum-Popover--right .spectrum-Popover-tip {
    left: -16px;
    transform: rotate(90deg);
  }
.spectrum-Popover--left .spectrum-Popover-tip, .spectrum-Popover--right .spectrum-Popover-tip {
    top: 50%;
    margin-top: -6px;
  }
.spectrum-Popover--bottom.spectrum-Popover--withTip {
    margin-top: 13px;
  }
.spectrum-Popover--bottom .spectrum-Popover-tip {
    top: -11px;
    transform: rotate(180deg);
  }
.spectrum-Popover--top.spectrum-Popover--withTip {
    margin-bottom: 13px;
  }
.spectrum-Popover--top .spectrum-Popover-tip {
    bottom: -11px;
  }
.spectrum-Popover--bottom .spectrum-Popover-tip, .spectrum-Popover--top .spectrum-Popover-tip {
    left: 50%;
    margin-left: -12px;
  }

.spectrum--large .spectrum-Popover {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum--large .spectrum-Popover.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum--large .spectrum-Popover--bottom.is-open {
  transform: translateY(8px);
}
.spectrum--large .spectrum-Popover--top.is-open {
  transform: translateY(-8px);
}
.spectrum--large .spectrum-Popover--right.is-open {
  transform: translateX(8px);
}
.spectrum--large .spectrum-Popover--left.is-open {
  transform: translateX(-8px);
}
.spectrum--large .spectrum-Popover {

  min-width: 40px;
  min-height: 40px;
  border-width: 1px;
  border-radius: 5px;
}
.spectrum--large .spectrum-Popover-tip {
  width: 26px;
  height: 13.5px;
}
.spectrum--large .spectrum-Popover-tip::after {
    width: 25px;
    height: 25px;
    border-width: 1px;
  }
.spectrum--large .spectrum-Popover--dialog {
  min-width: 270px;
  padding: 30px 29px;
}
.spectrum--large .spectrum-Popover--left.spectrum-Popover--withTip {
    margin-right: 13px;
  }
.spectrum--large .spectrum-Popover--right.spectrum-Popover--withTip {
    margin-left: 13px;
  }
.spectrum--large .spectrum-Popover--bottom.spectrum-Popover--withTip {
    margin-top: 13px;
  }
.spectrum--large .spectrum-Popover--top.spectrum-Popover--withTip {
    margin-bottom: 13px;
  }

.spectrum--light .spectrum-Popover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(202, 202, 202);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.spectrum--light .spectrum-Popover .spectrum-Dialog-header,
.spectrum--light .spectrum-Popover .spectrum-Dialog-footer,
.spectrum--light .spectrum-Popover .spectrum-Dialog-wrapper {
    background-color: transparent;
  }
.spectrum--light .spectrum-Popover .spectrum-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);
  }

.spectrum-Dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 192px;
  min-width: 48px;
}
.spectrum-Dropdown select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -ms-appearance: none;
  }
.spectrum-Dropdown select::-ms-expand {
      display: none;
    }
.spectrum-Dropdown select::-ms-value {
      background-color: transparent;
    }
.spectrum-Dropdown select + .spectrum-Dropdown-icon {
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -3px;
    }
.spectrum-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;
}
.spectrum-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;
}
.spectrum-Dropdown-label.is-placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
  }
.spectrum-Dropdown-label + .spectrum-Dropdown-icon {
  margin-left: 12px;
}
.spectrum-Icon + .spectrum-Dropdown-label {
  margin-left: 8px;
}
.spectrum-Dropdown-label ~ .spectrum-Dropdown-icon {
  margin-left: 12px;
}
.spectrum-Dropdown-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  transition: color 130ms ease-out;
  margin-top: 12px;
  margin-bottom: 12px;

  opacity: 1;
}
.spectrum-Dropdown-trigger .spectrum-Icon:not(.spectrum-Dropdown-icon) {
  margin-top: 6px;
    margin-bottom: 6px;
  }
.spectrum-Dropdown-trigger .spectrum-Dropdown-label + .spectrum-Icon:not(.spectrum-Dropdown-icon) {
    margin-left: 12px;
  }
.spectrum-Icon + .spectrum-Dropdown-icon {
  margin-left: 8px;
}
.spectrum-Dropdown--quiet {
  width: auto;
  min-width: 48px;
}
.spectrum-Dropdown-popover {
  max-width: 240px;
}
.spectrum-Dropdown-popover--quiet {
  margin-left: -13px;
}

.spectrum--large .spectrum-Dropdown {
  width: 240px;
  min-width: 60px;
}
.spectrum--large .spectrum-Dropdown select + .spectrum-Dropdown-icon {
      right: 15px;
      margin-top: -4px;
    }
.spectrum--large .spectrum-Dropdown-label {

  height: 38px;
  line-height: 38px;

  font-size: 17px;
}
.spectrum--large .spectrum-Dropdown-label.is-placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
  }
.spectrum--large .spectrum-Dropdown-label + .spectrum-Dropdown-icon {
  margin-left: 15px;
}
.spectrum--large .spectrum-Icon + .spectrum-Dropdown-label {
  margin-left: 10px;
}
.spectrum--large .spectrum-Dropdown-label ~ .spectrum-Dropdown-icon {
  margin-left: 15px;
}
.spectrum--large .spectrum-Dropdown-icon {
  transition: color 130ms ease-out;
  margin-top: 15px;
  margin-bottom: 15px;
}
.spectrum--large .spectrum-Dropdown-trigger .spectrum-Icon:not(.spectrum-Dropdown-icon) {
  margin-top: 8px;
    margin-bottom: 8px;
  }
.spectrum--large .spectrum-Dropdown-trigger .spectrum-Dropdown-label + .spectrum-Icon:not(.spectrum-Dropdown-icon) {
    margin-left: 15px;
  }
.spectrum--large .spectrum-Icon + .spectrum-Dropdown-icon {
  margin-left: 10px;
}
.spectrum--large .spectrum-Dropdown--quiet {
  min-width: 60px;
}
.spectrum--large .spectrum-Dropdown-popover {
  max-width: 300px;
}
.spectrum--large .spectrum-Dropdown-popover--quiet {
  margin-left: -16px;
}

.spectrum--light .spectrum-Dropdown .spectrum-Dropdown-trigger:hover .spectrum-Dropdown-icon {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Dropdown .spectrum-Dropdown-trigger.is-selected .is-placeholder {
        color: rgb(44, 44, 44);
      }
.spectrum--light .spectrum-Dropdown.is-invalid .spectrum-Icon:not(.spectrum-Dropdown-icon):not(.spectrum-Menu-checkmark) {
      color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-Dropdown.is-invalid.is-disabled .spectrum-Icon,
.spectrum--light .spectrum-Dropdown.is-invalid.is-disabled .spectrum-Icon:not(.spectrum-Dropdown-icon):not(.spectrum-Menu-checkmark) {
        color: rgb(202, 202, 202);
      }
.spectrum--light .spectrum-Dropdown.is-disabled .spectrum-Dropdown-icon,
.spectrum--light .spectrum-Dropdown.is-disabled .spectrum-Dropdown-trigger:hover .spectrum-Dropdown-icon {
        color: rgb(202, 202, 202);
      }
.spectrum--light .spectrum-Dropdown.is-disabled .spectrum-Dropdown-label.is-placeholder {
        color: rgb(179, 179, 179);
      }
.spectrum--light .spectrum-Dropdown-icon {
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Dropdown-label.is-placeholder {
    color: rgb(142, 142, 142);
  }
.spectrum--light .spectrum-Dropdown-label.is-placeholder:hover {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Dropdown-label.is-placeholder:active {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Dropdown-trigger.focus-ring .spectrum-Dropdown-label.is-placeholder {
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Dropdown-trigger.focus-ring .spectrum-Dropdown-icon {
    color: rgb(44, 44, 44)
  }

/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

.react-spectrum-Dropdown-fixed {
  min-width: 192px;
}

.spectrum-Dropdown.react-spectrum-Dropdown-flexible {
  min-width: 0;
  width: auto;
}
.spectrum-FieldLabel,
.spectrum-Form-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;
}
.spectrum-FieldLabel-requiredIcon {
  margin: 4px 0 0 2px;
}
.spectrum-FieldLabel--left {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.spectrum-FieldLabel--left .spectrum-FieldLabel-requiredIcon {
    margin: 0px 0 0 2px;
  }
.spectrum-FieldLabel--right {
  display: inline-block;
  text-align: right;
  padding: 8px 8px 0 0;
}
.spectrum-Form {
  display: table;
  border-collapse: separate;
  border-spacing: 0 24px;
  margin: -20px 0;
}
.spectrum-Form-item {
  display: table-row;
}
.spectrum-Form-itemLabel {
  display: table-cell;
}
.spectrum-Form-itemField {
  display: table-cell;
}
.spectrum-Form--labelsAbove {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
}
.spectrum-Form--labelsAbove .spectrum-Form-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
.spectrum-Form--labelsAbove .spectrum-Form-item + .spectrum-Form-item {
      margin-top: 8px;
    }

.spectrum--large .spectrum-FieldLabel,
.spectrum--large .spectrum-Form-itemLabel {

  padding: 5px 0 6px;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.spectrum--large .spectrum-FieldLabel-requiredIcon {
  margin: 5px 0 0 2px;
}
.spectrum--large .spectrum-FieldLabel--left {
  padding: 10px 10px 0 0;
}
.spectrum--large .spectrum-FieldLabel--left .spectrum-FieldLabel-requiredIcon {
    margin: 0px 0 0 2px;
  }
.spectrum--large .spectrum-FieldLabel--right {
  padding: 10px 10px 0 0;
}
.spectrum--large .spectrum-Form {
  border-spacing: 0 30px;
  margin: -25px 0;
}
.spectrum--large .spectrum-Form--labelsAbove .spectrum-Form-item + .spectrum-Form-item {
      margin-top: 10px;
    }

.spectrum--light .spectrum-FieldLabel,
.spectrum--light .spectrum-Form-itemLabel {
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-FieldLabel.is-disabled,
.spectrum--light .spectrum-Form-itemLabel.is-disabled {
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-FieldLabel.is-disabled .spectrum-FieldLabel-requiredIcon,
.spectrum--light .spectrum-Form-itemLabel.is-disabled .spectrum-FieldLabel-requiredIcon {
      color: rgb(179, 179, 179);
    }
.spectrum--light .spectrum-FieldLabel-requiredIcon {
  color: rgb(142, 142, 142);
}

.spectrum-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;
}
.spectrum-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;
}
.spectrum-Checkbox-input:disabled {
    cursor: default;
  }
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-width: 7px;
  }
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-checkmark {
      transform: scale(1);
      opacity: 1;
    }
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,
  .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-width: 7px;
  }
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-checkmark, .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-checkmark {
      display: none;
    }
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark, .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark {
      display: block;

      transform: scale(1);
      opacity: 1;
    }
.spectrum-Checkbox-label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: color 130ms ease-in-out;

  margin-top: 6px;
}
.spectrum-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;

  border-radius: 2px;
  border-width: 2px;
  border-style: solid;

  transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum-Checkbox-checkmark,
.spectrum-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;
}
.spectrum-Checkbox-partialCheckmark {
  display: none;
}

.spectrum--large .spectrum-Checkbox {

  min-height: 40px;

  margin-right: 20px;
}
.spectrum--large .spectrum-Checkbox-input {
  left: -10px;
  width: calc(100% + 20px);
}
.spectrum--large .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-width: 9px
  }
.spectrum--large .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,
  .spectrum--large .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-width: 9px
  }
.spectrum--large .spectrum-Checkbox-label {
  margin-left: 13px;
  font-size: 17px;
  font-weight: 400;
  transition: color 130ms ease-in-out;

  margin-top: 8px;
}
.spectrum--large .spectrum-Checkbox-box {
  width: 18px;
  height: 18px;
  margin: 11px 0;

  border-radius: 2px;
  border-width: 2px;

  transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum--large .spectrum-Checkbox-checkmark,
.spectrum--large .spectrum-Checkbox-partialCheckmark {

  margin-top: -6px;
  margin-left: -6px;

  transition: opacity 130ms ease-in-out, transform 130ms ease-in-out;
}

.spectrum--light .spectrum-Checkbox-label {
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Checkbox-box {
  border-color: rgb(142, 142, 142);
  background-color: rgb(250, 250, 250);
}
.spectrum--light .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
  border-color: rgb(20, 115, 230);
}
.spectrum--light .spectrum-Checkbox:hover.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox:hover .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(13, 102, 208);

  }
.spectrum--light .spectrum-Checkbox:active.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox:active .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(9, 90, 186);

  }
.spectrum--light .spectrum-Checkbox {
  border-color: rgb(142, 142, 142);
}
.spectrum--light .spectrum-Checkbox:hover .spectrum-Checkbox-box {
      border-color: rgb(110, 110, 110);

      box-shadow: none;
    }
.spectrum--light .spectrum-Checkbox:hover .spectrum-Checkbox-label {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Checkbox:active .spectrum-Checkbox-box {
      border-color: rgb(75, 75, 75);

    }
.spectrum--light .spectrum-Checkbox:active .spectrum-Checkbox-label {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Checkbox .spectrum-Checkbox-checkmark,
.spectrum--light .spectrum-Checkbox .spectrum-Checkbox-partialCheckmark {
    color: rgb(250, 250, 250);
  }
.spectrum--light .spectrum-Checkbox-input:disabled + .spectrum-Checkbox-box {
    border-color: rgb(202, 202, 202) !important;

    background-color: rgb(250, 250, 250);
  }
.spectrum--light .spectrum-Checkbox-input:disabled ~ .spectrum-Checkbox-label {
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Checkbox-input.focus-ring + .spectrum-Checkbox-box {
    border-color: rgb(38, 128, 235) !important;

    box-shadow: 0 0 0 1px rgb(38, 128, 235) !important;
  }
.spectrum--light .spectrum-Checkbox-input.focus-ring ~ .spectrum-Checkbox-label {
    color: rgb(13, 102, 208) !important;
  }
.spectrum--light .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox--quiet .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
  border-color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Checkbox--quiet:hover.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox--quiet:hover .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(75, 75, 75);
  }
.spectrum--light .spectrum-Checkbox--quiet:active.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox--quiet:active .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-box {
    border-color: rgb(215, 55, 63);
  }
.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-label {
    color: rgb(201, 37, 45);
  }
.spectrum--light .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-box {
      border-color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-label {
      color: rgb(187, 18, 26);
    }
.spectrum--light .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-box {
      border-color: rgb(187, 18, 26);
    }
.spectrum--light .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-label {
      color: rgb(187, 18, 26);
    }

.spectrum-FieldGroup {
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spectrum-FieldGroup--vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}



.spectrum-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;
}
.spectrum-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;
}
.spectrum-Radio-input:disabled {
    cursor: default;
  }
.spectrum-Radio-input:checked + .spectrum-Radio-button {
    border-width: 5px;
  }
.spectrum-Radio-label {
  margin-left: 10px;
  font-size: 14px;

  transition: color 130ms ease-in-out;
  margin-top: 6px;
}
.spectrum-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;

  border-radius: 7px;
  border-width: 2px;
  border-style: solid;

  transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum-Radio--labelBelow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  height: auto;
}
.spectrum-Radio--labelBelow .spectrum-Radio-button {
    -ms-flex-negative: 0;
        flex-shrink: 0;

    margin: 0;
  }
.spectrum-Radio--labelBelow .spectrum-Radio-label {
    margin: 3px 0 0 0;
  }

.spectrum--large .spectrum-Radio {

  min-height: 40px;

  margin-right: 20px;
}
.spectrum--large .spectrum-Radio-input {
  left: -10px;
  width: calc(100% + 20px);
}
.spectrum--large .spectrum-Radio-input:checked + .spectrum-Radio-button {
    border-width: 7px;
  }
.spectrum--large .spectrum-Radio-label {
  margin-left: 13px;
  font-size: 17px;

  transition: color 130ms ease-in-out;
  margin-top: 8px;
}
.spectrum--large .spectrum-Radio-button {
  width: 18px;
  height: 18px;
  margin: 11px 0;

  border-radius: 9px;
  border-width: 2px;

  transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum--large .spectrum-Radio--labelBelow {
  height: auto;
}
.spectrum--large .spectrum-Radio--labelBelow .spectrum-Radio-label {
    margin: 4px 0 0 0;
  }

.spectrum--light .spectrum-Radio .spectrum-Radio-input:checked + .spectrum-Radio-button {
    border-color: rgb(20, 115, 230);
  }
.spectrum--light .spectrum-Radio-label {
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Radio-button {
  background-color: rgb(250, 250, 250);
  border-color: rgb(142, 142, 142);
}
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-button {
      border-color: rgb(110, 110, 110);
      box-shadow: none;
    }
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(13, 102, 208);

    }
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-label {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Radio:active .spectrum-Radio-button {
      border-color: rgb(75, 75, 75);
    }
.spectrum--light .spectrum-Radio:active .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(9, 90, 186);

    }
.spectrum--light .spectrum-Radio:active .spectrum-Radio-label {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Radio--quiet .spectrum-Radio-input:checked + .spectrum-Radio-button {
    border-color: rgb(110, 110, 110);
  }
.spectrum--light .spectrum-Radio--quiet:hover .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(75, 75, 75);
    }
.spectrum--light .spectrum-Radio--quiet:active .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Radio.is-invalid:hover .spectrum-Radio-input + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-input + .spectrum-Radio-button {
      border-color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-Radio.is-invalid:hover .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-label {
      color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-Radio.is-invalid:active .spectrum-Radio-input + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-input + .spectrum-Radio-button {
      border-color: rgb(187, 18, 26);
    }
.spectrum--light .spectrum-Radio.is-invalid:active .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-label {
      color: rgb(187, 18, 26);
    }
.spectrum--light .spectrum-Radio.is-invalid .spectrum-Radio-button,
.spectrum--light .spectrum-Radio.is-invalid .spectrum-Radio-input:checked + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(215, 55, 63);
    }
.spectrum--light .spectrum-Radio.is-invalid .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet.is-invalid .spectrum-Radio-label {
      color: rgb(215, 55, 63);
    }
.spectrum--light .spectrum-Radio-input:disabled + .spectrum-Radio-button {
    border-color: rgb(202, 202, 202) !important;
  }
.spectrum--light .spectrum-Radio-input:disabled ~ .spectrum-Radio-label {
    color: rgb(179, 179, 179) !important;
  }
.spectrum--light .spectrum-Radio .spectrum-Radio-input.focus-ring + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-input.focus-ring + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring + .spectrum-Radio-button {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.spectrum--light .spectrum-Radio .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label,
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label {
      color: rgb(13, 102, 208);
    }
.spectrum--light .spectrum-Radio.is-invalid .spectrum-Radio-input:checked.focus-ring + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked.focus-ring + .spectrum-Radio-button {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }

.color___Hp8r2 {
  position: relative;
  flex-basis: 22%;
  margin: 1.5%;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 125ms ease-in-out; }
  .color___Hp8r2:before {
    content: "";
    display: block;
    padding-top: 61.66%; }
  @media screen and (max-width: 768px) {
    .color___Hp8r2 {
      flex-basis: 46%;
      margin: 1.5%; } }
  .color___Hp8r2:hover {
    transition: transform 125ms ease-in-out;
    transform: scale(1.035); }

.colorContent___2_P3O {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 7.2%;
  box-sizing: border-box; }

.colorName___1VyB4 {
  text-transform: uppercase; }

.hasBorder___mivzg {
  border-radius: 4px; }

.dark___2fKYU .hasBorder___mivzg {
  border: 1px solid var(--spectrum-global-color-static-gray-800); }

.dark___2fKYU .lightText___20rVO {
  color: var(--spectrum-global-color-static-gray-50) !important; }
  .dark___2fKYU .lightText___20rVO .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-300) !important; }

.dark___2fKYU .darkText___3zQRr {
  color: var(--spectrum-global-color-static-gray-900) !important; }
  .dark___2fKYU .darkText___3zQRr .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-900) !important; }

.darkest___2N-8N .hasBorder___mivzg {
  border: 1px solid var(--spectrum-global-color-static-gray-900); }

.darkest___2N-8N .lightText___20rVO {
  color: var(--spectrum-global-color-static-gray-300) !important; }
  .darkest___2N-8N .lightText___20rVO .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-300) !important; }

.darkest___2N-8N .darkText___3zQRr {
  color: var(--spectrum-global-color-static-gray-900) !important; }
  .darkest___2N-8N .darkText___3zQRr .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-900) !important; }

.light___3s733 .hasBorder___mivzg {
  border: 1px solid var(--spectrum-global-color-static-gray-300); }

.light___3s733 .lightText___20rVO {
  color: var(--spectrum-global-color-static-gray-900) !important; }
  .light___3s733 .lightText___20rVO .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-900) !important; }

.light___3s733 .darkText___3zQRr {
  color: var(--spectrum-global-color-static-gray-50) !important; }
  .light___3s733 .darkText___3zQRr .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-50) !important; }

.lightest___3lAzb .hasBorder___mivzg {
  border: 1px solid var(--spectrum-global-color-static-gray-300); }

.lightest___3lAzb .lightText___20rVO {
  color: var(--spectrum-global-color-static-gray-900) !important; }
  .lightest___3lAzb .lightText___20rVO .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-900) !important; }

.lightest___3lAzb .darkText___3zQRr {
  color: var(--spectrum-global-color-static-gray-50) !important; }
  .lightest___3lAzb .darkText___3zQRr .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-50) !important; }

.isStatic___jASPK.lightText___20rVO {
  color: var(--spectrum-global-color-static-gray-900) !important; }
  .isStatic___jASPK.lightText___20rVO .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-900) !important; }

.isStatic___jASPK.darkText___3zQRr {
  color: var(--spectrum-global-color-static-gray-50) !important; }
  .isStatic___jASPK.darkText___3zQRr .colorName___1VyB4 {
    color: var(--spectrum-global-color-static-gray-50) !important; }

.colorDisplay___2VsPw {
  font-weight: 700;
  font-size: 14px; }

.hex___1d-uJ {
  text-transform: uppercase; }

.placeholder___2S3Sh {
  opacity: 0; }

.copy___1JY4n {
  text-transform: capitalize; }

.container___-chAe {
  margin-bottom: 80px; }

.toolbar___3jYe5 {
  display: flex;
  flex-direction: row;
  margin: 8px 0px;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .toolbar___3jYe5 {
      flex-direction: column;
      align-items: flex-start; } }

.divider___207d9 {
  min-width: 1px;
  min-height: 24px;
  background-color: var(--spectrum-global-color-gray-300);
  height: 100%;
  margin: 0 16px; }
  @media screen and (max-width: 768px) {
    .divider___207d9 {
      display: none; } }

.divider2___1WNCh {
  min-width: 1px;
  min-height: 24px;
  background-color: var(--spectrum-global-color-gray-300);
  height: 100%;
  margin-right: 8px; }
  @media screen and (max-width: 768px) {
    .divider2___1WNCh {
      display: none; } }

.colorContainer___3uL_y {
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-top: 32px;
  border: 1px solid var(--spectrum-global-color-static-gray-300);
  border-radius: 4px; }

.colorGroup___1Ngap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 816px;
  margin: auto;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .colorGroup___1Ngap {
      max-width: 380px; } }

.color___1-qNZ {
  position: relative;
  flex-basis: 22%;
  margin: 1.5%;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 130ms ease-in-out; }
  .color___1-qNZ:before {
    content: "";
    display: block;
    padding-top: 61.66%; }
  @media screen and (max-width: 768px) {
    .color___1-qNZ {
      flex-basis: 46%;
      margin: 1.5%; } }
  .color___1-qNZ:hover {
    transition: transform 130ms ease-in-out;
    transform: scale(1.035); }

.colorContent___1hJ96 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 7.2%;
  box-sizing: border-box; }

.placeholder___1MgDk {
  opacity: 0; }

.imgMobile___3mJhi {
  display: none; }
  @media screen and (max-width: 768px) {
    .imgMobile___3mJhi {
      display: block; } }

.imgDesktop___2xm8P {
  display: block; }
  @media screen and (max-width: 768px) {
    .imgDesktop___2xm8P {
      display: none; } }

.callout___CIhaY {
  width: 100%;
  background-color: var(--spectrum-global-color-gray-100);
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.color___3jZ7e {
  position: relative;
  flex-basis: 22%;
  margin: 1.5%;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  width: 64px;
  height: 48px;
  transition: transform 125ms ease-in-out; }
  .color___3jZ7e:before {
    content: "";
    display: block;
    padding-top: 61.66%; }
  @media screen and (max-width: 768px) {
    .color___3jZ7e {
      flex-basis: 46%;
      margin: 1.5%; } }

.colorContent___3CNal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 7.2%;
  box-sizing: border-box; }

.colorName___2W6AR {
  text-transform: uppercase; }

.hasBorder___28xg3 {
  border-radius: 4px; }

.light___rT1xq .borderLight___3Tkoz {
  border: solid 1px rgba(0, 0, 0, 0.15); }

.light___rT1xq .borderDark___1QGOy {
  border: solid 1px rgba(0, 0, 0, 0.3); }

.dark___143zO .borderLight___3Tkoz {
  border: solid 1px rgba(255, 255, 255, 0.15); }

.dark___143zO .borderDark___1QGOy {
  border: solid 1px rgba(255, 255, 255, 0.3); }

.darkest___xko2o .borderLight___3Tkoz {
  border: solid 1px rgba(255, 255, 255, 0.15); }

.darkest___xko2o .borderDark___1QGOy {
  border: solid 1px rgba(255, 255, 255, 0.3); }

.spectrum-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;
}
.spectrum-Toast-typeIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;

  margin: 7px 12px 7px 0;
}
.spectrum-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;
}
.spectrum-Toast-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: start;
      align-items: flex-start;
}
.spectrum-Toast-buttons .spectrum-Button + .spectrum-Button,
    .spectrum-Toast-buttons .spectrum-Button + .spectrum-ClearButton,
    .spectrum-Toast-buttons .spectrum-ClearButton + .spectrum-Button,
    .spectrum-Toast-buttons .spectrum-ClearButton + .spectrum-ClearButton {
      margin-left: 8px;
    }
.spectrum-Toast-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.spectrum-Toast-body .spectrum-Button {
    float: right;
    margin-right: 11px;
  }
.spectrum-Toast-body + .spectrum-Toast-buttons {
    padding-left: 8px;

    border-left-width: 1px;
    border-left-style: solid;
  }

.spectrum--large .spectrum-Toast {

  border-radius: 4px;

  padding: 10px 10px 10px 20px;

  font-size: 17px;
  font-weight: 700;
}
.spectrum--large .spectrum-Toast-typeIcon {

  margin: 9px 15px 9px 0;
}
.spectrum--large .spectrum-Toast-content {
  padding: 6px 20px 6px 0;
}
.spectrum--large .spectrum-Toast-buttons .spectrum-Button + .spectrum-Button,
    .spectrum--large .spectrum-Toast-buttons .spectrum-Button + .spectrum-ClearButton,
    .spectrum--large .spectrum-Toast-buttons .spectrum-ClearButton + .spectrum-Button,
    .spectrum--large .spectrum-Toast-buttons .spectrum-ClearButton + .spectrum-ClearButton {
      margin-left: 10px;
    }
.spectrum--large .spectrum-Toast-body .spectrum-Button {
    margin-right: 14px;
  }
.spectrum--large .spectrum-Toast-body + .spectrum-Toast-buttons {
    padding-left: 10px;
  }

.spectrum--light .spectrum-Toast {
  background-color: rgb(116, 116, 116);
  color: rgb(116, 116, 116);
}
.spectrum--light .spectrum-Toast-content {
  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-Toast-typeIcon {
  color: white;
}
.spectrum--light .spectrum-Toast-buttons {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.spectrum--light .spectrum-Toast--warning {
  background-color: rgb(203, 111, 16);
  color: rgb(203, 111, 16);
}
.spectrum--light .spectrum-Toast--warning .spectrum-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(203, 111, 16);
    }
.spectrum--light .spectrum-Toast--negative,
.spectrum--light .spectrum-Toast--error {
  background-color: rgb(201, 37, 45);
  color: rgb(201, 37, 45);
}
.spectrum--light .spectrum-Toast--negative .spectrum-Toast-closeButton.focus-ring:not(:active),
.spectrum--light .spectrum-Toast--error .spectrum-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-Toast--info {
  background-color: rgb(13, 102, 208);
  color: rgb(13, 102, 208);
}
.spectrum--light .spectrum-Toast--info .spectrum-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(13, 102, 208);
    }
.spectrum--light .spectrum-Toast--positive,
.spectrum--light .spectrum-Toast--success {
  background-color: rgb(18, 128, 92);
  color: rgb(18, 128, 92);
}
.spectrum--light .spectrum-Toast--positive .spectrum-Toast-closeButton.focus-ring:not(:active),
.spectrum--light .spectrum-Toast--success .spectrum-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(18, 128, 92);
    }


/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

.react-spectrum-ToastContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100050;
  /* above modals */
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.react-spectrum-ToastContainer .spectrum-Toast {
  margin: 8px;
  pointer-events: all;
}

.react-spectrum-ToastContainer--top {
  top: 0;
}

.react-spectrum-ToastContainer--bottom {
  flex-direction: column-reverse;
  top: unset;
  bottom: 0;
}

.react-spectrum-ToastContainer--left {
  align-items: flex-start;
}

.react-spectrum-ToastContainer--center {
  align-items: center;
}

.react-spectrum-ToastContainer--right {
  align-items: flex-end;
}

.react-spectrum-Toast-slide-top-enter,
.react-spectrum-Toast-slide-top-appear {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}

.react-spectrum-Toast-slide-top-enter-active,
.react-spectrum-Toast-slide-top-appear-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 125ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.react-spectrum-Toast-slide-top-exit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.react-spectrum-Toast-slide-top-exit-active {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: all 125ms ease-in-out;
}

.react-spectrum-Toast-slide-bottom-enter,
.react-spectrum-Toast-slide-bottom-enter-appear {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.react-spectrum-Toast-slide-bottom-enter-active,
.react-spectrum-Toast-slide-bottom-appear-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 125ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.react-spectrum-Toast-slide-bottom-exit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.react-spectrum-Toast-slide-bottom-exit-active {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 125ms ease-in-out;
}
.container___2jrZe {
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px;
  padding-top: 32px;
  padding-bottom: 16px; }

.toolbar___3t0nB {
  display: flex;
  flex-direction: row;
  margin: 8px 0px;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .toolbar___3t0nB {
      flex-direction: column;
      align-items: flex-start; } }

.color___2fu_I {
  position: relative;
  flex-basis: 22%;
  margin: 1.5%;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 130ms ease-in-out; }
  .color___2fu_I:before {
    content: "";
    display: block;
    padding-top: 61.66%; }
  @media screen and (max-width: 768px) {
    .color___2fu_I {
      flex-basis: 46%;
      margin: 1.5%; } }
  .color___2fu_I:hover {
    transition: transform 130ms ease-in-out;
    transform: scale(1.035); }

.colorPicker___3c2mk h1 {
  display: inline-block; }

.colorPicker___3c2mk > div {
  display: inline-block;
  padding-left: 22px; }

.colorPicker___3c2mk ol {
  display: block;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 16px;
  margin-bottom: 12px;
  padding: 0; }
  .colorPicker___3c2mk ol li {
    display: inline-block;
    padding-right: 8px; }
    .colorPicker___3c2mk ol li a {
      border-radius: 100px;
      cursor: pointer;
      height: 32px;
      display: block;
      width: 32px;
      position: relative;
      padding: 2px;
      box-shadow: none; }
      .colorPicker___3c2mk ol li a:focus {
        outline: none; }
      .colorPicker___3c2mk ol li a:focus-visible:after {
        border-radius: 99px;
        margin: -2px;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 1; }
      .colorPicker___3c2mk ol li a.colorPickerItemActive___1emPb {
        width: 32px;
        height: 32px;
        padding: 2px; }
        .colorPicker___3c2mk ol li a.colorPickerItemActive___1emPb:focus:after {
          margin: -6px; }
      .colorPicker___3c2mk ol li a.colorPickerItemInactive___pdmYK {
        border: none;
        box-shadow: none; }
      .colorPicker___3c2mk ol li a.selected___1Fvwp {
        border: none;
        box-shadow: none; }

.light___2syTk .colorPicker___3c2mk a:focus-visible:after {
  box-shadow: 0px 0px 0px 2px var(--spectrum-global-color-static-blue-600); }

.light___2syTk .colorPicker___3c2mk a.colorPickerItemActive___1emPb {
  border: solid 2px white;
  box-shadow: 0px 0px 0px 2px black; }

.dark___2OhMK .colorPicker___3c2mk a:focus-visible:after {
  box-shadow: 0px 0px 0px 2px var(--spectrum-global-color-static-blue-600); }

.dark___2OhMK .colorPicker___3c2mk a.colorPickerItemActive___1emPb {
  border: solid 2px black;
  box-shadow: 0px 0px 0px 2px white; }

.darkest___2nFm7 .colorPicker___3c2mk a:focus-visible:after {
  box-shadow: 0px 0px 0px 2px var(--spectrum-global-color-static-blue-600); }

.darkest___2nFm7 .colorPicker___3c2mk a.colorPickerItemActive___1emPb {
  border: solid 2px black;
  box-shadow: 0px 0px 0px 2px white; }

.quietColorTable___3QqKC {
  width: 100%; }
  .quietColorTable___3QqKC th {
    font-weight: 900 !important;
    text-transform: inherit;
    font-size: var(--spectrum-global-dimension-static-font-size-100);
    letter-spacing: 0;
    padding-left: 6px; }
  .quietColorTable___3QqKC td {
    vertical-align: middle;
    padding: 6px; }
  .quietColorTable___3QqKC a {
    cursor: pointer; }

.dark___2OhMK .quietColorTable___3QqKC td {
  border-top: 1px solid #3f3f3f !important; }

.dark___2OhMK .quietColorTable___3QqKC tr:last-child td {
  border-bottom: 1px solid #3f3f3f !important; }

.darkest___2nFm7 .quietColorTable___3QqKC td {
  border-top: 1px solid #303030 !important; }

.darkest___2nFm7 .quietColorTable___3QqKC tr:last-child td {
  border-bottom: 1px solid #303030 !important; }

.rgbHexSelector___1b9GK > div {
  display: inline-block; }

.light___2syTk {
  background-color: #f8f8f8; }

.dark___2OhMK {
  background-color: #323232; }
  .dark___2OhMK a {
    color: #7cbdfa !important; }
  .dark___2OhMK span,
  .dark___2OhMK label,
  .dark___2OhMK svg {
    color: #ffffff !important; }

.darkest___2nFm7 {
  background-color: #1d1d1d; }
  .darkest___2nFm7 a {
    color: #7cbdfa !important; }
  .darkest___2nFm7 span,
  .darkest___2nFm7 label,
  .darkest___2nFm7 svg {
    color: #ffffff !important; }

.spectrum-Tooltip {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum-Tooltip.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum-Tooltip--bottom.is-open {
  transform: translateY(6px);
}
.spectrum-Tooltip--top.is-open {
  transform: translateY(-6px);
}
.spectrum-Tooltip--right.is-open {
  transform: translateX(6px);
}
.spectrum-Tooltip--left.is-open {
  transform: translateX(-6px);
}
.spectrum-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;
}
.spectrum-Tooltip {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
.spectrum-Tooltip p {
    margin: 0;
  }
.spectrum-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;
}
.spectrum-Tooltip--right .spectrum-Tooltip-tip, .spectrum-Tooltip--left .spectrum-Tooltip-tip {
    top: 50%;
    margin-top: -4px;
  }
.spectrum-Tooltip--right {
  margin-left: 3px;
}
.spectrum-Tooltip--right .spectrum-Tooltip-tip {
    right: 100%;
    transform: rotate(90deg);
  }
.spectrum-Tooltip--left {
  margin-right: 3px;
}
.spectrum-Tooltip--left .spectrum-Tooltip-tip {
    left: 100%;
    transform: rotate(-90deg);
  }
.spectrum-Tooltip--top {
  margin-bottom: 3px;
}
.spectrum-Tooltip--top .spectrum-Tooltip-tip {
    top: 100%;
  }
.spectrum-Tooltip--bottom {
  margin-top: 3px;
}
.spectrum-Tooltip--bottom .spectrum-Tooltip-tip {
    bottom: 100%;
    transform: rotate(-180deg);
  }
.spectrum-Tooltip--bottom .spectrum-Tooltip-tip, .spectrum-Tooltip--top .spectrum-Tooltip-tip {
    left: 50%;
    margin-left: -4px;
  }
.spectrum-Tooltip-typeIcon {
  margin-left: -2px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1px;
}
.spectrum-Tooltip-label {
  max-width: 101px;
  line-height: 16px;
}
.u-tooltip-showOnHover {
  display: inline-block;
  position: relative;
}
.u-tooltip-showOnHover .spectrum-Tooltip {
    position: absolute;
    white-space: nowrap;
    visibility: visible !important;
    transition: transform 130ms ease-in-out;
    top: -100%;
  }
.u-tooltip-showOnHover .spectrum-Tooltip-label {
    max-width: none;
  }
.u-tooltip-showOnHover .spectrum-Tooltip--right,
  .u-tooltip-showOnHover .spectrum-Tooltip--left {
    top: 50%;
  }
.u-tooltip-showOnHover .spectrum-Tooltip--right .spectrum-Tooltip-tip, .u-tooltip-showOnHover .spectrum-Tooltip--left .spectrum-Tooltip-tip {
      top: 50%;
    }
.u-tooltip-showOnHover .spectrum-Tooltip--right {
    left: 100%;
    transform: translate(0, -50%);
  }
.u-tooltip-showOnHover .spectrum-Tooltip--left {
    transform: translate(-100%, -50%);
  }
.u-tooltip-showOnHover .spectrum-Tooltip--bottom,
  .u-tooltip-showOnHover .spectrum-Tooltip--top {
    left: 50%;
  }
.u-tooltip-showOnHover .spectrum-Tooltip--bottom .spectrum-Tooltip-tip, .u-tooltip-showOnHover .spectrum-Tooltip--top .spectrum-Tooltip-tip {
      left: 50%;
    }
.u-tooltip-showOnHover .spectrum-Tooltip--bottom {
    top: 100%;
    transform: translate(-50%, -4px);
  }
.u-tooltip-showOnHover .spectrum-Tooltip--top {
    transform: translate(-50%, 4px);
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip {
    opacity: 1;
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--bottom,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--bottom,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--bottom,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--bottom {
    transform: translate(-50%, 0);
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--top,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--top,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--top,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--top {
    transform: translate(-50%, -4px);
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--left,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--left,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--left,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--left {
    transform: translate(calc(-100% - 4px), -50%);
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--right,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--right,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--right,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--right {
    transform: translate(4px, -50%);
  }

.spectrum--large .spectrum-Tooltip {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum--large .spectrum-Tooltip.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum--large .spectrum-Tooltip--bottom.is-open {
  transform: translateY(8px);
}
.spectrum--large .spectrum-Tooltip--top.is-open {
  transform: translateY(-8px);
}
.spectrum--large .spectrum-Tooltip--right.is-open {
  transform: translateX(8px);
}
.spectrum--large .spectrum-Tooltip--left.is-open {
  transform: translateX(-8px);
}
.spectrum--large .spectrum-Tooltip {
  padding: 5px 13px;
  border-radius: 5px;
  min-height: 30px;

  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.spectrum--large .spectrum-Tooltip-tip {

  border-width: 5px;
}
.spectrum--large .spectrum-Tooltip--right .spectrum-Tooltip-tip, .spectrum--large .spectrum-Tooltip--left .spectrum-Tooltip-tip {
    margin-top: -5px;
  }
.spectrum--large .spectrum-Tooltip--right {
  margin-left: 3px;
}
.spectrum--large .spectrum-Tooltip--left {
  margin-right: 3px;
}
.spectrum--large .spectrum-Tooltip--top {
  margin-bottom: 3px;
}
.spectrum--large .spectrum-Tooltip--bottom {
  margin-top: 3px;
}
.spectrum--large .spectrum-Tooltip--bottom .spectrum-Tooltip-tip, .spectrum--large .spectrum-Tooltip--top .spectrum-Tooltip-tip {
    margin-left: -5px;
  }
.spectrum--large .spectrum-Tooltip-typeIcon {
  margin-left: -3px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.spectrum--large .spectrum-Tooltip-label {
  max-width: 126px;
  line-height: 19px;
}
.spectrum--large .u-tooltip-showOnHover .spectrum-Tooltip {
    transition: transform 130ms ease-in-out;
  }
.spectrum--large .u-tooltip-showOnHover .spectrum-Tooltip--bottom {
    transform: translate(-50%, -5px);
  }
.spectrum--large .u-tooltip-showOnHover .spectrum-Tooltip--top {
    transform: translate(-50%, 5px);
  }
.spectrum--large .u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--top,
  .spectrum--large .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--top,
  .spectrum--large .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--top,
  .spectrum--large .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--top {
    transform: translate(-50%, -5px);
  }
.spectrum--large .u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--left,
  .spectrum--large .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--left,
  .spectrum--large .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--left,
  .spectrum--large .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--left {
    transform: translate(calc(-100% - 5px), -50%);
  }
.spectrum--large .u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--right,
  .spectrum--large .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--right,
  .spectrum--large .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--right,
  .spectrum--large .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--right {
    transform: translate(5px, -50%);
  }

.spectrum--light .spectrum-Tooltip {
  background-color: rgb(116, 116, 116);

  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-Tooltip-tip {
  border-top-color: rgb(116, 116, 116);
}
.spectrum--light .spectrum-Tooltip--negative,
.spectrum--light .spectrum-Tooltip--error {
  background-color: rgb(201, 37, 45);
}
.spectrum--light .spectrum-Tooltip--negative .spectrum-Tooltip-tip,
.spectrum--light .spectrum-Tooltip--error .spectrum-Tooltip-tip {
    border-top-color: rgb(201, 37, 45);
  }
.spectrum--light .spectrum-Tooltip--info,
.spectrum--light .spectrum-Tooltip--help {
  background-color: rgb(13, 102, 208);
}
.spectrum--light .spectrum-Tooltip--info .spectrum-Tooltip-tip,
.spectrum--light .spectrum-Tooltip--help .spectrum-Tooltip-tip {
    border-top-color: rgb(13, 102, 208);
  }
.spectrum--light .spectrum-Tooltip--positive,
.spectrum--light .spectrum-Tooltip--success {
  background-color: rgb(18, 128, 92);
}
.spectrum--light .spectrum-Tooltip--positive .spectrum-Tooltip-tip,
.spectrum--light .spectrum-Tooltip--success .spectrum-Tooltip-tip {
    border-top-color: rgb(18, 128, 92);
  }

.filterIcons___2JgaJ form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.filterIcons___2JgaJ .iconsSearchInput___1V5YB input {
  width: var(--spectrum-global-dimension-static-size-3400); }

.filterIcons___2JgaJ .filterControlsAndRequestIcon___2ErTZ {
  align-content: space-between;
  align-items: center;
  align-self: flex-start;
  display: inline-flex;
  flex-grow: 1;
  margin-left: 0; }
  @media screen and (max-width: 768px), (min-width: 768px) and (max-width: 1100px) {
    .filterIcons___2JgaJ .filterControlsAndRequestIcon___2ErTZ {
      display: flex;
      flex-wrap: wrap;
      margin-top: var(--spectrum-global-dimension-static-size-175);
      width: 100%; } }

.filterIcons___2JgaJ .filterControls___2bC59 {
  display: inline-flex; }
  @media screen and (max-width: 768px) {
    .filterIcons___2JgaJ .filterControls___2bC59 {
      flex-wrap: wrap; } }

.filterIcons___2JgaJ .filterRadioGroup___1-w78 {
  border-spacing: 3px;
  margin-left: var(--spectrum-global-dimension-static-size-200); }
  .filterIcons___2JgaJ .filterRadioGroup___1-w78:before, .filterIcons___2JgaJ .filterRadioGroup___1-w78:after {
    border-left: solid 1px var(--spectrum-global-color-static-gray-300);
    content: '';
    display: flex;
    height: calc(100% - var(--spectrum-global-dimension-static-size-50));
    height: 30px;
    margin-top: var(--spectrum-global-dimension-static-size-25);
    padding-right: var(--spectrum-global-dimension-static-size-200);
    width: var(--spectrum-global-dimension-static-size-10); }
  @media screen and (max-width: 768px), (min-width: 768px) and (max-width: 1100px) {
    .filterIcons___2JgaJ .filterRadioGroup___1-w78 {
      margin-left: 0; }
      .filterIcons___2JgaJ .filterRadioGroup___1-w78:before {
        border: none;
        padding: 0; } }
  .filterIcons___2JgaJ .filterRadioGroup___1-w78 .spectrum-Radio___15Yzb {
    margin: 0; }
    .filterIcons___2JgaJ .filterRadioGroup___1-w78 .spectrum-Radio___15Yzb:first-child {
      margin-left: var(--spectrum-global-dimension-static-size-400); }

.filterIcons___2JgaJ .filterCheckbox___xS2XQ {
  display: flex; }
  @media screen and (max-width: 768px), (min-width: 768px) and (max-width: 1100px) {
    .filterIcons___2JgaJ .filterCheckbox___xS2XQ {
      margin-right: var(--spectrum-global-dimension-static-size-50); }
      .filterIcons___2JgaJ .filterCheckbox___xS2XQ:after {
        border-left: solid 1px var(--spectrum-global-color-static-gray-300);
        content: '';
        display: flex;
        height: calc(100% - var(--spectrum-global-dimension-static-size-50));
        height: 30px;
        margin-top: var(--spectrum-global-dimension-static-size-25);
        padding-right: var(--spectrum-global-dimension-static-size-200);
        width: var(--spectrum-global-dimension-static-size-10);
        margin-right: 0;
        padding-right: var(--spectrum-global-dimension-static-size-115);
        margin-left: var(--spectrum-global-dimension-static-size-200); } }

.filterIcons___2JgaJ .requestNewIcon___1-NJR {
  display: inline-flex;
  justify-content: center;
  margin-left: auto; }
  @media screen and (max-width: 768px), (min-width: 768px) and (max-width: 1100px) {
    .filterIcons___2JgaJ .requestNewIcon___1-NJR {
      display: inline-flex;
      margin-left: 0; }
      .filterIcons___2JgaJ .requestNewIcon___1-NJR span {
        margin: 0;
        padding: var(--spectrum-global-dimension-static-size-100) var(--spectrum-global-dimension-static-size-40); } }
  .filterIcons___2JgaJ .requestNewIcon___1-NJR a {
    display: inline-flex;
    white-space: nowrap; }

.icons___JquFT .iconGrid___2jLjO {
  background-color: var(--spectrum-global-color-static-gray-200);
  border-radius: var(--spectrum-global-dimension-static-size-50);
  margin-top: var(--spectrum-global-dimension-static-size-200);
  margin-bottom: var(--spectrum-global-dimension-static-size-200);
  min-height: var(--spectrum-global-dimension-static-size-6000);
  padding-top: var(--spectrum-global-dimension-static-size-400);
  padding-right: var(--spectrum-global-dimension-static-size-500);
  padding-bottom: var(--spectrum-global-dimension-static-size-400);
  padding-left: var(--spectrum-global-dimension-static-size-500); }
  @media (min-width: 481px) and (max-width: 767px) {
    .icons___JquFT .iconGrid___2jLjO {
      grid-template-columns: repeat(3, 1fr); } }
  .icons___JquFT .iconGrid___2jLjO.hideIconsWhileRendering___1-D9g img {
    display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .icons___JquFT .iconGrid___2jLjO {
      padding-top: var(--spectrum-global-dimension-static-size-150);
      padding-right: var(--spectrum-global-dimension-static-size-175);
      padding-bottom: var(--spectrum-global-dimension-static-size-150);
      padding-left: var(--spectrum-global-dimension-static-size-175); } }

.iconContainer___OJw_0 {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: var(--spectrum-global-dimension-static-size-200);
  list-style: none;
  margin: 0;
  margin-top: var(--spectrum-global-dimension-static-size-400);
  padding: 0;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 480px) {
    .iconContainer___OJw_0 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 481px) and (max-width: 767px) {
    .iconContainer___OJw_0 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .iconContainer___OJw_0 {
      grid-template-columns: repeat(5, 1fr); } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .iconContainer___OJw_0 {
      grid-template-columns: repeat(5, 1fr); } }
  @media (min-width: 1281px) {
    .iconContainer___OJw_0 {
      grid-template-columns: repeat(6, 1fr); } }
  .iconContainer___OJw_0 .iconSet_ui img {
    filter: invert(0.4) hue-rotate(-70deg) saturate(1);
    height: auto;
    width: auto;
    zoom: 1; }
  .iconContainer___OJw_0.showActualSize18___2ua59 .iconSet_workflow img {
    height: 18px;
    width: 18px; }
  .iconContainer___OJw_0.showActualSize18___2ua59 .iconSet_ui img {
    zoom: 1; }
  .iconContainer___OJw_0.showActualSize22___1KgN2 .iconSet_workflow img {
    height: 22px;
    width: 22px; }
  .iconContainer___OJw_0.showActualSize22___1KgN2 .iconSet_ui img {
    zoom: 1; }
  .iconContainer___OJw_0.showSizeMobile___2Svim .iconSet_workflow img {
    height: 44px;
    width: 44px; }
  .iconContainer___OJw_0.showSizeMobile___2Svim .iconSet_ui img {
    zoom: 1.83; }
  .iconContainer___OJw_0.showSizeDesktop___3TMRI .iconSet_workflow img {
    height: var(--spectrum-global-dimension-static-size-450);
    width: var(--spectrum-global-dimension-static-size-450); }
  .iconContainer___OJw_0.showSizeDesktop___3TMRI .iconSet_ui img {
    zoom: 1.5; }
  .iconContainer___OJw_0 > li {
    display: flex;
    height: 125px;
    flex-flow: column nowrap;
    margin: 0;
    padding: 0;
    width: 100%; }

.internalOnlyNotification___2Hlx8 {
  margin-bottom: var(--spectrum-global-dimension-static-size-150); }
  .internalOnlyNotification___2Hlx8 span {
    margin-right: var(--spectrum-global-dimension-static-size-150);
    vertical-align: middle; }
  .internalOnlyNotification___2Hlx8 svg {
    fill: var(--spectrum-global-color-static-gray-700); }

.noIconResults___17tEo {
  align-items: center;
  display: flex;
  flex-direction: column; }
  .noIconResults___17tEo svg {
    margin-top: 6vh;
    margin-bottom: var(--spectrum-global-dimension-static-size-150); }
  .noIconResults___17tEo h1 {
    color: var(--spectrum-global-color-static-gray-900);
    font-weight: var(--spectrum-global-font-weight-thin); }

.spectrum-Textfield {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;
  padding: 3px 12px 5px 12px;
  text-indent: 0;

  min-width: 48px;
  height: 32px;
  width: 192px;

  vertical-align: top;
  margin: 0;
  overflow: visible;
  font-family: adobe-clean, Helvetica, Arial, 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;
}
.spectrum-Textfield::placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
    opacity: 1;
  }
.spectrum-Textfield::-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
    opacity: 1;
  }
.spectrum-Textfield:lang(ja)::placeholder, .spectrum-Textfield:lang(zh)::placeholder, .spectrum-Textfield:lang(ko)::placeholder {
       font-style: normal;
    }
.spectrum-Textfield:lang(ja)::-ms-input-placeholder, .spectrum-Textfield:lang(zh)::-ms-input-placeholder, .spectrum-Textfield:lang(ko)::-ms-input-placeholder {
       font-style: normal;
    }
.spectrum-Textfield:hover::placeholder {
      font-weight: 400;
    }
.spectrum-Textfield:disabled {
    opacity: 1;
  }
.spectrum-Textfield:disabled::placeholder {
      font-weight: 400;
    }
.spectrum-Textfield::-ms-clear {
    width: 0;
    height: 0;
  }
.spectrum-Textfield::-webkit-inner-spin-button,
  .spectrum-Textfield::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
.spectrum-Textfield:-moz-ui-invalid {
    box-shadow: none;
  }
.spectrum-Textfield.is-invalid,
  .spectrum-Textfield:invalid,
  .spectrum-Textfield.is-valid {
    background-repeat: no-repeat;
  }
.spectrum-Textfield.is-invalid,
  .spectrum-Textfield:invalid {
    background-size: 18px 18px;
    background-position: calc(100% - 12px) 50%;
    padding-right: 42px;
  }
.spectrum-Textfield.is-valid {
    background-size: 12px 12px;
    background-position: calc(100% - 12px) 50%;
    padding-right: 36px;
  }
.spectrum-Textfield--multiline {
  height: auto;
  min-height: 56px;
  padding: 3px 12px 5px 12px;
  overflow: auto;
}
.spectrum-Textfield--multiline.is-invalid,
  .spectrum-Textfield--multiline:invalid,
  .spectrum-Textfield--multiline.is-valid {
    background-position: calc(100% - 9px) calc(100% - 9px);
  }
.spectrum-Textfield--quiet {
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
  resize: none;
  overflow-y: hidden;
}
.spectrum-Textfield--quiet.is-invalid,
  .spectrum-Textfield--quiet:invalid,
  .spectrum-Textfield--quiet.is-valid {
    background-position: 100% 50%;
  }

.spectrum--large .spectrum-Textfield {
  border: 1px solid;
  border-radius: 5px;
  padding: 3px 15px 5px 15px;

  min-width: 60px;
  height: 40px;
  width: 240px;
  font-family: adobe-clean, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;

  transition: border-color 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum--large .spectrum-Textfield::placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
  }
.spectrum--large .spectrum-Textfield::-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
  }
.spectrum--large .spectrum-Textfield:hover::placeholder {
      font-weight: 400;
    }
.spectrum--large .spectrum-Textfield:disabled::placeholder {
      font-weight: 400;
    }
.spectrum--large .spectrum-Textfield.is-invalid,
  .spectrum--large .spectrum-Textfield:invalid {
    background-size: 22px 22px;
    background-position: calc(100% - 15px) 50%;
    padding-right: 52px;
  }
.spectrum--large .spectrum-Textfield.is-valid {
    background-size: 16px 16px;
    background-position: calc(100% - 15px) 50%;
    padding-right: 46px;
  }
.spectrum--large .spectrum-Textfield--multiline {
  height: auto;
  min-height: 70px;
  padding: 3px 15px 5px 15px;
}
.spectrum--large .spectrum-Textfield--multiline.is-invalid,
  .spectrum--large .spectrum-Textfield--multiline:invalid,
  .spectrum--large .spectrum-Textfield--multiline.is-valid {
    background-position: calc(100% - 11px) calc(100% - 11px);
  }
.spectrum--large .spectrum-Textfield--quiet {
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
}
.spectrum--large .spectrum-Textfield--quiet.is-invalid,
  .spectrum--large .spectrum-Textfield--quiet:invalid,
  .spectrum--large .spectrum-Textfield--quiet.is-valid {
    background-position: 100% 50%;
  }

.spectrum--light .spectrum-Textfield {
  background-color: rgb(255, 255, 255);
  border-color: rgb(225, 225, 225);
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Textfield::placeholder {
    color: rgb(142, 142, 142);
  }
.spectrum--light .spectrum-Textfield:hover {
    border-color: rgb(202, 202, 202);
    box-shadow: none;
  }
.spectrum--light .spectrum-Textfield:hover::placeholder {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Textfield:focus {
    border-color: rgb(20, 115, 230);
  }
.spectrum--light .spectrum-Textfield.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.spectrum--light .spectrum-Textfield[disabled] {
    background-color: rgb(234, 234, 234);
    border-color: transparent;
    color: rgb(179, 179, 179);
    -webkit-text-fill-color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Textfield[disabled]::placeholder {
      color: rgb(179, 179, 179);
    }
.spectrum--light .spectrum-Textfield.is-invalid,
.spectrum--light .spectrum-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");
  }
.spectrum--light .spectrum-Textfield.is-invalid.focus-ring:not(:active),
.spectrum--light .spectrum-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.spectrum--light .spectrum-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");
  }
.spectrum--light .spectrum-Textfield--quiet {
  background-color: transparent;
  border-color: rgb(225, 225, 225);
}
.spectrum--light .spectrum-Textfield--quiet:hover {
    border-color: rgb(202, 202, 202);
  }
.spectrum--light .spectrum-Textfield--quiet:active {
    border-color: rgb(20, 115, 230);
  }
.spectrum--light .spectrum-Textfield--quiet:focus {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 1px 0 rgb(38, 128, 235);
  }
.spectrum--light .spectrum-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 1px 0 rgb(38, 128, 235);
    }
.spectrum--light .spectrum-Textfield--quiet:disabled {
    background-color: transparent;
    border-color:  rgb(225, 225, 225);
  }
.spectrum--light .spectrum-Textfield--quiet.is-invalid,
.spectrum--light .spectrum-Textfield--quiet:invalid {
    border-color: rgb(215, 55, 63);
  }
.spectrum--light .spectrum-Textfield--quiet.is-invalid:focus,
.spectrum--light .spectrum-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(215, 55, 63);
    }
.spectrum--light .spectrum-Textfield--quiet.is-invalid.focus-ring:not(:active),
.spectrum--light .spectrum-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 1px 0 rgb(215, 55, 63);
      }

.spectrum-Search {
  display: inline-block;
  position: relative;
}
.spectrum-Search .spectrum-ClearButton {
    position: absolute;
    right: 0;
    top: 0;
  }
.spectrum-Search-input {
  display: block;
  -webkit-appearance: none;
  outline-offset: -2px;
  padding-left: 36px;
  text-indent: 0;
  padding-right: 28px;
}
.spectrum-Search-input::-webkit-search-cancel-button,
  .spectrum-Search-input::-webkit-search-decoration {
    -webkit-appearance: none;
  }
.spectrum-Search-input.spectrum-Textfield--quiet {
    padding-left: 24px;
    padding-right: 20px;
  }
.spectrum-Search-input.spectrum-Textfield--quiet ~ .spectrum-Search-icon {
      left: 0;
    }
.spectrum-Search-input.spectrum-Textfield--quiet ~ .spectrum-Search-clear {
      right: -8px;
    }
.spectrum-Search-input.spectrum-Textfield--quiet ~ .spectrum-Search-rightIcon {
      right: 0;
    }
.spectrum-Search-icon {
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;

  pointer-events: none;
}

.spectrum--large .spectrum-Search-input {
  padding-left: 36px;
  padding-right: 28px;
}
.spectrum--large .spectrum-Search-input.spectrum-Textfield--quiet {
    padding-left: 24px;
    padding-right: 20px
  }
.spectrum--large .spectrum-Search-icon {
  top: 10px;
}

.spectrum--light .spectrum-Search-icon {
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Search-input:disabled ~ .spectrum-Search-icon {
      color: rgb(179, 179, 179);
    }

/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

.react-spectrum-Tabs--collapsible {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  overflow: hidden;
  position: relative;
}

.react-spectrum-Tabs--container {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
}

.react-spectrum-Tabs--container.react-spectrum-Tabs--hidden {
  visibility: hidden;
}

.spectrum-Tabs.react-spectrum-Tabs--dropdown {
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
}

.spectrum-Tabs.react-spectrum-Tabs--dropdown .spectrum-FieldButton {
  padding: 0 4px;
}

.spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring {
  border-radius: 2px;
}

.spectrum--light .spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring {
  box-shadow: 0 0 0 2px #2680eb;
}

.spectrum--lightest .spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring {
  box-shadow: 0 0 0 2px #378ef0;
}

.spectrum--dark .spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring {
  box-shadow: 0 0 0 2px #2680eb;
}

.spectrum--darkest .spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring {
  box-shadow: 0 0 0 2px #1473e6;
}
.spectrum-Tabs {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;

  margin: 0;
  padding: 0 8px;
  vertical-align: top;
}
.spectrum-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;
}
.spectrum-Tabs-item.is-disabled {
    cursor: default;
  }
.spectrum-Tabs-item.is-disabled .spectrum-Tabs-itemLabel {
      cursor: default;
    }
.spectrum-Tabs-item .spectrum-Icon {
    height: 46px;
  }
.spectrum-Tabs-item .spectrum-Icon + .spectrum-Tabs-itemLabel {
      margin-left: 5px;
    }
.spectrum-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;
  }
.spectrum-Tabs-itemLabel {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;

  font-size: 14px;
  font-weight: 400;
}
.spectrum-Tabs-itemLabel:empty {
    display: none;
  }
.spectrum-Tabs-selectionIndicator {
  position: absolute;
  left: 0;
  z-index: 0;

  transition: transform 130ms ease-in-out;
  transform-origin: top left;

  border-radius: 1px;
}
.spectrum-Tabs--compact .spectrum-Tabs-item {
    height: 30px;
    line-height: 30px;
  }
.spectrum-Tabs--compact .spectrum-Tabs-item .spectrum-Icon {
      height: 30px;
    }
.spectrum-Tabs--horizontal {
  -ms-flex-align: center;
      align-items: center;

  border-bottom: 2px solid;
}
.spectrum-Tabs--horizontal .spectrum-Tabs-item {
    vertical-align: top;
  }
.spectrum-Tabs--horizontal .spectrum-Tabs-item + *:not(.spectrum-Tabs-selectionIndicator) {
      margin-left: 24px;
    }
.spectrum-Tabs--horizontal .spectrum-Tabs-selectionIndicator {
    position: absolute;
    bottom: 0;
    height: 2px;

    bottom: -2px;
  }
.spectrum-Tabs--horizontal.spectrum-Tabs--compact {
    box-sizing: content-box;
    height: 30px;
    -ms-flex-align: end;
        align-items: end;
  }
.spectrum-Tabs--quiet {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.spectrum-Tabs--vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  border-left: 2px solid;
}
.spectrum-Tabs--vertical .spectrum-Tabs-item {
    height: 44px;
    padding: 0 8px;
    margin-left: 4px;
    margin-bottom: 4px;
  }
.spectrum-Tabs--vertical .spectrum-Tabs-item::before {
      left: -2px;
      right: -2px;
      margin-top: -16px;
    }
.spectrum-Tabs--vertical.spectrum-Tabs--compact .spectrum-Tabs-item {
      height: 32px;
      line-height: 32px;
      margin-bottom: 4px;
    }
.spectrum-Tabs--vertical.spectrum-Tabs--compact .spectrum-Tabs-item .spectrum-Icon {
        height: 32px;
      }
.spectrum-Tabs--vertical .spectrum-Tabs-selectionIndicator {
    position: absolute;
    left: 0px;
    width: 2px;

    left: -2px;
  }

.spectrum--large .spectrum-Tabs {
  padding: 0 10px;
}
.spectrum--large .spectrum-Tabs-item {

  height: 58px;
  line-height: 58px;

  transition: color 130ms ease-out;
}
.spectrum--large .spectrum-Tabs-item .spectrum-Icon {
    height: 58px;
  }
.spectrum--large .spectrum-Tabs-item .spectrum-Icon + .spectrum-Tabs-itemLabel {
      margin-left: 6px;
    }
.spectrum--large .spectrum-Tabs-item::before {

    height: 40px;
    margin-top: -19px;
    left: -10px;
    right: -10px;
    border: 2px solid transparent;
    border-radius: 6px;
  }
.spectrum--large .spectrum-Tabs-itemLabel {

  font-size: 17px;
  font-weight: 400
}
.spectrum--large .spectrum-Tabs-selectionIndicator {

  transition: transform 130ms ease-in-out;

  border-radius: 1px;
}
.spectrum--large .spectrum-Tabs--compact .spectrum-Tabs-item {
    height: 38px;
    line-height: 38px;
  }
.spectrum--large .spectrum-Tabs--compact .spectrum-Tabs-item .spectrum-Icon {
      height: 38px;
    }
.spectrum--large .spectrum-Tabs--horizontal {

  border-bottom: 2px solid;
}
.spectrum--large .spectrum-Tabs--horizontal .spectrum-Tabs-item + *:not(.spectrum-Tabs-selectionIndicator) {
      margin-left: 30px;
    }
.spectrum--large .spectrum-Tabs--horizontal .spectrum-Tabs-selectionIndicator {
    height: 2px;

    bottom: -2px;
  }
.spectrum--large .spectrum-Tabs--horizontal.spectrum-Tabs--compact {
    height: 38px;
  }
.spectrum--large .spectrum-Tabs--vertical {
  border-left: 2px solid;
}
.spectrum--large .spectrum-Tabs--vertical .spectrum-Tabs-item {
    height: 56px;
    padding: 0 10px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
.spectrum--large .spectrum-Tabs--vertical .spectrum-Tabs-item::before {
      left: -2px;
      right: -2px;
      margin-top: -20px;
    }
.spectrum--large .spectrum-Tabs--vertical.spectrum-Tabs--compact .spectrum-Tabs-item {
      height: 40px;
      line-height: 40px;
      margin-bottom: 5px;
    }
.spectrum--large .spectrum-Tabs--vertical.spectrum-Tabs--compact .spectrum-Tabs-item .spectrum-Icon {
        height: 40px;
      }
.spectrum--large .spectrum-Tabs--vertical .spectrum-Tabs-selectionIndicator {
    width: 2px;

    left: -2px;
  }

.spectrum--light .spectrum-Tabs {
  border-bottom-color: rgb(234, 234, 234);
}
.spectrum--light .spectrum-Tabs--vertical {
  border-left-color: rgb(234, 234, 234);
}
.spectrum--light .spectrum-Tabs-selectionIndicator {
  background-color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Tabs-item {
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Tabs-item .spectrum-Icon {
    color: rgb(110, 110, 110)
  }
.spectrum--light .spectrum-Tabs-item:hover {
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Tabs-item:hover .spectrum-Icon {
      color: rgb(44, 44, 44)
    }
.spectrum--light .spectrum-Tabs-item.is-selected {
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Tabs-item.is-selected .spectrum-Icon {
      color: rgb(44, 44, 44)
    }
.spectrum--light .spectrum-Tabs-item.focus-ring {
    color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Tabs-item.focus-ring::before {
      border-color: rgb(38, 128, 235);
    }
.spectrum--light .spectrum-Tabs-item.focus-ring .spectrum-Icon {
      color: rgb(44, 44, 44)
    }
.spectrum--light .spectrum-Tabs-item.is-disabled {
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Tabs-item.is-disabled .spectrum-Icon {
      color: rgb(202, 202, 202)
    }
.spectrum--light .spectrum-Tabs--quiet {
  border-bottom-color: transparent;
}
.spectrum--light .spectrum-Tabs--quiet .spectrum-Tabs-selectionIndicator {
    background-color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Tabs--vertical.spectrum-Tabs--quiet,
.spectrum--light .spectrum-Tabs--vertical.spectrum-Tabs--compact {
    border-left-color: transparent;
  }
.spectrum--light .spectrum-Tabs--vertical.spectrum-Tabs--quiet .spectrum-Tabs-selectionIndicator,
.spectrum--light .spectrum-Tabs--vertical.spectrum-Tabs--compact .spectrum-Tabs-selectionIndicator {
      background-color: rgb(44, 44, 44);
    }

.Icon___1dx4U {
  height: 100%;
  padding-top: var(--spectrum-global-dimension-static-size-200);
  padding-bottom: var(--spectrum-global-dimension-static-size-200);
  position: relative;
  transition: border-color var(--spectrum-global-animation-duration-100) ease-in-out, box-shadow var(--spectrum-global-animation-duration-100) ease-in-out; }
  .Icon___1dx4U .lazy-load-image-background.opacity {
    background-image: none !important;
    opacity: 0; }
  .Icon___1dx4U .lazy-load-image-background.opacity.lazy-load-image-loaded {
    opacity: 1;
    transition: opacity var(--spectrum-global-animation-duration-100) ease-out; }
  .Icon___1dx4U:focus {
    box-shadow: 0px 0px 0px 2px var(--spectrum-global-color-static-blue-600);
    border-radius: 4px;
    outline-style: none; }
  .Icon___1dx4U figure {
    align-items: center;
    display: flex;
    height: var(--spectrum-global-dimension-static-size-500);
    justify-content: center;
    margin: 0; }
    .Icon___1dx4U figure.iconNotAvailable___-WWIF {
      align-items: top;
      color: var(--spectrum-global-color-static-gray-700);
      flex-direction: column;
      justify-content: center;
      padding-top: var(--spectrum-global-dimension-static-size-0); }
  .Icon___1dx4U figcaption {
    margin-top: var(--spectrum-global-dimension-static-size-200);
    padding-left: var(--spectrum-global-dimension-static-size-150);
    padding-right: var(--spectrum-global-dimension-static-size-150);
    speak: none; }

.icon-menu {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: var(--spectrum-global-dimension-static-size-800);
  transition: all var(--spectrum-global-animation-duration-200) ease-out;
  width: 100%;
  z-index: 1; }
  .icon-menu ul {
    align-items: center;
    background-color: rgba(234, 234, 234, 0.95);
    border-radius: var(--spectrum-global-dimension-static-size-25);
    box-shadow: 0 2px 6px var(--spectrum-global-color-static-gray-500);
    display: flex;
    height: var(--spectrum-global-dimension-static-size-500);
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: var(--spectrum-global-dimension-static-size-1000); }
    @media screen and (max-width: 768px) {
      .icon-menu ul {
        width: var(--spectrum-global-dimension-static-size-1200); } }
    .icon-menu ul li {
      display: flex;
      flex-flow: column nowrap;
      height: var(--spectrum-global-dimension-static-size-400);
      margin: 0;
      margin-left: var(--spectrum-global-dimension-static-size-50);
      position: relative; }
      .icon-menu ul li:last-child {
        margin-right: var(--spectrum-global-dimension-static-size-50); }
      .icon-menu ul li a,
      .icon-menu ul li button {
        border-radius: var(--spectrum-global-dimension-static-size-25);
        display: block;
        height: var(--spectrum-global-dimension-static-size-400);
        width: var(--spectrum-global-dimension-static-size-400); }
        .icon-menu ul li a:hover,
        .icon-menu ul li button:hover {
          background-color: var(--spectrum-global-color-static-gray-400) !important; }

.icon-menu {
  opacity: 0; }

.icon-menu-enter-done {
  opacity: 1; }

.table___3vZ0M {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px; }

.notes___3JvRg p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  margin-bottom: 0px !important; }

.notes___3JvRg ul {
  margin: 0px !important; }
  .notes___3JvRg ul li {
    font-size: 14px !important; }

.noWrap___vX86W {
  white-space: nowrap; }

.animWrapper___z2ESV {
  width: 100%;
  border-radius: 4px;
  background-color: var(--spectrum-global-color-gray-100);
  min-height: 208px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }

.column___2_VCa {
  margin-bottom: 60px; }

.animExample___1Jdyu {
  width: 104px;
  height: 104px;
  background-color: var(--spectrum-global-color-gray-500);
  border-radius: 4px;
  position: absolute;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.fade___AUXtY.active___2KTh3 .animExample___1Jdyu {
  opacity: 1;
  transition: all 130ms cubic-bezier(0, 0, 0.4, 1); }

.fade___AUXtY.inactive___1X057 .animExample___1Jdyu {
  opacity: 0;
  transition: all 130ms cubic-bezier(0, 0, 0.4, 1); }

.slideFade___2F3du.active___2KTh3 .animExample___1Jdyu {
  opacity: 1;
  transition: all 160ms cubic-bezier(0, 0, 0.4, 1); }

.slideFade___2F3du.inactive___1X057 .animExample___1Jdyu {
  opacity: 0;
  transform: translateY(20px);
  transition: all 160ms cubic-bezier(0, 0, 0.4, 1); }

.slide___2oURa.active___2KTh3 .animExample___1Jdyu {
  opacity: 1;
  transition: all 190ms cubic-bezier(0, 0, 0.4, 1); }

.slide___2oURa.inactive___1X057 .animExample___1Jdyu {
  opacity: 1;
  transform: translateX(-215px);
  transition: all 190ms cubic-bezier(0.5, 0, 1, 1); }

.fill___1qq9d.active___2KTh3 .animExample___1Jdyu {
  background-color: transparent !important;
  border: 52px solid var(--spectrum-global-color-gray-500);
  transition: all 160ms cubic-bezier(0, 0, 0.4, 1); }

.fill___1qq9d.inactive___1X057 .animExample___1Jdyu {
  border: 8px solid var(--spectrum-global-color-gray-500);
  background-color: transparent !important;
  transition: all 160ms cubic-bezier(0, 0, 0.4, 1); }

.color___1_OG8.active___2KTh3 .animExample___1Jdyu {
  background-color: var(--spectrum-global-color-blue-400) !important;
  transition: all 160ms cubic-bezier(0, 0, 0.4, 1); }

.color___1_OG8.inactive___1X057 .animExample___1Jdyu {
  transition: all 160ms cubic-bezier(0, 0, 0.4, 1); }

.expandDown___3aZaZ .container___1q1VL {
  width: 104px;
  height: 104px;
  position: absolute;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .expandDown___3aZaZ .container___1q1VL .animExample___1Jdyu {
    top: 0px;
    bottom: initial;
    left: 0px;
    right: inherit;
    position: absolute;
    margin: inherit;
    width: 104px;
    height: 104px; }

.expandDown___3aZaZ.active___2KTh3 .animExample___1Jdyu {
  opacity: 0;
  height: 0px;
  transition: all 160ms cubic-bezier(0.45, 0, 0.4, 1); }

.expandDown___3aZaZ.inactive___1X057 .animExample___1Jdyu {
  height: 100px;
  transition: all 160ms cubic-bezier(0.45, 0, 0.4, 1); }

.scale___1jieO.active___2KTh3 .animExample___1Jdyu {
  transition: all 130ms cubic-bezier(0.45, 0, 0.4, 1); }

.scale___1jieO.inactive___1X057 .animExample___1Jdyu {
  transform: scale(0.75);
  transition: all 130ms cubic-bezier(0.45, 0, 0.4, 1); }

.scaleFade___97xf0.active___2KTh3 .animExample___1Jdyu {
  opacity: 0;
  transform: scale(0.9);
  transition: all 130ms cubic-bezier(0.45, 0, 0.4, 1); }

.scaleFade___97xf0.inactive___1X057 .animExample___1Jdyu {
  transition: all 130ms cubic-bezier(0.45, 0, 0.4, 1); }

.noWrap___ludaL {
  white-space: nowrap; }

.table___35I0- {
  margin-bottom: 80px; }
  .table___35I0- img {
    display: block; }
  .table___35I0- tr {
    height: 0px; }
  .table___35I0- td {
    white-space: nowrap;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 48px;
    line-height: 0px;
    vertical-align: middle !important; }
    .table___35I0- td:not(.itemName___mDKvy) {
      min-width: 100px; }

.itemName___mDKvy {
  width: 200px !important; }

.na___jfufk {
  color: var(--spectrum-global-color-gray-600); }

.topBar___mnSG2 {
  display: flex;
  justify-content: space-between; }

.spectrum-ButtonGroup {
  display: -ms-flexbox;
  display: flex;
}
.spectrum-ButtonGroup .spectrum-Button,
  .spectrum-ButtonGroup .spectrum-ActionButton,
  .spectrum-ButtonGroup .spectrum-Tool {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
.spectrum-ButtonGroup .spectrum-Button + .spectrum-Button {
    margin-left: 16px;
  }
.spectrum-ButtonGroup .spectrum-ActionButton + .spectrum-ActionButton {
    margin-left: 8px;
  }
.spectrum-ButtonGroup .spectrum-Tool + .spectrum-Tool {
    margin-left: 8px;
  }
.spectrum-ButtonGroup--vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.spectrum-ButtonGroup--vertical .spectrum-ActionButton-label {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: left;
  }
.spectrum-ButtonGroup--vertical .spectrum-Button + .spectrum-Button {
    margin-top: 16px;
    margin-left: 0;
  }
.spectrum-ButtonGroup--vertical .spectrum-ActionButton + .spectrum-ActionButton {
    margin-top: 8px;
    margin-left: 0;
  }
.spectrum-ButtonGroup--vertical .spectrum-Tool + .spectrum-Tool {
    margin-top: 8px;
    margin-left: 0;
  }

.spectrum--large .spectrum-ButtonGroup .spectrum-Button + .spectrum-Button {
    margin-left: 16px;
  }
.spectrum--large .spectrum-ButtonGroup .spectrum-ActionButton + .spectrum-ActionButton {
    margin-left: 10px;
  }
.spectrum--large .spectrum-ButtonGroup .spectrum-Tool + .spectrum-Tool {
    margin-left: 10px;
  }
.spectrum--large .spectrum-ButtonGroup--vertical .spectrum-Button + .spectrum-Button {
    margin-top: 16px;
    margin-left: 0;
  }
.spectrum--large .spectrum-ButtonGroup--vertical .spectrum-ActionButton + .spectrum-ActionButton {
    margin-top: 10px;
    margin-left: 0;
  }
.spectrum--large .spectrum-ButtonGroup--vertical .spectrum-Tool + .spectrum-Tool {
    margin-top: 10px;
    margin-left: 0;
  }

/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

.react-spectrum-TabView {
  display: flex;
  flex-direction: column;
}

.react-spectrum-TabView .react-spectrum-TabView-body {
  position: relative;
  padding: 15px 8px;
  flex: 1;
}

.react-spectrum-TabView.react-spectrum-TabView--vertical {
  flex-direction: row;
}

.react-spectrum-TabView.react-spectrum-TabView--vertical .react-spectrum-TabView-body {
  padding: 4px 15px;
}
.noResults___2YdV7 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px; }

.statusLight___9krbn .spectrum-StatusLight {
  height: inherit !important;
  line-height: 21px; }

.noWrap___3UXtx {
  white-space: nowrap; }

.listItem___1PFKQ {
  display: flex;
  flex-direction: row; }
  .listItem___1PFKQ .text___36qwL {
    width: 100%; }
  .listItem___1PFKQ h4 {
    margin-top: 0px !important;
    margin-bottom: 4px;
    font-size: 16px; }
  .listItem___1PFKQ p {
    font-size: 14px;
    color: var(--spectrum-global-color-gray-700); }

.status___3tjKq {
  padding-right: 20px; }

.na___2zaZR {
  padding-top: 2px; }

.disabled___1wsiP * {
  color: var(--spectrum-global-color-gray-500) !important; }

.missing_Section___27bhx {
  border: 10px solid  red;
  height: 300px;
  background: white;
  font-size: 30px;
  font-weight: 900;
  color: red;
  font-family: Papyrus;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1; }

@keyframes blink-animation___1qczQ {
  to {
    opacity: 0; } }

@-webkit-keyframes blink-animation___1qczQ {
  to {
    opacity: 0; } }

.table___332v0 {
  width: 100%; }

.hide___NItez {
  display: none; }

.show___1xAEj {
  display: block; }

.intro___2huDQ {
  margin-bottom: 40px !important; }

.description___UNfgT {
  font-size: 12px;
  color: var(--spectrum-global-color-gray-700);
  margin-top: 8px; }

.noWrap___1Tx94 {
  white-space: nowrap; }

.spectrum-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: 6px 0px;
  box-sizing: border-box;

  font-size: 14px;
  font-weight: 400;
}
.spectrum-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;
  }
.spectrum-StatusLight--neutral {
  font-style: italic;
}

.spectrum--large .spectrum-StatusLight {
  min-height: 40px;

  padding: 8px 0px;

  font-size: 17px;
  font-weight: 400;
}
.spectrum--large .spectrum-StatusLight::before {
    width: 10px;
    height: 10px;
    margin: 8px 15px;
  }

.spectrum--light .spectrum-StatusLight {
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-StatusLight[disabled],
.spectrum--light .spectrum-StatusLight.is-disabled {
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-StatusLight[disabled]::before,
.spectrum--light .spectrum-StatusLight.is-disabled::before {
      background-color: rgb(202, 202, 202);
    }
.spectrum--light .spectrum-StatusLight--negative::before {
  background-color: rgb(227, 72, 80);
}
.spectrum--light .spectrum-StatusLight--notice::before {
  background-color: rgb(230, 134, 25);
}
.spectrum--light .spectrum-StatusLight--positive::before {
  background-color: rgb(45, 157, 120);
}
.spectrum--light .spectrum-StatusLight--info::before,
.spectrum--light .spectrum-StatusLight--active::before {
  background-color: rgb(38, 128, 235);
}
.spectrum--light .spectrum-StatusLight--neutral {
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-StatusLight--neutral::before {
    background-color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-StatusLight--celery::before {
  background-color: rgb(68, 181, 86);
}
.spectrum--light .spectrum-StatusLight--yellow::before {
  background-color: rgb(223, 191, 0);
}
.spectrum--light .spectrum-StatusLight--fuchsia::before {
  background-color: rgb(192, 56, 204);
}
.spectrum--light .spectrum-StatusLight--indigo::before {
  background-color: rgb(103, 103, 236);
}
.spectrum--light .spectrum-StatusLight--seafoam::before {
  background-color: rgb(27, 149, 154);
}
.spectrum--light .spectrum-StatusLight--chartreuse::before {
  background-color: rgb(133, 208, 68);
}
.spectrum--light .spectrum-StatusLight--magenta::before {
  background-color: rgb(216, 55, 144);
}
.spectrum--light .spectrum-StatusLight--purple::before {
  background-color: rgb(146, 86, 217);
}

.table___INyJ2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px; }

.notes___3Pu62 p {
  padding-top: 6px;
  font-size: 14px;
  margin-bottom: 0px !important; }

.notes___3Pu62 p em,
.notes___3Pu62 p strong {
  font-size: 14px; }

.notes___3Pu62 ul {
  margin: 0px !important; }
  .notes___3Pu62 ul li {
    font-size: 14px !important; }

.noWrap___V0eHz {
  white-space: nowrap; }

.anchor___2EGlI {
  opacity: 0;
  transition: all 125ms ease-in-out;
  vertical-align: middle;
  font-size: 14px; }
  .anchor___2EGlI:hover {
    opacity: 1;
    transition: all 125ms ease-in-out; }

.headingAnchor___1mvyD {
  transition: all 125ms ease-in-out;
  margin-left: 4px;
  align-self: center; }

.withHiddenAnchor___3qza4 {
  display: flex; }

.tutorial___2DmSX {
  width: 100%;
  box-shadow: 0 0 0 1px var(--spectrum-global-color-gray-300);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
  margin-bottom: 36px;
  border-radius: 4px;
  transition: all 125ms ease-in-out; }
  .tutorial___2DmSX:hover {
    box-shadow: 0 0 0 1px var(--spectrum-global-color-gray-400);
    transition: all 125ms ease-in-out; }
  @media screen and (max-width: 768px) {
    .tutorial___2DmSX {
      max-width: 368px;
      min-height: 368px; } }

.link___-vf-M {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */ }

.cardContent___NxvjX {
  padding: 24px; }

.cardImage___18ZPL {
  width: 100%;
  overflow: hidden; }
  .cardImage___18ZPL img {
    width: 100%;
    overflow: hidden; }

.title___3l_8g {
  margin: 0px;
  margin-bottom: 24px; }

.divider___236UH {
  padding: 0px 24px; }

.buttons___3OJME {
  padding: 8px 24px 24px 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.tutorial___2DmSX {
  height: 100%;
  margin-bottom: 24px; }
  .tutorial___2DmSX .cardContent___NxvjX {
    padding: 24px 24px 16px 24px; }
  .tutorial___2DmSX .title___3l_8g {
    margin-bottom: 0px; }

.wrapper___3JKk6 {
  height: calc(100% - 36px); }

.cardContainer___2sCHx {
  margin-top: 24px; }

.cardRow___3BI-x:not(:last-of-type) {
  margin-bottom: 40px; }

.standard___1ZCBD {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.illustration___TOr-Y img {
  width: 100%;
  border-radius: 4px; }

.row___8zZUB {
  margin-bottom: 64px; }
  .row___8zZUB:last-of-type {
    margin-bottom: 0px; }

.header___raeuG {
  margin-top: 0px !important; }

@media screen and (max-width: 768px) {
  .imageLeft___-yTab {
    padding-bottom: 24px; } }

.descript___3-9DM * {
  padding-top: 8px !important;
  font-size: 14px !important;
  color: #464646 !important; }

.standard___2mHcm {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px; }

.illustration___cCymY img {
  width: 100%;
  border-radius: 4px; }

.row___189NA {
  margin-bottom: 64px; }
  .row___189NA:last-of-type {
    margin-bottom: 0px; }

.header___3M6OD {
  margin-top: 0px !important; }

@media screen and (max-width: 768px) {
  .imageLeft___10fJP {
    padding-bottom: 24px; } }

.descript___3C7RQ * {
  padding-top: 8px !important;
  font-size: 14px !important;
  color: #464646 !important; }

.heroContainer___2bZ_C {
  overflow: hidden;
  border-radius: 4px; }
  .heroContainer___2bZ_C.standard___1JHEz {
    width: 100%;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center; }
  .heroContainer___2bZ_C.illustration___MYudf img {
    width: 100%; }

.row___EIpbc {
  margin-bottom: 56px; }

.header___1MtSq {
  margin-bottom: 8px !important;
  margin-top: 0px; }

.contributor___1CXkP {
  display: flex;
  flex-direction: row;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .contributor___1CXkP {
      padding-bottom: 20px; } }

.contributorImage___2nrFT {
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden; }

.contributorText___bguK3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px; }

.title___2XMii {
  margin: 0px !important; }

.headerRow___HLkHJ {
  margin-bottom: 40px; }

.paginationContainer___zmKTQ {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 24px; }

.arrow___2g964 {
  width: 14px;
  padding-right: 8px; }

.arrowRight___3P_N3 {
  width: 14px;
  padding-left: 8px; }

.resourceRow___3vyve {
  margin-bottom: 80px; }

.disabled___1vTAY {
  color: #B1B1B1; }

.link___1ZnKF {
  display: flex;
  flex-direction: row;
  margin-bottom: 14px;
  align-content: center; }
  .link___1ZnKF svg {
    margin-right: 12px; }

.linkIcon___1yXmK {
  color: #464646; }

.publicCardsContainer___1gii2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.card___1QDpS {
  width: 224px;
  margin-right: 16px;
  box-shadow: 0 0 0 1px var(--spectrum-global-color-gray-300);
  height: 64px;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  overflow: hidden; }
  .card___1QDpS img {
    height: 64px; }
  .card___1QDpS .content___VL3tN {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px; }
  .card___1QDpS .cardTitle___SF1Re {
    font-weight: 700; }
  .card___1QDpS .cardSubTitle___SpyVQ {
    color: #464646; }

.link___vVJ12 {
  text-decoration: none; }

.close___26Lzu {
  position: absolute;
  right: 10px;
  top: 10px; }

.tableWrapper___2eUCd {
  min-width: 100%; }

.dialog___2ojVP {
  min-width: 550px; }

.card___2ZaLE {
  width: 224px;
  margin-right: 16px;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-left: 2px;
  box-shadow: 0 0 0 1px #e6e6e6;
  transition: 125ms ease-in-out;
  height: 64px;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer; }
  .card___2ZaLE:hover {
    box-shadow: 0 0 0 1px #d5d5d5;
    transition: 125ms ease-in-out; }
  @media screen and (max-width: 960px) {
    .card___2ZaLE {
      margin-bottom: 16px; } }
  .card___2ZaLE img {
    height: 64px; }
  .card___2ZaLE .content___1VKv9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px; }
  .card___2ZaLE .cardTitle___35xj1 {
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important; }
  .card___2ZaLE .cardSubTitle___12tj6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

.link___3YiP4 {
  text-decoration: none; }

.row___3btx3 {
  margin-bottom: 56px; }

.link___3YiP4 {
  text-decoration: none; }

.cardButton___2kEb- {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: none;
  outline-style: none; }
  .cardButton___2kEb- > div:focus {
    outline: none;
    outline-style: none; }
  .cardButton___2kEb-:focus > div {
    box-shadow: 0 0 0 2px #2680eb;
    outline: none; }

@media screen and (max-width: 599px) {
  .smallScreenHide___3hFm2 {
    display: none; } }

@media screen and (min-width: 600px) {
  .largeScreenHide___ak6ju {
    display: none; } }

.spectrum-Table {
  border-collapse: separate;
  border-spacing: 0;
}
.spectrum-Table-sortedIcon {
  display: none;
  margin-left: 10px;

  vertical-align: middle;

  transition: transform 130ms ease-in-out;
}
.spectrum-Table-headCell {
  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;
}
.spectrum-Table-headCell.is-sortable {
    cursor: pointer;
  }
.spectrum-Table-headCell.is-sorted-asc .spectrum-Table-sortedIcon, .spectrum-Table-headCell.is-sorted-desc .spectrum-Table-sortedIcon {
      display: inline-block;
      margin-top: -2px;
    }
.spectrum-Table-headCell.is-sorted-asc .spectrum-Table-sortedIcon {
      transform: rotateZ(180deg);
    }
.spectrum-Table-cell--alignCenter {
  text-align: center;
}
.spectrum-Table-cell--alignRight {
  text-align: right;
}
.spectrum-Table-body.is-drop-target::before,
.spectrum-Table-row.is-drop-target::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
.spectrum-Table-body {
  position: relative;

  border-width: 1px;
  border-radius: 4px;
  overflow: auto;
  vertical-align: top;
}
.spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body {
    border-width: 1px;
    border-radius: 4px;
  }
.spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:first-child {
      border-top-left-radius: 4px;
    }
.spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:last-child {
      border-top-right-radius: 4px;
    }
.spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:first-child {
      border-bottom-left-radius: 4px;
    }
.spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:last-child {
      border-bottom-right-radius: 4px;
    }
.spectrum-Table-cell {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 14px 16px;
  min-height: 20px;
}
.spectrum-Table-cell,
.spectrum-Table-headCell {
  position: relative;
}
.spectrum-Table-cell.focus-ring,
  .spectrum-Table-cell.is-focused,
  .spectrum-Table-headCell.focus-ring,
  .spectrum-Table-headCell.is-focused {
    outline: none;
  }
.spectrum-Table-cell.focus-ring::before, .spectrum-Table-cell.is-focused::before, .spectrum-Table-headCell.focus-ring::before, .spectrum-Table-headCell.is-focused::before {
      content: '';
      z-index: 1;
      position: absolute;

      top: 0;
      right: 0;
      bottom: 0;
      left: 0;

      border-radius: 3px;
    }
.spectrum-Table-headCell.focus-ring::before, .spectrum-Table-headCell.is-focused::before {
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px;
    }
.spectrum-Table-cell--divider {
  border-right-width: 1px;
}
.spectrum-Table-row {
  position: relative;
  cursor: pointer;
  transition: background-color 130ms ease-in-out;
}
.spectrum-Table-row:focus {
    outline: 0;
  }
.spectrum-Table > .spectrum-Table-body > .spectrum-Table-row:last-of-type {
  border-bottom-style: none;
}
.spectrum-Table--quiet .spectrum-Table-body {
    border-radius: 0px;
  }
.spectrum-Table--quiet .spectrum-Table-body.is-drop-target::before, .spectrum-Table--quiet .spectrum-Table-row.is-drop-target::before {
        border-radius: 4px;
      }
.spectrum-Table-checkboxCell {
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
}
.spectrum-Table-checkbox {
  vertical-align: super;
}

.spectrum--large .spectrum-Table-sortedIcon {
  margin-left: 13px;

  transition: transform 130ms ease-in-out;
}
.spectrum--large .spectrum-Table-headCell {
  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;
}
.spectrum--large .spectrum-Table-headCell.is-sorted-asc .spectrum-Table-sortedIcon, .spectrum--large .spectrum-Table-headCell.is-sorted-desc .spectrum-Table-sortedIcon {
      margin-top: -2px;
    }
.spectrum--large .spectrum-Table-body {

  border-width: 1px;
  border-radius: 5px;
  vertical-align: top;
}
.spectrum--large .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body {
    border-width: 1px;
    border-radius: 5px;
  }
.spectrum--large .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:first-child {
      border-top-left-radius: 5px;
    }
.spectrum--large .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:last-child {
      border-top-right-radius: 5px;
    }
.spectrum--large .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:first-child {
      border-bottom-left-radius: 5px;
    }
.spectrum--large .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:last-child {
      border-bottom-right-radius: 5px;
    }
.spectrum--large .spectrum-Table-cell {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  padding: 18px 20px;
  min-height: 24px;
}
.spectrum--large .spectrum-Table-cell.focus-ring::before, .spectrum--large .spectrum-Table-cell.is-focused::before, .spectrum--large .spectrum-Table-headCell.focus-ring::before, .spectrum--large .spectrum-Table-headCell.is-focused::before {

      border-radius: 4px;
    }
.spectrum--large .spectrum-Table-headCell.focus-ring::before, .spectrum--large .spectrum-Table-headCell.is-focused::before {
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px;
    }
.spectrum--large .spectrum-Table-cell--divider {
  border-right-width: 1px;
}
.spectrum--large .spectrum-Table-row {
  transition: background-color 130ms ease-in-out;
}
.spectrum--large .spectrum-Table--quiet .spectrum-Table-body {
    border-radius: 0px;
  }
.spectrum--large .spectrum-Table--quiet .spectrum-Table-body.is-drop-target::before, .spectrum--large .spectrum-Table--quiet .spectrum-Table-row.is-drop-target::before {
        border-radius: 5px;
      }
.spectrum--large .spectrum-Table-checkboxCell {
  padding-right: 10px;
  vertical-align: middle;
}

.spectrum--light .spectrum-Table-headCell {
  color: rgb(110, 110, 110);
  background-color: transparent;
}
.spectrum--light .spectrum-Table-headCell.is-sortable .spectrum-Table-sortedIcon {
      color: rgb(142, 142, 142);
    }
.spectrum--light .spectrum-Table-headCell.is-sortable:hover {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Table-headCell.is-sortable:hover .spectrum-Table-sortedIcon {
        color: rgb(44, 44, 44);
      }
.spectrum--light .spectrum-Table-headCell.is-sortable.focus-ring,
.spectrum--light .spectrum-Table-headCell.is-sortable.is-focused {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Table-headCell.is-sortable.focus-ring .spectrum-Table-sortedIcon,
.spectrum--light .spectrum-Table-headCell.is-sortable.is-focused .spectrum-Table-sortedIcon {
        color: rgb(44, 44, 44);
      }
.spectrum--light .spectrum-Table-headCell.is-sortable:active {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Table-headCell.is-sortable:active .spectrum-Table-sortedIcon {
        color: rgb(44, 44, 44);
      }
.spectrum--light .spectrum-Table-cell.focus-ring::before,
.spectrum--light .spectrum-Table-cell.is-focused::before,
.spectrum--light .spectrum-Table-headCell.focus-ring::before,
.spectrum--light .spectrum-Table-headCell.is-focused::before {
      box-shadow: inset 0 0 0 2px rgb(38, 128, 235);
    }
.spectrum--light .spectrum-Table-body {
  border-style: solid;
  border-color: rgb(225, 225, 225);
  background-color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-Table-body.is-drop-target {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.spectrum--light .spectrum-Table-body.is-drop-target::before {
      background-color: rgba(20,115,230,0.1);
    }
.spectrum--light tbody.spectrum-Table-body {
  border: none;
}
.spectrum--light tbody.spectrum-Table-body .spectrum-Table-row {
    border-top: none;
  }
.spectrum--light tbody.spectrum-Table-body .spectrum-Table-cell {
    border-top: 1px solid rgb(225, 225, 225);
  }
.spectrum--light tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child {
    border-left: 1px solid rgb(225, 225, 225);
  }
.spectrum--light tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child {
    border-right: 1px solid rgb(225, 225, 225);
  }
.spectrum--light tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell {
    border-bottom: 1px solid rgb(225, 225, 225);
  }
.spectrum--light .spectrum-Table-row {
  border-bottom: 1px solid rgb(225, 225, 225);
  background-color: transparent;
}
.spectrum--light .spectrum-Table-row:hover {
    background-color: rgba(44,44,44,0.06);
  }
.spectrum--light .spectrum-Table-row.focus-ring,
.spectrum--light .spectrum-Table-row.is-focused {
    background-color: rgba(44,44,44,0.06);
  }
.spectrum--light .spectrum-Table-row:active {
    background-color: rgba(44,44,44,0.1);
  }
.spectrum--light .spectrum-Table-row.is-selected {
    background-color: rgba(20,115,230,0.1);
  }
.spectrum--light .spectrum-Table-row.is-selected:hover {
      background-color: rgba(20,115,230,0.2);
    }
.spectrum--light .spectrum-Table-row.is-selected.focus-ring,
.spectrum--light .spectrum-Table-row.is-selected.is-focused {
      background-color: rgba(20,115,230,0.2);
    }
.spectrum--light .spectrum-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);
    }
.spectrum--light .spectrum-Table-cell {
  color: rgb(75, 75, 75);
  background-color: transparent;
}
.spectrum--light .spectrum-Table-cell--divider {
  border-right-style: solid;
  border-right-color: rgb(225, 225, 225);
}
.spectrum--light .spectrum-Table--quiet .spectrum-Table-body {
    border-width: 1px 0;
    background-color: transparent;
  }
.spectrum--light .spectrum-Table--quiet .spectrum-Table-body.is-drop-target {
      box-shadow: none;
      border-color: transparent;
    }
.spectrum--light .spectrum-Table--quiet .spectrum-Table-body.is-drop-target::before {
        box-shadow: inset 0 0 0 2px rgb(38, 128, 235);
      }
.spectrum--light .spectrum-Table--quiet .spectrum-Table-row {
    background-color: transparent;
  }
.spectrum--light .spectrum-Table--quiet .spectrum-Table-row:hover {
      background-color: rgba(44,44,44,0.06);
    }
.spectrum--light .spectrum-Table--quiet .spectrum-Table-row.focus-ring,
.spectrum--light .spectrum-Table--quiet .spectrum-Table-row.is-focused {
      background-color: rgba(44,44,44,0.06);
    }
.spectrum--light .spectrum-Table--quiet .spectrum-Table-row:active {
      background-color: rgba(44,44,44,0.1);
    }
.spectrum--light .spectrum-Table--quiet .spectrum-Table-row.is-selected {
      background-color: rgba(20,115,230,0.1);
    }
.spectrum--light .spectrum-Table--quiet .spectrum-Table-row.is-selected:hover {
        background-color: rgba(20,115,230,0.2);
      }
.spectrum--light .spectrum-Table--quiet .spectrum-Table-row.is-selected.focus-ring,
.spectrum--light .spectrum-Table--quiet .spectrum-Table-row.is-selected.is-focused {
        background-color: rgba(20,115,230,0.2);
      }
.spectrum--light .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child,
.spectrum--light .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child {
      border-left: none;
      border-right: none;
    }

