.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.w-100{width:100%}.d-none{display:none}.d-inline{display:inline !important}.user-select-none{-moz-user-select:none;-khtml-user-select:none;user-select:none}.white-space-pre-wrap{white-space:pre-wrap}.float-right{float:right}.float-left{float:left}.cursor-pointer{cursor:pointer}.Article .single-entry{box-sizing:border-box;padding:5px 15px;border-radius:7px;border:1px solid rgba(218,220,224,0.8);margin:10px;width:100%;position:relative}.Article .single-entry .title,.Article .single-entry .text{box-sizing:border-box;padding:10px 0}.Article .single-entry .left{width:40%;height:100%;position:relative}.Article .single-entry .left img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.Article .single-entry .left .image-data{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.Article .single-entry .right{width:100%}.Article .single-entry .border{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%}.Article .toggling.animation-height{max-height:0px;overflow:hidden;animation:toggleArticlesHeight 300ms ease-in forwards}@keyframes toggleArticlesHeight{0%{max-height:0px}100%{max-height:1000vh;overflow:visible}}.Article .toggled.animation-height{max-height:1000vh}.Article .animation-height-back{animation:toggleArticlesHeightBack 300ms ease-in forwards}@keyframes toggleArticlesHeightBack{0%{max-height:500px}100%{max-height:0px}}.Article .toggling.animation-scale{transform-origin:top;transform:scaleY(0);animation:toggleArticlesScale 300ms ease-in forwards}@keyframes toggleArticlesScale{0%{transform:scaleY(0)}100%{transform:scaleY(1)}}.Article .toggled.animation-scale{transform:scaleY(1)}.Article .animation-scale-back{transform-origin:top;transform:scaleY(1);animation:toggleArticlesScaleBack 300ms ease-in forwards}@keyframes toggleArticlesScaleBack{0%{transform:scaleY(1)}100%{transform:scaleY(0)}}.Article .toggling.animation-opacity{opacity:0;animation:toggleArticlesOpacity 300ms ease-in forwards}@keyframes toggleArticlesOpacity{0%{opacity:0}100%{opacity:1}}.Article .toggled.animation-opacity{opacity:1}.Article .animation-opacity-back{opacity:1;animation:toggleArticlesOpacityBack 300ms ease-in forwards}@keyframes toggleArticlesOpacityBack{0%{opacity:1}100%{opacity:0}}
