[data-rmiz-wrap="visible"],
[data-rmiz-wrap="hidden"] {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}
[data-rmiz-wrap="hidden"] {
  visibility: hidden;
}
[data-rmiz-overlay] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: background-color;
}
[data-rmiz-btn-open],
[data-rmiz-btn-close] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* reset styles */
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[data-rmiz-btn-open] {
  cursor: zoom-in;
}
[data-rmiz-btn-close] {
  cursor: zoom-out;
}
[data-rmiz-modal-content] {
  position: absolute;
  transition-property: transform;
  transform-origin: center center;
}

/* muli-200normal - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src:
    local('Muli Extra Light '),
    local('Muli-Extra Light'),
    url('./files/muli-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-200.woff') format('woff'); /* Modern Browsers */
}

/* muli-200italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-display: swap;
  font-weight: 200;
  src:
    local('Muli Extra Light italic'),
    local('Muli-Extra Lightitalic'),
    url('./files/muli-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-200italic.woff') format('woff'); /* Modern Browsers */
}

/* muli-300normal - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    local('Muli Light '),
    local('Muli-Light'),
    url('./files/muli-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-300.woff') format('woff'); /* Modern Browsers */
}

/* muli-300italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src:
    local('Muli Light italic'),
    local('Muli-Lightitalic'),
    url('./files/muli-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-300italic.woff') format('woff'); /* Modern Browsers */
}

/* muli-400normal - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local('Muli Regular '),
    local('Muli-Regular'),
    url('./files/muli-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-400.woff') format('woff'); /* Modern Browsers */
}

/* muli-400italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src:
    local('Muli Regular italic'),
    local('Muli-Regularitalic'),
    url('./files/muli-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-400italic.woff') format('woff'); /* Modern Browsers */
}

/* muli-500normal - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    local('Muli Medium '),
    local('Muli-Medium'),
    url('./files/muli-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-500.woff') format('woff'); /* Modern Browsers */
}

/* muli-500italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src:
    local('Muli Medium italic'),
    local('Muli-Mediumitalic'),
    url('./files/muli-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-500italic.woff') format('woff'); /* Modern Browsers */
}

/* muli-600normal - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src:
    local('Muli SemiBold '),
    local('Muli-SemiBold'),
    url('./files/muli-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-600.woff') format('woff'); /* Modern Browsers */
}

/* muli-600italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src:
    local('Muli SemiBold italic'),
    local('Muli-SemiBolditalic'),
    url('./files/muli-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-600italic.woff') format('woff'); /* Modern Browsers */
}

/* muli-700normal - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local('Muli Bold '),
    local('Muli-Bold'),
    url('./files/muli-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-700.woff') format('woff'); /* Modern Browsers */
}

/* muli-700italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src:
    local('Muli Bold italic'),
    local('Muli-Bolditalic'),
    url('./files/muli-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-700italic.woff') format('woff'); /* Modern Browsers */
}

/* muli-800normal - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src:
    local('Muli ExtraBold '),
    local('Muli-ExtraBold'),
    url('./files/muli-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-800.woff') format('woff'); /* Modern Browsers */
}

/* muli-800italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src:
    local('Muli ExtraBold italic'),
    local('Muli-ExtraBolditalic'),
    url('./files/muli-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-800italic.woff') format('woff'); /* Modern Browsers */
}

/* muli-900normal - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    local('Muli Black '),
    local('Muli-Black'),
    url('./files/muli-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-900.woff') format('woff'); /* Modern Browsers */
}

/* muli-900italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src:
    local('Muli Black italic'),
    local('Muli-Blackitalic'),
    url('./files/muli-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/muli-latin-900italic.woff') format('woff'); /* Modern Browsers */
}


/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/* based on: https://github.com/kristoferjoseph/flexboxgrid/blob/master/src/css/flexboxgrid.css */

:root {
  --gutter-width: 0rem;
  --outer-margin: 0rem;
  --gutter-compensation: calc((0rem * 0.5) * -1);
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((0rem * 0.5));
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: 30em;
  --screen-xs-min: var(--xs-min)em;
  --screen-sm-min: 48em;
  --screen-sm-min: var(--sm-min)em;
  --screen-md-min: 64em;
  --screen-md-min: var(--md-min)em;
  --screen-lg-min: 75em;
  --screen-lg-min: var(--lg-min)em;
  --container-sm: calc(48 + 0rem);
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(64 + 0rem);
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(75 + 0rem);
  --container-lg: calc(var(--lg-min) + var(--gutter-width));
}

