.Sentence{position:relative;box-sizing:border-box;max-width:100%;white-space:wrap;margin-right:var(--x-small-spacing);color:var(--neutral-100);font-size:var(--base-16-size);font-weight:var(--font-weight-600);letter-spacing:var(--character-spacing-0);line-height:var(--line-spacing-28)}.Sentence,.Sentence .text{display:flex;flex-direction:row;align-items:center}.Sentence .text{margin:var(--base-spacing);padding:var(--base-spacing) var(--x-small-spacing);border-radius:5px}.Sentence .icon{height:28px;width:28px;padding:.5rem;border-radius:50%;cursor:-webkit-grab;cursor:grab;transition:background-color .3s ease-in,color .3s ease-in}.Sentence.unrelated .text{background-color:var(--neutral-500)}.Sentence.unrelated .icon{background-color:var(--neutral-300)}.Sentence.unrelated .icon:focus,.Sentence.unrelated .icon:hover{background-color:var(--neutral-500)}.Sentence.related.Overstimulated .text{background-color:var(--branding-primary-600)}.Sentence.related.Overstimulated .icon{background-color:var(--branding-primary-300)}.Sentence.related.Overstimulated .icon:focus,.Sentence.related.Overstimulated .icon:hover{background-color:var(--branding-primary-500)}.Sentence.related.Understimulated .text{background-color:var(--branding-secondary-600)}.Sentence.related.Understimulated .icon{background-color:var(--branding-secondary-300)}.Sentence.related.Understimulated .icon:focus,.Sentence.related.Understimulated .icon:hover{background-color:var(--branding-secondary-600)}.Sentence.related.Default .text{background-color:var(--neutral-500)}.Sentence.related.Default .icon{background-color:var(--neutral-300)}.Sentence.related.Default .icon:focus,.Sentence.related.Default .icon:hover{background-color:var(--neutral-500)}.Sentence.related.Both .text{background-color:var(--accent-600)}.Sentence.related.Both .icon{background-color:var(--accent-300)}.Sentence.related.Both .icon:focus,.Sentence.related.Both .icon:hover{background-color:var(--accent-600)}.Dropzone{display:flex;flex:1 1;flex-direction:row;height:100%;width:50%;max-width:50%;min-width:50%;padding-top:var(--large-spacing);border-right:1px solid var(--neutral-300)}.Dropzone .zone{border:3px solid var(--branding-primary-600);background-color:var(--branding-primary-100);border-radius:.625rem;padding:var(--medium-spacing)}.Dropzone .zone:first-child{margin-right:5rem}.Dropzone .zone:last-child{margin-left:5rem}.Dropzone .zone.unrelated{background-color:var(--neutral-200);border-color:3px solid var(--neutral-500)}.Dropzone .zone.unrelated h2{color:var(--neutral-500)}.Sentences{display:flex;flex-direction:column;flex:1 1}.Sentences:last-child{padding-bottom:var(--medium-spacing)}.Sentences .Paragraphs{display:flex;flex:1 1;flex-direction:row;width:100%;flex-wrap:nowrap;border-right:1px solid var(--neutral-300)}.Sentences .Paragraphs .header{width:50%;background-color:#00a7b1;box-shadow:var(--box-shadow-hover)}.Sentences .Paragraphs .header>.widthLimiter{padding-top:0;padding-bottom:0}.Sentences .Paragraphs .header:first-child{padding-left:0;border-right:1px solid var(--branding-secondary-400)}.Sentences .Paragraphs .header:last-child{padding-right:0}.Sentences .Paragraphs .header h2{color:var(--neutral-100);white-space:nowrap}.Sentences .Paragraph{position:relative;display:flex;flex:1 1;flex-direction:row;width:100%;height:100%}.Sentences .Paragraph h2{color:var(--branding-primary-600);width:100%}.Sentences .Paragraph .sentenceList{display:flex;flex-direction:column;flex-wrap:wrap}