/*!
 * 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>
 *
 */:root{--gutter-compensation:calc(var(--gutter-width)*0.5*-1);--half-gutter-width:calc(var(--gutter-width)*0.5);--screen-xs-min:var(--xs-min)em;--screen-sm-min:var(--sm-min)em;--screen-md-min:var(--md-min)em;--screen-lg-min:var(--lg-min)em;--container-sm:calc(var(--sm-min) + var(--gutter-width));--container-md:calc(var(--md-min) + var(--gutter-width));--container-lg:calc(var(--lg-min) + var(--gutter-width))}.ory-editable{margin-right:auto;margin-left:auto;padding-right:0;padding-right:var(--outer-margin,2rem);padding-left:0;padding-left:var(--outer-margin,2rem)}.ory-row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:0;margin-right:var(--gutter-compensation,-.5rem);margin-left:0;margin-left:var(--gutter-compensation,-.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;flex:0 0 auto;padding-right:0;padding-right:var(--half-gutter-width,.5rem);padding-left:0;padding-left:var(--half-gutter-width,.5rem);min-width:0}.ory-cell-xs{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{justify-content:flex-start}[dir=ltr] .start-xs{text-align:left}[dir=rtl] .start-xs{text-align:right}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end}[dir=ltr] .end-xs{text-align:right}[dir=rtl] .end-xs{text-align:left}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{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;flex:0 0 auto;padding-right:0;padding-right:var(--half-gutter-width,.5rem);padding-left:0;padding-left:var(--half-gutter-width,.5rem);min-width:0}.ory-cell-sm{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{justify-content:flex-start}[dir=ltr] .start-sm{text-align:left}[dir=rtl] .start-sm{text-align:right}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end}[dir=ltr] .end-sm{text-align:right}[dir=rtl] .end-sm{text-align:left}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{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;flex:0 0 auto;padding-right:0;padding-right:var(--half-gutter-width,.5rem);padding-left:0;padding-left:var(--half-gutter-width,.5rem);min-width:0}.ory-cell-md{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{justify-content:flex-start}[dir=ltr] .start-md{text-align:left}[dir=rtl] .start-md{text-align:right}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end}[dir=ltr] .end-md{text-align:right}[dir=rtl] .end-md{text-align:left}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{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;flex:0 0 auto;padding-right:0;padding-right:var(--half-gutter-width,.5rem);padding-left:0;padding-left:var(--half-gutter-width,.5rem);min-width:0}.ory-cell-lg{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{justify-content:flex-start}[dir=ltr] .start-lg{text-align:left}[dir=rtl] .start-lg{text-align:right}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end}[dir=ltr] .end-lg{text-align:right}[dir=rtl] .end-lg{text-align:left}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{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:#000;display:block;background:rgba(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;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;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;transition:opacity .2s ease}.ory-cell-draggable-overlay{position:absolute;top:0;left:0;bottom:0;right:0;z-index:3;cursor:move;border:1px solid transparent;transition:all .4s ease}.ory-cell-draggable-overlay:hover{background:rgba(0,0,0,.26);background:var(--minBlack);border:1px solid hsla(0,0%,100%,.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,.97);max-width:100%}.ory-cell-draggable-overlay-description span{opacity:0;text-align:center;color:rgba(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:.15em;background:hsla(0,0%,100%,0);transition:all .4s ease}.ory-cell-draggable-overlay:hover .ory-cell-draggable-overlay-description span{background:hsla(0,0%,100%,.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:.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:before{content:" ";display:block;position:absolute;z-index:1;background:rgba(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-left:before,.ory-cell-droppable-is-over-inline-right:before{top:0;width:50%;height:36%;max-height:128px;background-color:#e0e0e0;background-color:var(--grey300);border:1px solid rgba(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}

/*!
 * 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-empty{background-color:red;padding:8px;margin:2px;overflow:hidden}.ory-cell-empty strong{margin:0 auto}.ory-cell-empty 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>
 *
 */@keyframes oryCellResizeableAnimate{0%{background-color:hsla(0,0%,100%,.26);background-color:var(--minWhite);top:45%;bottom:45%}50%{background-color:hsla(0,0%,100%,.12);background-color:var(--faintWhite);top:0;bottom:0}to{background-color:hsla(0,0%,100%,.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,.54);background-color:var(--lightBlack);mix-blend-mode:difference;transition:all .2s linear}.ory-cell-resizable.react-resizable>.react-resizable-handle:after{content:" ";background-color:hsla(0,0%,100%,.87);background-color:var(--darkWhite);position:absolute;top:45%;bottom:45%;left:0;right:0;transition:all .2s linear;mix-blend-mode:normal;animation-name:oryCellResizeableAnimate;animation-iteration-count:1;animation-timing-function:ease;animation-duration:.8s}.ory-cell-resizable.react-resizable>.react-resizable-handle:active:after,.ory-cell-resizable.react-resizable>.react-resizable-handle:hover:after{background-color:#fff;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{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:0rem;--half-gutter-width:0rem;--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:48;--container-md:64;--container-lg:75}
/*!
 * 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>
 *
 */

/*!
 * 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-controls-mode-toggle-button-inner{float:right;margin:8px}.ory-controls-mode-toggle-button-description{font-family:Roboto,sans-serif;font-size:16px;margin-top:18px;float:right;background:transparent;color:transparent;border:1px solid transparent;padding:2px 8px;text-align:right;max-width:0;transition:all .2s ease;white-space:nowrap;overflow:hidden}.ory-controls-mode-toggle-button:hover .ory-controls-mode-toggle-button-description{max-width:999px;background:rgba(0,0,0,.87);background:var(--darkBlack);color:#fff;color:var(--white);border:1px solid rgba(0,0,0,.12);border:1px solid var(--faintBlack)}.ory-controls-mode-toggle-control-group{position:fixed;z-index:10001;bottom:0;right:0;padding:16px;transition:all .2s ease}.ory-controls-mode-toggle-clearfix{clear:both}.ory-controls-mode-toggle-control{z-index: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-toolbar-item-drag-handle-button,.ory-toolbar-item-drag-handle-button svg{cursor:move!important}.ory-toolbar-item-drag-handle{background:rgba(0,0,0,.12);background:var(--faintBlack);border-radius:0;color:hsla(0,0%,100%,.87)!important;color:var(--darkWhite)!important;fill:hsla(0,0%,100%,.87)!important;fill:var(--darkWhite)!important}.ory-toolbar-item:hover .ory-toolbar-item-drag-handle{background:rgba(0,0,0,.12);background:var(--faintBlack);border-radius:12px;color:rgba(0,0,0,.54)!important;color:var(--lightBlack)!important;fill:rgba(0,0,0,.54)!important;fill:var(--lightBlack)!important}.ory-toolbar-item:hover .ory-toolbar-item-drag-handle:hover{background:rgba(0,0,0,.54);background:var(--lightBlack)}.ory-toolbar-item:hover .ory-toolbar-item-drag-handle:active,.ory-toolbar-item:hover .ory-toolbar-item-drag-handle:hover{color:hsla(0,0%,100%,.87)!important;color:var(--darkWhite)!important;fill:hsla(0,0%,100%,.87)!important;fill:var(--darkWhite)!important}.ory-toolbar-item:hover .ory-toolbar-item-drag-handle:active{background:rgba(0,0,0,.26);background:var(--minBlack)}.rc-tooltip{position:absolute;z-index:1301;display:block;visibility:visible;font-size:12px;line-height:1.5;opacity:.9}.rc-tooltip-hidden{display:none}.rc-tooltip-placement-top,.rc-tooltip-placement-topLeft,.rc-tooltip-placement-topRight{padding:5px 0 9px}.rc-tooltip-placement-right,.rc-tooltip-placement-rightBottom,.rc-tooltip-placement-rightTop{padding:0 5px 0 9px}.rc-tooltip-placement-bottom,.rc-tooltip-placement-bottomLeft,.rc-tooltip-placement-bottomRight{padding:9px 0 5px}.rc-tooltip-placement-left,.rc-tooltip-placement-leftBottom,.rc-tooltip-placement-leftTop{padding:0 9px 0 5px}.rc-tooltip-inner{padding:8px 10px;color:#fff;text-align:left;text-decoration:none;background-color:#373737;border-radius:6px;box-shadow:0 0 4px rgba(0,0,0,.17)}.rc-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-tooltip-placement-top .rc-tooltip-arrow,.rc-tooltip-placement-topLeft .rc-tooltip-arrow,.rc-tooltip-placement-topRight .rc-tooltip-arrow{bottom:4px;margin-left:-5px;border-width:5px 5px 0;border-top-color:#373737}.rc-tooltip-placement-top .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-topLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-topRight .rc-tooltip-arrow{right:15%}.rc-tooltip-placement-right .rc-tooltip-arrow,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow,.rc-tooltip-placement-rightTop .rc-tooltip-arrow{left:4px;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#373737}.rc-tooltip-placement-right .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-rightTop .rc-tooltip-arrow{top:15%;margin-top:0}.rc-tooltip-placement-rightBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-left .rc-tooltip-arrow,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow,.rc-tooltip-placement-leftTop .rc-tooltip-arrow{right:4px;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#373737}.rc-tooltip-placement-left .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-leftTop .rc-tooltip-arrow{top:15%;margin-top:0}.rc-tooltip-placement-leftBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-bottom .rc-tooltip-arrow,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{top:4px;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#373737}.rc-tooltip-placement-bottom .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{right:15%}.rc-tooltip.rc-tooltip-zoom-enter,.rc-tooltip.rc-tooltip-zoom-leave{display:block}.rc-tooltip-zoom-appear,.rc-tooltip-zoom-enter{opacity:0;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);animation-play-state:paused}.rc-tooltip-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.6,-.3,.74,.05);animation-play-state:paused}.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active,.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active{animation-name:rcToolTipZoomIn;animation-play-state:running}.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active{animation-name:rcToolTipZoomOut;animation-play-state:running}@keyframes rcToolTipZoomIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}to{opacity:1;transform-origin:50% 50%;transform:scale(1)}}@keyframes rcToolTipZoomOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1)}to{opacity:0;transform-origin:50% 50%;transform:scale(0)}}

/*!
 * 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-controls-trash{position:fixed;bottom:-64px;z-index:100;left:50%;transition:bottom .2s ease;padding:8px}.ory-controls-trash.ory-controls-trash-active{bottom:16px}
/*!
 * 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-plugins-content-slate-inline-toolbar{position:absolute;z-index:1;top:-10000px;left:-10000px;margin-top:-6px;opacity:0;background-color:#212121;background-color:var(--grey900);border-radius:4px;transition:opacity .75s}.ory-plugins-content-slate-inline-toolbar--hidden{opacity:0!important;pointer-events: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-plugins-content-slate-paragraph-placeholder{font-style:italic;color:rgba(0,0,0,.54);color:var(--lightBlack)}:not(pre)>code.ory-plugins-content-slate-code{font-family:monospace;background-color:#eee;padding:3px}
/*!
 * 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-plugins-layout-parallax-background{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;padding:12px}
/*!
 * 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-plugins-content-image{width:100%}.ory-plugins-content-image-placeholder{position:relative;width:100%;text-align:center}
/*!
 * 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-plugins-content-spacer{border:1px dashed rgba(0,0,0,.26);border:1px dashed var(--minBlack);border-bottom:none;position:relative}.ory-plugins-content-spacer-read-only{border-color:transparent!important}.ory-plugins-content-spacer>.react-resizable>.react-resizable-handle:before,.ory-plugins-content-spacer>.react-resizable>.react-resizable-handle:hover:before{content:" ";position:absolute;text-align:center;width:100%;bottom:0;right:0;cursor:n-resize;line-height:12px;font-size:1.5em;height:24px}
/*!
 * 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-plugins-content-divider{background-color:#eee;width:100%;height:2px;border-color:#eee}
/*!
 * 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>
 *
 */

/*!
 * 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-plugins-content-video-placeholder{position:relative;width:100%;text-align:center}
/*!
 * 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-plugins-layout-background{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;padding:12px}.ory-plugins-layout-background__backstretch{position:absolute;top:0;left:0;right:0;bottom:0}
/*!
 * 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>
 *
 */:root{--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:#a0f;--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:#ff0;--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:#eee;--grey300:#e0e0e0;--grey400:#bdbdbd;--grey500:#9e9e9e;--grey600:#757575;--grey700:#616161;--grey800:#424242;--grey900:#212121;--black:#000;--white:#fff;--transparent:transparent;--fullBlack:#000;--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:#fff;--darkWhite:hsla(0,0%,100%,0.87);--lightWhite:hsla(0,0%,100%,0.54);--minWhite:hsla(0,0%,100%,0.26);--faintWhite:hsla(0,0%,100%,0.12)}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}
/*# sourceMappingURL=2.b02b9670.chunk.css.map */