.ory-editable {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-right: 0rem;
  padding-right: var(--outer-margin, 2rem);
  padding-left: 2rem;
  padding-left: 0rem;
  padding-left: var(--outer-margin, 2rem);
}

.ory-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-right: calc((0rem * 0.5) * -1);
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: -0.5rem;
  margin-left: calc((0rem * 0.5) * -1);
  margin-left: var(--gutter-compensation, -0.5rem);
  position: relative;
}

.ory-cell-xs,
.ory-cell-xs-1,
.ory-cell-xs-2,
.ory-cell-xs-3,
.ory-cell-xs-4,
.ory-cell-xs-5,
.ory-cell-xs-6,
.ory-cell-xs-7,
.ory-cell-xs-8,
.ory-cell-xs-9,
.ory-cell-xs-10,
.ory-cell-xs-11,
.ory-cell-xs-12,
.ory-cell-xs-offset-0,
.ory-cell-xs-offset-1,
.ory-cell-xs-offset-2,
.ory-cell-xs-offset-3,
.ory-cell-xs-offset-4,
.ory-cell-xs-offset-5,
.ory-cell-xs-offset-6,
.ory-cell-xs-offset-7,
.ory-cell-xs-offset-8,
.ory-cell-xs-offset-9,
.ory-cell-xs-offset-10,
.ory-cell-xs-offset-11,
.ory-cell-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-right: calc((0rem * 0.5));
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: 0.5rem;
  padding-left: calc((0rem * 0.5));
  padding-left: var(--half-gutter-width, 0.5rem);
  min-width: 0;
}

.ory-cell-xs {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  min-width: 100%;
}

.ory-cell-xs-1 {
  flex-basis: 8.33333333%;
  width: 8.33333333%;
}

.ory-cell-xs-2 {
  flex-basis: 16.66666667%;
  width: 16.66666667%;
}

.ory-cell-xs-3 {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
}

.ory-cell-xs-4 {
  flex-basis: 33.33333333%;
  width: 33.33333333%;
}

.ory-cell-xs-5 {
  flex-basis: 41.66666667%;
  width: 41.66666667%;
}

.ory-cell-xs-6 {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
}

.ory-cell-xs-7 {
  flex-basis: 58.33333333%;
  width: 58.33333333%;
}

.ory-cell-xs-8 {
  flex-basis: 66.66666667%;
  width: 66.66666667%;
}

.ory-cell-xs-9 {
  flex-basis: 75%;
  width: 75%;
  min-width: 75%;
}

.ory-cell-xs-10 {
  flex-basis: 83.33333333%;
  width: 83.33333333%;
}

.ory-cell-xs-11 {
  flex-basis: 91.66666667%;
  width: 91.66666667%;
}

.ory-cell-xs-12 {
  flex-basis: 100%;
  width: 100%;
  min-width: 100%;
}

.ory-cell-xs-offset-0 {
  margin-left: 0;
}

.ory-cell-xs-offset-1 {
  margin-left: 8.33333333%;
}

.ory-cell-xs-offset-2 {
  margin-left: 16.66666667%;
}

.ory-cell-xs-offset-3 {
  margin-left: 25%;
}

.ory-cell-xs-offset-4 {
  margin-left: 33.33333333%;
}

.ory-cell-xs-offset-5 {
  margin-left: 41.66666667%;
}

.ory-cell-xs-offset-6 {
  margin-left: 50%;
}

.ory-cell-xs-offset-7 {
  margin-left: 58.33333333%;
}

.ory-cell-xs-offset-8 {
  margin-left: 66.66666667%;
}

.ory-cell-xs-offset-9 {
  margin-left: 75%;
}

.ory-cell-xs-offset-10 {
  margin-left: 83.33333333%;
}

.ory-cell-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

[dir="ltr"] .start-xs {
  text-align: left;
}

[dir="rtl"] .start-xs {
  text-align: right;
}

