.cg-busy{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
    z-index:1001;
}

.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    display:block !important;
}
.cg-busy-animation.ng-hide-remove {
    opacity:0;
    -webkit-transform:translate(0px,-40px);
    -moz-transform:translate(0px,-40px);
    -ms-transform:translate(0px,-40px);
    -o-transform:translate(0px,-40px);
    transform:translate(0px,-40px);
}
.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
    -webkit-transform:translate(0px,0px);
    -moz-transform:translate(0px,0px);
    -ms-transform:translate(0px,0px);
    -o-transform:translate(0px,0px);
    transform:translate(0px,0px);
}
.cg-busy-animation.ng-hide-add {
    opacity:1;
    -webkit-transform:translate(0px,0px);
    -moz-transform:translate(0px,0px);
    -ms-transform:translate(0px,0px);
    -o-transform:translate(0px,0px);
    transform:translate(0px,0px);
}
.cg-busy-animation.ng-hide-add.ng-hide-add-active {
    opacity:0;
    -webkit-transform:translate(0px,-40px);
    -moz-transform:translate(0px,-40px);
    -ms-transform:translate(0px,-40px);
    -o-transform:translate(0px,-40px);
    transform:translate(0px,-40px);
}

.cg-busy-backdrop {
	background-color:white;
	opacity:.7;
}

.cg-busy-backdrop-animation.ng-hide-add,
.cg-busy-backdrop-animation.ng-hide-remove {
    -webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
    transition:opacity .3s ease;
    display:block !important;
}

.cg-busy-backdrop-animation.ng-hide {
  opacity:0;
}

/* All styles below are for the default template. */

.cg-busy-default-wrapper {
	text-align:center;
}

.cg-busy-default-sign{
	display: inline-block;
	position:relative;
    z-index:1002;
	padding-bottom: 6px;
	color:#333333;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	background-color:#e9eeee;
	border:1px solid #dddddd;
	border-top-width:0;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.cg-busy-default-text{
	margin:13px 12px 6px 49px;
	font-size:16px;
	color:#555;
	text-align: left;
	max-width: 400px;
}
.cg-busy-default-spinner{
	position:absolute;
	width:25px;
	height:25px;
	display:inline-block;
	top:12px;
	left:14px;
}
.cg-busy-default-spinner div{
	width:12%;
	height:26%;
	background:#000;
	position:absolute;
	left:44.5%;
	top:37%;
	opacity:0;
	-webkit-animation:cg-busy-spinner-anim 1s linear infinite;
	-moz-animation:cg-busy-spinner-anim 1s linear infinite;
	-ms-animation:cg-busy-spinner-anim 1s linear infinite;
	-o-animation:cg-busy-spinner-anim 1s linear infinite;
	animation:cg-busy-spinner-anim 1s linear infinite;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
	box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.cg-busy-default-spinner div.bar1{
	-webkit-transform:rotate(0deg) translate(0, -142%);
	-moz-transform:rotate(0deg) translate(0, -142%);
	-ms-transform:rotate(0deg) translate(0, -142%);
	-o-transform:rotate(0deg) translate(0, -142%);
	transform:rotate(0deg) translate(0, -142%);
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
	-ms-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
}
.cg-busy-default-spinner div.bar2{
	-webkit-transform:rotate(30deg) translate(0, -142%);
	-moz-transform:rotate(30deg) translate(0, -142%);
	-ms-transform:rotate(30deg) translate(0, -142%);
	-o-transform:rotate(30deg) translate(0, -142%);
	transform:rotate(30deg) translate(0, -142%);
	-webkit-animation-delay:-0.9167s;
	-moz-animation-delay:-0.9167s;
	-ms-animation-delay:-0.9167s;
	-o-animation-delay:-0.9167s;
	animation-delay:-0.9167s;
}
.cg-busy-default-spinner div.bar3{
	-webkit-transform:rotate(60deg) translate(0, -142%);
	-moz-transform:rotate(60deg) translate(0, -142%);
	-ms-transform:rotate(60deg) translate(0, -142%);
	-o-transform:rotate(60deg) translate(0, -142%);
	transform:rotate(60deg) translate(0, -142%);
	-webkit-animation-delay:-0.833s;
	-moz-animation-delay:-0.833s;
	-ms-animation-delay:-0.833s;
	-o-animation-delay:-0.833s;
	animation-delay:-0.833s;
}
.cg-busy-default-spinner div.bar4{
	-webkit-transform:rotate(90deg) translate(0, -142%);
	-moz-transform:rotate(90deg) translate(0, -142%);
	-ms-transform:rotate(90deg) translate(0, -142%);
	-o-transform:rotate(90deg) translate(0, -142%);
	transform:rotate(90deg) translate(0, -142%);
	-webkit-animation-delay:-0.75s;
	-moz-animation-delay:-0.75s;
	-ms-animation-delay:-0.75s;
	-o-animation-delay:-0.75s;
	animation-delay:-0.75s;
}
.cg-busy-default-spinner div.bar5{
	-webkit-transform:rotate(120deg) translate(0, -142%);
	-moz-transform:rotate(120deg) translate(0, -142%);
	-ms-transform:rotate(120deg) translate(0, -142%);
	-o-transform:rotate(120deg) translate(0, -142%);
	transform:rotate(120deg) translate(0, -142%);
	-webkit-animation-delay:-0.667s;
	-moz-animation-delay:-0.667s;
	-ms-animation-delay:-0.667s;
	-o-animation-delay:-0.667s;
	animation-delay:-0.667s;
}
.cg-busy-default-spinner div.bar6{
	-webkit-transform:rotate(150deg) translate(0, -142%);
	-moz-transform:rotate(150deg) translate(0, -142%);
	-ms-transform:rotate(150deg) translate(0, -142%);
	-o-transform:rotate(150deg) translate(0, -142%);
	transform:rotate(150deg) translate(0, -142%);
	-webkit-animation-delay:-0.5833s;
	-moz-animation-delay:-0.5833s;
	-ms-animation-delay:-0.5833s;
	-o-animation-delay:-0.5833s;
	animation-delay:-0.5833s;
}
.cg-busy-default-spinner div.bar7{
	-webkit-transform:rotate(180deg) translate(0, -142%);
	-moz-transform:rotate(180deg) translate(0, -142%);
	-ms-transform:rotate(180deg) translate(0, -142%);
	-o-transform:rotate(180deg) translate(0, -142%);
	transform:rotate(180deg) translate(0, -142%);
	-webkit-animation-delay:-0.5s;
	-moz-animation-delay:-0.5s;
	-ms-animation-delay:-0.5s;
	-o-animation-delay:-0.5s;
	animation-delay:-0.5s;
}
.cg-busy-default-spinner div.bar8{
	-webkit-transform:rotate(210deg) translate(0, -142%);
	-moz-transform:rotate(210deg) translate(0, -142%);
	-ms-transform:rotate(210deg) translate(0, -142%);
	-o-transform:rotate(210deg) translate(0, -142%);
	transform:rotate(210deg) translate(0, -142%);
	-webkit-animation-delay:-0.41667s;
	-moz-animation-delay:-0.41667s;
	-ms-animation-delay:-0.41667s;
	-o-animation-delay:-0.41667s;
	animation-delay:-0.41667s;
}
.cg-busy-default-spinner div.bar9{
	-webkit-transform:rotate(240deg) translate(0, -142%);
	-moz-transform:rotate(240deg) translate(0, -142%);
	-ms-transform:rotate(240deg) translate(0, -142%);
	-o-transform:rotate(240deg) translate(0, -142%);
	transform:rotate(240deg) translate(0, -142%);
	-webkit-animation-delay:-0.333s;
	-moz-animation-delay:-0.333s;
	-ms-animation-delay:-0.333s;
	-o-animation-delay:-0.333s;
	animation-delay:-0.333s;
}
.cg-busy-default-spinner div.bar10{
	-webkit-transform:rotate(270deg) translate(0, -142%);
	-moz-transform:rotate(270deg) translate(0, -142%);
	-ms-transform:rotate(270deg) translate(0, -142%);
	-o-transform:rotate(270deg) translate(0, -142%);
	transform:rotate(270deg) translate(0, -142%);
	-webkit-animation-delay:-0.25s;
	-moz-animation-delay:-0.25s;
	-ms-animation-delay:-0.25s;
	-o-animation-delay:-0.25s;
	animation-delay:-0.25s;
}
.cg-busy-default-spinner div.bar11{
	-webkit-transform:rotate(300deg) translate(0, -142%);
	-moz-transform:rotate(300deg) translate(0, -142%);
	-ms-transform:rotate(300deg) translate(0, -142%);
	-o-transform:rotate(300deg) translate(0, -142%);
	transform:rotate(300deg) translate(0, -142%);
	-webkit-animation-delay:-0.1667s;
	-moz-animation-delay:-0.1667s;
	-ms-animation-delay:-0.1667s;
	-o-animation-delay:-0.1667s;
	animation-delay:-0.1667s;
}
.cg-busy-default-spinner div.bar12{
	-webkit-transform:rotate(330deg) translate(0, -142%);
	-moz-transform:rotate(330deg) translate(0, -142%);
	-ms-transform:rotate(330deg) translate(0, -142%);
	-o-transform:rotate(330deg) translate(0, -142%);
	transform:rotate(330deg) translate(0, -142%);
	-webkit-animation-delay:-0.0833s;
	-moz-animation-delay:-0.0833s;
	-ms-animation-delay:-0.0833s;
	-o-animation-delay:-0.0833s;
	animation-delay:-0.0833s;
}

@-webkit-keyframes cg-busy-spinner-anim{
	from {opacity: 1;}
	to {opacity: 0.25;}
}
@-moz-keyframes cg-busy-spinner-anim{
	from {opacity: 1;}
	to {opacity: 0.25;}
}
@keyframes cg-busy-spinner-anim{
	from {opacity: 1;}
	to {opacity: 0.25;}
}
/***
Spectrum Colorpicker v1.8.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; }

.ball-scale-random {
  width: 37px;
  height: 40px; }
  .ball-scale-random > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
            animation: ball-scale 1s 0s ease-in-out infinite; }
    .ball-scale-random > div:nth-child(1) {
      margin-left: -7px;
      -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
              animation: ball-scale 1s 0.2s ease-in-out infinite; }
    .ball-scale-random > div:nth-child(3) {
      margin-left: -2px;
      margin-top: 9px;
      -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
              animation: ball-scale 1s 0.5s ease-in-out infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.ball-rotate {
  position: relative; }
  .ball-rotate > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: relative; }
    .ball-rotate > div:first-child {
      -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
              animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }
    .ball-rotate > div:before, .ball-rotate > div:after {
      background-color: #fff;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      margin: 2px;
      content: "";
      position: absolute;
      opacity: 0.8; }
    .ball-rotate > div:before {
      top: 0px;
      left: -28px; }
    .ball-rotate > div:after {
      top: 0px;
      left: 25px; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px); }
  .ball-clip-rotate-pulse > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%; }
    .ball-clip-rotate-pulse > div:first-child {
      background: #fff;
      height: 16px;
      width: 16px;
      top: 7px;
      left: -7px;
      -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
    .ball-clip-rotate-pulse > div:last-child {
      position: absolute;
      border: 2px solid #fff;
      width: 30px;
      height: 30px;
      left: -16px;
      top: -2px;
      background: transparent;
      border: 2px solid;
      border-color: #fff transparent #fff transparent;
      -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
      -webkit-animation-duration: 1s;
              animation-duration: 1s; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.ball-clip-rotate-multiple {
  position: relative; }
  .ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
            animation: rotate 1s 0s ease-in-out infinite; }
    .ball-clip-rotate-multiple > div:last-child {
      display: inline-block;
      top: -10px;
      left: -10px;
      width: 15px;
      height: 15px;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      border-color: #fff transparent #fff transparent;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px); }
  .ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
            animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
          animation: ball-beat 0.7s 0s infinite linear; }
  .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s !important;
            animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px); }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite; }

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
      -ms-transform: translate(-29.994px, -37.50938px);
          transform: translate(-29.994px, -37.50938px); }
  .ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
            animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
            animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
            animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff; }
    .ball-triangle-path > div:nth-of-type(1) {
      top: 50px; }
    .ball-triangle-path > div:nth-of-type(2) {
      left: 25px; }
    .ball-triangle-path > div:nth-of-type(3) {
      top: 50px;
      left: 50px; }

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
          animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  .ball-pulse-rise > div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
            animation-name: ball-pulse-rise-even; }
  .ball-pulse-rise > div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
            animation-name: ball-pulse-rise-odd; }

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

.ball-grid-beat {
  width: 57px; }
  .ball-grid-beat > div:nth-child(1) {
    -webkit-animation-delay: 0.44s;
            animation-delay: 0.44s;
    -webkit-animation-duration: 1.27s;
            animation-duration: 1.27s; }
  .ball-grid-beat > div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-duration: 1.52s;
            animation-duration: 1.52s; }
  .ball-grid-beat > div:nth-child(3) {
    -webkit-animation-delay: 0.14s;
            animation-delay: 0.14s;
    -webkit-animation-duration: 0.61s;
            animation-duration: 0.61s; }
  .ball-grid-beat > div:nth-child(4) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-duration: 0.82s;
            animation-duration: 0.82s; }
  .ball-grid-beat > div:nth-child(5) {
    -webkit-animation-delay: -0.01s;
            animation-delay: -0.01s;
    -webkit-animation-duration: 1.24s;
            animation-duration: 1.24s; }
  .ball-grid-beat > div:nth-child(6) {
    -webkit-animation-delay: -0.07s;
            animation-delay: -0.07s;
    -webkit-animation-duration: 1.35s;
            animation-duration: 1.35s; }
  .ball-grid-beat > div:nth-child(7) {
    -webkit-animation-delay: 0.29s;
            animation-delay: 0.29s;
    -webkit-animation-duration: 1.44s;
            animation-duration: 1.44s; }
  .ball-grid-beat > div:nth-child(8) {
    -webkit-animation-delay: 0.63s;
            animation-delay: 0.63s;
    -webkit-animation-duration: 1.19s;
            animation-duration: 1.19s; }
  .ball-grid-beat > div:nth-child(9) {
    -webkit-animation-delay: -0.18s;
            animation-delay: -0.18s;
    -webkit-animation-duration: 1.48s;
            animation-duration: 1.48s; }
  .ball-grid-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-beat;
            animation-name: ball-grid-beat;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.58s;
            animation-delay: 0.58s;
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s; }
  .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s;
    -webkit-animation-duration: 0.94s;
            animation-duration: 0.94s; }
  .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-duration: 1.43s;
            animation-duration: 1.43s; }
  .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: -0.03s;
            animation-delay: -0.03s;
    -webkit-animation-duration: 0.74s;
            animation-duration: 0.74s; }
  .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.21s;
            animation-delay: 0.21s;
    -webkit-animation-duration: 0.68s;
            animation-duration: 0.68s; }
  .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-duration: 1.17s;
            animation-duration: 1.17s; }
  .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: 0.46s;
            animation-delay: 0.46s;
    -webkit-animation-duration: 1.41s;
            animation-duration: 1.41s; }
  .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.02s;
            animation-delay: 0.02s;
    -webkit-animation-duration: 1.56s;
            animation-duration: 1.56s; }
  .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.78s;
            animation-duration: 0.78s; }
  .ball-grid-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
            animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px; }
  .ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
            animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
            animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
            animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
            animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
            animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
            animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
            animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
            animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
  .ball-spin-fade-loader > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute; }

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

.ball-spin-loader {
  position: relative; }
  .ball-spin-loader > span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
            animation: ball-spin-loader 2s 0.9s infinite linear; }
  .ball-spin-loader > span:nth-child(2) {
    top: 30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
            animation: ball-spin-loader 2s 1.8s infinite linear; }
  .ball-spin-loader > span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
            animation: ball-spin-loader 2s 2.7s infinite linear; }
  .ball-spin-loader > span:nth-child(4) {
    top: -30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
            animation: ball-spin-loader 2s 3.6s infinite linear; }
  .ball-spin-loader > span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
            animation: ball-spin-loader 2s 4.5s infinite linear; }
  .ball-spin-loader > span:nth-child(6) {
    top: -30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
            animation: ball-spin-loader 2s 5.4s infinite linear; }
  .ball-spin-loader > span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
            animation: ball-spin-loader 2s 6.3s infinite linear; }
  .ball-spin-loader > span:nth-child(8) {
    top: 30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
            animation: ball-spin-loader 2s 7.2s infinite linear; }
  .ball-spin-loader > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green; }

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
      -ms-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px); }
  .ball-zig-zag > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag > div:first-child {
      -webkit-animation: ball-zig 0.7s 0s infinite linear;
              animation: ball-zig 0.7s 0s infinite linear; }
    .ball-zig-zag > div:last-child {
      -webkit-animation: ball-zag 0.7s 0s infinite linear;
              animation: ball-zag 0.7s 0s infinite linear; }

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
      -ms-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px); }
  .ball-zig-zag-deflect > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag-deflect > div:first-child {
      -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
              animation: ball-zig-deflect 1.5s 0s infinite linear; }
    .ball-zig-zag-deflect > div:last-child {
      -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
              animation: ball-zag-deflect 1.5s 0s infinite linear; }

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: -0.09s;
          animation-delay: -0.09s;
  -webkit-animation-duration: 0.83s;
          animation-duration: 0.83s; }

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
  -webkit-animation-duration: 0.64s;
          animation-duration: 0.64s; }

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  -webkit-animation-duration: 0.39s;
          animation-duration: 0.39s; }

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.47s;
          animation-delay: 0.47s;
  -webkit-animation-duration: 0.52s;
          animation-duration: 0.52s; }

.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
          animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
  .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
            animation-delay: -0.25s !important; }
  .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; }

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }
  .line-spin-fade-loader > div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(2) {
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(4) {
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(6) {
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(8) {
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
  .line-spin-fade-loader > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px; }

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

.square-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid red;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -0.99s infinite linear;
            animation: pacman-balls 1s -0.99s infinite linear; }
  .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -0.66s infinite linear;
            animation: pacman-balls 1s -0.66s infinite linear; }
  .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -0.33s infinite linear;
            animation: pacman-balls 1s -0.33s infinite linear; }
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
            animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
            animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
            animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(3),
  .pacman > div:nth-child(4),
  .pacman > div:nth-child(5),
  .pacman > div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
        -ms-transform: translate(0, -6.25px);
            transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
      -ms-transform: translate(-25px, -25px);
          transform: translate(-25px, -25px); }
  .cube-transition > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
            animation: cube-transition 1.6s 0s infinite ease-in-out; }
    .cube-transition > div:last-child {
      -webkit-animation-delay: -0.8s;
              animation-delay: -0.8s; }

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden; }
  .semi-circle-spin > div {
    position: absolute;
    border-width: 0px;
    border-radius: 100%;
    -webkit-animation: spin-rotate 0.6s 0s infinite linear;
            animation: spin-rotate 0.6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    width: 100%;
    height: 100%; }

@-webkit-keyframes bar-progress {
  0% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
            transform: translateX(20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; } }

@keyframes bar-progress {
  0% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
            transform: translateX(20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; } }

.bar-progress {
  width: 30%;
  height: 12px; }
  .bar-progress > div {
    position: relative;
    width: 20%;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-progress 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite;
            animation: bar-progress 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite;
    opacity: 1; }

@-webkit-keyframes bar-swing {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

@keyframes bar-swing {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

.bar-swing {
  width: 30%;
  height: 8px; }
  .bar-swing > div {
    position: relative;
    width: 30%;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-swing 1.5s infinite;
            animation: bar-swing 1.5s infinite; }

@-webkit-keyframes bar-swing-container {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes bar-swing-container {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.bar-swing-container {
  width: 20%;
  height: 8px;
  position: relative; }
  .bar-swing-container div:nth-child(1) {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 12px;
    border-radius: 10px; }
  .bar-swing-container div:nth-child(2) {
    position: absolute;
    width: 30%;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-swing-container 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite;
            animation: bar-swing-container 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite;
    margin: 2px 2px 0; }
.ReactTable{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1);}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{-webkit-box-flex:1;-ms-flex:auto 1;flex:auto 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,0.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent;}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline-width:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible;}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-webkit-box-flex:99999;-ms-flex:99999 1 auto;flex:99999 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,0.05);}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,0.02);}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity;}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px;}.ReactTable .rt-expander:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,0.15);}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,0.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,0.05)}.ReactTable .-pagination{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1);}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);transition:all .1s ease;cursor:pointer;outline-width:0;}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:center;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block;}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none;}.ReactTable .-loading > div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all;}.ReactTable .-loading.-active > div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none !important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ng-table th.sortable {
    cursor: pointer; }
    .ng-table th.sortable .sort-indicator {
      padding-right: 18px;
      position: relative; }
      .ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {
        content: "";
        border-width: 0 4px 4px;
        border-style: solid;
        border-color: #000 transparent;
        visibility: visible;
        right: 5px;
        top: 50%;
        position: absolute;
        opacity: .3;
        margin-top: -4px; }
      .ng-table th.sortable .sort-indicator:before {
        margin-top: 2px;
        border-bottom: none;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #000; }
    .ng-table th.sortable .sort-indicator:hover:after, .ng-table th.sortable .sort-indicator:hover:before {
      opacity: 1;
      visibility: visible; }
    .ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
      background-color: rgba(141, 192, 219, 0.25);
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
      .ng-table th.sortable.sort-desc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:after {
        margin-top: -2px; }
      .ng-table th.sortable.sort-desc .sort-indicator:before, .ng-table th.sortable.sort-asc .sort-indicator:before {
        visibility: hidden; }
    .ng-table th.sortable.sort-asc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:hover:after {
      visibility: visible;
      filter: alpha(opacity=60);
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6; }
    .ng-table th.sortable.sort-desc .sort-indicator:after {
      border-bottom: none;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #000;
      visibility: visible;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      filter: alpha(opacity=60);
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6; }
  .ng-table th.filter .input-filter {
    margin: 0;
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.ng-table .ng-table-group-header th {
  text-align: left; }

.ng-table .ng-table-group-selector {
  display: block; }

.ng-table .ng-table-group-close, .ng-table .ng-table-group-toggle {
  float: right; }

.ng-table .ng-table-group-toggle {
  margin-right: 5px; }

@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999; }
    .ng-table-responsive tr {
      border-top: 1px solid #999;
      border-left: 1px solid #999;
      border-right: 1px solid #999; }
    .ng-table-responsive td:before {
      position: absolute;
      padding: 8px;
      left: 0;
      top: 0;
      width: 50%;
      white-space: nowrap;
      text-align: left;
      font-weight: bold; }
    .ng-table-responsive thead tr th {
      text-align: left; }
    .ng-table-responsive thead tr.ng-table-filters th {
      padding: 0; }
      .ng-table-responsive thead tr.ng-table-filters th form > div {
        padding: 8px; }
    .ng-table-responsive td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
      white-space: normal;
      text-align: left; }
      .ng-table-responsive td:before {
        content: attr(data-title-text); }
    .ng-table-responsive, .ng-table-responsive thead, .ng-table-responsive tbody, .ng-table-responsive th, .ng-table-responsive td, .ng-table-responsive tr {
      display: block; } }

.ng-table-pagination {
  margin-top: 0; }

.ng-table-group-selector:before,
.ng-table-group-selector:after,
.filter:before,
.filter:after {
  display: table;
  content: " "; }

.ng-table-group-selector:after,
.filter:after {
  clear: both; }

.filter > .filter-cell {
  float: left;
  box-sizing: border-box; }

.filter-horizontal > .filter-cell {
  padding: 0 2px; }

.filter-horizontal > .filter-cell:first-child {
  padding-left: 0; }

.filter-horizontal > .filter-cell:last-child, .filter-horizontal > .filter-cell.last {
  padding-right: 0; }

.s12 {
  width: 100%; }

.s11 {
  width: 91.66666666666666%; }

.s10 {
  width: 83.33333333333334%; }

.s9 {
  width: 75%; }

.s8 {
  width: 66.66666666666666%; }

.s7 {
  width: 58.333333333333336%; }

.s6 {
  width: 50%; }

.s5 {
  width: 41.66666666666667%; }

.s4 {
  width: 33.33333333333333%; }

.s3 {
  width: 25%; }

.s2 {
  width: 16.666666666666664%; }

.s1 {
  width: 8.333333333333332%; }

@media all and (max-width: 468px) {
  .s12, .s11, .s10, .s9, .s8, .s7, .s6, .s5, .s4, .s3, .s2, .s1 {
    width: 100%; }
  .filter > .filter-cell {
    padding: 0px; } }/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */

.as-sortable-item, .as-sortable-placeholder {
    display: block;
}

.as-sortable-item {
    -ms-touch-action: none;
    touch-action: none;
    /* to disable context menu on iOS devices */
    -webkit-touch-callout: none;
}

.as-sortable-item-handle {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.as-sortable-placeholder {
}

.as-sortable-drag {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.as-sortable-hidden {
    display: none !important;
}

.as-sortable-un-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}.sk-spinner {
  color: #333;
}

.sk-spinner > div {
  background-color: currentColor;
}
.ball-triangle-path > div,
.ball-scale-ripple-multiple > div,
.ball-scale-ripple > div {
  background-color: initial;
  border-color: currentColor;
}

.ball-clip-rotate > div {
  background-color: initial;
  border-top-color: currentColor;
  border-right-color: currentColor;
  border-left-color: currentColor;
}

.ball-clip-rotate-pulse > div:first-child {
  background-color: currentColor;
}
.ball-clip-rotate-pulse > div:last-child {
  background-color: initial;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.ball-clip-rotate-multiple > div:first-child {
  background-color: initial;
  border-right-color: currentColor;
  border-left-color: currentColor;
}
.ball-clip-rotate-multiple > div:last-child {
  background-color: initial;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.triangle-skew-spin > div {
  background-color: initial;
  border-bottom-color: currentColor;
}

.pacman > div:nth-child(1),
.pacman > div:nth-child(2) {
  background-color: initial;
  border-top-color: currentColor;
  border-left-color: currentColor;
  border-bottom-color: currentColor;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5) {
  background-color: currentColor;
}
@-webkit-keyframes sk-fade-in {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-moz-keyframes sk-fade-in {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-ms-keyframes sk-fade-in {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes sk-fade-in {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.sk-fade-in {
  -webkit-animation: sk-fade-in 2s;
  -moz-animation: sk-fade-in 2s;
  -o-animation: sk-fade-in 2s;
  -ms-animation: sk-fade-in 2s;
  animation: sk-fade-in 2s;
}

.sk-fade-in-half-second {
  -webkit-animation: sk-fade-in 1s;
  -moz-animation: sk-fade-in 1s;
  -o-animation: sk-fade-in 1s;
  -ms-animation: sk-fade-in 1s;
  animation: sk-fade-in 1s;
}

.sk-fade-in-quarter-second {
  -webkit-animation: sk-fade-in 0.5s;
  -moz-animation: sk-fade-in 0.5s;
  -o-animation: sk-fade-in 0.5s;
  -ms-animation: sk-fade-in 0.5s;
  animation: sk-fade-in 0.5s;
}
.sk-chasing-dots {
  width: 27px;
  height: 27px;
  position: relative;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.sk-chasing-dots > div {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: currentColor;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.sk-chasing-dots > div:last-child {
  top: auto;
  bottom: 0;

  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.sk-circle {
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-circle > div {
  background-color: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle > div::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: currentColor;
  border-radius: 100%;

  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out;
  animation: sk-bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-circle > div:nth-child(2)  { -webkit-transform: rotate(30deg);  transform: rotate(30deg)  }
.sk-circle > div:nth-child(3)  { -webkit-transform: rotate(60deg);  transform: rotate(60deg)  }
.sk-circle > div:nth-child(4)  { -webkit-transform: rotate(90deg);  transform: rotate(90deg)  }
.sk-circle > div:nth-child(5)  { -webkit-transform: rotate(120deg); transform: rotate(120deg) }
.sk-circle > div:nth-child(6)  { -webkit-transform: rotate(150deg); transform: rotate(150deg) }
.sk-circle > div:nth-child(7)  { -webkit-transform: rotate(180deg); transform: rotate(180deg) }
.sk-circle > div:nth-child(8)  { -webkit-transform: rotate(210deg); transform: rotate(210deg) }
.sk-circle > div:nth-child(9)  { -webkit-transform: rotate(240deg); transform: rotate(240deg) }
.sk-circle > div:nth-child(10) { -webkit-transform: rotate(270deg); transform: rotate(270deg) }
.sk-circle > div:nth-child(11) { -webkit-transform: rotate(300deg); transform: rotate(300deg) }
.sk-circle > div:nth-child(12) { -webkit-transform: rotate(330deg); transform: rotate(330deg) }

.sk-circle > div:nth-child(2)::before  { -webkit-animation-delay: -1.1s; animation-delay: -1.1s }
.sk-circle > div:nth-child(3)::before  { -webkit-animation-delay: -1.0s; animation-delay: -1.0s }
.sk-circle > div:nth-child(4)::before  { -webkit-animation-delay: -0.9s; animation-delay: -0.9s }
.sk-circle > div:nth-child(5)::before  { -webkit-animation-delay: -0.8s; animation-delay: -0.8s }
.sk-circle > div:nth-child(6)::before  { -webkit-animation-delay: -0.7s; animation-delay: -0.7s }
.sk-circle > div:nth-child(7)::before  { -webkit-animation-delay: -0.6s; animation-delay: -0.6s }
.sk-circle > div:nth-child(8)::before  { -webkit-animation-delay: -0.5s; animation-delay: -0.5s }
.sk-circle > div:nth-child(9)::before  { -webkit-animation-delay: -0.4s; animation-delay: -0.4s }
.sk-circle > div:nth-child(10)::before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s }
.sk-circle > div:nth-child(11)::before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s }
.sk-circle > div:nth-child(12)::before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.sk-cube-grid {
  width: 27px;
  height: 27px;
}

.sk-cube-grid > div {
  width: 33%;
  height: 33%;
  background-color: currentColor;
  float: left;

  -webkit-animation: sk-scaleDelay 1.3s infinite ease-in-out;
  animation: sk-scaleDelay 1.3s infinite ease-in-out;
}

/*
 * Spinner positions
 * 1 2 3
 * 4 5 6
 * 7 8 9
 */

.sk-cube-grid > div:nth-child(1) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s  }
.sk-cube-grid > div:nth-child(2) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s  }
.sk-cube-grid > div:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s  }
.sk-cube-grid > div:nth-child(4) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s  }
.sk-cube-grid > div:nth-child(5) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s  }
.sk-cube-grid > div:nth-child(6) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s  }
.sk-cube-grid > div:nth-child(7) { -webkit-animation-delay: 0.0s; animation-delay: 0.0s  }
.sk-cube-grid > div:nth-child(8) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s  }
.sk-cube-grid > div:nth-child(9) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s  }

@-webkit-keyframes sk-scaleDelay {
  0%, 70%, 100% { -webkit-transform:scale3D(1.0, 1.0, 1.0) }
  35%           { -webkit-transform:scale3D(0.0, 0.0, 1.0) }
}

@keyframes sk-scaleDelay {
  0%, 70%, 100% { -webkit-transform:scale3D(1.0, 1.0, 1.0); transform:scale3D(1.0, 1.0, 1.0) }
  35%           { -webkit-transform:scale3D(1.0, 1.0, 1.0); transform:scale3D(0.0, 0.0, 1.0) }
}
.sk-double-bounce {
  width: 27px;
  height: 27px;
  position: relative;
}

.sk-double-bounce > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.sk-double-bounce > div:last-child {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.sk-folding-cube {
  width: 27px;
  height: 27px;
  position: relative;

  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube > div {
  background-color: initial;
  float: left;
  width: 50%;
  height: 50%;
  position: relative;

  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;

  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube > div:nth-child(2) {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube > div:nth-child(4) {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube > div:nth-child(3) {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube > div:nth-child(2)::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube > div:nth-child(4)::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube > div:nth-child(3)::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-pulse > div {
  width: 27px;
  height: 27px;
  background-color: currentColor;
  border-radius: 100%;

  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
.sk-rotating-plane > div {
  width: 27px;
  height: 27px;
  background-color: currentColor;

  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-three-bounce {
  height: 18px;
}

.sk-three-bounce > div {
  width: 18px;
  height: 18px;
  background-color: currentColor;
  border-radius: 100%;
  display: inline-block;

  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out;
  animation: sk-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-three-bounce > div:first-child {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce > div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.sk-wandering-cubes {
  width: 52px;
  height: 52px;
  position: relative;
}

.sk-wandering-cubes > div {
  background-color: currentColor;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.sk-wandering-cubes > div:last-child {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.sk-wave {
  width: 30px;
  height: 27px;
}

.sk-wave > div {
  background-color: currentColor;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.sk-wave > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave > div:nth-child(3) {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.sk-wave > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  } 20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.sk-wordpress > div {
  width: 27px;
  height: 27px;
  background-color: currentColor;
  display: inline-block;
  border-radius: 27px;
  position: relative;

  -webkit-animation: sk-inner-circle 1s linear infinite;
  animation: sk-inner-circle 1s linear infinite;
}

.sk-wordpress > div::after {
  content: '';
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}

@-webkit-keyframes sk-inner-circle {
  0% { -webkit-transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes sk-inner-circle {
  0% { transform: rotate(0); -webkit-transform:rotate(0); }
  100% { transform: rotate(360deg); -webkit-transform:rotate(360deg); }
}
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
.react-date-picker {
  display: inline-flex;
  position: relative;
}
.react-date-picker,
.react-date-picker *,
.react-date-picker *:before,
.react-date-picker *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-date-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}
.react-date-picker__wrapper {
  display: flex;
  border: thin solid gray;
}
.react-date-picker__inputGroup {
  min-width: calc((4px * 3) +  0.54em * 8  +  0.217em * 2);
  flex-grow: 1;
  display: flex;
  padding: 0 2px;
  align-items: baseline;
  box-sizing: content-box;
}
.react-date-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}
.react-date-picker__inputGroup__input {
  min-width: 0.54em;
  height: 100%;
  position: relative;
  padding: 0 1px;
  border: 0;
  background: none;
  font: inherit;
  box-sizing: content-box;
  -moz-appearance: textfield;
}
.react-date-picker__inputGroup__input::-webkit-outer-spin-button,
.react-date-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-date-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}
.react-date-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px +  0.54em);
}
.react-date-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}
.react-date-picker__button:enabled {
  cursor: pointer;
}
.react-date-picker__button:enabled:hover svg g,
.react-date-picker__button:enabled:focus svg g {
  stroke: #0078d7;
}
.react-date-picker__button:disabled svg g {
  stroke: #6d6d6d;
}
.react-date-picker__button svg {
  display: inherit;
}
.react-date-picker__calendar {
  width: 350px;
  max-width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.react-date-picker__calendar--closed {
  display: none;
}
.react-date-picker__calendar .react-calendar {
  border-width: thin;
}
/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;

  flex-direction: row;
  padding-bottom: 1em;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;

  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;

  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
/* ==== editable-form ==== */

/* class for single editable element */
.editable-wrap {
  display: inline-block;
  white-space: pre;
  margin: 0;
}

/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0;
}

/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin-bottom: 0;
}

/* keep buttons on the same line */
.editable-wrap .editable-input {
  display: inline-block;
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
}

.editable-buttons button {
  margin-left: 5px;
}

/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
  width: auto;
}

/* ==== editable-text ==== */

/* fix padding issue on typeahead */
.editable-text {
    white-space: nowrap;
}

/* ==== editable-bsdate ==== */

/* fix padding issue on bsdate popup */
.editable-bsdate {
    white-space: nowrap;
}

/* ==== editable-bstime ==== */

/* fix padding issue on bstime */
.editable-bstime {
    white-space: nowrap;
}

/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type="text"] {
  width: 46px;
}

/* less padding for .well */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px;
}

/* ==== editable-range ==== */

.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}

/* ==== editable-color ==== */

.editable-color input[type="color"] {
  width: 50px;
}


/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */

.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px;
}

/* ==== element ==== */

/* hiding element */
.editable-hide {
  display: none !important;
}

.editable-click,
a.editable-click {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca;
}

.editable-click:hover, 
a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496;
}

/* editable-empty */
.editable-empty, 
.editable-empty:hover, 
.editable-empty:focus,
a.editable-empty, 
a.editable-empty:hover, 
a.editable-empty:focus {
  font-style: italic; 
  color: #DD1144;  
  text-decoration: none;
}

/* ui-bootstrap editable popover */
.ui-popover-wrapper a {
    /* make the link always show up */  
    display: inline !important;
}

.ui-popover-wrapper form {
    display: none !important;
}

/* editable popover */
.popover-wrapper > a {
  /* make the link always show up */
  display: inline !important;
}

.popover-wrapper {
  /* make absolutely positioned children constrained to this box*/
  display: inline;
  position: relative;
}

.popover-wrapper form {
  position: absolute;
  top: -53px;
  background: #FFF;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 7px;
  width: auto;
  display: inline-block;
  left: 50%;
  z-index: 101;
}

.popover-wrapper form:before {
  content:"";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAA;
  position:absolute;
  bottom:-10px;
}

.popover-wrapper form:after {
  content:"";
  width:0;
  height:0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFF;
  position:absolute;
  bottom:-9px;
}


@media screen and (max-width: 750px) {
    .popover-wrapper form {
        margin-left: -60px;
    }

    .popover-wrapper form:before {
        left:50px;
    }

    .popover-wrapper form:after {
        left:51px;
    }
}

@media screen and (min-width: 750px) {
    .popover-wrapper form {
        margin-left: -110px;
    }

    .popover-wrapper form:before {
        left:100px;
    }

    .popover-wrapper form:after {
        left:101px;
    }
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.f {
  --y: calc(var(--len) - var(--nth));
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, calc(var(--y) * -40%), 0) scale(calc(1 - 0.05 * var(--y)));
  transition: all 0.3s;
  min-height: 80px;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}.inlineIcon{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.inlineIcon{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{color:#000 !important;text-shadow:none !important;background:rgba(0,0,0,0) !important;-webkit-box-shadow:none !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:"Glyphicons Halflings";src:url(f4769f9bdb7466be65088239c12046d1.eot);src:url(f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"),url(448c34a56d699c29117adc64c43affeb.woff2) format("woff2"),url(fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"),url(e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"),url(89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20AC"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270F"}.glyphicon-glass:before{content:"\E001"}.glyphicon-music:before{content:"\E002"}.glyphicon-search:before{content:"\E003"}.glyphicon-heart:before{content:"\E005"}.glyphicon-star:before{content:"\E006"}.glyphicon-star-empty:before{content:"\E007"}.glyphicon-user:before{content:"\E008"}.glyphicon-film:before{content:"\E009"}.glyphicon-th-large:before{content:"\E010"}.glyphicon-th:before{content:"\E011"}.glyphicon-th-list:before{content:"\E012"}.glyphicon-ok:before{content:"\E013"}.glyphicon-remove:before{content:"\E014"}.glyphicon-zoom-in:before{content:"\E015"}.glyphicon-zoom-out:before{content:"\E016"}.glyphicon-off:before{content:"\E017"}.glyphicon-signal:before{content:"\E018"}.glyphicon-cog:before{content:"\E019"}.glyphicon-trash:before{content:"\E020"}.glyphicon-home:before{content:"\E021"}.glyphicon-file:before{content:"\E022"}.glyphicon-time:before{content:"\E023"}.glyphicon-road:before{content:"\E024"}.glyphicon-download-alt:before{content:"\E025"}.glyphicon-download:before{content:"\E026"}.glyphicon-upload:before{content:"\E027"}.glyphicon-inbox:before{content:"\E028"}.glyphicon-play-circle:before{content:"\E029"}.glyphicon-repeat:before{content:"\E030"}.glyphicon-refresh:before{content:"\E031"}.glyphicon-list-alt:before{content:"\E032"}.glyphicon-lock:before{content:"\E033"}.glyphicon-flag:before{content:"\E034"}.glyphicon-headphones:before{content:"\E035"}.glyphicon-volume-off:before{content:"\E036"}.glyphicon-volume-down:before{content:"\E037"}.glyphicon-volume-up:before{content:"\E038"}.glyphicon-qrcode:before{content:"\E039"}.glyphicon-barcode:before{content:"\E040"}.glyphicon-tag:before{content:"\E041"}.glyphicon-tags:before{content:"\E042"}.glyphicon-book:before{content:"\E043"}.glyphicon-bookmark:before{content:"\E044"}.glyphicon-print:before{content:"\E045"}.glyphicon-camera:before{content:"\E046"}.glyphicon-font:before{content:"\E047"}.glyphicon-bold:before{content:"\E048"}.glyphicon-italic:before{content:"\E049"}.glyphicon-text-height:before{content:"\E050"}.glyphicon-text-width:before{content:"\E051"}.glyphicon-align-left:before{content:"\E052"}.glyphicon-align-center:before{content:"\E053"}.glyphicon-align-right:before{content:"\E054"}.glyphicon-align-justify:before{content:"\E055"}.glyphicon-list:before{content:"\E056"}.glyphicon-indent-left:before{content:"\E057"}.glyphicon-indent-right:before{content:"\E058"}.glyphicon-facetime-video:before{content:"\E059"}.glyphicon-picture:before{content:"\E060"}.glyphicon-map-marker:before{content:"\E062"}.glyphicon-adjust:before{content:"\E063"}.glyphicon-tint:before{content:"\E064"}.glyphicon-edit:before{content:"\E065"}.glyphicon-share:before{content:"\E066"}.glyphicon-check:before{content:"\E067"}.glyphicon-move:before{content:"\E068"}.glyphicon-step-backward:before{content:"\E069"}.glyphicon-fast-backward:before{content:"\E070"}.glyphicon-backward:before{content:"\E071"}.glyphicon-play:before{content:"\E072"}.glyphicon-pause:before{content:"\E073"}.glyphicon-stop:before{content:"\E074"}.glyphicon-forward:before{content:"\E075"}.glyphicon-fast-forward:before{content:"\E076"}.glyphicon-step-forward:before{content:"\E077"}.glyphicon-eject:before{content:"\E078"}.glyphicon-chevron-left:before{content:"\E079"}.glyphicon-chevron-right:before{content:"\E080"}.glyphicon-plus-sign:before{content:"\E081"}.glyphicon-minus-sign:before{content:"\E082"}.glyphicon-remove-sign:before{content:"\E083"}.glyphicon-ok-sign:before{content:"\E084"}.glyphicon-question-sign:before{content:"\E085"}.glyphicon-info-sign:before{content:"\E086"}.glyphicon-screenshot:before{content:"\E087"}.glyphicon-remove-circle:before{content:"\E088"}.glyphicon-ok-circle:before{content:"\E089"}.glyphicon-ban-circle:before{content:"\E090"}.glyphicon-arrow-left:before{content:"\E091"}.glyphicon-arrow-right:before{content:"\E092"}.glyphicon-arrow-up:before{content:"\E093"}.glyphicon-arrow-down:before{content:"\E094"}.glyphicon-share-alt:before{content:"\E095"}.glyphicon-resize-full:before{content:"\E096"}.glyphicon-resize-small:before{content:"\E097"}.glyphicon-exclamation-sign:before{content:"\E101"}.glyphicon-gift:before{content:"\E102"}.glyphicon-leaf:before{content:"\E103"}.glyphicon-fire:before{content:"\E104"}.glyphicon-eye-open:before{content:"\E105"}.glyphicon-eye-close:before{content:"\E106"}.glyphicon-warning-sign:before{content:"\E107"}.glyphicon-plane:before{content:"\E108"}.glyphicon-calendar:before{content:"\E109"}.glyphicon-random:before{content:"\E110"}.glyphicon-comment:before{content:"\E111"}.glyphicon-magnet:before{content:"\E112"}.glyphicon-chevron-up:before{content:"\E113"}.glyphicon-chevron-down:before{content:"\E114"}.glyphicon-retweet:before{content:"\E115"}.glyphicon-shopping-cart:before{content:"\E116"}.glyphicon-folder-close:before{content:"\E117"}.glyphicon-folder-open:before{content:"\E118"}.glyphicon-resize-vertical:before{content:"\E119"}.glyphicon-resize-horizontal:before{content:"\E120"}.glyphicon-hdd:before{content:"\E121"}.glyphicon-bullhorn:before{content:"\E122"}.glyphicon-bell:before{content:"\E123"}.glyphicon-certificate:before{content:"\E124"}.glyphicon-thumbs-up:before{content:"\E125"}.glyphicon-thumbs-down:before{content:"\E126"}.glyphicon-hand-right:before{content:"\E127"}.glyphicon-hand-left:before{content:"\E128"}.glyphicon-hand-up:before{content:"\E129"}.glyphicon-hand-down:before{content:"\E130"}.glyphicon-circle-arrow-right:before{content:"\E131"}.glyphicon-circle-arrow-left:before{content:"\E132"}.glyphicon-circle-arrow-up:before{content:"\E133"}.glyphicon-circle-arrow-down:before{content:"\E134"}.glyphicon-globe:before{content:"\E135"}.glyphicon-wrench:before{content:"\E136"}.glyphicon-tasks:before{content:"\E137"}.glyphicon-filter:before{content:"\E138"}.glyphicon-briefcase:before{content:"\E139"}.glyphicon-fullscreen:before{content:"\E140"}.glyphicon-dashboard:before{content:"\E141"}.glyphicon-paperclip:before{content:"\E142"}.glyphicon-heart-empty:before{content:"\E143"}.glyphicon-link:before{content:"\E144"}.glyphicon-phone:before{content:"\E145"}.glyphicon-pushpin:before{content:"\E146"}.glyphicon-usd:before{content:"\E148"}.glyphicon-gbp:before{content:"\E149"}.glyphicon-sort:before{content:"\E150"}.glyphicon-sort-by-alphabet:before{content:"\E151"}.glyphicon-sort-by-alphabet-alt:before{content:"\E152"}.glyphicon-sort-by-order:before{content:"\E153"}.glyphicon-sort-by-order-alt:before{content:"\E154"}.glyphicon-sort-by-attributes:before{content:"\E155"}.glyphicon-sort-by-attributes-alt:before{content:"\E156"}.glyphicon-unchecked:before{content:"\E157"}.glyphicon-expand:before{content:"\E158"}.glyphicon-collapse-down:before{content:"\E159"}.glyphicon-collapse-up:before{content:"\E160"}.glyphicon-log-in:before{content:"\E161"}.glyphicon-flash:before{content:"\E162"}.glyphicon-log-out:before{content:"\E163"}.glyphicon-new-window:before{content:"\E164"}.glyphicon-record:before{content:"\E165"}.glyphicon-save:before{content:"\E166"}.glyphicon-open:before{content:"\E167"}.glyphicon-saved:before{content:"\E168"}.glyphicon-import:before{content:"\E169"}.glyphicon-export:before{content:"\E170"}.glyphicon-send:before{content:"\E171"}.glyphicon-floppy-disk:before{content:"\E172"}.glyphicon-floppy-saved:before{content:"\E173"}.glyphicon-floppy-remove:before{content:"\E174"}.glyphicon-floppy-save:before{content:"\E175"}.glyphicon-floppy-open:before{content:"\E176"}.glyphicon-credit-card:before{content:"\E177"}.glyphicon-transfer:before{content:"\E178"}.glyphicon-cutlery:before{content:"\E179"}.glyphicon-header:before{content:"\E180"}.glyphicon-compressed:before{content:"\E181"}.glyphicon-earphone:before{content:"\E182"}.glyphicon-phone-alt:before{content:"\E183"}.glyphicon-tower:before{content:"\E184"}.glyphicon-stats:before{content:"\E185"}.glyphicon-sd-video:before{content:"\E186"}.glyphicon-hd-video:before{content:"\E187"}.glyphicon-subtitles:before{content:"\E188"}.glyphicon-sound-stereo:before{content:"\E189"}.glyphicon-sound-dolby:before{content:"\E190"}.glyphicon-sound-5-1:before{content:"\E191"}.glyphicon-sound-6-1:before{content:"\E192"}.glyphicon-sound-7-1:before{content:"\E193"}.glyphicon-copyright-mark:before{content:"\E194"}.glyphicon-registration-mark:before{content:"\E195"}.glyphicon-cloud-download:before{content:"\E197"}.glyphicon-cloud-upload:before{content:"\E198"}.glyphicon-tree-conifer:before{content:"\E199"}.glyphicon-tree-deciduous:before{content:"\E200"}.glyphicon-cd:before{content:"\E201"}.glyphicon-save-file:before{content:"\E202"}.glyphicon-open-file:before{content:"\E203"}.glyphicon-level-up:before{content:"\E204"}.glyphicon-copy:before{content:"\E205"}.glyphicon-paste:before{content:"\E206"}.glyphicon-alert:before{content:"\E209"}.glyphicon-equalizer:before{content:"\E210"}.glyphicon-king:before{content:"\E211"}.glyphicon-queen:before{content:"\E212"}.glyphicon-pawn:before{content:"\E213"}.glyphicon-bishop:before{content:"\E214"}.glyphicon-knight:before{content:"\E215"}.glyphicon-baby-formula:before{content:"\E216"}.glyphicon-tent:before{content:"\26FA"}.glyphicon-blackboard:before{content:"\E218"}.glyphicon-bed:before{content:"\E219"}.glyphicon-apple:before{content:"\F8FF"}.glyphicon-erase:before{content:"\E221"}.glyphicon-hourglass:before{content:"\231B"}.glyphicon-lamp:before{content:"\E223"}.glyphicon-duplicate:before{content:"\E224"}.glyphicon-piggy-bank:before{content:"\E225"}.glyphicon-scissors:before{content:"\E226"}.glyphicon-bitcoin:before{content:"\E227"}.glyphicon-btc:before{content:"\E227"}.glyphicon-xbt:before{content:"\E227"}.glyphicon-yen:before{content:"\A5"}.glyphicon-jpy:before{content:"\A5"}.glyphicon-ruble:before{content:"\20BD"}.glyphicon-rub:before{content:"\20BD"}.glyphicon-scale:before{content:"\E230"}.glyphicon-ice-lolly:before{content:"\E231"}.glyphicon-ice-lolly-tasted:before{content:"\E232"}.glyphicon-education:before{content:"\E233"}.glyphicon-option-horizontal:before{content:"\E234"}.glyphicon-option-vertical:before{content:"\E235"}.glyphicon-menu-hamburger:before{content:"\E236"}.glyphicon-modal-window:before{content:"\E237"}.glyphicon-oil:before{content:"\E238"}.glyphicon-grain:before{content:"\E239"}.glyphicon-sunglasses:before{content:"\E240"}.glyphicon-text-size:before{content:"\E241"}.glyphicon-text-color:before{content:"\E242"}.glyphicon-text-background:before{content:"\E243"}.glyphicon-object-align-top:before{content:"\E244"}.glyphicon-object-align-bottom:before{content:"\E245"}.glyphicon-object-align-horizontal:before{content:"\E246"}.glyphicon-object-align-left:before{content:"\E247"}.glyphicon-object-align-vertical:before{content:"\E248"}.glyphicon-object-align-right:before{content:"\E249"}.glyphicon-triangle-right:before{content:"\E250"}.glyphicon-triangle-left:before{content:"\E251"}.glyphicon-triangle-bottom:before{content:"\E252"}.glyphicon-triangle-top:before{content:"\E253"}.glyphicon-console:before{content:"\E254"}.glyphicon-superscript:before{content:"\E255"}.glyphicon-subscript:before{content:"\E256"}.glyphicon-menu-left:before{content:"\E257"}.glyphicon-menu-right:before{content:"\E258"}.glyphicon-menu-down:before{content:"\E259"}.glyphicon-menu-up:before{content:"\E260"}*{-webkit-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#de2922;text-decoration:none}a:hover,a:focus{color:#9c1c17;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media(min-width: 768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase,.initialism{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#de2922}a.text-primary:hover,a.text-primary:focus{color:#b2201b}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#de2922}a.bg-primary:hover,a.bg-primary:focus{background-color:#b2201b}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}@media(min-width: 768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:"\2014\A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:""}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:"\A0\2014"}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:rgba(0,0,0,0);border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}@media(min-width: 768px){.container{width:750px}}@media(min-width: 992px){.container{width:970px}}@media(min-width: 1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container-fluid:before,.container-fluid:after{display:table;content:" "}.container-fluid:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media(min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media(min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media(min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}table{background-color:rgba(0,0,0,0)}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9 ;line-height:normal}input[type=radio][disabled],input[type=radio].disabled,fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=checkbox].disabled,fieldset[disabled] input[type=checkbox]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}input[type=date].input-sm,.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm input[type=date],input[type=time].input-sm,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm input[type=time],input[type=datetime-local].input-sm,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm input[type=datetime-local],input[type=month].input-sm,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm input[type=month]{line-height:30px}input[type=date].input-lg,.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg input[type=date],input[type=time].input-lg,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg input[type=time],input[type=datetime-local].input-lg,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg input[type=datetime-local],input[type=month].input-lg,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg input[type=month]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9 ;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-right:0;padding-left:0}.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn{height:30px;line-height:30px}textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>.input-group-btn>select[multiple].btn{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn{height:46px;line-height:46px}textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>.input-group-btn>select[multiple].btn{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media(min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid rgba(0,0,0,0);padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#de2922;border-color:#c9241e}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#b2201b;border-color:#5a100d}.btn-primary:hover{color:#fff;background-color:#b2201b;border-color:#931b16}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#b2201b;background-image:none;border-color:#931b16}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{color:#fff;background-color:#931b16;border-color:#5a100d}.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus{background-color:#de2922;border-color:#c9241e}.btn-primary .badge{color:#de2922;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#3071b2;border-color:#2b649e}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#25588a;border-color:#102539}.btn-info:hover{color:#fff;background-color:#25588a;border-color:#1e466e}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#25588a;background-image:none;border-color:#1e466e}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:#fff;background-color:#1e466e;border-color:#102539}.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{background-color:#3071b2;border-color:#2b649e}.btn-info .badge{color:#3071b2;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#de2922;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:rgba(0,0,0,0)}.btn-link:hover,.btn-link:focus{color:#9c1c17;text-decoration:underline;background-color:rgba(0,0,0,0)}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9 ;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#de2922;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0);background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9 }.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width: 768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret,.btn-group-lg>.btn .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0)}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#de2922}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid rgba(0,0,0,0);border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:rgba(0,0,0,0)}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#de2922}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width: 768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width: 768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid rgba(0,0,0,0)}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width: 768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width: 768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid rgba(0,0,0,0);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width: 768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media(max-device-width: 480px)and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}@media(min-width: 768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width: 768px){.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width: 768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media(min-width: 768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:rgba(0,0,0,0);background-image:none;border:1px solid rgba(0,0,0,0);border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width: 768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width: 767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:rgba(0,0,0,0);border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width: 768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media(min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width: 767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media(min-width: 768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width: 768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media(min-width: 768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:rgba(0,0,0,0)}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:rgba(0,0,0,0)}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#090909}@media(max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:rgba(0,0,0,0)}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\A0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;color:#de2922;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus{z-index:2;color:#9c1c17;background-color:#eee;border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus{z-index:3;color:#fff;cursor:default;background-color:#de2922;border-color:#de2922}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label{position:relative;top:-1px}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#de2922}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#b2201b}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#3071b2}.label-info[href]:hover,.label-info[href]:focus{background-color:#25588a}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#de2922;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#de2922}.alert{padding:15px;margin-bottom:20px;border:1px solid rgba(0,0,0,0);border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#de2922;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#3071b2}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#de2922;border-color:#de2922}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#f9d5d3}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid rgba(0,0,0,0);border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid rgba(0,0,0,0);border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#de2922}.panel-primary>.panel-heading{color:#fff;background-color:#de2922;border-color:#de2922}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#de2922}.panel-primary>.panel-heading .badge{color:#de2922;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#de2922}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:before,.modal-header:after{display:table;content:" "}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media(min-width: 992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.428571429;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.428571429;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203A"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9 ;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media(max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media(max-width: 767px){.visible-xs-block{display:block !important}}@media(max-width: 767px){.visible-xs-inline{display:inline !important}}@media(max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-block{display:block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-block{display:block !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media(min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media(min-width: 1200px){.visible-lg-block{display:block !important}}@media(min-width: 1200px){.visible-lg-inline{display:inline !important}}@media(min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media(max-width: 767px){.hidden-xs{display:none !important}}@media(min-width: 768px)and (max-width: 991px){.hidden-sm{display:none !important}}@media(min-width: 992px)and (max-width: 1199px){.hidden-md{display:none !important}}@media(min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{-webkit-animation-name:fa-beat;-o-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay, 0s);-o-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-o-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-o-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, ease-in-out);-o-animation-timing-function:var(--fa-animation-timing, ease-in-out);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;-o-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay, 0s);-o-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-o-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-o-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));-o-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{-webkit-animation-name:fa-fade;-o-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay, 0s);-o-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-o-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-o-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));-o-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;-o-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-delay:var(--fa-animation-delay, 0s);-o-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-o-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-o-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));-o-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{-webkit-animation-name:fa-flip;-o-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay, 0s);-o-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-o-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-o-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, ease-in-out);-o-animation-timing-function:var(--fa-animation-timing, ease-in-out);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;-o-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-delay:var(--fa-animation-delay, 0s);-o-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-o-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-o-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, linear);-o-animation-timing-function:var(--fa-animation-timing, linear);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{-webkit-animation-name:fa-spin;-o-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay, 0s);-o-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-o-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 2s);-o-animation-duration:var(--fa-animation-duration, 2s);animation-duration:var(--fa-animation-duration, 2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, linear);-o-animation-timing-function:var(--fa-animation-timing, linear);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;-o-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction, normal);-o-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-o-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, steps(8));-o-animation-timing-function:var(--fa-animation-timing, steps(8));animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;-o-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;-o-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@-o-keyframes fa-beat{0%,90%{-o-transform:scale(1);transform:scale(1)}45%{-o-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale, 1.25));-o-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1, 1) translateY(0);transform:scale(1, 1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{-webkit-transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{-webkit-transform:scale(1, 1) translateY(0);transform:scale(1, 1) translateY(0)}100%{-webkit-transform:scale(1, 1) translateY(0);transform:scale(1, 1) translateY(0)}}@-o-keyframes fa-bounce{0%{-o-transform:scale(1, 1) translateY(0);transform:scale(1, 1) translateY(0)}10%{-o-transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{-o-transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{-o-transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{-o-transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{-o-transform:scale(1, 1) translateY(0);transform:scale(1, 1) translateY(0)}100%{-o-transform:scale(1, 1) translateY(0);transform:scale(1, 1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1, 1) translateY(0);-o-transform:scale(1, 1) translateY(0);transform:scale(1, 1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);-o-transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));-o-transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);-o-transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{-webkit-transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));-o-transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{-webkit-transform:scale(1, 1) translateY(0);-o-transform:scale(1, 1) translateY(0);transform:scale(1, 1) translateY(0)}100%{-webkit-transform:scale(1, 1) translateY(0);-o-transform:scale(1, 1) translateY(0);transform:scale(1, 1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@-o-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@-webkit-keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@-o-keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);-o-transform:scale(1);transform:scale(1)}50%{opacity:1;-o-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale, 1.125));-o-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@-o-keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-o-keyframes fa-shake{0%{-o-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-o-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-o-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-o-transform:rotate(18deg);transform:rotate(18deg)}16%{-o-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-o-transform:rotate(22deg);transform:rotate(22deg)}32%{-o-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-o-transform:rotate(12deg);transform:rotate(12deg)}40%,100%{-o-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);-o-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);-o-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);-o-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);-o-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);-o-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);-o-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);-o-transform:rotate(12deg);transform:rotate(12deg)}40%,100%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes fa-spin{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1, -1);-ms-transform:scale(-1, -1);-o-transform:scale(-1, -1);transform:scale(-1, -1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle, none));-ms-transform:rotate(var(--fa-rotate-angle, none));-o-transform:rotate(var(--fa-rotate-angle, none));transform:rotate(var(--fa-rotate-angle, none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0::before{content:"0 "}.fa-1::before{content:"1 "}.fa-2::before{content:"2 "}.fa-3::before{content:"3 "}.fa-4::before{content:"4 "}.fa-5::before{content:"5 "}.fa-6::before{content:"6 "}.fa-7::before{content:"7 "}.fa-8::before{content:"8 "}.fa-9::before{content:"9 "}.fa-fill-drip::before{content:"\F576"}.fa-arrows-to-circle::before{content:"\E4BD"}.fa-circle-chevron-right::before{content:"\F138"}.fa-chevron-circle-right::before{content:"\F138"}.fa-at::before{content:"@"}.fa-trash-can::before{content:"\F2ED"}.fa-trash-alt::before{content:"\F2ED"}.fa-text-height::before{content:"\F034"}.fa-user-xmark::before{content:"\F235"}.fa-user-times::before{content:"\F235"}.fa-stethoscope::before{content:"\F0F1"}.fa-message::before{content:"\F27A"}.fa-comment-alt::before{content:"\F27A"}.fa-info::before{content:"\F129"}.fa-down-left-and-up-right-to-center::before{content:"\F422"}.fa-compress-alt::before{content:"\F422"}.fa-explosion::before{content:"\E4E9"}.fa-file-lines::before{content:"\F15C"}.fa-file-alt::before{content:"\F15C"}.fa-file-text::before{content:"\F15C"}.fa-wave-square::before{content:"\F83E"}.fa-ring::before{content:"\F70B"}.fa-building-un::before{content:"\E4D9"}.fa-dice-three::before{content:"\F527"}.fa-calendar-days::before{content:"\F073"}.fa-calendar-alt::before{content:"\F073"}.fa-anchor-circle-check::before{content:"\E4AA"}.fa-building-circle-arrow-right::before{content:"\E4D1"}.fa-volleyball::before{content:"\F45F"}.fa-volleyball-ball::before{content:"\F45F"}.fa-arrows-up-to-line::before{content:"\E4C2"}.fa-sort-down::before{content:"\F0DD"}.fa-sort-desc::before{content:"\F0DD"}.fa-circle-minus::before{content:"\F056"}.fa-minus-circle::before{content:"\F056"}.fa-door-open::before{content:"\F52B"}.fa-right-from-bracket::before{content:"\F2F5"}.fa-sign-out-alt::before{content:"\F2F5"}.fa-atom::before{content:"\F5D2"}.fa-soap::before{content:"\E06E"}.fa-icons::before{content:"\F86D"}.fa-heart-music-camera-bolt::before{content:"\F86D"}.fa-microphone-lines-slash::before{content:"\F539"}.fa-microphone-alt-slash::before{content:"\F539"}.fa-bridge-circle-check::before{content:"\E4C9"}.fa-pump-medical::before{content:"\E06A"}.fa-fingerprint::before{content:"\F577"}.fa-hand-point-right::before{content:"\F0A4"}.fa-magnifying-glass-location::before{content:"\F689"}.fa-search-location::before{content:"\F689"}.fa-forward-step::before{content:"\F051"}.fa-step-forward::before{content:"\F051"}.fa-face-smile-beam::before{content:"\F5B8"}.fa-smile-beam::before{content:"\F5B8"}.fa-flag-checkered::before{content:"\F11E"}.fa-football::before{content:"\F44E"}.fa-football-ball::before{content:"\F44E"}.fa-school-circle-exclamation::before{content:"\E56C"}.fa-crop::before{content:"\F125"}.fa-angles-down::before{content:"\F103"}.fa-angle-double-down::before{content:"\F103"}.fa-users-rectangle::before{content:"\E594"}.fa-people-roof::before{content:"\E537"}.fa-people-line::before{content:"\E534"}.fa-beer-mug-empty::before{content:"\F0FC"}.fa-beer::before{content:"\F0FC"}.fa-diagram-predecessor::before{content:"\E477"}.fa-arrow-up-long::before{content:"\F176"}.fa-long-arrow-up::before{content:"\F176"}.fa-fire-flame-simple::before{content:"\F46A"}.fa-burn::before{content:"\F46A"}.fa-person::before{content:"\F183"}.fa-male::before{content:"\F183"}.fa-laptop::before{content:"\F109"}.fa-file-csv::before{content:"\F6DD"}.fa-menorah::before{content:"\F676"}.fa-truck-plane::before{content:"\E58F"}.fa-record-vinyl::before{content:"\F8D9"}.fa-face-grin-stars::before{content:"\F587"}.fa-grin-stars::before{content:"\F587"}.fa-bong::before{content:"\F55C"}.fa-spaghetti-monster-flying::before{content:"\F67B"}.fa-pastafarianism::before{content:"\F67B"}.fa-arrow-down-up-across-line::before{content:"\E4AF"}.fa-spoon::before{content:"\F2E5"}.fa-utensil-spoon::before{content:"\F2E5"}.fa-jar-wheat::before{content:"\E517"}.fa-envelopes-bulk::before{content:"\F674"}.fa-mail-bulk::before{content:"\F674"}.fa-file-circle-exclamation::before{content:"\E4EB"}.fa-circle-h::before{content:"\F47E"}.fa-hospital-symbol::before{content:"\F47E"}.fa-pager::before{content:"\F815"}.fa-address-book::before{content:"\F2B9"}.fa-contact-book::before{content:"\F2B9"}.fa-strikethrough::before{content:"\F0CC"}.fa-k::before{content:"K"}.fa-landmark-flag::before{content:"\E51C"}.fa-pencil::before{content:"\F303"}.fa-pencil-alt::before{content:"\F303"}.fa-backward::before{content:"\F04A"}.fa-caret-right::before{content:"\F0DA"}.fa-comments::before{content:"\F086"}.fa-paste::before{content:"\F0EA"}.fa-file-clipboard::before{content:"\F0EA"}.fa-code-pull-request::before{content:"\E13C"}.fa-clipboard-list::before{content:"\F46D"}.fa-truck-ramp-box::before{content:"\F4DE"}.fa-truck-loading::before{content:"\F4DE"}.fa-user-check::before{content:"\F4FC"}.fa-vial-virus::before{content:"\E597"}.fa-sheet-plastic::before{content:"\E571"}.fa-blog::before{content:"\F781"}.fa-user-ninja::before{content:"\F504"}.fa-person-arrow-up-from-line::before{content:"\E539"}.fa-scroll-torah::before{content:"\F6A0"}.fa-torah::before{content:"\F6A0"}.fa-broom-ball::before{content:"\F458"}.fa-quidditch::before{content:"\F458"}.fa-quidditch-broom-ball::before{content:"\F458"}.fa-toggle-off::before{content:"\F204"}.fa-box-archive::before{content:"\F187"}.fa-archive::before{content:"\F187"}.fa-person-drowning::before{content:"\E545"}.fa-arrow-down-9-1::before{content:"\F886"}.fa-sort-numeric-desc::before{content:"\F886"}.fa-sort-numeric-down-alt::before{content:"\F886"}.fa-face-grin-tongue-squint::before{content:"\F58A"}.fa-grin-tongue-squint::before{content:"\F58A"}.fa-spray-can::before{content:"\F5BD"}.fa-truck-monster::before{content:"\F63B"}.fa-w::before{content:"W"}.fa-earth-africa::before{content:"\F57C"}.fa-globe-africa::before{content:"\F57C"}.fa-rainbow::before{content:"\F75B"}.fa-circle-notch::before{content:"\F1CE"}.fa-tablet-screen-button::before{content:"\F3FA"}.fa-tablet-alt::before{content:"\F3FA"}.fa-paw::before{content:"\F1B0"}.fa-cloud::before{content:"\F0C2"}.fa-trowel-bricks::before{content:"\E58A"}.fa-face-flushed::before{content:"\F579"}.fa-flushed::before{content:"\F579"}.fa-hospital-user::before{content:"\F80D"}.fa-tent-arrow-left-right::before{content:"\E57F"}.fa-gavel::before{content:"\F0E3"}.fa-legal::before{content:"\F0E3"}.fa-binoculars::before{content:"\F1E5"}.fa-microphone-slash::before{content:"\F131"}.fa-box-tissue::before{content:"\E05B"}.fa-motorcycle::before{content:"\F21C"}.fa-bell-concierge::before{content:"\F562"}.fa-concierge-bell::before{content:"\F562"}.fa-pen-ruler::before{content:"\F5AE"}.fa-pencil-ruler::before{content:"\F5AE"}.fa-people-arrows::before{content:"\E068"}.fa-people-arrows-left-right::before{content:"\E068"}.fa-mars-and-venus-burst::before{content:"\E523"}.fa-square-caret-right::before{content:"\F152"}.fa-caret-square-right::before{content:"\F152"}.fa-scissors::before{content:"\F0C4"}.fa-cut::before{content:"\F0C4"}.fa-sun-plant-wilt::before{content:"\E57A"}.fa-toilets-portable::before{content:"\E584"}.fa-hockey-puck::before{content:"\F453"}.fa-table::before{content:"\F0CE"}.fa-magnifying-glass-arrow-right::before{content:"\E521"}.fa-tachograph-digital::before{content:"\F566"}.fa-digital-tachograph::before{content:"\F566"}.fa-users-slash::before{content:"\E073"}.fa-clover::before{content:"\E139"}.fa-reply::before{content:"\F3E5"}.fa-mail-reply::before{content:"\F3E5"}.fa-star-and-crescent::before{content:"\F699"}.fa-house-fire::before{content:"\E50C"}.fa-square-minus::before{content:"\F146"}.fa-minus-square::before{content:"\F146"}.fa-helicopter::before{content:"\F533"}.fa-compass::before{content:"\F14E"}.fa-square-caret-down::before{content:"\F150"}.fa-caret-square-down::before{content:"\F150"}.fa-file-circle-question::before{content:"\E4EF"}.fa-laptop-code::before{content:"\F5FC"}.fa-swatchbook::before{content:"\F5C3"}.fa-prescription-bottle::before{content:"\F485"}.fa-bars::before{content:"\F0C9"}.fa-navicon::before{content:"\F0C9"}.fa-people-group::before{content:"\E533"}.fa-hourglass-end::before{content:"\F253"}.fa-hourglass-3::before{content:"\F253"}.fa-heart-crack::before{content:"\F7A9"}.fa-heart-broken::before{content:"\F7A9"}.fa-square-up-right::before{content:"\F360"}.fa-external-link-square-alt::before{content:"\F360"}.fa-face-kiss-beam::before{content:"\F597"}.fa-kiss-beam::before{content:"\F597"}.fa-film::before{content:"\F008"}.fa-ruler-horizontal::before{content:"\F547"}.fa-people-robbery::before{content:"\E536"}.fa-lightbulb::before{content:"\F0EB"}.fa-caret-left::before{content:"\F0D9"}.fa-circle-exclamation::before{content:"\F06A"}.fa-exclamation-circle::before{content:"\F06A"}.fa-school-circle-xmark::before{content:"\E56D"}.fa-arrow-right-from-bracket::before{content:"\F08B"}.fa-sign-out::before{content:"\F08B"}.fa-circle-chevron-down::before{content:"\F13A"}.fa-chevron-circle-down::before{content:"\F13A"}.fa-unlock-keyhole::before{content:"\F13E"}.fa-unlock-alt::before{content:"\F13E"}.fa-cloud-showers-heavy::before{content:"\F740"}.fa-headphones-simple::before{content:"\F58F"}.fa-headphones-alt::before{content:"\F58F"}.fa-sitemap::before{content:"\F0E8"}.fa-circle-dollar-to-slot::before{content:"\F4B9"}.fa-donate::before{content:"\F4B9"}.fa-memory::before{content:"\F538"}.fa-road-spikes::before{content:"\E568"}.fa-fire-burner::before{content:"\E4F1"}.fa-flag::before{content:"\F024"}.fa-hanukiah::before{content:"\F6E6"}.fa-feather::before{content:"\F52D"}.fa-volume-low::before{content:"\F027"}.fa-volume-down::before{content:"\F027"}.fa-comment-slash::before{content:"\F4B3"}.fa-cloud-sun-rain::before{content:"\F743"}.fa-compress::before{content:"\F066"}.fa-wheat-awn::before{content:"\E2CD"}.fa-wheat-alt::before{content:"\E2CD"}.fa-ankh::before{content:"\F644"}.fa-hands-holding-child::before{content:"\E4FA"}.fa-asterisk::before{content:"*"}.fa-square-check::before{content:"\F14A"}.fa-check-square::before{content:"\F14A"}.fa-peseta-sign::before{content:"\E221"}.fa-heading::before{content:"\F1DC"}.fa-header::before{content:"\F1DC"}.fa-ghost::before{content:"\F6E2"}.fa-list::before{content:"\F03A"}.fa-list-squares::before{content:"\F03A"}.fa-square-phone-flip::before{content:"\F87B"}.fa-phone-square-alt::before{content:"\F87B"}.fa-cart-plus::before{content:"\F217"}.fa-gamepad::before{content:"\F11B"}.fa-circle-dot::before{content:"\F192"}.fa-dot-circle::before{content:"\F192"}.fa-face-dizzy::before{content:"\F567"}.fa-dizzy::before{content:"\F567"}.fa-egg::before{content:"\F7FB"}.fa-house-medical-circle-xmark::before{content:"\E513"}.fa-campground::before{content:"\F6BB"}.fa-folder-plus::before{content:"\F65E"}.fa-futbol::before{content:"\F1E3"}.fa-futbol-ball::before{content:"\F1E3"}.fa-soccer-ball::before{content:"\F1E3"}.fa-paintbrush::before{content:"\F1FC"}.fa-paint-brush::before{content:"\F1FC"}.fa-lock::before{content:"\F023"}.fa-gas-pump::before{content:"\F52F"}.fa-hot-tub-person::before{content:"\F593"}.fa-hot-tub::before{content:"\F593"}.fa-map-location::before{content:"\F59F"}.fa-map-marked::before{content:"\F59F"}.fa-house-flood-water::before{content:"\E50E"}.fa-tree::before{content:"\F1BB"}.fa-bridge-lock::before{content:"\E4CC"}.fa-sack-dollar::before{content:"\F81D"}.fa-pen-to-square::before{content:"\F044"}.fa-edit::before{content:"\F044"}.fa-car-side::before{content:"\F5E4"}.fa-share-nodes::before{content:"\F1E0"}.fa-share-alt::before{content:"\F1E0"}.fa-heart-circle-minus::before{content:"\E4FF"}.fa-hourglass-half::before{content:"\F252"}.fa-hourglass-2::before{content:"\F252"}.fa-microscope::before{content:"\F610"}.fa-sink::before{content:"\E06D"}.fa-bag-shopping::before{content:"\F290"}.fa-shopping-bag::before{content:"\F290"}.fa-arrow-down-z-a::before{content:"\F881"}.fa-sort-alpha-desc::before{content:"\F881"}.fa-sort-alpha-down-alt::before{content:"\F881"}.fa-mitten::before{content:"\F7B5"}.fa-person-rays::before{content:"\E54D"}.fa-users::before{content:"\F0C0"}.fa-eye-slash::before{content:"\F070"}.fa-flask-vial::before{content:"\E4F3"}.fa-hand::before{content:"\F256"}.fa-hand-paper::before{content:"\F256"}.fa-om::before{content:"\F679"}.fa-worm::before{content:"\E599"}.fa-house-circle-xmark::before{content:"\E50B"}.fa-plug::before{content:"\F1E6"}.fa-chevron-up::before{content:"\F077"}.fa-hand-spock::before{content:"\F259"}.fa-stopwatch::before{content:"\F2F2"}.fa-face-kiss::before{content:"\F596"}.fa-kiss::before{content:"\F596"}.fa-bridge-circle-xmark::before{content:"\E4CB"}.fa-face-grin-tongue::before{content:"\F589"}.fa-grin-tongue::before{content:"\F589"}.fa-chess-bishop::before{content:"\F43A"}.fa-face-grin-wink::before{content:"\F58C"}.fa-grin-wink::before{content:"\F58C"}.fa-ear-deaf::before{content:"\F2A4"}.fa-deaf::before{content:"\F2A4"}.fa-deafness::before{content:"\F2A4"}.fa-hard-of-hearing::before{content:"\F2A4"}.fa-road-circle-check::before{content:"\E564"}.fa-dice-five::before{content:"\F523"}.fa-square-rss::before{content:"\F143"}.fa-rss-square::before{content:"\F143"}.fa-land-mine-on::before{content:"\E51B"}.fa-i-cursor::before{content:"\F246"}.fa-stamp::before{content:"\F5BF"}.fa-stairs::before{content:"\E289"}.fa-i::before{content:"I"}.fa-hryvnia-sign::before{content:"\F6F2"}.fa-hryvnia::before{content:"\F6F2"}.fa-pills::before{content:"\F484"}.fa-face-grin-wide::before{content:"\F581"}.fa-grin-alt::before{content:"\F581"}.fa-tooth::before{content:"\F5C9"}.fa-v::before{content:"V"}.fa-bicycle::before{content:"\F206"}.fa-staff-snake::before{content:"\E579"}.fa-rod-asclepius::before{content:"\E579"}.fa-rod-snake::before{content:"\E579"}.fa-staff-aesculapius::before{content:"\E579"}.fa-head-side-cough-slash::before{content:"\E062"}.fa-truck-medical::before{content:"\F0F9"}.fa-ambulance::before{content:"\F0F9"}.fa-wheat-awn-circle-exclamation::before{content:"\E598"}.fa-snowman::before{content:"\F7D0"}.fa-mortar-pestle::before{content:"\F5A7"}.fa-road-barrier::before{content:"\E562"}.fa-school::before{content:"\F549"}.fa-igloo::before{content:"\F7AE"}.fa-joint::before{content:"\F595"}.fa-angle-right::before{content:"\F105"}.fa-horse::before{content:"\F6F0"}.fa-q::before{content:"Q"}.fa-g::before{content:"G"}.fa-notes-medical::before{content:"\F481"}.fa-temperature-half::before{content:"\F2C9"}.fa-temperature-2::before{content:"\F2C9"}.fa-thermometer-2::before{content:"\F2C9"}.fa-thermometer-half::before{content:"\F2C9"}.fa-dong-sign::before{content:"\E169"}.fa-capsules::before{content:"\F46B"}.fa-poo-storm::before{content:"\F75A"}.fa-poo-bolt::before{content:"\F75A"}.fa-face-frown-open::before{content:"\F57A"}.fa-frown-open::before{content:"\F57A"}.fa-hand-point-up::before{content:"\F0A6"}.fa-money-bill::before{content:"\F0D6"}.fa-bookmark::before{content:"\F02E"}.fa-align-justify::before{content:"\F039"}.fa-umbrella-beach::before{content:"\F5CA"}.fa-helmet-un::before{content:"\E503"}.fa-bullseye::before{content:"\F140"}.fa-bacon::before{content:"\F7E5"}.fa-hand-point-down::before{content:"\F0A7"}.fa-arrow-up-from-bracket::before{content:"\E09A"}.fa-folder::before{content:"\F07B"}.fa-folder-blank::before{content:"\F07B"}.fa-file-waveform::before{content:"\F478"}.fa-file-medical-alt::before{content:"\F478"}.fa-radiation::before{content:"\F7B9"}.fa-chart-simple::before{content:"\E473"}.fa-mars-stroke::before{content:"\F229"}.fa-vial::before{content:"\F492"}.fa-gauge::before{content:"\F624"}.fa-dashboard::before{content:"\F624"}.fa-gauge-med::before{content:"\F624"}.fa-tachometer-alt-average::before{content:"\F624"}.fa-wand-magic-sparkles::before{content:"\E2CA"}.fa-magic-wand-sparkles::before{content:"\E2CA"}.fa-e::before{content:"E"}.fa-pen-clip::before{content:"\F305"}.fa-pen-alt::before{content:"\F305"}.fa-bridge-circle-exclamation::before{content:"\E4CA"}.fa-user::before{content:"\F007"}.fa-school-circle-check::before{content:"\E56B"}.fa-dumpster::before{content:"\F793"}.fa-van-shuttle::before{content:"\F5B6"}.fa-shuttle-van::before{content:"\F5B6"}.fa-building-user::before{content:"\E4DA"}.fa-square-caret-left::before{content:"\F191"}.fa-caret-square-left::before{content:"\F191"}.fa-highlighter::before{content:"\F591"}.fa-key::before{content:"\F084"}.fa-bullhorn::before{content:"\F0A1"}.fa-globe::before{content:"\F0AC"}.fa-synagogue::before{content:"\F69B"}.fa-person-half-dress::before{content:"\E548"}.fa-road-bridge::before{content:"\E563"}.fa-location-arrow::before{content:"\F124"}.fa-c::before{content:"C"}.fa-tablet-button::before{content:"\F10A"}.fa-building-lock::before{content:"\E4D6"}.fa-pizza-slice::before{content:"\F818"}.fa-money-bill-wave::before{content:"\F53A"}.fa-chart-area::before{content:"\F1FE"}.fa-area-chart::before{content:"\F1FE"}.fa-house-flag::before{content:"\E50D"}.fa-person-circle-minus::before{content:"\E540"}.fa-ban::before{content:"\F05E"}.fa-cancel::before{content:"\F05E"}.fa-camera-rotate::before{content:"\E0D8"}.fa-spray-can-sparkles::before{content:"\F5D0"}.fa-air-freshener::before{content:"\F5D0"}.fa-star::before{content:"\F005"}.fa-repeat::before{content:"\F363"}.fa-cross::before{content:"\F654"}.fa-box::before{content:"\F466"}.fa-venus-mars::before{content:"\F228"}.fa-arrow-pointer::before{content:"\F245"}.fa-mouse-pointer::before{content:"\F245"}.fa-maximize::before{content:"\F31E"}.fa-expand-arrows-alt::before{content:"\F31E"}.fa-charging-station::before{content:"\F5E7"}.fa-shapes::before{content:"\F61F"}.fa-triangle-circle-square::before{content:"\F61F"}.fa-shuffle::before{content:"\F074"}.fa-random::before{content:"\F074"}.fa-person-running::before{content:"\F70C"}.fa-running::before{content:"\F70C"}.fa-mobile-retro::before{content:"\E527"}.fa-grip-lines-vertical::before{content:"\F7A5"}.fa-spider::before{content:"\F717"}.fa-hands-bound::before{content:"\E4F9"}.fa-file-invoice-dollar::before{content:"\F571"}.fa-plane-circle-exclamation::before{content:"\E556"}.fa-x-ray::before{content:"\F497"}.fa-spell-check::before{content:"\F891"}.fa-slash::before{content:"\F715"}.fa-computer-mouse::before{content:"\F8CC"}.fa-mouse::before{content:"\F8CC"}.fa-arrow-right-to-bracket::before{content:"\F090"}.fa-sign-in::before{content:"\F090"}.fa-shop-slash::before{content:"\E070"}.fa-store-alt-slash::before{content:"\E070"}.fa-server::before{content:"\F233"}.fa-virus-covid-slash::before{content:"\E4A9"}.fa-shop-lock::before{content:"\E4A5"}.fa-hourglass-start::before{content:"\F251"}.fa-hourglass-1::before{content:"\F251"}.fa-blender-phone::before{content:"\F6B6"}.fa-building-wheat::before{content:"\E4DB"}.fa-person-breastfeeding::before{content:"\E53A"}.fa-right-to-bracket::before{content:"\F2F6"}.fa-sign-in-alt::before{content:"\F2F6"}.fa-venus::before{content:"\F221"}.fa-passport::before{content:"\F5AB"}.fa-heart-pulse::before{content:"\F21E"}.fa-heartbeat::before{content:"\F21E"}.fa-people-carry-box::before{content:"\F4CE"}.fa-people-carry::before{content:"\F4CE"}.fa-temperature-high::before{content:"\F769"}.fa-microchip::before{content:"\F2DB"}.fa-crown::before{content:"\F521"}.fa-weight-hanging::before{content:"\F5CD"}.fa-xmarks-lines::before{content:"\E59A"}.fa-file-prescription::before{content:"\F572"}.fa-weight-scale::before{content:"\F496"}.fa-weight::before{content:"\F496"}.fa-user-group::before{content:"\F500"}.fa-user-friends::before{content:"\F500"}.fa-arrow-up-a-z::before{content:"\F15E"}.fa-sort-alpha-up::before{content:"\F15E"}.fa-chess-knight::before{content:"\F441"}.fa-face-laugh-squint::before{content:"\F59B"}.fa-laugh-squint::before{content:"\F59B"}.fa-wheelchair::before{content:"\F193"}.fa-circle-arrow-up::before{content:"\F0AA"}.fa-arrow-circle-up::before{content:"\F0AA"}.fa-toggle-on::before{content:"\F205"}.fa-person-walking::before{content:"\F554"}.fa-walking::before{content:"\F554"}.fa-l::before{content:"L"}.fa-fire::before{content:"\F06D"}.fa-bed-pulse::before{content:"\F487"}.fa-procedures::before{content:"\F487"}.fa-shuttle-space::before{content:"\F197"}.fa-space-shuttle::before{content:"\F197"}.fa-face-laugh::before{content:"\F599"}.fa-laugh::before{content:"\F599"}.fa-folder-open::before{content:"\F07C"}.fa-heart-circle-plus::before{content:"\E500"}.fa-code-fork::before{content:"\E13B"}.fa-city::before{content:"\F64F"}.fa-microphone-lines::before{content:"\F3C9"}.fa-microphone-alt::before{content:"\F3C9"}.fa-pepper-hot::before{content:"\F816"}.fa-unlock::before{content:"\F09C"}.fa-colon-sign::before{content:"\E140"}.fa-headset::before{content:"\F590"}.fa-store-slash::before{content:"\E071"}.fa-road-circle-xmark::before{content:"\E566"}.fa-user-minus::before{content:"\F503"}.fa-mars-stroke-up::before{content:"\F22A"}.fa-mars-stroke-v::before{content:"\F22A"}.fa-champagne-glasses::before{content:"\F79F"}.fa-glass-cheers::before{content:"\F79F"}.fa-clipboard::before{content:"\F328"}.fa-house-circle-exclamation::before{content:"\E50A"}.fa-file-arrow-up::before{content:"\F574"}.fa-file-upload::before{content:"\F574"}.fa-wifi::before{content:"\F1EB"}.fa-wifi-3::before{content:"\F1EB"}.fa-wifi-strong::before{content:"\F1EB"}.fa-bath::before{content:"\F2CD"}.fa-bathtub::before{content:"\F2CD"}.fa-underline::before{content:"\F0CD"}.fa-user-pen::before{content:"\F4FF"}.fa-user-edit::before{content:"\F4FF"}.fa-signature::before{content:"\F5B7"}.fa-stroopwafel::before{content:"\F551"}.fa-bold::before{content:"\F032"}.fa-anchor-lock::before{content:"\E4AD"}.fa-building-ngo::before{content:"\E4D7"}.fa-manat-sign::before{content:"\E1D5"}.fa-not-equal::before{content:"\F53E"}.fa-border-top-left::before{content:"\F853"}.fa-border-style::before{content:"\F853"}.fa-map-location-dot::before{content:"\F5A0"}.fa-map-marked-alt::before{content:"\F5A0"}.fa-jedi::before{content:"\F669"}.fa-square-poll-vertical::before{content:"\F681"}.fa-poll::before{content:"\F681"}.fa-mug-hot::before{content:"\F7B6"}.fa-car-battery::before{content:"\F5DF"}.fa-battery-car::before{content:"\F5DF"}.fa-gift::before{content:"\F06B"}.fa-dice-two::before{content:"\F528"}.fa-chess-queen::before{content:"\F445"}.fa-glasses::before{content:"\F530"}.fa-chess-board::before{content:"\F43C"}.fa-building-circle-check::before{content:"\E4D2"}.fa-person-chalkboard::before{content:"\E53D"}.fa-mars-stroke-right::before{content:"\F22B"}.fa-mars-stroke-h::before{content:"\F22B"}.fa-hand-back-fist::before{content:"\F255"}.fa-hand-rock::before{content:"\F255"}.fa-square-caret-up::before{content:"\F151"}.fa-caret-square-up::before{content:"\F151"}.fa-cloud-showers-water::before{content:"\E4E4"}.fa-chart-bar::before{content:"\F080"}.fa-bar-chart::before{content:"\F080"}.fa-hands-bubbles::before{content:"\E05E"}.fa-hands-wash::before{content:"\E05E"}.fa-less-than-equal::before{content:"\F537"}.fa-train::before{content:"\F238"}.fa-eye-low-vision::before{content:"\F2A8"}.fa-low-vision::before{content:"\F2A8"}.fa-crow::before{content:"\F520"}.fa-sailboat::before{content:"\E445"}.fa-window-restore::before{content:"\F2D2"}.fa-square-plus::before{content:"\F0FE"}.fa-plus-square::before{content:"\F0FE"}.fa-torii-gate::before{content:"\F6A1"}.fa-frog::before{content:"\F52E"}.fa-bucket::before{content:"\E4CF"}.fa-image::before{content:"\F03E"}.fa-microphone::before{content:"\F130"}.fa-cow::before{content:"\F6C8"}.fa-caret-up::before{content:"\F0D8"}.fa-screwdriver::before{content:"\F54A"}.fa-folder-closed::before{content:"\E185"}.fa-house-tsunami::before{content:"\E515"}.fa-square-nfi::before{content:"\E576"}.fa-arrow-up-from-ground-water::before{content:"\E4B5"}.fa-martini-glass::before{content:"\F57B"}.fa-glass-martini-alt::before{content:"\F57B"}.fa-rotate-left::before{content:"\F2EA"}.fa-rotate-back::before{content:"\F2EA"}.fa-rotate-backward::before{content:"\F2EA"}.fa-undo-alt::before{content:"\F2EA"}.fa-table-columns::before{content:"\F0DB"}.fa-columns::before{content:"\F0DB"}.fa-lemon::before{content:"\F094"}.fa-head-side-mask::before{content:"\E063"}.fa-handshake::before{content:"\F2B5"}.fa-gem::before{content:"\F3A5"}.fa-dolly::before{content:"\F472"}.fa-dolly-box::before{content:"\F472"}.fa-smoking::before{content:"\F48D"}.fa-minimize::before{content:"\F78C"}.fa-compress-arrows-alt::before{content:"\F78C"}.fa-monument::before{content:"\F5A6"}.fa-snowplow::before{content:"\F7D2"}.fa-angles-right::before{content:"\F101"}.fa-angle-double-right::before{content:"\F101"}.fa-cannabis::before{content:"\F55F"}.fa-circle-play::before{content:"\F144"}.fa-play-circle::before{content:"\F144"}.fa-tablets::before{content:"\F490"}.fa-ethernet::before{content:"\F796"}.fa-euro-sign::before{content:"\F153"}.fa-eur::before{content:"\F153"}.fa-euro::before{content:"\F153"}.fa-chair::before{content:"\F6C0"}.fa-circle-check::before{content:"\F058"}.fa-check-circle::before{content:"\F058"}.fa-circle-stop::before{content:"\F28D"}.fa-stop-circle::before{content:"\F28D"}.fa-compass-drafting::before{content:"\F568"}.fa-drafting-compass::before{content:"\F568"}.fa-plate-wheat::before{content:"\E55A"}.fa-icicles::before{content:"\F7AD"}.fa-person-shelter::before{content:"\E54F"}.fa-neuter::before{content:"\F22C"}.fa-id-badge::before{content:"\F2C1"}.fa-marker::before{content:"\F5A1"}.fa-face-laugh-beam::before{content:"\F59A"}.fa-laugh-beam::before{content:"\F59A"}.fa-helicopter-symbol::before{content:"\E502"}.fa-universal-access::before{content:"\F29A"}.fa-circle-chevron-up::before{content:"\F139"}.fa-chevron-circle-up::before{content:"\F139"}.fa-lari-sign::before{content:"\E1C8"}.fa-volcano::before{content:"\F770"}.fa-person-walking-dashed-line-arrow-right::before{content:"\E553"}.fa-sterling-sign::before{content:"\F154"}.fa-gbp::before{content:"\F154"}.fa-pound-sign::before{content:"\F154"}.fa-viruses::before{content:"\E076"}.fa-square-person-confined::before{content:"\E577"}.fa-user-tie::before{content:"\F508"}.fa-arrow-down-long::before{content:"\F175"}.fa-long-arrow-down::before{content:"\F175"}.fa-tent-arrow-down-to-line::before{content:"\E57E"}.fa-certificate::before{content:"\F0A3"}.fa-reply-all::before{content:"\F122"}.fa-mail-reply-all::before{content:"\F122"}.fa-suitcase::before{content:"\F0F2"}.fa-person-skating::before{content:"\F7C5"}.fa-skating::before{content:"\F7C5"}.fa-filter-circle-dollar::before{content:"\F662"}.fa-funnel-dollar::before{content:"\F662"}.fa-camera-retro::before{content:"\F083"}.fa-circle-arrow-down::before{content:"\F0AB"}.fa-arrow-circle-down::before{content:"\F0AB"}.fa-file-import::before{content:"\F56F"}.fa-arrow-right-to-file::before{content:"\F56F"}.fa-square-arrow-up-right::before{content:"\F14C"}.fa-external-link-square::before{content:"\F14C"}.fa-box-open::before{content:"\F49E"}.fa-scroll::before{content:"\F70E"}.fa-spa::before{content:"\F5BB"}.fa-location-pin-lock::before{content:"\E51F"}.fa-pause::before{content:"\F04C"}.fa-hill-avalanche::before{content:"\E507"}.fa-temperature-empty::before{content:"\F2CB"}.fa-temperature-0::before{content:"\F2CB"}.fa-thermometer-0::before{content:"\F2CB"}.fa-thermometer-empty::before{content:"\F2CB"}.fa-bomb::before{content:"\F1E2"}.fa-registered::before{content:"\F25D"}.fa-address-card::before{content:"\F2BB"}.fa-contact-card::before{content:"\F2BB"}.fa-vcard::before{content:"\F2BB"}.fa-scale-unbalanced-flip::before{content:"\F516"}.fa-balance-scale-right::before{content:"\F516"}.fa-subscript::before{content:"\F12C"}.fa-diamond-turn-right::before{content:"\F5EB"}.fa-directions::before{content:"\F5EB"}.fa-burst::before{content:"\E4DC"}.fa-house-laptop::before{content:"\E066"}.fa-laptop-house::before{content:"\E066"}.fa-face-tired::before{content:"\F5C8"}.fa-tired::before{content:"\F5C8"}.fa-money-bills::before{content:"\E1F3"}.fa-smog::before{content:"\F75F"}.fa-crutch::before{content:"\F7F7"}.fa-cloud-arrow-up::before{content:"\F0EE"}.fa-cloud-upload::before{content:"\F0EE"}.fa-cloud-upload-alt::before{content:"\F0EE"}.fa-palette::before{content:"\F53F"}.fa-arrows-turn-right::before{content:"\E4C0"}.fa-vest::before{content:"\E085"}.fa-ferry::before{content:"\E4EA"}.fa-arrows-down-to-people::before{content:"\E4B9"}.fa-seedling::before{content:"\F4D8"}.fa-sprout::before{content:"\F4D8"}.fa-left-right::before{content:"\F337"}.fa-arrows-alt-h::before{content:"\F337"}.fa-boxes-packing::before{content:"\E4C7"}.fa-circle-arrow-left::before{content:"\F0A8"}.fa-arrow-circle-left::before{content:"\F0A8"}.fa-group-arrows-rotate::before{content:"\E4F6"}.fa-bowl-food::before{content:"\E4C6"}.fa-candy-cane::before{content:"\F786"}.fa-arrow-down-wide-short::before{content:"\F160"}.fa-sort-amount-asc::before{content:"\F160"}.fa-sort-amount-down::before{content:"\F160"}.fa-cloud-bolt::before{content:"\F76C"}.fa-thunderstorm::before{content:"\F76C"}.fa-text-slash::before{content:"\F87D"}.fa-remove-format::before{content:"\F87D"}.fa-face-smile-wink::before{content:"\F4DA"}.fa-smile-wink::before{content:"\F4DA"}.fa-file-word::before{content:"\F1C2"}.fa-file-powerpoint::before{content:"\F1C4"}.fa-arrows-left-right::before{content:"\F07E"}.fa-arrows-h::before{content:"\F07E"}.fa-house-lock::before{content:"\E510"}.fa-cloud-arrow-down::before{content:"\F0ED"}.fa-cloud-download::before{content:"\F0ED"}.fa-cloud-download-alt::before{content:"\F0ED"}.fa-children::before{content:"\E4E1"}.fa-chalkboard::before{content:"\F51B"}.fa-blackboard::before{content:"\F51B"}.fa-user-large-slash::before{content:"\F4FA"}.fa-user-alt-slash::before{content:"\F4FA"}.fa-envelope-open::before{content:"\F2B6"}.fa-handshake-simple-slash::before{content:"\E05F"}.fa-handshake-alt-slash::before{content:"\E05F"}.fa-mattress-pillow::before{content:"\E525"}.fa-guarani-sign::before{content:"\E19A"}.fa-arrows-rotate::before{content:"\F021"}.fa-refresh::before{content:"\F021"}.fa-sync::before{content:"\F021"}.fa-fire-extinguisher::before{content:"\F134"}.fa-cruzeiro-sign::before{content:"\E152"}.fa-greater-than-equal::before{content:"\F532"}.fa-shield-halved::before{content:"\F3ED"}.fa-shield-alt::before{content:"\F3ED"}.fa-book-atlas::before{content:"\F558"}.fa-atlas::before{content:"\F558"}.fa-virus::before{content:"\E074"}.fa-envelope-circle-check::before{content:"\E4E8"}.fa-layer-group::before{content:"\F5FD"}.fa-arrows-to-dot::before{content:"\E4BE"}.fa-archway::before{content:"\F557"}.fa-heart-circle-check::before{content:"\E4FD"}.fa-house-chimney-crack::before{content:"\F6F1"}.fa-house-damage::before{content:"\F6F1"}.fa-file-zipper::before{content:"\F1C6"}.fa-file-archive::before{content:"\F1C6"}.fa-square::before{content:"\F0C8"}.fa-martini-glass-empty::before{content:"\F000"}.fa-glass-martini::before{content:"\F000"}.fa-couch::before{content:"\F4B8"}.fa-cedi-sign::before{content:"\E0DF"}.fa-italic::before{content:"\F033"}.fa-church::before{content:"\F51D"}.fa-comments-dollar::before{content:"\F653"}.fa-democrat::before{content:"\F747"}.fa-z::before{content:"Z"}.fa-person-skiing::before{content:"\F7C9"}.fa-skiing::before{content:"\F7C9"}.fa-road-lock::before{content:"\E567"}.fa-a::before{content:"A"}.fa-temperature-arrow-down::before{content:"\E03F"}.fa-temperature-down::before{content:"\E03F"}.fa-feather-pointed::before{content:"\F56B"}.fa-feather-alt::before{content:"\F56B"}.fa-p::before{content:"P"}.fa-snowflake::before{content:"\F2DC"}.fa-newspaper::before{content:"\F1EA"}.fa-rectangle-ad::before{content:"\F641"}.fa-ad::before{content:"\F641"}.fa-circle-arrow-right::before{content:"\F0A9"}.fa-arrow-circle-right::before{content:"\F0A9"}.fa-filter-circle-xmark::before{content:"\E17B"}.fa-locust::before{content:"\E520"}.fa-sort::before{content:"\F0DC"}.fa-unsorted::before{content:"\F0DC"}.fa-list-ol::before{content:"\F0CB"}.fa-list-1-2::before{content:"\F0CB"}.fa-list-numeric::before{content:"\F0CB"}.fa-person-dress-burst::before{content:"\E544"}.fa-money-check-dollar::before{content:"\F53D"}.fa-money-check-alt::before{content:"\F53D"}.fa-vector-square::before{content:"\F5CB"}.fa-bread-slice::before{content:"\F7EC"}.fa-language::before{content:"\F1AB"}.fa-face-kiss-wink-heart::before{content:"\F598"}.fa-kiss-wink-heart::before{content:"\F598"}.fa-filter::before{content:"\F0B0"}.fa-question::before{content:"?"}.fa-file-signature::before{content:"\F573"}.fa-up-down-left-right::before{content:"\F0B2"}.fa-arrows-alt::before{content:"\F0B2"}.fa-house-chimney-user::before{content:"\E065"}.fa-hand-holding-heart::before{content:"\F4BE"}.fa-puzzle-piece::before{content:"\F12E"}.fa-money-check::before{content:"\F53C"}.fa-star-half-stroke::before{content:"\F5C0"}.fa-star-half-alt::before{content:"\F5C0"}.fa-code::before{content:"\F121"}.fa-whiskey-glass::before{content:"\F7A0"}.fa-glass-whiskey::before{content:"\F7A0"}.fa-building-circle-exclamation::before{content:"\E4D3"}.fa-magnifying-glass-chart::before{content:"\E522"}.fa-arrow-up-right-from-square::before{content:"\F08E"}.fa-external-link::before{content:"\F08E"}.fa-cubes-stacked::before{content:"\E4E6"}.fa-won-sign::before{content:"\F159"}.fa-krw::before{content:"\F159"}.fa-won::before{content:"\F159"}.fa-virus-covid::before{content:"\E4A8"}.fa-austral-sign::before{content:"\E0A9"}.fa-f::before{content:"F"}.fa-leaf::before{content:"\F06C"}.fa-road::before{content:"\F018"}.fa-taxi::before{content:"\F1BA"}.fa-cab::before{content:"\F1BA"}.fa-person-circle-plus::before{content:"\E541"}.fa-chart-pie::before{content:"\F200"}.fa-pie-chart::before{content:"\F200"}.fa-bolt-lightning::before{content:"\E0B7"}.fa-sack-xmark::before{content:"\E56A"}.fa-file-excel::before{content:"\F1C3"}.fa-file-contract::before{content:"\F56C"}.fa-fish-fins::before{content:"\E4F2"}.fa-building-flag::before{content:"\E4D5"}.fa-face-grin-beam::before{content:"\F582"}.fa-grin-beam::before{content:"\F582"}.fa-object-ungroup::before{content:"\F248"}.fa-poop::before{content:"\F619"}.fa-location-pin::before{content:"\F041"}.fa-map-marker::before{content:"\F041"}.fa-kaaba::before{content:"\F66B"}.fa-toilet-paper::before{content:"\F71E"}.fa-helmet-safety::before{content:"\F807"}.fa-hard-hat::before{content:"\F807"}.fa-hat-hard::before{content:"\F807"}.fa-eject::before{content:"\F052"}.fa-circle-right::before{content:"\F35A"}.fa-arrow-alt-circle-right::before{content:"\F35A"}.fa-plane-circle-check::before{content:"\E555"}.fa-face-rolling-eyes::before{content:"\F5A5"}.fa-meh-rolling-eyes::before{content:"\F5A5"}.fa-object-group::before{content:"\F247"}.fa-chart-line::before{content:"\F201"}.fa-line-chart::before{content:"\F201"}.fa-mask-ventilator::before{content:"\E524"}.fa-arrow-right::before{content:"\F061"}.fa-signs-post::before{content:"\F277"}.fa-map-signs::before{content:"\F277"}.fa-cash-register::before{content:"\F788"}.fa-person-circle-question::before{content:"\E542"}.fa-h::before{content:"H"}.fa-tarp::before{content:"\E57B"}.fa-screwdriver-wrench::before{content:"\F7D9"}.fa-tools::before{content:"\F7D9"}.fa-arrows-to-eye::before{content:"\E4BF"}.fa-plug-circle-bolt::before{content:"\E55B"}.fa-heart::before{content:"\F004"}.fa-mars-and-venus::before{content:"\F224"}.fa-house-user::before{content:"\E1B0"}.fa-home-user::before{content:"\E1B0"}.fa-dumpster-fire::before{content:"\F794"}.fa-house-crack::before{content:"\E3B1"}.fa-martini-glass-citrus::before{content:"\F561"}.fa-cocktail::before{content:"\F561"}.fa-face-surprise::before{content:"\F5C2"}.fa-surprise::before{content:"\F5C2"}.fa-bottle-water::before{content:"\E4C5"}.fa-circle-pause::before{content:"\F28B"}.fa-pause-circle::before{content:"\F28B"}.fa-toilet-paper-slash::before{content:"\E072"}.fa-apple-whole::before{content:"\F5D1"}.fa-apple-alt::before{content:"\F5D1"}.fa-kitchen-set::before{content:"\E51A"}.fa-r::before{content:"R"}.fa-temperature-quarter::before{content:"\F2CA"}.fa-temperature-1::before{content:"\F2CA"}.fa-thermometer-1::before{content:"\F2CA"}.fa-thermometer-quarter::before{content:"\F2CA"}.fa-cube::before{content:"\F1B2"}.fa-bitcoin-sign::before{content:"\E0B4"}.fa-shield-dog::before{content:"\E573"}.fa-solar-panel::before{content:"\F5BA"}.fa-lock-open::before{content:"\F3C1"}.fa-elevator::before{content:"\E16D"}.fa-money-bill-transfer::before{content:"\E528"}.fa-money-bill-trend-up::before{content:"\E529"}.fa-house-flood-water-circle-arrow-right::before{content:"\E50F"}.fa-square-poll-horizontal::before{content:"\F682"}.fa-poll-h::before{content:"\F682"}.fa-circle::before{content:"\F111"}.fa-backward-fast::before{content:"\F049"}.fa-fast-backward::before{content:"\F049"}.fa-recycle::before{content:"\F1B8"}.fa-user-astronaut::before{content:"\F4FB"}.fa-plane-slash::before{content:"\E069"}.fa-trademark::before{content:"\F25C"}.fa-basketball::before{content:"\F434"}.fa-basketball-ball::before{content:"\F434"}.fa-satellite-dish::before{content:"\F7C0"}.fa-circle-up::before{content:"\F35B"}.fa-arrow-alt-circle-up::before{content:"\F35B"}.fa-mobile-screen-button::before{content:"\F3CD"}.fa-mobile-alt::before{content:"\F3CD"}.fa-volume-high::before{content:"\F028"}.fa-volume-up::before{content:"\F028"}.fa-users-rays::before{content:"\E593"}.fa-wallet::before{content:"\F555"}.fa-clipboard-check::before{content:"\F46C"}.fa-file-audio::before{content:"\F1C7"}.fa-burger::before{content:"\F805"}.fa-hamburger::before{content:"\F805"}.fa-wrench::before{content:"\F0AD"}.fa-bugs::before{content:"\E4D0"}.fa-rupee-sign::before{content:"\F156"}.fa-rupee::before{content:"\F156"}.fa-file-image::before{content:"\F1C5"}.fa-circle-question::before{content:"\F059"}.fa-question-circle::before{content:"\F059"}.fa-plane-departure::before{content:"\F5B0"}.fa-handshake-slash::before{content:"\E060"}.fa-book-bookmark::before{content:"\E0BB"}.fa-code-branch::before{content:"\F126"}.fa-hat-cowboy::before{content:"\F8C0"}.fa-bridge::before{content:"\E4C8"}.fa-phone-flip::before{content:"\F879"}.fa-phone-alt::before{content:"\F879"}.fa-truck-front::before{content:"\E2B7"}.fa-cat::before{content:"\F6BE"}.fa-anchor-circle-exclamation::before{content:"\E4AB"}.fa-truck-field::before{content:"\E58D"}.fa-route::before{content:"\F4D7"}.fa-clipboard-question::before{content:"\E4E3"}.fa-panorama::before{content:"\E209"}.fa-comment-medical::before{content:"\F7F5"}.fa-teeth-open::before{content:"\F62F"}.fa-file-circle-minus::before{content:"\E4ED"}.fa-tags::before{content:"\F02C"}.fa-wine-glass::before{content:"\F4E3"}.fa-forward-fast::before{content:"\F050"}.fa-fast-forward::before{content:"\F050"}.fa-face-meh-blank::before{content:"\F5A4"}.fa-meh-blank::before{content:"\F5A4"}.fa-square-parking::before{content:"\F540"}.fa-parking::before{content:"\F540"}.fa-house-signal::before{content:"\E012"}.fa-bars-progress::before{content:"\F828"}.fa-tasks-alt::before{content:"\F828"}.fa-faucet-drip::before{content:"\E006"}.fa-cart-flatbed::before{content:"\F474"}.fa-dolly-flatbed::before{content:"\F474"}.fa-ban-smoking::before{content:"\F54D"}.fa-smoking-ban::before{content:"\F54D"}.fa-terminal::before{content:"\F120"}.fa-mobile-button::before{content:"\F10B"}.fa-house-medical-flag::before{content:"\E514"}.fa-basket-shopping::before{content:"\F291"}.fa-shopping-basket::before{content:"\F291"}.fa-tape::before{content:"\F4DB"}.fa-bus-simple::before{content:"\F55E"}.fa-bus-alt::before{content:"\F55E"}.fa-eye::before{content:"\F06E"}.fa-face-sad-cry::before{content:"\F5B3"}.fa-sad-cry::before{content:"\F5B3"}.fa-audio-description::before{content:"\F29E"}.fa-person-military-to-person::before{content:"\E54C"}.fa-file-shield::before{content:"\E4F0"}.fa-user-slash::before{content:"\F506"}.fa-pen::before{content:"\F304"}.fa-tower-observation::before{content:"\E586"}.fa-file-code::before{content:"\F1C9"}.fa-signal::before{content:"\F012"}.fa-signal-5::before{content:"\F012"}.fa-signal-perfect::before{content:"\F012"}.fa-bus::before{content:"\F207"}.fa-heart-circle-xmark::before{content:"\E501"}.fa-house-chimney::before{content:"\E3AF"}.fa-home-lg::before{content:"\E3AF"}.fa-window-maximize::before{content:"\F2D0"}.fa-face-frown::before{content:"\F119"}.fa-frown::before{content:"\F119"}.fa-prescription::before{content:"\F5B1"}.fa-shop::before{content:"\F54F"}.fa-store-alt::before{content:"\F54F"}.fa-floppy-disk::before{content:"\F0C7"}.fa-save::before{content:"\F0C7"}.fa-vihara::before{content:"\F6A7"}.fa-scale-unbalanced::before{content:"\F515"}.fa-balance-scale-left::before{content:"\F515"}.fa-sort-up::before{content:"\F0DE"}.fa-sort-asc::before{content:"\F0DE"}.fa-comment-dots::before{content:"\F4AD"}.fa-commenting::before{content:"\F4AD"}.fa-plant-wilt::before{content:"\E5AA"}.fa-diamond::before{content:"\F219"}.fa-face-grin-squint::before{content:"\F585"}.fa-grin-squint::before{content:"\F585"}.fa-hand-holding-dollar::before{content:"\F4C0"}.fa-hand-holding-usd::before{content:"\F4C0"}.fa-bacterium::before{content:"\E05A"}.fa-hand-pointer::before{content:"\F25A"}.fa-drum-steelpan::before{content:"\F56A"}.fa-hand-scissors::before{content:"\F257"}.fa-hands-praying::before{content:"\F684"}.fa-praying-hands::before{content:"\F684"}.fa-arrow-rotate-right::before{content:"\F01E"}.fa-arrow-right-rotate::before{content:"\F01E"}.fa-arrow-rotate-forward::before{content:"\F01E"}.fa-redo::before{content:"\F01E"}.fa-biohazard::before{content:"\F780"}.fa-location-crosshairs::before{content:"\F601"}.fa-location::before{content:"\F601"}.fa-mars-double::before{content:"\F227"}.fa-child-dress::before{content:"\E59C"}.fa-users-between-lines::before{content:"\E591"}.fa-lungs-virus::before{content:"\E067"}.fa-face-grin-tears::before{content:"\F588"}.fa-grin-tears::before{content:"\F588"}.fa-phone::before{content:"\F095"}.fa-calendar-xmark::before{content:"\F273"}.fa-calendar-times::before{content:"\F273"}.fa-child-reaching::before{content:"\E59D"}.fa-head-side-virus::before{content:"\E064"}.fa-user-gear::before{content:"\F4FE"}.fa-user-cog::before{content:"\F4FE"}.fa-arrow-up-1-9::before{content:"\F163"}.fa-sort-numeric-up::before{content:"\F163"}.fa-door-closed::before{content:"\F52A"}.fa-shield-virus::before{content:"\E06C"}.fa-dice-six::before{content:"\F526"}.fa-mosquito-net::before{content:"\E52C"}.fa-bridge-water::before{content:"\E4CE"}.fa-person-booth::before{content:"\F756"}.fa-text-width::before{content:"\F035"}.fa-hat-wizard::before{content:"\F6E8"}.fa-pen-fancy::before{content:"\F5AC"}.fa-person-digging::before{content:"\F85E"}.fa-digging::before{content:"\F85E"}.fa-trash::before{content:"\F1F8"}.fa-gauge-simple::before{content:"\F629"}.fa-gauge-simple-med::before{content:"\F629"}.fa-tachometer-average::before{content:"\F629"}.fa-book-medical::before{content:"\F7E6"}.fa-poo::before{content:"\F2FE"}.fa-quote-right::before{content:"\F10E"}.fa-quote-right-alt::before{content:"\F10E"}.fa-shirt::before{content:"\F553"}.fa-t-shirt::before{content:"\F553"}.fa-tshirt::before{content:"\F553"}.fa-cubes::before{content:"\F1B3"}.fa-divide::before{content:"\F529"}.fa-tenge-sign::before{content:"\F7D7"}.fa-tenge::before{content:"\F7D7"}.fa-headphones::before{content:"\F025"}.fa-hands-holding::before{content:"\F4C2"}.fa-hands-clapping::before{content:"\E1A8"}.fa-republican::before{content:"\F75E"}.fa-arrow-left::before{content:"\F060"}.fa-person-circle-xmark::before{content:"\E543"}.fa-ruler::before{content:"\F545"}.fa-align-left::before{content:"\F036"}.fa-dice-d6::before{content:"\F6D1"}.fa-restroom::before{content:"\F7BD"}.fa-j::before{content:"J"}.fa-users-viewfinder::before{content:"\E595"}.fa-file-video::before{content:"\F1C8"}.fa-up-right-from-square::before{content:"\F35D"}.fa-external-link-alt::before{content:"\F35D"}.fa-table-cells::before{content:"\F00A"}.fa-th::before{content:"\F00A"}.fa-file-pdf::before{content:"\F1C1"}.fa-book-bible::before{content:"\F647"}.fa-bible::before{content:"\F647"}.fa-o::before{content:"O"}.fa-suitcase-medical::before{content:"\F0FA"}.fa-medkit::before{content:"\F0FA"}.fa-user-secret::before{content:"\F21B"}.fa-otter::before{content:"\F700"}.fa-person-dress::before{content:"\F182"}.fa-female::before{content:"\F182"}.fa-comment-dollar::before{content:"\F651"}.fa-business-time::before{content:"\F64A"}.fa-briefcase-clock::before{content:"\F64A"}.fa-table-cells-large::before{content:"\F009"}.fa-th-large::before{content:"\F009"}.fa-book-tanakh::before{content:"\F827"}.fa-tanakh::before{content:"\F827"}.fa-phone-volume::before{content:"\F2A0"}.fa-volume-control-phone::before{content:"\F2A0"}.fa-hat-cowboy-side::before{content:"\F8C1"}.fa-clipboard-user::before{content:"\F7F3"}.fa-child::before{content:"\F1AE"}.fa-lira-sign::before{content:"\F195"}.fa-satellite::before{content:"\F7BF"}.fa-plane-lock::before{content:"\E558"}.fa-tag::before{content:"\F02B"}.fa-comment::before{content:"\F075"}.fa-cake-candles::before{content:"\F1FD"}.fa-birthday-cake::before{content:"\F1FD"}.fa-cake::before{content:"\F1FD"}.fa-envelope::before{content:"\F0E0"}.fa-angles-up::before{content:"\F102"}.fa-angle-double-up::before{content:"\F102"}.fa-paperclip::before{content:"\F0C6"}.fa-arrow-right-to-city::before{content:"\E4B3"}.fa-ribbon::before{content:"\F4D6"}.fa-lungs::before{content:"\F604"}.fa-arrow-up-9-1::before{content:"\F887"}.fa-sort-numeric-up-alt::before{content:"\F887"}.fa-litecoin-sign::before{content:"\E1D3"}.fa-border-none::before{content:"\F850"}.fa-circle-nodes::before{content:"\E4E2"}.fa-parachute-box::before{content:"\F4CD"}.fa-indent::before{content:"\F03C"}.fa-truck-field-un::before{content:"\E58E"}.fa-hourglass::before{content:"\F254"}.fa-hourglass-empty::before{content:"\F254"}.fa-mountain::before{content:"\F6FC"}.fa-user-doctor::before{content:"\F0F0"}.fa-user-md::before{content:"\F0F0"}.fa-circle-info::before{content:"\F05A"}.fa-info-circle::before{content:"\F05A"}.fa-cloud-meatball::before{content:"\F73B"}.fa-camera::before{content:"\F030"}.fa-camera-alt::before{content:"\F030"}.fa-square-virus::before{content:"\E578"}.fa-meteor::before{content:"\F753"}.fa-car-on::before{content:"\E4DD"}.fa-sleigh::before{content:"\F7CC"}.fa-arrow-down-1-9::before{content:"\F162"}.fa-sort-numeric-asc::before{content:"\F162"}.fa-sort-numeric-down::before{content:"\F162"}.fa-hand-holding-droplet::before{content:"\F4C1"}.fa-hand-holding-water::before{content:"\F4C1"}.fa-water::before{content:"\F773"}.fa-calendar-check::before{content:"\F274"}.fa-braille::before{content:"\F2A1"}.fa-prescription-bottle-medical::before{content:"\F486"}.fa-prescription-bottle-alt::before{content:"\F486"}.fa-landmark::before{content:"\F66F"}.fa-truck::before{content:"\F0D1"}.fa-crosshairs::before{content:"\F05B"}.fa-person-cane::before{content:"\E53C"}.fa-tent::before{content:"\E57D"}.fa-vest-patches::before{content:"\E086"}.fa-check-double::before{content:"\F560"}.fa-arrow-down-a-z::before{content:"\F15D"}.fa-sort-alpha-asc::before{content:"\F15D"}.fa-sort-alpha-down::before{content:"\F15D"}.fa-money-bill-wheat::before{content:"\E52A"}.fa-cookie::before{content:"\F563"}.fa-arrow-rotate-left::before{content:"\F0E2"}.fa-arrow-left-rotate::before{content:"\F0E2"}.fa-arrow-rotate-back::before{content:"\F0E2"}.fa-arrow-rotate-backward::before{content:"\F0E2"}.fa-undo::before{content:"\F0E2"}.fa-hard-drive::before{content:"\F0A0"}.fa-hdd::before{content:"\F0A0"}.fa-face-grin-squint-tears::before{content:"\F586"}.fa-grin-squint-tears::before{content:"\F586"}.fa-dumbbell::before{content:"\F44B"}.fa-rectangle-list::before{content:"\F022"}.fa-list-alt::before{content:"\F022"}.fa-tarp-droplet::before{content:"\E57C"}.fa-house-medical-circle-check::before{content:"\E511"}.fa-person-skiing-nordic::before{content:"\F7CA"}.fa-skiing-nordic::before{content:"\F7CA"}.fa-calendar-plus::before{content:"\F271"}.fa-plane-arrival::before{content:"\F5AF"}.fa-circle-left::before{content:"\F359"}.fa-arrow-alt-circle-left::before{content:"\F359"}.fa-train-subway::before{content:"\F239"}.fa-subway::before{content:"\F239"}.fa-chart-gantt::before{content:"\E0E4"}.fa-indian-rupee-sign::before{content:"\E1BC"}.fa-indian-rupee::before{content:"\E1BC"}.fa-inr::before{content:"\E1BC"}.fa-crop-simple::before{content:"\F565"}.fa-crop-alt::before{content:"\F565"}.fa-money-bill-1::before{content:"\F3D1"}.fa-money-bill-alt::before{content:"\F3D1"}.fa-left-long::before{content:"\F30A"}.fa-long-arrow-alt-left::before{content:"\F30A"}.fa-dna::before{content:"\F471"}.fa-virus-slash::before{content:"\E075"}.fa-minus::before{content:"\F068"}.fa-subtract::before{content:"\F068"}.fa-child-rifle::before{content:"\E4E0"}.fa-chess::before{content:"\F439"}.fa-arrow-left-long::before{content:"\F177"}.fa-long-arrow-left::before{content:"\F177"}.fa-plug-circle-check::before{content:"\E55C"}.fa-street-view::before{content:"\F21D"}.fa-franc-sign::before{content:"\E18F"}.fa-volume-off::before{content:"\F026"}.fa-hands-asl-interpreting::before{content:"\F2A3"}.fa-american-sign-language-interpreting::before{content:"\F2A3"}.fa-asl-interpreting::before{content:"\F2A3"}.fa-hands-american-sign-language-interpreting::before{content:"\F2A3"}.fa-gear::before{content:"\F013"}.fa-cog::before{content:"\F013"}.fa-droplet-slash::before{content:"\F5C7"}.fa-tint-slash::before{content:"\F5C7"}.fa-mosque::before{content:"\F678"}.fa-mosquito::before{content:"\E52B"}.fa-star-of-david::before{content:"\F69A"}.fa-person-military-rifle::before{content:"\E54B"}.fa-cart-shopping::before{content:"\F07A"}.fa-shopping-cart::before{content:"\F07A"}.fa-vials::before{content:"\F493"}.fa-plug-circle-plus::before{content:"\E55F"}.fa-place-of-worship::before{content:"\F67F"}.fa-grip-vertical::before{content:"\F58E"}.fa-arrow-turn-up::before{content:"\F148"}.fa-level-up::before{content:"\F148"}.fa-u::before{content:"U"}.fa-square-root-variable::before{content:"\F698"}.fa-square-root-alt::before{content:"\F698"}.fa-clock::before{content:"\F017"}.fa-clock-four::before{content:"\F017"}.fa-backward-step::before{content:"\F048"}.fa-step-backward::before{content:"\F048"}.fa-pallet::before{content:"\F482"}.fa-faucet::before{content:"\E005"}.fa-baseball-bat-ball::before{content:"\F432"}.fa-s::before{content:"S"}.fa-timeline::before{content:"\E29C"}.fa-keyboard::before{content:"\F11C"}.fa-caret-down::before{content:"\F0D7"}.fa-house-chimney-medical::before{content:"\F7F2"}.fa-clinic-medical::before{content:"\F7F2"}.fa-temperature-three-quarters::before{content:"\F2C8"}.fa-temperature-3::before{content:"\F2C8"}.fa-thermometer-3::before{content:"\F2C8"}.fa-thermometer-three-quarters::before{content:"\F2C8"}.fa-mobile-screen::before{content:"\F3CF"}.fa-mobile-android-alt::before{content:"\F3CF"}.fa-plane-up::before{content:"\E22D"}.fa-piggy-bank::before{content:"\F4D3"}.fa-battery-half::before{content:"\F242"}.fa-battery-3::before{content:"\F242"}.fa-mountain-city::before{content:"\E52E"}.fa-coins::before{content:"\F51E"}.fa-khanda::before{content:"\F66D"}.fa-sliders::before{content:"\F1DE"}.fa-sliders-h::before{content:"\F1DE"}.fa-folder-tree::before{content:"\F802"}.fa-network-wired::before{content:"\F6FF"}.fa-map-pin::before{content:"\F276"}.fa-hamsa::before{content:"\F665"}.fa-cent-sign::before{content:"\E3F5"}.fa-flask::before{content:"\F0C3"}.fa-person-pregnant::before{content:"\E31E"}.fa-wand-sparkles::before{content:"\F72B"}.fa-ellipsis-vertical::before{content:"\F142"}.fa-ellipsis-v::before{content:"\F142"}.fa-ticket::before{content:"\F145"}.fa-power-off::before{content:"\F011"}.fa-right-long::before{content:"\F30B"}.fa-long-arrow-alt-right::before{content:"\F30B"}.fa-flag-usa::before{content:"\F74D"}.fa-laptop-file::before{content:"\E51D"}.fa-tty::before{content:"\F1E4"}.fa-teletype::before{content:"\F1E4"}.fa-diagram-next::before{content:"\E476"}.fa-person-rifle::before{content:"\E54E"}.fa-house-medical-circle-exclamation::before{content:"\E512"}.fa-closed-captioning::before{content:"\F20A"}.fa-person-hiking::before{content:"\F6EC"}.fa-hiking::before{content:"\F6EC"}.fa-venus-double::before{content:"\F226"}.fa-images::before{content:"\F302"}.fa-calculator::before{content:"\F1EC"}.fa-people-pulling::before{content:"\E535"}.fa-n::before{content:"N"}.fa-cable-car::before{content:"\F7DA"}.fa-tram::before{content:"\F7DA"}.fa-cloud-rain::before{content:"\F73D"}.fa-building-circle-xmark::before{content:"\E4D4"}.fa-ship::before{content:"\F21A"}.fa-arrows-down-to-line::before{content:"\E4B8"}.fa-download::before{content:"\F019"}.fa-face-grin::before{content:"\F580"}.fa-grin::before{content:"\F580"}.fa-delete-left::before{content:"\F55A"}.fa-backspace::before{content:"\F55A"}.fa-eye-dropper::before{content:"\F1FB"}.fa-eye-dropper-empty::before{content:"\F1FB"}.fa-eyedropper::before{content:"\F1FB"}.fa-file-circle-check::before{content:"\E5A0"}.fa-forward::before{content:"\F04E"}.fa-mobile::before{content:"\F3CE"}.fa-mobile-android::before{content:"\F3CE"}.fa-mobile-phone::before{content:"\F3CE"}.fa-face-meh::before{content:"\F11A"}.fa-meh::before{content:"\F11A"}.fa-align-center::before{content:"\F037"}.fa-book-skull::before{content:"\F6B7"}.fa-book-dead::before{content:"\F6B7"}.fa-id-card::before{content:"\F2C2"}.fa-drivers-license::before{content:"\F2C2"}.fa-outdent::before{content:"\F03B"}.fa-dedent::before{content:"\F03B"}.fa-heart-circle-exclamation::before{content:"\E4FE"}.fa-house::before{content:"\F015"}.fa-home::before{content:"\F015"}.fa-home-alt::before{content:"\F015"}.fa-home-lg-alt::before{content:"\F015"}.fa-calendar-week::before{content:"\F784"}.fa-laptop-medical::before{content:"\F812"}.fa-b::before{content:"B"}.fa-file-medical::before{content:"\F477"}.fa-dice-one::before{content:"\F525"}.fa-kiwi-bird::before{content:"\F535"}.fa-arrow-right-arrow-left::before{content:"\F0EC"}.fa-exchange::before{content:"\F0EC"}.fa-rotate-right::before{content:"\F2F9"}.fa-redo-alt::before{content:"\F2F9"}.fa-rotate-forward::before{content:"\F2F9"}.fa-utensils::before{content:"\F2E7"}.fa-cutlery::before{content:"\F2E7"}.fa-arrow-up-wide-short::before{content:"\F161"}.fa-sort-amount-up::before{content:"\F161"}.fa-mill-sign::before{content:"\E1ED"}.fa-bowl-rice::before{content:"\E2EB"}.fa-skull::before{content:"\F54C"}.fa-tower-broadcast::before{content:"\F519"}.fa-broadcast-tower::before{content:"\F519"}.fa-truck-pickup::before{content:"\F63C"}.fa-up-long::before{content:"\F30C"}.fa-long-arrow-alt-up::before{content:"\F30C"}.fa-stop::before{content:"\F04D"}.fa-code-merge::before{content:"\F387"}.fa-upload::before{content:"\F093"}.fa-hurricane::before{content:"\F751"}.fa-mound::before{content:"\E52D"}.fa-toilet-portable::before{content:"\E583"}.fa-compact-disc::before{content:"\F51F"}.fa-file-arrow-down::before{content:"\F56D"}.fa-file-download::before{content:"\F56D"}.fa-caravan::before{content:"\F8FF"}.fa-shield-cat::before{content:"\E572"}.fa-bolt::before{content:"\F0E7"}.fa-zap::before{content:"\F0E7"}.fa-glass-water::before{content:"\E4F4"}.fa-oil-well::before{content:"\E532"}.fa-vault::before{content:"\E2C5"}.fa-mars::before{content:"\F222"}.fa-toilet::before{content:"\F7D8"}.fa-plane-circle-xmark::before{content:"\E557"}.fa-yen-sign::before{content:"\F157"}.fa-cny::before{content:"\F157"}.fa-jpy::before{content:"\F157"}.fa-rmb::before{content:"\F157"}.fa-yen::before{content:"\F157"}.fa-ruble-sign::before{content:"\F158"}.fa-rouble::before{content:"\F158"}.fa-rub::before{content:"\F158"}.fa-ruble::before{content:"\F158"}.fa-sun::before{content:"\F185"}.fa-guitar::before{content:"\F7A6"}.fa-face-laugh-wink::before{content:"\F59C"}.fa-laugh-wink::before{content:"\F59C"}.fa-horse-head::before{content:"\F7AB"}.fa-bore-hole::before{content:"\E4C3"}.fa-industry::before{content:"\F275"}.fa-circle-down::before{content:"\F358"}.fa-arrow-alt-circle-down::before{content:"\F358"}.fa-arrows-turn-to-dots::before{content:"\E4C1"}.fa-florin-sign::before{content:"\E184"}.fa-arrow-down-short-wide::before{content:"\F884"}.fa-sort-amount-desc::before{content:"\F884"}.fa-sort-amount-down-alt::before{content:"\F884"}.fa-less-than::before{content:"<"}.fa-angle-down::before{content:"\F107"}.fa-car-tunnel::before{content:"\E4DE"}.fa-head-side-cough::before{content:"\E061"}.fa-grip-lines::before{content:"\F7A4"}.fa-thumbs-down::before{content:"\F165"}.fa-user-lock::before{content:"\F502"}.fa-arrow-right-long::before{content:"\F178"}.fa-long-arrow-right::before{content:"\F178"}.fa-anchor-circle-xmark::before{content:"\E4AC"}.fa-ellipsis::before{content:"\F141"}.fa-ellipsis-h::before{content:"\F141"}.fa-chess-pawn::before{content:"\F443"}.fa-kit-medical::before{content:"\F479"}.fa-first-aid::before{content:"\F479"}.fa-person-through-window::before{content:"\E5A9"}.fa-toolbox::before{content:"\F552"}.fa-hands-holding-circle::before{content:"\E4FB"}.fa-bug::before{content:"\F188"}.fa-credit-card::before{content:"\F09D"}.fa-credit-card-alt::before{content:"\F09D"}.fa-car::before{content:"\F1B9"}.fa-automobile::before{content:"\F1B9"}.fa-hand-holding-hand::before{content:"\E4F7"}.fa-book-open-reader::before{content:"\F5DA"}.fa-book-reader::before{content:"\F5DA"}.fa-mountain-sun::before{content:"\E52F"}.fa-arrows-left-right-to-line::before{content:"\E4BA"}.fa-dice-d20::before{content:"\F6CF"}.fa-truck-droplet::before{content:"\E58C"}.fa-file-circle-xmark::before{content:"\E5A1"}.fa-temperature-arrow-up::before{content:"\E040"}.fa-temperature-up::before{content:"\E040"}.fa-medal::before{content:"\F5A2"}.fa-bed::before{content:"\F236"}.fa-square-h::before{content:"\F0FD"}.fa-h-square::before{content:"\F0FD"}.fa-podcast::before{content:"\F2CE"}.fa-temperature-full::before{content:"\F2C7"}.fa-temperature-4::before{content:"\F2C7"}.fa-thermometer-4::before{content:"\F2C7"}.fa-thermometer-full::before{content:"\F2C7"}.fa-bell::before{content:"\F0F3"}.fa-superscript::before{content:"\F12B"}.fa-plug-circle-xmark::before{content:"\E560"}.fa-star-of-life::before{content:"\F621"}.fa-phone-slash::before{content:"\F3DD"}.fa-paint-roller::before{content:"\F5AA"}.fa-handshake-angle::before{content:"\F4C4"}.fa-hands-helping::before{content:"\F4C4"}.fa-location-dot::before{content:"\F3C5"}.fa-map-marker-alt::before{content:"\F3C5"}.fa-file::before{content:"\F15B"}.fa-greater-than::before{content:">"}.fa-person-swimming::before{content:"\F5C4"}.fa-swimmer::before{content:"\F5C4"}.fa-arrow-down::before{content:"\F063"}.fa-droplet::before{content:"\F043"}.fa-tint::before{content:"\F043"}.fa-eraser::before{content:"\F12D"}.fa-earth-americas::before{content:"\F57D"}.fa-earth::before{content:"\F57D"}.fa-earth-america::before{content:"\F57D"}.fa-globe-americas::before{content:"\F57D"}.fa-person-burst::before{content:"\E53B"}.fa-dove::before{content:"\F4BA"}.fa-battery-empty::before{content:"\F244"}.fa-battery-0::before{content:"\F244"}.fa-socks::before{content:"\F696"}.fa-inbox::before{content:"\F01C"}.fa-section::before{content:"\E447"}.fa-gauge-high::before{content:"\F625"}.fa-tachometer-alt::before{content:"\F625"}.fa-tachometer-alt-fast::before{content:"\F625"}.fa-envelope-open-text::before{content:"\F658"}.fa-hospital::before{content:"\F0F8"}.fa-hospital-alt::before{content:"\F0F8"}.fa-hospital-wide::before{content:"\F0F8"}.fa-wine-bottle::before{content:"\F72F"}.fa-chess-rook::before{content:"\F447"}.fa-bars-staggered::before{content:"\F550"}.fa-reorder::before{content:"\F550"}.fa-stream::before{content:"\F550"}.fa-dharmachakra::before{content:"\F655"}.fa-hotdog::before{content:"\F80F"}.fa-person-walking-with-cane::before{content:"\F29D"}.fa-blind::before{content:"\F29D"}.fa-drum::before{content:"\F569"}.fa-ice-cream::before{content:"\F810"}.fa-heart-circle-bolt::before{content:"\E4FC"}.fa-fax::before{content:"\F1AC"}.fa-paragraph::before{content:"\F1DD"}.fa-check-to-slot::before{content:"\F772"}.fa-vote-yea::before{content:"\F772"}.fa-star-half::before{content:"\F089"}.fa-boxes-stacked::before{content:"\F468"}.fa-boxes::before{content:"\F468"}.fa-boxes-alt::before{content:"\F468"}.fa-link::before{content:"\F0C1"}.fa-chain::before{content:"\F0C1"}.fa-ear-listen::before{content:"\F2A2"}.fa-assistive-listening-systems::before{content:"\F2A2"}.fa-tree-city::before{content:"\E587"}.fa-play::before{content:"\F04B"}.fa-font::before{content:"\F031"}.fa-rupiah-sign::before{content:"\E23D"}.fa-magnifying-glass::before{content:"\F002"}.fa-search::before{content:"\F002"}.fa-table-tennis-paddle-ball::before{content:"\F45D"}.fa-ping-pong-paddle-ball::before{content:"\F45D"}.fa-table-tennis::before{content:"\F45D"}.fa-person-dots-from-line::before{content:"\F470"}.fa-diagnoses::before{content:"\F470"}.fa-trash-can-arrow-up::before{content:"\F82A"}.fa-trash-restore-alt::before{content:"\F82A"}.fa-naira-sign::before{content:"\E1F6"}.fa-cart-arrow-down::before{content:"\F218"}.fa-walkie-talkie::before{content:"\F8EF"}.fa-file-pen::before{content:"\F31C"}.fa-file-edit::before{content:"\F31C"}.fa-receipt::before{content:"\F543"}.fa-square-pen::before{content:"\F14B"}.fa-pen-square::before{content:"\F14B"}.fa-pencil-square::before{content:"\F14B"}.fa-suitcase-rolling::before{content:"\F5C1"}.fa-person-circle-exclamation::before{content:"\E53F"}.fa-chevron-down::before{content:"\F078"}.fa-battery-full::before{content:"\F240"}.fa-battery::before{content:"\F240"}.fa-battery-5::before{content:"\F240"}.fa-skull-crossbones::before{content:"\F714"}.fa-code-compare::before{content:"\E13A"}.fa-list-ul::before{content:"\F0CA"}.fa-list-dots::before{content:"\F0CA"}.fa-school-lock::before{content:"\E56F"}.fa-tower-cell::before{content:"\E585"}.fa-down-long::before{content:"\F309"}.fa-long-arrow-alt-down::before{content:"\F309"}.fa-ranking-star::before{content:"\E561"}.fa-chess-king::before{content:"\F43F"}.fa-person-harassing::before{content:"\E549"}.fa-brazilian-real-sign::before{content:"\E46C"}.fa-landmark-dome::before{content:"\F752"}.fa-landmark-alt::before{content:"\F752"}.fa-arrow-up::before{content:"\F062"}.fa-tv::before{content:"\F26C"}.fa-television::before{content:"\F26C"}.fa-tv-alt::before{content:"\F26C"}.fa-shrimp::before{content:"\E448"}.fa-list-check::before{content:"\F0AE"}.fa-tasks::before{content:"\F0AE"}.fa-jug-detergent::before{content:"\E519"}.fa-circle-user::before{content:"\F2BD"}.fa-user-circle::before{content:"\F2BD"}.fa-user-shield::before{content:"\F505"}.fa-wind::before{content:"\F72E"}.fa-car-burst::before{content:"\F5E1"}.fa-car-crash::before{content:"\F5E1"}.fa-y::before{content:"Y"}.fa-person-snowboarding::before{content:"\F7CE"}.fa-snowboarding::before{content:"\F7CE"}.fa-truck-fast::before{content:"\F48B"}.fa-shipping-fast::before{content:"\F48B"}.fa-fish::before{content:"\F578"}.fa-user-graduate::before{content:"\F501"}.fa-circle-half-stroke::before{content:"\F042"}.fa-adjust::before{content:"\F042"}.fa-clapperboard::before{content:"\E131"}.fa-circle-radiation::before{content:"\F7BA"}.fa-radiation-alt::before{content:"\F7BA"}.fa-baseball::before{content:"\F433"}.fa-baseball-ball::before{content:"\F433"}.fa-jet-fighter-up::before{content:"\E518"}.fa-diagram-project::before{content:"\F542"}.fa-project-diagram::before{content:"\F542"}.fa-copy::before{content:"\F0C5"}.fa-volume-xmark::before{content:"\F6A9"}.fa-volume-mute::before{content:"\F6A9"}.fa-volume-times::before{content:"\F6A9"}.fa-hand-sparkles::before{content:"\E05D"}.fa-grip::before{content:"\F58D"}.fa-grip-horizontal::before{content:"\F58D"}.fa-share-from-square::before{content:"\F14D"}.fa-share-square::before{content:"\F14D"}.fa-gun::before{content:"\E19B"}.fa-square-phone::before{content:"\F098"}.fa-phone-square::before{content:"\F098"}.fa-plus::before{content:"+"}.fa-add::before{content:"+"}.fa-expand::before{content:"\F065"}.fa-computer::before{content:"\E4E5"}.fa-xmark::before{content:"\F00D"}.fa-close::before{content:"\F00D"}.fa-multiply::before{content:"\F00D"}.fa-remove::before{content:"\F00D"}.fa-times::before{content:"\F00D"}.fa-arrows-up-down-left-right::before{content:"\F047"}.fa-arrows::before{content:"\F047"}.fa-chalkboard-user::before{content:"\F51C"}.fa-chalkboard-teacher::before{content:"\F51C"}.fa-peso-sign::before{content:"\E222"}.fa-building-shield::before{content:"\E4D8"}.fa-baby::before{content:"\F77C"}.fa-users-line::before{content:"\E592"}.fa-quote-left::before{content:"\F10D"}.fa-quote-left-alt::before{content:"\F10D"}.fa-tractor::before{content:"\F722"}.fa-trash-arrow-up::before{content:"\F829"}.fa-trash-restore::before{content:"\F829"}.fa-arrow-down-up-lock::before{content:"\E4B0"}.fa-lines-leaning::before{content:"\E51E"}.fa-ruler-combined::before{content:"\F546"}.fa-copyright::before{content:"\F1F9"}.fa-equals::before{content:"="}.fa-blender::before{content:"\F517"}.fa-teeth::before{content:"\F62E"}.fa-shekel-sign::before{content:"\F20B"}.fa-ils::before{content:"\F20B"}.fa-shekel::before{content:"\F20B"}.fa-sheqel::before{content:"\F20B"}.fa-sheqel-sign::before{content:"\F20B"}.fa-map::before{content:"\F279"}.fa-rocket::before{content:"\F135"}.fa-photo-film::before{content:"\F87C"}.fa-photo-video::before{content:"\F87C"}.fa-folder-minus::before{content:"\F65D"}.fa-store::before{content:"\F54E"}.fa-arrow-trend-up::before{content:"\E098"}.fa-plug-circle-minus::before{content:"\E55E"}.fa-sign-hanging::before{content:"\F4D9"}.fa-sign::before{content:"\F4D9"}.fa-bezier-curve::before{content:"\F55B"}.fa-bell-slash::before{content:"\F1F6"}.fa-tablet::before{content:"\F3FB"}.fa-tablet-android::before{content:"\F3FB"}.fa-school-flag::before{content:"\E56E"}.fa-fill::before{content:"\F575"}.fa-angle-up::before{content:"\F106"}.fa-drumstick-bite::before{content:"\F6D7"}.fa-holly-berry::before{content:"\F7AA"}.fa-chevron-left::before{content:"\F053"}.fa-bacteria::before{content:"\E059"}.fa-hand-lizard::before{content:"\F258"}.fa-disease::before{content:"\F7FA"}.fa-briefcase-medical::before{content:"\F469"}.fa-genderless::before{content:"\F22D"}.fa-chevron-right::before{content:"\F054"}.fa-retweet::before{content:"\F079"}.fa-car-rear::before{content:"\F5DE"}.fa-car-alt::before{content:"\F5DE"}.fa-pump-soap::before{content:"\E06B"}.fa-video-slash::before{content:"\F4E2"}.fa-battery-quarter::before{content:"\F243"}.fa-battery-2::before{content:"\F243"}.fa-radio::before{content:"\F8D7"}.fa-baby-carriage::before{content:"\F77D"}.fa-carriage-baby::before{content:"\F77D"}.fa-traffic-light::before{content:"\F637"}.fa-thermometer::before{content:"\F491"}.fa-vr-cardboard::before{content:"\F729"}.fa-hand-middle-finger::before{content:"\F806"}.fa-percent::before{content:"%"}.fa-percentage::before{content:"%"}.fa-truck-moving::before{content:"\F4DF"}.fa-glass-water-droplet::before{content:"\E4F5"}.fa-display::before{content:"\E163"}.fa-face-smile::before{content:"\F118"}.fa-smile::before{content:"\F118"}.fa-thumbtack::before{content:"\F08D"}.fa-thumb-tack::before{content:"\F08D"}.fa-trophy::before{content:"\F091"}.fa-person-praying::before{content:"\F683"}.fa-pray::before{content:"\F683"}.fa-hammer::before{content:"\F6E3"}.fa-hand-peace::before{content:"\F25B"}.fa-rotate::before{content:"\F2F1"}.fa-sync-alt::before{content:"\F2F1"}.fa-spinner::before{content:"\F110"}.fa-robot::before{content:"\F544"}.fa-peace::before{content:"\F67C"}.fa-gears::before{content:"\F085"}.fa-cogs::before{content:"\F085"}.fa-warehouse::before{content:"\F494"}.fa-arrow-up-right-dots::before{content:"\E4B7"}.fa-splotch::before{content:"\F5BC"}.fa-face-grin-hearts::before{content:"\F584"}.fa-grin-hearts::before{content:"\F584"}.fa-dice-four::before{content:"\F524"}.fa-sim-card::before{content:"\F7C4"}.fa-transgender::before{content:"\F225"}.fa-transgender-alt::before{content:"\F225"}.fa-mercury::before{content:"\F223"}.fa-arrow-turn-down::before{content:"\F149"}.fa-level-down::before{content:"\F149"}.fa-person-falling-burst::before{content:"\E547"}.fa-award::before{content:"\F559"}.fa-ticket-simple::before{content:"\F3FF"}.fa-ticket-alt::before{content:"\F3FF"}.fa-building::before{content:"\F1AD"}.fa-angles-left::before{content:"\F100"}.fa-angle-double-left::before{content:"\F100"}.fa-qrcode::before{content:"\F029"}.fa-clock-rotate-left::before{content:"\F1DA"}.fa-history::before{content:"\F1DA"}.fa-face-grin-beam-sweat::before{content:"\F583"}.fa-grin-beam-sweat::before{content:"\F583"}.fa-file-export::before{content:"\F56E"}.fa-arrow-right-from-file::before{content:"\F56E"}.fa-shield::before{content:"\F132"}.fa-shield-blank::before{content:"\F132"}.fa-arrow-up-short-wide::before{content:"\F885"}.fa-sort-amount-up-alt::before{content:"\F885"}.fa-house-medical::before{content:"\E3B2"}.fa-golf-ball-tee::before{content:"\F450"}.fa-golf-ball::before{content:"\F450"}.fa-circle-chevron-left::before{content:"\F137"}.fa-chevron-circle-left::before{content:"\F137"}.fa-house-chimney-window::before{content:"\E00D"}.fa-pen-nib::before{content:"\F5AD"}.fa-tent-arrow-turn-left::before{content:"\E580"}.fa-tents::before{content:"\E582"}.fa-wand-magic::before{content:"\F0D0"}.fa-magic::before{content:"\F0D0"}.fa-dog::before{content:"\F6D3"}.fa-carrot::before{content:"\F787"}.fa-moon::before{content:"\F186"}.fa-wine-glass-empty::before{content:"\F5CE"}.fa-wine-glass-alt::before{content:"\F5CE"}.fa-cheese::before{content:"\F7EF"}.fa-yin-yang::before{content:"\F6AD"}.fa-music::before{content:"\F001"}.fa-code-commit::before{content:"\F386"}.fa-temperature-low::before{content:"\F76B"}.fa-person-biking::before{content:"\F84A"}.fa-biking::before{content:"\F84A"}.fa-broom::before{content:"\F51A"}.fa-shield-heart::before{content:"\E574"}.fa-gopuram::before{content:"\F664"}.fa-earth-oceania::before{content:"\E47B"}.fa-globe-oceania::before{content:"\E47B"}.fa-square-xmark::before{content:"\F2D3"}.fa-times-square::before{content:"\F2D3"}.fa-xmark-square::before{content:"\F2D3"}.fa-hashtag::before{content:"#"}.fa-up-right-and-down-left-from-center::before{content:"\F424"}.fa-expand-alt::before{content:"\F424"}.fa-oil-can::before{content:"\F613"}.fa-t::before{content:"T"}.fa-hippo::before{content:"\F6ED"}.fa-chart-column::before{content:"\E0E3"}.fa-infinity::before{content:"\F534"}.fa-vial-circle-check::before{content:"\E596"}.fa-person-arrow-down-to-line::before{content:"\E538"}.fa-voicemail::before{content:"\F897"}.fa-fan::before{content:"\F863"}.fa-person-walking-luggage::before{content:"\E554"}.fa-up-down::before{content:"\F338"}.fa-arrows-alt-v::before{content:"\F338"}.fa-cloud-moon-rain::before{content:"\F73C"}.fa-calendar::before{content:"\F133"}.fa-trailer::before{content:"\E041"}.fa-bahai::before{content:"\F666"}.fa-haykal::before{content:"\F666"}.fa-sd-card::before{content:"\F7C2"}.fa-dragon::before{content:"\F6D5"}.fa-shoe-prints::before{content:"\F54B"}.fa-circle-plus::before{content:"\F055"}.fa-plus-circle::before{content:"\F055"}.fa-face-grin-tongue-wink::before{content:"\F58B"}.fa-grin-tongue-wink::before{content:"\F58B"}.fa-hand-holding::before{content:"\F4BD"}.fa-plug-circle-exclamation::before{content:"\E55D"}.fa-link-slash::before{content:"\F127"}.fa-chain-broken::before{content:"\F127"}.fa-chain-slash::before{content:"\F127"}.fa-unlink::before{content:"\F127"}.fa-clone::before{content:"\F24D"}.fa-person-walking-arrow-loop-left::before{content:"\E551"}.fa-arrow-up-z-a::before{content:"\F882"}.fa-sort-alpha-up-alt::before{content:"\F882"}.fa-fire-flame-curved::before{content:"\F7E4"}.fa-fire-alt::before{content:"\F7E4"}.fa-tornado::before{content:"\F76F"}.fa-file-circle-plus::before{content:"\E494"}.fa-book-quran::before{content:"\F687"}.fa-quran::before{content:"\F687"}.fa-anchor::before{content:"\F13D"}.fa-border-all::before{content:"\F84C"}.fa-face-angry::before{content:"\F556"}.fa-angry::before{content:"\F556"}.fa-cookie-bite::before{content:"\F564"}.fa-arrow-trend-down::before{content:"\E097"}.fa-rss::before{content:"\F09E"}.fa-feed::before{content:"\F09E"}.fa-draw-polygon::before{content:"\F5EE"}.fa-scale-balanced::before{content:"\F24E"}.fa-balance-scale::before{content:"\F24E"}.fa-gauge-simple-high::before{content:"\F62A"}.fa-tachometer::before{content:"\F62A"}.fa-tachometer-fast::before{content:"\F62A"}.fa-shower::before{content:"\F2CC"}.fa-desktop::before{content:"\F390"}.fa-desktop-alt::before{content:"\F390"}.fa-m::before{content:"M"}.fa-table-list::before{content:"\F00B"}.fa-th-list::before{content:"\F00B"}.fa-comment-sms::before{content:"\F7CD"}.fa-sms::before{content:"\F7CD"}.fa-book::before{content:"\F02D"}.fa-user-plus::before{content:"\F234"}.fa-check::before{content:"\F00C"}.fa-battery-three-quarters::before{content:"\F241"}.fa-battery-4::before{content:"\F241"}.fa-house-circle-check::before{content:"\E509"}.fa-angle-left::before{content:"\F104"}.fa-diagram-successor::before{content:"\E47A"}.fa-truck-arrow-right::before{content:"\E58B"}.fa-arrows-split-up-and-left::before{content:"\E4BC"}.fa-hand-fist::before{content:"\F6DE"}.fa-fist-raised::before{content:"\F6DE"}.fa-cloud-moon::before{content:"\F6C3"}.fa-briefcase::before{content:"\F0B1"}.fa-person-falling::before{content:"\E546"}.fa-image-portrait::before{content:"\F3E0"}.fa-portrait::before{content:"\F3E0"}.fa-user-tag::before{content:"\F507"}.fa-rug::before{content:"\E569"}.fa-earth-europe::before{content:"\F7A2"}.fa-globe-europe::before{content:"\F7A2"}.fa-cart-flatbed-suitcase::before{content:"\F59D"}.fa-luggage-cart::before{content:"\F59D"}.fa-rectangle-xmark::before{content:"\F410"}.fa-rectangle-times::before{content:"\F410"}.fa-times-rectangle::before{content:"\F410"}.fa-window-close::before{content:"\F410"}.fa-baht-sign::before{content:"\E0AC"}.fa-book-open::before{content:"\F518"}.fa-book-journal-whills::before{content:"\F66A"}.fa-journal-whills::before{content:"\F66A"}.fa-handcuffs::before{content:"\E4F8"}.fa-triangle-exclamation::before{content:"\F071"}.fa-exclamation-triangle::before{content:"\F071"}.fa-warning::before{content:"\F071"}.fa-database::before{content:"\F1C0"}.fa-share::before{content:"\F064"}.fa-arrow-turn-right::before{content:"\F064"}.fa-mail-forward::before{content:"\F064"}.fa-bottle-droplet::before{content:"\E4C4"}.fa-mask-face::before{content:"\E1D7"}.fa-hill-rockslide::before{content:"\E508"}.fa-right-left::before{content:"\F362"}.fa-exchange-alt::before{content:"\F362"}.fa-paper-plane::before{content:"\F1D8"}.fa-road-circle-exclamation::before{content:"\E565"}.fa-dungeon::before{content:"\F6D9"}.fa-align-right::before{content:"\F038"}.fa-money-bill-1-wave::before{content:"\F53B"}.fa-money-bill-wave-alt::before{content:"\F53B"}.fa-life-ring::before{content:"\F1CD"}.fa-hands::before{content:"\F2A7"}.fa-sign-language::before{content:"\F2A7"}.fa-signing::before{content:"\F2A7"}.fa-calendar-day::before{content:"\F783"}.fa-water-ladder::before{content:"\F5C5"}.fa-ladder-water::before{content:"\F5C5"}.fa-swimming-pool::before{content:"\F5C5"}.fa-arrows-up-down::before{content:"\F07D"}.fa-arrows-v::before{content:"\F07D"}.fa-face-grimace::before{content:"\F57F"}.fa-grimace::before{content:"\F57F"}.fa-wheelchair-move::before{content:"\E2CE"}.fa-wheelchair-alt::before{content:"\E2CE"}.fa-turn-down::before{content:"\F3BE"}.fa-level-down-alt::before{content:"\F3BE"}.fa-person-walking-arrow-right::before{content:"\E552"}.fa-square-envelope::before{content:"\F199"}.fa-envelope-square::before{content:"\F199"}.fa-dice::before{content:"\F522"}.fa-bowling-ball::before{content:"\F436"}.fa-brain::before{content:"\F5DC"}.fa-bandage::before{content:"\F462"}.fa-band-aid::before{content:"\F462"}.fa-calendar-minus::before{content:"\F272"}.fa-circle-xmark::before{content:"\F057"}.fa-times-circle::before{content:"\F057"}.fa-xmark-circle::before{content:"\F057"}.fa-gifts::before{content:"\F79C"}.fa-hotel::before{content:"\F594"}.fa-earth-asia::before{content:"\F57E"}.fa-globe-asia::before{content:"\F57E"}.fa-id-card-clip::before{content:"\F47F"}.fa-id-card-alt::before{content:"\F47F"}.fa-magnifying-glass-plus::before{content:"\F00E"}.fa-search-plus::before{content:"\F00E"}.fa-thumbs-up::before{content:"\F164"}.fa-user-clock::before{content:"\F4FD"}.fa-hand-dots::before{content:"\F461"}.fa-allergies::before{content:"\F461"}.fa-file-invoice::before{content:"\F570"}.fa-window-minimize::before{content:"\F2D1"}.fa-mug-saucer::before{content:"\F0F4"}.fa-coffee::before{content:"\F0F4"}.fa-brush::before{content:"\F55D"}.fa-mask::before{content:"\F6FA"}.fa-magnifying-glass-minus::before{content:"\F010"}.fa-search-minus::before{content:"\F010"}.fa-ruler-vertical::before{content:"\F548"}.fa-user-large::before{content:"\F406"}.fa-user-alt::before{content:"\F406"}.fa-train-tram::before{content:"\E5B4"}.fa-user-nurse::before{content:"\F82F"}.fa-syringe::before{content:"\F48E"}.fa-cloud-sun::before{content:"\F6C4"}.fa-stopwatch-20::before{content:"\E06F"}.fa-square-full::before{content:"\F45C"}.fa-magnet::before{content:"\F076"}.fa-jar::before{content:"\E516"}.fa-note-sticky::before{content:"\F249"}.fa-sticky-note::before{content:"\F249"}.fa-bug-slash::before{content:"\E490"}.fa-arrow-up-from-water-pump::before{content:"\E4B6"}.fa-bone::before{content:"\F5D7"}.fa-user-injured::before{content:"\F728"}.fa-face-sad-tear::before{content:"\F5B4"}.fa-sad-tear::before{content:"\F5B4"}.fa-plane::before{content:"\F072"}.fa-tent-arrows-down::before{content:"\E581"}.fa-exclamation::before{content:"!"}.fa-arrows-spin::before{content:"\E4BB"}.fa-print::before{content:"\F02F"}.fa-turkish-lira-sign::before{content:"\E2BB"}.fa-try::before{content:"\E2BB"}.fa-turkish-lira::before{content:"\E2BB"}.fa-dollar-sign::before{content:"$"}.fa-dollar::before{content:"$"}.fa-usd::before{content:"$"}.fa-x::before{content:"X"}.fa-magnifying-glass-dollar::before{content:"\F688"}.fa-search-dollar::before{content:"\F688"}.fa-users-gear::before{content:"\F509"}.fa-users-cog::before{content:"\F509"}.fa-person-military-pointing::before{content:"\E54A"}.fa-building-columns::before{content:"\F19C"}.fa-bank::before{content:"\F19C"}.fa-institution::before{content:"\F19C"}.fa-museum::before{content:"\F19C"}.fa-university::before{content:"\F19C"}.fa-umbrella::before{content:"\F0E9"}.fa-trowel::before{content:"\E589"}.fa-d::before{content:"D"}.fa-stapler::before{content:"\E5AF"}.fa-masks-theater::before{content:"\F630"}.fa-theater-masks::before{content:"\F630"}.fa-kip-sign::before{content:"\E1C4"}.fa-hand-point-left::before{content:"\F0A5"}.fa-handshake-simple::before{content:"\F4C6"}.fa-handshake-alt::before{content:"\F4C6"}.fa-jet-fighter::before{content:"\F0FB"}.fa-fighter-jet::before{content:"\F0FB"}.fa-square-share-nodes::before{content:"\F1E1"}.fa-share-alt-square::before{content:"\F1E1"}.fa-barcode::before{content:"\F02A"}.fa-plus-minus::before{content:"\E43C"}.fa-video::before{content:"\F03D"}.fa-video-camera::before{content:"\F03D"}.fa-graduation-cap::before{content:"\F19D"}.fa-mortar-board::before{content:"\F19D"}.fa-hand-holding-medical::before{content:"\E05C"}.fa-person-circle-check::before{content:"\E53E"}.fa-turn-up::before{content:"\F3BF"}.fa-level-up-alt::before{content:"\F3BF"}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(3e50e269ee627bb2279f91d18c085167.woff2) format("woff2"),url(dd5e5b90ca8ee986b13b04310f9aef9d.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(f4bdd85a576812f553ec3cfea8b1a2b5.woff2) format("woff2"),url(9d2bbde416583cfa5cb30c995b41f732.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:"\F3D0"}.fa-hooli:before{content:"\F427"}.fa-yelp:before{content:"\F1E9"}.fa-cc-visa:before{content:"\F1F0"}.fa-lastfm:before{content:"\F202"}.fa-shopware:before{content:"\F5B5"}.fa-creative-commons-nc:before{content:"\F4E8"}.fa-aws:before{content:"\F375"}.fa-redhat:before{content:"\F7BC"}.fa-yoast:before{content:"\F2B1"}.fa-cloudflare:before{content:"\E07D"}.fa-ups:before{content:"\F7E0"}.fa-wpexplorer:before{content:"\F2DE"}.fa-dyalog:before{content:"\F399"}.fa-bity:before{content:"\F37A"}.fa-stackpath:before{content:"\F842"}.fa-buysellads:before{content:"\F20D"}.fa-first-order:before{content:"\F2B0"}.fa-modx:before{content:"\F285"}.fa-guilded:before{content:"\E07E"}.fa-vnv:before{content:"\F40B"}.fa-square-js:before{content:"\F3B9"}.fa-js-square:before{content:"\F3B9"}.fa-microsoft:before{content:"\F3CA"}.fa-qq:before{content:"\F1D6"}.fa-orcid:before{content:"\F8D2"}.fa-java:before{content:"\F4E4"}.fa-invision:before{content:"\F7B0"}.fa-creative-commons-pd-alt:before{content:"\F4ED"}.fa-centercode:before{content:"\F380"}.fa-glide-g:before{content:"\F2A6"}.fa-drupal:before{content:"\F1A9"}.fa-hire-a-helper:before{content:"\F3B0"}.fa-creative-commons-by:before{content:"\F4E7"}.fa-unity:before{content:"\E049"}.fa-whmcs:before{content:"\F40D"}.fa-rocketchat:before{content:"\F3E8"}.fa-vk:before{content:"\F189"}.fa-untappd:before{content:"\F405"}.fa-mailchimp:before{content:"\F59E"}.fa-css3-alt:before{content:"\F38B"}.fa-square-reddit:before{content:"\F1A2"}.fa-reddit-square:before{content:"\F1A2"}.fa-vimeo-v:before{content:"\F27D"}.fa-contao:before{content:"\F26D"}.fa-square-font-awesome:before{content:"\E5AD"}.fa-deskpro:before{content:"\F38F"}.fa-sistrix:before{content:"\F3EE"}.fa-square-instagram:before{content:"\E055"}.fa-instagram-square:before{content:"\E055"}.fa-battle-net:before{content:"\F835"}.fa-the-red-yeti:before{content:"\F69D"}.fa-square-hacker-news:before{content:"\F3AF"}.fa-hacker-news-square:before{content:"\F3AF"}.fa-edge:before{content:"\F282"}.fa-napster:before{content:"\F3D2"}.fa-square-snapchat:before{content:"\F2AD"}.fa-snapchat-square:before{content:"\F2AD"}.fa-google-plus-g:before{content:"\F0D5"}.fa-artstation:before{content:"\F77A"}.fa-markdown:before{content:"\F60F"}.fa-sourcetree:before{content:"\F7D3"}.fa-google-plus:before{content:"\F2B3"}.fa-diaspora:before{content:"\F791"}.fa-foursquare:before{content:"\F180"}.fa-stack-overflow:before{content:"\F16C"}.fa-github-alt:before{content:"\F113"}.fa-phoenix-squadron:before{content:"\F511"}.fa-pagelines:before{content:"\F18C"}.fa-algolia:before{content:"\F36C"}.fa-red-river:before{content:"\F3E3"}.fa-creative-commons-sa:before{content:"\F4EF"}.fa-safari:before{content:"\F267"}.fa-google:before{content:"\F1A0"}.fa-square-font-awesome-stroke:before{content:"\F35C"}.fa-font-awesome-alt:before{content:"\F35C"}.fa-atlassian:before{content:"\F77B"}.fa-linkedin-in:before{content:"\F0E1"}.fa-digital-ocean:before{content:"\F391"}.fa-nimblr:before{content:"\F5A8"}.fa-chromecast:before{content:"\F838"}.fa-evernote:before{content:"\F839"}.fa-hacker-news:before{content:"\F1D4"}.fa-creative-commons-sampling:before{content:"\F4F0"}.fa-adversal:before{content:"\F36A"}.fa-creative-commons:before{content:"\F25E"}.fa-watchman-monitoring:before{content:"\E087"}.fa-fonticons:before{content:"\F280"}.fa-weixin:before{content:"\F1D7"}.fa-shirtsinbulk:before{content:"\F214"}.fa-codepen:before{content:"\F1CB"}.fa-git-alt:before{content:"\F841"}.fa-lyft:before{content:"\F3C3"}.fa-rev:before{content:"\F5B2"}.fa-windows:before{content:"\F17A"}.fa-wizards-of-the-coast:before{content:"\F730"}.fa-square-viadeo:before{content:"\F2AA"}.fa-viadeo-square:before{content:"\F2AA"}.fa-meetup:before{content:"\F2E0"}.fa-centos:before{content:"\F789"}.fa-adn:before{content:"\F170"}.fa-cloudsmith:before{content:"\F384"}.fa-pied-piper-alt:before{content:"\F1A8"}.fa-square-dribbble:before{content:"\F397"}.fa-dribbble-square:before{content:"\F397"}.fa-codiepie:before{content:"\F284"}.fa-node:before{content:"\F419"}.fa-mix:before{content:"\F3CB"}.fa-steam:before{content:"\F1B6"}.fa-cc-apple-pay:before{content:"\F416"}.fa-scribd:before{content:"\F28A"}.fa-openid:before{content:"\F19B"}.fa-instalod:before{content:"\E081"}.fa-expeditedssl:before{content:"\F23E"}.fa-sellcast:before{content:"\F2DA"}.fa-square-twitter:before{content:"\F081"}.fa-twitter-square:before{content:"\F081"}.fa-r-project:before{content:"\F4F7"}.fa-delicious:before{content:"\F1A5"}.fa-freebsd:before{content:"\F3A4"}.fa-vuejs:before{content:"\F41F"}.fa-accusoft:before{content:"\F369"}.fa-ioxhost:before{content:"\F208"}.fa-fonticons-fi:before{content:"\F3A2"}.fa-app-store:before{content:"\F36F"}.fa-cc-mastercard:before{content:"\F1F1"}.fa-itunes-note:before{content:"\F3B5"}.fa-golang:before{content:"\E40F"}.fa-kickstarter:before{content:"\F3BB"}.fa-grav:before{content:"\F2D6"}.fa-weibo:before{content:"\F18A"}.fa-uncharted:before{content:"\E084"}.fa-firstdraft:before{content:"\F3A1"}.fa-square-youtube:before{content:"\F431"}.fa-youtube-square:before{content:"\F431"}.fa-wikipedia-w:before{content:"\F266"}.fa-wpressr:before{content:"\F3E4"}.fa-rendact:before{content:"\F3E4"}.fa-angellist:before{content:"\F209"}.fa-galactic-republic:before{content:"\F50C"}.fa-nfc-directional:before{content:"\E530"}.fa-skype:before{content:"\F17E"}.fa-joget:before{content:"\F3B7"}.fa-fedora:before{content:"\F798"}.fa-stripe-s:before{content:"\F42A"}.fa-meta:before{content:"\E49B"}.fa-laravel:before{content:"\F3BD"}.fa-hotjar:before{content:"\F3B1"}.fa-bluetooth-b:before{content:"\F294"}.fa-sticker-mule:before{content:"\F3F7"}.fa-creative-commons-zero:before{content:"\F4F3"}.fa-hips:before{content:"\F452"}.fa-behance:before{content:"\F1B4"}.fa-reddit:before{content:"\F1A1"}.fa-discord:before{content:"\F392"}.fa-chrome:before{content:"\F268"}.fa-app-store-ios:before{content:"\F370"}.fa-cc-discover:before{content:"\F1F2"}.fa-wpbeginner:before{content:"\F297"}.fa-confluence:before{content:"\F78D"}.fa-mdb:before{content:"\F8CA"}.fa-dochub:before{content:"\F394"}.fa-accessible-icon:before{content:"\F368"}.fa-ebay:before{content:"\F4F4"}.fa-amazon:before{content:"\F270"}.fa-unsplash:before{content:"\E07C"}.fa-yarn:before{content:"\F7E3"}.fa-square-steam:before{content:"\F1B7"}.fa-steam-square:before{content:"\F1B7"}.fa-500px:before{content:"\F26E"}.fa-square-vimeo:before{content:"\F194"}.fa-vimeo-square:before{content:"\F194"}.fa-asymmetrik:before{content:"\F372"}.fa-font-awesome:before{content:"\F2B4"}.fa-font-awesome-flag:before{content:"\F2B4"}.fa-font-awesome-logo-full:before{content:"\F2B4"}.fa-gratipay:before{content:"\F184"}.fa-apple:before{content:"\F179"}.fa-hive:before{content:"\E07F"}.fa-gitkraken:before{content:"\F3A6"}.fa-keybase:before{content:"\F4F5"}.fa-apple-pay:before{content:"\F415"}.fa-padlet:before{content:"\E4A0"}.fa-amazon-pay:before{content:"\F42C"}.fa-square-github:before{content:"\F092"}.fa-github-square:before{content:"\F092"}.fa-stumbleupon:before{content:"\F1A4"}.fa-fedex:before{content:"\F797"}.fa-phoenix-framework:before{content:"\F3DC"}.fa-shopify:before{content:"\E057"}.fa-neos:before{content:"\F612"}.fa-hackerrank:before{content:"\F5F7"}.fa-researchgate:before{content:"\F4F8"}.fa-swift:before{content:"\F8E1"}.fa-angular:before{content:"\F420"}.fa-speakap:before{content:"\F3F3"}.fa-angrycreative:before{content:"\F36E"}.fa-y-combinator:before{content:"\F23B"}.fa-empire:before{content:"\F1D1"}.fa-envira:before{content:"\F299"}.fa-square-gitlab:before{content:"\E5AE"}.fa-gitlab-square:before{content:"\E5AE"}.fa-studiovinari:before{content:"\F3F8"}.fa-pied-piper:before{content:"\F2AE"}.fa-wordpress:before{content:"\F19A"}.fa-product-hunt:before{content:"\F288"}.fa-firefox:before{content:"\F269"}.fa-linode:before{content:"\F2B8"}.fa-goodreads:before{content:"\F3A8"}.fa-square-odnoklassniki:before{content:"\F264"}.fa-odnoklassniki-square:before{content:"\F264"}.fa-jsfiddle:before{content:"\F1CC"}.fa-sith:before{content:"\F512"}.fa-themeisle:before{content:"\F2B2"}.fa-page4:before{content:"\F3D7"}.fa-hashnode:before{content:"\E499"}.fa-react:before{content:"\F41B"}.fa-cc-paypal:before{content:"\F1F4"}.fa-squarespace:before{content:"\F5BE"}.fa-cc-stripe:before{content:"\F1F5"}.fa-creative-commons-share:before{content:"\F4F2"}.fa-bitcoin:before{content:"\F379"}.fa-keycdn:before{content:"\F3BA"}.fa-opera:before{content:"\F26A"}.fa-itch-io:before{content:"\F83A"}.fa-umbraco:before{content:"\F8E8"}.fa-galactic-senate:before{content:"\F50D"}.fa-ubuntu:before{content:"\F7DF"}.fa-draft2digital:before{content:"\F396"}.fa-stripe:before{content:"\F429"}.fa-houzz:before{content:"\F27C"}.fa-gg:before{content:"\F260"}.fa-dhl:before{content:"\F790"}.fa-square-pinterest:before{content:"\F0D3"}.fa-pinterest-square:before{content:"\F0D3"}.fa-xing:before{content:"\F168"}.fa-blackberry:before{content:"\F37B"}.fa-creative-commons-pd:before{content:"\F4EC"}.fa-playstation:before{content:"\F3DF"}.fa-quinscape:before{content:"\F459"}.fa-less:before{content:"\F41D"}.fa-blogger-b:before{content:"\F37D"}.fa-opencart:before{content:"\F23D"}.fa-vine:before{content:"\F1CA"}.fa-paypal:before{content:"\F1ED"}.fa-gitlab:before{content:"\F296"}.fa-typo3:before{content:"\F42B"}.fa-reddit-alien:before{content:"\F281"}.fa-yahoo:before{content:"\F19E"}.fa-dailymotion:before{content:"\E052"}.fa-affiliatetheme:before{content:"\F36B"}.fa-pied-piper-pp:before{content:"\F1A7"}.fa-bootstrap:before{content:"\F836"}.fa-odnoklassniki:before{content:"\F263"}.fa-nfc-symbol:before{content:"\E531"}.fa-ethereum:before{content:"\F42E"}.fa-speaker-deck:before{content:"\F83C"}.fa-creative-commons-nc-eu:before{content:"\F4E9"}.fa-patreon:before{content:"\F3D9"}.fa-avianex:before{content:"\F374"}.fa-ello:before{content:"\F5F1"}.fa-gofore:before{content:"\F3A7"}.fa-bimobject:before{content:"\F378"}.fa-facebook-f:before{content:"\F39E"}.fa-square-google-plus:before{content:"\F0D4"}.fa-google-plus-square:before{content:"\F0D4"}.fa-mandalorian:before{content:"\F50F"}.fa-first-order-alt:before{content:"\F50A"}.fa-osi:before{content:"\F41A"}.fa-google-wallet:before{content:"\F1EE"}.fa-d-and-d-beyond:before{content:"\F6CA"}.fa-periscope:before{content:"\F3DA"}.fa-fulcrum:before{content:"\F50B"}.fa-cloudscale:before{content:"\F383"}.fa-forumbee:before{content:"\F211"}.fa-mizuni:before{content:"\F3CC"}.fa-schlix:before{content:"\F3EA"}.fa-square-xing:before{content:"\F169"}.fa-xing-square:before{content:"\F169"}.fa-bandcamp:before{content:"\F2D5"}.fa-wpforms:before{content:"\F298"}.fa-cloudversify:before{content:"\F385"}.fa-usps:before{content:"\F7E1"}.fa-megaport:before{content:"\F5A3"}.fa-magento:before{content:"\F3C4"}.fa-spotify:before{content:"\F1BC"}.fa-optin-monster:before{content:"\F23C"}.fa-fly:before{content:"\F417"}.fa-aviato:before{content:"\F421"}.fa-itunes:before{content:"\F3B4"}.fa-cuttlefish:before{content:"\F38C"}.fa-blogger:before{content:"\F37C"}.fa-flickr:before{content:"\F16E"}.fa-viber:before{content:"\F409"}.fa-soundcloud:before{content:"\F1BE"}.fa-digg:before{content:"\F1A6"}.fa-tencent-weibo:before{content:"\F1D5"}.fa-symfony:before{content:"\F83D"}.fa-maxcdn:before{content:"\F136"}.fa-etsy:before{content:"\F2D7"}.fa-facebook-messenger:before{content:"\F39F"}.fa-audible:before{content:"\F373"}.fa-think-peaks:before{content:"\F731"}.fa-bilibili:before{content:"\E3D9"}.fa-erlang:before{content:"\F39D"}.fa-cotton-bureau:before{content:"\F89E"}.fa-dashcube:before{content:"\F210"}.fa-42-group:before{content:"\E080"}.fa-innosoft:before{content:"\E080"}.fa-stack-exchange:before{content:"\F18D"}.fa-elementor:before{content:"\F430"}.fa-square-pied-piper:before{content:"\E01E"}.fa-pied-piper-square:before{content:"\E01E"}.fa-creative-commons-nd:before{content:"\F4EB"}.fa-palfed:before{content:"\F3D8"}.fa-superpowers:before{content:"\F2DD"}.fa-resolving:before{content:"\F3E7"}.fa-xbox:before{content:"\F412"}.fa-searchengin:before{content:"\F3EB"}.fa-tiktok:before{content:"\E07B"}.fa-square-facebook:before{content:"\F082"}.fa-facebook-square:before{content:"\F082"}.fa-renren:before{content:"\F18B"}.fa-linux:before{content:"\F17C"}.fa-glide:before{content:"\F2A5"}.fa-linkedin:before{content:"\F08C"}.fa-hubspot:before{content:"\F3B2"}.fa-deploydog:before{content:"\F38E"}.fa-twitch:before{content:"\F1E8"}.fa-ravelry:before{content:"\F2D9"}.fa-mixer:before{content:"\E056"}.fa-square-lastfm:before{content:"\F203"}.fa-lastfm-square:before{content:"\F203"}.fa-vimeo:before{content:"\F40A"}.fa-mendeley:before{content:"\F7B3"}.fa-uniregistry:before{content:"\F404"}.fa-figma:before{content:"\F799"}.fa-creative-commons-remix:before{content:"\F4EE"}.fa-cc-amazon-pay:before{content:"\F42D"}.fa-dropbox:before{content:"\F16B"}.fa-instagram:before{content:"\F16D"}.fa-cmplid:before{content:"\E360"}.fa-facebook:before{content:"\F09A"}.fa-gripfire:before{content:"\F3AC"}.fa-jedi-order:before{content:"\F50E"}.fa-uikit:before{content:"\F403"}.fa-fort-awesome-alt:before{content:"\F3A3"}.fa-phabricator:before{content:"\F3DB"}.fa-ussunnah:before{content:"\F407"}.fa-earlybirds:before{content:"\F39A"}.fa-trade-federation:before{content:"\F513"}.fa-autoprefixer:before{content:"\F41C"}.fa-whatsapp:before{content:"\F232"}.fa-slideshare:before{content:"\F1E7"}.fa-google-play:before{content:"\F3AB"}.fa-viadeo:before{content:"\F2A9"}.fa-line:before{content:"\F3C0"}.fa-google-drive:before{content:"\F3AA"}.fa-servicestack:before{content:"\F3EC"}.fa-simplybuilt:before{content:"\F215"}.fa-bitbucket:before{content:"\F171"}.fa-imdb:before{content:"\F2D8"}.fa-deezer:before{content:"\E077"}.fa-raspberry-pi:before{content:"\F7BB"}.fa-jira:before{content:"\F7B1"}.fa-docker:before{content:"\F395"}.fa-screenpal:before{content:"\E570"}.fa-bluetooth:before{content:"\F293"}.fa-gitter:before{content:"\F426"}.fa-d-and-d:before{content:"\F38D"}.fa-microblog:before{content:"\E01A"}.fa-cc-diners-club:before{content:"\F24C"}.fa-gg-circle:before{content:"\F261"}.fa-pied-piper-hat:before{content:"\F4E5"}.fa-kickstarter-k:before{content:"\F3BC"}.fa-yandex:before{content:"\F413"}.fa-readme:before{content:"\F4D5"}.fa-html5:before{content:"\F13B"}.fa-sellsy:before{content:"\F213"}.fa-sass:before{content:"\F41E"}.fa-wirsindhandwerk:before{content:"\E2D0"}.fa-wsh:before{content:"\E2D0"}.fa-buromobelexperte:before{content:"\F37F"}.fa-salesforce:before{content:"\F83B"}.fa-octopus-deploy:before{content:"\E082"}.fa-medapps:before{content:"\F3C6"}.fa-ns8:before{content:"\F3D5"}.fa-pinterest-p:before{content:"\F231"}.fa-apper:before{content:"\F371"}.fa-fort-awesome:before{content:"\F286"}.fa-waze:before{content:"\F83F"}.fa-cc-jcb:before{content:"\F24B"}.fa-snapchat:before{content:"\F2AB"}.fa-snapchat-ghost:before{content:"\F2AB"}.fa-fantasy-flight-games:before{content:"\F6DC"}.fa-rust:before{content:"\E07A"}.fa-wix:before{content:"\F5CF"}.fa-square-behance:before{content:"\F1B5"}.fa-behance-square:before{content:"\F1B5"}.fa-supple:before{content:"\F3F9"}.fa-rebel:before{content:"\F1D0"}.fa-css3:before{content:"\F13C"}.fa-staylinked:before{content:"\F3F5"}.fa-kaggle:before{content:"\F5FA"}.fa-space-awesome:before{content:"\E5AC"}.fa-deviantart:before{content:"\F1BD"}.fa-cpanel:before{content:"\F388"}.fa-goodreads-g:before{content:"\F3A9"}.fa-square-git:before{content:"\F1D2"}.fa-git-square:before{content:"\F1D2"}.fa-square-tumblr:before{content:"\F174"}.fa-tumblr-square:before{content:"\F174"}.fa-trello:before{content:"\F181"}.fa-creative-commons-nc-jp:before{content:"\F4EA"}.fa-get-pocket:before{content:"\F265"}.fa-perbyte:before{content:"\E083"}.fa-grunt:before{content:"\F3AD"}.fa-weebly:before{content:"\F5CC"}.fa-connectdevelop:before{content:"\F20E"}.fa-leanpub:before{content:"\F212"}.fa-black-tie:before{content:"\F27E"}.fa-themeco:before{content:"\F5C6"}.fa-python:before{content:"\F3E2"}.fa-android:before{content:"\F17B"}.fa-bots:before{content:"\E340"}.fa-free-code-camp:before{content:"\F2C5"}.fa-hornbill:before{content:"\F592"}.fa-js:before{content:"\F3B8"}.fa-ideal:before{content:"\E013"}.fa-git:before{content:"\F1D3"}.fa-dev:before{content:"\F6CC"}.fa-sketch:before{content:"\F7C6"}.fa-yandex-international:before{content:"\F414"}.fa-cc-amex:before{content:"\F1F3"}.fa-uber:before{content:"\F402"}.fa-github:before{content:"\F09B"}.fa-php:before{content:"\F457"}.fa-alipay:before{content:"\F642"}.fa-youtube:before{content:"\F167"}.fa-skyatlas:before{content:"\F216"}.fa-firefox-browser:before{content:"\E007"}.fa-replyd:before{content:"\F3E6"}.fa-suse:before{content:"\F7D6"}.fa-jenkins:before{content:"\F3B6"}.fa-twitter:before{content:"\F099"}.fa-rockrms:before{content:"\F3E9"}.fa-pinterest:before{content:"\F0D2"}.fa-buffer:before{content:"\F837"}.fa-npm:before{content:"\F3D4"}.fa-yammer:before{content:"\F840"}.fa-btc:before{content:"\F15A"}.fa-dribbble:before{content:"\F17D"}.fa-stumbleupon-circle:before{content:"\F1A3"}.fa-internet-explorer:before{content:"\F26B"}.fa-telegram:before{content:"\F2C6"}.fa-telegram-plane:before{content:"\F2C6"}.fa-old-republic:before{content:"\F510"}.fa-square-whatsapp:before{content:"\F40C"}.fa-whatsapp-square:before{content:"\F40C"}.fa-node-js:before{content:"\F3D3"}.fa-edge-legacy:before{content:"\E078"}.fa-slack:before{content:"\F198"}.fa-slack-hash:before{content:"\F198"}.fa-medrt:before{content:"\F3C8"}.fa-usb:before{content:"\F287"}.fa-tumblr:before{content:"\F173"}.fa-vaadin:before{content:"\F408"}.fa-quora:before{content:"\F2C4"}.fa-reacteurope:before{content:"\F75D"}.fa-medium:before{content:"\F23A"}.fa-medium-m:before{content:"\F23A"}.fa-amilia:before{content:"\F36D"}.fa-mixcloud:before{content:"\F289"}.fa-flipboard:before{content:"\F44D"}.fa-viacoin:before{content:"\F237"}.fa-critical-role:before{content:"\F6C9"}.fa-sitrox:before{content:"\E44A"}.fa-discourse:before{content:"\F393"}.fa-joomla:before{content:"\F1AA"}.fa-mastodon:before{content:"\F4F6"}.fa-airbnb:before{content:"\F834"}.fa-wolf-pack-battalion:before{content:"\F514"}.fa-buy-n-large:before{content:"\F8A6"}.fa-gulp:before{content:"\F3AE"}.fa-creative-commons-sampling-plus:before{content:"\F4F1"}.fa-strava:before{content:"\F428"}.fa-ember:before{content:"\F423"}.fa-canadian-maple-leaf:before{content:"\F785"}.fa-teamspeak:before{content:"\F4F9"}.fa-pushed:before{content:"\F3E1"}.fa-wordpress-simple:before{content:"\F411"}.fa-nutritionix:before{content:"\F3D6"}.fa-wodu:before{content:"\E088"}.fa-google-pay:before{content:"\E079"}.fa-intercom:before{content:"\F7AF"}.fa-zhihu:before{content:"\F63F"}.fa-korvue:before{content:"\F42F"}.fa-pix:before{content:"\E43A"}.fa-steam-symbol:before{content:"\F3F6"}.browsehappy{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}html,body{padding:0;margin:0}.header,.marketing,.footer{padding-left:15px;padding-right:15px}body .buorg{background-color:#fc0;-webkit-animation:none;-o-animation:none;animation:none}body .buorg .buorg-icon{display:none}body .buorg .buorg-buttons{display:none}.landing-page .main-container{width:100%;padding-left:0;padding-right:0}.landing-page .navbar{margin-bottom:0}.landing-page .footer{margin-top:0}.brandColorLight{color:undefined}.ReactModal__Overlay{max-height:100vh;overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:0;background:rgba(0,0,0,.6) !important}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}body{font-family:"Roboto",Arial,sans-serif}body .header{font-weight:300}body h1{color:#de2922;font-weight:400;font-size:30px}.header{border-bottom:1px solid #e5e5e5;margin-bottom:0px !important}.header h3{margin-top:0;margin-bottom:0;line-height:40px;padding-bottom:19px}.header .navbar-brand{padding:0px 15px}@media print{.header{display:none !important}}.container-narrow>hr{margin:30px 0}.jumbotron{text-align:center;border-bottom:1px solid #e5e5e5}.jumbotron .btn{font-size:21px;padding:14px 24px}.marketing{margin:40px 0}.marketing p+h4{margin-top:28px}@media screen and (min-width: 768px){.header,.marketing,.footer{padding-left:0;padding-right:0}.header{margin-bottom:30px}.jumbotron{border-bottom:0}}.inlineIcon{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.myfont{font-family:"Roboto",Arial,sans-serif}.form-control:focus{border-bottom-color:#de2922;border-left-color:#de2922;border-right-color:#de2922;border-top-color:#de2922;-webkit-box-shadow:0px 1px 1px rgba(0,0,0,.075) inset,0px 0px 8px #de2922;box-shadow:0px 1px 1px rgba(0,0,0,.075) inset,0px 0px 8px #de2922}.form-signin .form-signin-heading,.form-signin .checkbox{margin-bottom:10px}.form-signin .checkbox{font-weight:normal}.form-signin .form-control{position:relative;font-size:16px;height:auto;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.form-signin .form-control:focus{z-index:2}.form-signin input[type=text]{margin-bottom:-1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.form-signin input[type=password]{margin-bottom:10px;border-top-left-radius:0;border-top-right-radius:0}.account-wall{margin-top:20px;padding:10px 0px 10px 0px;background-color:#f7f7f7;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,.3);box-shadow:0px 2px 2px rgba(0,0,0,.3)}.login-title{color:#de2922;font-size:18px;font-weight:400;display:block}.profile-img{width:115px;height:115px;margin:0 auto 10px;display:block;border-radius:50%}.logo{max-width:15%;margin-bottom:15px}.logo-text{text-align:center}.slogan{color:#de2922;font-size:20px;text-align:center}.need-help{margin-top:10px}.new-account{display:block;margin-top:10px}#courses-container{min-height:6em}#courses-container .course-wrapper{padding:5px}#courses-container .course-wrapper a{color:#333;font-family:"Roboto",Arial,sans-serif}#courses-container .course-wrapper .course-description{margin:0 .5em}#courses-container .course-wrapper .course-image img{width:70px}#courses-container .course-wrapper .active{background:#f4f4f4}#courses-container hr{margin-top:5px;margin-bottom:5px;margin-right:20px;border-top:5px solid #eee}.course-details{float:left;width:68%}.courses-sidebar{min-height:100%;padding-right:1em}.btn-teacher-primary{color:#fff;background-color:#7bb0e7;border-color:#ccc}.btn-teacher-primary:focus,.btn-teacher-primary.focus{color:#fff;background-color:#5096df;border-color:#8c8c8c}.btn-teacher-primary:hover{color:#fff;background-color:#5096df;border-color:#adadad}.btn-teacher-primary:active,.btn-teacher-primary.active,.open>.btn-teacher-primary.dropdown-toggle{color:#fff;background-color:#5096df;background-image:none;border-color:#adadad}.btn-teacher-primary:active:hover,.btn-teacher-primary:active:focus,.btn-teacher-primary:active.focus,.btn-teacher-primary.active:hover,.btn-teacher-primary.active:focus,.btn-teacher-primary.active.focus,.open>.btn-teacher-primary.dropdown-toggle:hover,.open>.btn-teacher-primary.dropdown-toggle:focus,.open>.btn-teacher-primary.dropdown-toggle.focus{color:#fff;background-color:#3284da;border-color:#8c8c8c}.btn-teacher-primary.disabled:hover,.btn-teacher-primary.disabled:focus,.btn-teacher-primary.disabled.focus,.btn-teacher-primary[disabled]:hover,.btn-teacher-primary[disabled]:focus,.btn-teacher-primary[disabled].focus,fieldset[disabled] .btn-teacher-primary:hover,fieldset[disabled] .btn-teacher-primary:focus,fieldset[disabled] .btn-teacher-primary.focus{background-color:#7bb0e7;border-color:#ccc}.btn-teacher-primary .badge{color:#7bb0e7;background-color:#fff}.btn-author-primary{color:#fff;background-color:#77607a;border-color:#ccc}.btn-author-primary:focus,.btn-author-primary.focus{color:#fff;background-color:#5b4a5d;border-color:#8c8c8c}.btn-author-primary:hover{color:#fff;background-color:#5b4a5d;border-color:#adadad}.btn-author-primary:active,.btn-author-primary.active,.open>.btn-author-primary.dropdown-toggle{color:#fff;background-color:#5b4a5d;background-image:none;border-color:#adadad}.btn-author-primary:active:hover,.btn-author-primary:active:focus,.btn-author-primary:active.focus,.btn-author-primary.active:hover,.btn-author-primary.active:focus,.btn-author-primary.active.focus,.open>.btn-author-primary.dropdown-toggle:hover,.open>.btn-author-primary.dropdown-toggle:focus,.open>.btn-author-primary.dropdown-toggle.focus{color:#fff;background-color:#483a49;border-color:#8c8c8c}.btn-author-primary.disabled:hover,.btn-author-primary.disabled:focus,.btn-author-primary.disabled.focus,.btn-author-primary[disabled]:hover,.btn-author-primary[disabled]:focus,.btn-author-primary[disabled].focus,fieldset[disabled] .btn-author-primary:hover,fieldset[disabled] .btn-author-primary:focus,fieldset[disabled] .btn-author-primary.focus{background-color:#77607a;border-color:#ccc}.btn-author-primary .badge{color:#77607a;background-color:#fff}.new-class-buttons{width:100%}.new-class-buttons button{width:50%}.new-course-buttons{width:100%}.new-course-buttons button{width:100%}.courses-headline{text-decoration:underline;-webkit-text-decoration-color:#77607a;-moz-text-decoration-color:#77607a;text-decoration-color:#77607a}.teacher-color{color:#7bb0e7}.author-color{color:#77607a}.brand-color{color:#de2922}.inlineIcon{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.type-small img{width:50px;height:50px;border-radius:10px;border-style:solid;border-width:2px}.select{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.select .col{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.select .select-course .select-course-wrapper{width:100%;padding-top:10px;padding-bottom:10px;padding-left:5px;padding-right:5px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.select .select-course .select-course-wrapper:hover{background:#f4f4f4}.select .select-course .select-course-wrapper .select-course-image{height:64px;width:64px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.select .select-course .select-course-wrapper .select-course-image img{max-height:64px;max-width:64px;margin-left:auto;margin-right:auto}.select .select-course .select-course-wrapper .select-course-description{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:1em}.select .select-chapter .select-chapter-wrapper{padding:5px;cursor:pointer}.select .select-chapter .select-chapter-wrapper:hover{background:#f4f4f4}.select .select-quest .select-quest-wrapper{padding:5px;cursor:pointer}.select .select-quest .select-quest-wrapper:hover{background:#f4f4f4}.select hr{margin-top:0px;margin-bottom:0px}.select .active{background:#f4f4f4}.select .active *{font-weight:bold !important}.footer{margin-top:20px;margin-bottom:20px;color:#777;border-top:1px solid #e5e5e5}.footer .container{margin-top:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer .container .filler{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media print{.footer{display:none !important}}.inlineIcon{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.vcenter{display:inline-block;vertical-align:middle;float:none}.mt-1{margin-top:.5em}.mt-2{margin-top:1em}.mb-2{margin-bottom:1em}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.me-1{margin-right:.5em !important}.me-2{margin-right:1em}.pe-0{padding-right:0}.pe-1{padding-right:.5em}.ps-0{padding-left:0}.ps-1{padding-left:.5em}.pe-2{padding-right:1em}.pb-2{padding-bottom:1em}.inline-block{display:inline-block}.vertical-align-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.col-spacer{display:inline-block;padding-right:10px}.smaller{font-size:smaller}.no-border{border:none}.secondary-gray-color{color:#67676c}button.btn-primary a{color:#fff}button.btn-primary a:hover{text-decoration:none}.x{cursor:pointer;background-color:#efefef;border-radius:100%;position:relative;right:-41px;padding:6px;font-size:8px;float:right;top:-6em;width:23px;text-align:center}.back{cursor:pointer;text-align:left;position:relative;right:41px;padding:6px;font-size:larger;float:left;top:-3.2em}.flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.stretch-items{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.flex-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.gap-1{gap:.7em}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.image-filter{-webkit-filter:none;filter:none}.w100{width:100%}.mw100{max-width:100%}input.error{border-color:#d9534f;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:97% 50%;-webkit-background-size:15px 15px;background-size:15px}input.success{border-color:#5cb85c;color:#5cb85c;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:97% 50%;-webkit-background-size:15px 15px;background-size:15px}.f-input-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.f-input-group input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom-right-radius:0;border-top-right-radius:0}.f-input-group span.left-side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom-right-radius:0;border-top-right-radius:0}.f-input-group .addon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top-left-radius:0;border-bottom-left-radius:0}.f-input-group .addon button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-color:rgba(0,0,0,0);border-top-left-radius:0;border-bottom-left-radius:0;position:relative;left:-1px}.strikethrough{text-decoration:line-through}.secondary-brand-color-color{color:#3071b2}.secondary-brand-color-background{background-color:#3071b2}.third-brand-color-button{background-color:undefined !important;border-color:undefined !important}.third-brand-color-color{color:undefined !important}.light-gray-background{background-color:#efefef}.brand-color-color{color:#de2922}.brand-danger-background{background-color:#d9534f}.brand-danger-color{color:#d9534f}.brand-warning-background{background-color:#f0ad4e}.brand-warning-color{color:#f0ad4e}.brand-color-light-color{color:undefined}.float-end{float:right}.underline{text-decoration:underline}.white-color{color:#fff}.pointer{cursor:pointer}.esq-input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:4;-webkit-flex-grow:4;-ms-flex-positive:4;flex-grow:4;height:2.5em;border-radius:5px;border:1px solid #ccc;padding-left:10px;background:#efefef}.modal-style{background:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto;vertical-align:middle;top:50%;border-radius:20px;padding:5em}.emphasize{color:#303030;text-decoration:underline}.bold{font-weight:bold}.no-deco{text-decoration:none !important}.inline{display:inline}.inline-flex{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.nav li{fill:#de2922}.nav li.active{fill:#333}.answer-correct{background-color:green}.checkmark-correct{color:green}.img-large{max-width:500px;max-height:250px}.popover{max-width:500px}.course-details{width:100%}.course-details .media{margin-top:32px}.course-details .media-body{padding-left:16px}.icon-circle{height:64px;width:64px;background-color:#d0d0d0;border-radius:64px;line-height:64px;text-align:center;font-size:30px;color:#fff}.clickable{cursor:pointer}@media print{.tooltip{display:none !important}}.inlineIcon{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.vcenter{display:inline-block;vertical-align:middle;float:none}.mt-1{margin-top:.5em}.mt-2{margin-top:1em}.mb-2{margin-bottom:1em}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.me-1{margin-right:.5em !important}.me-2{margin-right:1em}.pe-0{padding-right:0}.pe-1{padding-right:.5em}.ps-0{padding-left:0}.ps-1{padding-left:.5em}.pe-2{padding-right:1em}.pb-2{padding-bottom:1em}.inline-block{display:inline-block}.vertical-align-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.col-spacer{display:inline-block;padding-right:10px}.smaller{font-size:smaller}.no-border{border:none}.secondary-gray-color{color:#67676c}button.btn-primary a{color:#fff}button.btn-primary a:hover{text-decoration:none}.x{cursor:pointer;background-color:#efefef;border-radius:100%;position:relative;right:-41px;padding:6px;font-size:8px;float:right;top:-6em;width:23px;text-align:center}.back{cursor:pointer;text-align:left;position:relative;right:41px;padding:6px;font-size:larger;float:left;top:-3.2em}.flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.stretch-items{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.flex-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.gap-1{gap:.7em}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.image-filter{-webkit-filter:none;filter:none}.w100{width:100%}.mw100{max-width:100%}input.error{border-color:#d9534f;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:97% 50%;-webkit-background-size:15px 15px;background-size:15px}input.success{border-color:#5cb85c;color:#5cb85c;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:97% 50%;-webkit-background-size:15px 15px;background-size:15px}.f-input-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.f-input-group input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom-right-radius:0;border-top-right-radius:0}.f-input-group span.left-side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom-right-radius:0;border-top-right-radius:0}.f-input-group .addon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top-left-radius:0;border-bottom-left-radius:0}.f-input-group .addon button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-color:rgba(0,0,0,0);border-top-left-radius:0;border-bottom-left-radius:0;position:relative;left:-1px}.strikethrough{text-decoration:line-through}.secondary-brand-color-color{color:#3071b2}.secondary-brand-color-background{background-color:#3071b2}.third-brand-color-button{background-color:undefined !important;border-color:undefined !important}.third-brand-color-color{color:undefined !important}.light-gray-background{background-color:#efefef}.brand-color-color{color:#de2922}.brand-danger-background{background-color:#d9534f}.brand-danger-color{color:#d9534f}.brand-warning-background{background-color:#f0ad4e}.brand-warning-color{color:#f0ad4e}.brand-color-light-color{color:undefined}.float-end{float:right}.underline{text-decoration:underline}.white-color{color:#fff}.pointer{cursor:pointer}.esq-input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:4;-webkit-flex-grow:4;-ms-flex-positive:4;flex-grow:4;height:2.5em;border-radius:5px;border:1px solid #ccc;padding-left:10px;background:#efefef}.modal-style{background:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto;vertical-align:middle;top:50%;border-radius:20px;padding:5em}.emphasize{color:#303030;text-decoration:underline}.bold{font-weight:bold}.no-deco{text-decoration:none !important}.inline{display:inline}.inline-flex{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.ui-container-___container__errorContainer___1_QbB{padding:2rem}.ui-container-___container__loadingContainer___2WU8K{height:100vh;width:100vw}.ui-util-___elements__badge___hCfbg{height:100%;width:100%;overflow:hidden;position:relative}.ui-util-___elements__badge___hCfbg a,.ui-util-___elements__badge___hCfbg img{max-width:100%;max-height:100%}.ui-util-___elements__print___zJH3l{cursor:pointer}.ui-util-___icons__icon___2B2Qc{height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.ui-util-___icons__icon___2B2Qc img{max-height:100%;max-width:100%}.ui-util-___icons__icon___2B2Qc svg{max-height:100%;max-width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-question-___cloze-common__textblock___bb2EC{white-space:pre;display:inline-block}.ui-question-___cloze-common__cloze___2Ad1e{white-space:pre-wrap}@media print{.ui-question-___cloze-common__correct___33Jvo{border:1px solid #000;border-radius:10px}}.ui-question-___cloze-common__textblockContainer___13vSK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.ui-question-___cloze-common__svg___3PMUh{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden}.ui-question-___cloze-common__svg___3PMUh div{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-question-___cloze-common__svg___3PMUh div svg{fill:currentColor !important}.ui-author-___author-home__inlineIcon___2gMOQ{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-util-___load-state__loading___3njME{width:100%;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-util-___load-state__inlineIcon___3EqKt{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-publisher-___publisher__inlineIcon___2oPgC{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-publisher-___publisher__row___1l3Kk{margin-top:1rem;margin-bottom:1rem;width:50%}.ui-util-___loading-spinner__inlineIcon___17pUC{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-util-___loading-spinner__spinner___1HxWm{height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui-publisher-___publisher-course-card__inlineIcon___1mRK7{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-publisher-___publisher-course-card__picture___6EQrP{width:20%;height:100%;overflow:hidden}.ui-publisher-___publisher-course-card__picture___6EQrP img{max-height:100%;max-width:100%}.ui-publisher-___publisher-course-card__title___3TWTj{font-weight:bold}.ui-common-breadcrumbs-___breadcrumbs__container___3UfbO{width:100%}.ui-institute-course-detail-___course-detail__content___3oese{margin-top:2rem}.ui-user-forgot-password-___forgot-password__container___3Wzwb{margin-top:1rem}.ui-user-send-registration-link-___send-registration-link__container___1TuBo{margin-top:1rem}.ui-publisher-publisher-sales-___publisher-sales__dates___1D0eX{margin-top:2rem;width:100%}.ui-author-chapter-___chapter__newQuestContent___2zPW0{margin-top:1rem;margin-bottom:2rem}.ui-publisher-publisher-usage-___publisher-usage__dates___JqRAF{margin-top:2rem;width:100%}.ui-user-edit-profile-___edit-profile__profile___3TGY1{margin-top:30px}.ui-teacher-classcourse-detail-___classcourse-detail__alert___3BCO4{margin-top:2rem;margin-bottom:2rem}.ui-author-cloze-editable-text-___cloze-editable-text__wrapper___2-33M>span{white-space:pre-wrap;display:inline-block;min-width:10px}.ui-user-change-to-full-account-___change-to-full-account__container___9A-UP{text-align:center}.ui-user-change-to-full-account-___change-to-full-account__container___9A-UP .ui-user-change-to-full-account-___change-to-full-account__content___1uBr9{margin-top:2rem;margin-bottom:2rem}.ui-user-confirm-registration-___confirm-registration__container___3etuX{text-align:center}.ui-user-confirm-registration-___confirm-registration__container___3etuX .ui-user-confirm-registration-___confirm-registration__content___jqbUI{margin-top:2rem;margin-bottom:2rem}.ui-teacher-quiz-mgmt-___quiz-mgmt__header___1VOTA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-quiz-mgmt-___quiz-mgmt__header___1VOTA .ui-teacher-quiz-mgmt-___quiz-mgmt__nav___1L8iJ{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-util-ellipsized-___ellipsized__container___23RjT{height:100%;width:100%}.ui-util-ellipsized-___ellipsized__container___23RjT .ui-util-ellipsized-___ellipsized__inner___3s-1l{padding:0;margin:0}.ui-user-signup-___signup-common__nextButton___2Wjjn{width:100%;white-space:normal;word-wrap:break-word;word-break:normal;margin-top:2rem}.ui-teacher-packages-sidebar-___packages-sidebar__buttons___7lHsc{margin-top:1rem;width:100%}.ui-teacher-packages-sidebar-___packages-sidebar__buttons___7lHsc .ui-teacher-packages-sidebar-___packages-sidebar__openStore___3NZt7{width:50%}.ui-teacher-packages-sidebar-___packages-sidebar__buttons___7lHsc .ui-teacher-packages-sidebar-___packages-sidebar__openRedeemVoucher___34VKB{width:50%}.ui-user-sso-auth-___sso-auth__loading___JmP-k{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classchapter-achievements-___classchapter-achievements__nav___1-YEo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-classchapter-achievements-___classchapter-achievements__nav___1-YEo .ui-teacher-classchapter-achievements-___classchapter-achievements__navLeft___1JNnS{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-classchapter-achievements-___classchapter-achievements__nav___1-YEo .ui-teacher-classchapter-achievements-___classchapter-achievements__navRight___1w-A5 button{width:100%}.ui-teacher-quiz-mgmt-___quiz-mgmt-quest__header___245rF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-quiz-mgmt-___quiz-mgmt-quest__header___245rF .ui-teacher-quiz-mgmt-___quiz-mgmt-quest__nav___eLM8A{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-quiz-mgmt-___quiz-mgmt-quest__content___1gVaB{margin-top:1rem}.ui-institute-chapter-achievements-___chapter-achievements__nav___Pa8xV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-institute-chapter-achievements-___chapter-achievements__nav___Pa8xV .ui-institute-chapter-achievements-___chapter-achievements__navLeft___rFzgR{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-institute-chapter-achievements-___chapter-achievements__nav___Pa8xV .ui-institute-chapter-achievements-___chapter-achievements__navRight___1NbIV button{width:100%}.ui-user-signup-___signup-data-privacy-parent__nextButton___3ZjNc{width:100%;white-space:normal;word-wrap:break-word;word-break:normal;margin-top:2rem}.ui-user-signup-___signup-data-privacy-parent__parentForm___QLG0C{margin-top:2rem}.ui-user-signup-___signup-form-identifier__nextButton___35UHe{width:100%;white-space:normal;word-wrap:break-word;word-break:normal;margin-top:2rem}.ui-user-signup-___signup-form-identifier__modalIdentifierText___11Zhb{margin-top:1em}.ui-author-question-audio-___question-audio__remove___5136I{cursor:pointer}.ui-author-question-audio-___question-audio__content___3-zVX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-author-question-audio-___question-audio__content___3-zVX .ui-author-question-audio-___question-audio__audio___1WK8x{width:100%;display:block}.ui-teacher-payment-___checkout__orderPriceSection___1Wkkj{margin-top:2rem}.ui-teacher-payment-___checkout__addressSection___35LwM{margin-top:2rem}.ui-teacher-payment-___checkout__vatSection___3WQ8x{margin-top:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui-publisher-publisher-stats-section-header-___publisher-stats-section-header__header___32QJA{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-publisher-publisher-stats-section-header-___publisher-stats-section-header__right___2D0RV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui-admin-user-search-___admin-user-search__modeToggle___15L22{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;margin-top:1em;margin-bottom:1em}.ui-admin-user-search-___admin-user-search__resultSection___3NYtz{margin-top:1em}.ui-teacher-classcourse-achievements-___classcourse-achievements__bottom___2zNYw{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-teacher-classcourse-achievements-___classcourse-achievements__nav___38I9P{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-classcourse-achievements-___classcourse-achievements__nav___38I9P .ui-teacher-classcourse-achievements-___classcourse-achievements__navLeft___L8R42{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-classcourse-achievements-___classcourse-achievements__nav___38I9P .ui-teacher-classcourse-achievements-___classcourse-achievements__navRight___107XB button{width:100%}.ui-author-job-status-___job-status__descriptionIcon___1iXdC{width:1.3em;height:1.3em;display:inline-block;vertical-align:middle;margin-right:.2rem}.ui-author-job-status-___job-status__descriptionIcon___1iXdC svg{width:1.3em;height:1.3em}.ui-author-job-status-___job-status__inlineElement___2CyVd{display:inline-block}.ui-teacher-classcourse-add-seats-___classcourse-add-seats__numberOfSeats___5i7WB{display:inline-block;width:auto}.ui-teacher-classcourse-add-seats-___classcourse-add-seats__error___3ip7m{padding:.5rem}.ui-teacher-classcourse-add-seats-___classcourse-add-seats__buttons___24_tn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-add-seats-___classcourse-add-seats__buttons___24_tn .ui-teacher-classcourse-add-seats-___classcourse-add-seats__uew___3BqJj{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:left}.ui-institute-course-achievements-___course-achievements__bottom___a49N7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-institute-course-achievements-___course-achievements__nav___CyNOq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-institute-course-achievements-___course-achievements__nav___CyNOq .ui-institute-course-achievements-___course-achievements__navLeft___nPxnq{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-institute-course-achievements-___course-achievements__nav___CyNOq .ui-institute-course-achievements-___course-achievements__navRight___39x3d button{width:100%}.ui-user-signup-___signup__header___D7I-m{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-user-signup-___signup__header___D7I-m a{margin-top:20px;margin-bottom:10px;margin-right:1rem}.ui-user-signup-___signup__container___1AFUN{margin-top:1rem}.ui-user-signup-___signup__content___3NpRD{margin-top:2rem}.ui-teacher-classcourse-navbar-___classcourse-navbar__navbar___1ZbaH{margin-top:30px}.ui-teacher-classcourse-navbar-___classcourse-navbar__icon___2y__C{width:18px;height:18px;vertical-align:text-bottom;display:inline-block}.ui-teacher-classcourse-navbar-___classcourse-navbar__icon___2y__C svg{width:18px;height:18px}.ui-teacher-classcourse-navbar-___classcourse-navbar__icon___2y__C svg path{fill:inherit}.ui-publisher-publisher-range-selector-___publisher-range-selector__container___tcZRg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%}.ui-publisher-publisher-range-selector-___publisher-range-selector__container___tcZRg .ui-publisher-publisher-range-selector-___publisher-range-selector__from___3f_kp .ui-publisher-publisher-range-selector-___publisher-range-selector__picker___1wVbT,.ui-publisher-publisher-range-selector-___publisher-range-selector__container___tcZRg .ui-publisher-publisher-range-selector-___publisher-range-selector__to___1E34J .ui-publisher-publisher-range-selector-___publisher-range-selector__picker___1wVbT{display:inline-block;margin-left:1em;margin-right:1em}.ui-publisher-publisher-range-selector-___publisher-range-selector__container___tcZRg .ui-publisher-publisher-range-selector-___publisher-range-selector__from___3f_kp .ui-publisher-publisher-range-selector-___publisher-range-selector__picker___1wVbT *,.ui-publisher-publisher-range-selector-___publisher-range-selector__container___tcZRg .ui-publisher-publisher-range-selector-___publisher-range-selector__to___1E34J .ui-publisher-publisher-range-selector-___publisher-range-selector__picker___1wVbT *{z-index:11;max-width:none}.ui-teacher-payment-___order-price-form__row___Erukb{height:4em}.ui-teacher-payment-___order-price-form__row___Erukb td{vertical-align:middle !important}.ui-teacher-payment-___order-price-form__discountCodeForm___8hNl3{max-width:24rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.ui-teacher-payment-___order-price-form__discountCodeForm___8hNl3 .ui-teacher-payment-___order-price-form__discountCodeGroup___1qUU8{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui-teacher-payment-___order-price-form__discountCodeForm___8hNl3 .ui-teacher-payment-___order-price-form__discountCodeGroup___1qUU8 .ui-teacher-payment-___order-price-form__discountCodeInput___Ac3v1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-common-language-switcher-___language-switcher__selected___33q3r{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui-common-language-switcher-___language-switcher__selected___33q3r .ui-common-language-switcher-___language-switcher__icon___26Vf_{height:1em;width:1em;margin-right:.25em}.ui-common-language-switcher-___language-switcher__selected___33q3r .ui-common-language-switcher-___language-switcher__icon___26Vf_ svg{height:1em;width:1em;fill:currentColor}.ui-teacher-classcourses-sidebar-___classcourses-sidebar__trialHint___9Y5aB{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-classcourses-sidebar-___classcourses-sidebar__trialHint___9Y5aB .ui-teacher-classcourses-sidebar-___classcourses-sidebar__arrow___aeQJL{margin-left:3rem;margin-top:1rem;width:100px;height:75px}.ui-teacher-classcourses-sidebar-___classcourses-sidebar__trialHint___9Y5aB .ui-teacher-classcourses-sidebar-___classcourses-sidebar__message___2836O{margin-top:64px;margin-left:.5em;font-weight:bold;font-size:14pt}.ui-util-basic-modal-___basic-modal__overlay___Tfhrz{position:fixed;top:0px;left:0px;right:0px;bottom:0px;background-color:rgba(255,255,255,.75);overflow-y:scroll;z-index:99}.ui-util-basic-modal-___basic-modal__overlay___Tfhrz .ui-util-basic-modal-___basic-modal__modal___1cRWH:focus{outline:0}.ui-teacher-redeem-voucher-___redeem-voucher__loading___19eWA{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:-webkit-radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));background:-o-radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));background:radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0))}.ui-teacher-classcourse-redeem-voucher-___classcourse-redeem-voucher__loading___Efhaj{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:-webkit-radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));background:-o-radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));background:radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0))}.ui-common-question-view-___question-view__container___3M9dS{width:100%;overflow-x:auto;overflow-y:hidden}.ui-common-question-view-___question-view__mcRow___19TY9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-common-question-view-___question-view__mcRow___19TY9 .ui-common-question-view-___question-view__mcText___1p46C{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;white-space:pre-wrap;word-wrap:break-word;word-break:break-all}.ui-common-question-view-___question-view__incorrectSection___2lUYy{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui-common-question-view-___question-view__incorrectSection___2lUYy .ui-common-question-view-___question-view__incorrect___1IpYl{padding:.25rem}.ui-author-question-edit-picture-___question-edit-picture__questionPicture___H7Bgp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:100%;height:10rem;overflow:hidden}.ui-author-question-edit-picture-___question-edit-picture__questionPicture___H7Bgp img{max-width:100%;max-height:100%}.ui-author-question-edit-picture-___question-edit-picture__questionPictureWrapper___2LYNs{padding:.8rem;background:#f5f5f5;border-radius:.5rem;height:100%;margin-right:.5rem}.ui-author-question-edit-picture-___question-edit-picture__questionPictureContainer___tzCXJ{margin-top:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui-author-course-list-___course-list__titleRow___E42Dt{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-author-course-list-___course-list__titleRow___E42Dt .ui-author-course-list-___course-list__title___I6-qk{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-author-course-list-___course-list__publisher___U3ajN{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-teacher-package-store-___package-store__selected___3XnmG{margin-top:1rem;margin-bottom:1rem}.ui-teacher-package-store-___package-store__selected___3XnmG .ui-teacher-package-store-___package-store__selectedDetails___1U-iu{padding-left:1rem;padding-right:1rem}.ui-teacher-package-store-___package-store__selected___3XnmG .ui-teacher-package-store-___package-store__selectedDetails___1U-iu .ui-teacher-package-store-___package-store__selectedTitle___2ElQK{font-size:1.5em;font-weight:500}.ui-teacher-package-store-___package-store__selected___3XnmG .ui-teacher-package-store-___package-store__selectedCourses___2bpyC{margin-top:1rem}.ui-teacher-package-store-___package-store__footer___3z49h{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-package-store-___package-store__footer___3z49h .ui-teacher-package-store-___package-store__uew___FpT-p{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:left}.ui-user-signup-___signup-form-profile__nextButton___3Ir83{width:100%;white-space:normal;word-wrap:break-word;word-break:normal;margin-top:2rem}.ui-user-signup-___signup-form-profile__dateOfBirth___1yFM-{padding-top:4px;padding-bottom:4px}.ui-user-signup-___signup-form-profile__dateOfBirth___1yFM- *{z-index:11;max-width:none}.ui-user-signup-___signup-form-profile__dateOfBirth___1yFM- .react-date-picker{width:100%}.ui-user-signup-___signup-form-profile__dateOfBirth___1yFM- .react-date-picker__button{border:none;width:100%}.ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__container___2IzCW .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__header___P8-ue{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:.5rem}.ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__container___2IzCW .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__header___P8-ue .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__print___Ypptq{font-size:1.5em}@media print{.ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__container___2IzCW .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__header___P8-ue{display:none}}.ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__container___2IzCW .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__content___2mMKp .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__summary___1ITtm{margin-top:4rem}.ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__container___2IzCW .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__content___2mMKp .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__toc___22hln{margin-top:4rem}.ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__container___2IzCW .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__content___2mMKp .ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__quiz___3D53d{margin-top:4rem}.ui-teacher-classcourse-student-achievements-___classcourse-student-achievements__emailIcon___35nWs{font-size:.75em}.ui-teacher-classcourse-helprequests-___classcourse-helprequests__chapterTitle___3NSIX{margin-left:0rem}.ui-teacher-classcourse-helprequests-___classcourse-helprequests__questTitle___bhevD{margin-left:1rem}.ui-teacher-classcourse-helprequests-___classcourse-helprequests__questionTitle___3uKud{margin-left:2rem}.ui-teacher-classcourse-helprequests-___classcourse-helprequests__helpIconXs___14T9v,.ui-teacher-classcourse-helprequests-___classcourse-helprequests__helpIconSm___2W-JY,.ui-teacher-classcourse-helprequests-___classcourse-helprequests__helpIconMd___3aX35,.ui-teacher-classcourse-helprequests-___classcourse-helprequests__helpIconLg___15qb5{display:inline-block;vertical-align:text-bottom}.ui-teacher-classcourse-helprequests-___classcourse-helprequests__helpIconLg___15qb5 svg{width:30px;height:30px}.ui-teacher-classcourse-helprequests-___classcourse-helprequests__helpIconMd___3aX35 svg{width:24px;height:24px}.ui-teacher-classcourse-helprequests-___classcourse-helprequests__helpIconSm___2W-JY svg{width:18px;height:18px}.ui-teacher-classcourse-helprequests-___classcourse-helprequests__helpIconXs___14T9v svg{width:16px;height:16px}.ui-author-quest-___quest__bookUrl___3zLvL{height:34px;margin-top:.25em;margin-bottom:.25em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-author-quest-___quest__picture___h3BV3{height:200px;width:200px}.ui-author-quest-___quest__questions___2FsyV{margin-top:1rem}.ui-author-quest-___quest__questions___2FsyV .as-sortable-item{display:table-row !important}.ui-author-quest-___quest__questions___2FsyV .as-sortable-placeholder{display:table-row !important}.ui-author-quest-___quest__actions___1W-Dt{font-size:1.25em}.ui-author-quest-___quest__copy___2pAnQ{margin-top:1.5rem}.ui-author-quest-___quest__upload-title___3B1OE{font-weight:bold}.ui-author-quest-___quest__shuffleRow___e_soR{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui-common-question-view-full-___question-view-full__textContainer___cIWYS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui-common-question-view-full-___question-view-full__textContainer___cIWYS .ui-common-question-view-full-___question-view-full__text___2VdpW{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;white-space:pre-wrap}.ui-common-question-view-full-___question-view-full__textContainer___cIWYS .ui-common-question-view-full-___question-view-full__shuffle___1K8AD{width:1.5em;height:1.5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-common-question-view-full-___question-view-full__videoUrl___24tt8{margin-top:.5rem;font-weight:bold}.ui-common-question-view-full-___question-view-full__videoUrl___24tt8 .ui-common-question-view-full-___question-view-full__empty___A3-4m{font-style:italic}.ui-common-question-view-full-___question-view-full__media___3lzan{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:.5rem}.ui-common-question-view-full-___question-view-full__content___1EHzY{margin-top:.5rem}.ui-util-scrollable-modal-___scrollable-modal__overlay___2QSeg{position:fixed;top:0px;left:0px;right:0px;bottom:0px;background-color:rgba(255,255,255,.75);overflow-y:scroll;z-index:99}@media print{.ui-util-scrollable-modal-___scrollable-modal__overlay___2QSeg{position:absolute;width:100%;height:auto;overflow-y:visible;background-color:#fff !important}}@media print{.ui-util-scrollable-modal-___scrollable-modal__overlay___2QSeg .ui-util-scrollable-modal-___scrollable-modal__modal___JhjTl{width:100%;margin:0px}}@media print{.ui-util-scrollable-modal-___scrollable-modal__overlay___2QSeg .ui-util-scrollable-modal-___scrollable-modal__modal___JhjTl .ui-util-scrollable-modal-___scrollable-modal__content___1SKNL{border:none}}.ui-util-scrollable-modal-___scrollable-modal__overlay___2QSeg .ui-util-scrollable-modal-___scrollable-modal__modal___JhjTl:focus{outline:0}.ui-teacher-classcourse-new-___classcourse-new__error___3l1jW{padding:.5rem}.ui-teacher-classcourse-new-___classcourse-new__buttons___1wOv3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-new-___classcourse-new__buttons___1wOv3 .ui-teacher-classcourse-new-___classcourse-new__uew___zKnTn{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:left}.ui-teacher-classcourse-new-___classcourse-new__selectedCourse___ShoOf{height:25rem;margin:1rem;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-new-___classcourse-new__selectedCourse___ShoOf .ui-teacher-classcourse-new-___classcourse-new__courseImage___1oZAv{max-height:100%;width:20rem}.ui-teacher-classcourse-new-___classcourse-new__selectedCourse___ShoOf .ui-teacher-classcourse-new-___classcourse-new__courseImage___1oZAv img{max-height:100%;max-width:100%}.ui-teacher-classcourse-new-___classcourse-new__selectedCourse___ShoOf .ui-teacher-classcourse-new-___classcourse-new__courseDetails___Hho6w{max-height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-classcourse-new-___classcourse-new__selectedCourse___ShoOf .ui-teacher-classcourse-new-___classcourse-new__courseDetails___Hho6w .ui-teacher-classcourse-new-___classcourse-new__courseDescription___3voPa{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;white-space:pre-wrap;overflow:hidden}.ui-teacher-classcourse-new-___classcourse-new__tab___3U-X9{margin-top:1rem}.ui-teacher-classcourse-new-___classcourse-new__paymentModelTable___2_7BE{table-layout:fixed}.ui-common-image-upload-___image-upload__container___2tPvi{height:100%;width:100%;overflow:hidden;position:relative;border-radius:4px;border:1px solid #e3e3e3;background-color:#f5f5f5}.ui-common-image-upload-___image-upload__container___2tPvi .ui-common-image-upload-___image-upload__image___3jqnw{height:100%;width:100%;position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:300ms all linear;-o-transition:300ms all linear;transition:300ms all linear}.ui-common-image-upload-___image-upload__container___2tPvi .ui-common-image-upload-___image-upload__image___3jqnw img{max-height:100%;max-width:100%}.ui-common-image-upload-___image-upload__container___2tPvi .ui-common-image-upload-___image-upload__overlay___3umUZ{position:absolute;display:none;height:100%;width:100%;top:0;left:0;background-color:rgba(255,255,255,.6);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:300ms all linear;-o-transition:300ms all linear;transition:300ms all linear}.ui-common-image-upload-___image-upload__container___2tPvi .ui-common-image-upload-___image-upload__overlay___3umUZ .ui-common-image-upload-___image-upload__upload___1vJ2S{height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1em;cursor:pointer}.ui-common-image-upload-___image-upload__container___2tPvi .ui-common-image-upload-___image-upload__overlay___3umUZ .ui-common-image-upload-___image-upload__upload___1vJ2S input{display:none}.ui-common-image-upload-___image-upload__container___2tPvi .ui-common-image-upload-___image-upload__overlay___3umUZ .ui-common-image-upload-___image-upload__upload___1vJ2S .ui-common-image-upload-___image-upload__help___1GLUf{font-weight:normal}.ui-common-image-upload-___image-upload__container___2tPvi .ui-common-image-upload-___image-upload__overlay___3umUZ span{cursor:pointer}.ui-common-image-upload-___image-upload__container___2tPvi .ui-common-image-upload-___image-upload__overlay___3umUZ .ui-common-image-upload-___image-upload__shadow___2kYuJ{position:absolute;height:100%;width:100%;top:0;left:0}.ui-common-image-upload-___image-upload__container___2tPvi:hover .ui-common-image-upload-___image-upload__image___3jqnw{-webkit-filter:blur(5px);filter:blur(5px);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.ui-common-image-upload-___image-upload__container___2tPvi:hover .ui-common-image-upload-___image-upload__overlay___3umUZ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui-common-image-upload-___image-upload__visible___2OB2H{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.ui-common-question-picture-___question-picture__inlineIcon___GXuny{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-question-picture-___question-picture__container___1stQ6 img{max-width:7rem;max-height:6rem}@media print{.ui-common-question-picture-___question-picture__container___1stQ6 img{max-width:14rem;max-height:12rem}}.ui-publisher-publisher-usage-___publisher-quest-usage-table__inlineIcon___y59eo{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-publisher-publisher-usage-___publisher-quest-usage-table__headerIcon___2O0Fk{width:24px;height:24px;display:inline-block;vertical-align:middle}.ui-publisher-publisher-usage-___publisher-quest-usage-table__headerIcon___2O0Fk svg{width:24px;height:24px}.ui-publisher-publisher-usage-___publisher-quest-usage-table__headerIcon___2O0Fk svg path{fill:inherit}.ui-author-courses-sidebar-___courses-sidebar__inlineIcon___3GTNL{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-author-courses-sidebar-___courses-sidebar__header___3gJ4N{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.ui-author-courses-sidebar-___courses-sidebar__selectedHeadline___3xPvY{color:#333;text-decoration:underline;-webkit-text-decoration-color:#77607a;-moz-text-decoration-color:#77607a;text-decoration-color:#77607a}.ui-author-courses-sidebar-___courses-sidebar__unselectedHeadline___32Mti{color:#777;cursor:pointer}.ui-author-courses-sidebar-___courses-sidebar__unselectedHeadline___32Mti:hover{color:#333}.ui-publisher-publisher-sales-___publisher-sales-data__inlineIcon___UX1SW{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-publisher-publisher-sales-___publisher-sales-data__right___3yvSY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui-publisher-publisher-sales-___publisher-sales-data__section___SGJQC{margin-top:2rem}.ui-publisher-publisher-sales-___publisher-sales-data__table___23ZtN{margin-top:1rem}.ui-publisher-publisher-sales-___publisher-sales-data__group___1LLm-{margin-top:4rem;padding-top:2rem;border-top:.3571428571rem solid #de2922}.ui-publisher-publisher-sales-___publisher-sales-data__disclaimer___MgwuZ{margin-top:2rem}.ui-teacher-teacher-home-sidebar-___teacher-home-sidebar__inlineIcon___33A0J{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-teacher-home-sidebar-___teacher-home-sidebar__header___3qO9k{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui-teacher-teacher-home-sidebar-___teacher-home-sidebar__selectedHeadline___1ycHR{color:#333;text-decoration:underline;-webkit-text-decoration-color:#7bb0e7;-moz-text-decoration-color:#7bb0e7;text-decoration-color:#7bb0e7}.ui-teacher-teacher-home-sidebar-___teacher-home-sidebar__unselectedHeadline___10Iyp{color:#777;cursor:pointer}.ui-teacher-teacher-home-sidebar-___teacher-home-sidebar__unselectedHeadline___10Iyp:hover{color:#333}.ui-author-announcement-___announcement__inlineIcon___1d6r5{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-author-announcement-___announcement__announcement___2nFbb{color:#fff;background-color:#9e9e9e;padding:1rem;border-radius:1rem}.ui-author-announcement-___announcement__announcement___2nFbb .ui-author-announcement-___announcement__header___23EzR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-author-announcement-___announcement__announcement___2nFbb .ui-author-announcement-___announcement__header___23EzR .ui-author-announcement-___announcement__dismiss___2AEeZ{color:inherit}.ui-author-announcement-___announcement__announcement___2nFbb .ui-author-announcement-___announcement__header___23EzR .ui-author-announcement-___announcement__dismiss___2AEeZ:hover{color:inherit}.ui-author-announcement-___announcement__announcement___2nFbb .ui-author-announcement-___announcement__content___2zc2z{margin-top:.25em}.ui-author-announcement-___announcement__announcement___2nFbb a{margin-top:.25em;color:#fff;text-decoration:underline}.ui-institute-quest-achievements-___quest-achievements__inlineIcon___qjeLW{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-institute-quest-achievements-___quest-achievements__content___2DFtW table tbody tr td{vertical-align:middle}.ui-institute-quest-achievements-___quest-achievements__content___2DFtW table th{text-align:center}.ui-institute-quest-achievements-___quest-achievements__content___2DFtW table td{text-align:center}.ui-institute-quest-achievements-___quest-achievements__locked___1YpjS{text-decoration:line-through}.ui-institute-quest-achievements-___quest-achievements__icon___22Pz1{width:24px;height:24px;display:inline-block;vertical-align:middle;fill:gray}.ui-institute-quest-achievements-___quest-achievements__icon___22Pz1 svg{width:24px;height:24px}.ui-institute-quest-achievements-___quest-achievements__icon___22Pz1 svg path{fill:inherit}.ui-teacher-acquired-package-___acquired-package__inlineIcon___1lobV{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-acquired-package-___acquired-package__coursesSection___iNWhY{position:relative}.ui-teacher-acquired-package-___acquired-package__coursesSection___iNWhY .ui-teacher-acquired-package-___acquired-package__courses___1Opp5 .ui-teacher-acquired-package-___acquired-package__courseRow___RupKi{margin-top:1rem}.ui-teacher-acquired-package-___acquired-package__coursesSection___iNWhY .ui-teacher-acquired-package-___acquired-package__overlay___LeSnF{width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, rgb(255, 255, 255) 100%);background:-o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, rgb(255, 255, 255) 100%);background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, rgb(255, 255, 255) 100%);z-index:1;position:absolute}.ui-teacher-classquest-achievements-___classquest-achievements__inlineIcon___2Rrrf{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classquest-achievements-___classquest-achievements__content___3Qx9N table tbody tr td{vertical-align:middle}.ui-teacher-classquest-achievements-___classquest-achievements__content___3Qx9N table th{text-align:center}.ui-teacher-classquest-achievements-___classquest-achievements__content___3Qx9N table td{text-align:center}.ui-teacher-classquest-achievements-___classquest-achievements__locked___EWxv8{text-decoration:line-through}.ui-teacher-classquest-achievements-___classquest-achievements__icon___2hlsg{width:24px;height:24px;display:inline-block;vertical-align:middle;fill:gray}.ui-teacher-classquest-achievements-___classquest-achievements__icon___2hlsg svg{width:24px;height:24px}.ui-teacher-classquest-achievements-___classquest-achievements__icon___2hlsg svg path{fill:inherit}.ui-common-navbar-___navbar__inlineIcon___1nI-a{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-navbar-___navbar__logo___2sdD6{height:100%;padding-top:.5rem;padding-bottom:.5rem}.ui-common-navbar-___navbar__logo___2sdD6 img{max-height:100%;max-width:100%}.ui-common-navbar-___navbar__hidden___TBjCj{display:none !important}.ui-common-navbar-___navbar__activeTeacher___2tGbo{border-bottom:4px solid #7bb0e7}.ui-common-navbar-___navbar__activeAuthor___qKH53{border-bottom:4px solid #77607a}.ui-common-navbar-___navbar__activePublisher___1RheC{border-bottom:4px solid #7be77b}.ui-common-navbar-___navbar__activeEditor___22igY{border-bottom:4px solid #e7e57b}.ui-common-navbar-___navbar__activeAdmin___1_fNe{border-bottom:4px solid #e77b7b}.ui-common-navbar-___navbar__activeInstitute___2s2zj{border-bottom:4px solid #7bb0e7}.ui-util-simple-card-___simple-card__card___2HuT4{background:#fff;-webkit-box-shadow:0 .3571428571rem .3571428571rem rgba(0,0,0,.12);box-shadow:0 .3571428571rem .3571428571rem rgba(0,0,0,.12);border:.0714285714rem solid #eee;border-radius:.1428571429rem}.ui-util-simple-card-___simple-card__inlineIcon___1HANt{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-util-simple-card-___simple-card__card___2HuT4{height:10rem;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border:.0714285714rem solid #eee}.ui-util-simple-card-___simple-card__card___2HuT4 .ui-util-simple-card-___simple-card__border___1PsXS{height:.2857142857rem;width:100%;background-color:#de2922;visibility:hidden}.ui-util-simple-card-___simple-card__card___2HuT4:hover{-webkit-box-shadow:0 .3571428571rem .7142857143rem rgba(0,0,0,.12);box-shadow:0 .3571428571rem .7142857143rem rgba(0,0,0,.12)}.ui-util-simple-card-___simple-card__card___2HuT4:hover .ui-util-simple-card-___simple-card__border___1PsXS{visibility:visible}.ui-util-simple-card-___simple-card__card___2HuT4 .ui-util-simple-card-___simple-card__inner___1qXSQ{width:100%;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:1rem;overflow:hidden}.ui-util-simple-card-___simple-card__wrapper___3zS6i a{color:inherit}.ui-util-simple-card-___simple-card__wrapper___3zS6i a:hover{color:inherit;text-decoration:none}.ui-common-login-landing-___login-landing__inlineIcon___2GXGh{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-login-landing-___login-landing__apps___34mnz{text-align:center;color:#de2922;margin-top:1rem;font-size:1.25em}.ui-common-login-landing-___login-landing__badges___3nPeP{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.ui-common-login-landing-___login-landing__badge___3Mz4C{height:4rem;overflow:hidden;position:relative;display:inline-block}.ui-common-login-landing-___login-landing__badge___3Mz4C a,.ui-common-login-landing-___login-landing__badge___3Mz4C img{max-width:100%;max-height:100%}.ui-common-login-landing-___login-landing__footer___pbbvf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:4rem;padding-right:4rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-common-login-landing-___login-landing__loginContainer___2q-2C{max-width:330px;padding:15px;margin:0 auto}.ui-common-login-landing-___login-landing__signup___38vRF{margin-top:2rem}.ui-publisher-publisher-usage-___publisher-usage-data__inlineIcon___3LGzf{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-publisher-publisher-usage-___publisher-usage-data__section___1adE5{padding-bottom:2rem}.ui-publisher-publisher-usage-___publisher-usage-data__globalSection___2snNE{border-bottom:.3571428571rem solid #de2922}.ui-publisher-publisher-usage-___publisher-usage-data__content___3LuDn{margin-top:1rem}.ui-publisher-publisher-usage-___publisher-usage-data__metrics___3pViZ .ui-publisher-publisher-usage-___publisher-usage-data__metric___29Zv-{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin-top:1em}.ui-publisher-publisher-usage-___publisher-usage-data__metrics___3pViZ .ui-publisher-publisher-usage-___publisher-usage-data__metric___29Zv->*{border-bottom:1px solid #9e9e9e}.ui-publisher-publisher-usage-___publisher-usage-data__metrics___3pViZ .ui-publisher-publisher-usage-___publisher-usage-data__metric___29Zv- .ui-publisher-publisher-usage-___publisher-usage-data__columnLeft___252ur{-webkit-box-flex:0;-webkit-flex:0 0 16em;-ms-flex:0 0 16em;flex:0 0 16em}.ui-publisher-publisher-usage-___publisher-usage-data__metrics___3pViZ .ui-publisher-publisher-usage-___publisher-usage-data__metric___29Zv- .ui-publisher-publisher-usage-___publisher-usage-data__columnRight___3eHa6{-webkit-box-flex:0;-webkit-flex:0 0 8em;-ms-flex:0 0 8em;flex:0 0 8em;padding-left:1em}.ui-publisher-publisher-usage-___publisher-usage-data__metrics___3pViZ .ui-publisher-publisher-usage-___publisher-usage-data__metric___29Zv- .ui-publisher-publisher-usage-___publisher-usage-data__spacer___3E7oy{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-bottom:none}.ui-publisher-publisher-usage-___publisher-usage-data__questToggle___oTRoA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui-publisher-publisher-usage-___publisher-usage-data__footer___1YAsW{margin-top:2rem}.ui-teacher-package-course-list-___package-course-list__inlineIcon___3qWef{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-package-course-list-___package-course-list__courses___ohk1e .ui-teacher-package-course-list-___package-course-list__courseRow___eHisy{width:100%;height:10rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:1rem;border-bottom:1px solid #9e9e9e}.ui-teacher-package-course-list-___package-course-list__courses___ohk1e .ui-teacher-package-course-list-___package-course-list__courseRow___eHisy:last-child{border-bottom:none}.ui-teacher-package-course-list-___package-course-list__courses___ohk1e .ui-teacher-package-course-list-___package-course-list__courseRow___eHisy .ui-teacher-package-course-list-___package-course-list__courseCover___25C0b{width:15%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-package-course-list-___package-course-list__courses___ohk1e .ui-teacher-package-course-list-___package-course-list__courseRow___eHisy .ui-teacher-package-course-list-___package-course-list__courseCover___25C0b img{max-width:100%;max-height:100%}.ui-teacher-package-course-list-___package-course-list__courses___ohk1e .ui-teacher-package-course-list-___package-course-list__courseRow___eHisy .ui-teacher-package-course-list-___package-course-list__courseDetails___34dgx{width:85%;height:100%;margin-left:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui-teacher-package-course-list-___package-course-list__courses___ohk1e .ui-teacher-package-course-list-___package-course-list__courseRow___eHisy .ui-teacher-package-course-list-___package-course-list__courseDetails___34dgx .ui-teacher-package-course-list-___package-course-list__courseTitle___uR7pt{font-size:1.25em;font-weight:500}.ui-teacher-package-course-list-___package-course-list__courses___ohk1e .ui-teacher-package-course-list-___package-course-list__courseRow___eHisy .ui-teacher-package-course-list-___package-course-list__courseDetails___34dgx .ui-teacher-package-course-list-___package-course-list__courseDescription___2jdRW{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;white-space:pre-wrap;overflow:hidden}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__inlineIcon___vZeQ_{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__buttonRow___3mMrs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__buttonRow___3mMrs div{margin-right:.5rem}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__actionsRow___BjqPg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.5rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__actionsRow___BjqPg>:first-child{margin-left:0}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__actionsRow___BjqPg>:last-child{margin-right:0}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__actionsRow___BjqPg>*{margin:0 .5rem 0}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__highlight___1rMlX{border:1px solid #faebcc;background-color:#fcf8e3;border-radius:4px;padding:1rem}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__extendButton___2sER1{margin-left:.5rem;cursor:pointer}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__print___3DTn6{margin-left:.5em;color:#333}.ui-teacher-classcourse-mgmt-___classcourse-mgmt__enlargeQr___iI8Lj{cursor:pointer;margin-left:.5em}.ui-teacher-redeem-voucher-___redeem-voucher-form__inlineIcon___2jDrX{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-redeem-voucher-___redeem-voucher-form__header___1fWCP{margin-bottom:2rem}.ui-teacher-redeem-voucher-___redeem-voucher-form__tab___mJ0i4{cursor:pointer}.ui-teacher-redeem-voucher-___redeem-voucher-form__row___1XmaO{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;cursor:pointer}.ui-teacher-redeem-voucher-___redeem-voucher-form__row___1XmaO.ui-teacher-redeem-voucher-___redeem-voucher-form__selected___-8ttF{font-weight:bold}.ui-teacher-redeem-voucher-___redeem-voucher-form__row___1XmaO input{margin-right:.75em}.ui-teacher-redeem-voucher-___redeem-voucher-form__courseInfo___5ygK1{height:10rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:1rem;margin-bottom:2rem}.ui-teacher-redeem-voucher-___redeem-voucher-form__courseInfo___5ygK1 .ui-teacher-redeem-voucher-___redeem-voucher-form__cover___5KqOQ{width:8rem;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-redeem-voucher-___redeem-voucher-form__courseInfo___5ygK1 .ui-teacher-redeem-voucher-___redeem-voucher-form__cover___5KqOQ img{max-width:100%;max-height:100%}.ui-teacher-redeem-voucher-___redeem-voucher-form__courseInfo___5ygK1 .ui-teacher-redeem-voucher-___redeem-voucher-form__content___73Hd6{margin-left:2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-teacher-redeem-voucher-___redeem-voucher-form__courseInfo___5ygK1 .ui-teacher-redeem-voucher-___redeem-voucher-form__content___73Hd6 .ui-teacher-redeem-voucher-___redeem-voucher-form__name___11gMi{font-weight:500;font-size:1.25em}.ui-institute-institute-home-___institute-home__inlineIcon___XFEnO{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-institute-institute-home-___institute-home__courseWrapper___3Jv9r{padding:5px}.ui-institute-institute-home-___institute-home__courseWrapper___3Jv9r a{color:#333;font-family:"Roboto",Arial,sans-serif}.ui-institute-institute-home-___institute-home__courseWrapper___3Jv9r .ui-institute-institute-home-___institute-home__courseDescription___1aNLN{margin:0 .5em}.ui-institute-institute-home-___institute-home__courseWrapper___3Jv9r .ui-institute-institute-home-___institute-home__courseImage___2cWMH img{width:70px}.ui-institute-institute-home-___institute-home__courseWrapper___3Jv9r .ui-institute-institute-home-___institute-home__active___3rGab{background:#f4f4f4}.ui-institute-institute-home-___institute-home__courseWrapper___3Jv9r hr{margin-top:5px;margin-bottom:5px;margin-right:20px;border-top:5px solid #eee}.ui-institute-institute-home-___institute-home__titleRow___1X4Yx{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-institute-institute-home-___institute-home__titleRow___1X4Yx .ui-institute-institute-home-___institute-home__title___3o74u{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-institute-institute-home-___institute-home__publisher___aCVs2{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-institute-institute-home-___institute-home__courseListHeader___1Hl8Z{color:#333;text-decoration:underline;-webkit-text-decoration-color:#7bb0e7;-moz-text-decoration-color:#7bb0e7;text-decoration-color:#7bb0e7}.ui-teacher-acquired-packages-list-___acquired-packages-list__inlineIcon___22C6K{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;border-bottom:.3571428571rem solid #eee}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8:hover{background-color:#eee;cursor:pointer}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8 a{color:#333}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8 a:hover{color:#333;text-decoration:none}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8 .ui-teacher-acquired-packages-list-___acquired-packages-list__inner___ErxPU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:10rem}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8 .ui-teacher-acquired-packages-list-___acquired-packages-list__inner___ErxPU .ui-teacher-acquired-packages-list-___acquired-packages-list__left___y5A7k{height:100%;width:8rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8 .ui-teacher-acquired-packages-list-___acquired-packages-list__inner___ErxPU .ui-teacher-acquired-packages-list-___acquired-packages-list__left___y5A7k img{max-height:100%;max-width:100%}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8 .ui-teacher-acquired-packages-list-___acquired-packages-list__inner___ErxPU .ui-teacher-acquired-packages-list-___acquired-packages-list__right___2I7mC{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-left:.5rem}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8 .ui-teacher-acquired-packages-list-___acquired-packages-list__inner___ErxPU .ui-teacher-acquired-packages-list-___acquired-packages-list__right___2I7mC .ui-teacher-acquired-packages-list-___acquired-packages-list__title___3Bbxd .ui-teacher-acquired-packages-list-___acquired-packages-list__packageName___32Ny9{font-weight:500}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8 .ui-teacher-acquired-packages-list-___acquired-packages-list__inner___ErxPU .ui-teacher-acquired-packages-list-___acquired-packages-list__right___2I7mC .ui-teacher-acquired-packages-list-___acquired-packages-list__infos___2fAjJ{margin-top:1rem}.ui-teacher-acquired-packages-list-___acquired-packages-list__row___1X-u8 .ui-teacher-acquired-packages-list-___acquired-packages-list__inner___ErxPU .ui-teacher-acquired-packages-list-___acquired-packages-list__right___2I7mC .ui-teacher-acquired-packages-list-___acquired-packages-list__infos___2fAjJ .ui-teacher-acquired-packages-list-___acquired-packages-list__error___1JDoC{color:#c00;margin-left:.25em}.ui-teacher-acquired-package-___acquired-package-course-card__inlineIcon___YxzrF{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardLeft___2FWVn{height:100%;-webkit-box-flex:0;-webkit-flex:0 0 10rem;-ms-flex:0 0 10rem;flex:0 0 10rem}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardLeft___2FWVn img{max-height:100%;max-width:100%}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardCenter___3BjJa{height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardCenter___3BjJa .ui-teacher-acquired-package-___acquired-package-course-card__cardTitle___2qxsw{width:100%;font-weight:500}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardCenter___3BjJa .ui-teacher-acquired-package-___acquired-package-course-card__cardBody___Fkx9c{width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardRight___1Z0_P{height:100%;-webkit-box-flex:0;-webkit-flex:0 0 10rem;-ms-flex:0 0 10rem;flex:0 0 10rem}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardRight___1Z0_P .ui-teacher-acquired-package-___acquired-package-course-card__iconContainer___rrykI{height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardRight___1Z0_P .ui-teacher-acquired-package-___acquired-package-course-card__activate___uJbGY{cursor:pointer}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardRight___1Z0_P .ui-teacher-acquired-package-___acquired-package-course-card__activate___uJbGY:hover{color:#de2922}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardRight___1Z0_P .ui-teacher-acquired-package-___acquired-package-course-card__activated___1LLbf{color:#5cb85c}.ui-teacher-acquired-package-___acquired-package-course-card__cardContent___1_ZGE .ui-teacher-acquired-package-___acquired-package-course-card__cardRight___1Z0_P .ui-teacher-acquired-package-___acquired-package-course-card__activationError___rOpSJ{color:#c00}.ui-common-store-___store__inlineIcon___taOfu{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-store-___store__container___1DXE3{margin-top:2rem}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__header___1vivg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__header___1vivg .ui-common-store-___store__title___i-Bjf h1{margin-top:0px}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__description___3Jfbs .ui-common-store-___store__descriptionTitle___1k3sr{font-weight:bold}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__announcement___3_Vzb{margin-top:1rem;margin-bottom:1rem;padding:1rem;border-radius:2rem;text-align:center;color:#fff;background-color:#de2922}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__announcement___3_Vzb a{color:#fff;text-decoration:underline}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__announcement___3_Vzb p{margin-top:1rem;margin-bottom:0}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__search___1psff{width:100%;margin-top:1rem}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__search___1psff input{height:2.6em;font-size:1.1em}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__tabs___1-6Rn{margin-top:3rem}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__list___PY3RE{margin-top:3rem}.ui-common-store-___store__container___1DXE3 .ui-common-store-___store__icon___2rUCb{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__inlineIcon___1NNLJ{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__fixedBrandColor___3RpQC{color:#de2922 !important}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__stepByStep___1_iLa{background:url(a68a7ac89aacf06aa5f8f80a37dc87ab.png);padding:3em;border-radius:8px;color:#000}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__step___3Mr-D{padding-right:5px;color:#000}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__searchTextField___1bNug{background-color:#efefef;border-radius:10px;padding-left:2em;height:2.5em;border:#ccc}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__searchIcon___1yAPY{position:relative;left:1.5em}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__innerStep___1U6_k{background:#fff;border-radius:5px;padding:10px;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__closingLinks___1JYY7{float:right;text-decoration:underline;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__closingLinks___1JYY7 .ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__hideSteps___xMluG a{margin-right:15px;color:#000 !important}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__closingLinks___1JYY7 .ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__close___2t63c a{color:#000 !important}.ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__closingLinks___1JYY7 .ui-teacher-teacher-classcourse-home-___teacher-classcourse-home__closingX___zECN4{font-size:xx-small;position:relative;bottom:2px;font-weight:bolder}.ui-teacher-classcourse-toc-___classcourse-toc__inlineIcon___3MOwl{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-toc-___classcourse-toc__toc___2LQ7L{margin-top:1rem}.ui-teacher-classcourse-toc-___classcourse-toc__toc___2LQ7L li{list-style-type:none}.ui-teacher-classcourse-toc-___classcourse-toc__toc___2LQ7L .ui-teacher-classcourse-toc-___classcourse-toc__quest___3nVzX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-toc-___classcourse-toc__toc___2LQ7L .ui-teacher-classcourse-toc-___classcourse-toc__quest___3nVzX .ui-teacher-classcourse-toc-___classcourse-toc__lockedCheckbox___3QD4-{height:1.75em;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-toc-___classcourse-toc__toc___2LQ7L .ui-teacher-classcourse-toc-___classcourse-toc__quest___3nVzX .ui-teacher-classcourse-toc-___classcourse-toc__lockedCheckbox___3QD4- .ui-teacher-classcourse-toc-___classcourse-toc__checkboxWrapper___2Y2jG{height:100%;width:1.5em}.ui-teacher-classcourse-toc-___classcourse-toc__toc___2LQ7L .ui-teacher-classcourse-toc-___classcourse-toc__quest___3nVzX .ui-teacher-classcourse-toc-___classcourse-toc__lockedCheckbox___3QD4- .ui-teacher-classcourse-toc-___classcourse-toc__checkboxWrapper___2Y2jG input{height:100%;width:100%;pointer-events:none}.ui-teacher-classcourse-toc-___classcourse-toc__noDeadline___L5i0_{border:none;background:none;padding:0px;fill:gray}.ui-teacher-classcourse-toc-___classcourse-toc__noDeadline___L5i0_:hover{fill:#9e9e9e}.ui-teacher-classcourse-toc-___classcourse-toc__deadline___3GU4H{border:none;background:none;padding:0px;fill:gray}.ui-teacher-classcourse-toc-___classcourse-toc__deadline___3GU4H:hover{fill:#9e9e9e}.ui-teacher-classcourse-toc-___classcourse-toc__icon___i0ijI{width:1.25em;height:1.25em;vertical-align:text-bottom;display:inline-block}.ui-teacher-classcourse-toc-___classcourse-toc__icon___i0ijI svg{width:1.25em;height:1.25em}.ui-teacher-classcourse-toc-___classcourse-toc__icon___i0ijI svg path{fill:inherit}.ui-teacher-classcourse-list-___classcourse-list__inlineIcon___2cSWl{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-list-___classcourse-list__wrapper___39XBY{position:relative}.ui-teacher-classcourse-list-___classcourse-list__row___1o3o5{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-classcourse-list-___classcourse-list__row___1o3o5 .ui-teacher-classcourse-list-___classcourse-list__left___1oy3g{overflow:hidden}.ui-teacher-classcourse-list-___classcourse-list__row___1o3o5 .ui-teacher-classcourse-list-___classcourse-list__right___3jDHJ{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:.5em;overflow:hidden}.ui-teacher-classcourse-list-___classcourse-list__topRight___1ghvC{position:absolute;right:0;top:0}.ui-teacher-classcourse-list-___classcourse-list__bottomRight___fDj2o{position:absolute;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-list-___classcourse-list__warnings___160FX{margin-right:.5em}.ui-teacher-classcourse-list-___classcourse-list__divider___1fqUd{width:100%;height:5px;background-color:#eee;margin-top:5px;margin-bottom:5px}.ui-teacher-classcourse-list-___classcourse-list__titleRow___2TTpp{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-list-___classcourse-list__titleRow___2TTpp .ui-teacher-classcourse-list-___classcourse-list__title___3OHja{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-classcourse-list-___classcourse-list__publisher___JiuMh{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-teacher-classcourse-list-___classcourse-list__warning___l6VFI{display:inline-block;vertical-align:middle;color:#fc0}.ui-teacher-classcourse-list-___classcourse-list__error___QCOly{display:inline-block;vertical-align:middle;color:#c00}.ui-teacher-classcourse-course-list-____classcourse-course-list__inlineIcon___AGQWf{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-course-list-____classcourse-course-list__classcourseWrapper___2azLn{background-color:#efefef;border-radius:10px;padding:15px 30px}.ui-teacher-classcourse-course-list-____classcourse-course-list__new___31XqP{background-color:undefined !important}.ui-teacher-classcourse-course-list-____classcourse-course-list__imgHeight___2PDL4{height:12em}.ui-teacher-classcourse-course-list-____classcourse-course-list__twoLineEllipsis___3Wh7e{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ui-teacher-classcourse-course-list-____classcourse-course-list__brandColor___3lIVo{color:#de2922}.ui-teacher-classcourse-course-list-____classcourse-course-list__descriptionHeight___1XOSJ{height:3em}.ui-teacher-classcourse-course-list-____classcourse-course-list__subject___nPVTo{background-color:#9abab9 !important}.ui-teacher-classcourse-course-list-____classcourse-course-list__announcements___FSF0r{background:url(8a5ba8d1859979f4c90fcc415ef59809.png) no-repeat;-webkit-background-size:cover;background-size:cover;padding:3em;border-radius:8px;color:#fff}.ui-teacher-classcourse-course-list-____classcourse-course-list__feedback___12NLW{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABJCAYAAAC0AZFNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASfSURBVHgB7ZwBTxNBEIWnIlqQ1CAhGoQg/v/fhCForJIGSwBBCjivnZLr5q699mZmd9P7ks3RpsD13dvZ3Zm9I2p54fn5+S058YpaxrDoPT4c83GPHOhQC0Tf5MMht01564HbWafTeSIjWsdPgMs3C69vLUUHay88u32HD73g7QEZ85oSR8IABj0ccb6hWUbc4M57bo/s1Htajv3g9YD/xoiMSU54FhrCvue2xW2bluyV/Ps43NLkQvzldlclpAykxRDzwJ81dztIZnBlESDyB25d0g+BGCxxMXAhEL9H0pNOgs+dergdRBe+IPg2+XHH7Q3NXuAhi/6LnIgWaiSkoKvvkj/d4DV6hEuImRJFeFkhHtBsfI3JtVeImeI+nWTR3/HhiNIRHex6pguAq/CyLP9Maa4fDiT8ueD2j8RRnyhd0APdzs9FeJm6HVD67PC5ugz2Xo4PFyops+cR782Fl7jeo3yAJubx3sPxuTi9CM7ZNC9vLrzkPvo0WaTkBKaYW2SEW8pABli4KKewg6TZNzLAPVcjMT+nwXZgkbF0X8jwl7jiw3duV5QHuxYDbdTsZEbuV3e958q1x20mKZeR+9Vd7+J4qWti5TpOv4rg4WdSd7+q672ER6WnKOiQSmqbic98UNc91dp9YC681DXLFiM5ur9fdr6rYBrjCw4uY5wN5M98nBP7bykt1Hqi9eBaZ9mNHQVH4vIXWHwsXiD+b5p08xToag2yZsKL2+s6ZJ77//DhjNJwP/RSyVxaOn6VJFMd98dmhxQwEX5Jt4dM3b8fdmtxP3InMRNuKgO+leM1UqqoBB2HGUJxP8R33Y5RIM1Q09DtIfhbRxXuh/Ax3J+s4y1y2FP3hwNvFPeH57EKFsJbrTrhtK9ld2xEdP/KqAov4cB6DySK0SeR3b9BDdF2vFmpLCB792sL77njF8Ry/yM1RFt41/2HQgz3N05haAvfpXhUup8mKYdL0uFJIzWsJrwMrLE3o5a6H0Jxu+Afz6m5++9IAU2hGo/0ilS5H7fiNHX/sje3laIpfGpFi0Xu/0Gruf+aFFiH+1zh/sMS99/Q8oX2B+k1jdEUvvEUyxBMc7+EW7Bl2onthXW3GKrVBDSFT6VKVAW+636F++tuM1FbF6yL44vA/VXFlnnuH2reoKYmvMxtc0lS1Sm0h+5XXQWrbu/gL4FNSyqlMUfqbDO50t7Cpy08HsgQ44ZhDUp3iqGwI6tfVbSnkypz3EgMy960EB1oC49VXeqzmzIuOznf2S0DrEouwxH35xgAi5XrDeVFv2P8GKwyLIRHrMwl3Ay0UgDLon+LST7hxu1pTGVYJcmifaGawBznFBET4aX7pryK/ek9iwmxTAunel/TQFLCUbEUHlWe1AbZQcy4XsRMeBlktQrMGiQjOrCuQKXi+ouURAemwovrY+ZvMMCf83mk1PPGeNRcYzkNZbqzWAukRZg//hDZPU6tQgSv7X1weT9Vwad4PXcSrrcWHhf3MoWpYh1chIf7jFxffF5w0g4P8XxQEDa0ho8MxxhT3IG2QbPjznT1i0L6SI7/aJILuo+RVWxpaWlpaVnEf9H68N3tPgKfAAAAAElFTkSuQmCC),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOUAAACxCAYAAAA71nr3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAlSSURBVHgB7d0NjxzFEcbxcsIJvymGXIwvBOI4Qvn+nygvgiAQOqFFYHNa8NF122PmxrO7M901M91d/5+02rO5OxvfPlvd0901IgAAtOz29vYPkiHriwHcFwJ5EZ5ehuc/SaIHAsBMCOOr8HQRf7kLj+sHDx78MuNbEErASgjkZXi6HPz2Xg7B/EEmIpSAgW7YKsenhJOrJqEEDIRQXoWnc/PISVWTUAKZ4kWdqxlfcrJqcvUVyBCHrZczv+yZnAgxoQTyfCS/X22d4+gQllACiWKV/Fjm252aVxJKIN1nkub61H8klECCuCaZMmw9uyxCKIGZMoat+xDI63OfRCiB+bRKpmTnyymfRCiBGeKaZMpm893UPbCEEpgocU1S3e3kmfrJHwjQE88C/jE8PpTDm7a+ELvXycXgecyv4fE2fvw2/vqX+PG+ew5VYy/1SV2TnHVShFA6FgKoweseF73nHJO+PvzZ+rSPjxs5BFeffw0v4BspzFJrkmMIpROxAj4MjydyCJ9+vPX05SI+Hvd/M/xdtZr+LL2whhf2a9nWImuSYwhlw2Il1Bf8Exm88AunbxaPpfd3jpVVg3nTPdaqqEuuSY4hlI0JL6AuhE8lfyhammFQtaJqUN/IQtV06TXJMYSyAXFoqi8cvVTfWhBP0f/vp/HRr6Ya0jdGIV10TXIMoaxYrIp/lrqGpkt7V01zQ7rGmuQYQlmZXlXUB+vM5/VD2l1A+knODHfXWpMcQygrQRhN3LuANJiTvh5cOFplTXIM7UAKRxhX1a2Zakify3w6bP1WMhHKgoVAahBTLzRgff/OrZKK4WuB4gWcF+LrSmrtri0CqQhlQeJQVRsqPRXUJHlNcgyhLARD1aolr0mOIZQbozpWb2c1bO0Qyg0xd6xe9prkGEK5kSM3g0FdbqyrpGJJZGUMV5vzXQjm92KIiwor6t2ZiUC24zIekTNDKFcSf3B6UJb5Y1s0Q5/m3lJ9+A2xsBjIz4VAtkp/rinb8kYxp1xYPP7zifAG6IHJ/JIXyoJ69y3k39kHk/klL5aFxB/OnBuJon4m80tCuYDeHBL+ZM8vCaWxuOzxqfBv69mzuJc5CS8cQ3HYwrIHVPL8klDa0jkkgYRKnl8SSiNxLys7ddCX1HyLUBqIpz3YXI4xH8+dXxLKTPHCzgsBjtP55eQTWYQyX+p9JuDHrPklocyQ0UEb/uhdziZNcQhloowO2vBL55ePzn0SoUzHsBUprs4NYwllgvCPqkMRhq1I0e34OopQpvmrAOken1omIZQzZdzVF+g7ukxCKOcjkLDQNVB7D50HEsSlEComLLzXrYBQJuotiXDBBzn0Hpn/7fePJZSZqJowoDes/ar7BaE0QNWEgXfDWEJpiKqJDO+GsYTSGFUTGe6GsYRyISGcH4WnvwjLTpjn/4RyQb2zlo8FmGZPKFdA1cQchHIlsWrqntmHApxAKFfGzWJxDqHcQKya9IfFKEK5IaomxhDKjVE1MUQoC0HVRIdQFoSqCUUoC0TV9I1QFoqq6RehNBQr3K5/YNXoe1I1HSGURkJ49I5bXevA6xDMazES73Oo35uq6QChNBKC80ruh+Z1eHxjVTVjA1+tmMl3CEYdCKWBE0NMPbh6PWyMlPlnadt7bk7bMEKZKV6QeXXm06iamIxQZhoZth6zl0PV/EGM0H6kTYQyQwzF1cwv28khnFZVk/YjjSGUiTLXEamaOIpQJgoh0AqZW52omngPoUwQb4X3d7FB1cQ9hDLBjIs7c1A1cYdQzpR4cWcqqiYI5RwrbhKnajpGKGcwurgz1VJV8xOh1WXRCOVEE3fuLEG36Gk434oBGkSXj1BOtHKVHNKqqdv03ogRGkSXi1BOEF7AWlU+k+1RNR0glBMstASSSqvmlxykbhehPGPhJZAc1gepaT9SCEJ5RmFVcoiq2SBCeULBVXKIqtkQQnlC4VVyiKrZCEJ5REVVcoiqWTlCeURlVXKIqlkxQjmi4io5RNWsEKEcUXmVHKJqVoZQDjRUJYdoEF0JQjnQWJUcotVlBQhlT0F7XJdEg+jCEcqejU+CrI2qWShCGW14XnJLtB8pEKGMnFXJIdqPFIRQRo1f4JmCqlkIQilNL4OkoGpujFDK3QtHr7hy+v53VM0NuQ+l0ws8U1E1N0AoGbqeQ9VcGaG8vdV7gjwUnEPVXInrUDJ0nY2quQLvodTdJ88Fc9HqckHeQ8nQNR0NohfiNpQMXc1QNY15fkd6JLCgU4CXIUwfiIEQ7n14fBU+NDv7WRvPlVIP6D4VWKL9iAHPofxCuLnNEmg/ksllKJ0cZt4aVTOR11DS+GkdVM0EXkPJBvR1UTVn8BpK5pPro2pO5C6UsTXiS8FWqJpneAzlk/D0N8GWqJoneAyl7nWl41oZqJojPM6rPhSU4lIvulnuBgpP/5PD1r9qeayUXOQpDw2ie1yFMjYM/kJQKhpEi7+KwTGtsuna8efx4HM2PbkSHt+FD7+Rw8WlKngLJd37yqfDzasQzBeGc03tlKAnT8w6JizJ2/CV7XV1cdl+xFsoWQ6pk6umXd5CyRnKermpmt5CyUb0+jVfNb2FkkZZbWi6anoLpfc7a7WmyarpLZT/ErSmuarJdjPUrlvXfB538GTrrWu+lg1QKdGSJhpEE0q0qOoG0Qxf0aKuQbTJMb21G0QTSrRKq9vLuLXSRDyQ/R9ZeHM7w1d4UFX7ESolPNCq+c9aqqa3SknXARRfNdnRA6+KbdpFKOFZkVWTUyJAYVXTWyi1u1mRB1uxuWKqJp0HgPs2r5rerkSavQuiWZs3iPZWKbmPCKbarEG0t1Byxy3MtXqDaG/D12oa8qIYerX+H2s2iPZ4LxHWKpFqlfYjHkNJm0nkWLz9CPenBNIsVjU9hlLfla4EyLdI1fQYSn1HeiWAHdOq6e4YU1zMNendAkTPxPAWfl7PFm7SOhBN0xHYIzHgNZRmLQiBHpM9s15D+bMAtphTZroR5pWws7c8WeIylLFJL9USVr4WQ56bSP0kQL5deJO/EUOeQ8kVWOS62zwgxtyGMr67Ma9EDrOLO33ee6DuBEizs9xe1+c9lD8KMN8iw9aO91AyhEWKRYatHdehjEsjVEvMsdiwtcN9NZhXYrpFh60dQskQFtMtOmztuA9lHMJSLXHO4sPWDpXygHklTlll2Nr5Dc3VyslY0lP7AAAAAElFTkSuQmCC),#3071b2;background-repeat:no-repeat,no-repeat,no-repeat;background-position:65% 85%,bottom right,top left;-webkit-background-size:15%,40%,cover 15%,40%,cover;background-size:15%,40%,cover;padding:3em;border-radius:8px;color:#fff}.ui-teacher-classcourse-course-list-____classcourse-course-list__nameHeader___2-yPW{max-height:5.9em}.ui-teacher-classcourse-course-list-____classcourse-course-list__reviewWidth___gApdx{max-width:26em}.ui-teacher-classcourse-course-list-____classcourse-course-list__customX___TxDpT{color:#67676c;right:-3em !important;top:-3em !important;background-color:#fff}.ui-teacher-achievements-summary-table-___achievements-summary-table__inlineIcon___2bf8J{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-achievements-summary-table-___achievements-summary-table__icon___qF5Dw{width:24px;height:24px;display:inline-block;vertical-align:middle;fill:gray}.ui-teacher-achievements-summary-table-___achievements-summary-table__icon___qF5Dw svg{width:24px;height:24px}.ui-teacher-achievements-summary-table-___achievements-summary-table__icon___qF5Dw svg path{fill:inherit}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN th{text-align:center}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN td{text-align:center}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN tr.ui-teacher-achievements-summary-table-___achievements-summary-table__emphasis___2CXaN td{background-color:#e34943}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN .ui-teacher-achievements-summary-table-___achievements-summary-table__courseCompleted___Bzu39{background-image:url("/images/teacher/courseCompleted.png");background-repeat:no-repeat;background-position:center;-webkit-background-size:20px 20px;background-size:20px}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN .ui-teacher-achievements-summary-table-___achievements-summary-table__chapterCompleted___mpHj1{background-image:url("/images/teacher/chaptersCompleted.png");background-repeat:no-repeat;background-position:center;-webkit-background-size:20px 20px;background-size:20px}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN td .ui-teacher-achievements-summary-table-___achievements-summary-table__deadlineOpen___3PE26{background-image:url("/images/teacher/openDeadline.png");background-repeat:no-repeat;background-position:center}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN td .ui-teacher-achievements-summary-table-___achievements-summary-table__deadlineDoneInTime___2VKc7{background-image:url("/images/teacher/doneDeadline.png");background-repeat:no-repeat;background-position:center}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN td .ui-teacher-achievements-summary-table-___achievements-summary-table__deadlineDoneTooLate___AN8eS{background-image:url("/images/teacher/doneTooLateDeadline.png");background-repeat:no-repeat;background-position:center}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN td .ui-teacher-achievements-summary-table-___achievements-summary-table__deadlinesOverdue___11SO2{background-image:url("/images/teacher/overdueDeadline.png");background-repeat:no-repeat;background-position:center}.ui-teacher-achievements-summary-table-___achievements-summary-table__table___3GkzN .ui-teacher-achievements-summary-table-___achievements-summary-table__strikethrough___27pSm{text-decoration:line-through}.ui-teacher-achievements-summary-table-___achievements-summary-table__strikethrough___27pSm{text-decoration:line-through}.ui-teacher-achievements-summary-table-___achievements-summary-table__row___2EvXH.ui-teacher-achievements-summary-table-___achievements-summary-table__expanded___2R6Tn:hover .ui-teacher-achievements-summary-table-___achievements-summary-table__hoverEq___1QmIZ{position:relative}.ui-teacher-achievements-summary-table-___achievements-summary-table__row___2EvXH.ui-teacher-achievements-summary-table-___achievements-summary-table__expanded___2R6Tn:hover .ui-teacher-achievements-summary-table-___achievements-summary-table__hoverEq___1QmIZ::before{position:absolute;left:-4px;content:"=";color:#9e9e9e}.ui-teacher-achievements-summary-table-___achievements-summary-table__row___2EvXH.ui-teacher-achievements-summary-table-___achievements-summary-table__expanded___2R6Tn:hover .ui-teacher-achievements-summary-table-___achievements-summary-table__hoverPlus___36MGl{position:relative}.ui-teacher-achievements-summary-table-___achievements-summary-table__row___2EvXH.ui-teacher-achievements-summary-table-___achievements-summary-table__expanded___2R6Tn:hover .ui-teacher-achievements-summary-table-___achievements-summary-table__hoverPlus___36MGl::before{position:absolute;left:-4px;content:"+";color:#9e9e9e}.ui-author-course-full-___course-full__inlineIcon___1rIb_{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-author-course-full-___course-full__container___1m1IM{margin-top:2rem}@media print{.ui-author-course-full-___course-full__container___1m1IM{-webkit-font-variant-ligatures:none;-moz-font-variant-ligatures:none;font-variant-ligatures:none}}.ui-author-course-full-___course-full__header___FiJDR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-author-course-full-___course-full__header___FiJDR .ui-author-course-full-___course-full__title___1pTWO{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0}.ui-author-course-full-___course-full__header___FiJDR .ui-author-course-full-___course-full__type___11TA1{margin-left:2em}.ui-author-course-full-___course-full__header___FiJDR .ui-author-course-full-___course-full__print___2dv-b{font-size:1.5em;margin-left:1em}@media print{.ui-author-course-full-___course-full__header___FiJDR .ui-author-course-full-___course-full__print___2dv-b{display:none}}.ui-author-course-full-___course-full__content___1nbJo{margin-top:2rem}.ui-author-course-full-___course-full__chapter___2cuHj{margin-top:4rem}.ui-author-course-full-___course-full__chapter___2cuHj .ui-author-course-full-___course-full__chapterTitle___1uQpM{width:100%;border-bottom:.3571428571rem solid #000}.ui-author-course-full-___course-full__chapter___2cuHj .ui-author-course-full-___course-full__quests___1Ao4X{margin-left:2rem}.ui-author-course-full-___course-full__quest___2rjUj{margin-top:4rem}.ui-author-course-full-___course-full__quest___2rjUj .ui-author-course-full-___course-full__questions___2dI2P{padding-left:2rem;border-left:.2142857143rem solid #000}.ui-author-course-full-___course-full__question___3-bvf{margin-top:2rem;padding-bottom:1rem;border-bottom:2px solid #f4f4f4;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media print{.ui-author-course-full-___course-full__question___3-bvf{page-break-inside:avoid}}.ui-author-course-full-___course-full__question___3-bvf:last-child{border-bottom:none}.ui-author-course-full-___course-full__question___3-bvf .ui-author-course-full-___course-full__questionTitle___3_h2M{-webkit-box-flex:0;-webkit-flex:0 0 4rem;-ms-flex:0 0 4rem;flex:0 0 4rem;font-weight:bold}.ui-author-course-full-___course-full__question___3-bvf .ui-author-course-full-___course-full__questionContent___3AoV3{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;margin-left:2rem;overflow:hidden}.ui-author-course-full-___course-full__question___3-bvf .ui-author-course-full-___course-full__questionType___vlSB-{-webkit-box-flex:0;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;overflow:hidden;margin-left:1rem}.ui-author-course-full-___course-full__question___3-bvf .ui-author-course-full-___course-full__questionType___vlSB- img{width:50px;height:50px;border-radius:10px;border-style:solid;border-width:2px}.ui-author-course-full-___course-full__question___3-bvf .ui-author-course-full-___course-full__questionNuts___ZZCWk{-webkit-box-flex:0;-webkit-flex:0 0 4rem;-ms-flex:0 0 4rem;flex:0 0 4rem;overflow:hidden;margin-left:1rem}.ui-author-course-full-___course-full__icon___2YdEd{height:1em;width:1em;display:inline-block;margin-left:.25em}.ui-author-course-full-___course-full__icon___2YdEd svg{height:1em;width:1em;fill:currentColor}.ui-common-user-identifier-input-___user-identifier-input__inlineIcon___28w9H{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-user-identifier-input-___user-identifier-input__container___L-e7O{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-common-user-identifier-input-___user-identifier-input__input___gDSQ1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-common-user-identifier-input-___user-identifier-input__label___3boEu{font-size:10pt;color:#777;margin-left:.5em}.ui-common-user-identifier-input-___user-identifier-input__email___1WrCd{border-top-right-radius:0px;border-bottom-right-radius:0px;border-right-width:0px}.ui-common-user-identifier-input-___user-identifier-input__phone___3hBd7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-common-user-identifier-input-___user-identifier-input__phone___3hBd7 .ui-common-user-identifier-input-___user-identifier-input__countryCode___2wfMx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-top-right-radius:0px;border-bottom-right-radius:0px;border-right-width:0px;padding-top:0;padding-bottom:0;padding-left:.5em;padding-right:.5em;-webkit-box-flex:0;-webkit-flex:0 0 3em;-ms-flex:0 0 3em;flex:0 0 3em}.ui-common-user-identifier-input-___user-identifier-input__phone___3hBd7 .ui-common-user-identifier-input-___user-identifier-input__countryCode___2wfMx:focus-within{border-color:#de2922;-webkit-box-shadow:0px 1px 1px rgba(0,0,0,.075) inset,0px 0px 8px rgba(222,41,34,.6);box-shadow:0px 1px 1px rgba(0,0,0,.075) inset,0px 0px 8px rgba(222,41,34,.6);z-index:2}.ui-common-user-identifier-input-___user-identifier-input__phone___3hBd7 .ui-common-user-identifier-input-___user-identifier-input__countryCode___2wfMx input{background-color:rgba(0,0,0,0);outline-style:none;-webkit-box-shadow:none;box-shadow:none;border:none;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:0}.ui-common-user-identifier-input-___user-identifier-input__phone___3hBd7 .ui-common-user-identifier-input-___user-identifier-input__countryCode___2wfMx input:focus{outline-style:none;-webkit-box-shadow:none;box-shadow:none;border:none}.ui-common-user-identifier-input-___user-identifier-input__phone___3hBd7 .ui-common-user-identifier-input-___user-identifier-input__domesticNumber___3i2fN{border-radius:0px;border-right-width:0px;border-left-width:0px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-common-user-identifier-input-___user-identifier-input__standalonePhoneInput___2HHO7 .ui-common-user-identifier-input-___user-identifier-input__domesticNumber___3i2fN{border-top-right-radius:4px;border-bottom-right-radius:4px;border-right-width:1px}.ui-common-user-identifier-input-___user-identifier-input__toggle___1C1LA{/*! keep */}.ui-common-user-identifier-input-___user-identifier-input__toggleContainer___3nT_D{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-common-user-identifier-input-___user-identifier-input__toggleContainer___3nT_D .ui-common-user-identifier-input-___user-identifier-input__toggleElement___3HUcX,.ui-common-user-identifier-input-___user-identifier-input__toggleContainer___3nT_D .ui-common-user-identifier-input-___user-identifier-input__toggleRight___33VQy,.ui-common-user-identifier-input-___user-identifier-input__toggleContainer___3nT_D .ui-common-user-identifier-input-___user-identifier-input__toggleLeft___ezQLu{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-common-user-identifier-input-___user-identifier-input__toggleContainer___3nT_D .ui-common-user-identifier-input-___user-identifier-input__toggleLeft___ezQLu{border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-right-width:0px}.ui-common-user-identifier-input-___user-identifier-input__toggleContainer___3nT_D .ui-common-user-identifier-input-___user-identifier-input__toggleRight___33VQy{border-top-left-radius:0px;border-bottom-left-radius:0px}.ui-common-user-identifier-input-___user-identifier-input__toggleContainer___3nT_D .ui-common-user-identifier-input-___user-identifier-input__toggleActive___3zmTl{color:#de2922;background-color:#f4f4f4}.ui-common-login-___login__inlineIcon___306zi{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-login-___login__logo___FmPJE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-common-login-___login__logo___FmPJE img{width:18rem}.ui-common-login-___login__login___3TtUF{height:5rem;padding:10px 16px 10px 16px;overflow:hidden;color:#fff;text-decoration:none !important}.ui-common-login-___login__otherLoginButtons___2dld5{margin-top:2rem}.ui-common-login-___login__authenticationCode___3Cdqy{height:5rem;padding:10px 16px 10px 16px;overflow:hidden}.ui-common-login-___login__facebook___21n5x{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,.2);margin-top:5px;display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:5rem;padding:10px 16px 10px 16px;overflow:hidden}.ui-common-login-___login__facebook___21n5x .ui-common-login-___login__buttonText___3Bb1F{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center}.ui-common-login-___login__facebook___21n5x:hover{color:#fff !important;background-color:#23345a}.ui-common-login-___login__facebook___21n5x:focus{color:#fff !important;background-color:#2d4373}.ui-common-login-___login__google___1AsoL{color:#fff;background-color:#4285f4;border-color:rgba(0,0,0,.2);margin-top:5px;display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:5rem;padding:10px 16px 10px 16px;overflow:hidden}.ui-common-login-___login__google___1AsoL .ui-common-login-___login__buttonText___3Bb1F{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center}.ui-common-login-___login__google___1AsoL:hover{color:#fff !important;background-color:#3062b3}.ui-common-login-___login__google___1AsoL:focus{color:#fff !important;background-color:#346cc5}.ui-common-login-___login__eduapps___1jtAI{color:#000;background-color:#fbc203;border-color:rgba(0,0,0,.2);margin-top:5px;display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:5rem;padding:10px 16px 10px 16px;overflow:hidden}.ui-common-login-___login__eduapps___1jtAI .ui-common-login-___login__buttonText___3Bb1F{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center}.ui-common-login-___login__eduapps___1jtAI:hover{color:#000 !important;background-color:#e9ac01}.ui-common-login-___login__eduapps___1jtAI:focus{color:#000 !important;background-color:#fbbe0c}.ui-common-login-___login__eduappsIcon___2yumW{height:2em;width:2em;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:2em;-ms-flex-preferred-size:2em;flex-basis:2em}.ui-common-login-___login__faIcon___1wKVh{font-size:1.5em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__inlineIcon___3Sl1r{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__printRow___2pIUu{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-top:1em;font-size:1.5em}@media print{.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__printRow___2pIUu{display:none}}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__container___3OPpE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media print{.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__container___3OPpE{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#fff !important;z-index:999;padding-top:2em;padding-bottom:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__container___3OPpE .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__divider___31CyC{visibility:visible !important}}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__container___3OPpE .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__divider___31CyC{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;visibility:hidden}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__container___3OPpE .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__divider___31CyC .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__dividerLine____f-n3{height:1px;border-top:2px dashed #000;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__container___3OPpE .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__divider___31CyC .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__dividerText___1YEZP{margin-left:1em;margin-right:1em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__instructionsContainer___1XUTC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:14px;padding-top:1em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__lcol___2_lI3{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__rcol___27f-h{width:20em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__header___1ma7L .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__title___l31o_{font-size:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__prologue___2rY_j{margin-top:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__prologue___2rY_j .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__className___2jUU_{font-weight:bold}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__instructions___9DekB{margin-top:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__instructions___9DekB li{margin-top:.5em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__epilogue___1ymIm{margin-top:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__logo___eALWP{width:100%}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__logo___eALWP img{width:100%}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__registrationCode___2SSnW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__registrationCode___2SSnW .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__qrCode___18op9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:.25em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__registrationCode___2SSnW .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__textCode___Lt2QS{margin-top:.25em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyContainer___b8_Hy .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyHeader___3yZf9{font-size:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyContent___2d5R4{margin-top:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyContent___2d5R4 .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyFull___1BTPd{font-style:italic}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyFooter___ctjKz{margin-top:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyFooter___ctjKz .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureParent___3nEwB{padding-left:1em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyFooter___ctjKz .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureBoxes___1PQcp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyFooter___ctjKz .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureBoxes___1PQcp .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureBox___3qFWL{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:1em;padding-right:1em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyFooter___ctjKz .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureBoxes___1PQcp .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureBox___3qFWL .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureLine___13PWZ{height:3em;width:100%;border-bottom:1px solid #000}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacyFooter___ctjKz .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureBoxes___1PQcp .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureBox___3qFWL .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__privacySignatureText___3h4Mk{margin-top:.5em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__studentPrivacyHeaderRow___1xe1_{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__studentPrivacyHeaderRow___1xe1_ .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__studentPrivacyHeader___1p0j8{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-size:1.5em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__studentPrivacyHeaderRow___1xe1_ .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__studentPrivacyLogo___1aul1{width:15em;margin-right:2em}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__studentPrivacyHeaderRow___1xe1_ .ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__studentPrivacyLogo___1aul1 img{width:100%}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__declarationToggleContainer___MoF4a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-registration-instructions-___classcourse-registration-instructions__declarationToggleContainer___MoF4a label{margin:0 1rem 0}.ui-author-question-edit-___question-edit__inlineIcon___1wJJi{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-author-question-edit-___question-edit__container___3syLn{position:relative}.ui-author-question-edit-___question-edit__overlay___1a5Fv{width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));background:-o-radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));background:radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));z-index:10}.ui-author-question-edit-___question-edit__questionContainer___2vH7R{margin-left:0px !important;margin-right:0px !important}.ui-author-question-edit-___question-edit__questionTextContainer___ZwCh6{margin:1rem 0}.ui-author-question-edit-___question-edit__type___1FvsL{vertical-align:top !important;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-author-question-edit-___question-edit__type___1FvsL p{width:75px;margin-top:.5em}.ui-author-question-edit-___question-edit__mediaSection___3JxA6{margin-bottom:15px}.ui-author-question-edit-___question-edit__nav___31Fje{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-author-question-edit-___question-edit__nav___31Fje .ui-author-question-edit-___question-edit__navRight___1fno0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.ui-author-question-edit-___question-edit__tabSet___xyCoB{margin-bottom:7px}.ui-author-question-edit-___question-edit__tabLinks___2XrDh a{color:#000;font-size:15px;background-color:#e7e7e7;padding:5px;padding-top:8px}.ui-author-question-edit-___question-edit__tabSet___xyCoB li.ui-author-question-edit-___question-edit__active___2ez75 a{border-width:3px;border-style:solid;border-color:rgba(0,0,0,0);border-bottom-color:#de2922;-webkit-border-image:none;-o-border-image:none;border-image:none;background-color:#e7e7e7}.ui-author-question-edit-___question-edit__tabSet___xyCoB img{width:270px;max-width:100%}.ui-author-question-edit-___question-edit__explanationBox___9CGb7{background-color:#e7e7e7}.ui-author-question-edit-___question-edit__typeSection___2RquM{background-color:#f4f4f4;padding-top:10px;padding-bottom:10px;padding-left:6px;padding-right:6px}.ui-author-question-edit-___question-edit__typeGroup___3z9r3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-top:2em}.ui-author-question-edit-___question-edit__typeGroup___3z9r3 input{visibility:hidden;position:absolute}.ui-author-question-edit-___question-edit__typeGroup___3z9r3 input:checked+img{border-color:#de2922}.ui-author-question-edit-___question-edit__typeGroup___3z9r3 input:hover+img{border-color:#e34943}.ui-author-question-edit-___question-edit__typeGroup___3z9r3 input:checked+p{color:#de2922}.ui-author-question-edit-___question-edit__typeGroup___3z9r3 img{width:70px;height:70px;border-radius:10px;border-style:solid;border-width:2px}.ui-author-question-edit-___question-edit__typeGroup___3z9r3 p{text-align:center}.ui-author-question-edit-___question-edit__imgSmall___3mS-E{max-width:100px;max-height:80px}.ui-author-question-edit-___question-edit__asSortablePlaceholder___1ndHL{position:relative}.ui-author-question-edit-___question-edit__asSortablePlaceholder___1ndHL:before{content:"";display:block;width:inherit;height:inherit;position:absolute}table .ui-author-question-edit-___question-edit__asSortableItem___22TMB,.ui-author-question-edit-___question-edit__asSortablePlaceholder___1ndHL{display:inherit}.ui-author-question-edit-___question-edit__questionPreview___3iGSH{background-color:#e7e7e7;width:95%;padding:6px 12px;margin:6px 6px 6px 13px;white-space:pre-wrap;word-wrap:break-word}.ui-author-question-edit-___question-edit__info___1cwaq{color:#333}.ui-author-question-edit-___question-edit__emptyNut___dVOKA{width:30px;height:40px;-webkit-background-size:contain;background-size:contain;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABRCAYAAACKYxXLAAAACXBIWXMAACTzAAAk8wFCRDzeAAAE40lEQVR42uVc3XGjMBD+wuQ97sDuwO7ApIJwFZg88Xi+CkIqOO5RT4criFNB7AoOd4A7sCvIPWSdwRuBJH4EIjvjmZhgxLd/2l2tdPP+/o6hUhRFEwALAJkQ4tTms2+GCDyKIh9ADGBZuPwshIhHCTyKohmABMBDyS33QohdG2N5AwIdAMgqQANA2NZ43kBAhwBeANwpbp2MBjiB/qt5+3YUNk7q/aJ5+0YI4b6qkyNLNW7dk1ML2xz/tkctTxU2fQYQCiG2XQzu9SRtn83RnA4A/K5A9ynxWCHpQAiRd/kCXg/SXiik3TnovlQ9VHjunY2X6AO4X9MEnAc+L3NoNlS8F+DkzTuPypxKUgDsbA7WSshaKBgsKJG4fJclGfOKuVtWbMjpc6LsrZWiRC3gBDQgR+UDmFrWjiNpyA7Atg4jjICTja4VOXMf9AogMZkKtYCXlIJ0qEx9dcl0vD2AWIcBSuBRFCUAfmqoXUafvO1piTK5WcGPqMzrDzHgZAyc7HhX4oyO+KiNbW3OvRJmBGR604pE56QNvAL0kTiZDsnAqYoTSxhwJPC5EngF6FbLux0xIAbwpCN5r6RAwEE/Dh00ANA7/qDUthgip5USL6mBPQ5NtTVT339VOD6Bk4pnzE5+CSESOEiS6u0ZwOyi8kVVDxjovaugSe1TmtcvdEczwBcbjw0KBq5QWPbdK0RmU1YJyV1HTRg2hUtT8mOfEg8knn0sxM21FPjRVt3LktQzCmQu5AOAR6HftK+CgCXaMnWfeZKCwRiBc0y+DHg2QuAc08yjdI/bxKhIMkMtOPAjxkuHwt8TnqTkIwZ+4sAX+H4096DuOxkLXWkzXyaeSFY7Wm+us5CZTVSafEvp2l0haX/jlRdYXMxriQIoGoo8WF6zskQzxf9fPcpRD9/IsR0AhLdkvwtm228jA3tfCGZ2V86tmJFFUXQV5TgIdMIit53MxmV0LHuII6QUlqcx580cV/O9CfDivD11EOyyrsQzFhA4Y+dUWFHWF7SAO6buC53ES8fGgeoWraEDz7SBUzHi7ChwX4JFW+LcNuYU+Lvm2Pamzk3mFAIHHFug49hMgbug7hz41hi4pBC/ckDd+cJIVkfiMo4FA1bzENfVpG2dAOZCfN1pPWBph+x7Whs41aP3zLv7A5S2z7z5QbU+oNPEyzkXD1DasUJTv5BuZ2POkpX7oayokrTfmFNThtheTY6mA5J2UkcjtYBTP0mxLjelnrK+pb3GdWvaUbdDy6RRn3v0pz7TVUo/Y4Vnbw6cbHrDVb7HoGbL5u1XE79jujVjja9dg0kP0k6Zip9h2KVlBJxK0Tx6W9m0d7LrFVdx02Uu4804pE7PEnsPLYAOAfxml5/r7EGtvRmH1I1zvrO+15IN9rX3lNfefkUD8kT/LzGkbdCJBPShSe7QaPtVRW/7Hh+bY08NAU8oWHqQgPabPL/Rhjsa2JdMc0sAeZOEhn4rOyVk3xR0Y4lr2DyIKWvdFyUpJ2XPauvIhFYPxyAHlOBre8mZridlDCDAa/rI2lNadZytnwpCYWwK+e6lM/0vufSeUegZVgA+0Dzdav9dZ8ehUFBTBuYCKEf5rsUzMaiT4KjTc2AKicTK8KcbfGzzyrt6NysH4BQYEKC6vaxzwFaBMwcWkE0vCyqfAkhttpX9B+xNIsL6YqMwAAAAAElFTkSuQmCC);background-repeat:no-repeat}.ui-author-question-edit-___question-edit__fullNut___35Csc{width:30px;height:40px;-webkit-background-size:contain;background-size:contain;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABRCAYAAACKYxXLAAAACXBIWXMAACTzAAAk8wFCRDzeAAADeklEQVR42uWc0XHbMAyGf+v6Xm9gdwJ7gyoTRBtUeTEemxGUDdxHPFWZIPIEkTeQJ6i9gT2B+2CoVVNblGRKpEjc6S6X6EJ9BAgSJMDJ+XyGrUJEcwBzAAUzH3X+74mN4EQUAkgAfK38+oWZEyfBRcNrAI83Xnlg5lxHW4FF0BGAogYaAGJd7QWWQMcA3gB8Vrw6dQZcoH82fD1zYoyLeb81fP2Vmcdv6uLI0gavbsWpxTrb/2TQylPFmD4BiJk566PxwJC2ww9z9EfZAQj7gjap8USh6YiZ931+QGBA20uFtnuHNmXqscJz50N8hAnwsOMQGD344pZDG8LEjYCLN+99VTaqIAVAPmRjWpasRDQFsJRnKs/yRpCxqJm7r2027OU5SvSmZVOiE7iARuKoQgCzga3jIBaSA8i6dEQrcBmjz4qY2YRsAKzbTIWNwG9sBdkoWwBJkw5QghPRGsB3jEt+SAccW4PLOM5rnJHtUgY6x8bTmQPQ5UKpkLhfDe4IdCkzAJkwKTWeOgJd1XxaCy57YI9wTx5lU/N/5ybmUBhYjAwlJwDz0tlVNR45DA1c9veer5l6Avcl/gdcVmYzD8Bn4sf+aDyCP+IteAgAk9VqNQfwC37Jl+DGhoHzWvcVfB7gkmPimyx9BZ8G8FOmvo7xRQB13omT4qupI5BwzUvwzEPuTSAx6s4j6B2AuLoDE1b++O4Y7EP5Q3nYcHVfnYjOLlEz86SpVz/4Op3tHWLctgE/+qrxwiHG3Ffwva9j/KoS646Jjy4EMNemMlWQkrvq0X0Az30FvxmA1ebAENEe4z1aOjDzvOtGROaitpuAr0cMnnYGl2zi7RhjbmYu7tG4sucsFaWlNs1sHJOTq3VqbTQOjCtbotG3Nk7iJaIC9qeBNdJ2G40DlcQZiyW+Nx6/5uFzAK8WQ2/apG23PUl5hp0HECe0rC1vBS7JcTbmy8RtqxRan52JOb1YBP3SpQa1czEOEaUAvhmG7lxT3vm0VBo0uZzd3TPT3HtMHMHMuVtt9UHv4NJwOPA0t70X+q4xbmjMa7snQltGhHzQU4/z/JPOeyK03woihfGpxnX9TuZprYccvV2HQkSJeN2ue/MnXKoHe4kMe70HRkqfkg5j/xWXgrl9X982yAU4lQ6IFBbQO/Cg4JUOKKuQY/ytU92JT0h139lWJ78Bl9hfkowuELMAAAAASUVORK5CYII=);background-repeat:no-repeat}.ui-author-question-edit-___question-edit__shuffleRow___3Uulw{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui-author-question-edit-___question-edit__screenshotContainer___1wigq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__inlineIcon___1A18t{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__buttons___1oNam{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-top:4rem}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__buttons___1oNam .ui-user-sso-signup-dispatch-___sso-signup-dispatch__button___1cXa3{width:20em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__buttons___1oNam .ui-user-sso-signup-dispatch-___sso-signup-dispatch__button___1cXa3 .ui-user-sso-signup-dispatch-___sso-signup-dispatch__buttonTitle___1fkPq{font-weight:500;margin-bottom:1rem}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__buttons___1oNam .ui-user-sso-signup-dispatch-___sso-signup-dispatch__button___1cXa3 a{width:100%}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__withoutAccount___22G8z{margin-top:1rem}@media only screen and (min-device-width: 320px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__welcomeTxt___1Bmeg{font-family:Roboto;font-size:26px;font-weight:600;line-height:30px;letter-spacing:.0038em;text-align:center;color:#ff8c00}}@media only screen and (min-device-width: 481px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__welcomeTxt___1Bmeg{font-family:Roboto;font-size:69px;font-weight:600;line-height:73px;letter-spacing:0em;text-align:left;margin-bottom:20px;color:#ff8c00}}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__welcomeTxtWrapper___EyLWq{padding-left:15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__niceToSeeYou___3D8c_{color:#67676c;font-family:Roboto;font-size:23px;font-weight:400;line-height:30px;letter-spacing:.0038em;text-align:left}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__enterYourNameLabel___36zZM{font-family:"Roboto";font-style:normal;font-weight:400;font-size:18px;line-height:18px;letter-spacing:-0.0008em;color:#303030}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__containerDiv___2xsfj{background-image:url(0c1e0372a869af73952d68f58af629dc.jpg);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:10px;padding-top:51px;padding-bottom:51px}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__hidden___1mA19{visibility:hidden}@media only screen and (max-device-width: 480px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__wrapperWrapperDiv___1-4Pq{width:auto;background-position:left}}@media only screen and (min-device-width: 481px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__wrapperWrapperDiv___1-4Pq{width:44em;background-position:right}}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__wrapperWrapperDiv___1-4Pq{background-image:url(415d11706c0d92da58fbac01bf2a7428.png);background-repeat:no-repeat;width:92em;-webkit-background-size:46em 46em;background-size:46em}@media only screen and (max-device-width: 480px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__wrapperDiv___kjFh2{width:90%;margin-left:auto;margin-right:auto}}@media only screen and (min-device-width: 481px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__wrapperDiv___kjFh2{width:775px}}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__wrapperDiv___kjFh2{background-color:#fff;border-radius:10px;padding:35px}@media only screen and (max-device-width: 480px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__inputName___3lKeB{width:100%}}@media only screen and (min-device-width: 481px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__inputName___3lKeB{width:448px}}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__inputName___3lKeB{background:#efefef;border-radius:10px;height:50px;border:none;margin-bottom:20px;text-align:center}@media only screen and (max-device-width: 480px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__inputAge___2vCJt{width:100%}}@media only screen and (min-device-width: 481px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__inputAge___2vCJt{width:448px}}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__inputAge___2vCJt{background:#efefef;border-radius:10px;height:50px;border:none;margin-bottom:20px;text-align:center}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__inputWrapper___3TzNr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:20px}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__book___3sI23{border-radius:10px;width:206px;height:292px}@media only screen and (max-device-width: 480px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__bookAndImage___2dKDB{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-device-width: 480px){div.ui-user-sso-signup-dispatch-___sso-signup-dispatch__textOutput___25b8W{text-align:center;font-family:Roboto;font-size:17px;font-weight:400;line-height:23px;letter-spacing:.0038em;text-align:center}div.ui-user-sso-signup-dispatch-___sso-signup-dispatch__heading___3MzjE{font-family:Roboto;font-size:26px;font-weight:600;line-height:30px;letter-spacing:.0038em;text-align:center;margin-top:15px;margin-bottom:15px}}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__bookAndImage___2dKDB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #d4d3d9;padding-bottom:20px}@media only screen and (max-device-width: 480px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__nextButton___3NoRS{width:100%}}@media only screen and (min-device-width: 481px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__nextButton___3NoRS{width:448px}}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__nextButton___3NoRS{white-space:normal;word-wrap:break-word;word-break:normal;height:50px}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__textOrange___37tOq{color:#ff8c00}@media only screen and (max-device-width: 480px){.ui-user-sso-signup-dispatch-___sso-signup-dispatch__inputWrapperWrapper___2uipX{width:100%}}.ui-user-sso-signup-dispatch-___sso-signup-dispatch__roundedCorner___3xCLO.ui-user-sso-signup-dispatch-___sso-signup-dispatch__nextButton___3NoRS{border-radius:10px}.ui-teacher-payment-seats-___payment-seats__paymentSection___ElqhB{margin-top:1rem}.ui-teacher-payment-subscription-___payment-subscription__paymentSection___1bFK1{margin-top:1rem}.ui-author-course-course-editor-view-___metadata-course-status-input__dropdown___2VEfe.ui-author-course-course-editor-view-___metadata-course-status-input__disabledDropdown___1KLun{cursor:not-allowed;opacity:.5}.ui-author-course-course-editor-view-___metadata-course-status-input__dropdown___2VEfe{cursor:pointer}.ui-teacher-subscription-subscription-new-modal-___subscription-new-modal__footer___szten{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-common-store-store-package-list-___store-package-list__container___Mx5l0 .ui-common-store-store-package-list-___store-package-list__row___4mHLT{margin-top:1rem;padding-bottom:1rem;border-bottom:2px solid #f4f4f4}.ui-common-store-store-package-list-___store-package-list__container___Mx5l0 .ui-common-store-store-package-list-___store-package-list__row___4mHLT:last-child{border-bottom:none}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result-view__navPill___3QX9V{cursor:pointer}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result-view__printRow___2S2mD{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:1rem;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui-teacher-classcourse-toc-deadline-picker-___deadline-picker__body___37bz-{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-toc-deadline-picker-___deadline-picker__body___37bz- .ui-teacher-classcourse-toc-deadline-picker-___deadline-picker__calendar___2xDwv>div{font-size:14px}.ui-teacher-payment-paypal-payment-___paypal-payment-buttons__container___30X3N{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:"column";-ms-flex-direction:"column";flex-direction:"column";-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-payment-paypal-payment-___paypal-payment-buttons__buttons___Uh4SV{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:200px;max-width:750px}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result__topRow___3Vh_3{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:.5rem}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result__table___2nLq2{margin-top:2rem}.ui-common-store-store-no-entries-___store-no-entries__container___huh_z{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-common-store-store-no-entries-___store-no-entries__container___huh_z .ui-common-store-store-no-entries-___store-no-entries__title___37ZRT{font-size:1.25em}.ui-common-store-store-no-entries-___store-no-entries__container___huh_z .ui-common-store-store-no-entries-___store-no-entries__content___Hy9vt{margin-top:1rem}.ui-common-store-store-no-entries-___store-no-entries__container___huh_z .ui-common-store-store-no-entries-___store-no-entries__content___Hy9vt li{margin-top:.5em;margin-bottom:.5em}.ui-teacher-classcourse-mgmt-registration-code-modal-___registration-code-modal__qrCodeContainer___2xnOo{text-align:center;margin:10vh 0}.ui-teacher-classcourse-mgmt-registration-code-modal-___registration-code-modal__codeText___1D7_Z{width:100%;margin-top:4rem;font-size:2em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui-common-store-store-course-list-___store-course-list__container___1uIX1 .ui-common-store-store-course-list-___store-course-list__section___29V-o{margin-top:2rem}.ui-common-store-store-course-list-___store-course-list__container___1uIX1 .ui-common-store-store-course-list-___store-course-list__section___29V-o .ui-common-store-store-course-list-___store-course-list__sectionHeader___3DkFg{margin-bottom:1rem;font-weight:500}.ui-common-store-store-course-list-___store-course-list__container___1uIX1 .ui-common-store-store-course-list-___store-course-list__section___29V-o .ui-common-store-store-course-list-___store-course-list__sectionContent___3a7wP{padding-left:.5rem}.ui-common-store-store-course-list-___store-course-list__container___1uIX1 .ui-common-store-store-course-list-___store-course-list__section___29V-o .ui-common-store-store-course-list-___store-course-list__sectionContent___3a7wP .ui-common-store-store-course-list-___store-course-list__row___18iS5{margin-top:1rem;padding-bottom:1rem;border-bottom:2px solid #f4f4f4}.ui-common-store-store-course-list-___store-course-list__container___1uIX1 .ui-common-store-store-course-list-___store-course-list__section___29V-o .ui-common-store-store-course-list-___store-course-list__sectionContent___3a7wP .ui-common-store-store-course-list-___store-course-list__row___18iS5:last-child{border-bottom:none}.ui-author-course-course-editor-view-___metadata-editable-list-input__formLabel___1pji9{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}.ui-author-course-course-editor-view-___metadata-editable-list-input__row___FQLzE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-author-course-course-editor-view-___metadata-editable-list-input__row___FQLzE input[type=radio],.ui-author-course-course-editor-view-___metadata-editable-list-input__row___FQLzE input[type=checkbox]{margin:0}.ui-author-course-course-editor-view-___metadata-editable-list-input__rowContent___3rDgS{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:.5rem;margin-right:.5rem}.ui-teacher-subscription-subscription-detail-___subscription-detail__label___KOuVb{font-weight:bold;margin-right:.5em}.ui-teacher-subscription-subscription-detail-___subscription-detail__section___-IB5O{margin-top:2rem;width:100%}.ui-teacher-subscription-subscription-detail-___subscription-detail__paymentTable___1hPLl{width:100%;overflow:hidden;overflow-x:auto}.ui-teacher-subscription-subscription-detail-___subscription-detail__buttons___2Z768{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-subscription-subscription-detail-___subscription-detail__buttons___2Z768 button{margin-right:.5rem}.ui-common-store-store-row-___store-row__row___2K6lY{height:10rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:.5rem}.ui-common-store-store-row-___store-row__row___2K6lY .ui-common-store-store-row-___store-row__cover___ZWwXa{width:8rem;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-common-store-store-row-___store-row__row___2K6lY .ui-common-store-store-row-___store-row__cover___ZWwXa img{max-width:100%;max-height:100%}.ui-common-store-store-row-___store-row__row___2K6lY .ui-common-store-store-row-___store-row__content___IW9Ke{margin-left:2rem;padding-top:.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-common-store-store-row-___store-row__row___2K6lY .ui-common-store-store-row-___store-row__content___IW9Ke .ui-common-store-store-row-___store-row__top___2iMWQ .ui-common-store-store-row-___store-row__name___dmcSF{font-weight:500;font-size:1.25em}.ui-common-store-store-row-___store-row__row___2K6lY .ui-common-store-store-row-___store-row__content___IW9Ke .ui-common-store-store-row-___store-row__bottom___1zBVb{font-weight:500}.ui-author-course-course-view-___course-view__inlineIcon___qoyIH{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-store-store-detail-shared-___store-detail-shared__inlineIcon___11mmh{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-store-store-detail-shared-___store-detail-shared__tableHeader___1y4Ty{font-weight:bold}.ui-common-store-store-detail-shared-___store-detail-shared__continueButton___3-6mW{width:100%}.ui-author-course-course-editor-view-___metadata-status-confirmation-modal__inlineIcon___2APJ7{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-author-course-course-editor-view-___metadata-status-confirmation-modal__inputContainer___3tYYG{margin-top:1rem;margin-bottom:1rem}.ui-teacher-subscription-subscription-sidebar-container-___subscription-sidebar-container__inlineIcon___3ufSR{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-subscription-subscription-sidebar-container-___subscription-sidebar-container__sidebar___1Kmaj{min-height:100%;padding-right:1em}.ui-author-question-edit-cloze-answers-___cloze-answers__inlineIcon___atsa4{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.answerPreview{background-color:#e7e7e7;padding:6px 12px;margin-top:6px;margin-left:-1px}.editable-click.badge{color:#fff}.editable-click.badge:hover{color:inherit}.ui-teacher-subscription-teacher-subscription-home-___teacher-subscription-home__inlineIcon___2B8yb{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-subscription-teacher-subscription-home-___teacher-subscription-home__sidebar___15h7F{min-height:100%;padding-right:1em}.ui-teacher-subscription-teacher-subscription-home-___teacher-subscription-home__contentText___1TDjU{white-space:pre-line}.ui-author-question-edit-pairing-answers-___pairing-answers__inlineIcon___sSSHB{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.answerPreview{background-color:#e7e7e7;padding:6px 12px;margin-top:6px;margin-left:-1px}.editable-click.badge{color:#fff}.editable-click.badge:hover{color:inherit}.ui-author-question-edit-additional-answers-___additional-answers__inlineIcon___2VpGs{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.answerPreview{background-color:#e7e7e7;padding:6px 12px;margin-top:6px;margin-left:-1px}.editable-click.badge{color:#fff}.editable-click.badge:hover{color:inherit}.ui-author-question-edit-semiopen-answers-___semiopen-answers__inlineIcon___3uvwv{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.answerPreview{background-color:#e7e7e7;padding:6px 12px;margin-top:6px;margin-left:-1px}.editable-click.badge{color:#fff}.editable-click.badge:hover{color:inherit}.ui-author-question-edit-answers-___answers__inlineIcon___2cp5o{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.answerPreview{background-color:#e7e7e7;padding:6px 12px;margin-top:6px;margin-left:-1px}.editable-click.badge{color:#fff}.editable-click.badge:hover{color:inherit}.ui-author-question-edit-answers-___answers__subtitle___2UvcY{margin-top:0px}.ui-teacher-subscription-subscription-list-___subscription-list__inlineIcon___1M1ak{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-subscription-subscription-list-___subscription-list__wrapper___4rjAo{position:relative}.ui-teacher-subscription-subscription-list-___subscription-list__wrapper___4rjAo .ui-teacher-subscription-subscription-list-___subscription-list__wrapperInner___22z-9{position:relative;padding:5px}.ui-teacher-subscription-subscription-list-___subscription-list__wrapper___4rjAo .ui-teacher-subscription-subscription-list-___subscription-list__wrapperInner___22z-9.ui-teacher-subscription-subscription-list-___subscription-list__active___UbePb{background:#f4f4f4}.ui-teacher-subscription-subscription-list-___subscription-list__wrapper___4rjAo .ui-teacher-subscription-subscription-list-___subscription-list__wrapperInner___22z-9:hover{background:#f4f4f4}.ui-teacher-subscription-subscription-list-___subscription-list__wrapper___4rjAo .ui-teacher-subscription-subscription-list-___subscription-list__divider___1kmHT{width:100%;height:5px;background-color:#eee}.ui-teacher-subscription-subscription-list-___subscription-list__wrapper___4rjAo:last-child .ui-teacher-subscription-subscription-list-___subscription-list__divider___1kmHT{display:none}.ui-author-question-edit-question-edit-pagination-___question-edit-pagination__inlineIcon___2ntvA{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}#pagination{text-align:center;margin-top:30px}#pagination a{font-size:25px;color:#de2922;margin-left:7px;margin-right:7px;border-radius:10px}#pagination ul{margin-top:0px;margin-bottom:5px}#pagination li.active a{background-color:#de2922;border-color:#de2922;border-radius:10px;color:#fff}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result-common__inlineIcon___1GgAA{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result-common__headerIcon___2CF8V{height:1em;width:1em}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result-common__headerIconRow___358_8{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result-common__footer___2Se1t{font-weight:bold}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result-common__correct___3Eoej{color:#5cb85c}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result-common__incorrect___1ZbyO{color:#c00}.ui-teacher-quiz-mgmt-quiz-run-result-___quiz-run-result-common__timeExceededWarning___IU9vW{display:inline-block;vertical-align:middle;color:#c00;margin-left:.25em}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-toc-___classcourse-student-achievements-toc__inlineIcon___2uGuW{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-toc-___classcourse-student-achievements-toc__icon___3ZT_j{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:gray}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-toc-___classcourse-student-achievements-toc__icon___3ZT_j svg{width:1.25em;height:1.25em}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-toc-___classcourse-student-achievements-toc__icon___3ZT_j svg path{fill:inherit}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-toc-___classcourse-student-achievements-toc__levelIcon___1kgfE{height:1.5em}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-toc-___classcourse-student-achievements-toc__questRow___1dU0w{border-left:2px solid}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-toc-___classcourse-student-achievements-toc__questLocked___3n3FI{opacity:.5;text-decoration:line-through}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-toc-___classcourse-student-achievements-toc__chapterFooter___33UC_{border-left:2px solid;font-weight:bold}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-quiz-___classcourse-student-achievements-quiz__inlineIcon___ZfXiw{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-quiz-___classcourse-student-achievements-quiz__icon___2sNjz{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:gray}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-quiz-___classcourse-student-achievements-quiz__icon___2sNjz svg{width:1.25em;height:1.25em}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-quiz-___classcourse-student-achievements-quiz__icon___2sNjz svg path{fill:inherit}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-quiz-___classcourse-student-achievements-quiz__detailsButton___18ap4{padding:0;border:none;background:none}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-quiz-___classcourse-student-achievements-quiz__footer___3EW_8{font-weight:bold}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-quiz-___classcourse-student-achievements-quiz__timeExceededWarning___3lhH0{display:inline-block;vertical-align:middle;color:#c00;margin-left:.25em}.ui-teacher-subscription-subscription-sidebar-___subscription-sidebar__inlineIcon___1APXh{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-subscription-subscription-sidebar-___subscription-sidebar__header___32yXC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui-teacher-subscription-subscription-sidebar-___subscription-sidebar__tab___1K5Xp{color:#777;cursor:pointer}.ui-teacher-subscription-subscription-sidebar-___subscription-sidebar__tab___1K5Xp:hover{color:#333}.ui-teacher-subscription-subscription-sidebar-___subscription-sidebar__activeTab___117b4{color:#333;text-decoration:underline;-webkit-text-decoration-color:#7bb0e7;-moz-text-decoration-color:#7bb0e7;text-decoration-color:#7bb0e7}.ui-teacher-subscription-subscription-sidebar-___subscription-sidebar__buttonRow___MgNVw{margin-top:2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:stretch;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch}.ui-teacher-subscription-subscription-sidebar-___subscription-sidebar__buttonRow___MgNVw .ui-teacher-subscription-subscription-sidebar-___subscription-sidebar__newButton___31vM0{width:100%}.ui-author-course-course-toc-___course-toc__inlineIcon___1rK3X{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-author-course-course-toc-___course-toc__cover___1j3WH{height:210px;width:194px;margin-bottom:8px}.ui-author-course-course-toc-___course-toc__uploadTitle___1NG8_{font-weight:bold}.ui-author-course-course-toc-___course-toc__header___25bEe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-author-course-course-toc-___course-toc__section___1TnKJ{border-top:.1428571429rem solid #77607a;border-bottom:.1428571429rem solid #77607a}.ui-author-course-course-toc-___course-toc__section-heading___33EGd a{color:#77607a;text-decoration:none}.ui-author-course-course-toc-___course-toc__error___2fIbI{display:inline-block;vertical-align:middle;color:#c00}.ui-author-course-course-toc-___course-toc__buttons___tKKR7{margin-top:1rem}.ui-common-store-store-course-detail-___store-course-detail__inlineIcon___hYVL_{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-store-store-course-detail-___store-course-detail__container___bsG_y{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2rem}.ui-common-store-store-course-detail-___store-course-detail__container___bsG_y .ui-common-store-store-course-detail-___store-course-detail__cover___xH3aq{width:20rem;height:30rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-common-store-store-course-detail-___store-course-detail__container___bsG_y .ui-common-store-store-course-detail-___store-course-detail__cover___xH3aq img{max-width:100%;max-height:100%}.ui-common-store-store-course-detail-___store-course-detail__container___bsG_y .ui-common-store-store-course-detail-___store-course-detail__content___3DLVE{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:2rem;min-height:30rem}.ui-common-store-store-course-detail-___store-course-detail__container___bsG_y .ui-common-store-store-course-detail-___store-course-detail__content___3DLVE .ui-common-store-store-course-detail-___store-course-detail__description___1JcOk{margin-top:2rem}.ui-common-store-store-course-detail-___store-course-detail__container___bsG_y .ui-common-store-store-course-detail-___store-course-detail__content___3DLVE .ui-common-store-store-course-detail-___store-course-detail__pricing___31ZoE{margin-top:2rem}.ui-common-store-store-course-detail-___store-course-detail__container___bsG_y .ui-common-store-store-course-detail-___store-course-detail__content___3DLVE .ui-common-store-store-course-detail-___store-course-detail__pricing___31ZoE p{font-style:italic}.ui-common-store-store-course-detail-___store-course-detail__container___bsG_y .ui-common-store-store-course-detail-___store-course-detail__content___3DLVE .ui-common-store-store-course-detail-___store-course-detail__continue___BJ5UF{width:100%;margin-top:2rem}.ui-common-store-store-package-detail-___store-package-detail__inlineIcon___is2EP{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-common-store-store-package-detail-___store-package-detail__container___12kro{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2rem}.ui-common-store-store-package-detail-___store-package-detail__container___12kro .ui-common-store-store-package-detail-___store-package-detail__cover___32miD{width:20rem;height:30rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-common-store-store-package-detail-___store-package-detail__container___12kro .ui-common-store-store-package-detail-___store-package-detail__cover___32miD img{max-width:100%;max-height:100%}.ui-common-store-store-package-detail-___store-package-detail__container___12kro .ui-common-store-store-package-detail-___store-package-detail__content___y5X6J{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:2rem;min-height:30rem}.ui-common-store-store-package-detail-___store-package-detail__container___12kro .ui-common-store-store-package-detail-___store-package-detail__content___y5X6J .ui-common-store-store-package-detail-___store-package-detail__description___3eMS9{margin-top:2rem}.ui-common-store-store-package-detail-___store-package-detail__container___12kro .ui-common-store-store-package-detail-___store-package-detail__content___y5X6J .ui-common-store-store-package-detail-___store-package-detail__courses___2ioSH{margin-top:2rem}.ui-common-store-store-package-detail-___store-package-detail__container___12kro .ui-common-store-store-package-detail-___store-package-detail__content___y5X6J .ui-common-store-store-package-detail-___store-package-detail__pricing___3xmeH{margin-top:2rem}.ui-common-store-store-package-detail-___store-package-detail__container___12kro .ui-common-store-store-package-detail-___store-package-detail__content___y5X6J .ui-common-store-store-package-detail-___store-package-detail__continue___2oTyy{width:100%;margin-top:2rem}.ui-author-course-course-editor-view-___course-editor-view__inlineIcon___1uFhA{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-author-course-course-editor-view-___course-editor-view__statusSection___2Fe1u .ui-author-course-course-editor-view-___course-editor-view__statusLabel___2R52e{font-size:1.25em}.ui-author-course-course-editor-view-___course-editor-view__statusSection___2Fe1u .ui-author-course-course-editor-view-___course-editor-view__guide___2kHdK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;flex-direction:row-reverse;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-author-course-course-editor-view-___course-editor-view__input___3R63J{margin-top:1rem;margin-bottom:1rem}.ui-author-course-course-editor-view-___course-editor-view__overlay___12ktE{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(255,255,255,.8);z-index:10;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__inlineIcon___1AEvE{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__hidden___2_mSk{display:none}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__icon___ZU9jr{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:gray}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__icon___ZU9jr svg{width:1.25em;height:1.25em}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__icon___ZU9jr svg path{fill:inherit}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__imageIcon___BUsGD{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;-o-object-fit:contain;object-fit:contain}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__metric___3ptUI{max-width:26em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin-top:1em;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #9e9e9e}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__metric___3ptUI .ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__columnLeft___1wXpu{-webkit-box-flex:0;-webkit-flex:0 0 16em;-ms-flex:0 0 16em;flex:0 0 16em}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__metric___3ptUI .ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__columnLeft___1wXpu.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__indent___gr9_v{padding-left:2em}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__metric___3ptUI .ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__columnRight___11S8G{-webkit-box-flex:0;-webkit-flex:0 0 10em;-ms-flex:0 0 10em;flex:0 0 10em;padding-left:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__metric___3ptUI .ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__spacer___1GbL-{width:100%;height:1rem}.ui-teacher-classcourse-student-achievements-classcourse-student-achievements-summary-___classcourse-student-achievements-summary__section___gvTMA{max-width:26em;border-top:2px solid #9e9e9e}.ui-teacher-subscription-subscription-list-___subscription-row__inlineIcon___1Trkc{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-subscription-subscription-list-___subscription-row__wrapper___2g8IM{position:relative}.ui-teacher-subscription-subscription-list-___subscription-row__wrapper___2g8IM .ui-teacher-subscription-subscription-list-___subscription-row__wrapperInner___3d-n2{position:relative;padding:5px}.ui-teacher-subscription-subscription-list-___subscription-row__wrapper___2g8IM .ui-teacher-subscription-subscription-list-___subscription-row__wrapperInner___3d-n2.ui-teacher-subscription-subscription-list-___subscription-row__active___tMH8d{background:#f4f4f4}.ui-teacher-subscription-subscription-list-___subscription-row__wrapper___2g8IM .ui-teacher-subscription-subscription-list-___subscription-row__wrapperInner___3d-n2:hover{background:#f4f4f4}.ui-teacher-subscription-subscription-list-___subscription-row__wrapper___2g8IM .ui-teacher-subscription-subscription-list-___subscription-row__divider___Elxpb{width:100%;height:5px;background-color:#eee}.ui-teacher-subscription-subscription-list-___subscription-row__wrapper___2g8IM:last-child .ui-teacher-subscription-subscription-list-___subscription-row__divider___Elxpb{display:none}.ui-teacher-subscription-subscription-list-___subscription-row__topRight___3ejSC{position:absolute;right:5px;top:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-subscription-subscription-list-___subscription-row__bottomRight___24anc{position:absolute;right:5px;top:calc(6.75em - 5px)}.ui-teacher-subscription-subscription-list-___subscription-row__subscriptionLink___SLGwF{position:absolute;top:0;left:0;width:100%;height:100%}.ui-teacher-subscription-subscription-list-___subscription-row__row___IR0S-{width:100%}.ui-teacher-subscription-subscription-list-___subscription-row__row___IR0S- a{color:#333;font-family:"Roboto",Arial,sans-serif;text-decoration:none}.ui-teacher-subscription-subscription-list-___subscription-row__row___IR0S- .ui-teacher-subscription-subscription-list-___subscription-row__inner___dNwcx{height:8em;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.ui-teacher-subscription-subscription-list-___subscription-row__row___IR0S- .ui-teacher-subscription-subscription-list-___subscription-row__inner___dNwcx .ui-teacher-subscription-subscription-list-___subscription-row__subscriptionSection___2BTjS{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.ui-teacher-subscription-subscription-list-___subscription-row__row___IR0S- .ui-teacher-subscription-subscription-list-___subscription-row__inner___dNwcx .ui-teacher-subscription-subscription-list-___subscription-row__subscriptionSection___2BTjS .ui-teacher-subscription-subscription-list-___subscription-row__image___17nsd img{height:100%;width:70px;-o-object-fit:contain;object-fit:contain}.ui-teacher-subscription-subscription-list-___subscription-row__row___IR0S- .ui-teacher-subscription-subscription-list-___subscription-row__inner___dNwcx .ui-teacher-subscription-subscription-list-___subscription-row__subscriptionSection___2BTjS .ui-teacher-subscription-subscription-list-___subscription-row__content___L5hQ8{margin:0 .5em}.ui-teacher-subscription-subscription-list-___subscription-row__row___IR0S- .ui-teacher-subscription-subscription-list-___subscription-row__inner___dNwcx .ui-teacher-subscription-subscription-list-___subscription-row__subscriptionSection___2BTjS .ui-teacher-subscription-subscription-list-___subscription-row__content___L5hQ8 .ui-teacher-subscription-subscription-list-___subscription-row__title___33LuI{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-subscription-subscription-list-___subscription-row__classesSection___2tdLi{margin-top:1em;position:relative}.ui-teacher-subscription-subscription-list-___subscription-row__classesSection___2tdLi .ui-teacher-subscription-subscription-list-___subscription-row__classesRow___3KpKM a:hover,.ui-teacher-subscription-subscription-list-___subscription-row__classesSection___2tdLi .ui-teacher-subscription-subscription-list-___subscription-row__classesRow___3KpKM a:focus{text-decoration:underline}.ui-teacher-subscription-subscription-list-___subscription-row__error___3YF4o{display:inline-block;vertical-align:middle;color:#c00;margin-left:.25em;margin-right:.25em}.ui-author-course-course-editor-view-___metadata-tag-input__inlineIcon___1Dxb-{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-author-course-course-editor-view-___metadata-tag-input__tagRoot___ayehF{position:relative;padding:6px 0 0 6px;border-radius:4px;border:1px solid #ccc;font-size:1em;line-height:1.2;cursor:text}.ui-author-course-course-editor-view-___metadata-tag-input__tagRootFocused___VhAx-{border-color:#de2922;-webkit-box-shadow:0px 1px 1px rgba(0,0,0,.08) inset,0px 0px 8px rgba(222,41,34,.6);box-shadow:0px 1px 1px rgba(0,0,0,.08) inset,0px 0px 8px rgba(222,41,34,.6)}.ui-author-course-course-editor-view-___metadata-tag-input__tagSelected___3Fo8F{display:inline}.ui-author-course-course-editor-view-___metadata-tag-input__tagSelectedTag___26DAa{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 6px 6px 0;padding:6px 8px;border:1px solid #ccc;border-radius:4px;background:#f1f1f1;font-size:inherit;line-height:inherit}.ui-author-course-course-editor-view-___metadata-tag-input__tagSelectedTag___26DAa:after{content:"\2715";color:#aaa;margin-left:8px}.ui-author-course-course-editor-view-___metadata-tag-input__tagSelectedTag___26DAa:hover,.ui-author-course-course-editor-view-___metadata-tag-input__tagSelectedTag___26DAa:focus{border-color:#b1b1b1}.ui-author-course-course-editor-view-___metadata-tag-input__tagSearch___2Rr6T{display:inline-block;padding:7px 2px;margin-bottom:6px;max-width:100%}@media screen and (min-width: 30em){.ui-author-course-course-editor-view-___metadata-tag-input__tagSearch___2Rr6T{position:relative}}.ui-author-course-course-editor-view-___metadata-tag-input__tagSearchInput___38kdy{max-width:100%;margin:0;padding:0;border:0;outline:none;font-size:inherit;line-height:inherit}.ui-author-course-course-editor-view-___metadata-tag-input__tagSearchInput___38kdy::-ms-clear{display:none}.ui-author-course-course-editor-view-___metadata-tag-input__tagSuggestions___1e_AW{position:absolute;top:100%;left:0;width:100%;z-index:1}@media screen and (min-width: 30em){.ui-author-course-course-editor-view-___metadata-tag-input__tagSuggestions___1e_AW{width:240px}}.ui-author-course-course-editor-view-___metadata-tag-input__tagSuggestions___1e_AW ul{margin:4px -1px;padding:0;list-style:none;background:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2)}.ui-author-course-course-editor-view-___metadata-tag-input__tagSuggestions___1e_AW li{border-bottom:1px solid #ccc;padding:6px 8px}.ui-author-course-course-editor-view-___metadata-tag-input__tagSuggestions___1e_AW li:hover{cursor:pointer;background:#eee}.ui-author-course-course-editor-view-___metadata-tag-input__tagSuggestions___1e_AW li mark{text-decoration:underline;background:none;font-weight:600}.ui-author-course-course-editor-view-___metadata-tag-input__tagSuggestionActive___oOrbd li{background:#b7cfe0}.ui-author-course-course-editor-view-___metadata-tag-input__tagSuggestionDisabled___8Saf3 li{opacity:.5;cursor:auto}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__inlineIcon___3_O__{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__printRow___39M_u{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-top:1em;font-size:1.5em}@media print{.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__printRow___39M_u{display:none}}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__container___fO5zG{display:block;width:100%}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__container___fO5zG p{font-size:1em;margin-bottom:0;line-height:1.3em}@media print{.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__container___fO5zG{position:absolute;top:0;left:0;width:100%;background-color:#fff !important;z-index:999;padding-top:2em;padding-bottom:2em}}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__header___1jT_W{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__header___1jT_W .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__headerContent___1kiLO{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__header___1jT_W .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__name___2wPce{position:relative;margin-top:6rem}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__header___1jT_W .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__name___2wPce:after{content:"";width:30rem;border-bottom:1px solid gray;position:absolute;bottom:.2rem;margin-left:.5rem}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__logo___27pTJ{width:12em;margin-right:2em}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__logo___27pTJ img{width:100%}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__testTitle___uIJHf{text-align:center;font-size:2.5em;font-weight:600;margin-bottom:1rem}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__questionsContainer___50ozg .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__questionContainer___28ogH{page-break-inside:avoid;margin-bottom:1.5rem;padding-bottom:1.5rem}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__questionsContainer___50ozg .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__questionContainer___28ogH:last-child(){border-bottom:none;margin-bottom:0;padding-bottom:0}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__questionsContainer___50ozg .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__totalNuts___1mb-B{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__questionsContainer___50ozg .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__totalNuts___1mb-B div{display:inline-block}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__questionsContainer___50ozg .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__totalNuts___1mb-B div img{margin-left:.5rem;margin-bottom:.6rem}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footer___1lRp9{font-size:.8em;margin-top:1rem;padding-top:1rem;border-top:1px solid #9e9e9e;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footer___1lRp9 .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerLeft___3NZKJ{width:30%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footer___1lRp9 .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerLeft___3NZKJ .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerLeftText___1F6si{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footer___1lRp9 .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerLeft___3NZKJ .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerBadges___3sY0j{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-top:.5rem}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footer___1lRp9 .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerLeft___3NZKJ .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerBadges___3sY0j .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__badge___29116{height:3rem}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footer___1lRp9 .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerCenter___22hJ2{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footer___1lRp9 .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerRight___vGo8V{width:30%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footer___1lRp9 .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerRight___vGo8V .ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footerRightText___26Fn1{max-width:20vw;text-align:right;margin-right:1rem}@media screen{.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__footer___1lRp9{display:none}}.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__disclaimer___3Xvv8{margin-top:4.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen{.ui-teacher-quiz-mgmt-quiz-print-___quiz-print__disclaimer___3Xvv8{display:none}}@media print{a:link:after,a:visited:after{content:""}}.ui-author-question-edit-paircloze-answers-___paircloze-answers__inlineIcon___2wF9L{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-author-question-edit-paircloze-answers-___paircloze-answers__inlineIcon___2wF9L{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.answerPreview{background-color:#e7e7e7;padding:6px 12px;margin-top:6px;margin-left:-1px}.editable-click.badge{color:#fff}.editable-click.badge:hover{color:inherit}.ui-author-question-edit-paircloze-answers-___paircloze-answers__pairClozePreview___1tW6X{white-space:pre-wrap;word-wrap:break-word}.ui-teacher-subscription-subscription-detail-subscription-teachers-___subscription-teachers__row___1wBUV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-classcourse-modal-classcourse-modal-create-course-redeem-school-license-____redeem-school-license__esqInput___GHL2Y{width:100%;height:2.5em;border-radius:5px;border:1px solid #ccc;padding-left:10px;background:#efefef}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-input-____course-input__esqInput___1H69y{width:100%;height:2.5em;border-radius:5px;border:1px solid #ccc;padding-left:10px;background:#efefef}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-input-____course-input__esqSelect___nxg6l{width:100%;background:#efefef}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-input-____course-input__continueButton___25M1D{width:100%}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-input-____course-input__courseDescription___3IWwQ{max-height:13em;overflow:hidden;text-overflow:ellipsis}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-input-____course-input__picture___tpcXz{max-width:100%}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-input-____course-input__imgHeight___3yIb1{height:17em}.ui-teacher-classcourse-modal-classcourse-modal-redeem-voucher-voucher-success-____voucher-success__link___2iOFU{max-width:15em;border-radius:5px;border:1px rgba(0,0,0,0);padding:10px;min-width:0}.ui-teacher-classcourse-modal-classcourse-modal-redeem-voucher-voucher-success-____voucher-success__buttonText___2A2fh{color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:.7em}.ui-teacher-classcourse-modal-classcourse-modal-redeem-voucher-voucher-success-____voucher-success__linkChild___1wLir{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ui-teacher-classcourse-modal-classcourse-modal-redeem-voucher-voucher-success-____voucher-success__buttonWrapper___5r7Zw{border-radius:5px}.ui-teacher-classcourse-modal-classcourse-modal-redeem-voucher-voucher-success-____voucher-success__buttonWrapper___5r7Zw button:hover{background-color:rgba(154,186,185,.6392156863) !important;border-color:rgba(0,0,0,0)}.ui-teacher-classcourse-modal-classcourse-modal-redeem-voucher-voucher-success-____voucher-success__buttonWrapper___5r7Zw button:focus{background-color:rgba(154,186,185,.6392156863) !important;border-color:rgba(0,0,0,0)}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__inlineIcon___1G28V{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__header___sqBk2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__summary___10Oqt .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__summaryTitle___3TPQp{font-weight:bold;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__summary___10Oqt .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__summaryTitle___3TPQp .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__correctIcon___1SITb{margin-left:.5em}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__summary___10Oqt .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__summaryTitle___3TPQp .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__nutsIcon___2ytLB{height:1em;width:1em;margin-left:.5em}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__summary___10Oqt .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__summaryContent___3xbCK{margin-left:1em}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students-modal__questions___2UVpV{margin-top:2em}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-payment-____course-payment__inlineIcon___1Ywjv{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-payment-____course-payment__esqInput___Eq3Nf{width:100%;height:2.5em;border-radius:5px;border:1px solid #ccc;padding-left:10px;background:#efefef}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-payment-____course-payment__brandColor___1kCjr{color:#de2922}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-payment-____course-payment__orderSummary___28Wfb{border:1px solid #efefef;padding:20px;font-weight:500}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-payment-____course-payment__total___1Hga-{font-size:24px}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-payment-____course-payment__header___aIKG1{position:relative;left:-0.8em}.ui-teacher-classcourse-modal-classcourse-modal-create-course-course-payment-____course-payment__esqSelect___38nB6{width:100%;background:#efefef}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students__inlineIcon___3rJzE{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-students-___quiz-run-result-students__detailsButton___1NMHV{cursor:pointer}.ui-teacher-quiz-mgmt-quiz-print-question-___question__inlineIcon___2Nqs6{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-quiz-mgmt-quiz-print-question-___question__header___2pT48{margin-bottom:1rem;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-quiz-mgmt-quiz-print-question-___question__header___2pT48 .ui-teacher-quiz-mgmt-quiz-print-question-___question__questionNumber___2APkW{font-weight:bold}.ui-teacher-quiz-mgmt-quiz-print-question-___question__header___2pT48 .ui-teacher-quiz-mgmt-quiz-print-question-___question__spacer___2CAEi{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-quiz-mgmt-quiz-print-question-___question__header___2pT48 .ui-teacher-quiz-mgmt-quiz-print-question-___question__total___11JvU div{display:inline-block}.ui-teacher-quiz-mgmt-quiz-print-question-___question__header___2pT48 .ui-teacher-quiz-mgmt-quiz-print-question-___question__total___11JvU div img{margin-left:.5rem;margin-bottom:.6rem}.ui-teacher-quiz-mgmt-quiz-print-question-___question__questionText___2Od6C{margin-top:1rem;margin-bottom:1rem}.ui-teacher-quiz-mgmt-quiz-print-question-___question__content___3tVsg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-print-question-___question__content___3tVsg .ui-teacher-quiz-mgmt-quiz-print-question-___question__picture___3Loqn{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-width:100%}.ui-teacher-quiz-mgmt-quiz-print-question-___question__content___3tVsg .ui-teacher-quiz-mgmt-quiz-print-question-___question__questionContent___1tgNh{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:30%}.ui-teacher-quiz-mgmt-quiz-print-question-___question__audioAlert___3OPDG{margin:1rem 0;color:#fc0}@media print{.ui-teacher-quiz-mgmt-quiz-print-question-___question__question___6CfwL{page-break-inside:avoid}}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions__inlineIcon___1LI77{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions__detailsButton___37z5O{cursor:pointer}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions__questionImage___lRFmK{width:64px;max-height:64px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions__questionImage___lRFmK img{max-width:100%;max-height:100%}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__inlineIcon___3V8dO{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__flexCenter___21js9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__brandColor___2m-8r{color:#de2922}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__underline___3KmB7{text-decoration:underline}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__link___2Bppk{max-width:15em;border-radius:5px;border:1px rgba(0,0,0,0);padding:10px;min-width:0}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__linkChild___2b-lW{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__buttonWrapper___1z--r{border-radius:5px}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__buttonWrapper___1z--r button:hover{background-color:rgba(154,186,185,.6392156863) !important;border-color:rgba(0,0,0,0)}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__buttonWrapper___1z--r button:focus{background-color:rgba(154,186,185,.6392156863) !important;border-color:rgba(0,0,0,0)}.ui-teacher-classcourse-modal-classcourse-modal-create-course-create-course-success-____create-course-success__buttonText___3FL-s{color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:.7em}.ui-teacher-quiz-mgmt-quiz-print-question-___picture__inlineIcon___3IgxY{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-quiz-mgmt-quiz-print-question-___picture__container___3rVXR{max-width:100%}.ui-teacher-quiz-mgmt-quiz-print-question-___picture__picture___1VEKM{position:relative;max-width:100%;width:32rem;height:auto;max-height:32rem;resize:both;overflow:auto;border:1px solid #9e9e9e}.ui-teacher-quiz-mgmt-quiz-print-question-___picture__picture___1VEKM img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media print{.ui-teacher-quiz-mgmt-quiz-print-question-___picture__picture___1VEKM{border:none;resize:none}}.ui-teacher-quiz-mgmt-quiz-print-question-___picture__picture___1VEKM .ui-teacher-quiz-mgmt-quiz-print-question-___picture__removePicture___Qxm8u{position:absolute;top:.5rem;right:.5rem;cursor:pointer}.ui-teacher-quiz-mgmt-quiz-print-question-___picture__picture___1VEKM .ui-teacher-quiz-mgmt-quiz-print-question-___picture__removePicture___Qxm8u i{color:#9e9e9e;font-size:1.2em}@media print{.ui-teacher-quiz-mgmt-quiz-print-question-___picture__picture___1VEKM .ui-teacher-quiz-mgmt-quiz-print-question-___picture__removePicture___Qxm8u{display:none}}.ui-teacher-quiz-mgmt-quiz-print-question-___picture__showBtn___nZEO8{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media print{.ui-teacher-quiz-mgmt-quiz-print-question-___picture__showBtn___nZEO8{display:none !important}}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__inlineIcon___30hcP{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__header___1EgyP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__summary___2jJa3 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__summaryTitle___AXNP0{font-weight:bold;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__summary___2jJa3 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__summaryContent___2rhIM{margin-left:1em}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4{margin-top:2rem}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfo___1654-{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfo___1654- .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoLeft___148yF{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfo___1654- .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRight___NVt9v{width:20rem;margin-left:2rem;margin-top:.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfo___1654- .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRight___NVt9v>*{margin-left:2rem}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfo___1654- .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRight___NVt9v .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionPicture___3Xbvo{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfo___1654- .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRight___NVt9v .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionPicture___3Xbvo img{width:100%}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfo___1654- .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRight___NVt9v .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRightTop___23UPP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfo___1654- .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRight___NVt9v .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRightTop___23UPP .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionType___1HtR9 img{width:5rem}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__question___3dWl4 .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfo___1654- .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRight___NVt9v .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionInfoRightTop___23UPP .ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__modalQuestionNuts___2_wbx{width:6rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.ui-teacher-quiz-mgmt-quiz-run-result-quiz-run-result-questions-___quiz-run-result-questions-modal__table___36lnQ{margin-top:2rem}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__inlineIcon___2iE7a{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__acquireSeatsBlock___1h81E{background-color:#efefef;border-radius:5px;padding:1.5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:12em;cursor:pointer}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__acquireSeatsBlockSelected___2gaKB{background-color:undefined !important}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__acquireSeatsBlockSelected___2gaKB .ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__svg___11fZr{-webkit-filter:brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(312deg) brightness(103%) contrast(103%);filter:brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(312deg) brightness(103%) contrast(103%)}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__acquireSeatsBlockSelected___2gaKB .ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__description___1T4hT{color:#fff !important}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__svg___11fZr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__description___1T4hT{font-weight:400;font-size:16px;line-height:22px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#67676c}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__pr025___3lkaG{padding-right:.25em}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__pl025___nZhVU{padding-left:.25em}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__descriptionTitle___2EkUj{color:#303030;font-weight:500}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__descriptionFooter___3zmhq{color:#67676c}.ui-teacher-classcourse-modal-classcourse-modal-create-course-acquire-seats-____acquire-seats__customX___3CFFX{right:4em;top:2em;background-color:#fff;position:absolute}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__inlineIcon___sAktm{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;fill:currentColor}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__esqInput___1arMs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:4;-webkit-flex-grow:4;-ms-flex-positive:4;flex-grow:4;height:2.5em;border-radius:5px;border:1px solid #ccc;padding-left:10px;background:#efefef}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__inputWrapper___15TYp{padding-right:0}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__choosePlanBlock___20NIU{background-color:#efefef;border-radius:5px;padding:1.5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__choosePlanBlockSelected___3UMg5{color:#fff !important;background-color:#de2922 !important}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__choosePlanBlockSelected___3UMg5 .ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__svg___2GwDQ{-webkit-filter:brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(312deg) brightness(103%) contrast(103%);filter:brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(312deg) brightness(103%) contrast(103%)}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__choosePlanBlockSelected___3UMg5 .ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__price___IHkdB{color:#fff !important}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__months___1DJPH{font-size:16px;font-weight:500}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__price___IHkdB{font-size:13px;font-weight:400;color:#67676c}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__pr025___1v-mI{padding-right:.25em}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__pl025___31SQg{padding-left:.25em}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__footer___Dv-J8{font-size:13px;color:#67676c}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__brandColor___3u4bt{color:#de2922}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__overallPrice___2Xx21{font-weight:500}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__underscore___ZfK9J{text-decoration:underline}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__info___dSFv6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__infoIcon___1tHxg{position:absolute;right:2.8em;top:.9em;background:#fff}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__planInfo___2NPhl{float:right;right:-14px;top:0}.ui-teacher-classcourse-modal-classcourse-modal-create-course-choose-plan-____choose-plan__flexGrow___2oCRn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:4;-webkit-flex-grow:4;-ms-flex-positive:4;flex-grow:4}.ui-teacher-quiz-mgmt-quiz-print-question-textblocks-___textblocks__part___3HHbc{white-space:pre;display:inline-block}.ui-teacher-quiz-mgmt-quiz-print-question-semi-open-___semi-open__answer___2aO1n{width:100%;margin-top:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-quiz-mgmt-quiz-print-question-semi-open-___semi-open__answer___2aO1n .ui-teacher-quiz-mgmt-quiz-print-question-semi-open-___semi-open__answerContent___XVy46{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-quiz-mgmt-quiz-print-question-semi-open-___semi-open__input___7g_Mk{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ui-teacher-quiz-mgmt-quiz-print-question-semi-open-___semi-open__block___-F3Qk{display:inline-block}.ui-teacher-quiz-mgmt-quiz-print-question-elimination-___elimination__container___1hXB7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui-teacher-quiz-mgmt-quiz-print-question-elimination-___elimination__table___1tSDn{width:100%;border:1px solid #000;border-collapse:collapse}.ui-teacher-quiz-mgmt-quiz-print-question-elimination-___elimination__table___1tSDn td{vertical-align:top;padding:.4rem;border:1px solid #000}.ui-teacher-quiz-mgmt-quiz-print-question-decision-___decision__answers___2HRp4{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;row-gap:2rem}.ui-teacher-quiz-mgmt-quiz-print-question-decision-___decision__entry___V0FOc{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:1rem}.ui-teacher-quiz-mgmt-quiz-print-question-decision-___decision__entry___V0FOc .ui-teacher-quiz-mgmt-quiz-print-question-decision-___decision__checkbox___3U-hI{width:2rem;height:2rem;border:1px solid #000;border-radius:.4rem;margin-right:1rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.ui-teacher-quiz-mgmt-quiz-print-question-decision-___decision__entry___V0FOc .ui-teacher-quiz-mgmt-quiz-print-question-decision-___decision__content___wC4TJ{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-quiz-mgmt-quiz-print-question-multiple-choice-___multiple-choice__row___1z5yi{margin-top:1rem;display:block}.ui-teacher-quiz-mgmt-quiz-print-question-multiple-choice-___multiple-choice__result___3wnzm{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ui-teacher-quiz-mgmt-quiz-print-question-multiple-choice-___multiple-choice__entry___2klXh{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-print-question-multiple-choice-___multiple-choice__checkbox___1VLeQ{width:2rem;height:2rem;border:1px solid #000;border-radius:.4rem;margin-right:1rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.ui-teacher-quiz-mgmt-quiz-print-question-multiple-choice-___multiple-choice__description___DB1N1{max-width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__cloze___xEpbj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__spacedCloze___23J3N>*{margin-top:.25em;margin-bottom:.25em}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__input___3_YwE{display:inline-block;margin-left:.5em;margin-right:.5em;min-width:1em;max-width:25vw;border-bottom:1px solid #000;text-align:center}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__content___38gak{display:inline-block}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__answers___2S4pw{margin-top:2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__table___88GQ4{width:100%;border:1px solid #000;border-collapse:collapse}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__table___88GQ4 thead td{font-weight:bold;text-align:center}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__table___88GQ4 td{vertical-align:top;padding:.4rem;border:1px solid #000}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__section___3N23s{width:50%}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__answer___1xnrh{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__answer___1xnrh .ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__checkbox___2O2Tj{width:2rem;height:2rem;border:1px solid #000;border-radius:.4rem;margin-right:1rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__answer___1xnrh .ui-teacher-quiz-mgmt-quiz-print-question-pair-cloze-___pair-cloze__content___38gak{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-quiz-mgmt-quiz-print-question-cloze-___cloze__cloze___2SLds{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui-teacher-quiz-mgmt-quiz-print-question-cloze-___cloze__spacedCloze___Gg8Sb>*{margin-top:.25em;margin-bottom:.25em}.ui-teacher-quiz-mgmt-quiz-print-question-cloze-___cloze__input___1D-Rs{display:inline-block;margin-left:.5em;margin-right:.5em;min-width:1em;max-width:25vw;border-bottom:1px solid #000;text-align:center}.ui-teacher-quiz-mgmt-quiz-print-question-cloze-___cloze__content___N3dyB{display:inline-block}.ui-teacher-quiz-mgmt-quiz-print-question-cloze-___cloze__answers___tEGyq{margin-top:2rem;border:1px solid #000;padding:.7rem}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__content___1MK1v{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__cell___qss9i,.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__input___3Gj5M{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:1rem}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__input___3Gj5M{width:50%}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__input___3Gj5M div{width:100%}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__answers___2vtCE{margin-top:2rem}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__tableOutside___1l8Zb{width:100%;border:1px solid #000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__tableOutside___1l8Zb .ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__section___1m1Qt{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__tableOutside___1l8Zb .ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__section___1m1Qt .ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__row___2y6Es{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:.4rem;border-bottom:1px solid #000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__tableOutside___1l8Zb .ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__section___1m1Qt .ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__row___2y6Es:last-child{border-bottom:none}.ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__tableOutside___1l8Zb .ui-teacher-quiz-mgmt-quiz-print-question-pairing-___pairing__gap___2WgE4{width:25%;border-left:1px solid #000;border-right:1px solid #000}.ui-teacher-quiz-mgmt-quiz-print-question-open-___open__answer___V2TsL{width:100%;margin-top:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-teacher-quiz-mgmt-quiz-print-question-open-___open__answer___V2TsL .ui-teacher-quiz-mgmt-quiz-print-question-open-___open__answerContent___1niRc{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-teacher-quiz-mgmt-quiz-print-question-open-___open__input___2kD4m{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
/*# sourceMappingURL=5e572e9861586b6d3b2e.css.map*/