.center-xs {
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

[dir="ltr"] .end-xs {
  text-align: right;
}

[dir="rtl"] .end-xs {
  text-align: left;
}

.top-xs {
  -webkit-box-align: start;
          align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
          align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
          align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media only screen and (min-width: 48em) {
  .ory-cell-sm,
  .ory-cell-sm-1,
  .ory-cell-sm-2,
  .ory-cell-sm-3,
  .ory-cell-sm-4,
  .ory-cell-sm-5,
  .ory-cell-sm-6,
  .ory-cell-sm-7,
  .ory-cell-sm-8,
  .ory-cell-sm-9,
  .ory-cell-sm-10,
  .ory-cell-sm-11,
  .ory-cell-sm-12,
  .ory-cell-sm-offset-0,
  .ory-cell-sm-offset-1,
  .ory-cell-sm-offset-2,
  .ory-cell-sm-offset-3,
  .ory-cell-sm-offset-4,
  .ory-cell-sm-offset-5,
  .ory-cell-sm-offset-6,
  .ory-cell-sm-offset-7,
  .ory-cell-sm-offset-8,
  .ory-cell-sm-offset-9,
  .ory-cell-sm-offset-10,
  .ory-cell-sm-offset-11,
  .ory-cell-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: calc((0rem * 0.5));
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: 0.5rem;
    padding-left: calc((0rem * 0.5));
    padding-left: var(--half-gutter-width, 0.5rem);
    min-width: 0;
  }

  .ory-cell-sm {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 0;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-sm-1 {
    flex-basis: 8.33333333%;
    width: 8.33333333%;
  }

  .ory-cell-sm-2 {
    flex-basis: 16.66666667%;
    width: 16.66666667%;
  }

  .ory-cell-sm-3 {
    flex-basis: 25%;
    width: 25%;
  min-width: 25%;
  }

  .ory-cell-sm-4 {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
  }

  .ory-cell-sm-5 {
    flex-basis: 41.66666667%;
    width: 41.66666667%;
  }

  .ory-cell-sm-6 {
    flex-basis: 50%;
    width: 50%;
  min-width: 50%;
  }

  .ory-cell-sm-7 {
    flex-basis: 58.33333333%;
    width: 58.33333333%;
  }

  .ory-cell-sm-8 {
    flex-basis: 66.66666667%;
    width: 66.66666667%;
  }

  .ory-cell-sm-9 {
    flex-basis: 75%;
    width: 75%;
  min-width: 75%;
  }

  .ory-cell-sm-10 {
    flex-basis: 83.33333333%;
    width: 83.33333333%;
  }

  .ory-cell-sm-11 {
    flex-basis: 91.66666667%;
    width: 91.66666667%;
  }

  .ory-cell-sm-12 {
    flex-basis: 100%;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-sm-offset-0 {
    margin-left: 0;
  }

  .ory-cell-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .ory-cell-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .ory-cell-sm-offset-3 {
    margin-left: 25%;
  }

  .ory-cell-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .ory-cell-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .ory-cell-sm-offset-6 {
    margin-left: 50%;
  }

  .ory-cell-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .ory-cell-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .ory-cell-sm-offset-9 {
    margin-left: 75%;
  }

  .ory-cell-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .ory-cell-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
    [dir="ltr"] .start-sm {
    text-align: left;
  }
    [dir="rtl"] .start-sm {
    text-align: right;
  }

  .center-sm {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
    [dir="ltr"] .end-sm {
    text-align: right;
  }
    [dir="rtl"] .end-sm {
    text-align: left;
  }

  .top-sm {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
            align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .ory-cell-md,
  .ory-cell-md-1,
  .ory-cell-md-2,
  .ory-cell-md-3,
  .ory-cell-md-4,
  .ory-cell-md-5,
  .ory-cell-md-6,
  .ory-cell-md-7,
  .ory-cell-md-8,
  .ory-cell-md-9,
  .ory-cell-md-10,
  .ory-cell-md-11,
  .ory-cell-md-12,
  .ory-cell-md-offset-0,
  .ory-cell-md-offset-1,
  .ory-cell-md-offset-2,
  .ory-cell-md-offset-3,
  .ory-cell-md-offset-4,
  .ory-cell-md-offset-5,
  .ory-cell-md-offset-6,
  .ory-cell-md-offset-7,
  .ory-cell-md-offset-8,
  .ory-cell-md-offset-9,
  .ory-cell-md-offset-10,
  .ory-cell-md-offset-11,
  .ory-cell-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: calc((0rem * 0.5));
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: 0.5rem;
    padding-left: calc((0rem * 0.5));
    padding-left: var(--half-gutter-width, 0.5rem);
    min-width: 0;
  }

  .ory-cell-md {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 0;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-md-1 {
    flex-basis: 8.33333333%;
    width: 8.33333333%;
  }

  .ory-cell-md-2 {
    flex-basis: 16.66666667%;
    width: 16.66666667%;
  }

  .ory-cell-md-3 {
    flex-basis: 25%;
    width: 25%;
  min-width: 25%;
  }

  .ory-cell-md-4 {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
  }

  .ory-cell-md-5 {
    flex-basis: 41.66666667%;
    width: 41.66666667%;
  }

  .ory-cell-md-6 {
    flex-basis: 50%;
    width: 50%;
  min-width: 50%;
  }

  .ory-cell-md-7 {
    flex-basis: 58.33333333%;
    width: 58.33333333%;
  }

  .ory-cell-md-8 {
    flex-basis: 66.66666667%;
    width: 66.66666667%;
  }

  .ory-cell-md-9 {
    flex-basis: 75%;
    width: 75%;
  min-width: 75%;
  }

  .ory-cell-md-10 {
    flex-basis: 83.33333333%;
    width: 83.33333333%;
  }

  .ory-cell-md-11 {
    flex-basis: 91.66666667%;
    width: 91.66666667%;
  }

  .ory-cell-md-12 {
    flex-basis: 100%;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-md-offset-0 {
    margin-left: 0;
  }

  .ory-cell-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .ory-cell-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .ory-cell-md-offset-3 {
    margin-left: 25%;
  }

  .ory-cell-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .ory-cell-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .ory-cell-md-offset-6 {
    margin-left: 50%;
  }

  .ory-cell-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .ory-cell-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .ory-cell-md-offset-9 {
    margin-left: 75%;
  }

  .ory-cell-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .ory-cell-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
    [dir="ltr"] .start-md {
    text-align: left;
  }
    [dir="rtl"] .start-md {
    text-align: right;
  }

  .center-md {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
    [dir="ltr"] .end-md {
    text-align: right;
  }
    [dir="rtl"] .end-md {
    text-align: left;
  }

  .top-md {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
            align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .ory-cell-lg,
  .ory-cell-lg-1,
  .ory-cell-lg-2,
  .ory-cell-lg-3,
  .ory-cell-lg-4,
  .ory-cell-lg-5,
  .ory-cell-lg-6,
  .ory-cell-lg-7,
  .ory-cell-lg-8,
  .ory-cell-lg-9,
  .ory-cell-lg-10,
  .ory-cell-lg-11,
  .ory-cell-lg-12,
  .ory-cell-lg-offset-0,
  .ory-cell-lg-offset-1,
  .ory-cell-lg-offset-2,
  .ory-cell-lg-offset-3,
  .ory-cell-lg-offset-4,
  .ory-cell-lg-offset-5,
  .ory-cell-lg-offset-6,
  .ory-cell-lg-offset-7,
  .ory-cell-lg-offset-8,
  .ory-cell-lg-offset-9,
  .ory-cell-lg-offset-10,
  .ory-cell-lg-offset-11,
  .ory-cell-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: calc((0rem * 0.5));
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: 0.5rem;
    padding-left: calc((0rem * 0.5));
    padding-left: var(--half-gutter-width, 0.5rem);
    min-width: 0;
  }

  .ory-cell-lg {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 0;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-lg-1 {
    flex-basis: 8.33333333%;
    width: 8.33333333%;
  }

  .ory-cell-lg-2 {
    flex-basis: 16.66666667%;
    width: 16.66666667%;
  }

  .ory-cell-lg-3 {
    flex-basis: 25%;
    width: 25%;
  min-width: 25%;
  }

  .ory-cell-lg-4 {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
  }

  .ory-cell-lg-5 {
    flex-basis: 41.66666667%;
    width: 41.66666667%;
  }

  .ory-cell-lg-6 {
    flex-basis: 50%;
    width: 50%;
  min-width: 50%;
  }

  .ory-cell-lg-7 {
    flex-basis: 58.33333333%;
    width: 58.33333333%;
  }

  .ory-cell-lg-8 {
    flex-basis: 66.66666667%;
    width: 66.66666667%;
  }

  .ory-cell-lg-9 {
    flex-basis: 75%;
    width: 75%;
  min-width: 75%;
  }

  .ory-cell-lg-10 {
    flex-basis: 83.33333333%;
    width: 83.33333333%;
  }

  .ory-cell-lg-11 {
    flex-basis: 91.66666667%;
    width: 91.66666667%;
  }

  .ory-cell-lg-12 {
    flex-basis: 100%;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-lg-offset-0 {
    margin-left: 0;
  }

  .ory-cell-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .ory-cell-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .ory-cell-lg-offset-3 {
    margin-left: 25%;
  }

  .ory-cell-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .ory-cell-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .ory-cell-lg-offset-6 {
    margin-left: 50%;
  }

  .ory-cell-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .ory-cell-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .ory-cell-lg-offset-9 {
    margin-left: 75%;
  }

  .ory-cell-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .ory-cell-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
    [dir="ltr"] .start-lg {
    text-align: left;
  }
    [dir="rtl"] .start-lg {
    text-align: right;
  }

  .center-lg {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
    [dir="ltr"] .end-lg {
    text-align: right;
  }
    [dir="rtl"] .end-lg {
    text-align: left;
  }

  .top-lg {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
            align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-row-has-floating-children {
  display: block !important;
}

.ory-row-is-hovering-this:before {
  content: " ";
  position: absolute;
  background: black;
  display: block;
  background: rgba(0, 0, 0, 0.87);
  background: var(--darkBlack);
  z-index: 2;
}

.ory-row-is-hovering-above:before {
  top: 0;
  height: 4px;
  width: 100%;
}

.ory-row-is-hovering-below:before {
  bottom: 0;
  height: 4px;
  width: 100%;
}

.ory-row-is-hovering-left-of:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
}

.ory-row-is-hovering-right-of:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-editable {
  position: relative;
  box-sizing: border-box;
  min-height: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-cell-draggable {
  cursor: move;
  position: relative;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  /* resolves an issue with drag and drop preview in chrome, see https://github.com/ory/editor/issues/180 */
  /* will-change: transform; */
}

.ory-cell-draggable-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  cursor: move;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.ory-cell-draggable-overlay-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  cursor: move;
  background: rgba(0, 0, 0, 0.26);
  background: var(--minBlack);
  content: "";
  z-index: 500;
}

.ory-cell-draggable-overlay-handle
  .ory-cell-draggable-overlay-handle-icon::before {
  top: -300%;
}

.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon {
  width: 70%;
  top: 50%;
}

.ory-cell-draggable-overlay-handle
  .ory-cell-draggable-overlay-handle-icon::after {
  top: 400%;
}

.ory-cell-draggable-overlay-handle
  .ory-cell-draggable-overlay-handle-icon::before,
.ory-cell-draggable-overlay-handle
  .ory-cell-draggable-overlay-handle-icon::after {
  width: 100%;
}

.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon,
.ory-cell-draggable-overlay-handle
  .ory-cell-draggable-overlay-handle-icon::before,
.ory-cell-draggable-overlay-handle
  .ory-cell-draggable-overlay-handle-icon::after {
  height: 2px;
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
}

.ory-cell-draggable-overlay:hover {
  background: rgba(0, 0, 0, 0.26);
  background: var(--minBlack);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border: 1px solid var(--lightWhite);
  background-blend-mode: screen;
}

.ory-cell-draggable-overlay-description {
  text-align: center;
  display: block;
  color: rgba(0, 0, 0, 0.97);
  max-width: 100%;
}

.ory-cell-draggable-overlay-description span {
  opacity: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.97);
  max-width: 90%;
  display: inline-block;
  padding: 8px 22px;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 0.15em;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.ory-cell-draggable-overlay:hover .ory-cell-draggable-overlay-description span {
  background: rgba(255, 255, 255, 0.95);
  opacity: 1;
}

.ory-cell-draggable-overlay.ory-cell-draggable-leaf {
  z-index: 3;
}

.ory-cell-draggable-inline-left.ory-cell-draggable-overlay,
.ory-cell-draggable-inline-right.ory-cell-draggable-overlay {
  float: left;
  z-index: 4;
}

.ory-cell-draggable-is-dragging {
  opacity: 0.4;
  outline: none;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-cell-droppable {
  /*position: relative;*/
}

.ory-cell-droppable-is-over-current:after {
  /* extend dropable area a bit, so that its easier to add as last eleent */
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -100px;
}

.ory-cell-droppable-is-over-current:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.87);
  background: var(--darkBlack);
}

.ory-cell-droppable-is-over-above:before,
.ory-cell-droppable-is-over-below:before {
  border-left: 0;
  border-right: 0;
}

.ory-cell-droppable-is-over-left-of:before,
.ory-cell-droppable-is-over-right-of:before {
  border-top: 0;
  border-bottom: 0;
}

.ory-cell-droppable-is-over-above:before {
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-left: 0;
  border-right: 0;
}

.ory-cell-droppable-leaf.ory-cell-droppable-is-over-above:before {
  height: 4px;
}

.ory-cell-droppable-is-over-below:before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.ory-cell-droppable-leaf.ory-cell-droppable-is-over-below:before {
  height: 4px;
}

.ory-cell-droppable-is-over-left-of:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
}

.ory-cell-droppable-leaf.ory-cell-droppable-is-over-left-of:before {
  width: 4px;
}

.ory-cell-droppable-is-over-right-of:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
}

.ory-cell-droppable-leaf.ory-cell-droppable-is-over-right-of:before {
  width: 4px;
}

.ory-cell-droppable-is-over-inline-right:before,
.ory-cell-droppable-is-over-inline-left:before {
  top: 0;
  width: 50%;
  height: 36%;
  max-height: 128px;
  background-color: #e0e0e0;
  background-color: var(--grey300);
  border: 1px solid rgba(0, 0, 0, 0.26);
  border: 1px solid var(--minBlack);
}

.ory-cell-droppable-is-over-inline-left:before {
  left: 0;
}

.ory-cell-droppable-is-over-inline-right:before {
  right: 0;
}

.ory-cell-error {
  background-color: red;
  padding: 8px;
  margin: 2px;
  overflow: hidden;
}

.ory-cell-error strong {
  margin: 0 auto;
}

.ory-cell-error code {
  overflow: scroll;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

@-webkit-keyframes oryCellResizeableAnimate {
  0% {
    background-color: rgba(255, 255, 255, 0.26);
    background-color: var(--minWhite);
    top: 45%;
    bottom: 45%;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.12);
    background-color: var(--faintWhite);
    top: 0;
    bottom: 0;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.87);
    background-color: var(--darkWhite);
    top: 45%;
    bottom: 45%;
  }
}

@keyframes oryCellResizeableAnimate {
  0% {
    background-color: rgba(255, 255, 255, 0.26);
    background-color: var(--minWhite);
    top: 45%;
    bottom: 45%;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.12);
    background-color: var(--faintWhite);
    top: 0;
    bottom: 0;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.87);
    background-color: var(--darkWhite);
    top: 45%;
    bottom: 45%;
  }
}

.ory-cell-resizable-inline-right > .react-resizable-handle {
  left: -4px;
}

.ory-cell-resizable.react-resizable > .react-resizable-handle {
  position: absolute;
  z-index: 5;
  width: 4px;
  top: 0;
  bottom: 0;
  right: -2px;
  cursor: e-resize;
  background-color: rgba(0, 0, 0, 0.54);
  background-color: var(--lightBlack);
  mix-blend-mode: difference;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ory-cell-resizable.react-resizable > .react-resizable-handle:after {
  content: " ";
  background-color: rgba(255, 255, 255, 0.87);
  background-color: var(--darkWhite);
  /* width: 30px; */
  /* height: 30px; */
  position: absolute;
  /* z-index: 1000; */
  top: 45%;
  bottom: 45%;
  left: 0;
  right: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  mix-blend-mode: normal;

  -webkit-animation-name: oryCellResizeableAnimate;

          animation-name: oryCellResizeableAnimate;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.ory-cell-resizable.react-resizable > .react-resizable-handle:hover:after,
.ory-cell-resizable.react-resizable > .react-resizable-handle:active:after {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--fullWhite);
  top: 0;
  bottom: 0;
}

.ory-cell-inline-left {
  float: left;
}

.ory-cell-inline-right {
  float: right;
}

.ory-cell-has-inline-neighbour {
  float: none;
  width: 100%;
}

.ory-cell-is-draft {
  opacity: 0.3;
  outline: 1px dashed black;
}

.ory-cell-focused {
  box-shadow: 0 0 1000px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.ory-cell {
  position: relative;
}

.ory-cell-bring-to-front {
  z-index: 1;
}

.ory-cell-resizing-overlay:after {
  content: " ";
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

:root {
  --gutter-width: 0rem;
  --outer-margin: 0rem;
  --gutter-compensation: calc((0rem * 0.5) * -1);
  --half-gutter-width: calc((0rem * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: 30em;
  --screen-sm-min: 48em;
  --screen-md-min: 64em;
  --screen-lg-min: 75em;
  --container-sm: calc(48 + 0rem);
  --container-md: calc(64 + 0rem);
  --container-lg: calc(75 + 0rem);
  --red50: #ffebee;
  --red100: #ffcdd2;
  --red200: #ef9a9a;
  --red300: #e57373;
  --red400: #ef5350;
  --red500: #f44336;
  --red600: #e53935;
  --red700: #d32f2f;
  --red800: #c62828;
  --red900: #b71c1c;
  --redA100: #ff8a80;
  --redA200: #ff5252;
  --redA400: #ff1744;
  --redA700: #d50000;
  --pink50: #fce4ec;
  --pink100: #f8bbd0;
  --pink200: #f48fb1;
  --pink300: #f06292;
  --pink400: #ec407a;
  --pink500: #e91e63;
  --pink600: #d81b60;
  --pink700: #c2185b;
  --pink800: #ad1457;
  --pink900: #880e4f;
  --pinkA100: #ff80ab;
  --pinkA200: #ff4081;
  --pinkA400: #f50057;
  --pinkA700: #c51162;
  --purple50: #f3e5f5;
  --purple100: #e1bee7;
  --purple200: #ce93d8;
  --purple300: #ba68c8;
  --purple400: #ab47bc;
  --purple500: #9c27b0;
  --purple600: #8e24aa;
  --purple700: #7b1fa2;
  --purple800: #6a1b9a;
  --purple900: #4a148c;
  --purpleA100: #ea80fc;
  --purpleA200: #e040fb;
  --purpleA400: #d500f9;
  --purpleA700: #aa00ff;
  --deepPurple50: #ede7f6;
  --deepPurple100: #d1c4e9;
  --deepPurple200: #b39ddb;
  --deepPurple300: #9575cd;
  --deepPurple400: #7e57c2;
  --deepPurple500: #673ab7;
  --deepPurple600: #5e35b1;
  --deepPurple700: #512da8;
  --deepPurple800: #4527a0;
  --deepPurple900: #311b92;
  --deepPurpleA100: #b388ff;
  --deepPurpleA200: #7c4dff;
  --deepPurpleA400: #651fff;
  --deepPurpleA700: #6200ea;
  --indigo50: #e8eaf6;
  --indigo100: #c5cae9;
  --indigo200: #9fa8da;
  --indigo300: #7986cb;
  --indigo400: #5c6bc0;
  --indigo500: #3f51b5;
  --indigo600: #3949ab;
  --indigo700: #303f9f;
  --indigo800: #283593;
  --indigo900: #1a237e;
  --indigoA100: #8c9eff;
  --indigoA200: #536dfe;
  --indigoA400: #3d5afe;
  --indigoA700: #304ffe;
  --blue50: #e3f2fd;
  --blue100: #bbdefb;
  --blue200: #90caf9;
  --blue300: #64b5f6;
  --blue400: #42a5f5;
  --blue500: #2196f3;
  --blue600: #1e88e5;
  --blue700: #1976d2;
  --blue800: #1565c0;
  --blue900: #0d47a1;
  --blueA100: #82b1ff;
  --blueA200: #448aff;
  --blueA400: #2979ff;
  --blueA700: #2962ff;
  --lightBlue50: #e1f5fe;
  --lightBlue100: #b3e5fc;
  --lightBlue200: #81d4fa;
  --lightBlue300: #4fc3f7;
  --lightBlue400: #29b6f6;
  --lightBlue500: #03a9f4;
  --lightBlue600: #039be5;
  --lightBlue700: #0288d1;
  --lightBlue800: #0277bd;
  --lightBlue900: #01579b;
  --lightBlueA100: #80d8ff;
  --lightBlueA200: #40c4ff;
  --lightBlueA400: #00b0ff;
  --lightBlueA700: #0091ea;
  --cyan50: #e0f7fa;
  --cyan100: #b2ebf2;
  --cyan200: #80deea;
  --cyan300: #4dd0e1;
  --cyan400: #26c6da;
  --cyan500: #00bcd4;
  --cyan600: #00acc1;
  --cyan700: #0097a7;
  --cyan800: #00838f;
  --cyan900: #006064;
  --cyanA100: #84ffff;
  --cyanA200: #18ffff;
  --cyanA400: #00e5ff;
  --cyanA700: #00b8d4;
  --teal50: #e0f2f1;
  --teal100: #b2dfdb;
  --teal200: #80cbc4;
  --teal300: #4db6ac;
  --teal400: #26a69a;
  --teal500: #009688;
  --teal600: #00897b;
  --teal700: #00796b;
  --teal800: #00695c;
  --teal900: #004d40;
  --tealA100: #a7ffeb;
  --tealA200: #64ffda;
  --tealA400: #1de9b6;
  --tealA700: #00bfa5;
  --green50: #e8f5e9;
  --green100: #c8e6c9;
  --green200: #a5d6a7;
  --green300: #81c784;
  --green400: #66bb6a;
  --green500: #4caf50;
  --green600: #43a047;
  --green700: #388e3c;
  --green800: #2e7d32;
  --green900: #1b5e20;
  --greenA100: #b9f6ca;
  --greenA200: #69f0ae;
  --greenA400: #00e676;
  --greenA700: #00c853;
  --lightGreen50: #f1f8e9;
  --lightGreen100: #dcedc8;
  --lightGreen200: #c5e1a5;
  --lightGreen300: #aed581;
  --lightGreen400: #9ccc65;
  --lightGreen500: #8bc34a;
  --lightGreen600: #7cb342;
  --lightGreen700: #689f38;
  --lightGreen800: #558b2f;
  --lightGreen900: #33691e;
  --lightGreenA100: #ccff90;
  --lightGreenA200: #b2ff59;
  --lightGreenA400: #76ff03;
  --lightGreenA700: #64dd17;
  --lime50: #f9fbe7;
  --lime100: #f0f4c3;
  --lime200: #e6ee9c;
  --lime300: #dce775;
  --lime400: #d4e157;
  --lime500: #cddc39;
  --lime600: #c0ca33;
  --lime700: #afb42b;
  --lime800: #9e9d24;
  --lime900: #827717;
  --limeA100: #f4ff81;
  --limeA200: #eeff41;
  --limeA400: #c6ff00;
  --limeA700: #aeea00;
  --yellow50: #fffde7;
  --yellow100: #fff9c4;
  --yellow200: #fff59d;
  --yellow300: #fff176;
  --yellow400: #ffee58;
  --yellow500: #ffeb3b;
  --yellow600: #fdd835;
  --yellow700: #fbc02d;
  --yellow800: #f9a825;
  --yellow900: #f57f17;
  --yellowA100: #ffff8d;
  --yellowA200: #ffff00;
  --yellowA400: #ffea00;
  --yellowA700: #ffd600;
  --amber50: #fff8e1;
  --amber100: #ffecb3;
  --amber200: #ffe082;
  --amber300: #ffd54f;
  --amber400: #ffca28;
  --amber500: #ffc107;
  --amber600: #ffb300;
  --amber700: #ffa000;
  --amber800: #ff8f00;
  --amber900: #ff6f00;
  --amberA100: #ffe57f;
  --amberA200: #ffd740;
  --amberA400: #ffc400;
  --amberA700: #ffab00;
  --orange50: #fff3e0;
  --orange100: #ffe0b2;
  --orange200: #ffcc80;
  --orange300: #ffb74d;
  --orange400: #ffa726;
  --orange500: #ff9800;
  --orange600: #fb8c00;
  --orange700: #f57c00;
  --orange800: #ef6c00;
  --orange900: #e65100;
  --orangeA100: #ffd180;
  --orangeA200: #ffab40;
  --orangeA400: #ff9100;
  --orangeA700: #ff6d00;
  --deepOrange50: #fbe9e7;
  --deepOrange100: #ffccbc;
  --deepOrange200: #ffab91;
  --deepOrange300: #ff8a65;
  --deepOrange400: #ff7043;
  --deepOrange500: #ff5722;
  --deepOrange600: #f4511e;
  --deepOrange700: #e64a19;
  --deepOrange800: #d84315;
  --deepOrange900: #bf360c;
  --deepOrangeA100: #ff9e80;
  --deepOrangeA200: #ff6e40;
  --deepOrangeA400: #ff3d00;
  --deepOrangeA700: #dd2c00;
  --brown50: #efebe9;
  --brown100: #d7ccc8;
  --brown200: #bcaaa4;
  --brown300: #a1887f;
  --brown400: #8d6e63;
  --brown500: #795548;
  --brown600: #6d4c41;
  --brown700: #5d4037;
  --brown800: #4e342e;
  --brown900: #3e2723;
  --blueGrey50: #eceff1;
  --blueGrey100: #cfd8dc;
  --blueGrey200: #b0bec5;
  --blueGrey300: #90a4ae;
  --blueGrey400: #78909c;
  --blueGrey500: #607d8b;
  --blueGrey600: #546e7a;
  --blueGrey700: #455a64;
  --blueGrey800: #37474f;
  --blueGrey900: #263238;
  --grey50: #fafafa;
  --grey100: #f5f5f5;
  --grey200: #eeeeee;
  --grey300: #e0e0e0;
  --grey400: #bdbdbd;
  --grey500: #9e9e9e;
  --grey600: #757575;
  --grey700: #616161;
  --grey800: #424242;
  --grey900: #212121;
  --black: #000000;
  --white: #ffffff;
  --transparent: rgba(0, 0, 0, 0);
  --fullBlack: rgba(0, 0, 0, 1);
  --darkBlack: rgba(0, 0, 0, 0.87);
  --lightBlack: rgba(0, 0, 0, 0.54);
  --minBlack: rgba(0, 0, 0, 0.26);
  --faintBlack: rgba(0, 0, 0, 0.12);
  --fullWhite: rgba(255, 255, 255, 1);
  --darkWhite: rgba(255, 255, 255, 0.87);
  --lightWhite: rgba(255, 255, 255, 0.54);
  --minWhite: rgba(255, 255, 255, 0.26);
  --faintWhite: rgba(255, 255, 255, 0.12);
}
