@charset "UTF-8";
.select2-container{
  box-sizing:border-box;
  display:inline-block;
  margin:0;
  position:relative;
  vertical-align:middle
}
.select2-container .select2-selection--single{
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  height:28px;
  user-select:none;
  -webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered{
  display:block;
  padding-left:8px;
  padding-right:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear{
  background-color:transparent;
  border:none;
  font-size:1em
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{
  padding-right:8px;
  padding-left:20px
}
.select2-container .select2-selection--multiple{
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  min-height:32px;
  user-select:none;
  -webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  display:inline;
  list-style:none;
  padding:0
}
.select2-container .select2-selection--multiple .select2-selection__clear{
  background-color:transparent;
  border:none;
  font-size:1em
}
.select2-container .select2-search--inline .select2-search__field{
  box-sizing:border-box;
  border:none;
  font-size:100%;
  margin-top:5px;
  margin-left:5px;
  padding:0;
  max-width:100%;
  resize:none;
  height:18px;
  vertical-align:bottom;
  font-family:sans-serif;
  overflow:hidden;
  word-break:keep-all
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance:none
}
.select2-dropdown{
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:4px;
  box-sizing:border-box;
  display:block;
  position:absolute;
  left:-100000px;
  width:100%;
  z-index:1051
}
.select2-results{
  display:block
}
.select2-results__options{
  list-style:none;
  margin:0;
  padding:0
}
.select2-results__option{
  padding:6px;
  user-select:none;
  -webkit-user-select:none
}
.select2-results__option--selectable{
  cursor:pointer
}
.select2-container--open .select2-dropdown{
  left:0
}
.select2-container--open .select2-dropdown--above{
  border-bottom:none;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below{
  border-top:none;
  border-top-left-radius:0;
  border-top-right-radius:0
}
.select2-search--dropdown{
  display:block;
  padding:4px
}
.select2-search--dropdown .select2-search__field{
  padding:4px;
  width:100%;
  box-sizing:border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide{
  display:none
}
.select2-close-mask{
  border:0;
  margin:0;
  padding:0;
  display:block;
  position:fixed;
  left:0;
  top:0;
  min-height:100%;
  min-width:100%;
  height:auto;
  width:auto;
  opacity:0;
  z-index:99;
  background-color:#fff
}
.select2-hidden-accessible{
  border:0!important;
  clip:rect(0 0 0 0)!important;
  -webkit-clip-path:inset(50%)!important;
  clip-path:inset(50%)!important;
  height:1px!important;
  overflow:hidden!important;
  padding:0!important;
  position:absolute!important;
  width:1px!important;
  white-space:nowrap!important
}
.select2-container--default .select2-selection--single{
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color:#444;
  line-height:28px
}
.select2-container--default .select2-selection--single .select2-selection__clear{
  cursor:pointer;
  float:right;
  font-weight:700;
  height:26px;
  margin-right:20px;
  padding-right:0
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:26px;
  position:absolute;
  top:1px;
  right:1px;
  width:20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color:#888 transparent transparent transparent;
  border-style:solid;
  border-width:5px 4px 0 4px;
  height:0;
  left:50%;
  margin-left:-4px;
  margin-top:-2px;
  position:absolute;
  top:50%;
  width:0
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{
  float:left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{
  left:1px;
  right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single{
  background-color:#eee;
  cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
  display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color:transparent transparent #888 transparent;
  border-width:0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple{
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:4px;
  cursor:text;
  padding-bottom:5px;
  padding-right:5px;
  position:relative
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable{
  padding-right:25px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
  cursor:pointer;
  font-weight:700;
  height:20px;
  margin-right:10px;
  margin-top:5px;
  position:absolute;
  right:0;
  padding:1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color:#e4e4e4;
  border:1px solid #aaa;
  border-radius:4px;
  box-sizing:border-box;
  display:inline-block;
  margin-left:5px;
  margin-top:5px;
  padding:0;
  padding-left:20px;
  position:relative;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  vertical-align:bottom;
  white-space:nowrap
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
  cursor:default;
  padding-left:2px;
  padding-right:5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  background-color:transparent;
  border:none;
  border-right:1px solid #aaa;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  color:#999;
  cursor:pointer;
  font-size:1em;
  font-weight:700;
  padding:0 4px;
  position:absolute;
  left:0;
  top:0
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
  background-color:#f1f1f1;
  color:#333;
  outline:0
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{
  margin-left:5px;
  margin-right:auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{
  padding-left:5px;
  padding-right:2px
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{
  border-left:1px solid #aaa;
  border-right:none;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{
  float:left;
  margin-left:10px;
  margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
  border:solid #000 1px;
  outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
  background-color:#eee;
  cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
  display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
  border-top-left-radius:0;
  border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field{
  background:0 0;
  border:none;
  outline:0;
  box-shadow:none;
  -webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options{
  max-height:200px;
  overflow-y:auto
}
.select2-container--default .select2-results__option .select2-results__option{
  padding-left:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
  padding-left:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-1em;
  padding-left:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-2em;
  padding-left:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-3em;
  padding-left:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-4em;
  padding-left:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-5em;
  padding-left:6em
}
.select2-container--default .select2-results__option--group{
  padding:0
}
.select2-container--default .select2-results__option--disabled{
  color:#999
}
.select2-container--default .select2-results__option--selected{
  background-color:#ddd
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color:#5897fb;
  color:#fff
}
.select2-container--default .select2-results__group{
  cursor:default;
  display:block;
  padding:6px
}
.select2-container--classic .select2-selection--single{
  background-color:#f7f7f7;
  border:1px solid #aaa;
  border-radius:4px;
  outline:0;
  background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);
  background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);
  background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);
  background-repeat:repeat-x
}
.select2-container--classic .select2-selection--single:focus{
  border:1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
  color:#444;
  line-height:28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear{
  cursor:pointer;
  float:right;
  font-weight:700;
  height:26px;
  margin-right:20px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{
  color:#999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
  background-color:#ddd;
  border:none;
  border-left:1px solid #aaa;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  height:26px;
  position:absolute;
  top:1px;
  right:1px;
  width:20px;
  background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);
  background-repeat:repeat-x
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
  border-color:#888 transparent transparent transparent;
  border-style:solid;
  border-width:5px 4px 0 4px;
  height:0;
  left:50%;
  margin-left:-4px;
  margin-top:-2px;
  position:absolute;
  top:50%;
  width:0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{
  float:left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{
  border:none;
  border-right:1px solid #aaa;
  border-radius:0;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  left:1px;
  right:auto
}
.select2-container--classic.select2-container--open .select2-selection--single{
  border:1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
  background:0 0;
  border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color:transparent transparent #888 transparent;
  border-width:0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
  border-top:none;
  border-top-left-radius:0;
  border-top-right-radius:0;
  background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);
  background-image:-o-linear-gradient(top,#fff 0,#eee 50%);
  background-image:linear-gradient(to bottom,#fff 0,#eee 50%);
  background-repeat:repeat-x
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
  border-bottom:none;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);
  background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);
  background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);
  background-repeat:repeat-x
}
.select2-container--classic .select2-selection--multiple{
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:4px;
  cursor:text;
  outline:0;
  padding-bottom:5px;
  padding-right:5px
}
.select2-container--classic .select2-selection--multiple:focus{
  border:1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{
  display:none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{
  background-color:#e4e4e4;
  border:1px solid #aaa;
  border-radius:4px;
  display:inline-block;
  margin-left:5px;
  margin-top:5px;
  padding:0
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{
  cursor:default;
  padding-left:2px;
  padding-right:5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
  background-color:transparent;
  border:none;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  color:#888;
  cursor:pointer;
  font-size:1em;
  font-weight:700;
  padding:0 4px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
  color:#555;
  outline:0
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{
  margin-left:5px;
  margin-right:auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{
  padding-left:5px;
  padding-right:2px
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px
}
.select2-container--classic.select2-container--open .select2-selection--multiple{
  border:1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
  border-top:none;
  border-top-left-radius:0;
  border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
  border-bottom:none;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}
.select2-container--classic .select2-search--dropdown .select2-search__field{
  border:1px solid #aaa;
  outline:0
}
.select2-container--classic .select2-search--inline .select2-search__field{
  outline:0;
  box-shadow:none
}
.select2-container--classic .select2-dropdown{
  background-color:#fff;
  border:1px solid transparent
}
.select2-container--classic .select2-dropdown--above{
  border-bottom:none
}
.select2-container--classic .select2-dropdown--below{
  border-top:none
}
.select2-container--classic .select2-results>.select2-results__options{
  max-height:200px;
  overflow-y:auto
}
.select2-container--classic .select2-results__option--group{
  padding:0
}
.select2-container--classic .select2-results__option--disabled{
  color:grey
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
  background-color:#3875d7;
  color:#fff
}
.select2-container--classic .select2-results__group{
  cursor:default;
  display:block;
  padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown{
  border-color:#5897fb
}
.flatpickr-calendar{
  background:0 0;
  opacity:0;
  display:none;
  text-align:center;
  visibility:hidden;
  padding:0;
  -webkit-animation:none;
  animation:none;
  direction:ltr;
  border:0;
  font-size:14px;
  line-height:24px;
  border-radius:5px;
  position:absolute;
  width:307.875px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  background:#fff;
  -webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);
  box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)
}
.flatpickr-calendar.inline,.flatpickr-calendar.open{
  opacity:1;
  max-height:640px;
  visibility:visible
}
.flatpickr-calendar.open{
  display:inline-block;
  z-index:99999
}
.flatpickr-calendar.animate.open{
  -webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);
  animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)
}
.flatpickr-calendar.inline{
  display:block;
  position:relative;
  top:2px
}
.flatpickr-calendar.static{
  position:absolute;
  top:calc(100% + 2px)
}
.flatpickr-calendar.static.open{
  z-index:999;
  display:block
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){
  -webkit-box-shadow:none!important;
  box-shadow:none!important
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){
  -webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}
.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{
  border-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}
.flatpickr-calendar .hasWeeks .dayContainer{
  border-left:0
}
.flatpickr-calendar.hasTime .flatpickr-time{
  height:40px;
  border-top:1px solid #e6e6e6
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{
  height:auto
}
.flatpickr-calendar:after,.flatpickr-calendar:before{
  position:absolute;
  display:block;
  pointer-events:none;
  border:solid transparent;
  content:"";
  height:0;
  width:0;
  left:22px
}
.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{
  left:auto;
  right:22px
}
.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{
  left:50%;
  right:50%
}
.flatpickr-calendar:before{
  border-width:5px;
  margin:0 -5px
}
.flatpickr-calendar:after{
  border-width:4px;
  margin:0 -4px
}
.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{
  bottom:100%
}
.flatpickr-calendar.arrowTop:before{
  border-bottom-color:#e6e6e6
}
.flatpickr-calendar.arrowTop:after{
  border-bottom-color:#fff
}
.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{
  top:100%
}
.flatpickr-calendar.arrowBottom:before{
  border-top-color:#e6e6e6
}
.flatpickr-calendar.arrowBottom:after{
  border-top-color:#fff
}
.flatpickr-calendar:focus{
  outline:0
}
.flatpickr-wrapper{
  position:relative;
  display:inline-block
}
.flatpickr-months{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex
}
.flatpickr-months .flatpickr-month{
  background:0 0;
  color:rgba(0,0,0,.9);
  fill:rgba(0,0,0,.9);
  height:34px;
  line-height:1;
  text-align:center;
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  overflow:hidden;
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1
}
.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{
  text-decoration:none;
  cursor:pointer;
  position:absolute;
  top:0;
  height:34px;
  padding:10px;
  z-index:3;
  color:rgba(0,0,0,.9);
  fill:rgba(0,0,0,.9)
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{
  display:none
}
.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{
  position:relative
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{
  left:0
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{
  right:0
}
.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{
  color:#959ea9
}
.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{
  fill:#f64747
}
.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{
  width:14px;
  height:14px
}
.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{
  -webkit-transition:fill .1s;
  transition:fill .1s;
  fill:inherit
}
.numInputWrapper{
  position:relative;
  height:auto
}
.numInputWrapper input,.numInputWrapper span{
  display:inline-block
}
.numInputWrapper input{
  width:100%
}
.numInputWrapper input::-ms-clear{
  display:none
}
.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{
  margin:0;
  -webkit-appearance:none
}
.numInputWrapper span{
  position:absolute;
  right:0;
  width:14px;
  padding:0 4px 0 2px;
  height:50%;
  line-height:50%;
  opacity:0;
  cursor:pointer;
  border:1px solid rgba(57,57,57,.15);
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.numInputWrapper span:hover{
  background:rgba(0,0,0,.1)
}
.numInputWrapper span:active{
  background:rgba(0,0,0,.2)
}
.numInputWrapper span:after{
  display:block;
  content:"";
  position:absolute
}
.numInputWrapper span.arrowUp{
  top:0;
  border-bottom:0
}
.numInputWrapper span.arrowUp:after{
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-bottom:4px solid rgba(57,57,57,.6);
  top:26%
}
.numInputWrapper span.arrowDown{
  top:50%
}
.numInputWrapper span.arrowDown:after{
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:4px solid rgba(57,57,57,.6);
  top:40%
}
.numInputWrapper span svg{
  width:inherit;
  height:auto
}
.numInputWrapper span svg path{
  fill:rgba(0,0,0,.5)
}
.numInputWrapper:hover{
  background:rgba(0,0,0,.05)
}
.numInputWrapper:hover span{
  opacity:1
}
.flatpickr-current-month{
  font-size:135%;
  line-height:inherit;
  font-weight:300;
  color:inherit;
  position:absolute;
  width:75%;
  left:12.5%;
  padding:7.48px 0 0 0;
  line-height:1;
  height:34px;
  display:inline-block;
  text-align:center;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
}
.flatpickr-current-month span.cur-month{
  font-family:inherit;
  font-weight:700;
  color:inherit;
  display:inline-block;
  margin-left:.5ch;
  padding:0
}
.flatpickr-current-month span.cur-month:hover{
  background:rgba(0,0,0,.05)
}
.flatpickr-current-month .numInputWrapper{
  width:6ch;
  display:inline-block
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after{
  border-bottom-color:rgba(0,0,0,.9)
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after{
  border-top-color:rgba(0,0,0,.9)
}
.flatpickr-current-month input.cur-year{
  background:0 0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  color:inherit;
  cursor:text;
  padding:0 0 0 .5ch;
  margin:0;
  display:inline-block;
  font-size:inherit;
  font-family:inherit;
  font-weight:300;
  line-height:inherit;
  height:auto;
  border:0;
  border-radius:0;
  vertical-align:initial;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  appearance:textfield
}
.flatpickr-current-month input.cur-year:focus{
  outline:0
}
.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{
  font-size:100%;
  color:rgba(0,0,0,.5);
  background:0 0;
  pointer-events:none
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
  appearance:menulist;
  background:0 0;
  border:none;
  border-radius:0;
  box-sizing:border-box;
  color:inherit;
  cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:300;
  height:auto;
  line-height:inherit;
  margin:-1px 0 0 0;
  outline:0;
  padding:0 0 0 .5ch;
  position:relative;
  vertical-align:initial;
  -webkit-box-sizing:border-box;
  -webkit-appearance:menulist;
  -moz-appearance:menulist;
  width:auto
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{
  outline:0
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover{
  background:rgba(0,0,0,.05)
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{
  background-color:transparent;
  outline:0;
  padding:0
}
.flatpickr-weekdays{
  background:0 0;
  text-align:center;
  overflow:hidden;
  width: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;
  height:28px
}
.flatpickr-weekdays .flatpickr-weekdaycontainer{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1
}
span.flatpickr-weekday{
  cursor:default;
  font-size:90%;
  background:0 0;
  color:rgba(0,0,0,.54);
  line-height:1;
  margin:0;
  text-align:center;
  display:block;
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  font-weight:bolder
}
.dayContainer,.flatpickr-weeks{
  padding:1px 0 0 0
}
.flatpickr-days{
  position:relative;
  overflow:hidden;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  -ms-flex-align:start;
  align-items:flex-start;
  width:307.875px
}
.flatpickr-days:focus{
  outline:0
}
.dayContainer{
  padding:0;
  outline:0;
  text-align:left;
  width:307.875px;
  min-width:307.875px;
  max-width:307.875px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  display:inline-block;
  display:-ms-flexbox;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-around;
  justify-content:space-around;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  opacity:1
}
.dayContainer+.dayContainer{
  -webkit-box-shadow:-1px 0 0 #e6e6e6;
  box-shadow:-1px 0 0 #e6e6e6
}
.flatpickr-day{
  background:0 0;
  border:1px solid transparent;
  border-radius:150px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  color:#393939;
  cursor:pointer;
  font-weight:400;
  width:14.2857143%;
  -webkit-flex-basis:14.2857143%;
  -ms-flex-preferred-size:14.2857143%;
  flex-basis:14.2857143%;
  max-width:39px;
  height:39px;
  line-height:39px;
  margin:0;
  display:inline-block;
  position:relative;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  text-align:center
}
.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{
  cursor:pointer;
  outline:0;
  background:#e6e6e6;
  border-color:#e6e6e6
}
.flatpickr-day.today{
  border-color:#959ea9
}
.flatpickr-day.today:focus,.flatpickr-day.today:hover{
  border-color:#959ea9;
  background:#959ea9;
  color:#fff
}
.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{
  background:#569ff7;
  -webkit-box-shadow:none;
  box-shadow:none;
  color:#fff;
  border-color:#569ff7
}
.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{
  border-radius:50px 0 0 50px
}
.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{
  border-radius:0 50px 50px 0
}
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){
  -webkit-box-shadow:-10px 0 0 #569ff7;
  box-shadow:-10px 0 0 #569ff7
}
.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{
  border-radius:50px
}
.flatpickr-day.inRange{
  border-radius:0;
  -webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{
  color:rgba(57,57,57,.3);
  background:0 0;
  border-color:transparent;
  cursor:default
}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{
  cursor:not-allowed;
  color:rgba(57,57,57,.1)
}
.flatpickr-day.week.selected{
  border-radius:0;
  -webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7
}
.flatpickr-day.hidden{
  visibility:hidden
}
.rangeMode .flatpickr-day{
  margin-top:1px
}
.flatpickr-weekwrapper{
  float:left
}
.flatpickr-weekwrapper .flatpickr-weeks{
  padding:0 12px;
  -webkit-box-shadow:1px 0 0 #e6e6e6;
  box-shadow:1px 0 0 #e6e6e6
}
.flatpickr-weekwrapper .flatpickr-weekday{
  float:none;
  width:100%;
  line-height:28px
}
.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{
  display:block;
  width:100%;
  max-width:none;
  color:rgba(57,57,57,.3);
  background:0 0;
  cursor:default;
  border:none
}
.flatpickr-innerContainer{
  display:block;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow:hidden
}
.flatpickr-rContainer{
  display:inline-block;
  padding:0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.flatpickr-time{
  text-align:center;
  outline:0;
  display:block;
  height:0;
  line-height:40px;
  max-height:40px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow:hidden;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex
}
.flatpickr-time:after{
  content:"";
  display:table;
  clear:both
}
.flatpickr-time .numInputWrapper{
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  width:40%;
  height:40px;
  float:left
}
.flatpickr-time .numInputWrapper span.arrowUp:after{
  border-bottom-color:#393939
}
.flatpickr-time .numInputWrapper span.arrowDown:after{
  border-top-color:#393939
}
.flatpickr-time.hasSeconds .numInputWrapper{
  width:26%
}
.flatpickr-time.time24hr .numInputWrapper{
  width:49%
}
.flatpickr-time input{
  background:0 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:0;
  border-radius:0;
  text-align:center;
  margin:0;
  padding:0;
  height:inherit;
  line-height:inherit;
  color:#393939;
  font-size:14px;
  position:relative;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  appearance:textfield
}
.flatpickr-time input.flatpickr-hour{
  font-weight:700
}
.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{
  font-weight:400
}
.flatpickr-time input:focus{
  outline:0;
  border:0
}
.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{
  height:inherit;
  float:left;
  line-height:inherit;
  color:#393939;
  font-weight:700;
  width:2%;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-align-self:center;
  -ms-flex-item-align:center;
  align-self:center
}
.flatpickr-time .flatpickr-am-pm{
  outline:0;
  width:18%;
  cursor:pointer;
  text-align:center;
  font-weight:400
}
.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{
  background:#eee
}
.flatpickr-input[readonly]{
  cursor:pointer
}
@-webkit-keyframes fpFadeInDown{
  from{
    opacity:0;
    -webkit-transform:translate3d(0,-20px,0);
    transform:translate3d(0,-20px,0)
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}
@keyframes fpFadeInDown{
  from{
    opacity:0;
    -webkit-transform:translate3d(0,-20px,0);
    transform:translate3d(0,-20px,0)
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}
.fv-sr-only{
  display:none
}
.fv-plugins-framework input::-ms-clear,.fv-plugins-framework textarea::-ms-clear{
  display:none;
  height:0;
  width:0
}
.fv-plugins-icon-container{
  position:relative
}
.fv-plugins-icon{
  position:absolute;
  right:0;
  text-align:center;
  top:0
}
.fv-plugins-tooltip{
  max-width:256px;
  position:absolute;
  text-align:center;
  z-index:10000
}
.fv-plugins-tooltip .fv-plugins-tooltip__content{
  background:#000;
  border-radius:3px;
  color:#eee;
  padding:8px;
  position:relative
}
.fv-plugins-tooltip .fv-plugins-tooltip__content:before{
  border:8px solid transparent;
  content:"";
  position:absolute
}
.fv-plugins-tooltip--hide{
  display:none
}
.fv-plugins-tooltip--top-left{
  transform:translateY(-8px)
}
.fv-plugins-tooltip--top-left .fv-plugins-tooltip__content:before{
  border-top-color:#000;
  left:8px;
  top:100%
}
.fv-plugins-tooltip--top{
  transform:translateY(-8px)
}
.fv-plugins-tooltip--top .fv-plugins-tooltip__content:before{
  border-top-color:#000;
  left:50%;
  margin-left:-8px;
  top:100%
}
.fv-plugins-tooltip--top-right{
  transform:translateY(-8px)
}
.fv-plugins-tooltip--top-right .fv-plugins-tooltip__content:before{
  border-top-color:#000;
  right:8px;
  top:100%
}
.fv-plugins-tooltip--right{
  transform:translateX(8px)
}
.fv-plugins-tooltip--right .fv-plugins-tooltip__content:before{
  border-right-color:#000;
  margin-top:-8px;
  right:100%;
  top:50%
}
.fv-plugins-tooltip--bottom-right{
  transform:translateY(8px)
}
.fv-plugins-tooltip--bottom-right .fv-plugins-tooltip__content:before{
  border-bottom-color:#000;
  bottom:100%;
  right:8px
}
.fv-plugins-tooltip--bottom{
  transform:translateY(8px)
}
.fv-plugins-tooltip--bottom .fv-plugins-tooltip__content:before{
  border-bottom-color:#000;
  bottom:100%;
  left:50%;
  margin-left:-8px
}
.fv-plugins-tooltip--bottom-left{
  transform:translateY(8px)
}
.fv-plugins-tooltip--bottom-left .fv-plugins-tooltip__content:before{
  border-bottom-color:#000;
  bottom:100%;
  left:8px
}
.fv-plugins-tooltip--left{
  transform:translateX(-8px)
}
.fv-plugins-tooltip--left .fv-plugins-tooltip__content:before{
  border-left-color:#000;
  left:100%;
  margin-top:-8px;
  top:50%
}
.fv-plugins-tooltip-icon{
  cursor:pointer;
  pointer-events:inherit
}
.fv-plugins-bootstrap .fv-help-block{
  color:#dc3545;
  font-size:80%;
  margin-top:.25rem
}
.fv-plugins-bootstrap .is-invalid~.form-check-label,.fv-plugins-bootstrap .is-valid~.form-check-label{
  color:inherit
}
.fv-plugins-bootstrap .has-danger .fv-plugins-icon{
  color:#dc3545
}
.fv-plugins-bootstrap .has-success .fv-plugins-icon{
  color:#28a745
}
.fv-plugins-bootstrap .fv-plugins-icon{
  height:38px;
  line-height:38px;
  width:38px
}
.fv-plugins-bootstrap .input-group~.fv-plugins-icon{
  z-index:3
}
.fv-plugins-bootstrap .form-group.row .fv-plugins-icon{
  right:15px
}
.fv-plugins-bootstrap .form-group.row .fv-plugins-icon-check{
  top:-7px
}
.fv-plugins-bootstrap:not(.form-inline) label~.fv-plugins-icon{
  top:32px
}
.fv-plugins-bootstrap:not(.form-inline) label~.fv-plugins-icon-check{
  top:25px
}
.fv-plugins-bootstrap:not(.form-inline) label.sr-only~.fv-plugins-icon-check{
  top:-7px
}
.fv-plugins-bootstrap.form-inline .form-group{
  align-items:flex-start;
  flex-direction:column;
  margin-bottom:auto
}
.fv-plugins-bootstrap .form-control.is-invalid,.fv-plugins-bootstrap .form-control.is-valid{
  background-image:none
}
.fv-plugins-bootstrap3 .help-block{
  margin-bottom:0
}
.fv-plugins-bootstrap3 .input-group~.form-control-feedback{
  z-index:4
}
.fv-plugins-bootstrap3.form-inline .form-group{
  vertical-align:top
}
.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-invalid .fv-plugins-icon{
  color:#dc3545
}
.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-valid .fv-plugins-icon{
  color:#198754
}
.fv-plugins-bootstrap5 .fv-plugins-icon{
  align-items:center;
  display:flex;
  justify-content:center;
  height:38px;
  width:38px
}
.fv-plugins-bootstrap5 .input-group~.fv-plugins-icon{
  z-index:3
}
.fv-plugins-bootstrap5 .fv-plugins-icon-input-group{
  right:-38px
}
.fv-plugins-bootstrap5 .form-floating .fv-plugins-icon{
  height:58px
}
.fv-plugins-bootstrap5 .row .fv-plugins-icon{
  right:12px
}
.fv-plugins-bootstrap5 .row .fv-plugins-icon-check{
  top:-7px
}
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label~.fv-plugins-icon{
  top:32px
}
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label~.fv-plugins-icon-check{
  top:25px
}
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label.sr-only~.fv-plugins-icon-check{
  top:-7px
}
.fv-plugins-bootstrap5.fv-plugins-bootstrap5-form-inline .fv-plugins-icon{
  right:calc(var(--bs-gutter-x,1.5rem)/ 2)
}
.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-invalid,.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-valid{
  background-image:none
}
.fv-plugins-bulma .field.has-addons{
  flex-wrap:wrap
}
.fv-plugins-bulma .field.has-addons::after{
  content:"";
  width:100%
}
.fv-plugins-bulma .field.has-addons .fv-plugins-message-container{
  order:1
}
.fv-plugins-bulma .icon.fv-plugins-icon-check{
  top:-4px
}
.fv-plugins-bulma .fv-has-error .input,.fv-plugins-bulma .fv-has-error .textarea{
  border:1px solid #ff3860
}
.fv-plugins-bulma .fv-has-success .input,.fv-plugins-bulma .fv-has-success .textarea{
  border:1px solid #23d160
}
.fv-plugins-foundation .fv-plugins-icon{
  height:39px;
  line-height:39px;
  right:0;
  width:39px
}
.fv-plugins-foundation .grid-padding-x .fv-plugins-icon{
  right:15px
}
.fv-plugins-foundation .fv-plugins-icon-container .cell{
  position:relative
}
.fv-plugins-foundation [type=checkbox]~.fv-plugins-icon{
  top:-7px
}
.fv-plugins-foundation.fv-stacked-form .fv-plugins-message-container{
  width:100%
}
.fv-plugins-foundation.fv-stacked-form fieldset [type=checkbox]~.fv-plugins-icon,.fv-plugins-foundation.fv-stacked-form fieldset [type=radio]~.fv-plugins-icon,.fv-plugins-foundation.fv-stacked-form label .fv-plugins-icon{
  top:25px
}
.fv-plugins-foundation .form-error{
  display:block
}
.fv-plugins-foundation .fv-row__success .fv-plugins-icon{
  color:#3adb76
}
.fv-plugins-foundation .fv-row__error .fv-plugins-icon,.fv-plugins-foundation .fv-row__error fieldset legend,.fv-plugins-foundation .fv-row__error label{
  color:#cc4b37
}
.fv-plugins-materialize .fv-plugins-icon{
  height:42px;
  line-height:42px;
  width:42px
}
.fv-plugins-materialize .fv-plugins-icon-check{
  top:-10px
}
.fv-plugins-materialize .fv-invalid-row .fv-plugins-icon,.fv-plugins-materialize .fv-invalid-row .helper-text{
  color:#f44336
}
.fv-plugins-materialize .fv-valid-row .fv-plugins-icon,.fv-plugins-materialize .fv-valid-row .helper-text{
  color:#4caf50
}
.fv-plugins-milligram .fv-plugins-icon{
  height:38px;
  line-height:38px;
  width:38px
}
.fv-plugins-milligram .column{
  position:relative
}
.fv-plugins-milligram .column .fv-plugins-icon{
  right:10px
}
.fv-plugins-milligram .fv-plugins-icon-check{
  top:-6px
}
.fv-plugins-milligram .fv-plugins-message-container{
  margin-bottom:15px
}
.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon{
  top:30px
}
.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon-check{
  top:24px
}
.fv-plugins-milligram .fv-invalid-row .fv-help-block,.fv-plugins-milligram .fv-invalid-row .fv-plugins-icon{
  color:red
}
.fv-plugins-milligram .fv-valid-row .fv-help-block,.fv-plugins-milligram .fv-valid-row .fv-plugins-icon{
  color:green
}
.fv-plugins-mini .fv-plugins-icon{
  height:42px;
  line-height:42px;
  width:42px;
  top:4px
}
.fv-plugins-mini .fv-plugins-icon-check{
  top:-8px
}
.fv-plugins-mini.fv-stacked-form .fv-plugins-icon{
  top:28px
}
.fv-plugins-mini.fv-stacked-form .fv-plugins-icon-check{
  top:20px
}
.fv-plugins-mini .fv-plugins-message-container{
  margin:calc(var(--universal-margin)/ 2)
}
.fv-plugins-mini .fv-invalid-row .fv-help-block,.fv-plugins-mini .fv-invalid-row .fv-plugins-icon{
  color:var(--input-invalid-color)
}
.fv-plugins-mini .fv-valid-row .fv-help-block,.fv-plugins-mini .fv-valid-row .fv-plugins-icon{
  color:#308732
}
.fv-plugins-mui .fv-plugins-icon{
  height:32px;
  line-height:32px;
  width:32px;
  top:15px;
  right:4px
}
.fv-plugins-mui .fv-plugins-icon-check{
  top:-6px;
  right:-10px
}
.fv-plugins-mui .fv-plugins-message-container{
  margin:8px 0
}
.fv-plugins-mui .fv-invalid-row .fv-help-block,.fv-plugins-mui .fv-invalid-row .fv-plugins-icon{
  color:#f44336
}
.fv-plugins-mui .fv-valid-row .fv-help-block,.fv-plugins-mui .fv-valid-row .fv-plugins-icon{
  color:#4caf50
}
.fv-plugins-pure .fv-plugins-icon{
  height:36px;
  line-height:36px;
  width:36px
}
.fv-plugins-pure .fv-has-error .fv-help-block,.fv-plugins-pure .fv-has-error .fv-plugins-icon,.fv-plugins-pure .fv-has-error label{
  color:#ca3c3c
}
.fv-plugins-pure .fv-has-success .fv-help-block,.fv-plugins-pure .fv-has-success .fv-plugins-icon,.fv-plugins-pure .fv-has-success label{
  color:#1cb841
}
.fv-plugins-pure.pure-form-aligned .fv-help-block{
  margin-top:5px;
  margin-left:180px
}
.fv-plugins-pure.pure-form-aligned .fv-plugins-icon-check{
  top:-9px
}
.fv-plugins-pure.pure-form-stacked .pure-control-group{
  margin-bottom:8px
}
.fv-plugins-pure.pure-form-stacked .fv-plugins-icon{
  top:22px
}
.fv-plugins-pure.pure-form-stacked .fv-plugins-icon-check{
  top:13px
}
.fv-plugins-pure.pure-form-stacked .fv-sr-only~.fv-plugins-icon{
  top:-9px
}
.fv-plugins-semantic .error .fv-plugins-icon,.fv-plugins-semantic.ui.form .fields.error label{
  color:#9f3a38
}
.fv-plugins-semantic .fv-plugins-icon-check{
  right:7px
}
.fv-plugins-shoelace .input-group{
  margin-bottom:0
}
.fv-plugins-shoelace .fv-plugins-icon{
  height:32px;
  line-height:32px;
  width:32px;
  top:28px
}
.fv-plugins-shoelace .row .fv-plugins-icon{
  right:16px;
  top:0
}
.fv-plugins-shoelace .fv-plugins-icon-check{
  top:24px
}
.fv-plugins-shoelace .fv-sr-only~.fv-plugins-icon,.fv-plugins-shoelace .fv-sr-only~div .fv-plugins-icon{
  top:-4px
}
.fv-plugins-shoelace .input-valid .fv-help-block,.fv-plugins-shoelace .input-valid .fv-plugins-icon{
  color:#2ecc40
}
.fv-plugins-shoelace .input-invalid .fv-help-block,.fv-plugins-shoelace .input-invalid .fv-plugins-icon{
  color:#ff4136
}
.fv-plugins-spectre .input-group .fv-plugins-icon{
  z-index:2
}
.fv-plugins-spectre .form-group .fv-plugins-icon-check{
  right:6px;
  top:10px
}
.fv-plugins-spectre:not(.form-horizontal) .form-group .fv-plugins-icon-check{
  right:6px;
  top:45px
}
.fv-plugins-tachyons .fv-plugins-icon{
  height:36px;
  line-height:36px;
  width:36px
}
.fv-plugins-tachyons .fv-plugins-icon-check{
  top:-7px
}
.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon{
  top:34px
}
.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon-check{
  top:24px
}
.fv-plugins-turret .fv-plugins-icon{
  height:40px;
  line-height:40px;
  width:40px
}
.fv-plugins-turret.fv-stacked-form .fv-plugins-icon{
  top:29px
}
.fv-plugins-turret.fv-stacked-form .fv-plugins-icon-check{
  top:17px
}
.fv-plugins-turret .fv-invalid-row .form-message,.fv-plugins-turret .fv-invalid-row .fv-plugins-icon{
  color:#c00
}
.fv-plugins-turret .fv-valid-row .form-message,.fv-plugins-turret .fv-valid-row .fv-plugins-icon{
  color:#00b300
}
.fv-plugins-uikit .fv-plugins-icon{
  height:40px;
  line-height:40px;
  top:25px;
  width:40px
}
.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon{
  top:0
}
.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon-check{
  top:-11px
}
.fv-plugins-uikit.uk-form-stacked .fv-plugins-icon-check{
  top:15px
}
.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon{
  top:0
}
.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon-check{
  top:-11px
}
.fv-plugins-wizard--step{
  display:none
}
.fv-plugins-wizard--active{
  display:block
}
.daterangepicker{
  position:absolute;
  color:inherit;
  background-color:#fff;
  border-radius:4px;
  border:1px solid #ddd;
  width:278px;
  max-width:none;
  padding:0;
  margin-top:7px;
  top:100px;
  left:20px;
  z-index:3001;
  display:none;
  font-family:arial;
  font-size:15px;
  line-height:1em
}
.daterangepicker:after,.daterangepicker:before{
  position:absolute;
  display:inline-block;
  border-bottom-color:rgba(0,0,0,.2);
  content:""
}
.daterangepicker:before{
  top:-7px;
  border-right:7px solid transparent;
  border-left:7px solid transparent;
  border-bottom:7px solid #ccc
}
.daterangepicker:after{
  top:-6px;
  border-right:6px solid transparent;
  border-bottom:6px solid #fff;
  border-left:6px solid transparent
}
.daterangepicker.opensleft:before{
  right:9px
}
.daterangepicker.opensleft:after{
  right:10px
}
.daterangepicker.openscenter:before{
  left:0;
  right:0;
  width:0;
  margin-left:auto;
  margin-right:auto
}
.daterangepicker.openscenter:after{
  left:0;
  right:0;
  width:0;
  margin-left:auto;
  margin-right:auto
}
.daterangepicker.opensright:before{
  left:9px
}
.daterangepicker.opensright:after{
  left:10px
}
.daterangepicker.drop-up{
  margin-top:-7px
}
.daterangepicker.drop-up:before{
  top:initial;
  bottom:-7px;
  border-bottom:initial;
  border-top:7px solid #ccc
}
.daterangepicker.drop-up:after{
  top:initial;
  bottom:-6px;
  border-bottom:initial;
  border-top:6px solid #fff
}
.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{
  float:none
}
.daterangepicker.single .drp-selected{
  display:none
}
.daterangepicker.show-calendar .drp-calendar{
  display:block
}
.daterangepicker.show-calendar .drp-buttons{
  display:block
}
.daterangepicker.auto-apply .drp-buttons{
  display:none
}
.daterangepicker .drp-calendar{
  display:none;
  max-width:270px
}
.daterangepicker .drp-calendar.left{
  padding:8px 0 8px 8px
}
.daterangepicker .drp-calendar.right{
  padding:8px
}
.daterangepicker .drp-calendar.single .calendar-table{
  border:none
}
.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{
  color:#fff;
  border:solid #000;
  border-width:0 2px 2px 0;
  border-radius:0;
  display:inline-block;
  padding:3px
}
.daterangepicker .calendar-table .next span{
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg)
}
.daterangepicker .calendar-table .prev span{
  transform:rotate(135deg);
  -webkit-transform:rotate(135deg)
}
.daterangepicker .calendar-table td,.daterangepicker .calendar-table th{
  white-space:nowrap;
  text-align:center;
  vertical-align:middle;
  min-width:32px;
  width:32px;
  height:24px;
  line-height:24px;
  font-size:12px;
  border-radius:4px;
  border:1px solid transparent;
  white-space:nowrap;
  cursor:pointer
}
.daterangepicker .calendar-table{
  border:1px solid #fff;
  border-radius:4px;
  background-color:#fff
}
.daterangepicker .calendar-table table{
  width:100%;
  margin:0;
  border-spacing:0;
  border-collapse:collapse
}
.daterangepicker td.available:hover,.daterangepicker th.available:hover{
  background-color:#eee;
  border-color:transparent;
  color:inherit
}
.daterangepicker td.week,.daterangepicker th.week{
  font-size:80%;
  color:#ccc
}
.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date{
  background-color:#fff;
  border-color:transparent;
  color:#999
}
.daterangepicker td.in-range{
  background-color:#ebf4f8;
  border-color:transparent;
  color:#000;
  border-radius:0
}
.daterangepicker td.start-date{
  border-radius:4px 0 0 4px
}
.daterangepicker td.end-date{
  border-radius:0 4px 4px 0
}
.daterangepicker td.start-date.end-date{
  border-radius:4px
}
.daterangepicker td.active,.daterangepicker td.active:hover{
  background-color:#357ebd;
  border-color:transparent;
  color:#fff
}
.daterangepicker th.month{
  width:auto
}
.daterangepicker option.disabled,.daterangepicker td.disabled{
  color:#999;
  cursor:not-allowed;
  text-decoration:line-through
}
.daterangepicker select.monthselect,.daterangepicker select.yearselect{
  font-size:12px;
  padding:1px;
  height:auto;
  margin:0;
  cursor:default
}
.daterangepicker select.monthselect{
  margin-right:2%;
  width:56%
}
.daterangepicker select.yearselect{
  width:40%
}
.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect{
  width:50px;
  margin:0 auto;
  background:#eee;
  border:1px solid #eee;
  padding:2px;
  outline:0;
  font-size:12px
}
.daterangepicker .calendar-time{
  text-align:center;
  margin:4px auto 0 auto;
  line-height:30px;
  position:relative
}
.daterangepicker .calendar-time select.disabled{
  color:#ccc;
  cursor:not-allowed
}
.daterangepicker .drp-buttons{
  clear:both;
  text-align:right;
  padding:8px;
  border-top:1px solid #ddd;
  display:none;
  line-height:12px;
  vertical-align:middle
}
.daterangepicker .drp-selected{
  display:inline-block;
  font-size:12px;
  padding-right:8px
}
.daterangepicker .drp-buttons .btn{
  margin-left:8px;
  font-size:12px;
  font-weight:700;
  padding:4px 8px
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left{
  border-right:1px solid #ddd
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left{
  border-left:1px solid #ddd
}
.daterangepicker.show-ranges.rtl .drp-calendar.right{
  border-right:1px solid #ddd
}
.daterangepicker.show-ranges.ltr .drp-calendar.left{
  border-left:1px solid #ddd
}
.daterangepicker .ranges{
  float:none;
  text-align:left;
  margin:0
}
.daterangepicker.show-calendar .ranges{
  margin-top:8px
}
.daterangepicker .ranges ul{
  list-style:none;
  margin:0 auto;
  padding:0;
  width:100%
}
.daterangepicker .ranges li{
  font-size:12px;
  padding:8px 12px;
  cursor:pointer
}
.daterangepicker .ranges li:hover{
  background-color:#eee
}
.daterangepicker .ranges li.active{
  background-color:#08c;
  color:#fff
}
@media (min-width:564px){
  .daterangepicker{
    width:auto
  }
  .daterangepicker .ranges ul{
    width:140px
  }
  .daterangepicker.single .ranges ul{
    width:100%
  }
  .daterangepicker.single .drp-calendar.left{
    clear:none
  }
  .daterangepicker.single .drp-calendar,.daterangepicker.single .ranges{
    float:left
  }
  .daterangepicker{
    direction:ltr;
    text-align:left
  }
  .daterangepicker .drp-calendar.left{
    clear:left;
    margin-right:0
  }
  .daterangepicker .drp-calendar.left .calendar-table{
    border-right:none;
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }
  .daterangepicker .drp-calendar.right{
    margin-left:0
  }
  .daterangepicker .drp-calendar.right .calendar-table{
    border-left:none;
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }
  .daterangepicker .drp-calendar.left .calendar-table{
    padding-right:8px
  }
  .daterangepicker .drp-calendar,.daterangepicker .ranges{
    float:left
  }
}
@media (min-width:730px){
  .daterangepicker .ranges{
    width:auto
  }
  .daterangepicker .ranges{
    float:left
  }
  .daterangepicker.rtl .ranges{
    float:right
  }
  .daterangepicker .drp-calendar.left{
    clear:none!important
  }
}
.tns-outer{
  padding:0!important
}
.tns-outer [hidden]{
  display:none!important
}
.tns-outer [aria-controls],.tns-outer [data-action]{
  cursor:pointer
}
.tns-slider{
  -webkit-transition:all 0s;
  -moz-transition:all 0s;
  transition:all 0s
}
.tns-slider>.tns-item{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.tns-horizontal.tns-subpixel{
  white-space:nowrap
}
.tns-horizontal.tns-subpixel>.tns-item{
  display:inline-block;
  vertical-align:top;
  white-space:normal
}
.tns-horizontal.tns-no-subpixel:after{
  content:"";
  display:table;
  clear:both
}
.tns-horizontal.tns-no-subpixel>.tns-item{
  float:left
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{
  margin-right:-100%
}
.tns-no-calc{
  position:relative;
  left:0
}
.tns-gallery{
  position:relative;
  left:0;
  min-height:1px
}
.tns-gallery>.tns-item{
  position:absolute;
  left:-100%;
  -webkit-transition:transform 0s,opacity 0s;
  -moz-transition:transform 0s,opacity 0s;
  transition:transform 0s,opacity 0s
}
.tns-gallery>.tns-slide-active{
  position:relative;
  left:auto!important
}
.tns-gallery>.tns-moving{
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
  transition:all .25s
}
.tns-autowidth{
  display:inline-block
}
.tns-lazy-img{
  -webkit-transition:opacity .6s;
  -moz-transition:opacity .6s;
  transition:opacity .6s;
  opacity:.6
}
.tns-lazy-img.tns-complete{
  opacity:1
}
.tns-ah{
  -webkit-transition:height 0s;
  -moz-transition:height 0s;
  transition:height 0s
}
.tns-ovh{
  overflow:hidden
}
.tns-visually-hidden{
  position:absolute;
  left:-10000em
}
.tns-transparent{
  opacity:0;
  visibility:hidden
}
.tns-fadeIn{
  opacity:1;
  z-index:0
}
.tns-fadeOut,.tns-normal{
  opacity:0;
  z-index:-1
}
.tns-vpfix{
  white-space:nowrap
}
.tns-vpfix>div,.tns-vpfix>li{
  display:inline-block
}
.tns-t-subp2{
  margin:0 auto;
  width:310px;
  position:relative;
  height:10px;
  overflow:hidden
}
.tns-t-ct{
  width:2333.3333333%;
  width:-webkit-calc(100% * 70 / 3);
  width:-moz-calc(100% * 70 / 3);
  width:calc(100% * 70 / 3);
  position:absolute;
  right:0
}
.tns-t-ct:after{
  content:"";
  display:table;
  clear:both
}
.tns-t-ct>div{
  width:1.4285714%;
  width:-webkit-calc(100% / 70);
  width:-moz-calc(100% / 70);
  width:calc(100% / 70);
  height:10px;
  float:left
}
/*! nouislider - 14.7.0 - 4/6/2021 */
.noUi-target,.noUi-target *{
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-user-select:none;
  -ms-touch-action:none;
  touch-action:none;
  -ms-user-select:none;
  -moz-user-select:none;
  user-select:none;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.noUi-target{
  position:relative
}
.noUi-base,.noUi-connects{
  width:100%;
  height:100%;
  position:relative;
  z-index:1
}
.noUi-connects{
  overflow:hidden;
  z-index:0
}
.noUi-connect,.noUi-origin{
  will-change:transform;
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  -ms-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -webkit-transform-style:preserve-3d;
  transform-origin:0 0;
  transform-style:flat
}
.noUi-connect{
  height:100%;
  width:100%
}
.noUi-origin{
  height:10%;
  width:10%
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{
  left:0;
  right:auto
}
.noUi-vertical .noUi-origin{
  width:0
}
.noUi-horizontal .noUi-origin{
  height:0
}
.noUi-handle{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  position:absolute
}
.noUi-touch-area{
  height:100%;
  width:100%
}
.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{
  -webkit-transition:transform .3s;
  transition:transform .3s
}
.noUi-state-drag *{
  cursor:inherit!important
}
.noUi-horizontal{
  height:18px
}
.noUi-horizontal .noUi-handle{
  width:34px;
  height:28px;
  right:-17px;
  top:-6px
}
.noUi-vertical{
  width:18px
}
.noUi-vertical .noUi-handle{
  width:28px;
  height:34px;
  right:-6px;
  top:-17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{
  left:-17px;
  right:auto
}
.noUi-target{
  background:#fafafa;
  border-radius:4px;
  border:1px solid #d3d3d3;
  box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}
.noUi-connects{
  border-radius:3px
}
.noUi-connect{
  background:#3fb8af
}
.noUi-draggable{
  cursor:ew-resize
}
.noUi-vertical .noUi-draggable{
  cursor:ns-resize
}
.noUi-handle{
  border:1px solid #d9d9d9;
  border-radius:3px;
  background:#fff;
  cursor:default;
  box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}
.noUi-active{
  box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}
.noUi-handle:after,.noUi-handle:before{
  content:"";
  display:block;
  position:absolute;
  height:14px;
  width:1px;
  background:#e8e7e6;
  left:14px;
  top:6px
}
.noUi-handle:after{
  left:17px
}
.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{
  width:14px;
  height:1px;
  left:6px;
  top:14px
}
.noUi-vertical .noUi-handle:after{
  top:17px
}
[disabled] .noUi-connect{
  background:#b8b8b8
}
[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{
  cursor:not-allowed
}
.noUi-pips,.noUi-pips *{
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.noUi-pips{
  position:absolute;
  color:#999
}
.noUi-value{
  position:absolute;
  white-space:nowrap;
  text-align:center
}
.noUi-value-sub{
  color:#ccc;
  font-size:10px
}
.noUi-marker{
  position:absolute;
  background:#ccc
}
.noUi-marker-sub{
  background:#aaa
}
.noUi-marker-large{
  background:#aaa
}
.noUi-pips-horizontal{
  padding:10px 0;
  height:80px;
  top:100%;
  left:0;
  width:100%
}
.noUi-value-horizontal{
  -webkit-transform:translate(-50%,50%);
  transform:translate(-50%,50%)
}
.noUi-rtl .noUi-value-horizontal{
  -webkit-transform:translate(50%,50%);
  transform:translate(50%,50%)
}
.noUi-marker-horizontal.noUi-marker{
  margin-left:-1px;
  width:2px;
  height:5px
}
.noUi-marker-horizontal.noUi-marker-sub{
  height:10px
}
.noUi-marker-horizontal.noUi-marker-large{
  height:15px
}
.noUi-pips-vertical{
  padding:0 10px;
  height:100%;
  top:0;
  left:100%
}
.noUi-value-vertical{
  -webkit-transform:translate(0,-50%);
  transform:translate(0,-50%);
  padding-left:25px
}
.noUi-rtl .noUi-value-vertical{
  -webkit-transform:translate(0,50%);
  transform:translate(0,50%)
}
.noUi-marker-vertical.noUi-marker{
  width:5px;
  height:2px;
  margin-top:-1px
}
.noUi-marker-vertical.noUi-marker-sub{
  width:10px
}
.noUi-marker-vertical.noUi-marker-large{
  width:15px
}
.noUi-tooltip{
  display:block;
  position:absolute;
  border:1px solid #d9d9d9;
  border-radius:3px;
  background:#fff;
  color:#000;
  padding:5px;
  text-align:center;
  white-space:nowrap
}
.noUi-horizontal .noUi-tooltip{
  -webkit-transform:translate(-50%,0);
  transform:translate(-50%,0);
  left:50%;
  bottom:120%
}
.noUi-vertical .noUi-tooltip{
  -webkit-transform:translate(0,-50%);
  transform:translate(0,-50%);
  top:50%;
  right:120%
}
.noUi-horizontal .noUi-origin>.noUi-tooltip{
  -webkit-transform:translate(50%,0);
  transform:translate(50%,0);
  left:auto;
  bottom:10px
}
.noUi-vertical .noUi-origin>.noUi-tooltip{
  -webkit-transform:translate(0,-18px);
  transform:translate(0,-18px);
  top:auto;
  right:28px
}
@-webkit-keyframes passing-through{
  0%{
    opacity:0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -ms-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px)
  }
  30%,70%{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
  }
  100%{
    opacity:0;
    -webkit-transform:translateY(-40px);
    -moz-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
    -o-transform:translateY(-40px);
    transform:translateY(-40px)
  }
}
@-moz-keyframes passing-through{
  0%{
    opacity:0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -ms-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px)
  }
  30%,70%{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
  }
  100%{
    opacity:0;
    -webkit-transform:translateY(-40px);
    -moz-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
    -o-transform:translateY(-40px);
    transform:translateY(-40px)
  }
}
@keyframes passing-through{
  0%{
    opacity:0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -ms-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px)
  }
  30%,70%{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
  }
  100%{
    opacity:0;
    -webkit-transform:translateY(-40px);
    -moz-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
    -o-transform:translateY(-40px);
    transform:translateY(-40px)
  }
}
@-webkit-keyframes slide-in{
  0%{
    opacity:0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -ms-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px)
  }
  30%{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
  }
}
@-moz-keyframes slide-in{
  0%{
    opacity:0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -ms-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px)
  }
  30%{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes slide-in{
  0%{
    opacity:0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -ms-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px)
  }
  30%{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
  }
}
@-webkit-keyframes pulse{
  0%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
  }
  10%{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1)
  }
  20%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
  }
}
@-moz-keyframes pulse{
  0%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
  }
  10%{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1)
  }
  20%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
  }
}
@keyframes pulse{
  0%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
  }
  10%{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1)
  }
  20%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
  }
}
.dropzone,.dropzone *{
  box-sizing:border-box
}
.dropzone{
  min-height:150px;
  border:2px solid rgba(0,0,0,.3);
  background:#fff;
  padding:20px 20px
}
.dropzone.dz-clickable{
  cursor:pointer
}
.dropzone.dz-clickable *{
  cursor:default
}
.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{
  cursor:pointer
}
.dropzone.dz-started .dz-message{
  display:none
}
.dropzone.dz-drag-hover{
  border-style:solid
}
.dropzone.dz-drag-hover .dz-message{
  opacity:.5
}
.dropzone .dz-message{
  text-align:center;
  margin:2em 0
}
.dropzone .dz-message .dz-button{
  background:0 0;
  color:inherit;
  border:none;
  padding:0;
  font:inherit;
  cursor:pointer;
  outline:inherit
}
.dropzone .dz-preview{
  position:relative;
  display:inline-block;
  vertical-align:top;
  margin:16px;
  min-height:100px
}
.dropzone .dz-preview:hover{
  z-index:1000
}
.dropzone .dz-preview:hover .dz-details{
  opacity:1
}
.dropzone .dz-preview.dz-file-preview .dz-image{
  border-radius:20px;
  background:#999;
  background:linear-gradient(to bottom,#eee,#ddd)
}
.dropzone .dz-preview.dz-file-preview .dz-details{
  opacity:1
}
.dropzone .dz-preview.dz-image-preview{
  background:#fff
}
.dropzone .dz-preview.dz-image-preview .dz-details{
  -webkit-transition:opacity .2s linear;
  -moz-transition:opacity .2s linear;
  -ms-transition:opacity .2s linear;
  -o-transition:opacity .2s linear;
  transition:opacity .2s linear
}
.dropzone .dz-preview .dz-remove{
  font-size:14px;
  text-align:center;
  display:block;
  cursor:pointer;
  border:none
}
.dropzone .dz-preview .dz-remove:hover{
  text-decoration:underline
}
.dropzone .dz-preview:hover .dz-details{
  opacity:1
}
.dropzone .dz-preview .dz-details{
  z-index:20;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  font-size:13px;
  min-width:100%;
  max-width:100%;
  padding:2em 1em;
  text-align:center;
  color:rgba(0,0,0,.9);
  line-height:150%
}
.dropzone .dz-preview .dz-details .dz-size{
  margin-bottom:1em;
  font-size:16px
}
.dropzone .dz-preview .dz-details .dz-filename{
  white-space:nowrap
}
.dropzone .dz-preview .dz-details .dz-filename:hover span{
  border:1px solid rgba(200,200,200,.8);
  background-color:rgba(255,255,255,.8)
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover){
  overflow:hidden;
  text-overflow:ellipsis
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{
  border:1px solid transparent
}
.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{
  background-color:rgba(255,255,255,.4);
  padding:0 .4em;
  border-radius:3px
}
.dropzone .dz-preview:hover .dz-image img{
  -webkit-transform:scale(1.05,1.05);
  -moz-transform:scale(1.05,1.05);
  -ms-transform:scale(1.05,1.05);
  -o-transform:scale(1.05,1.05);
  transform:scale(1.05,1.05);
  -webkit-filter:blur(8px);
  filter:blur(8px)
}
.dropzone .dz-preview .dz-image{
  border-radius:20px;
  overflow:hidden;
  width:120px;
  height:120px;
  position:relative;
  display:block;
  z-index:10
}
.dropzone .dz-preview .dz-image img{
  display:block
}
.dropzone .dz-preview.dz-success .dz-success-mark{
  -webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);
  -moz-animation:passing-through 3s cubic-bezier(.77,0,.175,1);
  -ms-animation:passing-through 3s cubic-bezier(.77,0,.175,1);
  -o-animation:passing-through 3s cubic-bezier(.77,0,.175,1);
  animation:passing-through 3s cubic-bezier(.77,0,.175,1)
}
.dropzone .dz-preview.dz-error .dz-error-mark{
  opacity:1;
  -webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);
  -moz-animation:slide-in 3s cubic-bezier(.77,0,.175,1);
  -ms-animation:slide-in 3s cubic-bezier(.77,0,.175,1);
  -o-animation:slide-in 3s cubic-bezier(.77,0,.175,1);
  animation:slide-in 3s cubic-bezier(.77,0,.175,1)
}
.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{
  pointer-events:none;
  opacity:0;
  z-index:500;
  position:absolute;
  display:block;
  top:50%;
  left:50%;
  margin-left:-27px;
  margin-top:-27px
}
.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{
  display:block;
  width:54px;
  height:54px
}
.dropzone .dz-preview.dz-processing .dz-progress{
  opacity:1;
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.dropzone .dz-preview.dz-complete .dz-progress{
  opacity:0;
  -webkit-transition:opacity .4s ease-in;
  -moz-transition:opacity .4s ease-in;
  -ms-transition:opacity .4s ease-in;
  -o-transition:opacity .4s ease-in;
  transition:opacity .4s ease-in
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress{
  -webkit-animation:pulse 6s ease infinite;
  -moz-animation:pulse 6s ease infinite;
  -ms-animation:pulse 6s ease infinite;
  -o-animation:pulse 6s ease infinite;
  animation:pulse 6s ease infinite
}
.dropzone .dz-preview .dz-progress{
  opacity:1;
  z-index:1000;
  pointer-events:none;
  position:absolute;
  height:16px;
  left:50%;
  top:50%;
  margin-top:-8px;
  width:80px;
  margin-left:-40px;
  background:rgba(255,255,255,.9);
  -webkit-transform:scale(1);
  border-radius:8px;
  overflow:hidden
}
.dropzone .dz-preview .dz-progress .dz-upload{
  background:#333;
  background:linear-gradient(to bottom,#666,#444);
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:0;
  -webkit-transition:width .3s ease-in-out;
  -moz-transition:width .3s ease-in-out;
  -ms-transition:width .3s ease-in-out;
  -o-transition:width .3s ease-in-out;
  transition:width .3s ease-in-out
}
.dropzone .dz-preview.dz-error .dz-error-message{
  display:block
}
.dropzone .dz-preview.dz-error:hover .dz-error-message{
  opacity:1;
  pointer-events:auto
}
.dropzone .dz-preview .dz-error-message{
  pointer-events:none;
  z-index:1000;
  position:absolute;
  display:block;
  display:none;
  opacity:0;
  -webkit-transition:opacity .3s ease;
  -moz-transition:opacity .3s ease;
  -ms-transition:opacity .3s ease;
  -o-transition:opacity .3s ease;
  transition:opacity .3s ease;
  border-radius:8px;
  font-size:13px;
  top:130px;
  left:-10px;
  width:140px;
  background:#be2626;
  background:linear-gradient(to bottom,#be2626,#a92222);
  padding:.5em 1.2em;
  color:#fff
}
.dropzone .dz-preview .dz-error-message:after{
  content:"";
  position:absolute;
  top:-6px;
  left:64px;
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:6px solid #be2626
}
/*! * Quill Editor v1.3.7 * https://quilljs.com/ * Copyright (c) 2014, Jason Chen * Copyright (c) 2013, salesforce.com */
.ql-container{
  box-sizing:border-box;
  font-family:Helvetica,Arial,sans-serif;
  font-size:13px;
  height:100%;
  margin:0;
  position:relative
}
.ql-container.ql-disabled .ql-tooltip{
  visibility:hidden
}
.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before{
  pointer-events:none
}
.ql-clipboard{
  left:-100000px;
  height:1px;
  overflow-y:hidden;
  position:absolute;
  top:50%
}
.ql-clipboard p{
  margin:0;
  padding:0
}
.ql-editor{
  box-sizing:border-box;
  line-height:1.42;
  height:100%;
  outline:0;
  overflow-y:auto;
  padding:12px 15px;
  tab-size:4;
  -moz-tab-size:4;
  text-align:left;
  white-space:pre-wrap;
  word-wrap:break-word
}
.ql-editor>*{
  cursor:text
}
.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{
  margin:0;
  padding:0;
  counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol,.ql-editor ul{
  padding-left:1.5em
}
.ql-editor ol>li,.ql-editor ul>li{
  list-style-type:none
}
.ql-editor ul>li::before{
  content:"•"
}
.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{
  pointer-events:none
}
.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{
  pointer-events:all
}
.ql-editor ul[data-checked=false]>li::before,.ql-editor ul[data-checked=true]>li::before{
  color:#777;
  cursor:pointer;
  pointer-events:all
}
.ql-editor ul[data-checked=true]>li::before{
  content:"☑"
}
.ql-editor ul[data-checked=false]>li::before{
  content:"☐"
}
.ql-editor li::before{
  display:inline-block;
  white-space:nowrap;
  width:1.2em
}
.ql-editor li:not(.ql-direction-rtl)::before{
  margin-left:-1.5em;
  margin-right:.3em;
  text-align:right
}
.ql-editor li.ql-direction-rtl::before{
  margin-left:.3em;
  margin-right:-1.5em
}
.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){
  padding-left:1.5em
}
.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{
  padding-right:1.5em
}
.ql-editor ol li{
  counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment:list-0
}
.ql-editor ol li:before{
  content:counter(list-0,decimal) ". "
}
.ql-editor ol li.ql-indent-1{
  counter-increment:list-1
}
.ql-editor ol li.ql-indent-1:before{
  content:counter(list-1,lower-alpha) ". "
}
.ql-editor ol li.ql-indent-1{
  counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-2{
  counter-increment:list-2
}
.ql-editor ol li.ql-indent-2:before{
  content:counter(list-2,lower-roman) ". "
}
.ql-editor ol li.ql-indent-2{
  counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-3{
  counter-increment:list-3
}
.ql-editor ol li.ql-indent-3:before{
  content:counter(list-3,decimal) ". "
}
.ql-editor ol li.ql-indent-3{
  counter-reset:list-4 list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-4{
  counter-increment:list-4
}
.ql-editor ol li.ql-indent-4:before{
  content:counter(list-4,lower-alpha) ". "
}
.ql-editor ol li.ql-indent-4{
  counter-reset:list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-5{
  counter-increment:list-5
}
.ql-editor ol li.ql-indent-5:before{
  content:counter(list-5,lower-roman) ". "
}
.ql-editor ol li.ql-indent-5{
  counter-reset:list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-6{
  counter-increment:list-6
}
.ql-editor ol li.ql-indent-6:before{
  content:counter(list-6,decimal) ". "
}
.ql-editor ol li.ql-indent-6{
  counter-reset:list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-7{
  counter-increment:list-7
}
.ql-editor ol li.ql-indent-7:before{
  content:counter(list-7,lower-alpha) ". "
}
.ql-editor ol li.ql-indent-7{
  counter-reset:list-8 list-9
}
.ql-editor ol li.ql-indent-8{
  counter-increment:list-8
}
.ql-editor ol li.ql-indent-8:before{
  content:counter(list-8,lower-roman) ". "
}
.ql-editor ol li.ql-indent-8{
  counter-reset:list-9
}
.ql-editor ol li.ql-indent-9{
  counter-increment:list-9
}
.ql-editor ol li.ql-indent-9:before{
  content:counter(list-9,decimal) ". "
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl){
  padding-left:3em
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl){
  padding-left:4.5em
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{
  padding-right:3em
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{
  padding-right:4.5em
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl){
  padding-left:6em
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl){
  padding-left:7.5em
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{
  padding-right:6em
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{
  padding-right:7.5em
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl){
  padding-left:9em
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl){
  padding-left:10.5em
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{
  padding-right:9em
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{
  padding-right:10.5em
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl){
  padding-left:12em
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl){
  padding-left:13.5em
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{
  padding-right:12em
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{
  padding-right:13.5em
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl){
  padding-left:15em
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl){
  padding-left:16.5em
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{
  padding-right:15em
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{
  padding-right:16.5em
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl){
  padding-left:18em
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl){
  padding-left:19.5em
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{
  padding-right:18em
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{
  padding-right:19.5em
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl){
  padding-left:21em
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl){
  padding-left:22.5em
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{
  padding-right:21em
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{
  padding-right:22.5em
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl){
  padding-left:24em
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl){
  padding-left:25.5em
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{
  padding-right:24em
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{
  padding-right:25.5em
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl){
  padding-left:27em
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl){
  padding-left:28.5em
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{
  padding-right:27em
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{
  padding-right:28.5em
}
.ql-editor .ql-video{
  display:block;
  max-width:100%
}
.ql-editor .ql-video.ql-align-center{
  margin:0 auto
}
.ql-editor .ql-video.ql-align-right{
  margin:0 0 0 auto
}
.ql-editor .ql-bg-black{
  background-color:#000
}
.ql-editor .ql-bg-red{
  background-color:#e60000
}
.ql-editor .ql-bg-orange{
  background-color:#f90
}
.ql-editor .ql-bg-yellow{
  background-color:#ff0
}
.ql-editor .ql-bg-green{
  background-color:#008a00
}
.ql-editor .ql-bg-blue{
  background-color:#06c
}
.ql-editor .ql-bg-purple{
  background-color:#93f
}
.ql-editor .ql-color-white{
  color:#fff
}
.ql-editor .ql-color-red{
  color:#e60000
}
.ql-editor .ql-color-orange{
  color:#f90
}
.ql-editor .ql-color-yellow{
  color:#ff0
}
.ql-editor .ql-color-green{
  color:#008a00
}
.ql-editor .ql-color-blue{
  color:#06c
}
.ql-editor .ql-color-purple{
  color:#93f
}
.ql-editor .ql-font-serif{
  font-family:Georgia,Times New Roman,serif
}
.ql-editor .ql-font-monospace{
  font-family:Monaco,Courier New,monospace
}
.ql-editor .ql-size-small{
  font-size:.75em
}
.ql-editor .ql-size-large{
  font-size:1.5em
}
.ql-editor .ql-size-huge{
  font-size:2.5em
}
.ql-editor .ql-direction-rtl{
  direction:rtl;
  text-align:inherit
}
.ql-editor .ql-align-center{
  text-align:center
}
.ql-editor .ql-align-justify{
  text-align:justify
}
.ql-editor .ql-align-right{
  text-align:right
}
.ql-editor.ql-blank::before{
  color:rgba(0,0,0,.6);
  content:attr(data-placeholder);
  font-style:italic;
  left:15px;
  pointer-events:none;
  position:absolute;
  right:15px
}
.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{
  clear:both;
  content:"";
  display:table
}
.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{
  background:0 0;
  border:none;
  cursor:pointer;
  display:inline-block;
  float:left;
  height:24px;
  padding:3px 5px;
  width:28px
}
.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{
  float:left;
  height:100%
}
.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{
  outline:0
}
.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{
  display:none
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{
  color:#06c
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{
  fill:#06c
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{
  stroke:#06c
}
@media (pointer:coarse){
  .ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){
    color:#444
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{
    fill:#444
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{
    stroke:#444
  }
}
.ql-snow{
  box-sizing:border-box
}
.ql-snow *{
  box-sizing:border-box
}
.ql-snow .ql-hidden{
  display:none
}
.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{
  visibility:hidden
}
.ql-snow .ql-tooltip{
  position:absolute;
  transform:translateY(10px)
}
.ql-snow .ql-tooltip a{
  cursor:pointer;
  text-decoration:none
}
.ql-snow .ql-tooltip.ql-flip{
  transform:translateY(-10px)
}
.ql-snow .ql-formats{
  display:inline-block;
  vertical-align:middle
}
.ql-snow .ql-formats:after{
  clear:both;
  content:"";
  display:table
}
.ql-snow .ql-stroke{
  fill:none;
  stroke:#444;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2
}
.ql-snow .ql-stroke-miter{
  fill:none;
  stroke:#444;
  stroke-miterlimit:10;
  stroke-width:2
}
.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{
  fill:#444
}
.ql-snow .ql-empty{
  fill:none
}
.ql-snow .ql-even{
  fill-rule:evenodd
}
.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{
  stroke-width:1
}
.ql-snow .ql-transparent{
  opacity:.4
}
.ql-snow .ql-direction svg:last-child{
  display:none
}
.ql-snow .ql-direction.ql-active svg:last-child{
  display:inline
}
.ql-snow .ql-direction.ql-active svg:first-child{
  display:none
}
.ql-snow .ql-editor h1{
  font-size:2em
}
.ql-snow .ql-editor h2{
  font-size:1.5em
}
.ql-snow .ql-editor h3{
  font-size:1.17em
}
.ql-snow .ql-editor h4{
  font-size:1em
}
.ql-snow .ql-editor h5{
  font-size:.83em
}
.ql-snow .ql-editor h6{
  font-size:.67em
}
.ql-snow .ql-editor a{
  text-decoration:underline
}
.ql-snow .ql-editor blockquote{
  border-left:4px solid #ccc;
  margin-bottom:5px;
  margin-top:5px;
  padding-left:16px
}
.ql-snow .ql-editor code,.ql-snow .ql-editor pre{
  background-color:#f0f0f0;
  border-radius:3px
}
.ql-snow .ql-editor pre{
  white-space:pre-wrap;
  margin-bottom:5px;
  margin-top:5px;
  padding:5px 10px
}
.ql-snow .ql-editor code{
  font-size:85%;
  padding:2px 4px
}
.ql-snow .ql-editor pre.ql-syntax{
  background-color:#23241f;
  color:#f8f8f2;
  overflow:visible
}
.ql-snow .ql-editor img{
  max-width:100%
}
.ql-snow .ql-picker{
  color:#444;
  display:inline-block;
  float:left;
  font-size:14px;
  font-weight:500;
  height:24px;
  position:relative;
  vertical-align:middle
}
.ql-snow .ql-picker-label{
  cursor:pointer;
  display:inline-block;
  height:100%;
  padding-left:8px;
  padding-right:2px;
  position:relative;
  width:100%
}
.ql-snow .ql-picker-label::before{
  display:inline-block;
  line-height:22px
}
.ql-snow .ql-picker-options{
  background-color:#fff;
  display:none;
  min-width:100%;
  padding:4px 8px;
  position:absolute;
  white-space:nowrap
}
.ql-snow .ql-picker-options .ql-picker-item{
  cursor:pointer;
  display:block;
  padding-bottom:5px;
  padding-top:5px
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label{
  color:#ccc;
  z-index:2
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{
  fill:#ccc
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{
  stroke:#ccc
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options{
  display:block;
  margin-top:-1px;
  top:100%;
  z-index:1
}
.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{
  width:28px
}
.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{
  padding:2px 4px
}
.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{
  right:4px
}
.ql-snow .ql-icon-picker .ql-picker-options{
  padding:4px 0
}
.ql-snow .ql-icon-picker .ql-picker-item{
  height:24px;
  width:24px;
  padding:2px 4px
}
.ql-snow .ql-color-picker .ql-picker-options{
  padding:3px 5px;
  width:152px
}
.ql-snow .ql-color-picker .ql-picker-item{
  border:1px solid transparent;
  float:left;
  height:16px;
  margin:2px;
  padding:0;
  width:16px
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{
  position:absolute;
  margin-top:-9px;
  right:0;
  top:50%;
  width:18px
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before{
  content:attr(data-label)
}
.ql-snow .ql-picker.ql-header{
  width:98px
}
.ql-snow .ql-picker.ql-header .ql-picker-item::before,.ql-snow .ql-picker.ql-header .ql-picker-label::before{
  content:"Normal"
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before{
  content:"Heading 1"
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before{
  content:"Heading 2"
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before{
  content:"Heading 3"
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before{
  content:"Heading 4"
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before{
  content:"Heading 5"
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before{
  content:"Heading 6"
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{
  font-size:2em
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{
  font-size:1.5em
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{
  font-size:1.17em
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{
  font-size:1em
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{
  font-size:.83em
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{
  font-size:.67em
}
.ql-snow .ql-picker.ql-font{
  width:108px
}
.ql-snow .ql-picker.ql-font .ql-picker-item::before,.ql-snow .ql-picker.ql-font .ql-picker-label::before{
  content:"Sans Serif"
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before{
  content:"Serif"
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before{
  content:"Monospace"
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{
  font-family:Georgia,Times New Roman,serif
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{
  font-family:Monaco,Courier New,monospace
}
.ql-snow .ql-picker.ql-size{
  width:98px
}
.ql-snow .ql-picker.ql-size .ql-picker-item::before,.ql-snow .ql-picker.ql-size .ql-picker-label::before{
  content:"Normal"
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before{
  content:"Small"
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before{
  content:"Large"
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before{
  content:"Huge"
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{
  font-size:10px
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{
  font-size:18px
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{
  font-size:32px
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item{
  background-color:#fff
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item{
  background-color:#000
}
.ql-toolbar.ql-snow{
  border:1px solid #ccc;
  box-sizing:border-box;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding:8px
}
.ql-toolbar.ql-snow .ql-formats{
  margin-right:15px
}
.ql-toolbar.ql-snow .ql-picker-label{
  border:1px solid transparent
}
.ql-toolbar.ql-snow .ql-picker-options{
  border:1px solid transparent;
  box-shadow:rgba(0,0,0,.2) 0 2px 8px
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{
  border-color:#ccc
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{
  border-color:#ccc
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{
  border-color:#000
}
.ql-toolbar.ql-snow+.ql-container.ql-snow{
  border-top:0
}
.ql-snow .ql-tooltip{
  background-color:#fff;
  border:1px solid #ccc;
  box-shadow:0 0 5px #ddd;
  color:#444;
  padding:5px 12px;
  white-space:nowrap
}
.ql-snow .ql-tooltip::before{
  content:"Visit URL:";
  line-height:26px;
  margin-right:8px
}
.ql-snow .ql-tooltip input[type=text]{
  display:none;
  border:1px solid #ccc;
  font-size:13px;
  height:26px;
  margin:0;
  padding:3px 5px;
  width:170px
}
.ql-snow .ql-tooltip a.ql-preview{
  display:inline-block;
  max-width:200px;
  overflow-x:hidden;
  text-overflow:ellipsis;
  vertical-align:top
}
.ql-snow .ql-tooltip a.ql-action::after{
  border-right:1px solid #ccc;
  content:"Edit";
  margin-left:16px;
  padding-right:8px
}
.ql-snow .ql-tooltip a.ql-remove::before{
  content:"Remove";
  margin-left:8px
}
.ql-snow .ql-tooltip a{
  line-height:26px
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{
  display:none
}
.ql-snow .ql-tooltip.ql-editing input[type=text]{
  display:inline-block
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after{
  border-right:0;
  content:"Save";
  padding-right:0
}
.ql-snow .ql-tooltip[data-mode=link]::before{
  content:"Enter link:"
}
.ql-snow .ql-tooltip[data-mode=formula]::before{
  content:"Enter formula:"
}
.ql-snow .ql-tooltip[data-mode=video]::before{
  content:"Enter video:"
}
.ql-snow a{
  color:#06c
}
.ql-container.ql-snow{
  border:1px solid #ccc
}
:root{
  --tagify-dd-color-primary:rgb(53,149,246);
  --tagify-dd-bg-color:white
}
.tagify{
  --tags-border-color:#DDD;
  --tags-hover-border-color:#CCC;
  --tags-focus-border-color:#3595f6;
  --tag-bg:#E5E5E5;
  --tag-hover:#D3E2E2;
  --tag-text-color:black;
  --tag-text-color--edit:black;
  --tag-pad:0.3em 0.5em;
  --tag-inset-shadow-size:1.1em;
  --tag-invalid-color:#D39494;
  --tag-invalid-bg:rgba(211, 148, 148, 0.5);
  --tag-remove-bg:rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color:black;
  --tag-remove-btn-bg:none;
  --tag-remove-btn-bg--hover:#c77777;
  --input-color:inherit;
  --tag--min-width:1ch;
  --tag--max-width:auto;
  --tag-hide-transition:0.3s;
  --placeholder-color:rgba(0, 0, 0, 0.4);
  --placeholder-color-focus:rgba(0, 0, 0, 0.25);
  --loader-size:.8em;
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
  border:1px solid #ddd;
  border:1px solid var(--tags-border-color);
  padding:0;
  line-height:normal;
  cursor:text;
  outline:0;
  position:relative;
  box-sizing:border-box;
  transition:.1s
}
@keyframes tags--bump{
  30%{
    transform:scale(1.2)
  }
}
@keyframes rotateLoader{
  to{
    transform:rotate(1turn)
  }
}
.tagify:hover{
  border-color:#ccc;
  border-color:var(--tags-hover-border-color)
}
.tagify.tagify--focus{
  transition:0s;
  border-color:#3595f6;
  border-color:var(--tags-focus-border-color)
}
.tagify[readonly]:not(.tagify--mix){
  cursor:default
}
.tagify[readonly]:not(.tagify--mix)>.tagify__input{
  visibility:hidden;
  width:0;
  margin:5px 0
}
.tagify[readonly]:not(.tagify--mix) .tagify__tag>div{
  padding:.3em .5em;
  padding:var(--tag-pad)
}
.tagify[readonly]:not(.tagify--mix) .tagify__tag>div::before{
  background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;
  box-shadow:none;
  filter:brightness(.95)
}
.tagify[readonly] .tagify__tag__removeBtn{
  display:none
}
.tagify--loading .tagify__input::before{
  content:none
}
.tagify--loading .tagify__input::after{
  content:"";
  vertical-align:middle;
  opacity:1;
  width:.7em;
  height:.7em;
  width:var(--loader-size);
  height:var(--loader-size);
  border:3px solid;
  border-color:#eee #bbb #888 transparent;
  border-radius:50%;
  animation:rotateLoader .4s infinite linear;
  margin:-2px 0 -2px .5em
}
.tagify--loading .tagify__input:empty::after{
  margin-left:0
}
.tagify+input,.tagify+textarea{
  display:none!important
}
.tagify__tag{
  display:inline-flex;
  align-items:center;
  margin:5px 0 5px 5px;
  position:relative;
  z-index:1;
  outline:0;
  cursor:default;
  transition:.13s ease-out
}
.tagify__tag>div{
  vertical-align:top;
  box-sizing:border-box;
  max-width:100%;
  padding:.3em .5em;
  padding:var(--tag-pad,.3em .5em);
  color:#000;
  color:var(--tag-text-color,#000);
  line-height:inherit;
  border-radius:3px;
  white-space:nowrap;
  transition:.13s ease-out
}
.tagify__tag>div>*{
  white-space:pre-wrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:inline-block;
  vertical-align:top;
  min-width:1ch;
  max-width:auto;
  min-width:var(--tag--min-width,1ch);
  max-width:var(--tag--max-width,auto);
  transition:.8s ease,.1s color
}
.tagify__tag>div>[contenteditable]{
  outline:0;
  -webkit-user-select:text;
  user-select:text;
  cursor:text;
  margin:-2px;
  padding:2px;
  max-width:350px
}
.tagify__tag>div::before{
  content:"";
  position:absolute;
  border-radius:inherit;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:-1;
  pointer-events:none;
  transition:120ms ease;
  animation:tags--bump .3s ease-out 1;
  box-shadow:0 0 0 1.1em #e5e5e5 inset;
  box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-bg,#e5e5e5) inset
}
.tagify__tag:hover:not([readonly]) div::before{
  top:-2px;
  right:-2px;
  bottom:-2px;
  left:-2px;
  box-shadow:0 0 0 1.1em #d3e2e2 inset;
  box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-hover,#d3e2e2) inset
}
.tagify__tag--loading{
  pointer-events:none
}
.tagify__tag--loading .tagify__tag__removeBtn{
  display:none
}
.tagify__tag--loading::after{
  --loader-size:.4em;
  content:"";
  vertical-align:middle;
  opacity:1;
  width:.7em;
  height:.7em;
  width:var(--loader-size);
  height:var(--loader-size);
  border:3px solid;
  border-color:#eee #bbb #888 transparent;
  border-radius:50%;
  animation:rotateLoader .4s infinite linear;
  margin:0 .5em 0 -.1em
}
.tagify__tag--flash div::before{
  animation:none
}
.tagify__tag--hide{
  width:0!important;
  padding-left:0;
  padding-right:0;
  margin-left:0;
  margin-right:0;
  opacity:0;
  transform:scale(0);
  transition:.3s;
  transition:var(--tag-hide-transition,.3s);
  pointer-events:none
}
.tagify__tag--hide>div>*{
  white-space:nowrap
}
.tagify__tag.tagify--noAnim>div::before{
  animation:none
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{
  opacity:.5
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before{
  box-shadow:0 0 0 1.1em rgba(211,148,148,.5) inset!important;
  box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-invalid-bg,rgba(211,148,148,.5)) inset!important;
  transition:.2s
}
.tagify__tag[readonly] .tagify__tag__removeBtn{
  display:none
}
.tagify__tag[readonly]>div::before{
  background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;
  box-shadow:none;
  filter:brightness(.95)
}
.tagify__tag--editable>div{
  color:#000;
  color:var(--tag-text-color--edit,#000)
}
.tagify__tag--editable>div::before{
  box-shadow:0 0 0 2px #d3e2e2 inset!important;
  box-shadow:0 0 0 2px var(--tag-hover,#d3e2e2) inset!important
}
.tagify__tag--editable>.tagify__tag__removeBtn{
  pointer-events:none
}
.tagify__tag--editable>.tagify__tag__removeBtn::after{
  opacity:0;
  transform:translateX(100%) translateX(5px)
}
.tagify__tag--editable.tagify--invalid>div::before{
  box-shadow:0 0 0 2px #d39494 inset!important;
  box-shadow:0 0 0 2px var(--tag-invalid-color,#d39494) inset!important
}
.tagify__tag__removeBtn{
  order:5;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50px;
  cursor:pointer;
  font:14px/1 Arial;
  background:0 0;
  background:var(--tag-remove-btn-bg,none);
  color:#000;
  color:var(--tag-remove-btn-color,#000);
  width:14px;
  height:14px;
  margin-right:4.66667px;
  margin-left:-4.66667px;
  overflow:hidden;
  transition:.2s ease-out
}
.tagify__tag__removeBtn::after{
  content:"×";
  transition:.3s,color 0s
}
.tagify__tag__removeBtn:hover{
  color:#fff;
  background:#c77777;
  background:var(--tag-remove-btn-bg--hover,#c77777)
}
.tagify__tag__removeBtn:hover+div>span{
  opacity:.5
}
.tagify__tag__removeBtn:hover+div::before{
  box-shadow:0 0 0 1.1em rgba(211,148,148,.3) inset!important;
  box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;
  transition:box-shadow .2s
}
.tagify:not(.tagify--mix) .tagify__input br{
  display:none
}
.tagify:not(.tagify--mix) .tagify__input *{
  display:inline;
  white-space:nowrap
}
.tagify__input{
  flex-grow:1;
  display:inline-block;
  min-width:110px;
  margin:5px;
  padding:.3em .5em;
  padding:var(--tag-pad,.3em .5em);
  line-height:inherit;
  position:relative;
  white-space:pre-wrap;
  color:inherit;
  color:var(--input-color,inherit);
  box-sizing:inherit
}
.tagify__input:empty::before{
  transition:.2s ease-out;
  opacity:1;
  transform:none;
  display:inline-block;
  width:auto
}
.tagify--mix .tagify__input:empty::before{
  display:inline-block
}
.tagify__input:focus{
  outline:0
}
.tagify__input:focus::before{
  transition:.2s ease-out;
  opacity:0;
  transform:translatex(6px)
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
  .tagify__input:focus::before{
    display:none
  }
}
@supports (-ms-ime-align:auto){
  .tagify__input:focus::before{
    display:none
  }
}
.tagify__input:focus:empty::before{
  transition:.2s ease-out;
  opacity:1;
  transform:none;
  color:rgba(0,0,0,.25);
  color:var(--placeholder-color-focus)
}
@-moz-document url-prefix(){
  .tagify__input:focus:empty::after{
    display:none
  }
}
.tagify__input::before{
  content:attr(data-placeholder);
  height:1em;
  line-height:1em;
  margin:auto 0;
  z-index:1;
  color:rgba(0,0,0,.4);
  color:var(--placeholder-color);
  white-space:nowrap;
  pointer-events:none;
  opacity:0;
  position:absolute
}
.tagify--mix .tagify__input::before{
  display:none;
  position:static;
  line-height:inherit
}
.tagify__input::after{
  content:attr(data-suggest);
  display:inline-block;
  white-space:pre;
  color:#000;
  opacity:.3;
  pointer-events:none;
  max-width:100px
}
.tagify__input .tagify__tag{
  margin:0
}
.tagify__input .tagify__tag>div{
  padding-top:0;
  padding-bottom:0
}
.tagify--mix{
  display:block
}
.tagify--mix .tagify__input{
  padding:5px;
  margin:0;
  width:100%;
  height:100%;
  line-height:1.5;
  display:block
}
.tagify--mix .tagify__input::before{
  height:auto
}
.tagify--mix .tagify__input::after{
  content:none
}
.tagify--select::after{
  content:">";
  opacity:.5;
  position:absolute;
  top:50%;
  right:0;
  bottom:0;
  font:16px monospace;
  line-height:8px;
  height:8px;
  pointer-events:none;
  transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);
  transition:.2s ease-in-out
}
.tagify--select[aria-expanded=true]::after{
  transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)
}
.tagify--select .tagify__tag{
  position:absolute;
  top:0;
  right:1.8em;
  bottom:0
}
.tagify--select .tagify__tag div{
  display:none
}
.tagify--select .tagify__input{
  width:100%
}
.tagify--invalid{
  --tags-border-color:#D39494
}
.tagify__dropdown{
  position:absolute;
  z-index:9999;
  transform:translateY(1px);
  overflow:hidden
}
.tagify__dropdown[placement=top]{
  margin-top:0;
  transform:translateY(-100%)
}
.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{
  border-top-width:1px;
  border-bottom-width:0
}
.tagify__dropdown[position=text]{
  box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);
  font-size:.9em
}
.tagify__dropdown[position=text] .tagify__dropdown__wrapper{
  border-width:1px
}
.tagify__dropdown__wrapper{
  max-height:300px;
  overflow:hidden;
  background:#fff;
  background:var(--tagify-dd-bg-color);
  border:1px solid #3595f6;
  border-color:var(--tagify-dd-color-primary);
  border-width:1.1px;
  border-top-width:0;
  box-shadow:0 2px 4px -2px rgba(0,0,0,.2);
  transition:.25s cubic-bezier(0,1,.5,1)
}
.tagify__dropdown__wrapper:hover{
  overflow:auto
}
.tagify__dropdown--initial .tagify__dropdown__wrapper{
  max-height:20px;
  transform:translateY(-1em)
}
.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{
  transform:translateY(2em)
}
.tagify__dropdown__item{
  box-sizing:inherit;
  padding:.3em .5em;
  margin:1px;
  cursor:pointer;
  border-radius:2px;
  position:relative;
  outline:0
}
.tagify__dropdown__item--active{
  background:#3595f6;
  background:var(--tagify-dd-color-primary);
  color:#fff
}
.tagify__dropdown__item:active{
  filter:brightness(105%)
}
.toast-title{
  font-weight:700
}
.toast-message{
  -ms-word-wrap:break-word;
  word-wrap:break-word
}
.toast-message a,.toast-message label{
  color:#fff
}
.toast-message a:hover{
  color:#ccc;
  text-decoration:none
}
.toast-close-button{
  position:relative;
  right:-.3em;
  top:-.3em;
  float:right;
  font-size:20px;
  font-weight:700;
  color:#fff;
  -webkit-text-shadow:0 1px 0 #fff;
  text-shadow:0 1px 0 #fff;
  opacity:.8;
  line-height:1
}
.toast-close-button:focus,.toast-close-button:hover{
  color:#000;
  text-decoration:none;
  cursor:pointer;
  opacity:.4
}
.rtl .toast-close-button{
  left:-.3em;
  float:left;
  right:.3em
}
button.toast-close-button{
  padding:0;
  cursor:pointer;
  background:0 0;
  border:0;
  -webkit-appearance:none
}
.toast-top-center{
  top:0;
  right:0;
  width:100%
}
.toast-bottom-center{
  bottom:0;
  right:0;
  width:100%
}
.toast-top-full-width{
  top:0;
  right:0;
  width:100%
}
.toast-bottom-full-width{
  bottom:0;
  right:0;
  width:100%
}
.toast-top-left{
  top:12px;
  left:12px
}
.toast-top-right{
  top:12px;
  right:12px
}
.toast-bottom-right{
  right:12px;
  bottom:12px
}
.toast-bottom-left{
  bottom:12px;
  left:12px
}
#toast-container{
  position:fixed;
  z-index:999999;
  pointer-events:none
}
#toast-container *{
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
#toast-container>div{
  position:relative;
  pointer-events:auto;
  overflow:hidden;
  margin:0 0 6px;
  padding:15px 15px 15px 50px;
  width:300px;
  -moz-border-radius:3px 3px 3px 3px;
  -webkit-border-radius:3px 3px 3px 3px;
  border-radius:3px 3px 3px 3px;
  background-position:15px center;
  background-repeat:no-repeat;
  -moz-box-shadow:0 0 12px #999;
  -webkit-box-shadow:0 0 12px #999;
  box-shadow:0 0 12px #999;
  color:#fff;
  opacity:.8
}
#toast-container>div.rtl{
  direction:rtl;
  padding:15px 50px 15px 15px;
  background-position:right 15px center
}
#toast-container>div:hover{
  -moz-box-shadow:0 0 12px #000;
  -webkit-box-shadow:0 0 12px #000;
  box-shadow:0 0 12px #000;
  opacity:1;
  cursor:pointer
}
#toast-container>.toast-info{
  background-image:url(data:image/png;
  base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-error{
  background-image:url(data:image/png;
  base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-success{
  background-image:url(data:image/png;
  base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}
#toast-container>.toast-warning{
  background-image:url(data:image/png;
  base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}
#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{
  width:300px;
  margin-left:auto;
  margin-right:auto
}
#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{
  width:96%;
  margin-left:auto;
  margin-right:auto
}
.toast{
  background-color:#030303
}
.toast-success{
  background-color:#51a351
}
.toast-error{
  background-color:#bd362f
}
.toast-info{
  background-color:#2f96b4
}
.toast-warning{
  background-color:#f89406
}
.toast-progress{
  position:absolute;
  left:0;
  bottom:0;
  height:4px;
  background-color:#000;
  opacity:.4
}
@media all and (max-width:240px){
  #toast-container>div{
    padding:8px 8px 8px 50px;
    width:11em
  }
  #toast-container>div.rtl{
    padding:8px 50px 8px 8px
  }
  #toast-container .toast-close-button{
    right:-.2em;
    top:-.2em
  }
  #toast-container .rtl .toast-close-button{
    left:-.2em;
    right:.2em
  }
}
@media all and (min-width:241px) and (max-width:480px){
  #toast-container>div{
    padding:8px 8px 8px 50px;
    width:18em
  }
  #toast-container>div.rtl{
    padding:8px 50px 8px 8px
  }
  #toast-container .toast-close-button{
    right:-.2em;
    top:-.2em
  }
  #toast-container .rtl .toast-close-button{
    left:-.2em;
    right:.2em
  }
}
@media all and (min-width:481px) and (max-width:768px){
  #toast-container>div{
    padding:15px 15px 15px 50px;
    width:25em
  }
  #toast-container>div.rtl{
    padding:15px 50px 15px 15px
  }
}
.apexcharts-canvas{
  position:relative;
  user-select:none
}
.apexcharts-canvas ::-webkit-scrollbar{
  -webkit-appearance:none;
  width:6px
}
.apexcharts-canvas ::-webkit-scrollbar-thumb{
  border-radius:4px;
  background-color:rgba(0,0,0,.5);
  box-shadow:0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow:0 0 1px rgba(255,255,255,.5)
}
.apexcharts-inner{
  position:relative
}
.apexcharts-text tspan{
  font-family:inherit
}
.legend-mouseover-inactive{
  transition:.15s ease all;
  opacity:.2
}
.apexcharts-series-collapsed{
  opacity:0
}
.apexcharts-tooltip{
  border-radius:5px;
  box-shadow:2px 2px 6px -4px #999;
  cursor:default;
  font-size:14px;
  left:62px;
  opacity:0;
  pointer-events:none;
  position:absolute;
  top:20px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  white-space:nowrap;
  z-index:12;
  transition:.15s ease all
}
.apexcharts-tooltip.apexcharts-active{
  opacity:1;
  transition:.15s ease all
}
.apexcharts-tooltip.apexcharts-theme-light{
  border:1px solid #e3e3e3;
  background:rgba(255,255,255,.96)
}
.apexcharts-tooltip.apexcharts-theme-dark{
  color:#fff;
  background:rgba(30,30,30,.8)
}
.apexcharts-tooltip *{
  font-family:inherit
}
.apexcharts-tooltip-title{
  padding:6px;
  font-size:15px;
  margin-bottom:4px
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{
  background:#eceff1;
  border-bottom:1px solid #ddd
}
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title{
  background:rgba(0,0,0,.7);
  border-bottom:1px solid #333
}
.apexcharts-tooltip-text-value,.apexcharts-tooltip-text-z-value{
  display:inline-block;
  font-weight:600;
  margin-left:5px
}
.apexcharts-tooltip-text-z-label:empty,.apexcharts-tooltip-text-z-value:empty{
  display:none
}
.apexcharts-tooltip-text-value,.apexcharts-tooltip-text-z-value{
  font-weight:600
}
.apexcharts-tooltip-marker{
  width:12px;
  height:12px;
  position:relative;
  top:0;
  margin-right:10px;
  border-radius:50%
}
.apexcharts-tooltip-series-group{
  padding:0 10px;
  display:none;
  text-align:left;
  justify-content:left;
  align-items:center
}
.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker{
  opacity:1
}
.apexcharts-tooltip-series-group.apexcharts-active,.apexcharts-tooltip-series-group:last-child{
  padding-bottom:4px
}
.apexcharts-tooltip-series-group-hidden{
  opacity:0;
  height:0;
  line-height:0;
  padding:0!important
}
.apexcharts-tooltip-y-group{
  padding:6px 0 5px
}
.apexcharts-tooltip-candlestick{
  padding:4px 8px
}
.apexcharts-tooltip-candlestick>div{
  margin:4px 0
}
.apexcharts-tooltip-candlestick span.value{
  font-weight:700
}
.apexcharts-tooltip-rangebar{
  padding:5px 8px
}
.apexcharts-tooltip-rangebar .category{
  font-weight:600;
  color:#777
}
.apexcharts-tooltip-rangebar .series-name{
  font-weight:700;
  display:block;
  margin-bottom:5px
}
.apexcharts-xaxistooltip{
  opacity:0;
  padding:9px 10px;
  pointer-events:none;
  color:#373d3f;
  font-size:13px;
  text-align:center;
  border-radius:2px;
  position:absolute;
  z-index:10;
  background:#eceff1;
  border:1px solid #90a4ae;
  transition:.15s ease all
}
.apexcharts-xaxistooltip.apexcharts-theme-dark{
  background:rgba(0,0,0,.7);
  border:1px solid rgba(0,0,0,.5);
  color:#fff
}
.apexcharts-xaxistooltip:after,.apexcharts-xaxistooltip:before{
  left:50%;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none
}
.apexcharts-xaxistooltip:after{
  border-color:rgba(236,239,241,0);
  border-width:6px;
  margin-left:-6px
}
.apexcharts-xaxistooltip:before{
  border-color:rgba(144,164,174,0);
  border-width:7px;
  margin-left:-7px
}
.apexcharts-xaxistooltip-bottom:after,.apexcharts-xaxistooltip-bottom:before{
  bottom:100%
}
.apexcharts-xaxistooltip-top:after,.apexcharts-xaxistooltip-top:before{
  top:100%
}
.apexcharts-xaxistooltip-bottom:after{
  border-bottom-color:#eceff1
}
.apexcharts-xaxistooltip-bottom:before{
  border-bottom-color:#90a4ae
}
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after{
  border-bottom-color:rgba(0,0,0,.5)
}
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before{
  border-bottom-color:rgba(0,0,0,.5)
}
.apexcharts-xaxistooltip-top:after{
  border-top-color:#eceff1
}
.apexcharts-xaxistooltip-top:before{
  border-top-color:#90a4ae
}
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after{
  border-top-color:rgba(0,0,0,.5)
}
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before{
  border-top-color:rgba(0,0,0,.5)
}
.apexcharts-xaxistooltip.apexcharts-active{
  opacity:1;
  transition:.15s ease all
}
.apexcharts-yaxistooltip{
  opacity:0;
  padding:4px 10px;
  pointer-events:none;
  color:#373d3f;
  font-size:13px;
  text-align:center;
  border-radius:2px;
  position:absolute;
  z-index:10;
  background:#eceff1;
  border:1px solid #90a4ae
}
.apexcharts-yaxistooltip.apexcharts-theme-dark{
  background:rgba(0,0,0,.7);
  border:1px solid rgba(0,0,0,.5);
  color:#fff
}
.apexcharts-yaxistooltip:after,.apexcharts-yaxistooltip:before{
  top:50%;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none
}
.apexcharts-yaxistooltip:after{
  border-color:rgba(236,239,241,0);
  border-width:6px;
  margin-top:-6px
}
.apexcharts-yaxistooltip:before{
  border-color:rgba(144,164,174,0);
  border-width:7px;
  margin-top:-7px
}
.apexcharts-yaxistooltip-left:after,.apexcharts-yaxistooltip-left:before{
  left:100%
}
.apexcharts-yaxistooltip-right:after,.apexcharts-yaxistooltip-right:before{
  right:100%
}
.apexcharts-yaxistooltip-left:after{
  border-left-color:#eceff1
}
.apexcharts-yaxistooltip-left:before{
  border-left-color:#90a4ae
}
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after{
  border-left-color:rgba(0,0,0,.5)
}
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before{
  border-left-color:rgba(0,0,0,.5)
}
.apexcharts-yaxistooltip-right:after{
  border-right-color:#eceff1
}
.apexcharts-yaxistooltip-right:before{
  border-right-color:#90a4ae
}
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after{
  border-right-color:rgba(0,0,0,.5)
}
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before{
  border-right-color:rgba(0,0,0,.5)
}
.apexcharts-yaxistooltip.apexcharts-active{
  opacity:1
}
.apexcharts-yaxistooltip-hidden{
  display:none
}
.apexcharts-xcrosshairs,.apexcharts-ycrosshairs{
  pointer-events:none;
  opacity:0;
  transition:.15s ease all
}
.apexcharts-xcrosshairs.apexcharts-active,.apexcharts-ycrosshairs.apexcharts-active{
  opacity:1;
  transition:.15s ease all
}
.apexcharts-ycrosshairs-hidden{
  opacity:0
}
.apexcharts-selection-rect{
  cursor:move
}
.svg_select_boundingRect,.svg_select_points_rot{
  pointer-events:none;
  opacity:0;
  visibility:hidden
}
.apexcharts-selection-rect+g .svg_select_boundingRect,.apexcharts-selection-rect+g .svg_select_points_rot{
  opacity:0;
  visibility:hidden
}
.apexcharts-selection-rect+g .svg_select_points_l,.apexcharts-selection-rect+g .svg_select_points_r{
  cursor:ew-resize;
  opacity:1;
  visibility:visible
}
.svg_select_points{
  fill:#efefef;
  stroke:#333
}
.apexcharts-svg.apexcharts-zoomable.hovering-zoom{
  cursor:crosshair
}
.apexcharts-svg.apexcharts-zoomable.hovering-pan{
  cursor:move
}
.apexcharts-menu-icon,.apexcharts-pan-icon,.apexcharts-reset-icon,.apexcharts-selection-icon,.apexcharts-toolbar-custom-icon,.apexcharts-zoom-icon,.apexcharts-zoomin-icon,.apexcharts-zoomout-icon{
  cursor:pointer;
  width:20px;
  height:20px;
  line-height:24px;
  color:#6e8192;
  text-align:center
}
.apexcharts-menu-icon svg,.apexcharts-reset-icon svg,.apexcharts-zoom-icon svg,.apexcharts-zoomin-icon svg,.apexcharts-zoomout-icon svg{
  fill:#6e8192
}
.apexcharts-selection-icon svg{
  fill:#444;
  transform:scale(.76)
}
.apexcharts-theme-dark .apexcharts-menu-icon svg,.apexcharts-theme-dark .apexcharts-pan-icon svg,.apexcharts-theme-dark .apexcharts-reset-icon svg,.apexcharts-theme-dark .apexcharts-selection-icon svg,.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,.apexcharts-theme-dark .apexcharts-zoom-icon svg,.apexcharts-theme-dark .apexcharts-zoomin-icon svg,.apexcharts-theme-dark .apexcharts-zoomout-icon svg{
  fill:#f3f4f5
}
.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg{
  fill:#008ffb
}
.apexcharts-theme-light .apexcharts-menu-icon:hover svg,.apexcharts-theme-light .apexcharts-reset-icon:hover svg,.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg{
  fill:#333
}
.apexcharts-menu-icon,.apexcharts-selection-icon{
  position:relative
}
.apexcharts-reset-icon{
  margin-left:5px
}
.apexcharts-menu-icon,.apexcharts-reset-icon,.apexcharts-zoom-icon{
  transform:scale(.85)
}
.apexcharts-zoomin-icon,.apexcharts-zoomout-icon{
  transform:scale(.7)
}
.apexcharts-zoomout-icon{
  margin-right:3px
}
.apexcharts-pan-icon{
  transform:scale(.62);
  position:relative;
  left:1px;
  top:0
}
.apexcharts-pan-icon svg{
  fill:#fff;
  stroke:#6e8192;
  stroke-width:2
}
.apexcharts-pan-icon.apexcharts-selected svg{
  stroke:#008ffb
}
.apexcharts-pan-icon:not(.apexcharts-selected):hover svg{
  stroke:#333
}
.apexcharts-toolbar{
  position:absolute;
  z-index:11;
  max-width:176px;
  text-align:right;
  border-radius:3px;
  padding:0 6px 2px 6px;
  display:flex;
  justify-content:space-between;
  align-items:center
}
.apexcharts-menu{
  background:#fff;
  position:absolute;
  top:100%;
  border:1px solid #ddd;
  border-radius:3px;
  padding:3px;
  right:10px;
  opacity:0;
  min-width:110px;
  transition:.15s ease all;
  pointer-events:none
}
.apexcharts-menu.apexcharts-menu-open{
  opacity:1;
  pointer-events:all;
  transition:.15s ease all
}
.apexcharts-menu-item{
  padding:6px 7px;
  font-size:12px;
  cursor:pointer
}
.apexcharts-theme-light .apexcharts-menu-item:hover{
  background:#eee
}
.apexcharts-theme-dark .apexcharts-menu{
  background:rgba(0,0,0,.7);
  color:#fff
}
@media screen and (min-width:768px){
  .apexcharts-canvas:hover .apexcharts-toolbar{
    opacity:1
  }
}
.apexcharts-datalabel.apexcharts-element-hidden{
  opacity:0
}
.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value,.apexcharts-datalabels,.apexcharts-pie-label{
  cursor:default;
  pointer-events:none
}
.apexcharts-pie-label-delay{
  opacity:0;
  animation-name:opaque;
  animation-duration:.3s;
  animation-fill-mode:forwards;
  animation-timing-function:ease
}
.apexcharts-canvas .apexcharts-element-hidden{
  opacity:0
}
.apexcharts-hide .apexcharts-series-points{
  opacity:0
}
.apexcharts-annotation-rect,.apexcharts-area-series .apexcharts-area,.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-gridline,.apexcharts-line,.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-radar-series path,.apexcharts-radar-series polygon,.apexcharts-toolbar svg,.apexcharts-tooltip .apexcharts-marker,.apexcharts-zoom-rect{
  pointer-events:none
}
.apexcharts-marker{
  transition:.15s ease all
}
@keyframes opaque{
  0%{
    opacity:0
  }
  100%{
    opacity:1
  }
}
@keyframes resizeanim{
  from{
    opacity:0
  }
  to{
    opacity:0
  }
}
.resize-triggers{
  animation:1ms resizeanim;
  visibility:hidden;
  opacity:0
}
.contract-trigger:before,.resize-triggers,.resize-triggers>div{
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  overflow:hidden
}
.resize-triggers>div{
  background:#eee;
  overflow:auto
}
.contract-trigger:before{
  width:200%;
  height:200%
}
.swal2-popup.swal2-toast{
  flex-direction:column;
  align-items:stretch;
  width:auto;
  padding:1.25em;
  overflow-y:hidden;
  background:#fff;
  box-shadow:0 0 .625em #d9d9d9
}
.swal2-popup.swal2-toast .swal2-header{
  flex-direction:row;
  padding:0
}
.swal2-popup.swal2-toast .swal2-title{
  flex-grow:1;
  justify-content:flex-start;
  margin:0 .625em;
  font-size:1em
}
.swal2-popup.swal2-toast .swal2-loading{
  justify-content:center
}
.swal2-popup.swal2-toast .swal2-input{
  height:2em;
  margin:.3125em auto;
  font-size:1em
}
.swal2-popup.swal2-toast .swal2-validation-message{
  font-size:1em
}
.swal2-popup.swal2-toast .swal2-footer{
  margin:.5em 0 0;
  padding:.5em 0 0;
  font-size:.8em
}
.swal2-popup.swal2-toast .swal2-close{
  position:static;
  width:.8em;
  height:.8em;
  line-height:.8
}
.swal2-popup.swal2-toast .swal2-content{
  justify-content:flex-start;
  margin:0 .625em;
  padding:0;
  font-size:1em;
  text-align:initial
}
.swal2-popup.swal2-toast .swal2-html-container{
  padding:.625em 0 0
}
.swal2-popup.swal2-toast .swal2-html-container:empty{
  padding:0
}
.swal2-popup.swal2-toast .swal2-icon{
  width:2em;
  min-width:2em;
  height:2em;
  margin:0 .5em 0 0
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{
  display:flex;
  align-items:center;
  font-size:1.8em;
  font-weight:700
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{
    font-size:.25em
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{
  width:2em;
  height:2em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{
  top:.875em;
  width:1.375em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
  left:.3125em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
  right:.3125em
}
.swal2-popup.swal2-toast .swal2-actions{
  flex:1;
  flex-basis:auto!important;
  align-self:stretch;
  width:auto;
  height:2.2em;
  height:auto;
  margin:0 .3125em;
  margin-top:.3125em;
  padding:0
}
.swal2-popup.swal2-toast .swal2-styled{
  margin:.125em .3125em;
  padding:.3125em .625em;
  font-size:1em
}
.swal2-popup.swal2-toast .swal2-styled:focus{
  box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5)
}
.swal2-popup.swal2-toast .swal2-success{
  border-color:#a5dc86
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{
  position:absolute;
  width:1.6em;
  height:3em;
  transform:rotate(45deg);
  border-radius:50%
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{
  top:-.8em;
  left:-.5em;
  transform:rotate(-45deg);
  transform-origin:2em 2em;
  border-radius:4em 0 0 4em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{
  top:-.25em;
  left:.9375em;
  transform-origin:0 1.5em;
  border-radius:0 4em 4em 0
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{
  width:2em;
  height:2em
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{
  top:0;
  left:.4375em;
  width:.4375em;
  height:2.6875em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{
  height:.3125em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{
  top:1.125em;
  left:.1875em;
  width:.75em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{
  top:.9375em;
  right:.1875em;
  width:1.375em
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{
  -webkit-animation:swal2-toast-animate-success-line-tip .75s;
  animation:swal2-toast-animate-success-line-tip .75s
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{
  -webkit-animation:swal2-toast-animate-success-line-long .75s;
  animation:swal2-toast-animate-success-line-long .75s
}
.swal2-popup.swal2-toast.swal2-show{
  -webkit-animation:swal2-toast-show .5s;
  animation:swal2-toast-show .5s
}
.swal2-popup.swal2-toast.swal2-hide{
  -webkit-animation:swal2-toast-hide .1s forwards;
  animation:swal2-toast-hide .1s forwards
}
.swal2-container{
  display:flex;
  position:fixed;
  z-index:1060;
  top:0;
  right:0;
  bottom:0;
  left:0;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  padding:.625em;
  overflow-x:hidden;
  transition:background-color .1s;
  -webkit-overflow-scrolling:touch
}
.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{
  background:rgba(0,0,0,.4)
}
.swal2-container.swal2-backdrop-hide{
  background:0 0!important
}
.swal2-container.swal2-top{
  align-items:flex-start
}
.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{
  align-items:flex-start;
  justify-content:flex-start
}
.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{
  align-items:flex-start;
  justify-content:flex-end
}
.swal2-container.swal2-center{
  align-items:center
}
.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{
  align-items:center;
  justify-content:flex-start
}
.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{
  align-items:center;
  justify-content:flex-end
}
.swal2-container.swal2-bottom{
  align-items:flex-end
}
.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{
  align-items:flex-end;
  justify-content:flex-start
}
.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{
  align-items:flex-end;
  justify-content:flex-end
}
.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{
  margin-top:auto
}
.swal2-container.swal2-grow-fullscreen>.swal2-modal{
  display:flex!important;
  flex:1;
  align-self:stretch;
  justify-content:center
}
.swal2-container.swal2-grow-row>.swal2-modal{
  display:flex!important;
  flex:1;
  align-content:center;
  justify-content:center
}
.swal2-container.swal2-grow-column{
  flex:1;
  flex-direction:column
}
.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{
  align-items:center
}
.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{
  align-items:flex-start
}
.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{
  align-items:flex-end
}
.swal2-container.swal2-grow-column>.swal2-modal{
  display:flex!important;
  flex:1;
  align-content:center;
  justify-content:center
}
.swal2-container.swal2-no-transition{
  transition:none!important
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{
  margin:auto
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
  .swal2-container .swal2-modal{
    margin:0!important
  }
}
.swal2-popup{
  display:none;
  position:relative;
  box-sizing:border-box;
  flex-direction:column;
  justify-content:center;
  width:32em;
  max-width:100%;
  padding:1.25em;
  border:none;
  border-radius:5px;
  background:#fff;
  font-family:inherit;
  font-size:1rem
}
.swal2-popup:focus{
  outline:0
}
.swal2-popup.swal2-loading{
  overflow-y:hidden
}
.swal2-header{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:0 1.8em
}
.swal2-title{
  position:relative;
  max-width:100%;
  margin:0 0 .4em;
  padding:0;
  color:#595959;
  font-size:1.875em;
  font-weight:600;
  text-align:center;
  text-transform:none;
  word-wrap:break-word
}
.swal2-actions{
  display:flex;
  z-index:1;
  box-sizing:border-box;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  width:100%;
  margin:1.25em auto 0;
  padding:0
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{
  opacity:.4
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover{
  background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active{
  background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
}
.swal2-loader{
  display:none;
  align-items:center;
  justify-content:center;
  width:2.2em;
  height:2.2em;
  margin:0 1.875em;
  -webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width:.25em;
  border-style:solid;
  border-radius:100%;
  border-color:#2778c4 transparent #2778c4 transparent
}
.swal2-styled{
  margin:.3125em;
  padding:.625em 1.1em;
  box-shadow:none;
  font-weight:500
}
.swal2-styled:not([disabled]){
  cursor:pointer
}
.swal2-styled.swal2-confirm{
  border:0;
  border-radius:.25em;
  background:initial;
  background-color:#2778c4;
  color:#fff;
  font-size:1em
}
.swal2-styled.swal2-deny{
  border:0;
  border-radius:.25em;
  background:initial;
  background-color:#d14529;
  color:#fff;
  font-size:1em
}
.swal2-styled.swal2-cancel{
  border:0;
  border-radius:.25em;
  background:initial;
  background-color:#757575;
  color:#fff;
  font-size:1em
}
.swal2-styled:focus{
  outline:0;
  box-shadow:0 0 0 3px rgba(100,150,200,.5)
}
.swal2-styled::-moz-focus-inner{
  border:0
}
.swal2-footer{
  justify-content:center;
  margin:1.25em 0 0;
  padding:1em 0 0;
  border-top:1px solid #eee;
  color:#545454;
  font-size:1em
}
.swal2-timer-progress-bar-container{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:.25em;
  overflow:hidden;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px
}
.swal2-timer-progress-bar{
  width:100%;
  height:.25em;
  background:rgba(0,0,0,.2)
}
.swal2-image{
  max-width:100%;
  margin:1.25em auto
}
.swal2-close{
  position:absolute;
  z-index:2;
  top:0;
  right:0;
  align-items:center;
  justify-content:center;
  width:1.2em;
  height:1.2em;
  padding:0;
  overflow:hidden;
  transition:color .1s ease-out;
  border:none;
  border-radius:5px;
  background:0 0;
  color:#ccc;
  font-family:serif;
  font-size:2.5em;
  line-height:1.2;
  cursor:pointer
}
.swal2-close:hover{
  transform:none;
  background:0 0;
  color:#f27474
}
.swal2-close:focus{
  outline:0;
  box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)
}
.swal2-close::-moz-focus-inner{
  border:0
}
.swal2-content{
  z-index:1;
  justify-content:center;
  margin:0;
  padding:0 1.6em;
  color:#545454;
  font-size:1.125em;
  font-weight:400;
  line-height:normal;
  text-align:center;
  word-wrap:break-word
}
.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{
  margin:1em auto
}
.swal2-file,.swal2-input,.swal2-textarea{
  box-sizing:border-box;
  width:100%;
  transition:border-color .3s,box-shadow .3s;
  border:1px solid #d9d9d9;
  border-radius:.1875em;
  background:inherit;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
  color:inherit;
  font-size:1.125em
}
.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{
  border-color:#f27474!important;
  box-shadow:0 0 2px #f27474!important
}
.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{
  border:1px solid #b4dbed;
  outline:0;
  box-shadow:0 0 0 3px rgba(100,150,200,.5)
}
.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{
  color:#ccc
}
.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{
  color:#ccc
}
.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{
  color:#ccc
}
.swal2-range{
  margin:1em auto;
  background:#fff
}
.swal2-range input{
  width:80%
}
.swal2-range output{
  width:20%;
  color:inherit;
  font-weight:600;
  text-align:center
}
.swal2-range input,.swal2-range output{
  height:2.625em;
  padding:0;
  font-size:1.125em;
  line-height:2.625em
}
.swal2-input{
  height:2.625em;
  padding:0 .75em
}
.swal2-input[type=number]{
  max-width:10em
}
.swal2-file{
  background:inherit;
  font-size:1.125em
}
.swal2-textarea{
  height:6.75em;
  padding:.75em
}
.swal2-select{
  min-width:50%;
  max-width:100%;
  padding:.375em .625em;
  background:inherit;
  color:inherit;
  font-size:1.125em
}
.swal2-checkbox,.swal2-radio{
  align-items:center;
  justify-content:center;
  background:#fff;
  color:inherit
}
.swal2-checkbox label,.swal2-radio label{
  margin:0 .6em;
  font-size:1.125em
}
.swal2-checkbox input,.swal2-radio input{
  flex-shrink:0;
  margin:0 .4em
}
.swal2-input-label{
  display:flex;
  justify-content:center;
  margin:1em auto
}
.swal2-validation-message{
  align-items:center;
  justify-content:center;
  margin:0 -2.7em;
  padding:.625em;
  overflow:hidden;
  background:#f0f0f0;
  color:#666;
  font-size:1em;
  font-weight:300
}
.swal2-validation-message::before{
  content:"!";
  display:inline-block;
  width:1.5em;
  min-width:1.5em;
  height:1.5em;
  margin:0 .625em;
  border-radius:50%;
  background-color:#f27474;
  color:#fff;
  font-weight:600;
  line-height:1.5em;
  text-align:center
}
.swal2-icon{
  position:relative;
  box-sizing:content-box;
  justify-content:center;
  width:5em;
  height:5em;
  margin:1.25em auto 1.875em;
  border:.25em solid transparent;
  border-radius:50%;
  border-color:#000;
  font-family:inherit;
  line-height:5em;
  cursor:default;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.swal2-icon .swal2-icon-content{
  display:flex;
  align-items:center;
  font-size:3.75em
}
.swal2-icon.swal2-error{
  border-color:#f27474;
  color:#f27474
}
.swal2-icon.swal2-error .swal2-x-mark{
  position:relative;
  flex-grow:1
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
  display:block;
  position:absolute;
  top:2.3125em;
  width:2.9375em;
  height:.3125em;
  border-radius:.125em;
  background-color:#f27474
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
  left:1.0625em;
  transform:rotate(45deg)
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
  right:1em;
  transform:rotate(-45deg)
}
.swal2-icon.swal2-error.swal2-icon-show{
  -webkit-animation:swal2-animate-error-icon .5s;
  animation:swal2-animate-error-icon .5s
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{
  -webkit-animation:swal2-animate-error-x-mark .5s;
  animation:swal2-animate-error-x-mark .5s
}
.swal2-icon.swal2-warning{
  border-color:#facea8;
  color:#f8bb86
}
.swal2-icon.swal2-info{
  border-color:#9de0f6;
  color:#3fc3ee
}
.swal2-icon.swal2-question{
  border-color:#c9dae1;
  color:#87adbd
}
.swal2-icon.swal2-success{
  border-color:#a5dc86;
  color:#a5dc86
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line]{
  position:absolute;
  width:3.75em;
  height:7.5em;
  transform:rotate(45deg);
  border-radius:50%
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{
  top:-.4375em;
  left:-2.0635em;
  transform:rotate(-45deg);
  transform-origin:3.75em 3.75em;
  border-radius:7.5em 0 0 7.5em
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{
  top:-.6875em;
  left:1.875em;
  transform:rotate(-45deg);
  transform-origin:0 3.75em;
  border-radius:0 7.5em 7.5em 0
}
.swal2-icon.swal2-success .swal2-success-ring{
  position:absolute;
  z-index:2;
  top:-.25em;
  left:-.25em;
  box-sizing:content-box;
  width:100%;
  height:100%;
  border:.25em solid rgba(165,220,134,.3);
  border-radius:50%
}
.swal2-icon.swal2-success .swal2-success-fix{
  position:absolute;
  z-index:1;
  top:.5em;
  left:1.625em;
  width:.4375em;
  height:5.625em;
  transform:rotate(-45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
  display:block;
  position:absolute;
  z-index:2;
  height:.3125em;
  border-radius:.125em;
  background-color:#a5dc86
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{
  top:2.875em;
  left:.8125em;
  width:1.5625em;
  transform:rotate(45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{
  top:2.375em;
  right:.5em;
  width:2.9375em;
  transform:rotate(-45deg)
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{
  -webkit-animation:swal2-animate-success-line-tip .75s;
  animation:swal2-animate-success-line-tip .75s
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{
  -webkit-animation:swal2-animate-success-line-long .75s;
  animation:swal2-animate-success-line-long .75s
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{
  -webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;
  animation:swal2-rotate-success-circular-line 4.25s ease-in
}
.swal2-progress-steps{
  flex-wrap:wrap;
  align-items:center;
  max-width:100%;
  margin:0 0 1.25em;
  padding:0;
  background:inherit;
  font-weight:600
}
.swal2-progress-steps li{
  display:inline-block;
  position:relative
}
.swal2-progress-steps .swal2-progress-step{
  z-index:20;
  flex-shrink:0;
  width:2em;
  height:2em;
  border-radius:2em;
  background:#2778c4;
  color:#fff;
  line-height:2em;
  text-align:center
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{
  background:#2778c4
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{
  background:#add8e6;
  color:#fff
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{
  background:#add8e6
}
.swal2-progress-steps .swal2-progress-step-line{
  z-index:10;
  flex-shrink:0;
  width:2.5em;
  height:.4em;
  margin:0 -1px;
  background:#2778c4
}
[class^=swal2]{
  -webkit-tap-highlight-color:transparent
}
.swal2-show{
  -webkit-animation:swal2-show .3s;
  animation:swal2-show .3s
}
.swal2-hide{
  -webkit-animation:swal2-hide .15s forwards;
  animation:swal2-hide .15s forwards
}
.swal2-noanimation{
  transition:none
}
.swal2-scrollbar-measure{
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll
}
.swal2-rtl .swal2-close{
  right:auto;
  left:0
}
.swal2-rtl .swal2-timer-progress-bar{
  right:0;
  left:auto
}
@supports (-ms-accelerator:true){
  .swal2-range input{
    width:100%!important
  }
  .swal2-range output{
    display:none
  }
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
  .swal2-range input{
    width:100%!important
  }
  .swal2-range output{
    display:none
  }
}
@-webkit-keyframes swal2-toast-show{
  0%{
    transform:translateY(-.625em) rotateZ(2deg)
  }
  33%{
    transform:translateY(0) rotateZ(-2deg)
  }
  66%{
    transform:translateY(.3125em) rotateZ(2deg)
  }
  100%{
    transform:translateY(0) rotateZ(0)
  }
}
@keyframes swal2-toast-show{
  0%{
    transform:translateY(-.625em) rotateZ(2deg)
  }
  33%{
    transform:translateY(0) rotateZ(-2deg)
  }
  66%{
    transform:translateY(.3125em) rotateZ(2deg)
  }
  100%{
    transform:translateY(0) rotateZ(0)
  }
}
@-webkit-keyframes swal2-toast-hide{
  100%{
    transform:rotateZ(1deg);
    opacity:0
  }
}
@keyframes swal2-toast-hide{
  100%{
    transform:rotateZ(1deg);
    opacity:0
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip{
  0%{
    top:.5625em;
    left:.0625em;
    width:0
  }
  54%{
    top:.125em;
    left:.125em;
    width:0
  }
  70%{
    top:.625em;
    left:-.25em;
    width:1.625em
  }
  84%{
    top:1.0625em;
    left:.75em;
    width:.5em
  }
  100%{
    top:1.125em;
    left:.1875em;
    width:.75em
  }
}
@keyframes swal2-toast-animate-success-line-tip{
  0%{
    top:.5625em;
    left:.0625em;
    width:0
  }
  54%{
    top:.125em;
    left:.125em;
    width:0
  }
  70%{
    top:.625em;
    left:-.25em;
    width:1.625em
  }
  84%{
    top:1.0625em;
    left:.75em;
    width:.5em
  }
  100%{
    top:1.125em;
    left:.1875em;
    width:.75em
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long{
  0%{
    top:1.625em;
    right:1.375em;
    width:0
  }
  65%{
    top:1.25em;
    right:.9375em;
    width:0
  }
  84%{
    top:.9375em;
    right:0;
    width:1.125em
  }
  100%{
    top:.9375em;
    right:.1875em;
    width:1.375em
  }
}
@keyframes swal2-toast-animate-success-line-long{
  0%{
    top:1.625em;
    right:1.375em;
    width:0
  }
  65%{
    top:1.25em;
    right:.9375em;
    width:0
  }
  84%{
    top:.9375em;
    right:0;
    width:1.125em
  }
  100%{
    top:.9375em;
    right:.1875em;
    width:1.375em
  }
}
@-webkit-keyframes swal2-show{
  0%{
    transform:scale(.7)
  }
  45%{
    transform:scale(1.05)
  }
  80%{
    transform:scale(.95)
  }
  100%{
    transform:scale(1)
  }
}
@keyframes swal2-show{
  0%{
    transform:scale(.7)
  }
  45%{
    transform:scale(1.05)
  }
  80%{
    transform:scale(.95)
  }
  100%{
    transform:scale(1)
  }
}
@-webkit-keyframes swal2-hide{
  0%{
    transform:scale(1);
    opacity:1
  }
  100%{
    transform:scale(.5);
    opacity:0
  }
}
@keyframes swal2-hide{
  0%{
    transform:scale(1);
    opacity:1
  }
  100%{
    transform:scale(.5);
    opacity:0
  }
}
@-webkit-keyframes swal2-animate-success-line-tip{
  0%{
    top:1.1875em;
    left:.0625em;
    width:0
  }
  54%{
    top:1.0625em;
    left:.125em;
    width:0
  }
  70%{
    top:2.1875em;
    left:-.375em;
    width:3.125em
  }
  84%{
    top:3em;
    left:1.3125em;
    width:1.0625em
  }
  100%{
    top:2.8125em;
    left:.8125em;
    width:1.5625em
  }
}
@keyframes swal2-animate-success-line-tip{
  0%{
    top:1.1875em;
    left:.0625em;
    width:0
  }
  54%{
    top:1.0625em;
    left:.125em;
    width:0
  }
  70%{
    top:2.1875em;
    left:-.375em;
    width:3.125em
  }
  84%{
    top:3em;
    left:1.3125em;
    width:1.0625em
  }
  100%{
    top:2.8125em;
    left:.8125em;
    width:1.5625em
  }
}
@-webkit-keyframes swal2-animate-success-line-long{
  0%{
    top:3.375em;
    right:2.875em;
    width:0
  }
  65%{
    top:3.375em;
    right:2.875em;
    width:0
  }
  84%{
    top:2.1875em;
    right:0;
    width:3.4375em
  }
  100%{
    top:2.375em;
    right:.5em;
    width:2.9375em
  }
}
@keyframes swal2-animate-success-line-long{
  0%{
    top:3.375em;
    right:2.875em;
    width:0
  }
  65%{
    top:3.375em;
    right:2.875em;
    width:0
  }
  84%{
    top:2.1875em;
    right:0;
    width:3.4375em
  }
  100%{
    top:2.375em;
    right:.5em;
    width:2.9375em
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line{
  0%{
    transform:rotate(-45deg)
  }
  5%{
    transform:rotate(-45deg)
  }
  12%{
    transform:rotate(-405deg)
  }
  100%{
    transform:rotate(-405deg)
  }
}
@keyframes swal2-rotate-success-circular-line{
  0%{
    transform:rotate(-45deg)
  }
  5%{
    transform:rotate(-45deg)
  }
  12%{
    transform:rotate(-405deg)
  }
  100%{
    transform:rotate(-405deg)
  }
}
@-webkit-keyframes swal2-animate-error-x-mark{
  0%{
    margin-top:1.625em;
    transform:scale(.4);
    opacity:0
  }
  50%{
    margin-top:1.625em;
    transform:scale(.4);
    opacity:0
  }
  80%{
    margin-top:-.375em;
    transform:scale(1.15)
  }
  100%{
    margin-top:0;
    transform:scale(1);
    opacity:1
  }
}
@keyframes swal2-animate-error-x-mark{
  0%{
    margin-top:1.625em;
    transform:scale(.4);
    opacity:0
  }
  50%{
    margin-top:1.625em;
    transform:scale(.4);
    opacity:0
  }
  80%{
    margin-top:-.375em;
    transform:scale(1.15)
  }
  100%{
    margin-top:0;
    transform:scale(1);
    opacity:1
  }
}
@-webkit-keyframes swal2-animate-error-icon{
  0%{
    transform:rotateX(100deg);
    opacity:0
  }
  100%{
    transform:rotateX(0);
    opacity:1
  }
}
@keyframes swal2-animate-error-icon{
  0%{
    transform:rotateX(100deg);
    opacity:0
  }
  100%{
    transform:rotateX(0);
    opacity:1
  }
}
@-webkit-keyframes swal2-rotate-loading{
  0%{
    transform:rotate(0)
  }
  100%{
    transform:rotate(360deg)
  }
}
@keyframes swal2-rotate-loading{
  0%{
    transform:rotate(0)
  }
  100%{
    transform:rotate(360deg)
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
  overflow:hidden
}
body.swal2-height-auto{
  height:auto!important
}
body.swal2-no-backdrop .swal2-container{
  top:auto;
  right:auto;
  bottom:auto;
  left:auto;
  max-width:calc(100% - .625em * 2);
  background-color:transparent!important
}
body.swal2-no-backdrop .swal2-container>.swal2-modal{
  box-shadow:0 0 10px rgba(0,0,0,.4)
}
body.swal2-no-backdrop .swal2-container.swal2-top{
  top:0;
  left:50%;
  transform:translateX(-50%)
}
body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{
  top:0;
  left:0
}
body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{
  top:0;
  right:0
}
body.swal2-no-backdrop .swal2-container.swal2-center{
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{
  top:50%;
  left:0;
  transform:translateY(-50%)
}
body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{
  top:50%;
  right:0;
  transform:translateY(-50%)
}
body.swal2-no-backdrop .swal2-container.swal2-bottom{
  bottom:0;
  left:50%;
  transform:translateX(-50%)
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{
  bottom:0;
  left:0
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{
  right:0;
  bottom:0
}
@media print{
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
    overflow-y:scroll!important
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{
    display:none
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{
    position:static!important
  }
}
body.swal2-toast-shown .swal2-container{
  background-color:transparent
}
body.swal2-toast-shown .swal2-container.swal2-top{
  top:0;
  right:auto;
  bottom:auto;
  left:50%;
  transform:translateX(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{
  top:0;
  right:0;
  bottom:auto;
  left:auto
}
body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{
  top:0;
  right:auto;
  bottom:auto;
  left:0
}
body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{
  top:50%;
  right:auto;
  bottom:auto;
  left:0;
  transform:translateY(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-center{
  top:50%;
  right:auto;
  bottom:auto;
  left:50%;
  transform:translate(-50%,-50%)
}
body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{
  top:50%;
  right:0;
  bottom:auto;
  left:auto;
  transform:translateY(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{
  top:auto;
  right:auto;
  bottom:0;
  left:0
}
body.swal2-toast-shown .swal2-container.swal2-bottom{
  top:auto;
  right:auto;
  bottom:0;
  left:50%;
  transform:translateX(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{
  top:auto;
  right:0;
  bottom:0;
  left:auto
}
.la,.lab,.lad,.lal,.lar,.las{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1
}
.la-lg{
  font-size:1.33333em;
  line-height:.75em;
  vertical-align:-.0667em
}
.la-xs{
  font-size:.75em
}
.la-sm{
  font-size:.875em
}
.la-1x{
  font-size:1em
}
.la-2x{
  font-size:2em
}
.la-3x{
  font-size:3em
}
.la-4x{
  font-size:4em
}
.la-5x{
  font-size:5em
}
.la-6x{
  font-size:6em
}
.la-7x{
  font-size:7em
}
.la-8x{
  font-size:8em
}
.la-9x{
  font-size:9em
}
.la-10x{
  font-size:10em
}
.la-fw{
  text-align:center;
  width:1.25em
}
.la-ul{
  list-style-type:none;
  margin-left:2.5em;
  padding-left:0
}
.la-ul>li{
  position:relative
}
.la-li{
  left:-2em;
  position:absolute;
  text-align:center;
  width:2em;
  line-height:inherit
}
.la-border{
  border:solid .08em #eee;
  border-radius:.1em;
  padding:.2em .25em .15em
}
.la-pull-left{
  float:left
}
.la-pull-right{
  float:right
}
.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{
  margin-right:.3em
}
.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{
  margin-left:.3em
}
.la-spin{
  -webkit-animation:la-spin 2s infinite linear;
  animation:la-spin 2s infinite linear
}
.la-pulse{
  -webkit-animation:la-spin 1s infinite steps(8);
  animation:la-spin 1s infinite steps(8)
}
@-webkit-keyframes la-spin{
  0%{
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100%{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes la-spin{
  0%{
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100%{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
.la-rotate-90{
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg)
}
.la-rotate-180{
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
}
.la-rotate-270{
  -webkit-transform:rotate(270deg);
  transform:rotate(270deg)
}
.la-flip-horizontal{
  -webkit-transform:scale(-1,1);
  transform:scale(-1,1)
}
.la-flip-vertical{
  -webkit-transform:scale(1,-1);
  transform:scale(1,-1)
}
.la-flip-both,.la-flip-horizontal.la-flip-vertical{
  -webkit-transform:scale(-1,-1);
  transform:scale(-1,-1)
}
:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{
  -webkit-filter:none;
  filter:none
}
.la-stack{
  display:inline-block;
  height:2em;
  line-height:2em;
  position:relative;
  vertical-align:middle;
  width:2.5em
}
.la-stack-1x,.la-stack-2x{
  left:0;
  position:absolute;
  text-align:center;
  width:100%
}
.la-stack-1x{
  line-height:inherit
}
.la-stack-2x{
  font-size:2em
}
.la-inverse{
  color:#fff
}
.la-500px:before{
  content:""
}
.la-accessible-icon:before{
  content:""
}
.la-accusoft:before{
  content:""
}
.la-acquisitions-incorporated:before{
  content:""
}
.la-ad:before{
  content:""
}
.la-address-book:before{
  content:""
}
.la-address-card:before{
  content:""
}
.la-adjust:before{
  content:""
}
.la-adn:before{
  content:""
}
.la-adobe:before{
  content:""
}
.la-adversal:before{
  content:""
}
.la-affiliatetheme:before{
  content:""
}
.la-air-freshener:before{
  content:""
}
.la-airbnb:before{
  content:""
}
.la-algolia:before{
  content:""
}
.la-align-center:before{
  content:""
}
.la-align-justify:before{
  content:""
}
.la-align-left:before{
  content:""
}
.la-align-right:before{
  content:""
}
.la-alipay:before{
  content:""
}
.la-allergies:before{
  content:""
}
.la-amazon:before{
  content:""
}
.la-amazon-pay:before{
  content:""
}
.la-ambulance:before{
  content:""
}
.la-american-sign-language-interpreting:before{
  content:""
}
.la-amilia:before{
  content:""
}
.la-anchor:before{
  content:""
}
.la-android:before{
  content:""
}
.la-angellist:before{
  content:""
}
.la-angle-double-down:before{
  content:""
}
.la-angle-double-left:before{
  content:""
}
.la-angle-double-right:before{
  content:""
}
.la-angle-double-up:before{
  content:""
}
.la-angle-down:before{
  content:""
}
.la-angle-left:before{
  content:""
}
.la-angle-right:before{
  content:""
}
.la-angle-up:before{
  content:""
}
.la-angry:before{
  content:""
}
.la-angrycreative:before{
  content:""
}
.la-angular:before{
  content:""
}
.la-ankh:before{
  content:""
}
.la-app-store:before{
  content:""
}
.la-app-store-ios:before{
  content:""
}
.la-apper:before{
  content:""
}
.la-apple:before{
  content:""
}
.la-apple-alt:before{
  content:""
}
.la-apple-pay:before{
  content:""
}
.la-archive:before{
  content:""
}
.la-archway:before{
  content:""
}
.la-arrow-alt-circle-down:before{
  content:""
}
.la-arrow-alt-circle-left:before{
  content:""
}
.la-arrow-alt-circle-right:before{
  content:""
}
.la-arrow-alt-circle-up:before{
  content:""
}
.la-arrow-circle-down:before{
  content:""
}
.la-arrow-circle-left:before{
  content:""
}
.la-arrow-circle-right:before{
  content:""
}
.la-arrow-circle-up:before{
  content:""
}
.la-arrow-down:before{
  content:""
}
.la-arrow-left:before{
  content:""
}
.la-arrow-right:before{
  content:""
}
.la-arrow-up:before{
  content:""
}
.la-arrows-alt:before{
  content:""
}
.la-arrows-alt-h:before{
  content:""
}
.la-arrows-alt-v:before{
  content:""
}
.la-artstation:before{
  content:""
}
.la-assistive-listening-systems:before{
  content:""
}
.la-asterisk:before{
  content:""
}
.la-asymmetrik:before{
  content:""
}
.la-at:before{
  content:""
}
.la-atlas:before{
  content:""
}
.la-atlassian:before{
  content:""
}
.la-atom:before{
  content:""
}
.la-audible:before{
  content:""
}
.la-audio-description:before{
  content:""
}
.la-autoprefixer:before{
  content:""
}
.la-avianex:before{
  content:""
}
.la-aviato:before{
  content:""
}
.la-award:before{
  content:""
}
.la-aws:before{
  content:""
}
.la-baby:before{
  content:""
}
.la-baby-carriage:before{
  content:""
}
.la-backspace:before{
  content:""
}
.la-backward:before{
  content:""
}
.la-bacon:before{
  content:""
}
.la-balance-scale:before{
  content:""
}
.la-balance-scale-left:before{
  content:""
}
.la-balance-scale-right:before{
  content:""
}
.la-ban:before{
  content:""
}
.la-band-aid:before{
  content:""
}
.la-bandcamp:before{
  content:""
}
.la-barcode:before{
  content:""
}
.la-bars:before{
  content:""
}
.la-baseball-ball:before{
  content:""
}
.la-basketball-ball:before{
  content:""
}
.la-bath:before{
  content:""
}
.la-battery-empty:before{
  content:""
}
.la-battery-full:before{
  content:""
}
.la-battery-half:before{
  content:""
}
.la-battery-quarter:before{
  content:""
}
.la-battery-three-quarters:before{
  content:""
}
.la-battle-net:before{
  content:""
}
.la-bed:before{
  content:""
}
.la-beer:before{
  content:""
}
.la-behance:before{
  content:""
}
.la-behance-square:before{
  content:""
}
.la-bell:before{
  content:""
}
.la-bell-slash:before{
  content:""
}
.la-bezier-curve:before{
  content:""
}
.la-bible:before{
  content:""
}
.la-bicycle:before{
  content:""
}
.la-biking:before{
  content:""
}
.la-bimobject:before{
  content:""
}
.la-binoculars:before{
  content:""
}
.la-biohazard:before{
  content:""
}
.la-birthday-cake:before{
  content:""
}
.la-bitbucket:before{
  content:""
}
.la-bitcoin:before{
  content:""
}
.la-bity:before{
  content:""
}
.la-black-tie:before{
  content:""
}
.la-blackberry:before{
  content:""
}
.la-blender:before{
  content:""
}
.la-blender-phone:before{
  content:""
}
.la-blind:before{
  content:""
}
.la-blog:before{
  content:""
}
.la-blogger:before{
  content:""
}
.la-blogger-b:before{
  content:""
}
.la-bluetooth:before{
  content:""
}
.la-bluetooth-b:before{
  content:""
}
.la-bold:before{
  content:""
}
.la-bolt:before{
  content:""
}
.la-bomb:before{
  content:""
}
.la-bone:before{
  content:""
}
.la-bong:before{
  content:""
}
.la-book:before{
  content:""
}
.la-book-dead:before{
  content:""
}
.la-book-medical:before{
  content:""
}
.la-book-open:before{
  content:""
}
.la-book-reader:before{
  content:""
}
.la-bookmark:before{
  content:""
}
.la-bootstrap:before{
  content:""
}
.la-border-all:before{
  content:""
}
.la-border-none:before{
  content:""
}
.la-border-style:before{
  content:""
}
.la-bowling-ball:before{
  content:""
}
.la-box:before{
  content:""
}
.la-box-open:before{
  content:""
}
.la-boxes:before{
  content:""
}
.la-braille:before{
  content:""
}
.la-brain:before{
  content:""
}
.la-bread-slice:before{
  content:""
}
.la-briefcase:before{
  content:""
}
.la-briefcase-medical:before{
  content:""
}
.la-broadcast-tower:before{
  content:""
}
.la-broom:before{
  content:""
}
.la-brush:before{
  content:""
}
.la-btc:before{
  content:""
}
.la-buffer:before{
  content:""
}
.la-bug:before{
  content:""
}
.la-building:before{
  content:""
}
.la-bullhorn:before{
  content:""
}
.la-bullseye:before{
  content:""
}
.la-burn:before{
  content:""
}
.la-buromobelexperte:before{
  content:""
}
.la-bus:before{
  content:""
}
.la-bus-alt:before{
  content:""
}
.la-business-time:before{
  content:""
}
.la-buy-n-large:before{
  content:""
}
.la-buysellads:before{
  content:""
}
.la-calculator:before{
  content:""
}
.la-calendar:before{
  content:""
}
.la-calendar-alt:before{
  content:""
}
.la-calendar-check:before{
  content:""
}
.la-calendar-day:before{
  content:""
}
.la-calendar-minus:before{
  content:""
}
.la-calendar-plus:before{
  content:""
}
.la-calendar-times:before{
  content:""
}
.la-calendar-week:before{
  content:""
}
.la-camera:before{
  content:""
}
.la-camera-retro:before{
  content:""
}
.la-campground:before{
  content:""
}
.la-canadian-maple-leaf:before{
  content:""
}
.la-candy-cane:before{
  content:""
}
.la-cannabis:before{
  content:""
}
.la-capsules:before{
  content:""
}
.la-car:before{
  content:""
}
.la-car-alt:before{
  content:""
}
.la-car-battery:before{
  content:""
}
.la-car-crash:before{
  content:""
}
.la-car-side:before{
  content:""
}
.la-caret-down:before{
  content:""
}
.la-caret-left:before{
  content:""
}
.la-caret-right:before{
  content:""
}
.la-caret-square-down:before{
  content:""
}
.la-caret-square-left:before{
  content:""
}
.la-caret-square-right:before{
  content:""
}
.la-caret-square-up:before{
  content:""
}
.la-caret-up:before{
  content:""
}
.la-carrot:before{
  content:""
}
.la-cart-arrow-down:before{
  content:""
}
.la-cart-plus:before{
  content:""
}
.la-cash-register:before{
  content:""
}
.la-cat:before{
  content:""
}
.la-cc-amazon-pay:before{
  content:""
}
.la-cc-amex:before{
  content:""
}
.la-cc-apple-pay:before{
  content:""
}
.la-cc-diners-club:before{
  content:""
}
.la-cc-discover:before{
  content:""
}
.la-cc-jcb:before{
  content:""
}
.la-cc-mastercard:before{
  content:""
}
.la-cc-paypal:before{
  content:""
}
.la-cc-stripe:before{
  content:""
}
.la-cc-visa:before{
  content:""
}
.la-centercode:before{
  content:""
}
.la-centos:before{
  content:""
}
.la-certificate:before{
  content:""
}
.la-chair:before{
  content:""
}
.la-chalkboard:before{
  content:""
}
.la-chalkboard-teacher:before{
  content:""
}
.la-charging-station:before{
  content:""
}
.la-chart-area:before{
  content:""
}
.la-chart-bar:before{
  content:""
}
.la-chart-line:before{
  content:""
}
.la-chart-pie:before{
  content:""
}
.la-check:before{
  content:""
}
.la-check-circle:before{
  content:""
}
.la-check-double:before{
  content:""
}
.la-check-square:before{
  content:""
}
.la-cheese:before{
  content:""
}
.la-chess:before{
  content:""
}
.la-chess-bishop:before{
  content:""
}
.la-chess-board:before{
  content:""
}
.la-chess-king:before{
  content:""
}
.la-chess-knight:before{
  content:""
}
.la-chess-pawn:before{
  content:""
}
.la-chess-queen:before{
  content:""
}
.la-chess-rook:before{
  content:""
}
.la-chevron-circle-down:before{
  content:""
}
.la-chevron-circle-left:before{
  content:""
}
.la-chevron-circle-right:before{
  content:""
}
.la-chevron-circle-up:before{
  content:""
}
.la-chevron-down:before{
  content:""
}
.la-chevron-left:before{
  content:""
}
.la-chevron-right:before{
  content:""
}
.la-chevron-up:before{
  content:""
}
.la-child:before{
  content:""
}
.la-chrome:before{
  content:""
}
.la-chromecast:before{
  content:""
}
.la-church:before{
  content:""
}
.la-circle:before{
  content:""
}
.la-circle-notch:before{
  content:""
}
.la-city:before{
  content:""
}
.la-clinic-medical:before{
  content:""
}
.la-clipboard:before{
  content:""
}
.la-clipboard-check:before{
  content:""
}
.la-clipboard-list:before{
  content:""
}
.la-clock:before{
  content:""
}
.la-clone:before{
  content:""
}
.la-closed-captioning:before{
  content:""
}
.la-cloud:before{
  content:""
}
.la-cloud-download-alt:before{
  content:""
}
.la-cloud-meatball:before{
  content:""
}
.la-cloud-moon:before{
  content:""
}
.la-cloud-moon-rain:before{
  content:""
}
.la-cloud-rain:before{
  content:""
}
.la-cloud-showers-heavy:before{
  content:""
}
.la-cloud-sun:before{
  content:""
}
.la-cloud-sun-rain:before{
  content:""
}
.la-cloud-upload-alt:before{
  content:""
}
.la-cloudscale:before{
  content:""
}
.la-cloudsmith:before{
  content:""
}
.la-cloudversify:before{
  content:""
}
.la-cocktail:before{
  content:""
}
.la-code:before{
  content:""
}
.la-code-branch:before{
  content:""
}
.la-codepen:before{
  content:""
}
.la-codiepie:before{
  content:""
}
.la-coffee:before{
  content:""
}
.la-cog:before{
  content:""
}
.la-cogs:before{
  content:""
}
.la-coins:before{
  content:""
}
.la-columns:before{
  content:""
}
.la-comment:before{
  content:""
}
.la-comment-alt:before{
  content:""
}
.la-comment-dollar:before{
  content:""
}
.la-comment-dots:before{
  content:""
}
.la-comment-medical:before{
  content:""
}
.la-comment-slash:before{
  content:""
}
.la-comments:before{
  content:""
}
.la-comments-dollar:before{
  content:""
}
.la-compact-disc:before{
  content:""
}
.la-compass:before{
  content:""
}
.la-compress:before{
  content:""
}
.la-compress-arrows-alt:before{
  content:""
}
.la-concierge-bell:before{
  content:""
}
.la-confluence:before{
  content:""
}
.la-connectdevelop:before{
  content:""
}
.la-contao:before{
  content:""
}
.la-cookie:before{
  content:""
}
.la-cookie-bite:before{
  content:""
}
.la-copy:before{
  content:""
}
.la-copyright:before{
  content:""
}
.la-cotton-bureau:before{
  content:""
}
.la-couch:before{
  content:""
}
.la-cpanel:before{
  content:""
}
.la-creative-commons:before{
  content:""
}
.la-creative-commons-by:before{
  content:""
}
.la-creative-commons-nc:before{
  content:""
}
.la-creative-commons-nc-eu:before{
  content:""
}
.la-creative-commons-nc-jp:before{
  content:""
}
.la-creative-commons-nd:before{
  content:""
}
.la-creative-commons-pd:before{
  content:""
}
.la-creative-commons-pd-alt:before{
  content:""
}
.la-creative-commons-remix:before{
  content:""
}
.la-creative-commons-sa:before{
  content:""
}
.la-creative-commons-sampling:before{
  content:""
}
.la-creative-commons-sampling-plus:before{
  content:""
}
.la-creative-commons-share:before{
  content:""
}
.la-creative-commons-zero:before{
  content:""
}
.la-credit-card:before{
  content:""
}
.la-critical-role:before{
  content:""
}
.la-crop:before{
  content:""
}
.la-crop-alt:before{
  content:""
}
.la-cross:before{
  content:""
}
.la-crosshairs:before{
  content:""
}
.la-crow:before{
  content:""
}
.la-crown:before{
  content:""
}
.la-crutch:before{
  content:""
}
.la-css3:before{
  content:""
}
.la-css3-alt:before{
  content:""
}
.la-cube:before{
  content:""
}
.la-cubes:before{
  content:""
}
.la-cut:before{
  content:""
}
.la-cuttlefish:before{
  content:""
}
.la-d-and-d:before{
  content:""
}
.la-d-and-d-beyond:before{
  content:""
}
.la-dashcube:before{
  content:""
}
.la-database:before{
  content:""
}
.la-deaf:before{
  content:""
}
.la-delicious:before{
  content:""
}
.la-democrat:before{
  content:""
}
.la-deploydog:before{
  content:""
}
.la-deskpro:before{
  content:""
}
.la-desktop:before{
  content:""
}
.la-dev:before{
  content:""
}
.la-deviantart:before{
  content:""
}
.la-dharmachakra:before{
  content:""
}
.la-dhl:before{
  content:""
}
.la-diagnoses:before{
  content:""
}
.la-diaspora:before{
  content:""
}
.la-dice:before{
  content:""
}
.la-dice-d20:before{
  content:""
}
.la-dice-d6:before{
  content:""
}
.la-dice-five:before{
  content:""
}
.la-dice-four:before{
  content:""
}
.la-dice-one:before{
  content:""
}
.la-dice-six:before{
  content:""
}
.la-dice-three:before{
  content:""
}
.la-dice-two:before{
  content:""
}
.la-digg:before{
  content:""
}
.la-digital-ocean:before{
  content:""
}
.la-digital-tachograph:before{
  content:""
}
.la-directions:before{
  content:""
}
.la-discord:before{
  content:""
}
.la-discourse:before{
  content:""
}
.la-divide:before{
  content:""
}
.la-dizzy:before{
  content:""
}
.la-dna:before{
  content:""
}
.la-dochub:before{
  content:""
}
.la-docker:before{
  content:""
}
.la-dog:before{
  content:""
}
.la-dollar-sign:before{
  content:""
}
.la-dolly:before{
  content:""
}
.la-dolly-flatbed:before{
  content:""
}
.la-donate:before{
  content:""
}
.la-door-closed:before{
  content:""
}
.la-door-open:before{
  content:""
}
.la-dot-circle:before{
  content:""
}
.la-dove:before{
  content:""
}
.la-download:before{
  content:""
}
.la-draft2digital:before{
  content:""
}
.la-drafting-compass:before{
  content:""
}
.la-dragon:before{
  content:""
}
.la-draw-polygon:before{
  content:""
}
.la-dribbble:before{
  content:""
}
.la-dribbble-square:before{
  content:""
}
.la-dropbox:before{
  content:""
}
.la-drum:before{
  content:""
}
.la-drum-steelpan:before{
  content:""
}
.la-drumstick-bite:before{
  content:""
}
.la-drupal:before{
  content:""
}
.la-dumbbell:before{
  content:""
}
.la-dumpster:before{
  content:""
}
.la-dumpster-fire:before{
  content:""
}
.la-dungeon:before{
  content:""
}
.la-dyalog:before{
  content:""
}
.la-earlybirds:before{
  content:""
}
.la-ebay:before{
  content:""
}
.la-edge:before{
  content:""
}
.la-edit:before{
  content:""
}
.la-egg:before{
  content:""
}
.la-eject:before{
  content:""
}
.la-elementor:before{
  content:""
}
.la-ellipsis-h:before{
  content:""
}
.la-ellipsis-v:before{
  content:""
}
.la-ello:before{
  content:""
}
.la-ember:before{
  content:""
}
.la-empire:before{
  content:""
}
.la-envelope:before{
  content:""
}
.la-envelope-open:before{
  content:""
}
.la-envelope-open-text:before{
  content:""
}
.la-envelope-square:before{
  content:""
}
.la-envira:before{
  content:""
}
.la-equals:before{
  content:""
}
.la-eraser:before{
  content:""
}
.la-erlang:before{
  content:""
}
.la-ethereum:before{
  content:""
}
.la-ethernet:before{
  content:""
}
.la-etsy:before{
  content:""
}
.la-euro-sign:before{
  content:""
}
.la-evernote:before{
  content:""
}
.la-exchange-alt:before{
  content:""
}
.la-exclamation:before{
  content:""
}
.la-exclamation-circle:before{
  content:""
}
.la-exclamation-triangle:before{
  content:""
}
.la-expand:before{
  content:""
}
.la-expand-arrows-alt:before{
  content:""
}
.la-expeditedssl:before{
  content:""
}
.la-external-link-alt:before{
  content:""
}
.la-external-link-square-alt:before{
  content:""
}
.la-eye:before{
  content:""
}
.la-eye-dropper:before{
  content:""
}
.la-eye-slash:before{
  content:""
}
.la-facebook:before{
  content:""
}
.la-facebook-f:before{
  content:""
}
.la-facebook-messenger:before{
  content:""
}
.la-facebook-square:before{
  content:""
}
.la-fan:before{
  content:""
}
.la-fantasy-flight-games:before{
  content:""
}
.la-fast-backward:before{
  content:""
}
.la-fast-forward:before{
  content:""
}
.la-fax:before{
  content:""
}
.la-feather:before{
  content:""
}
.la-feather-alt:before{
  content:""
}
.la-fedex:before{
  content:""
}
.la-fedora:before{
  content:""
}
.la-female:before{
  content:""
}
.la-fighter-jet:before{
  content:""
}
.la-figma:before{
  content:""
}
.la-file:before{
  content:""
}
.la-file-alt:before{
  content:""
}
.la-file-archive:before{
  content:""
}
.la-file-audio:before{
  content:""
}
.la-file-code:before{
  content:""
}
.la-file-contract:before{
  content:""
}
.la-file-csv:before{
  content:""
}
.la-file-download:before{
  content:""
}
.la-file-excel:before{
  content:""
}
.la-file-export:before{
  content:""
}
.la-file-image:before{
  content:""
}
.la-file-import:before{
  content:""
}
.la-file-invoice:before{
  content:""
}
.la-file-invoice-dollar:before{
  content:""
}
.la-file-medical:before{
  content:""
}
.la-file-medical-alt:before{
  content:""
}
.la-file-pdf:before{
  content:""
}
.la-file-powerpoint:before{
  content:""
}
.la-file-prescription:before{
  content:""
}
.la-file-signature:before{
  content:""
}
.la-file-upload:before{
  content:""
}
.la-file-video:before{
  content:""
}
.la-file-word:before{
  content:""
}
.la-fill:before{
  content:""
}
.la-fill-drip:before{
  content:""
}
.la-film:before{
  content:""
}
.la-filter:before{
  content:""
}
.la-fingerprint:before{
  content:""
}
.la-fire:before{
  content:""
}
.la-fire-alt:before{
  content:""
}
.la-fire-extinguisher:before{
  content:""
}
.la-firefox:before{
  content:""
}
.la-first-aid:before{
  content:""
}
.la-first-order:before{
  content:""
}
.la-first-order-alt:before{
  content:""
}
.la-firstdraft:before{
  content:""
}
.la-fish:before{
  content:""
}
.la-fist-raised:before{
  content:""
}
.la-flag:before{
  content:""
}
.la-flag-checkered:before{
  content:""
}
.la-flag-usa:before{
  content:""
}
.la-flask:before{
  content:""
}
.la-flickr:before{
  content:""
}
.la-flipboard:before{
  content:""
}
.la-flushed:before{
  content:""
}
.la-fly:before{
  content:""
}
.la-folder:before{
  content:""
}
.la-folder-minus:before{
  content:""
}
.la-folder-open:before{
  content:""
}
.la-folder-plus:before{
  content:""
}
.la-font:before{
  content:""
}
.la-font-awesome:before{
  content:""
}
.la-font-awesome-alt:before{
  content:""
}
.la-font-awesome-flag:before{
  content:""
}
.la-font-awesome-logo-full:before{
  content:""
}
.la-fonticons:before{
  content:""
}
.la-fonticons-fi:before{
  content:""
}
.la-football-ball:before{
  content:""
}
.la-fort-awesome:before{
  content:""
}
.la-fort-awesome-alt:before{
  content:""
}
.la-forumbee:before{
  content:""
}
.la-forward:before{
  content:""
}
.la-foursquare:before{
  content:""
}
.la-free-code-camp:before{
  content:""
}
.la-freebsd:before{
  content:""
}
.la-frog:before{
  content:""
}
.la-frown:before{
  content:""
}
.la-frown-open:before{
  content:""
}
.la-fulcrum:before{
  content:""
}
.la-funnel-dollar:before{
  content:""
}
.la-futbol:before{
  content:""
}
.la-galactic-republic:before{
  content:""
}
.la-galactic-senate:before{
  content:""
}
.la-gamepad:before{
  content:""
}
.la-gas-pump:before{
  content:""
}
.la-gavel:before{
  content:""
}
.la-gem:before{
  content:""
}
.la-genderless:before{
  content:""
}
.la-get-pocket:before{
  content:""
}
.la-gg:before{
  content:""
}
.la-gg-circle:before{
  content:""
}
.la-ghost:before{
  content:""
}
.la-gift:before{
  content:""
}
.la-gifts:before{
  content:""
}
.la-git:before{
  content:""
}
.la-git-alt:before{
  content:""
}
.la-git-square:before{
  content:""
}
.la-github:before{
  content:""
}
.la-github-alt:before{
  content:""
}
.la-github-square:before{
  content:""
}
.la-gitkraken:before{
  content:""
}
.la-gitlab:before{
  content:""
}
.la-gitter:before{
  content:""
}
.la-glass-cheers:before{
  content:""
}
.la-glass-martini:before{
  content:""
}
.la-glass-martini-alt:before{
  content:""
}
.la-glass-whiskey:before{
  content:""
}
.la-glasses:before{
  content:""
}
.la-glide:before{
  content:""
}
.la-glide-g:before{
  content:""
}
.la-globe:before{
  content:""
}
.la-globe-africa:before{
  content:""
}
.la-globe-americas:before{
  content:""
}
.la-globe-asia:before{
  content:""
}
.la-globe-europe:before{
  content:""
}
.la-gofore:before{
  content:""
}
.la-golf-ball:before{
  content:""
}
.la-goodreads:before{
  content:""
}
.la-goodreads-g:before{
  content:""
}
.la-google:before{
  content:""
}
.la-google-drive:before{
  content:""
}
.la-google-play:before{
  content:""
}
.la-google-plus:before{
  content:""
}
.la-google-plus-g:before{
  content:""
}
.la-google-plus-square:before{
  content:""
}
.la-google-wallet:before{
  content:""
}
.la-gopuram:before{
  content:""
}
.la-graduation-cap:before{
  content:""
}
.la-gratipay:before{
  content:""
}
.la-grav:before{
  content:""
}
.la-greater-than:before{
  content:""
}
.la-greater-than-equal:before{
  content:""
}
.la-grimace:before{
  content:""
}
.la-grin:before{
  content:""
}
.la-grin-alt:before{
  content:""
}
.la-grin-beam:before{
  content:""
}
.la-grin-beam-sweat:before{
  content:""
}
.la-grin-hearts:before{
  content:""
}
.la-grin-squint:before{
  content:""
}
.la-grin-squint-tears:before{
  content:""
}
.la-grin-stars:before{
  content:""
}
.la-grin-tears:before{
  content:""
}
.la-grin-tongue:before{
  content:""
}
.la-grin-tongue-squint:before{
  content:""
}
.la-grin-tongue-wink:before{
  content:""
}
.la-grin-wink:before{
  content:""
}
.la-grip-horizontal:before{
  content:""
}
.la-grip-lines:before{
  content:""
}
.la-grip-lines-vertical:before{
  content:""
}
.la-grip-vertical:before{
  content:""
}
.la-gripfire:before{
  content:""
}
.la-grunt:before{
  content:""
}
.la-guitar:before{
  content:""
}
.la-gulp:before{
  content:""
}
.la-h-square:before{
  content:""
}
.la-hacker-news:before{
  content:""
}
.la-hacker-news-square:before{
  content:""
}
.la-hackerrank:before{
  content:""
}
.la-hamburger:before{
  content:""
}
.la-hammer:before{
  content:""
}
.la-hamsa:before{
  content:""
}
.la-hand-holding:before{
  content:""
}
.la-hand-holding-heart:before{
  content:""
}
.la-hand-holding-usd:before{
  content:""
}
.la-hand-lizard:before{
  content:""
}
.la-hand-middle-finger:before{
  content:""
}
.la-hand-paper:before{
  content:""
}
.la-hand-peace:before{
  content:""
}
.la-hand-point-down:before{
  content:""
}
.la-hand-point-left:before{
  content:""
}
.la-hand-point-right:before{
  content:""
}
.la-hand-point-up:before{
  content:""
}
.la-hand-pointer:before{
  content:""
}
.la-hand-rock:before{
  content:""
}
.la-hand-scissors:before{
  content:""
}
.la-hand-spock:before{
  content:""
}
.la-hands:before{
  content:""
}
.la-hands-helping:before{
  content:""
}
.la-handshake:before{
  content:""
}
.la-hanukiah:before{
  content:""
}
.la-hard-hat:before{
  content:""
}
.la-hashtag:before{
  content:""
}
.la-hat-cowboy:before{
  content:""
}
.la-hat-cowboy-side:before{
  content:""
}
.la-hat-wizard:before{
  content:""
}
.la-haykal:before{
  content:""
}
.la-hdd:before{
  content:""
}
.la-heading:before{
  content:""
}
.la-headphones:before{
  content:""
}
.la-headphones-alt:before{
  content:""
}
.la-headset:before{
  content:""
}
.la-heart:before{
  content:""
}
.la-heart-broken:before{
  content:""
}
.la-heartbeat:before{
  content:""
}
.la-helicopter:before{
  content:""
}
.la-highlighter:before{
  content:""
}
.la-hiking:before{
  content:""
}
.la-hippo:before{
  content:""
}
.la-hips:before{
  content:""
}
.la-hire-a-helper:before{
  content:""
}
.la-history:before{
  content:""
}
.la-hockey-puck:before{
  content:""
}
.la-holly-berry:before{
  content:""
}
.la-home:before{
  content:""
}
.la-hooli:before{
  content:""
}
.la-hornbill:before{
  content:""
}
.la-horse:before{
  content:""
}
.la-horse-head:before{
  content:""
}
.la-hospital:before{
  content:""
}
.la-hospital-alt:before{
  content:""
}
.la-hospital-symbol:before{
  content:""
}
.la-hot-tub:before{
  content:""
}
.la-hotdog:before{
  content:""
}
.la-hotel:before{
  content:""
}
.la-hotjar:before{
  content:""
}
.la-hourglass:before{
  content:""
}
.la-hourglass-end:before{
  content:""
}
.la-hourglass-half:before{
  content:""
}
.la-hourglass-start:before{
  content:""
}
.la-house-damage:before{
  content:""
}
.la-houzz:before{
  content:""
}
.la-hryvnia:before{
  content:""
}
.la-html5:before{
  content:""
}
.la-hubspot:before{
  content:""
}
.la-i-cursor:before{
  content:""
}
.la-ice-cream:before{
  content:""
}
.la-icicles:before{
  content:""
}
.la-icons:before{
  content:""
}
.la-id-badge:before{
  content:""
}
.la-id-card:before{
  content:""
}
.la-id-card-alt:before{
  content:""
}
.la-igloo:before{
  content:""
}
.la-image:before{
  content:""
}
.la-images:before{
  content:""
}
.la-imdb:before{
  content:""
}
.la-inbox:before{
  content:""
}
.la-indent:before{
  content:""
}
.la-industry:before{
  content:""
}
.la-infinity:before{
  content:""
}
.la-info:before{
  content:""
}
.la-info-circle:before{
  content:""
}
.la-instagram:before{
  content:""
}
.la-intercom:before{
  content:""
}
.la-internet-explorer:before{
  content:""
}
.la-invision:before{
  content:""
}
.la-ioxhost:before{
  content:""
}
.la-italic:before{
  content:""
}
.la-itch-io:before{
  content:""
}
.la-itunes:before{
  content:""
}
.la-itunes-note:before{
  content:""
}
.la-java:before{
  content:""
}
.la-jedi:before{
  content:""
}
.la-jedi-order:before{
  content:""
}
.la-jenkins:before{
  content:""
}
.la-jira:before{
  content:""
}
.la-joget:before{
  content:""
}
.la-joint:before{
  content:""
}
.la-joomla:before{
  content:""
}
.la-journal-whills:before{
  content:""
}
.la-js:before{
  content:""
}
.la-js-square:before{
  content:""
}
.la-jsfiddle:before{
  content:""
}
.la-kaaba:before{
  content:""
}
.la-kaggle:before{
  content:""
}
.la-key:before{
  content:""
}
.la-keybase:before{
  content:""
}
.la-keyboard:before{
  content:""
}
.la-keycdn:before{
  content:""
}
.la-khanda:before{
  content:""
}
.la-kickstarter:before{
  content:""
}
.la-kickstarter-k:before{
  content:""
}
.la-kiss:before{
  content:""
}
.la-kiss-beam:before{
  content:""
}
.la-kiss-wink-heart:before{
  content:""
}
.la-kiwi-bird:before{
  content:""
}
.la-korvue:before{
  content:""
}
.la-landmark:before{
  content:""
}
.la-language:before{
  content:""
}
.la-laptop:before{
  content:""
}
.la-laptop-code:before{
  content:""
}
.la-laptop-medical:before{
  content:""
}
.la-laravel:before{
  content:""
}
.la-lastfm:before{
  content:""
}
.la-lastfm-square:before{
  content:""
}
.la-laugh:before{
  content:""
}
.la-laugh-beam:before{
  content:""
}
.la-laugh-squint:before{
  content:""
}
.la-laugh-wink:before{
  content:""
}
.la-layer-group:before{
  content:""
}
.la-leaf:before{
  content:""
}
.la-leanpub:before{
  content:""
}
.la-lemon:before{
  content:""
}
.la-less:before{
  content:""
}
.la-less-than:before{
  content:""
}
.la-less-than-equal:before{
  content:""
}
.la-level-down-alt:before{
  content:""
}
.la-level-up-alt:before{
  content:""
}
.la-life-ring:before{
  content:""
}
.la-lightbulb:before{
  content:""
}
.la-line:before{
  content:""
}
.la-link:before{
  content:""
}
.la-linkedin:before{
  content:""
}
.la-linkedin-in:before{
  content:""
}
.la-linode:before{
  content:""
}
.la-linux:before{
  content:""
}
.la-lira-sign:before{
  content:""
}
.la-list:before{
  content:""
}
.la-list-alt:before{
  content:""
}
.la-list-ol:before{
  content:""
}
.la-list-ul:before{
  content:""
}
.la-location-arrow:before{
  content:""
}
.la-lock:before{
  content:""
}
.la-lock-open:before{
  content:""
}
.la-long-arrow-alt-down:before{
  content:""
}
.la-long-arrow-alt-left:before{
  content:""
}
.la-long-arrow-alt-right:before{
  content:""
}
.la-long-arrow-alt-up:before{
  content:""
}
.la-low-vision:before{
  content:""
}
.la-luggage-cart:before{
  content:""
}
.la-lyft:before{
  content:""
}
.la-magento:before{
  content:""
}
.la-magic:before{
  content:""
}
.la-magnet:before{
  content:""
}
.la-mail-bulk:before{
  content:""
}
.la-mailchimp:before{
  content:""
}
.la-male:before{
  content:""
}
.la-mandalorian:before{
  content:""
}
.la-map:before{
  content:""
}
.la-map-marked:before{
  content:""
}
.la-map-marked-alt:before{
  content:""
}
.la-map-marker:before{
  content:""
}
.la-map-marker-alt:before{
  content:""
}
.la-map-pin:before{
  content:""
}
.la-map-signs:before{
  content:""
}
.la-markdown:before{
  content:""
}
.la-marker:before{
  content:""
}
.la-mars:before{
  content:""
}
.la-mars-double:before{
  content:""
}
.la-mars-stroke:before{
  content:""
}
.la-mars-stroke-h:before{
  content:""
}
.la-mars-stroke-v:before{
  content:""
}
.la-mask:before{
  content:""
}
.la-mastodon:before{
  content:""
}
.la-maxcdn:before{
  content:""
}
.la-mdb:before{
  content:""
}
.la-medal:before{
  content:""
}
.la-medapps:before{
  content:""
}
.la-medium:before{
  content:""
}
.la-medium-m:before{
  content:""
}
.la-medkit:before{
  content:""
}
.la-medrt:before{
  content:""
}
.la-meetup:before{
  content:""
}
.la-megaport:before{
  content:""
}
.la-meh:before{
  content:""
}
.la-meh-blank:before{
  content:""
}
.la-meh-rolling-eyes:before{
  content:""
}
.la-memory:before{
  content:""
}
.la-mendeley:before{
  content:""
}
.la-menorah:before{
  content:""
}
.la-mercury:before{
  content:""
}
.la-meteor:before{
  content:""
}
.la-microchip:before{
  content:""
}
.la-microphone:before{
  content:""
}
.la-microphone-alt:before{
  content:""
}
.la-microphone-alt-slash:before{
  content:""
}
.la-microphone-slash:before{
  content:""
}
.la-microscope:before{
  content:""
}
.la-microsoft:before{
  content:""
}
.la-minus:before{
  content:""
}
.la-minus-circle:before{
  content:""
}
.la-minus-square:before{
  content:""
}
.la-mitten:before{
  content:""
}
.la-mix:before{
  content:""
}
.la-mixcloud:before{
  content:""
}
.la-mizuni:before{
  content:""
}
.la-mobile:before{
  content:""
}
.la-mobile-alt:before{
  content:""
}
.la-modx:before{
  content:""
}
.la-monero:before{
  content:""
}
.la-money-bill:before{
  content:""
}
.la-money-bill-alt:before{
  content:""
}
.la-money-bill-wave:before{
  content:""
}
.la-money-bill-wave-alt:before{
  content:""
}
.la-money-check:before{
  content:""
}
.la-money-check-alt:before{
  content:""
}
.la-monument:before{
  content:""
}
.la-moon:before{
  content:""
}
.la-mortar-pestle:before{
  content:""
}
.la-mosque:before{
  content:""
}
.la-motorcycle:before{
  content:""
}
.la-mountain:before{
  content:""
}
.la-mouse:before{
  content:""
}
.la-mouse-pointer:before{
  content:""
}
.la-mug-hot:before{
  content:""
}
.la-music:before{
  content:""
}
.la-napster:before{
  content:""
}
.la-neos:before{
  content:""
}
.la-network-wired:before{
  content:""
}
.la-neuter:before{
  content:""
}
.la-newspaper:before{
  content:""
}
.la-nimblr:before{
  content:""
}
.la-node:before{
  content:""
}
.la-node-js:before{
  content:""
}
.la-not-equal:before{
  content:""
}
.la-notes-medical:before{
  content:""
}
.la-npm:before{
  content:""
}
.la-ns8:before{
  content:""
}
.la-nutritionix:before{
  content:""
}
.la-object-group:before{
  content:""
}
.la-object-ungroup:before{
  content:""
}
.la-odnoklassniki:before{
  content:""
}
.la-odnoklassniki-square:before{
  content:""
}
.la-oil-can:before{
  content:""
}
.la-old-republic:before{
  content:""
}
.la-om:before{
  content:""
}
.la-opencart:before{
  content:""
}
.la-openid:before{
  content:""
}
.la-opera:before{
  content:""
}
.la-optin-monster:before{
  content:""
}
.la-orcid:before{
  content:""
}
.la-osi:before{
  content:""
}
.la-otter:before{
  content:""
}
.la-outdent:before{
  content:""
}
.la-page4:before{
  content:""
}
.la-pagelines:before{
  content:""
}
.la-pager:before{
  content:""
}
.la-paint-brush:before{
  content:""
}
.la-paint-roller:before{
  content:""
}
.la-palette:before{
  content:""
}
.la-palfed:before{
  content:""
}
.la-pallet:before{
  content:""
}
.la-paper-plane:before{
  content:""
}
.la-paperclip:before{
  content:""
}
.la-parachute-box:before{
  content:""
}
.la-paragraph:before{
  content:""
}
.la-parking:before{
  content:""
}
.la-passport:before{
  content:""
}
.la-pastafarianism:before{
  content:""
}
.la-paste:before{
  content:""
}
.la-patreon:before{
  content:""
}
.la-pause:before{
  content:""
}
.la-pause-circle:before{
  content:""
}
.la-paw:before{
  content:""
}
.la-paypal:before{
  content:""
}
.la-peace:before{
  content:""
}
.la-pen:before{
  content:""
}
.la-pen-alt:before{
  content:""
}
.la-pen-fancy:before{
  content:""
}
.la-pen-nib:before{
  content:""
}
.la-pen-square:before{
  content:""
}
.la-pencil-alt:before{
  content:""
}
.la-pencil-ruler:before{
  content:""
}
.la-penny-arcade:before{
  content:""
}
.la-people-carry:before{
  content:""
}
.la-pepper-hot:before{
  content:""
}
.la-percent:before{
  content:""
}
.la-percentage:before{
  content:""
}
.la-periscope:before{
  content:""
}
.la-person-booth:before{
  content:""
}
.la-phabricator:before{
  content:""
}
.la-phoenix-framework:before{
  content:""
}
.la-phoenix-squadron:before{
  content:""
}
.la-phone:before{
  content:""
}
.la-phone-alt:before{
  content:""
}
.la-phone-slash:before{
  content:""
}
.la-phone-square:before{
  content:""
}
.la-phone-square-alt:before{
  content:""
}
.la-phone-volume:before{
  content:""
}
.la-photo-video:before{
  content:""
}
.la-php:before{
  content:""
}
.la-pied-piper:before{
  content:""
}
.la-pied-piper-alt:before{
  content:""
}
.la-pied-piper-hat:before{
  content:""
}
.la-pied-piper-pp:before{
  content:""
}
.la-piggy-bank:before{
  content:""
}
.la-pills:before{
  content:""
}
.la-pinterest:before{
  content:""
}
.la-pinterest-p:before{
  content:""
}
.la-pinterest-square:before{
  content:""
}
.la-pizza-slice:before{
  content:""
}
.la-place-of-worship:before{
  content:""
}
.la-plane:before{
  content:""
}
.la-plane-arrival:before{
  content:""
}
.la-plane-departure:before{
  content:""
}
.la-play:before{
  content:""
}
.la-play-circle:before{
  content:""
}
.la-playstation:before{
  content:""
}
.la-plug:before{
  content:""
}
.la-plus:before{
  content:""
}
.la-plus-circle:before{
  content:""
}
.la-plus-square:before{
  content:""
}
.la-podcast:before{
  content:""
}
.la-poll:before{
  content:""
}
.la-poll-h:before{
  content:""
}
.la-poo:before{
  content:""
}
.la-poo-storm:before{
  content:""
}
.la-poop:before{
  content:""
}
.la-portrait:before{
  content:""
}
.la-pound-sign:before{
  content:""
}
.la-power-off:before{
  content:""
}
.la-pray:before{
  content:""
}
.la-praying-hands:before{
  content:""
}
.la-prescription:before{
  content:""
}
.la-prescription-bottle:before{
  content:""
}
.la-prescription-bottle-alt:before{
  content:""
}
.la-print:before{
  content:""
}
.la-procedures:before{
  content:""
}
.la-product-hunt:before{
  content:""
}
.la-project-diagram:before{
  content:""
}
.la-pushed:before{
  content:""
}
.la-puzzle-piece:before{
  content:""
}
.la-python:before{
  content:""
}
.la-qq:before{
  content:""
}
.la-qrcode:before{
  content:""
}
.la-question:before{
  content:""
}
.la-question-circle:before{
  content:""
}
.la-quidditch:before{
  content:""
}
.la-quinscape:before{
  content:""
}
.la-quora:before{
  content:""
}
.la-quote-left:before{
  content:""
}
.la-quote-right:before{
  content:""
}
.la-quran:before{
  content:""
}
.la-r-project:before{
  content:""
}
.la-radiation:before{
  content:""
}
.la-radiation-alt:before{
  content:""
}
.la-rainbow:before{
  content:""
}
.la-random:before{
  content:""
}
.la-raspberry-pi:before{
  content:""
}
.la-ravelry:before{
  content:""
}
.la-react:before{
  content:""
}
.la-reacteurope:before{
  content:""
}
.la-readme:before{
  content:""
}
.la-rebel:before{
  content:""
}
.la-receipt:before{
  content:""
}
.la-record-vinyl:before{
  content:""
}
.la-recycle:before{
  content:""
}
.la-red-river:before{
  content:""
}
.la-reddit:before{
  content:""
}
.la-reddit-alien:before{
  content:""
}
.la-reddit-square:before{
  content:""
}
.la-redhat:before{
  content:""
}
.la-redo:before{
  content:""
}
.la-redo-alt:before{
  content:""
}
.la-registered:before{
  content:""
}
.la-remove-format:before{
  content:""
}
.la-renren:before{
  content:""
}
.la-reply:before{
  content:""
}
.la-reply-all:before{
  content:""
}
.la-replyd:before{
  content:""
}
.la-republican:before{
  content:""
}
.la-researchgate:before{
  content:""
}
.la-resolving:before{
  content:""
}
.la-restroom:before{
  content:""
}
.la-retweet:before{
  content:""
}
.la-rev:before{
  content:""
}
.la-ribbon:before{
  content:""
}
.la-ring:before{
  content:""
}
.la-road:before{
  content:""
}
.la-robot:before{
  content:""
}
.la-rocket:before{
  content:""
}
.la-rocketchat:before{
  content:""
}
.la-rockrms:before{
  content:""
}
.la-route:before{
  content:""
}
.la-rss:before{
  content:""
}
.la-rss-square:before{
  content:""
}
.la-ruble-sign:before{
  content:""
}
.la-ruler:before{
  content:""
}
.la-ruler-combined:before{
  content:""
}
.la-ruler-horizontal:before{
  content:""
}
.la-ruler-vertical:before{
  content:""
}
.la-running:before{
  content:""
}
.la-rupee-sign:before{
  content:""
}
.la-sad-cry:before{
  content:""
}
.la-sad-tear:before{
  content:""
}
.la-safari:before{
  content:""
}
.la-salesforce:before{
  content:""
}
.la-sass:before{
  content:""
}
.la-satellite:before{
  content:""
}
.la-satellite-dish:before{
  content:""
}
.la-save:before{
  content:""
}
.la-schlix:before{
  content:""
}
.la-school:before{
  content:""
}
.la-screwdriver:before{
  content:""
}
.la-scribd:before{
  content:""
}
.la-scroll:before{
  content:""
}
.la-sd-card:before{
  content:""
}
.la-search:before{
  content:""
}
.la-search-dollar:before{
  content:""
}
.la-search-location:before{
  content:""
}
.la-search-minus:before{
  content:""
}
.la-search-plus:before{
  content:""
}
.la-searchengin:before{
  content:""
}
.la-seedling:before{
  content:""
}
.la-sellcast:before{
  content:""
}
.la-sellsy:before{
  content:""
}
.la-server:before{
  content:""
}
.la-servicestack:before{
  content:""
}
.la-shapes:before{
  content:""
}
.la-share:before{
  content:""
}
.la-share-alt:before{
  content:""
}
.la-share-alt-square:before{
  content:""
}
.la-share-square:before{
  content:""
}
.la-shekel-sign:before{
  content:""
}
.la-shield-alt:before{
  content:""
}
.la-ship:before{
  content:""
}
.la-shipping-fast:before{
  content:""
}
.la-shirtsinbulk:before{
  content:""
}
.la-shoe-prints:before{
  content:""
}
.la-shopping-bag:before{
  content:""
}
.la-shopping-basket:before{
  content:""
}
.la-shopping-cart:before{
  content:""
}
.la-shopware:before{
  content:""
}
.la-shower:before{
  content:""
}
.la-shuttle-van:before{
  content:""
}
.la-sign:before{
  content:""
}
.la-sign-in-alt:before{
  content:""
}
.la-sign-language:before{
  content:""
}
.la-sign-out-alt:before{
  content:""
}
.la-signal:before{
  content:""
}
.la-signature:before{
  content:""
}
.la-sim-card:before{
  content:""
}
.la-simplybuilt:before{
  content:""
}
.la-sistrix:before{
  content:""
}
.la-sitemap:before{
  content:""
}
.la-sith:before{
  content:""
}
.la-skating:before{
  content:""
}
.la-sketch:before{
  content:""
}
.la-skiing:before{
  content:""
}
.la-skiing-nordic:before{
  content:""
}
.la-skull:before{
  content:""
}
.la-skull-crossbones:before{
  content:""
}
.la-skyatlas:before{
  content:""
}
.la-skype:before{
  content:""
}
.la-slack:before{
  content:""
}
.la-slack-hash:before{
  content:""
}
.la-slash:before{
  content:""
}
.la-sleigh:before{
  content:""
}
.la-sliders-h:before{
  content:""
}
.la-slideshare:before{
  content:""
}
.la-smile:before{
  content:""
}
.la-smile-beam:before{
  content:""
}
.la-smile-wink:before{
  content:""
}
.la-smog:before{
  content:""
}
.la-smoking:before{
  content:""
}
.la-smoking-ban:before{
  content:""
}
.la-sms:before{
  content:""
}
.la-snapchat:before{
  content:""
}
.la-snapchat-ghost:before{
  content:""
}
.la-snapchat-square:before{
  content:""
}
.la-snowboarding:before{
  content:""
}
.la-snowflake:before{
  content:""
}
.la-snowman:before{
  content:""
}
.la-snowplow:before{
  content:""
}
.la-socks:before{
  content:""
}
.la-solar-panel:before{
  content:""
}
.la-sort:before{
  content:""
}
.la-sort-alpha-down:before{
  content:""
}
.la-sort-alpha-down-alt:before{
  content:""
}
.la-sort-alpha-up:before{
  content:""
}
.la-sort-alpha-up-alt:before{
  content:""
}
.la-sort-amount-down:before{
  content:""
}
.la-sort-amount-down-alt:before{
  content:""
}
.la-sort-amount-up:before{
  content:""
}
.la-sort-amount-up-alt:before{
  content:""
}
.la-sort-down:before{
  content:""
}
.la-sort-numeric-down:before{
  content:""
}
.la-sort-numeric-down-alt:before{
  content:""
}
.la-sort-numeric-up:before{
  content:""
}
.la-sort-numeric-up-alt:before{
  content:""
}
.la-sort-up:before{
  content:""
}
.la-soundcloud:before{
  content:""
}
.la-sourcetree:before{
  content:""
}
.la-spa:before{
  content:""
}
.la-space-shuttle:before{
  content:""
}
.la-speakap:before{
  content:""
}
.la-speaker-deck:before{
  content:""
}
.la-spell-check:before{
  content:""
}
.la-spider:before{
  content:""
}
.la-spinner:before{
  content:""
}
.la-splotch:before{
  content:""
}
.la-spotify:before{
  content:""
}
.la-spray-can:before{
  content:""
}
.la-square:before{
  content:""
}
.la-square-full:before{
  content:""
}
.la-square-root-alt:before{
  content:""
}
.la-squarespace:before{
  content:""
}
.la-stack-exchange:before{
  content:""
}
.la-stack-overflow:before{
  content:""
}
.la-stackpath:before{
  content:""
}
.la-stamp:before{
  content:""
}
.la-star:before{
  content:""
}
.la-star-and-crescent:before{
  content:""
}
.la-star-half:before{
  content:""
}
.la-star-half-alt:before{
  content:""
}
.la-star-of-david:before{
  content:""
}
.la-star-of-life:before{
  content:""
}
.la-staylinked:before{
  content:""
}
.la-steam:before{
  content:""
}
.la-steam-square:before{
  content:""
}
.la-steam-symbol:before{
  content:""
}
.la-step-backward:before{
  content:""
}
.la-step-forward:before{
  content:""
}
.la-stethoscope:before{
  content:""
}
.la-sticker-mule:before{
  content:""
}
.la-sticky-note:before{
  content:""
}
.la-stop:before{
  content:""
}
.la-stop-circle:before{
  content:""
}
.la-stopwatch:before{
  content:""
}
.la-store:before{
  content:""
}
.la-store-alt:before{
  content:""
}
.la-strava:before{
  content:""
}
.la-stream:before{
  content:""
}
.la-street-view:before{
  content:""
}
.la-strikethrough:before{
  content:""
}
.la-stripe:before{
  content:""
}
.la-stripe-s:before{
  content:""
}
.la-stroopwafel:before{
  content:""
}
.la-studiovinari:before{
  content:""
}
.la-stumbleupon:before{
  content:""
}
.la-stumbleupon-circle:before{
  content:""
}
.la-subscript:before{
  content:""
}
.la-subway:before{
  content:""
}
.la-suitcase:before{
  content:""
}
.la-suitcase-rolling:before{
  content:""
}
.la-sun:before{
  content:""
}
.la-superpowers:before{
  content:""
}
.la-superscript:before{
  content:""
}
.la-supple:before{
  content:""
}
.la-surprise:before{
  content:""
}
.la-suse:before{
  content:""
}
.la-swatchbook:before{
  content:""
}
.la-swift:before{
  content:""
}
.la-swimmer:before{
  content:""
}
.la-swimming-pool:before{
  content:""
}
.la-symfony:before{
  content:""
}
.la-synagogue:before{
  content:""
}
.la-sync:before{
  content:""
}
.la-sync-alt:before{
  content:""
}
.la-syringe:before{
  content:""
}
.la-table:before{
  content:""
}
.la-table-tennis:before{
  content:""
}
.la-tablet:before{
  content:""
}
.la-tablet-alt:before{
  content:""
}
.la-tablets:before{
  content:""
}
.la-tachometer-alt:before{
  content:""
}
.la-tag:before{
  content:""
}
.la-tags:before{
  content:""
}
.la-tape:before{
  content:""
}
.la-tasks:before{
  content:""
}
.la-taxi:before{
  content:""
}
.la-teamspeak:before{
  content:""
}
.la-teeth:before{
  content:""
}
.la-teeth-open:before{
  content:""
}
.la-telegram:before{
  content:""
}
.la-telegram-plane:before{
  content:""
}
.la-temperature-high:before{
  content:""
}
.la-temperature-low:before{
  content:""
}
.la-tencent-weibo:before{
  content:""
}
.la-tenge:before{
  content:""
}
.la-terminal:before{
  content:""
}
.la-text-height:before{
  content:""
}
.la-text-width:before{
  content:""
}
.la-th:before{
  content:""
}
.la-th-large:before{
  content:""
}
.la-th-list:before{
  content:""
}
.la-the-red-yeti:before{
  content:""
}
.la-theater-masks:before{
  content:""
}
.la-themeco:before{
  content:""
}
.la-themeisle:before{
  content:""
}
.la-thermometer:before{
  content:""
}
.la-thermometer-empty:before{
  content:""
}
.la-thermometer-full:before{
  content:""
}
.la-thermometer-half:before{
  content:""
}
.la-thermometer-quarter:before{
  content:""
}
.la-thermometer-three-quarters:before{
  content:""
}
.la-think-peaks:before{
  content:""
}
.la-thumbs-down:before{
  content:""
}
.la-thumbs-up:before{
  content:""
}
.la-thumbtack:before{
  content:""
}
.la-ticket-alt:before{
  content:""
}
.la-times:before{
  content:""
}
.la-times-circle:before{
  content:""
}
.la-tint:before{
  content:""
}
.la-tint-slash:before{
  content:""
}
.la-tired:before{
  content:""
}
.la-toggle-off:before{
  content:""
}
.la-toggle-on:before{
  content:""
}
.la-toilet:before{
  content:""
}
.la-toilet-paper:before{
  content:""
}
.la-toolbox:before{
  content:""
}
.la-tools:before{
  content:""
}
.la-tooth:before{
  content:""
}
.la-torah:before{
  content:""
}
.la-torii-gate:before{
  content:""
}
.la-tractor:before{
  content:""
}
.la-trade-federation:before{
  content:""
}
.la-trademark:before{
  content:""
}
.la-traffic-light:before{
  content:""
}
.la-train:before{
  content:""
}
.la-tram:before{
  content:""
}
.la-transgender:before{
  content:""
}
.la-transgender-alt:before{
  content:""
}
.la-trash:before{
  content:""
}
.la-trash-alt:before{
  content:""
}
.la-trash-restore:before{
  content:""
}
.la-trash-restore-alt:before{
  content:""
}
.la-tree:before{
  content:""
}
.la-trello:before{
  content:""
}
.la-tripadvisor:before{
  content:""
}
.la-trophy:before{
  content:""
}
.la-truck:before{
  content:""
}
.la-truck-loading:before{
  content:""
}
.la-truck-monster:before{
  content:""
}
.la-truck-moving:before{
  content:""
}
.la-truck-pickup:before{
  content:""
}
.la-tshirt:before{
  content:""
}
.la-tty:before{
  content:""
}
.la-tumblr:before{
  content:""
}
.la-tumblr-square:before{
  content:""
}
.la-tv:before{
  content:""
}
.la-twitch:before{
  content:""
}
.la-twitter:before{
  content:""
}
.la-twitter-square:before{
  content:""
}
.la-typo3:before{
  content:""
}
.la-uber:before{
  content:""
}
.la-ubuntu:before{
  content:""
}
.la-uikit:before{
  content:""
}
.la-umbraco:before{
  content:""
}
.la-umbrella:before{
  content:""
}
.la-umbrella-beach:before{
  content:""
}
.la-underline:before{
  content:""
}
.la-undo:before{
  content:""
}
.la-undo-alt:before{
  content:""
}
.la-uniregistry:before{
  content:""
}
.la-universal-access:before{
  content:""
}
.la-university:before{
  content:""
}
.la-unlink:before{
  content:""
}
.la-unlock:before{
  content:""
}
.la-unlock-alt:before{
  content:""
}
.la-untappd:before{
  content:""
}
.la-upload:before{
  content:""
}
.la-ups:before{
  content:""
}
.la-usb:before{
  content:""
}
.la-user:before{
  content:""
}
.la-user-alt:before{
  content:""
}
.la-user-alt-slash:before{
  content:""
}
.la-user-astronaut:before{
  content:""
}
.la-user-check:before{
  content:""
}
.la-user-circle:before{
  content:""
}
.la-user-clock:before{
  content:""
}
.la-user-cog:before{
  content:""
}
.la-user-edit:before{
  content:""
}
.la-user-friends:before{
  content:""
}
.la-user-graduate:before{
  content:""
}
.la-user-injured:before{
  content:""
}
.la-user-lock:before{
  content:""
}
.la-user-md:before{
  content:""
}
.la-user-minus:before{
  content:""
}
.la-user-ninja:before{
  content:""
}
.la-user-nurse:before{
  content:""
}
.la-user-plus:before{
  content:""
}
.la-user-secret:before{
  content:""
}
.la-user-shield:before{
  content:""
}
.la-user-slash:before{
  content:""
}
.la-user-tag:before{
  content:""
}
.la-user-tie:before{
  content:""
}
.la-user-times:before{
  content:""
}
.la-users:before{
  content:""
}
.la-users-cog:before{
  content:""
}
.la-usps:before{
  content:""
}
.la-ussunnah:before{
  content:""
}
.la-utensil-spoon:before{
  content:""
}
.la-utensils:before{
  content:""
}
.la-vaadin:before{
  content:""
}
.la-vector-square:before{
  content:""
}
.la-venus:before{
  content:""
}
.la-venus-double:before{
  content:""
}
.la-venus-mars:before{
  content:""
}
.la-viacoin:before{
  content:""
}
.la-viadeo:before{
  content:""
}
.la-viadeo-square:before{
  content:""
}
.la-vial:before{
  content:""
}
.la-vials:before{
  content:""
}
.la-viber:before{
  content:""
}
.la-video:before{
  content:""
}
.la-video-slash:before{
  content:""
}
.la-vihara:before{
  content:""
}
.la-vimeo:before{
  content:""
}
.la-vimeo-square:before{
  content:""
}
.la-vimeo-v:before{
  content:""
}
.la-vine:before{
  content:""
}
.la-vk:before{
  content:""
}
.la-vnv:before{
  content:""
}
.la-voicemail:before{
  content:""
}
.la-volleyball-ball:before{
  content:""
}
.la-volume-down:before{
  content:""
}
.la-volume-mute:before{
  content:""
}
.la-volume-off:before{
  content:""
}
.la-volume-up:before{
  content:""
}
.la-vote-yea:before{
  content:""
}
.la-vr-cardboard:before{
  content:""
}
.la-vuejs:before{
  content:""
}
.la-walking:before{
  content:""
}
.la-wallet:before{
  content:""
}
.la-warehouse:before{
  content:""
}
.la-water:before{
  content:""
}
.la-wave-square:before{
  content:""
}
.la-waze:before{
  content:""
}
.la-weebly:before{
  content:""
}
.la-weibo:before{
  content:""
}
.la-weight:before{
  content:""
}
.la-weight-hanging:before{
  content:""
}
.la-weixin:before{
  content:""
}
.la-whatsapp:before{
  content:""
}
.la-whatsapp-square:before{
  content:""
}
.la-wheelchair:before{
  content:""
}
.la-whmcs:before{
  content:""
}
.la-wifi:before{
  content:""
}
.la-wikipedia-w:before{
  content:""
}
.la-wind:before{
  content:""
}
.la-window-close:before{
  content:""
}
.la-window-maximize:before{
  content:""
}
.la-window-minimize:before{
  content:""
}
.la-window-restore:before{
  content:""
}
.la-windows:before{
  content:""
}
.la-wine-bottle:before{
  content:""
}
.la-wine-glass:before{
  content:""
}
.la-wine-glass-alt:before{
  content:""
}
.la-wix:before{
  content:""
}
.la-wizards-of-the-coast:before{
  content:""
}
.la-wolf-pack-battalion:before{
  content:""
}
.la-won-sign:before{
  content:""
}
.la-wordpress:before{
  content:""
}
.la-wordpress-simple:before{
  content:""
}
.la-wpbeginner:before{
  content:""
}
.la-wpexplorer:before{
  content:""
}
.la-wpforms:before{
  content:""
}
.la-wpressr:before{
  content:""
}
.la-wrench:before{
  content:""
}
.la-x-ray:before{
  content:""
}
.la-xbox:before{
  content:""
}
.la-xing:before{
  content:""
}
.la-xing-square:before{
  content:""
}
.la-y-combinator:before{
  content:""
}
.la-yahoo:before{
  content:""
}
.la-yammer:before{
  content:""
}
.la-yandex:before{
  content:""
}
.la-yandex-international:before{
  content:""
}
.la-yarn:before{
  content:""
}
.la-yelp:before{
  content:""
}
.la-yen-sign:before{
  content:""
}
.la-yin-yang:before{
  content:""
}
.la-yoast:before{
  content:""
}
.la-youtube:before{
  content:""
}
.la-youtube-square:before{
  content:""
}
.la-zhihu:before{
  content:""
}
.sr-only{
  border:0;
  clip:rect(0,0,0,0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}
.sr-only-focusable:active,.sr-only-focusable:focus{
  clip:auto;
  height:auto;
  margin:0;
  overflow:visible;
  position:static;
  width:auto
}
@font-face{
  font-family:"Line Awesome Brands";
  font-style:normal;
  font-weight:400;
  font-display:auto;
  src:url(fonts/line-awesome/la-brands-400.eot);
  src:url(fonts/line-awesome/la-brands-400.eot?#iefix) format("embedded-opentype"),url(fonts/line-awesome/la-brands-400.woff2) format("woff2"),url(fonts/line-awesome/la-brands-400.woff) format("woff"),url(fonts/line-awesome/la-brands-400.ttf) format("truetype"),url(fonts/line-awesome/la-brands-400.svg#lineawesome) format("svg")
}
.lab{
  font-family:"Line Awesome Brands"
}
@font-face{
  font-family:"Line Awesome Free";
  font-style:normal;
  font-weight:400;
  font-display:auto;
  src:url(fonts/line-awesome/la-regular-400.eot);
  src:url(fonts/line-awesome/la-regular-400.eot?#iefix) format("embedded-opentype"),url(fonts/line-awesome/la-regular-400.woff2) format("woff2"),url(fonts/line-awesome/la-regular-400.woff) format("woff"),url(fonts/line-awesome/la-regular-400.ttf) format("truetype"),url(fonts/line-awesome/la-regular-400.svg#lineawesome) format("svg")
}
.lar{
  font-family:"Line Awesome Free";
  font-weight:400
}
@font-face{
  font-family:"Line Awesome Free";
  font-style:normal;
  font-weight:900;
  font-display:auto;
  src:url(fonts/line-awesome/la-solid-900.eot);
  src:url(fonts/line-awesome/la-solid-900.eot?#iefix) format("embedded-opentype"),url(fonts/line-awesome/la-solid-900.woff2) format("woff2"),url(fonts/line-awesome/la-solid-900.woff) format("woff"),url(fonts/line-awesome/la-solid-900.ttf) format("truetype"),url(fonts/line-awesome/la-solid-900.svg#lineawesome) format("svg")
}
.la,.las{
  font-family:"Line Awesome Free";
  font-weight:900
}
.la.la-glass:before{
  content:""
}
.la.la-meetup{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-star-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-star-o:before{
  content:""
}
.la.la-remove:before{
  content:""
}
.la.la-close:before{
  content:""
}
.la.la-gear:before{
  content:""
}
.la.la-trash-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-trash-o:before{
  content:""
}
.la.la-file-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-o:before{
  content:""
}
.la.la-clock-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-clock-o:before{
  content:""
}
.la.la-arrow-circle-o-down{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-arrow-circle-o-down:before{
  content:""
}
.la.la-arrow-circle-o-up{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-arrow-circle-o-up:before{
  content:""
}
.la.la-play-circle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-play-circle-o:before{
  content:""
}
.la.la-repeat:before{
  content:""
}
.la.la-rotate-right:before{
  content:""
}
.la.la-refresh:before{
  content:""
}
.la.la-list-alt{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-dedent:before{
  content:""
}
.la.la-video-camera:before{
  content:""
}
.la.la-picture-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-picture-o:before{
  content:""
}
.la.la-photo{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-photo:before{
  content:""
}
.la.la-image{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-image:before{
  content:""
}
.la.la-pencil:before{
  content:""
}
.la.la-map-marker:before{
  content:""
}
.la.la-pencil-square-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-pencil-square-o:before{
  content:""
}
.la.la-share-square-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-share-square-o:before{
  content:""
}
.la.la-check-square-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-check-square-o:before{
  content:""
}
.la.la-arrows:before{
  content:""
}
.la.la-times-circle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-times-circle-o:before{
  content:""
}
.la.la-check-circle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-check-circle-o:before{
  content:""
}
.la.la-mail-forward:before{
  content:""
}
.la.la-eye{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-eye-slash{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-warning:before{
  content:""
}
.la.la-calendar:before{
  content:""
}
.la.la-arrows-v:before{
  content:""
}
.la.la-arrows-h:before{
  content:""
}
.la.la-bar-chart{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-bar-chart:before{
  content:""
}
.la.la-bar-chart-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-bar-chart-o:before{
  content:""
}
.la.la-twitter-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-facebook-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-gears:before{
  content:""
}
.la.la-thumbs-o-up{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-thumbs-o-up:before{
  content:""
}
.la.la-thumbs-o-down{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-thumbs-o-down:before{
  content:""
}
.la.la-heart-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-heart-o:before{
  content:""
}
.la.la-sign-out:before{
  content:""
}
.la.la-linkedin-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-linkedin-square:before{
  content:""
}
.la.la-thumb-tack:before{
  content:""
}
.la.la-external-link:before{
  content:""
}
.la.la-sign-in:before{
  content:""
}
.la.la-github-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-lemon-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-lemon-o:before{
  content:""
}
.la.la-square-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-square-o:before{
  content:""
}
.la.la-bookmark-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-bookmark-o:before{
  content:""
}
.la.la-twitter{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-facebook{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-facebook:before{
  content:""
}
.la.la-facebook-f{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-facebook-f:before{
  content:""
}
.la.la-github{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-credit-card{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-feed:before{
  content:""
}
.la.la-hdd-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hdd-o:before{
  content:""
}
.la.la-hand-o-right{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-o-right:before{
  content:""
}
.la.la-hand-o-left{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-o-left:before{
  content:""
}
.la.la-hand-o-up{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-o-up:before{
  content:""
}
.la.la-hand-o-down{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-o-down:before{
  content:""
}
.la.la-arrows-alt:before{
  content:""
}
.la.la-group:before{
  content:""
}
.la.la-chain:before{
  content:""
}
.la.la-scissors:before{
  content:""
}
.la.la-files-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-files-o:before{
  content:""
}
.la.la-floppy-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-floppy-o:before{
  content:""
}
.la.la-navicon:before{
  content:""
}
.la.la-reorder:before{
  content:""
}
.la.la-pinterest{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-pinterest-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-google-plus-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-google-plus{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-google-plus:before{
  content:""
}
.la.la-money{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-money:before{
  content:""
}
.la.la-unsorted:before{
  content:""
}
.la.la-sort-desc:before{
  content:""
}
.la.la-sort-asc:before{
  content:""
}
.la.la-linkedin{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-linkedin:before{
  content:""
}
.la.la-rotate-left:before{
  content:""
}
.la.la-legal:before{
  content:""
}
.la.la-tachometer:before{
  content:""
}
.la.la-dashboard:before{
  content:""
}
.la.la-comment-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-comment-o:before{
  content:""
}
.la.la-comments-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-comments-o:before{
  content:""
}
.la.la-flash:before{
  content:""
}
.la.la-clipboard{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-paste{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-paste:before{
  content:""
}
.la.la-lightbulb-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-lightbulb-o:before{
  content:""
}
.la.la-exchange:before{
  content:""
}
.la.la-cloud-download:before{
  content:""
}
.la.la-cloud-upload:before{
  content:""
}
.la.la-bell-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-bell-o:before{
  content:""
}
.la.la-cutlery:before{
  content:""
}
.la.la-file-text-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-text-o:before{
  content:""
}
.la.la-building-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-building-o:before{
  content:""
}
.la.la-hospital-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hospital-o:before{
  content:""
}
.la.la-tablet:before{
  content:""
}
.la.la-mobile:before{
  content:""
}
.la.la-mobile-phone:before{
  content:""
}
.la.la-circle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-circle-o:before{
  content:""
}
.la.la-mail-reply:before{
  content:""
}
.la.la-github-alt{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-folder-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-folder-o:before{
  content:""
}
.la.la-folder-open-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-folder-open-o:before{
  content:""
}
.la.la-smile-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-smile-o:before{
  content:""
}
.la.la-frown-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-frown-o:before{
  content:""
}
.la.la-meh-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-meh-o:before{
  content:""
}
.la.la-keyboard-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-keyboard-o:before{
  content:""
}
.la.la-flag-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-flag-o:before{
  content:""
}
.la.la-mail-reply-all:before{
  content:""
}
.la.la-star-half-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-star-half-o:before{
  content:""
}
.la.la-star-half-empty{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-star-half-empty:before{
  content:""
}
.la.la-star-half-full{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-star-half-full:before{
  content:""
}
.la.la-code-fork:before{
  content:""
}
.la.la-chain-broken:before{
  content:""
}
.la.la-shield:before{
  content:""
}
.la.la-calendar-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-calendar-o:before{
  content:""
}
.la.la-maxcdn{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-html5{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-css3{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-ticket:before{
  content:""
}
.la.la-minus-square-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-minus-square-o:before{
  content:""
}
.la.la-level-up:before{
  content:""
}
.la.la-level-down:before{
  content:""
}
.la.la-pencil-square:before{
  content:""
}
.la.la-external-link-square:before{
  content:""
}
.la.la-compass{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-caret-square-o-down{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-caret-square-o-down:before{
  content:""
}
.la.la-toggle-down{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-toggle-down:before{
  content:""
}
.la.la-caret-square-o-up{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-caret-square-o-up:before{
  content:""
}
.la.la-toggle-up{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-toggle-up:before{
  content:""
}
.la.la-caret-square-o-right{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-caret-square-o-right:before{
  content:""
}
.la.la-toggle-right{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-toggle-right:before{
  content:""
}
.la.la-eur:before{
  content:""
}
.la.la-euro:before{
  content:""
}
.la.la-gbp:before{
  content:""
}
.la.la-usd:before{
  content:""
}
.la.la-dollar:before{
  content:""
}
.la.la-inr:before{
  content:""
}
.la.la-rupee:before{
  content:""
}
.la.la-jpy:before{
  content:""
}
.la.la-cny:before{
  content:""
}
.la.la-rmb:before{
  content:""
}
.la.la-yen:before{
  content:""
}
.la.la-rub:before{
  content:""
}
.la.la-ruble:before{
  content:""
}
.la.la-rouble:before{
  content:""
}
.la.la-krw:before{
  content:""
}
.la.la-won:before{
  content:""
}
.la.la-btc{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-bitcoin{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-bitcoin:before{
  content:""
}
.la.la-file-text:before{
  content:""
}
.la.la-sort-alpha-asc:before{
  content:""
}
.la.la-sort-alpha-desc:before{
  content:""
}
.la.la-sort-amount-asc:before{
  content:""
}
.la.la-sort-amount-desc:before{
  content:""
}
.la.la-sort-numeric-asc:before{
  content:""
}
.la.la-sort-numeric-desc:before{
  content:""
}
.la.la-youtube-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-youtube{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-xing{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-xing-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-youtube-play{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-youtube-play:before{
  content:""
}
.la.la-dropbox{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-stack-overflow{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-instagram{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-flickr{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-adn{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-bitbucket{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-bitbucket-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-bitbucket-square:before{
  content:""
}
.la.la-tumblr{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-tumblr-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-long-arrow-down:before{
  content:""
}
.la.la-long-arrow-up:before{
  content:""
}
.la.la-long-arrow-left:before{
  content:""
}
.la.la-long-arrow-right:before{
  content:""
}
.la.la-apple{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-windows{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-android{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-linux{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-dribbble{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-skype{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-foursquare{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-trello{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-gratipay{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-gittip{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-gittip:before{
  content:""
}
.la.la-sun-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-sun-o:before{
  content:""
}
.la.la-moon-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-moon-o:before{
  content:""
}
.la.la-vk{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-weibo{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-renren{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-pagelines{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-stack-exchange{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-arrow-circle-o-right{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-arrow-circle-o-right:before{
  content:""
}
.la.la-arrow-circle-o-left{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-arrow-circle-o-left:before{
  content:""
}
.la.la-caret-square-o-left{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-caret-square-o-left:before{
  content:""
}
.la.la-toggle-left{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-toggle-left:before{
  content:""
}
.la.la-dot-circle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-dot-circle-o:before{
  content:""
}
.la.la-vimeo-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-try:before{
  content:""
}
.la.la-turkish-lira:before{
  content:""
}
.la.la-plus-square-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-plus-square-o:before{
  content:""
}
.la.la-slack{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-wordpress{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-openid{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-institution:before{
  content:""
}
.la.la-bank:before{
  content:""
}
.la.la-mortar-board:before{
  content:""
}
.la.la-yahoo{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-google{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-reddit{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-reddit-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-stumbleupon-circle{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-stumbleupon{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-delicious{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-digg{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-pied-piper-pp{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-pied-piper-alt{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-drupal{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-joomla{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-spoon:before{
  content:""
}
.la.la-behance{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-behance-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-steam{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-steam-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-automobile:before{
  content:""
}
.la.la-cab:before{
  content:""
}
.la.la-envelope-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-envelope-o:before{
  content:""
}
.la.la-deviantart{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-soundcloud{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-file-pdf-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-pdf-o:before{
  content:""
}
.la.la-file-word-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-word-o:before{
  content:""
}
.la.la-file-excel-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-excel-o:before{
  content:""
}
.la.la-file-powerpoint-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-powerpoint-o:before{
  content:""
}
.la.la-file-image-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-image-o:before{
  content:""
}
.la.la-file-photo-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-photo-o:before{
  content:""
}
.la.la-file-picture-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-picture-o:before{
  content:""
}
.la.la-file-archive-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-archive-o:before{
  content:""
}
.la.la-file-zip-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-zip-o:before{
  content:""
}
.la.la-file-audio-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-audio-o:before{
  content:""
}
.la.la-file-sound-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-sound-o:before{
  content:""
}
.la.la-file-video-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-video-o:before{
  content:""
}
.la.la-file-movie-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-movie-o:before{
  content:""
}
.la.la-file-code-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-file-code-o:before{
  content:""
}
.la.la-vine{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-codepen{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-jsfiddle{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-life-ring{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-life-bouy{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-life-bouy:before{
  content:""
}
.la.la-life-buoy{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-life-buoy:before{
  content:""
}
.la.la-life-saver{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-life-saver:before{
  content:""
}
.la.la-support{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-support:before{
  content:""
}
.la.la-circle-o-notch:before{
  content:""
}
.la.la-rebel{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-ra{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-ra:before{
  content:""
}
.la.la-resistance{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-resistance:before{
  content:""
}
.la.la-empire{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-ge{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-ge:before{
  content:""
}
.la.la-git-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-git{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-hacker-news{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-y-combinator-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-y-combinator-square:before{
  content:""
}
.la.la-yc-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-yc-square:before{
  content:""
}
.la.la-tencent-weibo{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-qq{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-weixin{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-wechat{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-wechat:before{
  content:""
}
.la.la-send:before{
  content:""
}
.la.la-paper-plane-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-paper-plane-o:before{
  content:""
}
.la.la-send-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-send-o:before{
  content:""
}
.la.la-circle-thin{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-circle-thin:before{
  content:""
}
.la.la-header:before{
  content:""
}
.la.la-sliders:before{
  content:""
}
.la.la-futbol-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-futbol-o:before{
  content:""
}
.la.la-soccer-ball-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-soccer-ball-o:before{
  content:""
}
.la.la-slideshare{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-twitch{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-yelp{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-newspaper-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-newspaper-o:before{
  content:""
}
.la.la-paypal{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-google-wallet{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-cc-visa{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-cc-mastercard{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-cc-discover{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-cc-amex{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-cc-paypal{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-cc-stripe{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-bell-slash-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-bell-slash-o:before{
  content:""
}
.la.la-trash:before{
  content:""
}
.la.la-copyright{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-eyedropper:before{
  content:""
}
.la.la-area-chart:before{
  content:""
}
.la.la-pie-chart:before{
  content:""
}
.la.la-line-chart:before{
  content:""
}
.la.la-lastfm{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-lastfm-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-ioxhost{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-angellist{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-cc{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-cc:before{
  content:""
}
.la.la-ils:before{
  content:""
}
.la.la-shekel:before{
  content:""
}
.la.la-sheqel:before{
  content:""
}
.la.la-meanpath{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-meanpath:before{
  content:""
}
.la.la-buysellads{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-connectdevelop{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-dashcube{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-forumbee{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-leanpub{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-sellsy{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-shirtsinbulk{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-simplybuilt{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-skyatlas{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-diamond{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-diamond:before{
  content:""
}
.la.la-intersex:before{
  content:""
}
.la.la-facebook-official{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-facebook-official:before{
  content:""
}
.la.la-pinterest-p{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-whatsapp{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-hotel:before{
  content:""
}
.la.la-viacoin{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-medium{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-y-combinator{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-yc{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-yc:before{
  content:""
}
.la.la-optin-monster{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-opencart{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-expeditedssl{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-battery-4:before{
  content:""
}
.la.la-battery:before{
  content:""
}
.la.la-battery-3:before{
  content:""
}
.la.la-battery-2:before{
  content:""
}
.la.la-battery-1:before{
  content:""
}
.la.la-battery-0:before{
  content:""
}
.la.la-object-group{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-object-ungroup{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-sticky-note-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-sticky-note-o:before{
  content:""
}
.la.la-cc-jcb{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-cc-diners-club{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-clone{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hourglass-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hourglass-o:before{
  content:""
}
.la.la-hourglass-1:before{
  content:""
}
.la.la-hourglass-2:before{
  content:""
}
.la.la-hourglass-3:before{
  content:""
}
.la.la-hand-rock-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-rock-o:before{
  content:""
}
.la.la-hand-grab-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-grab-o:before{
  content:""
}
.la.la-hand-paper-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-paper-o:before{
  content:""
}
.la.la-hand-stop-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-stop-o:before{
  content:""
}
.la.la-hand-scissors-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-scissors-o:before{
  content:""
}
.la.la-hand-lizard-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-lizard-o:before{
  content:""
}
.la.la-hand-spock-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-spock-o:before{
  content:""
}
.la.la-hand-pointer-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-pointer-o:before{
  content:""
}
.la.la-hand-peace-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-hand-peace-o:before{
  content:""
}
.la.la-registered{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-creative-commons{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-gg{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-gg-circle{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-tripadvisor{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-odnoklassniki{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-odnoklassniki-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-get-pocket{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-wikipedia-w{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-safari{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-chrome{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-firefox{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-opera{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-internet-explorer{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-television:before{
  content:""
}
.la.la-contao{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-500px{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-amazon{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-calendar-plus-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-calendar-plus-o:before{
  content:""
}
.la.la-calendar-minus-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-calendar-minus-o:before{
  content:""
}
.la.la-calendar-times-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-calendar-times-o:before{
  content:""
}
.la.la-calendar-check-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-calendar-check-o:before{
  content:""
}
.la.la-map-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-map-o:before{
  content:""
}
.la.la-commenting:before{
  content:""
}
.la.la-commenting-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-commenting-o:before{
  content:""
}
.la.la-houzz{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-vimeo{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-vimeo:before{
  content:""
}
.la.la-black-tie{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-fonticons{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-reddit-alien{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-edge{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-credit-card-alt:before{
  content:""
}
.la.la-codiepie{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-modx{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-fort-awesome{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-usb{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-product-hunt{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-mixcloud{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-scribd{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-pause-circle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-pause-circle-o:before{
  content:""
}
.la.la-stop-circle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-stop-circle-o:before{
  content:""
}
.la.la-bluetooth{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-bluetooth-b{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-gitlab{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-wpbeginner{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-wpforms{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-envira{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-wheelchair-alt{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-wheelchair-alt:before{
  content:""
}
.la.la-question-circle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-question-circle-o:before{
  content:""
}
.la.la-volume-control-phone:before{
  content:""
}
.la.la-asl-interpreting:before{
  content:""
}
.la.la-deafness:before{
  content:""
}
.la.la-hard-of-hearing:before{
  content:""
}
.la.la-glide{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-glide-g{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-signing:before{
  content:""
}
.la.la-viadeo{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-viadeo-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-snapchat{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-snapchat-ghost{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-snapchat-square{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-pied-piper{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-first-order{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-yoast{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-themeisle{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-google-plus-official{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-google-plus-official:before{
  content:""
}
.la.la-google-plus-circle{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-google-plus-circle:before{
  content:""
}
.la.la-font-awesome{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-fa{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-fa:before{
  content:""
}
.la.la-handshake-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-handshake-o:before{
  content:""
}
.la.la-envelope-open-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-envelope-open-o:before{
  content:""
}
.la.la-linode{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-address-book-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-address-book-o:before{
  content:""
}
.la.la-vcard:before{
  content:""
}
.la.la-address-card-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-address-card-o:before{
  content:""
}
.la.la-vcard-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-vcard-o:before{
  content:""
}
.la.la-user-circle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-user-circle-o:before{
  content:""
}
.la.la-user-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-user-o:before{
  content:""
}
.la.la-id-badge{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-drivers-license:before{
  content:""
}
.la.la-id-card-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-id-card-o:before{
  content:""
}
.la.la-drivers-license-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-drivers-license-o:before{
  content:""
}
.la.la-quora{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-free-code-camp{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-telegram{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-thermometer-4:before{
  content:""
}
.la.la-thermometer:before{
  content:""
}
.la.la-thermometer-3:before{
  content:""
}
.la.la-thermometer-2:before{
  content:""
}
.la.la-thermometer-1:before{
  content:""
}
.la.la-thermometer-0:before{
  content:""
}
.la.la-bathtub:before{
  content:""
}
.la.la-s15:before{
  content:""
}
.la.la-window-maximize{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-window-restore{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-times-rectangle:before{
  content:""
}
.la.la-window-close-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-window-close-o:before{
  content:""
}
.la.la-times-rectangle-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-times-rectangle-o:before{
  content:""
}
.la.la-bandcamp{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-grav{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-etsy{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-imdb{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-ravelry{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-eercast{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-eercast:before{
  content:""
}
.la.la-snowflake-o{
  font-family:"Line Awesome Free";
  font-weight:400
}
.la.la-snowflake-o:before{
  content:""
}
.la.la-superpowers{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-wpexplorer{
  font-family:"Line Awesome Brands";
  font-weight:400
}
.la.la-spotify{
  font-family:"Line Awesome Brands";
  font-weight:400
}
@font-face{
  font-family:bootstrap-icons;
  src:url(fonts/bootstrap-icons/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d) format("woff2"),url(fonts/bootstrap-icons/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d) format("woff")
}
[class*=" bi-"]::before,[class^=bi-]::before{
  display:inline-block;
  font-family:bootstrap-icons!important;
  font-style:normal;
  font-weight:400!important;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  vertical-align:-.125em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.bi-alarm-fill::before{
  content:""
}
.bi-alarm::before{
  content:""
}
.bi-align-bottom::before{
  content:""
}
.bi-align-center::before{
  content:""
}
.bi-align-end::before{
  content:""
}
.bi-align-middle::before{
  content:""
}
.bi-align-start::before{
  content:""
}
.bi-align-top::before{
  content:""
}
.bi-alt::before{
  content:""
}
.bi-app-indicator::before{
  content:""
}
.bi-app::before{
  content:""
}
.bi-archive-fill::before{
  content:""
}
.bi-archive::before{
  content:""
}
.bi-arrow-90deg-down::before{
  content:""
}
.bi-arrow-90deg-left::before{
  content:""
}
.bi-arrow-90deg-right::before{
  content:""
}
.bi-arrow-90deg-up::before{
  content:""
}
.bi-arrow-bar-down::before{
  content:""
}
.bi-arrow-bar-left::before{
  content:""
}
.bi-arrow-bar-right::before{
  content:""
}
.bi-arrow-bar-up::before{
  content:""
}
.bi-arrow-clockwise::before{
  content:""
}
.bi-arrow-counterclockwise::before{
  content:""
}
.bi-arrow-down-circle-fill::before{
  content:""
}
.bi-arrow-down-circle::before{
  content:""
}
.bi-arrow-down-left-circle-fill::before{
  content:""
}
.bi-arrow-down-left-circle::before{
  content:""
}
.bi-arrow-down-left-square-fill::before{
  content:""
}
.bi-arrow-down-left-square::before{
  content:""
}
.bi-arrow-down-left::before{
  content:""
}
.bi-arrow-down-right-circle-fill::before{
  content:""
}
.bi-arrow-down-right-circle::before{
  content:""
}
.bi-arrow-down-right-square-fill::before{
  content:""
}
.bi-arrow-down-right-square::before{
  content:""
}
.bi-arrow-down-right::before{
  content:""
}
.bi-arrow-down-short::before{
  content:""
}
.bi-arrow-down-square-fill::before{
  content:""
}
.bi-arrow-down-square::before{
  content:""
}
.bi-arrow-down-up::before{
  content:""
}
.bi-arrow-down::before{
  content:""
}
.bi-arrow-left-circle-fill::before{
  content:""
}
.bi-arrow-left-circle::before{
  content:""
}
.bi-arrow-left-right::before{
  content:""
}
.bi-arrow-left-short::before{
  content:""
}
.bi-arrow-left-square-fill::before{
  content:""
}
.bi-arrow-left-square::before{
  content:""
}
.bi-arrow-left::before{
  content:""
}
.bi-arrow-repeat::before{
  content:""
}
.bi-arrow-return-left::before{
  content:""
}
.bi-arrow-return-right::before{
  content:""
}
.bi-arrow-right-circle-fill::before{
  content:""
}
.bi-arrow-right-circle::before{
  content:""
}
.bi-arrow-right-short::before{
  content:""
}
.bi-arrow-right-square-fill::before{
  content:""
}
.bi-arrow-right-square::before{
  content:""
}
.bi-arrow-right::before{
  content:""
}
.bi-arrow-up-circle-fill::before{
  content:""
}
.bi-arrow-up-circle::before{
  content:""
}
.bi-arrow-up-left-circle-fill::before{
  content:""
}
.bi-arrow-up-left-circle::before{
  content:""
}
.bi-arrow-up-left-square-fill::before{
  content:""
}
.bi-arrow-up-left-square::before{
  content:""
}
.bi-arrow-up-left::before{
  content:""
}
.bi-arrow-up-right-circle-fill::before{
  content:""
}
.bi-arrow-up-right-circle::before{
  content:""
}
.bi-arrow-up-right-square-fill::before{
  content:""
}
.bi-arrow-up-right-square::before{
  content:""
}
.bi-arrow-up-right::before{
  content:""
}
.bi-arrow-up-short::before{
  content:""
}
.bi-arrow-up-square-fill::before{
  content:""
}
.bi-arrow-up-square::before{
  content:""
}
.bi-arrow-up::before{
  content:""
}
.bi-arrows-angle-contract::before{
  content:""
}
.bi-arrows-angle-expand::before{
  content:""
}
.bi-arrows-collapse::before{
  content:""
}
.bi-arrows-expand::before{
  content:""
}
.bi-arrows-fullscreen::before{
  content:""
}
.bi-arrows-move::before{
  content:""
}
.bi-aspect-ratio-fill::before{
  content:""
}
.bi-aspect-ratio::before{
  content:""
}
.bi-asterisk::before{
  content:""
}
.bi-at::before{
  content:""
}
.bi-award-fill::before{
  content:""
}
.bi-award::before{
  content:""
}
.bi-back::before{
  content:""
}
.bi-backspace-fill::before{
  content:""
}
.bi-backspace-reverse-fill::before{
  content:""
}
.bi-backspace-reverse::before{
  content:""
}
.bi-backspace::before{
  content:""
}
.bi-badge-3d-fill::before{
  content:""
}
.bi-badge-3d::before{
  content:""
}
.bi-badge-4k-fill::before{
  content:""
}
.bi-badge-4k::before{
  content:""
}
.bi-badge-8k-fill::before{
  content:""
}
.bi-badge-8k::before{
  content:""
}
.bi-badge-ad-fill::before{
  content:""
}
.bi-badge-ad::before{
  content:""
}
.bi-badge-ar-fill::before{
  content:""
}
.bi-badge-ar::before{
  content:""
}
.bi-badge-cc-fill::before{
  content:""
}
.bi-badge-cc::before{
  content:""
}
.bi-badge-hd-fill::before{
  content:""
}
.bi-badge-hd::before{
  content:""
}
.bi-badge-tm-fill::before{
  content:""
}
.bi-badge-tm::before{
  content:""
}
.bi-badge-vo-fill::before{
  content:""
}
.bi-badge-vo::before{
  content:""
}
.bi-badge-vr-fill::before{
  content:""
}
.bi-badge-vr::before{
  content:""
}
.bi-badge-wc-fill::before{
  content:""
}
.bi-badge-wc::before{
  content:""
}
.bi-bag-check-fill::before{
  content:""
}
.bi-bag-check::before{
  content:""
}
.bi-bag-dash-fill::before{
  content:""
}
.bi-bag-dash::before{
  content:""
}
.bi-bag-fill::before{
  content:""
}
.bi-bag-plus-fill::before{
  content:""
}
.bi-bag-plus::before{
  content:""
}
.bi-bag-x-fill::before{
  content:""
}
.bi-bag-x::before{
  content:""
}
.bi-bag::before{
  content:""
}
.bi-bar-chart-fill::before{
  content:""
}
.bi-bar-chart-line-fill::before{
  content:""
}
.bi-bar-chart-line::before{
  content:""
}
.bi-bar-chart-steps::before{
  content:""
}
.bi-bar-chart::before{
  content:""
}
.bi-basket-fill::before{
  content:""
}
.bi-basket::before{
  content:""
}
.bi-basket2-fill::before{
  content:""
}
.bi-basket2::before{
  content:""
}
.bi-basket3-fill::before{
  content:""
}
.bi-basket3::before{
  content:""
}
.bi-battery-charging::before{
  content:""
}
.bi-battery-full::before{
  content:""
}
.bi-battery-half::before{
  content:""
}
.bi-battery::before{
  content:""
}
.bi-bell-fill::before{
  content:""
}
.bi-bell::before{
  content:""
}
.bi-bezier::before{
  content:""
}
.bi-bezier2::before{
  content:""
}
.bi-bicycle::before{
  content:""
}
.bi-binoculars-fill::before{
  content:""
}
.bi-binoculars::before{
  content:""
}
.bi-blockquote-left::before{
  content:""
}
.bi-blockquote-right::before{
  content:""
}
.bi-book-fill::before{
  content:""
}
.bi-book-half::before{
  content:""
}
.bi-book::before{
  content:""
}
.bi-bookmark-check-fill::before{
  content:""
}
.bi-bookmark-check::before{
  content:""
}
.bi-bookmark-dash-fill::before{
  content:""
}
.bi-bookmark-dash::before{
  content:""
}
.bi-bookmark-fill::before{
  content:""
}
.bi-bookmark-heart-fill::before{
  content:""
}
.bi-bookmark-heart::before{
  content:""
}
.bi-bookmark-plus-fill::before{
  content:""
}
.bi-bookmark-plus::before{
  content:""
}
.bi-bookmark-star-fill::before{
  content:""
}
.bi-bookmark-star::before{
  content:""
}
.bi-bookmark-x-fill::before{
  content:""
}
.bi-bookmark-x::before{
  content:""
}
.bi-bookmark::before{
  content:""
}
.bi-bookmarks-fill::before{
  content:""
}
.bi-bookmarks::before{
  content:""
}
.bi-bookshelf::before{
  content:""
}
.bi-bootstrap-fill::before{
  content:""
}
.bi-bootstrap-reboot::before{
  content:""
}
.bi-bootstrap::before{
  content:""
}
.bi-border-all::before{
  content:""
}
.bi-border-bottom::before{
  content:""
}
.bi-border-center::before{
  content:""
}
.bi-border-inner::before{
  content:""
}
.bi-border-left::before{
  content:""
}
.bi-border-middle::before{
  content:""
}
.bi-border-outer::before{
  content:""
}
.bi-border-right::before{
  content:""
}
.bi-border-style::before{
  content:""
}
.bi-border-top::before{
  content:""
}
.bi-border-width::before{
  content:""
}
.bi-border::before{
  content:""
}
.bi-bounding-box-circles::before{
  content:""
}
.bi-bounding-box::before{
  content:""
}
.bi-box-arrow-down-left::before{
  content:""
}
.bi-box-arrow-down-right::before{
  content:""
}
.bi-box-arrow-down::before{
  content:""
}
.bi-box-arrow-in-down-left::before{
  content:""
}
.bi-box-arrow-in-down-right::before{
  content:""
}
.bi-box-arrow-in-down::before{
  content:""
}
.bi-box-arrow-in-left::before{
  content:""
}
.bi-box-arrow-in-right::before{
  content:""
}
.bi-box-arrow-in-up-left::before{
  content:""
}
.bi-box-arrow-in-up-right::before{
  content:""
}
.bi-box-arrow-in-up::before{
  content:""
}
.bi-box-arrow-left::before{
  content:""
}
.bi-box-arrow-right::before{
  content:""
}
.bi-box-arrow-up-left::before{
  content:""
}
.bi-box-arrow-up-right::before{
  content:""
}
.bi-box-arrow-up::before{
  content:""
}
.bi-box-seam::before{
  content:""
}
.bi-box::before{
  content:""
}
.bi-braces::before{
  content:""
}
.bi-bricks::before{
  content:""
}
.bi-briefcase-fill::before{
  content:""
}
.bi-briefcase::before{
  content:""
}
.bi-brightness-alt-high-fill::before{
  content:""
}
.bi-brightness-alt-high::before{
  content:""
}
.bi-brightness-alt-low-fill::before{
  content:""
}
.bi-brightness-alt-low::before{
  content:""
}
.bi-brightness-high-fill::before{
  content:""
}
.bi-brightness-high::before{
  content:""
}
.bi-brightness-low-fill::before{
  content:""
}
.bi-brightness-low::before{
  content:""
}
.bi-broadcast-pin::before{
  content:""
}
.bi-broadcast::before{
  content:""
}
.bi-brush-fill::before{
  content:""
}
.bi-brush::before{
  content:""
}
.bi-bucket-fill::before{
  content:""
}
.bi-bucket::before{
  content:""
}
.bi-bug-fill::before{
  content:""
}
.bi-bug::before{
  content:""
}
.bi-building::before{
  content:""
}
.bi-bullseye::before{
  content:""
}
.bi-calculator-fill::before{
  content:""
}
.bi-calculator::before{
  content:""
}
.bi-calendar-check-fill::before{
  content:""
}
.bi-calendar-check::before{
  content:""
}
.bi-calendar-date-fill::before{
  content:""
}
.bi-calendar-date::before{
  content:""
}
.bi-calendar-day-fill::before{
  content:""
}
.bi-calendar-day::before{
  content:""
}
.bi-calendar-event-fill::before{
  content:""
}
.bi-calendar-event::before{
  content:""
}
.bi-calendar-fill::before{
  content:""
}
.bi-calendar-minus-fill::before{
  content:""
}
.bi-calendar-minus::before{
  content:""
}
.bi-calendar-month-fill::before{
  content:""
}
.bi-calendar-month::before{
  content:""
}
.bi-calendar-plus-fill::before{
  content:""
}
.bi-calendar-plus::before{
  content:""
}
.bi-calendar-range-fill::before{
  content:""
}
.bi-calendar-range::before{
  content:""
}
.bi-calendar-week-fill::before{
  content:""
}
.bi-calendar-week::before{
  content:""
}
.bi-calendar-x-fill::before{
  content:""
}
.bi-calendar-x::before{
  content:""
}
.bi-calendar::before{
  content:""
}
.bi-calendar2-check-fill::before{
  content:""
}
.bi-calendar2-check::before{
  content:""
}
.bi-calendar2-date-fill::before{
  content:""
}
.bi-calendar2-date::before{
  content:""
}
.bi-calendar2-day-fill::before{
  content:""
}
.bi-calendar2-day::before{
  content:""
}
.bi-calendar2-event-fill::before{
  content:""
}
.bi-calendar2-event::before{
  content:""
}
.bi-calendar2-fill::before{
  content:""
}
.bi-calendar2-minus-fill::before{
  content:""
}
.bi-calendar2-minus::before{
  content:""
}
.bi-calendar2-month-fill::before{
  content:""
}
.bi-calendar2-month::before{
  content:""
}
.bi-calendar2-plus-fill::before{
  content:""
}
.bi-calendar2-plus::before{
  content:""
}
.bi-calendar2-range-fill::before{
  content:""
}
.bi-calendar2-range::before{
  content:""
}
.bi-calendar2-week-fill::before{
  content:""
}
.bi-calendar2-week::before{
  content:""
}
.bi-calendar2-x-fill::before{
  content:""
}
.bi-calendar2-x::before{
  content:""
}
.bi-calendar2::before{
  content:""
}
.bi-calendar3-event-fill::before{
  content:""
}
.bi-calendar3-event::before{
  content:""
}
.bi-calendar3-fill::before{
  content:""
}
.bi-calendar3-range-fill::before{
  content:""
}
.bi-calendar3-range::before{
  content:""
}
.bi-calendar3-week-fill::before{
  content:""
}
.bi-calendar3-week::before{
  content:""
}
.bi-calendar3::before{
  content:""
}
.bi-calendar4-event::before{
  content:""
}
.bi-calendar4-range::before{
  content:""
}
.bi-calendar4-week::before{
  content:""
}
.bi-calendar4::before{
  content:""
}
.bi-camera-fill::before{
  content:""
}
.bi-camera-reels-fill::before{
  content:""
}
.bi-camera-reels::before{
  content:""
}
.bi-camera-video-fill::before{
  content:""
}
.bi-camera-video-off-fill::before{
  content:""
}
.bi-camera-video-off::before{
  content:""
}
.bi-camera-video::before{
  content:""
}
.bi-camera::before{
  content:""
}
.bi-camera2::before{
  content:""
}
.bi-capslock-fill::before{
  content:""
}
.bi-capslock::before{
  content:""
}
.bi-card-checklist::before{
  content:""
}
.bi-card-heading::before{
  content:""
}
.bi-card-image::before{
  content:""
}
.bi-card-list::before{
  content:""
}
.bi-card-text::before{
  content:""
}
.bi-caret-down-fill::before{
  content:""
}
.bi-caret-down-square-fill::before{
  content:""
}
.bi-caret-down-square::before{
  content:""
}
.bi-caret-down::before{
  content:""
}
.bi-caret-left-fill::before{
  content:""
}
.bi-caret-left-square-fill::before{
  content:""
}
.bi-caret-left-square::before{
  content:""
}
.bi-caret-left::before{
  content:""
}
.bi-caret-right-fill::before{
  content:""
}
.bi-caret-right-square-fill::before{
  content:""
}
.bi-caret-right-square::before{
  content:""
}
.bi-caret-right::before{
  content:""
}
.bi-caret-up-fill::before{
  content:""
}
.bi-caret-up-square-fill::before{
  content:""
}
.bi-caret-up-square::before{
  content:""
}
.bi-caret-up::before{
  content:""
}
.bi-cart-check-fill::before{
  content:""
}
.bi-cart-check::before{
  content:""
}
.bi-cart-dash-fill::before{
  content:""
}
.bi-cart-dash::before{
  content:""
}
.bi-cart-fill::before{
  content:""
}
.bi-cart-plus-fill::before{
  content:""
}
.bi-cart-plus::before{
  content:""
}
.bi-cart-x-fill::before{
  content:""
}
.bi-cart-x::before{
  content:""
}
.bi-cart::before{
  content:""
}
.bi-cart2::before{
  content:""
}
.bi-cart3::before{
  content:""
}
.bi-cart4::before{
  content:""
}
.bi-cash-stack::before{
  content:""
}
.bi-cash::before{
  content:""
}
.bi-cast::before{
  content:""
}
.bi-chat-dots-fill::before{
  content:""
}
.bi-chat-dots::before{
  content:""
}
.bi-chat-fill::before{
  content:""
}
.bi-chat-left-dots-fill::before{
  content:""
}
.bi-chat-left-dots::before{
  content:""
}
.bi-chat-left-fill::before{
  content:""
}
.bi-chat-left-quote-fill::before{
  content:""
}
.bi-chat-left-quote::before{
  content:""
}
.bi-chat-left-text-fill::before{
  content:""
}
.bi-chat-left-text::before{
  content:""
}
.bi-chat-left::before{
  content:""
}
.bi-chat-quote-fill::before{
  content:""
}
.bi-chat-quote::before{
  content:""
}
.bi-chat-right-dots-fill::before{
  content:""
}
.bi-chat-right-dots::before{
  content:""
}
.bi-chat-right-fill::before{
  content:""
}
.bi-chat-right-quote-fill::before{
  content:""
}
.bi-chat-right-quote::before{
  content:""
}
.bi-chat-right-text-fill::before{
  content:""
}
.bi-chat-right-text::before{
  content:""
}
.bi-chat-right::before{
  content:""
}
.bi-chat-square-dots-fill::before{
  content:""
}
.bi-chat-square-dots::before{
  content:""
}
.bi-chat-square-fill::before{
  content:""
}
.bi-chat-square-quote-fill::before{
  content:""
}
.bi-chat-square-quote::before{
  content:""
}
.bi-chat-square-text-fill::before{
  content:""
}
.bi-chat-square-text::before{
  content:""
}
.bi-chat-square::before{
  content:""
}
.bi-chat-text-fill::before{
  content:""
}
.bi-chat-text::before{
  content:""
}
.bi-chat::before{
  content:""
}
.bi-check-all::before{
  content:""
}
.bi-check-circle-fill::before{
  content:""
}
.bi-check-circle::before{
  content:""
}
.bi-check-square-fill::before{
  content:""
}
.bi-check-square::before{
  content:""
}
.bi-check::before{
  content:""
}
.bi-check2-all::before{
  content:""
}
.bi-check2-circle::before{
  content:""
}
.bi-check2-square::before{
  content:""
}
.bi-check2::before{
  content:""
}
.bi-chevron-bar-contract::before{
  content:""
}
.bi-chevron-bar-down::before{
  content:""
}
.bi-chevron-bar-expand::before{
  content:""
}
.bi-chevron-bar-left::before{
  content:""
}
.bi-chevron-bar-right::before{
  content:""
}
.bi-chevron-bar-up::before{
  content:""
}
.bi-chevron-compact-down::before{
  content:""
}
.bi-chevron-compact-left::before{
  content:""
}
.bi-chevron-compact-right::before{
  content:""
}
.bi-chevron-compact-up::before{
  content:""
}
.bi-chevron-contract::before{
  content:""
}
.bi-chevron-double-down::before{
  content:""
}
.bi-chevron-double-left::before{
  content:""
}
.bi-chevron-double-right::before{
  content:""
}
.bi-chevron-double-up::before{
  content:""
}
.bi-chevron-down::before{
  content:""
}
.bi-chevron-expand::before{
  content:""
}
.bi-chevron-left::before{
  content:""
}
.bi-chevron-right::before{
  content:""
}
.bi-chevron-up::before{
  content:""
}
.bi-circle-fill::before{
  content:""
}
.bi-circle-half::before{
  content:""
}
.bi-circle-square::before{
  content:""
}
.bi-circle::before{
  content:""
}
.bi-clipboard-check::before{
  content:""
}
.bi-clipboard-data::before{
  content:""
}
.bi-clipboard-minus::before{
  content:""
}
.bi-clipboard-plus::before{
  content:""
}
.bi-clipboard-x::before{
  content:""
}
.bi-clipboard::before{
  content:""
}
.bi-clock-fill::before{
  content:""
}
.bi-clock-history::before{
  content:""
}
.bi-clock::before{
  content:""
}
.bi-cloud-arrow-down-fill::before{
  content:""
}
.bi-cloud-arrow-down::before{
  content:""
}
.bi-cloud-arrow-up-fill::before{
  content:""
}
.bi-cloud-arrow-up::before{
  content:""
}
.bi-cloud-check-fill::before{
  content:""
}
.bi-cloud-check::before{
  content:""
}
.bi-cloud-download-fill::before{
  content:""
}
.bi-cloud-download::before{
  content:""
}
.bi-cloud-drizzle-fill::before{
  content:""
}
.bi-cloud-drizzle::before{
  content:""
}
.bi-cloud-fill::before{
  content:""
}
.bi-cloud-fog-fill::before{
  content:""
}
.bi-cloud-fog::before{
  content:""
}
.bi-cloud-fog2-fill::before{
  content:""
}
.bi-cloud-fog2::before{
  content:""
}
.bi-cloud-hail-fill::before{
  content:""
}
.bi-cloud-hail::before{
  content:""
}
.bi-cloud-haze-1::before{
  content:""
}
.bi-cloud-haze-fill::before{
  content:""
}
.bi-cloud-haze::before{
  content:""
}
.bi-cloud-haze2-fill::before{
  content:""
}
.bi-cloud-lightning-fill::before{
  content:""
}
.bi-cloud-lightning-rain-fill::before{
  content:""
}
.bi-cloud-lightning-rain::before{
  content:""
}
.bi-cloud-lightning::before{
  content:""
}
.bi-cloud-minus-fill::before{
  content:""
}
.bi-cloud-minus::before{
  content:""
}
.bi-cloud-moon-fill::before{
  content:""
}
.bi-cloud-moon::before{
  content:""
}
.bi-cloud-plus-fill::before{
  content:""
}
.bi-cloud-plus::before{
  content:""
}
.bi-cloud-rain-fill::before{
  content:""
}
.bi-cloud-rain-heavy-fill::before{
  content:""
}
.bi-cloud-rain-heavy::before{
  content:""
}
.bi-cloud-rain::before{
  content:""
}
.bi-cloud-slash-fill::before{
  content:""
}
.bi-cloud-slash::before{
  content:""
}
.bi-cloud-sleet-fill::before{
  content:""
}
.bi-cloud-sleet::before{
  content:""
}
.bi-cloud-snow-fill::before{
  content:""
}
.bi-cloud-snow::before{
  content:""
}
.bi-cloud-sun-fill::before{
  content:""
}
.bi-cloud-sun::before{
  content:""
}
.bi-cloud-upload-fill::before{
  content:""
}
.bi-cloud-upload::before{
  content:""
}
.bi-cloud::before{
  content:""
}
.bi-clouds-fill::before{
  content:""
}
.bi-clouds::before{
  content:""
}
.bi-cloudy-fill::before{
  content:""
}
.bi-cloudy::before{
  content:""
}
.bi-code-slash::before{
  content:""
}
.bi-code-square::before{
  content:""
}
.bi-code::before{
  content:""
}
.bi-collection-fill::before{
  content:""
}
.bi-collection-play-fill::before{
  content:""
}
.bi-collection-play::before{
  content:""
}
.bi-collection::before{
  content:""
}
.bi-columns-gap::before{
  content:""
}
.bi-columns::before{
  content:""
}
.bi-command::before{
  content:""
}
.bi-compass-fill::before{
  content:""
}
.bi-compass::before{
  content:""
}
.bi-cone-striped::before{
  content:""
}
.bi-cone::before{
  content:""
}
.bi-controller::before{
  content:""
}
.bi-cpu-fill::before{
  content:""
}
.bi-cpu::before{
  content:""
}
.bi-credit-card-2-back-fill::before{
  content:""
}
.bi-credit-card-2-back::before{
  content:""
}
.bi-credit-card-2-front-fill::before{
  content:""
}
.bi-credit-card-2-front::before{
  content:""
}
.bi-credit-card-fill::before{
  content:""
}
.bi-credit-card::before{
  content:""
}
.bi-crop::before{
  content:""
}
.bi-cup-fill::before{
  content:""
}
.bi-cup-straw::before{
  content:""
}
.bi-cup::before{
  content:""
}
.bi-cursor-fill::before{
  content:""
}
.bi-cursor-text::before{
  content:""
}
.bi-cursor::before{
  content:""
}
.bi-dash-circle-dotted::before{
  content:""
}
.bi-dash-circle-fill::before{
  content:""
}
.bi-dash-circle::before{
  content:""
}
.bi-dash-square-dotted::before{
  content:""
}
.bi-dash-square-fill::before{
  content:""
}
.bi-dash-square::before{
  content:""
}
.bi-dash::before{
  content:""
}
.bi-diagram-2-fill::before{
  content:""
}
.bi-diagram-2::before{
  content:""
}
.bi-diagram-3-fill::before{
  content:""
}
.bi-diagram-3::before{
  content:""
}
.bi-diamond-fill::before{
  content:""
}
.bi-diamond-half::before{
  content:""
}
.bi-diamond::before{
  content:""
}
.bi-dice-1-fill::before{
  content:""
}
.bi-dice-1::before{
  content:""
}
.bi-dice-2-fill::before{
  content:""
}
.bi-dice-2::before{
  content:""
}
.bi-dice-3-fill::before{
  content:""
}
.bi-dice-3::before{
  content:""
}
.bi-dice-4-fill::before{
  content:""
}
.bi-dice-4::before{
  content:""
}
.bi-dice-5-fill::before{
  content:""
}
.bi-dice-5::before{
  content:""
}
.bi-dice-6-fill::before{
  content:""
}
.bi-dice-6::before{
  content:""
}
.bi-disc-fill::before{
  content:""
}
.bi-disc::before{
  content:""
}
.bi-discord::before{
  content:""
}
.bi-display-fill::before{
  content:""
}
.bi-display::before{
  content:""
}
.bi-distribute-horizontal::before{
  content:""
}
.bi-distribute-vertical::before{
  content:""
}
.bi-door-closed-fill::before{
  content:""
}
.bi-door-closed::before{
  content:""
}
.bi-door-open-fill::before{
  content:""
}
.bi-door-open::before{
  content:""
}
.bi-dot::before{
  content:""
}
.bi-download::before{
  content:""
}
.bi-droplet-fill::before{
  content:""
}
.bi-droplet-half::before{
  content:""
}
.bi-droplet::before{
  content:""
}
.bi-earbuds::before{
  content:""
}
.bi-easel-fill::before{
  content:""
}
.bi-easel::before{
  content:""
}
.bi-egg-fill::before{
  content:""
}
.bi-egg-fried::before{
  content:""
}
.bi-egg::before{
  content:""
}
.bi-eject-fill::before{
  content:""
}
.bi-eject::before{
  content:""
}
.bi-emoji-angry-fill::before{
  content:""
}
.bi-emoji-angry::before{
  content:""
}
.bi-emoji-dizzy-fill::before{
  content:""
}
.bi-emoji-dizzy::before{
  content:""
}
.bi-emoji-expressionless-fill::before{
  content:""
}
.bi-emoji-expressionless::before{
  content:""
}
.bi-emoji-frown-fill::before{
  content:""
}
.bi-emoji-frown::before{
  content:""
}
.bi-emoji-heart-eyes-fill::before{
  content:""
}
.bi-emoji-heart-eyes::before{
  content:""
}
.bi-emoji-laughing-fill::before{
  content:""
}
.bi-emoji-laughing::before{
  content:""
}
.bi-emoji-neutral-fill::before{
  content:""
}
.bi-emoji-neutral::before{
  content:""
}
.bi-emoji-smile-fill::before{
  content:""
}
.bi-emoji-smile-upside-down-fill::before{
  content:""
}
.bi-emoji-smile-upside-down::before{
  content:""
}
.bi-emoji-smile::before{
  content:""
}
.bi-emoji-sunglasses-fill::before{
  content:""
}
.bi-emoji-sunglasses::before{
  content:""
}
.bi-emoji-wink-fill::before{
  content:""
}
.bi-emoji-wink::before{
  content:""
}
.bi-envelope-fill::before{
  content:""
}
.bi-envelope-open-fill::before{
  content:""
}
.bi-envelope-open::before{
  content:""
}
.bi-envelope::before{
  content:""
}
.bi-eraser-fill::before{
  content:""
}
.bi-eraser::before{
  content:""
}
.bi-exclamation-circle-fill::before{
  content:""
}
.bi-exclamation-circle::before{
  content:""
}
.bi-exclamation-diamond-fill::before{
  content:""
}
.bi-exclamation-diamond::before{
  content:""
}
.bi-exclamation-octagon-fill::before{
  content:""
}
.bi-exclamation-octagon::before{
  content:""
}
.bi-exclamation-square-fill::before{
  content:""
}
.bi-exclamation-square::before{
  content:""
}
.bi-exclamation-triangle-fill::before{
  content:""
}
.bi-exclamation-triangle::before{
  content:""
}
.bi-exclamation::before{
  content:""
}
.bi-exclude::before{
  content:""
}
.bi-eye-fill::before{
  content:""
}
.bi-eye-slash-fill::before{
  content:""
}
.bi-eye-slash::before{
  content:""
}
.bi-eye::before{
  content:""
}
.bi-eyedropper::before{
  content:""
}
.bi-eyeglasses::before{
  content:""
}
.bi-facebook::before{
  content:""
}
.bi-file-arrow-down-fill::before{
  content:""
}
.bi-file-arrow-down::before{
  content:""
}
.bi-file-arrow-up-fill::before{
  content:""
}
.bi-file-arrow-up::before{
  content:""
}
.bi-file-bar-graph-fill::before{
  content:""
}
.bi-file-bar-graph::before{
  content:""
}
.bi-file-binary-fill::before{
  content:""
}
.bi-file-binary::before{
  content:""
}
.bi-file-break-fill::before{
  content:""
}
.bi-file-break::before{
  content:""
}
.bi-file-check-fill::before{
  content:""
}
.bi-file-check::before{
  content:""
}
.bi-file-code-fill::before{
  content:""
}
.bi-file-code::before{
  content:""
}
.bi-file-diff-fill::before{
  content:""
}
.bi-file-diff::before{
  content:""
}
.bi-file-earmark-arrow-down-fill::before{
  content:""
}
.bi-file-earmark-arrow-down::before{
  content:""
}
.bi-file-earmark-arrow-up-fill::before{
  content:""
}
.bi-file-earmark-arrow-up::before{
  content:""
}
.bi-file-earmark-bar-graph-fill::before{
  content:""
}
.bi-file-earmark-bar-graph::before{
  content:""
}
.bi-file-earmark-binary-fill::before{
  content:""
}
.bi-file-earmark-binary::before{
  content:""
}
.bi-file-earmark-break-fill::before{
  content:""
}
.bi-file-earmark-break::before{
  content:""
}
.bi-file-earmark-check-fill::before{
  content:""
}
.bi-file-earmark-check::before{
  content:""
}
.bi-file-earmark-code-fill::before{
  content:""
}
.bi-file-earmark-code::before{
  content:""
}
.bi-file-earmark-diff-fill::before{
  content:""
}
.bi-file-earmark-diff::before{
  content:""
}
.bi-file-earmark-easel-fill::before{
  content:""
}
.bi-file-earmark-easel::before{
  content:""
}
.bi-file-earmark-excel-fill::before{
  content:""
}
.bi-file-earmark-excel::before{
  content:""
}
.bi-file-earmark-fill::before{
  content:""
}
.bi-file-earmark-font-fill::before{
  content:""
}
.bi-file-earmark-font::before{
  content:""
}
.bi-file-earmark-image-fill::before{
  content:""
}
.bi-file-earmark-image::before{
  content:""
}
.bi-file-earmark-lock-fill::before{
  content:""
}
.bi-file-earmark-lock::before{
  content:""
}
.bi-file-earmark-lock2-fill::before{
  content:""
}
.bi-file-earmark-lock2::before{
  content:""
}
.bi-file-earmark-medical-fill::before{
  content:""
}
.bi-file-earmark-medical::before{
  content:""
}
.bi-file-earmark-minus-fill::before{
  content:""
}
.bi-file-earmark-minus::before{
  content:""
}
.bi-file-earmark-music-fill::before{
  content:""
}
.bi-file-earmark-music::before{
  content:""
}
.bi-file-earmark-person-fill::before{
  content:""
}
.bi-file-earmark-person::before{
  content:""
}
.bi-file-earmark-play-fill::before{
  content:""
}
.bi-file-earmark-play::before{
  content:""
}
.bi-file-earmark-plus-fill::before{
  content:""
}
.bi-file-earmark-plus::before{
  content:""
}
.bi-file-earmark-post-fill::before{
  content:""
}
.bi-file-earmark-post::before{
  content:""
}
.bi-file-earmark-ppt-fill::before{
  content:""
}
.bi-file-earmark-ppt::before{
  content:""
}
.bi-file-earmark-richtext-fill::before{
  content:""
}
.bi-file-earmark-richtext::before{
  content:""
}
.bi-file-earmark-ruled-fill::before{
  content:""
}
.bi-file-earmark-ruled::before{
  content:""
}
.bi-file-earmark-slides-fill::before{
  content:""
}
.bi-file-earmark-slides::before{
  content:""
}
.bi-file-earmark-spreadsheet-fill::before{
  content:""
}
.bi-file-earmark-spreadsheet::before{
  content:""
}
.bi-file-earmark-text-fill::before{
  content:""
}
.bi-file-earmark-text::before{
  content:""
}
.bi-file-earmark-word-fill::before{
  content:""
}
.bi-file-earmark-word::before{
  content:""
}
.bi-file-earmark-x-fill::before{
  content:""
}
.bi-file-earmark-x::before{
  content:""
}
.bi-file-earmark-zip-fill::before{
  content:""
}
.bi-file-earmark-zip::before{
  content:""
}
.bi-file-earmark::before{
  content:""
}
.bi-file-easel-fill::before{
  content:""
}
.bi-file-easel::before{
  content:""
}
.bi-file-excel-fill::before{
  content:""
}
.bi-file-excel::before{
  content:""
}
.bi-file-fill::before{
  content:""
}
.bi-file-font-fill::before{
  content:""
}
.bi-file-font::before{
  content:""
}
.bi-file-image-fill::before{
  content:""
}
.bi-file-image::before{
  content:""
}
.bi-file-lock-fill::before{
  content:""
}
.bi-file-lock::before{
  content:""
}
.bi-file-lock2-fill::before{
  content:""
}
.bi-file-lock2::before{
  content:""
}
.bi-file-medical-fill::before{
  content:""
}
.bi-file-medical::before{
  content:""
}
.bi-file-minus-fill::before{
  content:""
}
.bi-file-minus::before{
  content:""
}
.bi-file-music-fill::before{
  content:""
}
.bi-file-music::before{
  content:""
}
.bi-file-person-fill::before{
  content:""
}
.bi-file-person::before{
  content:""
}
.bi-file-play-fill::before{
  content:""
}
.bi-file-play::before{
  content:""
}
.bi-file-plus-fill::before{
  content:""
}
.bi-file-plus::before{
  content:""
}
.bi-file-post-fill::before{
  content:""
}
.bi-file-post::before{
  content:""
}
.bi-file-ppt-fill::before{
  content:""
}
.bi-file-ppt::before{
  content:""
}
.bi-file-richtext-fill::before{
  content:""
}
.bi-file-richtext::before{
  content:""
}
.bi-file-ruled-fill::before{
  content:""
}
.bi-file-ruled::before{
  content:""
}
.bi-file-slides-fill::before{
  content:""
}
.bi-file-slides::before{
  content:""
}
.bi-file-spreadsheet-fill::before{
  content:""
}
.bi-file-spreadsheet::before{
  content:""
}
.bi-file-text-fill::before{
  content:""
}
.bi-file-text::before{
  content:""
}
.bi-file-word-fill::before{
  content:""
}
.bi-file-word::before{
  content:""
}
.bi-file-x-fill::before{
  content:""
}
.bi-file-x::before{
  content:""
}
.bi-file-zip-fill::before{
  content:""
}
.bi-file-zip::before{
  content:""
}
.bi-file::before{
  content:""
}
.bi-files-alt::before{
  content:""
}
.bi-files::before{
  content:""
}
.bi-film::before{
  content:""
}
.bi-filter-circle-fill::before{
  content:""
}
.bi-filter-circle::before{
  content:""
}
.bi-filter-left::before{
  content:""
}
.bi-filter-right::before{
  content:""
}
.bi-filter-square-fill::before{
  content:""
}
.bi-filter-square::before{
  content:""
}
.bi-filter::before{
  content:""
}
.bi-flag-fill::before{
  content:""
}
.bi-flag::before{
  content:""
}
.bi-flower1::before{
  content:""
}
.bi-flower2::before{
  content:""
}
.bi-flower3::before{
  content:""
}
.bi-folder-check::before{
  content:""
}
.bi-folder-fill::before{
  content:""
}
.bi-folder-minus::before{
  content:""
}
.bi-folder-plus::before{
  content:""
}
.bi-folder-symlink-fill::before{
  content:""
}
.bi-folder-symlink::before{
  content:""
}
.bi-folder-x::before{
  content:""
}
.bi-folder::before{
  content:""
}
.bi-folder2-open::before{
  content:""
}
.bi-folder2::before{
  content:""
}
.bi-fonts::before{
  content:""
}
.bi-forward-fill::before{
  content:""
}
.bi-forward::before{
  content:""
}
.bi-front::before{
  content:""
}
.bi-fullscreen-exit::before{
  content:""
}
.bi-fullscreen::before{
  content:""
}
.bi-funnel-fill::before{
  content:""
}
.bi-funnel::before{
  content:""
}
.bi-gear-fill::before{
  content:""
}
.bi-gear-wide-connected::before{
  content:""
}
.bi-gear-wide::before{
  content:""
}
.bi-gear::before{
  content:""
}
.bi-gem::before{
  content:""
}
.bi-geo-alt-fill::before{
  content:""
}
.bi-geo-alt::before{
  content:""
}
.bi-geo-fill::before{
  content:""
}
.bi-geo::before{
  content:""
}
.bi-gift-fill::before{
  content:""
}
.bi-gift::before{
  content:""
}
.bi-github::before{
  content:""
}
.bi-globe::before{
  content:""
}
.bi-globe2::before{
  content:""
}
.bi-google::before{
  content:""
}
.bi-graph-down::before{
  content:""
}
.bi-graph-up::before{
  content:""
}
.bi-grid-1x2-fill::before{
  content:""
}
.bi-grid-1x2::before{
  content:""
}
.bi-grid-3x2-gap-fill::before{
  content:""
}
.bi-grid-3x2-gap::before{
  content:""
}
.bi-grid-3x2::before{
  content:""
}
.bi-grid-3x3-gap-fill::before{
  content:""
}
.bi-grid-3x3-gap::before{
  content:""
}
.bi-grid-3x3::before{
  content:""
}
.bi-grid-fill::before{
  content:""
}
.bi-grid::before{
  content:""
}
.bi-grip-horizontal::before{
  content:""
}
.bi-grip-vertical::before{
  content:""
}
.bi-hammer::before{
  content:""
}
.bi-hand-index-fill::before{
  content:""
}
.bi-hand-index-thumb-fill::before{
  content:""
}
.bi-hand-index-thumb::before{
  content:""
}
.bi-hand-index::before{
  content:""
}
.bi-hand-thumbs-down-fill::before{
  content:""
}
.bi-hand-thumbs-down::before{
  content:""
}
.bi-hand-thumbs-up-fill::before{
  content:""
}
.bi-hand-thumbs-up::before{
  content:""
}
.bi-handbag-fill::before{
  content:""
}
.bi-handbag::before{
  content:""
}
.bi-hash::before{
  content:""
}
.bi-hdd-fill::before{
  content:""
}
.bi-hdd-network-fill::before{
  content:""
}
.bi-hdd-network::before{
  content:""
}
.bi-hdd-rack-fill::before{
  content:""
}
.bi-hdd-rack::before{
  content:""
}
.bi-hdd-stack-fill::before{
  content:""
}
.bi-hdd-stack::before{
  content:""
}
.bi-hdd::before{
  content:""
}
.bi-headphones::before{
  content:""
}
.bi-headset::before{
  content:""
}
.bi-heart-fill::before{
  content:""
}
.bi-heart-half::before{
  content:""
}
.bi-heart::before{
  content:""
}
.bi-heptagon-fill::before{
  content:""
}
.bi-heptagon-half::before{
  content:""
}
.bi-heptagon::before{
  content:""
}
.bi-hexagon-fill::before{
  content:""
}
.bi-hexagon-half::before{
  content:""
}
.bi-hexagon::before{
  content:""
}
.bi-hourglass-bottom::before{
  content:""
}
.bi-hourglass-split::before{
  content:""
}
.bi-hourglass-top::before{
  content:""
}
.bi-hourglass::before{
  content:""
}
.bi-house-door-fill::before{
  content:""
}
.bi-house-door::before{
  content:""
}
.bi-house-fill::before{
  content:""
}
.bi-house::before{
  content:""
}
.bi-hr::before{
  content:""
}
.bi-hurricane::before{
  content:""
}
.bi-image-alt::before{
  content:""
}
.bi-image-fill::before{
  content:""
}
.bi-image::before{
  content:""
}
.bi-images::before{
  content:""
}
.bi-inbox-fill::before{
  content:""
}
.bi-inbox::before{
  content:""
}
.bi-inboxes-fill::before{
  content:""
}
.bi-inboxes::before{
  content:""
}
.bi-info-circle-fill::before{
  content:""
}
.bi-info-circle::before{
  content:""
}
.bi-info-square-fill::before{
  content:""
}
.bi-info-square::before{
  content:""
}
.bi-info::before{
  content:""
}
.bi-input-cursor-text::before{
  content:""
}
.bi-input-cursor::before{
  content:""
}
.bi-instagram::before{
  content:""
}
.bi-intersect::before{
  content:""
}
.bi-journal-album::before{
  content:""
}
.bi-journal-arrow-down::before{
  content:""
}
.bi-journal-arrow-up::before{
  content:""
}
.bi-journal-bookmark-fill::before{
  content:""
}
.bi-journal-bookmark::before{
  content:""
}
.bi-journal-check::before{
  content:""
}
.bi-journal-code::before{
  content:""
}
.bi-journal-medical::before{
  content:""
}
.bi-journal-minus::before{
  content:""
}
.bi-journal-plus::before{
  content:""
}
.bi-journal-richtext::before{
  content:""
}
.bi-journal-text::before{
  content:""
}
.bi-journal-x::before{
  content:""
}
.bi-journal::before{
  content:""
}
.bi-journals::before{
  content:""
}
.bi-joystick::before{
  content:""
}
.bi-justify-left::before{
  content:""
}
.bi-justify-right::before{
  content:""
}
.bi-justify::before{
  content:""
}
.bi-kanban-fill::before{
  content:""
}
.bi-kanban::before{
  content:""
}
.bi-key-fill::before{
  content:""
}
.bi-key::before{
  content:""
}
.bi-keyboard-fill::before{
  content:""
}
.bi-keyboard::before{
  content:""
}
.bi-ladder::before{
  content:""
}
.bi-lamp-fill::before{
  content:""
}
.bi-lamp::before{
  content:""
}
.bi-laptop-fill::before{
  content:""
}
.bi-laptop::before{
  content:""
}
.bi-layer-backward::before{
  content:""
}
.bi-layer-forward::before{
  content:""
}
.bi-layers-fill::before{
  content:""
}
.bi-layers-half::before{
  content:""
}
.bi-layers::before{
  content:""
}
.bi-layout-sidebar-inset-reverse::before{
  content:""
}
.bi-layout-sidebar-inset::before{
  content:""
}
.bi-layout-sidebar-reverse::before{
  content:""
}
.bi-layout-sidebar::before{
  content:""
}
.bi-layout-split::before{
  content:""
}
.bi-layout-text-sidebar-reverse::before{
  content:""
}
.bi-layout-text-sidebar::before{
  content:""
}
.bi-layout-text-window-reverse::before{
  content:""
}
.bi-layout-text-window::before{
  content:""
}
.bi-layout-three-columns::before{
  content:""
}
.bi-layout-wtf::before{
  content:""
}
.bi-life-preserver::before{
  content:""
}
.bi-lightbulb-fill::before{
  content:""
}
.bi-lightbulb-off-fill::before{
  content:""
}
.bi-lightbulb-off::before{
  content:""
}
.bi-lightbulb::before{
  content:""
}
.bi-lightning-charge-fill::before{
  content:""
}
.bi-lightning-charge::before{
  content:""
}
.bi-lightning-fill::before{
  content:""
}
.bi-lightning::before{
  content:""
}
.bi-link-45deg::before{
  content:""
}
.bi-link::before{
  content:""
}
.bi-linkedin::before{
  content:""
}
.bi-list-check::before{
  content:""
}
.bi-list-nested::before{
  content:""
}
.bi-list-ol::before{
  content:""
}
.bi-list-stars::before{
  content:""
}
.bi-list-task::before{
  content:""
}
.bi-list-ul::before{
  content:""
}
.bi-list::before{
  content:""
}
.bi-lock-fill::before{
  content:""
}
.bi-lock::before{
  content:""
}
.bi-mailbox::before{
  content:""
}
.bi-mailbox2::before{
  content:""
}
.bi-map-fill::before{
  content:""
}
.bi-map::before{
  content:""
}
.bi-markdown-fill::before{
  content:""
}
.bi-markdown::before{
  content:""
}
.bi-mask::before{
  content:""
}
.bi-megaphone-fill::before{
  content:""
}
.bi-megaphone::before{
  content:""
}
.bi-menu-app-fill::before{
  content:""
}
.bi-menu-app::before{
  content:""
}
.bi-menu-button-fill::before{
  content:""
}
.bi-menu-button-wide-fill::before{
  content:""
}
.bi-menu-button-wide::before{
  content:""
}
.bi-menu-button::before{
  content:""
}
.bi-menu-down::before{
  content:""
}
.bi-menu-up::before{
  content:""
}
.bi-mic-fill::before{
  content:""
}
.bi-mic-mute-fill::before{
  content:""
}
.bi-mic-mute::before{
  content:""
}
.bi-mic::before{
  content:""
}
.bi-minecart-loaded::before{
  content:""
}
.bi-minecart::before{
  content:""
}
.bi-moisture::before{
  content:""
}
.bi-moon-fill::before{
  content:""
}
.bi-moon-stars-fill::before{
  content:""
}
.bi-moon-stars::before{
  content:""
}
.bi-moon::before{
  content:""
}
.bi-mouse-fill::before{
  content:""
}
.bi-mouse::before{
  content:""
}
.bi-mouse2-fill::before{
  content:""
}
.bi-mouse2::before{
  content:""
}
.bi-mouse3-fill::before{
  content:""
}
.bi-mouse3::before{
  content:""
}
.bi-music-note-beamed::before{
  content:""
}
.bi-music-note-list::before{
  content:""
}
.bi-music-note::before{
  content:""
}
.bi-music-player-fill::before{
  content:""
}
.bi-music-player::before{
  content:""
}
.bi-newspaper::before{
  content:""
}
.bi-node-minus-fill::before{
  content:""
}
.bi-node-minus::before{
  content:""
}
.bi-node-plus-fill::before{
  content:""
}
.bi-node-plus::before{
  content:""
}
.bi-nut-fill::before{
  content:""
}
.bi-nut::before{
  content:""
}
.bi-octagon-fill::before{
  content:""
}
.bi-octagon-half::before{
  content:""
}
.bi-octagon::before{
  content:""
}
.bi-option::before{
  content:""
}
.bi-outlet::before{
  content:""
}
.bi-paint-bucket::before{
  content:""
}
.bi-palette-fill::before{
  content:""
}
.bi-palette::before{
  content:""
}
.bi-palette2::before{
  content:""
}
.bi-paperclip::before{
  content:""
}
.bi-paragraph::before{
  content:""
}
.bi-patch-check-fill::before{
  content:""
}
.bi-patch-check::before{
  content:""
}
.bi-patch-exclamation-fill::before{
  content:""
}
.bi-patch-exclamation::before{
  content:""
}
.bi-patch-minus-fill::before{
  content:""
}
.bi-patch-minus::before{
  content:""
}
.bi-patch-plus-fill::before{
  content:""
}
.bi-patch-plus::before{
  content:""
}
.bi-patch-question-fill::before{
  content:""
}
.bi-patch-question::before{
  content:""
}
.bi-pause-btn-fill::before{
  content:""
}
.bi-pause-btn::before{
  content:""
}
.bi-pause-circle-fill::before{
  content:""
}
.bi-pause-circle::before{
  content:""
}
.bi-pause-fill::before{
  content:""
}
.bi-pause::before{
  content:""
}
.bi-peace-fill::before{
  content:""
}
.bi-peace::before{
  content:""
}
.bi-pen-fill::before{
  content:""
}
.bi-pen::before{
  content:""
}
.bi-pencil-fill::before{
  content:""
}
.bi-pencil-square::before{
  content:""
}
.bi-pencil::before{
  content:""
}
.bi-pentagon-fill::before{
  content:""
}
.bi-pentagon-half::before{
  content:""
}
.bi-pentagon::before{
  content:""
}
.bi-people-fill::before{
  content:""
}
.bi-people::before{
  content:""
}
.bi-percent::before{
  content:""
}
.bi-person-badge-fill::before{
  content:""
}
.bi-person-badge::before{
  content:""
}
.bi-person-bounding-box::before{
  content:""
}
.bi-person-check-fill::before{
  content:""
}
.bi-person-check::before{
  content:""
}
.bi-person-circle::before{
  content:""
}
.bi-person-dash-fill::before{
  content:""
}
.bi-person-dash::before{
  content:""
}
.bi-person-fill::before{
  content:""
}
.bi-person-lines-fill::before{
  content:""
}
.bi-person-plus-fill::before{
  content:""
}
.bi-person-plus::before{
  content:""
}
.bi-person-square::before{
  content:""
}
.bi-person-x-fill::before{
  content:""
}
.bi-person-x::before{
  content:""
}
.bi-person::before{
  content:""
}
.bi-phone-fill::before{
  content:""
}
.bi-phone-landscape-fill::before{
  content:""
}
.bi-phone-landscape::before{
  content:""
}
.bi-phone-vibrate-fill::before{
  content:""
}
.bi-phone-vibrate::before{
  content:""
}
.bi-phone::before{
  content:""
}
.bi-pie-chart-fill::before{
  content:""
}
.bi-pie-chart::before{
  content:""
}
.bi-pin-angle-fill::before{
  content:""
}
.bi-pin-angle::before{
  content:""
}
.bi-pin-fill::before{
  content:""
}
.bi-pin::before{
  content:""
}
.bi-pip-fill::before{
  content:""
}
.bi-pip::before{
  content:""
}
.bi-play-btn-fill::before{
  content:""
}
.bi-play-btn::before{
  content:""
}
.bi-play-circle-fill::before{
  content:""
}
.bi-play-circle::before{
  content:""
}
.bi-play-fill::before{
  content:""
}
.bi-play::before{
  content:""
}
.bi-plug-fill::before{
  content:""
}
.bi-plug::before{
  content:""
}
.bi-plus-circle-dotted::before{
  content:""
}
.bi-plus-circle-fill::before{
  content:""
}
.bi-plus-circle::before{
  content:""
}
.bi-plus-square-dotted::before{
  content:""
}
.bi-plus-square-fill::before{
  content:""
}
.bi-plus-square::before{
  content:""
}
.bi-plus::before{
  content:""
}
.bi-power::before{
  content:""
}
.bi-printer-fill::before{
  content:""
}
.bi-printer::before{
  content:""
}
.bi-puzzle-fill::before{
  content:""
}
.bi-puzzle::before{
  content:""
}
.bi-question-circle-fill::before{
  content:""
}
.bi-question-circle::before{
  content:""
}
.bi-question-diamond-fill::before{
  content:""
}
.bi-question-diamond::before{
  content:""
}
.bi-question-octagon-fill::before{
  content:""
}
.bi-question-octagon::before{
  content:""
}
.bi-question-square-fill::before{
  content:""
}
.bi-question-square::before{
  content:""
}
.bi-question::before{
  content:""
}
.bi-rainbow::before{
  content:""
}
.bi-receipt-cutoff::before{
  content:""
}
.bi-receipt::before{
  content:""
}
.bi-reception-0::before{
  content:""
}
.bi-reception-1::before{
  content:""
}
.bi-reception-2::before{
  content:""
}
.bi-reception-3::before{
  content:""
}
.bi-reception-4::before{
  content:""
}
.bi-record-btn-fill::before{
  content:""
}
.bi-record-btn::before{
  content:""
}
.bi-record-circle-fill::before{
  content:""
}
.bi-record-circle::before{
  content:""
}
.bi-record-fill::before{
  content:""
}
.bi-record::before{
  content:""
}
.bi-record2-fill::before{
  content:""
}
.bi-record2::before{
  content:""
}
.bi-reply-all-fill::before{
  content:""
}
.bi-reply-all::before{
  content:""
}
.bi-reply-fill::before{
  content:""
}
.bi-reply::before{
  content:""
}
.bi-rss-fill::before{
  content:""
}
.bi-rss::before{
  content:""
}
.bi-rulers::before{
  content:""
}
.bi-save-fill::before{
  content:""
}
.bi-save::before{
  content:""
}
.bi-save2-fill::before{
  content:""
}
.bi-save2::before{
  content:""
}
.bi-scissors::before{
  content:""
}
.bi-screwdriver::before{
  content:""
}
.bi-search::before{
  content:""
}
.bi-segmented-nav::before{
  content:""
}
.bi-server::before{
  content:""
}
.bi-share-fill::before{
  content:""
}
.bi-share::before{
  content:""
}
.bi-shield-check::before{
  content:""
}
.bi-shield-exclamation::before{
  content:""
}
.bi-shield-fill-check::before{
  content:""
}
.bi-shield-fill-exclamation::before{
  content:""
}
.bi-shield-fill-minus::before{
  content:""
}
.bi-shield-fill-plus::before{
  content:""
}
.bi-shield-fill-x::before{
  content:""
}
.bi-shield-fill::before{
  content:""
}
.bi-shield-lock-fill::before{
  content:""
}
.bi-shield-lock::before{
  content:""
}
.bi-shield-minus::before{
  content:""
}
.bi-shield-plus::before{
  content:""
}
.bi-shield-shaded::before{
  content:""
}
.bi-shield-slash-fill::before{
  content:""
}
.bi-shield-slash::before{
  content:""
}
.bi-shield-x::before{
  content:""
}
.bi-shield::before{
  content:""
}
.bi-shift-fill::before{
  content:""
}
.bi-shift::before{
  content:""
}
.bi-shop-window::before{
  content:""
}
.bi-shop::before{
  content:""
}
.bi-shuffle::before{
  content:""
}
.bi-signpost-2-fill::before{
  content:""
}
.bi-signpost-2::before{
  content:""
}
.bi-signpost-fill::before{
  content:""
}
.bi-signpost-split-fill::before{
  content:""
}
.bi-signpost-split::before{
  content:""
}
.bi-signpost::before{
  content:""
}
.bi-sim-fill::before{
  content:""
}
.bi-sim::before{
  content:""
}
.bi-skip-backward-btn-fill::before{
  content:""
}
.bi-skip-backward-btn::before{
  content:""
}
.bi-skip-backward-circle-fill::before{
  content:""
}
.bi-skip-backward-circle::before{
  content:""
}
.bi-skip-backward-fill::before{
  content:""
}
.bi-skip-backward::before{
  content:""
}
.bi-skip-end-btn-fill::before{
  content:""
}
.bi-skip-end-btn::before{
  content:""
}
.bi-skip-end-circle-fill::before{
  content:""
}
.bi-skip-end-circle::before{
  content:""
}
.bi-skip-end-fill::before{
  content:""
}
.bi-skip-end::before{
  content:""
}
.bi-skip-forward-btn-fill::before{
  content:""
}
.bi-skip-forward-btn::before{
  content:""
}
.bi-skip-forward-circle-fill::before{
  content:""
}
.bi-skip-forward-circle::before{
  content:""
}
.bi-skip-forward-fill::before{
  content:""
}
.bi-skip-forward::before{
  content:""
}
.bi-skip-start-btn-fill::before{
  content:""
}
.bi-skip-start-btn::before{
  content:""
}
.bi-skip-start-circle-fill::before{
  content:""
}
.bi-skip-start-circle::before{
  content:""
}
.bi-skip-start-fill::before{
  content:""
}
.bi-skip-start::before{
  content:""
}
.bi-slack::before{
  content:""
}
.bi-slash-circle-fill::before{
  content:""
}
.bi-slash-circle::before{
  content:""
}
.bi-slash-square-fill::before{
  content:""
}
.bi-slash-square::before{
  content:""
}
.bi-slash::before{
  content:""
}
.bi-sliders::before{
  content:""
}
.bi-smartwatch::before{
  content:""
}
.bi-snow::before{
  content:""
}
.bi-snow2::before{
  content:""
}
.bi-snow3::before{
  content:""
}
.bi-sort-alpha-down-alt::before{
  content:""
}
.bi-sort-alpha-down::before{
  content:""
}
.bi-sort-alpha-up-alt::before{
  content:""
}
.bi-sort-alpha-up::before{
  content:""
}
.bi-sort-down-alt::before{
  content:""
}
.bi-sort-down::before{
  content:""
}
.bi-sort-numeric-down-alt::before{
  content:""
}
.bi-sort-numeric-down::before{
  content:""
}
.bi-sort-numeric-up-alt::before{
  content:""
}
.bi-sort-numeric-up::before{
  content:""
}
.bi-sort-up-alt::before{
  content:""
}
.bi-sort-up::before{
  content:""
}
.bi-soundwave::before{
  content:""
}
.bi-speaker-fill::before{
  content:""
}
.bi-speaker::before{
  content:""
}
.bi-speedometer::before{
  content:""
}
.bi-speedometer2::before{
  content:""
}
.bi-spellcheck::before{
  content:""
}
.bi-square-fill::before{
  content:""
}
.bi-square-half::before{
  content:""
}
.bi-square::before{
  content:""
}
.bi-stack::before{
  content:""
}
.bi-star-fill::before{
  content:""
}
.bi-star-half::before{
  content:""
}
.bi-star::before{
  content:""
}
.bi-stars::before{
  content:""
}
.bi-stickies-fill::before{
  content:""
}
.bi-stickies::before{
  content:""
}
.bi-sticky-fill::before{
  content:""
}
.bi-sticky::before{
  content:""
}
.bi-stop-btn-fill::before{
  content:""
}
.bi-stop-btn::before{
  content:""
}
.bi-stop-circle-fill::before{
  content:""
}
.bi-stop-circle::before{
  content:""
}
.bi-stop-fill::before{
  content:""
}
.bi-stop::before{
  content:""
}
.bi-stoplights-fill::before{
  content:""
}
.bi-stoplights::before{
  content:""
}
.bi-stopwatch-fill::before{
  content:""
}
.bi-stopwatch::before{
  content:""
}
.bi-subtract::before{
  content:""
}
.bi-suit-club-fill::before{
  content:""
}
.bi-suit-club::before{
  content:""
}
.bi-suit-diamond-fill::before{
  content:""
}
.bi-suit-diamond::before{
  content:""
}
.bi-suit-heart-fill::before{
  content:""
}
.bi-suit-heart::before{
  content:""
}
.bi-suit-spade-fill::before{
  content:""
}
.bi-suit-spade::before{
  content:""
}
.bi-sun-fill::before{
  content:""
}
.bi-sun::before{
  content:""
}
.bi-sunglasses::before{
  content:""
}
.bi-sunrise-fill::before{
  content:""
}
.bi-sunrise::before{
  content:""
}
.bi-sunset-fill::before{
  content:""
}
.bi-sunset::before{
  content:""
}
.bi-symmetry-horizontal::before{
  content:""
}
.bi-symmetry-vertical::before{
  content:""
}
.bi-table::before{
  content:""
}
.bi-tablet-fill::before{
  content:""
}
.bi-tablet-landscape-fill::before{
  content:""
}
.bi-tablet-landscape::before{
  content:""
}
.bi-tablet::before{
  content:""
}
.bi-tag-fill::before{
  content:""
}
.bi-tag::before{
  content:""
}
.bi-tags-fill::before{
  content:""
}
.bi-tags::before{
  content:""
}
.bi-telegram::before{
  content:""
}
.bi-telephone-fill::before{
  content:""
}
.bi-telephone-forward-fill::before{
  content:""
}
.bi-telephone-forward::before{
  content:""
}
.bi-telephone-inbound-fill::before{
  content:""
}
.bi-telephone-inbound::before{
  content:""
}
.bi-telephone-minus-fill::before{
  content:""
}
.bi-telephone-minus::before{
  content:""
}
.bi-telephone-outbound-fill::before{
  content:""
}
.bi-telephone-outbound::before{
  content:""
}
.bi-telephone-plus-fill::before{
  content:""
}
.bi-telephone-plus::before{
  content:""
}
.bi-telephone-x-fill::before{
  content:""
}
.bi-telephone-x::before{
  content:""
}
.bi-telephone::before{
  content:""
}
.bi-terminal-fill::before{
  content:""
}
.bi-terminal::before{
  content:""
}
.bi-text-center::before{
  content:""
}
.bi-text-indent-left::before{
  content:""
}
.bi-text-indent-right::before{
  content:""
}
.bi-text-left::before{
  content:""
}
.bi-text-paragraph::before{
  content:""
}
.bi-text-right::before{
  content:""
}
.bi-textarea-resize::before{
  content:""
}
.bi-textarea-t::before{
  content:""
}
.bi-textarea::before{
  content:""
}
.bi-thermometer-half::before{
  content:""
}
.bi-thermometer-high::before{
  content:""
}
.bi-thermometer-low::before{
  content:""
}
.bi-thermometer-snow::before{
  content:""
}
.bi-thermometer-sun::before{
  content:""
}
.bi-thermometer::before{
  content:""
}
.bi-three-dots-vertical::before{
  content:""
}
.bi-three-dots::before{
  content:""
}
.bi-toggle-off::before{
  content:""
}
.bi-toggle-on::before{
  content:""
}
.bi-toggle2-off::before{
  content:""
}
.bi-toggle2-on::before{
  content:""
}
.bi-toggles::before{
  content:""
}
.bi-toggles2::before{
  content:""
}
.bi-tools::before{
  content:""
}
.bi-tornado::before{
  content:""
}
.bi-trash-fill::before{
  content:""
}
.bi-trash::before{
  content:""
}
.bi-trash2-fill::before{
  content:""
}
.bi-trash2::before{
  content:""
}
.bi-tree-fill::before{
  content:""
}
.bi-tree::before{
  content:""
}
.bi-triangle-fill::before{
  content:""
}
.bi-triangle-half::before{
  content:""
}
.bi-triangle::before{
  content:""
}
.bi-trophy-fill::before{
  content:""
}
.bi-trophy::before{
  content:""
}
.bi-tropical-storm::before{
  content:""
}
.bi-truck-flatbed::before{
  content:""
}
.bi-truck::before{
  content:""
}
.bi-tsunami::before{
  content:""
}
.bi-tv-fill::before{
  content:""
}
.bi-tv::before{
  content:""
}
.bi-twitch::before{
  content:""
}
.bi-twitter::before{
  content:""
}
.bi-type-bold::before{
  content:""
}
.bi-type-h1::before{
  content:""
}
.bi-type-h2::before{
  content:""
}
.bi-type-h3::before{
  content:""
}
.bi-type-italic::before{
  content:""
}
.bi-type-strikethrough::before{
  content:""
}
.bi-type-underline::before{
  content:""
}
.bi-type::before{
  content:""
}
.bi-ui-checks-grid::before{
  content:""
}
.bi-ui-checks::before{
  content:""
}
.bi-ui-radios-grid::before{
  content:""
}
.bi-ui-radios::before{
  content:""
}
.bi-umbrella-fill::before{
  content:""
}
.bi-umbrella::before{
  content:""
}
.bi-union::before{
  content:""
}
.bi-unlock-fill::before{
  content:""
}
.bi-unlock::before{
  content:""
}
.bi-upc-scan::before{
  content:""
}
.bi-upc::before{
  content:""
}
.bi-upload::before{
  content:""
}
.bi-vector-pen::before{
  content:""
}
.bi-view-list::before{
  content:""
}
.bi-view-stacked::before{
  content:""
}
.bi-vinyl-fill::before{
  content:""
}
.bi-vinyl::before{
  content:""
}
.bi-voicemail::before{
  content:""
}
.bi-volume-down-fill::before{
  content:""
}
.bi-volume-down::before{
  content:""
}
.bi-volume-mute-fill::before{
  content:""
}
.bi-volume-mute::before{
  content:""
}
.bi-volume-off-fill::before{
  content:""
}
.bi-volume-off::before{
  content:""
}
.bi-volume-up-fill::before{
  content:""
}
.bi-volume-up::before{
  content:""
}
.bi-vr::before{
  content:""
}
.bi-wallet-fill::before{
  content:""
}
.bi-wallet::before{
  content:""
}
.bi-wallet2::before{
  content:""
}
.bi-watch::before{
  content:""
}
.bi-water::before{
  content:""
}
.bi-whatsapp::before{
  content:""
}
.bi-wifi-1::before{
  content:""
}
.bi-wifi-2::before{
  content:""
}
.bi-wifi-off::before{
  content:""
}
.bi-wifi::before{
  content:""
}
.bi-wind::before{
  content:""
}
.bi-window-dock::before{
  content:""
}
.bi-window-sidebar::before{
  content:""
}
.bi-window::before{
  content:""
}
.bi-wrench::before{
  content:""
}
.bi-x-circle-fill::before{
  content:""
}
.bi-x-circle::before{
  content:""
}
.bi-x-diamond-fill::before{
  content:""
}
.bi-x-diamond::before{
  content:""
}
.bi-x-octagon-fill::before{
  content:""
}
.bi-x-octagon::before{
  content:""
}
.bi-x-square-fill::before{
  content:""
}
.bi-x-square::before{
  content:""
}
.bi-x::before{
  content:""
}
.bi-youtube::before{
  content:""
}
.bi-zoom-in::before{
  content:""
}
.bi-zoom-out::before{
  content:""
}
.bi-bank::before{
  content:""
}
.bi-bank2::before{
  content:""
}
.bi-bell-slash-fill::before{
  content:""
}
.bi-bell-slash::before{
  content:""
}
.bi-cash-coin::before{
  content:""
}
.bi-check-lg::before{
  content:""
}
.bi-coin::before{
  content:""
}
.bi-currency-bitcoin::before{
  content:""
}
.bi-currency-dollar::before{
  content:""
}
.bi-currency-euro::before{
  content:""
}
.bi-currency-exchange::before{
  content:""
}
.bi-currency-pound::before{
  content:""
}
.bi-currency-yen::before{
  content:""
}
.bi-dash-lg::before{
  content:""
}
.bi-exclamation-lg::before{
  content:""
}
.bi-file-earmark-pdf-fill::before{
  content:""
}
.bi-file-earmark-pdf::before{
  content:""
}
.bi-file-pdf-fill::before{
  content:""
}
.bi-file-pdf::before{
  content:""
}
.bi-gender-ambiguous::before{
  content:""
}
.bi-gender-female::before{
  content:""
}
.bi-gender-male::before{
  content:""
}
.bi-gender-trans::before{
  content:""
}
.bi-headset-vr::before{
  content:""
}
.bi-info-lg::before{
  content:""
}
.bi-mastodon::before{
  content:""
}
.bi-messenger::before{
  content:""
}
.bi-piggy-bank-fill::before{
  content:""
}
.bi-piggy-bank::before{
  content:""
}
.bi-pin-map-fill::before{
  content:""
}
.bi-pin-map::before{
  content:""
}
.bi-plus-lg::before{
  content:""
}
.bi-question-lg::before{
  content:""
}
.bi-recycle::before{
  content:""
}
.bi-reddit::before{
  content:""
}
.bi-safe-fill::before{
  content:""
}
.bi-safe2-fill::before{
  content:""
}
.bi-safe2::before{
  content:""
}
.bi-sd-card-fill::before{
  content:""
}
.bi-sd-card::before{
  content:""
}
.bi-skype::before{
  content:""
}
.bi-slash-lg::before{
  content:""
}
.bi-translate::before{
  content:""
}
.bi-x-lg::before{
  content:""
}
.bi-safe::before{
  content:""
}
/*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,.fab,.fad,.fal,.far,.fas{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1
}
.fa-lg{
  font-size:1.33333em;
  line-height:.75em;
  vertical-align:-.0667em
}
.fa-xs{
  font-size:.75em
}
.fa-sm{
  font-size:.875em
}
.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-fw{
  text-align:center;
  width:1.25em
}
.fa-ul{
  list-style-type:none;
  margin-left:2.5em;
  padding-left:0
}
.fa-ul>li{
  position:relative
}
.fa-li{
  left:-2em;
  position:absolute;
  text-align:center;
  width:2em;
  line-height:inherit
}
.fa-border{
  border:.08em solid #eee;
  border-radius:.1em;
  padding:.2em .25em .15em
}
.fa-pull-left{
  float:left
}
.fa-pull-right{
  float:right
}
.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{
  margin-right:.3em
}
.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{
  margin-left:.3em
}
.fa-spin{
  -webkit-animation:fa-spin 2s linear infinite;
  animation:fa-spin 2s linear infinite
}
.fa-pulse{
  -webkit-animation:fa-spin 1s steps(8) infinite;
  animation:fa-spin 1s steps(8) infinite
}
@-webkit-keyframes fa-spin{
  0%{
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}
@keyframes fa-spin{
  0%{
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}
.fa-rotate-90{
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg)
}
.fa-rotate-180{
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
}
.fa-rotate-270{
  -webkit-transform:rotate(270deg);
  transform:rotate(270deg)
}
.fa-flip-horizontal{
  -webkit-transform:scaleX(-1);
  transform:scaleX(-1)
}
.fa-flip-vertical{
  -webkit-transform:scaleY(-1);
  transform:scaleY(-1)
}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{
  -webkit-transform:scale(-1);
  transform:scale(-1)
}
:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{
  -webkit-filter:none;
  filter: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%
}
.fa-stack-1x{
  line-height:inherit
}
.fa-stack-2x{
  font-size:2em
}
.fa-inverse{
  color:#fff
}
.fa-500px:before{
  content:""
}
.fa-accessible-icon:before{
  content:""
}
.fa-accusoft:before{
  content:""
}
.fa-acquisitions-incorporated:before{
  content:""
}
.fa-ad:before{
  content:""
}
.fa-address-book:before{
  content:""
}
.fa-address-card:before{
  content:""
}
.fa-adjust:before{
  content:""
}
.fa-adn:before{
  content:""
}
.fa-adversal:before{
  content:""
}
.fa-affiliatetheme:before{
  content:""
}
.fa-air-freshener:before{
  content:""
}
.fa-airbnb:before{
  content:""
}
.fa-algolia:before{
  content:""
}
.fa-align-center:before{
  content:""
}
.fa-align-justify:before{
  content:""
}
.fa-align-left:before{
  content:""
}
.fa-align-right:before{
  content:""
}
.fa-alipay:before{
  content:""
}
.fa-allergies:before{
  content:""
}
.fa-amazon:before{
  content:""
}
.fa-amazon-pay:before{
  content:""
}
.fa-ambulance:before{
  content:""
}
.fa-american-sign-language-interpreting:before{
  content:""
}
.fa-amilia:before{
  content:""
}
.fa-anchor:before{
  content:""
}
.fa-android:before{
  content:""
}
.fa-angellist:before{
  content:""
}
.fa-angle-double-down:before{
  content:""
}
.fa-angle-double-left:before{
  content:""
}
.fa-angle-double-right:before{
  content:""
}
.fa-angle-double-up:before{
  content:""
}
.fa-angle-down:before{
  content:""
}
.fa-angle-left:before{
  content:""
}
.fa-angle-right:before{
  content:""
}
.fa-angle-up:before{
  content:""
}
.fa-angry:before{
  content:""
}
.fa-angrycreative:before{
  content:""
}
.fa-angular:before{
  content:""
}
.fa-ankh:before{
  content:""
}
.fa-app-store:before{
  content:""
}
.fa-app-store-ios:before{
  content:""
}
.fa-apper:before{
  content:""
}
.fa-apple:before{
  content:""
}
.fa-apple-alt:before{
  content:""
}
.fa-apple-pay:before{
  content:""
}
.fa-archive:before{
  content:""
}
.fa-archway:before{
  content:""
}
.fa-arrow-alt-circle-down:before{
  content:""
}
.fa-arrow-alt-circle-left:before{
  content:""
}
.fa-arrow-alt-circle-right:before{
  content:""
}
.fa-arrow-alt-circle-up:before{
  content:""
}
.fa-arrow-circle-down:before{
  content:""
}
.fa-arrow-circle-left:before{
  content:""
}
.fa-arrow-circle-right:before{
  content:""
}
.fa-arrow-circle-up:before{
  content:""
}
.fa-arrow-down:before{
  content:""
}
.fa-arrow-left:before{
  content:""
}
.fa-arrow-right:before{
  content:""
}
.fa-arrow-up:before{
  content:""
}
.fa-arrows-alt:before{
  content:""
}
.fa-arrows-alt-h:before{
  content:""
}
.fa-arrows-alt-v:before{
  content:""
}
.fa-artstation:before{
  content:""
}
.fa-assistive-listening-systems:before{
  content:""
}
.fa-asterisk:before{
  content:""
}
.fa-asymmetrik:before{
  content:""
}
.fa-at:before{
  content:""
}
.fa-atlas:before{
  content:""
}
.fa-atlassian:before{
  content:""
}
.fa-atom:before{
  content:""
}
.fa-audible:before{
  content:""
}
.fa-audio-description:before{
  content:""
}
.fa-autoprefixer:before{
  content:""
}
.fa-avianex:before{
  content:""
}
.fa-aviato:before{
  content:""
}
.fa-award:before{
  content:""
}
.fa-aws:before{
  content:""
}
.fa-baby:before{
  content:""
}
.fa-baby-carriage:before{
  content:""
}
.fa-backspace:before{
  content:""
}
.fa-backward:before{
  content:""
}
.fa-bacon:before{
  content:""
}
.fa-bacteria:before{
  content:""
}
.fa-bacterium:before{
  content:""
}
.fa-bahai:before{
  content:""
}
.fa-balance-scale:before{
  content:""
}
.fa-balance-scale-left:before{
  content:""
}
.fa-balance-scale-right:before{
  content:""
}
.fa-ban:before{
  content:""
}
.fa-band-aid:before{
  content:""
}
.fa-bandcamp:before{
  content:""
}
.fa-barcode:before{
  content:""
}
.fa-bars:before{
  content:""
}
.fa-baseball-ball:before{
  content:""
}
.fa-basketball-ball:before{
  content:""
}
.fa-bath:before{
  content:""
}
.fa-battery-empty:before{
  content:""
}
.fa-battery-full:before{
  content:""
}
.fa-battery-half:before{
  content:""
}
.fa-battery-quarter:before{
  content:""
}
.fa-battery-three-quarters:before{
  content:""
}
.fa-battle-net:before{
  content:""
}
.fa-bed:before{
  content:""
}
.fa-beer:before{
  content:""
}
.fa-behance:before{
  content:""
}
.fa-behance-square:before{
  content:""
}
.fa-bell:before{
  content:""
}
.fa-bell-slash:before{
  content:""
}
.fa-bezier-curve:before{
  content:""
}
.fa-bible:before{
  content:""
}
.fa-bicycle:before{
  content:""
}
.fa-biking:before{
  content:""
}
.fa-bimobject:before{
  content:""
}
.fa-binoculars:before{
  content:""
}
.fa-biohazard:before{
  content:""
}
.fa-birthday-cake:before{
  content:""
}
.fa-bitbucket:before{
  content:""
}
.fa-bitcoin:before{
  content:""
}
.fa-bity:before{
  content:""
}
.fa-black-tie:before{
  content:""
}
.fa-blackberry:before{
  content:""
}
.fa-blender:before{
  content:""
}
.fa-blender-phone:before{
  content:""
}
.fa-blind:before{
  content:""
}
.fa-blog:before{
  content:""
}
.fa-blogger:before{
  content:""
}
.fa-blogger-b:before{
  content:""
}
.fa-bluetooth:before{
  content:""
}
.fa-bluetooth-b:before{
  content:""
}
.fa-bold:before{
  content:""
}
.fa-bolt:before{
  content:""
}
.fa-bomb:before{
  content:""
}
.fa-bone:before{
  content:""
}
.fa-bong:before{
  content:""
}
.fa-book:before{
  content:""
}
.fa-book-dead:before{
  content:""
}
.fa-book-medical:before{
  content:""
}
.fa-book-open:before{
  content:""
}
.fa-book-reader:before{
  content:""
}
.fa-bookmark:before{
  content:""
}
.fa-bootstrap:before{
  content:""
}
.fa-border-all:before{
  content:""
}
.fa-border-none:before{
  content:""
}
.fa-border-style:before{
  content:""
}
.fa-bowling-ball:before{
  content:""
}
.fa-box:before{
  content:""
}
.fa-box-open:before{
  content:""
}
.fa-box-tissue:before{
  content:""
}
.fa-boxes:before{
  content:""
}
.fa-braille:before{
  content:""
}
.fa-brain:before{
  content:""
}
.fa-bread-slice:before{
  content:""
}
.fa-briefcase:before{
  content:""
}
.fa-briefcase-medical:before{
  content:""
}
.fa-broadcast-tower:before{
  content:""
}
.fa-broom:before{
  content:""
}
.fa-brush:before{
  content:""
}
.fa-btc:before{
  content:""
}
.fa-buffer:before{
  content:""
}
.fa-bug:before{
  content:""
}
.fa-building:before{
  content:""
}
.fa-bullhorn:before{
  content:""
}
.fa-bullseye:before{
  content:""
}
.fa-burn:before{
  content:""
}
.fa-buromobelexperte:before{
  content:""
}
.fa-bus:before{
  content:""
}
.fa-bus-alt:before{
  content:""
}
.fa-business-time:before{
  content:""
}
.fa-buy-n-large:before{
  content:""
}
.fa-buysellads:before{
  content:""
}
.fa-calculator:before{
  content:""
}
.fa-calendar:before{
  content:""
}
.fa-calendar-alt:before{
  content:""
}
.fa-calendar-check:before{
  content:""
}
.fa-calendar-day:before{
  content:""
}
.fa-calendar-minus:before{
  content:""
}
.fa-calendar-plus:before{
  content:""
}
.fa-calendar-times:before{
  content:""
}
.fa-calendar-week:before{
  content:""
}
.fa-camera:before{
  content:""
}
.fa-camera-retro:before{
  content:""
}
.fa-campground:before{
  content:""
}
.fa-canadian-maple-leaf:before{
  content:""
}
.fa-candy-cane:before{
  content:""
}
.fa-cannabis:before{
  content:""
}
.fa-capsules:before{
  content:""
}
.fa-car:before{
  content:""
}
.fa-car-alt:before{
  content:""
}
.fa-car-battery:before{
  content:""
}
.fa-car-crash:before{
  content:""
}
.fa-car-side:before{
  content:""
}
.fa-caravan:before{
  content:""
}
.fa-caret-down:before{
  content:""
}
.fa-caret-left:before{
  content:""
}
.fa-caret-right:before{
  content:""
}
.fa-caret-square-down:before{
  content:""
}
.fa-caret-square-left:before{
  content:""
}
.fa-caret-square-right:before{
  content:""
}
.fa-caret-square-up:before{
  content:""
}
.fa-caret-up:before{
  content:""
}
.fa-carrot:before{
  content:""
}
.fa-cart-arrow-down:before{
  content:""
}
.fa-cart-plus:before{
  content:""
}
.fa-cash-register:before{
  content:""
}
.fa-cat:before{
  content:""
}
.fa-cc-amazon-pay:before{
  content:""
}
.fa-cc-amex:before{
  content:""
}
.fa-cc-apple-pay:before{
  content:""
}
.fa-cc-diners-club:before{
  content:""
}
.fa-cc-discover:before{
  content:""
}
.fa-cc-jcb:before{
  content:""
}
.fa-cc-mastercard:before{
  content:""
}
.fa-cc-paypal:before{
  content:""
}
.fa-cc-stripe:before{
  content:""
}
.fa-cc-visa:before{
  content:""
}
.fa-centercode:before{
  content:""
}
.fa-centos:before{
  content:""
}
.fa-certificate:before{
  content:""
}
.fa-chair:before{
  content:""
}
.fa-chalkboard:before{
  content:""
}
.fa-chalkboard-teacher:before{
  content:""
}
.fa-charging-station:before{
  content:""
}
.fa-chart-area:before{
  content:""
}
.fa-chart-bar:before{
  content:""
}
.fa-chart-line:before{
  content:""
}
.fa-chart-pie:before{
  content:""
}
.fa-check:before{
  content:""
}
.fa-check-circle:before{
  content:""
}
.fa-check-double:before{
  content:""
}
.fa-check-square:before{
  content:""
}
.fa-cheese:before{
  content:""
}
.fa-chess:before{
  content:""
}
.fa-chess-bishop:before{
  content:""
}
.fa-chess-board:before{
  content:""
}
.fa-chess-king:before{
  content:""
}
.fa-chess-knight:before{
  content:""
}
.fa-chess-pawn:before{
  content:""
}
.fa-chess-queen:before{
  content:""
}
.fa-chess-rook:before{
  content:""
}
.fa-chevron-circle-down:before{
  content:""
}
.fa-chevron-circle-left:before{
  content:""
}
.fa-chevron-circle-right:before{
  content:""
}
.fa-chevron-circle-up:before{
  content:""
}
.fa-chevron-down:before{
  content:""
}
.fa-chevron-left:before{
  content:""
}
.fa-chevron-right:before{
  content:""
}
.fa-chevron-up:before{
  content:""
}
.fa-child:before{
  content:""
}
.fa-chrome:before{
  content:""
}
.fa-chromecast:before{
  content:""
}
.fa-church:before{
  content:""
}
.fa-circle:before{
  content:""
}
.fa-circle-notch:before{
  content:""
}
.fa-city:before{
  content:""
}
.fa-clinic-medical:before{
  content:""
}
.fa-clipboard:before{
  content:""
}
.fa-clipboard-check:before{
  content:""
}
.fa-clipboard-list:before{
  content:""
}
.fa-clock:before{
  content:""
}
.fa-clone:before{
  content:""
}
.fa-closed-captioning:before{
  content:""
}
.fa-cloud:before{
  content:""
}
.fa-cloud-download-alt:before{
  content:""
}
.fa-cloud-meatball:before{
  content:""
}
.fa-cloud-moon:before{
  content:""
}
.fa-cloud-moon-rain:before{
  content:""
}
.fa-cloud-rain:before{
  content:""
}
.fa-cloud-showers-heavy:before{
  content:""
}
.fa-cloud-sun:before{
  content:""
}
.fa-cloud-sun-rain:before{
  content:""
}
.fa-cloud-upload-alt:before{
  content:""
}
.fa-cloudflare:before{
  content:""
}
.fa-cloudscale:before{
  content:""
}
.fa-cloudsmith:before{
  content:""
}
.fa-cloudversify:before{
  content:""
}
.fa-cocktail:before{
  content:""
}
.fa-code:before{
  content:""
}
.fa-code-branch:before{
  content:""
}
.fa-codepen:before{
  content:""
}
.fa-codiepie:before{
  content:""
}
.fa-coffee:before{
  content:""
}
.fa-cog:before{
  content:""
}
.fa-cogs:before{
  content:""
}
.fa-coins:before{
  content:""
}
.fa-columns:before{
  content:""
}
.fa-comment:before{
  content:""
}
.fa-comment-alt:before{
  content:""
}
.fa-comment-dollar:before{
  content:""
}
.fa-comment-dots:before{
  content:""
}
.fa-comment-medical:before{
  content:""
}
.fa-comment-slash:before{
  content:""
}
.fa-comments:before{
  content:""
}
.fa-comments-dollar:before{
  content:""
}
.fa-compact-disc:before{
  content:""
}
.fa-compass:before{
  content:""
}
.fa-compress:before{
  content:""
}
.fa-compress-alt:before{
  content:""
}
.fa-compress-arrows-alt:before{
  content:""
}
.fa-concierge-bell:before{
  content:""
}
.fa-confluence:before{
  content:""
}
.fa-connectdevelop:before{
  content:""
}
.fa-contao:before{
  content:""
}
.fa-cookie:before{
  content:""
}
.fa-cookie-bite:before{
  content:""
}
.fa-copy:before{
  content:""
}
.fa-copyright:before{
  content:""
}
.fa-cotton-bureau:before{
  content:""
}
.fa-couch:before{
  content:""
}
.fa-cpanel:before{
  content:""
}
.fa-creative-commons:before{
  content:""
}
.fa-creative-commons-by:before{
  content:""
}
.fa-creative-commons-nc:before{
  content:""
}
.fa-creative-commons-nc-eu:before{
  content:""
}
.fa-creative-commons-nc-jp:before{
  content:""
}
.fa-creative-commons-nd:before{
  content:""
}
.fa-creative-commons-pd:before{
  content:""
}
.fa-creative-commons-pd-alt:before{
  content:""
}
.fa-creative-commons-remix:before{
  content:""
}
.fa-creative-commons-sa:before{
  content:""
}
.fa-creative-commons-sampling:before{
  content:""
}
.fa-creative-commons-sampling-plus:before{
  content:""
}
.fa-creative-commons-share:before{
  content:""
}
.fa-creative-commons-zero:before{
  content:""
}
.fa-credit-card:before{
  content:""
}
.fa-critical-role:before{
  content:""
}
.fa-crop:before{
  content:""
}
.fa-crop-alt:before{
  content:""
}
.fa-cross:before{
  content:""
}
.fa-crosshairs:before{
  content:""
}
.fa-crow:before{
  content:""
}
.fa-crown:before{
  content:""
}
.fa-crutch:before{
  content:""
}
.fa-css3:before{
  content:""
}
.fa-css3-alt:before{
  content:""
}
.fa-cube:before{
  content:""
}
.fa-cubes:before{
  content:""
}
.fa-cut:before{
  content:""
}
.fa-cuttlefish:before{
  content:""
}
.fa-d-and-d:before{
  content:""
}
.fa-d-and-d-beyond:before{
  content:""
}
.fa-dailymotion:before{
  content:""
}
.fa-dashcube:before{
  content:""
}
.fa-database:before{
  content:""
}
.fa-deaf:before{
  content:""
}
.fa-deezer:before{
  content:""
}
.fa-delicious:before{
  content:""
}
.fa-democrat:before{
  content:""
}
.fa-deploydog:before{
  content:""
}
.fa-deskpro:before{
  content:""
}
.fa-desktop:before{
  content:""
}
.fa-dev:before{
  content:""
}
.fa-deviantart:before{
  content:""
}
.fa-dharmachakra:before{
  content:""
}
.fa-dhl:before{
  content:""
}
.fa-diagnoses:before{
  content:""
}
.fa-diaspora:before{
  content:""
}
.fa-dice:before{
  content:""
}
.fa-dice-d20:before{
  content:""
}
.fa-dice-d6:before{
  content:""
}
.fa-dice-five:before{
  content:""
}
.fa-dice-four:before{
  content:""
}
.fa-dice-one:before{
  content:""
}
.fa-dice-six:before{
  content:""
}
.fa-dice-three:before{
  content:""
}
.fa-dice-two:before{
  content:""
}
.fa-digg:before{
  content:""
}
.fa-digital-ocean:before{
  content:""
}
.fa-digital-tachograph:before{
  content:""
}
.fa-directions:before{
  content:""
}
.fa-discord:before{
  content:""
}
.fa-discourse:before{
  content:""
}
.fa-disease:before{
  content:""
}
.fa-divide:before{
  content:""
}
.fa-dizzy:before{
  content:""
}
.fa-dna:before{
  content:""
}
.fa-dochub:before{
  content:""
}
.fa-docker:before{
  content:""
}
.fa-dog:before{
  content:""
}
.fa-dollar-sign:before{
  content:""
}
.fa-dolly:before{
  content:""
}
.fa-dolly-flatbed:before{
  content:""
}
.fa-donate:before{
  content:""
}
.fa-door-closed:before{
  content:""
}
.fa-door-open:before{
  content:""
}
.fa-dot-circle:before{
  content:""
}
.fa-dove:before{
  content:""
}
.fa-download:before{
  content:""
}
.fa-draft2digital:before{
  content:""
}
.fa-drafting-compass:before{
  content:""
}
.fa-dragon:before{
  content:""
}
.fa-draw-polygon:before{
  content:""
}
.fa-dribbble:before{
  content:""
}
.fa-dribbble-square:before{
  content:""
}
.fa-dropbox:before{
  content:""
}
.fa-drum:before{
  content:""
}
.fa-drum-steelpan:before{
  content:""
}
.fa-drumstick-bite:before{
  content:""
}
.fa-drupal:before{
  content:""
}
.fa-dumbbell:before{
  content:""
}
.fa-dumpster:before{
  content:""
}
.fa-dumpster-fire:before{
  content:""
}
.fa-dungeon:before{
  content:""
}
.fa-dyalog:before{
  content:""
}
.fa-earlybirds:before{
  content:""
}
.fa-ebay:before{
  content:""
}
.fa-edge:before{
  content:""
}
.fa-edge-legacy:before{
  content:""
}
.fa-edit:before{
  content:""
}
.fa-egg:before{
  content:""
}
.fa-eject:before{
  content:""
}
.fa-elementor:before{
  content:""
}
.fa-ellipsis-h:before{
  content:""
}
.fa-ellipsis-v:before{
  content:""
}
.fa-ello:before{
  content:""
}
.fa-ember:before{
  content:""
}
.fa-empire:before{
  content:""
}
.fa-envelope:before{
  content:""
}
.fa-envelope-open:before{
  content:""
}
.fa-envelope-open-text:before{
  content:""
}
.fa-envelope-square:before{
  content:""
}
.fa-envira:before{
  content:""
}
.fa-equals:before{
  content:""
}
.fa-eraser:before{
  content:""
}
.fa-erlang:before{
  content:""
}
.fa-ethereum:before{
  content:""
}
.fa-ethernet:before{
  content:""
}
.fa-etsy:before{
  content:""
}
.fa-euro-sign:before{
  content:""
}
.fa-evernote:before{
  content:""
}
.fa-exchange-alt:before{
  content:""
}
.fa-exclamation:before{
  content:""
}
.fa-exclamation-circle:before{
  content:""
}
.fa-exclamation-triangle:before{
  content:""
}
.fa-expand:before{
  content:""
}
.fa-expand-alt:before{
  content:""
}
.fa-expand-arrows-alt:before{
  content:""
}
.fa-expeditedssl:before{
  content:""
}
.fa-external-link-alt:before{
  content:""
}
.fa-external-link-square-alt:before{
  content:""
}
.fa-eye:before{
  content:""
}
.fa-eye-dropper:before{
  content:""
}
.fa-eye-slash:before{
  content:""
}
.fa-facebook:before{
  content:""
}
.fa-facebook-f:before{
  content:""
}
.fa-facebook-messenger:before{
  content:""
}
.fa-facebook-square:before{
  content:""
}
.fa-fan:before{
  content:""
}
.fa-fantasy-flight-games:before{
  content:""
}
.fa-fast-backward:before{
  content:""
}
.fa-fast-forward:before{
  content:""
}
.fa-faucet:before{
  content:""
}
.fa-fax:before{
  content:""
}
.fa-feather:before{
  content:""
}
.fa-feather-alt:before{
  content:""
}
.fa-fedex:before{
  content:""
}
.fa-fedora:before{
  content:""
}
.fa-female:before{
  content:""
}
.fa-fighter-jet:before{
  content:""
}
.fa-figma:before{
  content:""
}
.fa-file:before{
  content:""
}
.fa-file-alt:before{
  content:""
}
.fa-file-archive:before{
  content:""
}
.fa-file-audio:before{
  content:""
}
.fa-file-code:before{
  content:""
}
.fa-file-contract:before{
  content:""
}
.fa-file-csv:before{
  content:""
}
.fa-file-download:before{
  content:""
}
.fa-file-excel:before{
  content:""
}
.fa-file-export:before{
  content:""
}
.fa-file-image:before{
  content:""
}
.fa-file-import:before{
  content:""
}
.fa-file-invoice:before{
  content:""
}
.fa-file-invoice-dollar:before{
  content:""
}
.fa-file-medical:before{
  content:""
}
.fa-file-medical-alt:before{
  content:""
}
.fa-file-pdf:before{
  content:""
}
.fa-file-powerpoint:before{
  content:""
}
.fa-file-prescription:before{
  content:""
}
.fa-file-signature:before{
  content:""
}
.fa-file-upload:before{
  content:""
}
.fa-file-video:before{
  content:""
}
.fa-file-word:before{
  content:""
}
.fa-fill:before{
  content:""
}
.fa-fill-drip:before{
  content:""
}
.fa-film:before{
  content:""
}
.fa-filter:before{
  content:""
}
.fa-fingerprint:before{
  content:""
}
.fa-fire:before{
  content:""
}
.fa-fire-alt:before{
  content:""
}
.fa-fire-extinguisher:before{
  content:""
}
.fa-firefox:before{
  content:""
}
.fa-firefox-browser:before{
  content:""
}
.fa-first-aid:before{
  content:""
}
.fa-first-order:before{
  content:""
}
.fa-first-order-alt:before{
  content:""
}
.fa-firstdraft:before{
  content:""
}
.fa-fish:before{
  content:""
}
.fa-fist-raised:before{
  content:""
}
.fa-flag:before{
  content:""
}
.fa-flag-checkered:before{
  content:""
}
.fa-flag-usa:before{
  content:""
}
.fa-flask:before{
  content:""
}
.fa-flickr:before{
  content:""
}
.fa-flipboard:before{
  content:""
}
.fa-flushed:before{
  content:""
}
.fa-fly:before{
  content:""
}
.fa-folder:before{
  content:""
}
.fa-folder-minus:before{
  content:""
}
.fa-folder-open:before{
  content:""
}
.fa-folder-plus:before{
  content:""
}
.fa-font:before{
  content:""
}
.fa-font-awesome:before{
  content:""
}
.fa-font-awesome-alt:before{
  content:""
}
.fa-font-awesome-flag:before{
  content:""
}
.fa-font-awesome-logo-full:before{
  content:""
}
.fa-fonticons:before{
  content:""
}
.fa-fonticons-fi:before{
  content:""
}
.fa-football-ball:before{
  content:""
}
.fa-fort-awesome:before{
  content:""
}
.fa-fort-awesome-alt:before{
  content:""
}
.fa-forumbee:before{
  content:""
}
.fa-forward:before{
  content:""
}
.fa-foursquare:before{
  content:""
}
.fa-free-code-camp:before{
  content:""
}
.fa-freebsd:before{
  content:""
}
.fa-frog:before{
  content:""
}
.fa-frown:before{
  content:""
}
.fa-frown-open:before{
  content:""
}
.fa-fulcrum:before{
  content:""
}
.fa-funnel-dollar:before{
  content:""
}
.fa-futbol:before{
  content:""
}
.fa-galactic-republic:before{
  content:""
}
.fa-galactic-senate:before{
  content:""
}
.fa-gamepad:before{
  content:""
}
.fa-gas-pump:before{
  content:""
}
.fa-gavel:before{
  content:""
}
.fa-gem:before{
  content:""
}
.fa-genderless:before{
  content:""
}
.fa-get-pocket:before{
  content:""
}
.fa-gg:before{
  content:""
}
.fa-gg-circle:before{
  content:""
}
.fa-ghost:before{
  content:""
}
.fa-gift:before{
  content:""
}
.fa-gifts:before{
  content:""
}
.fa-git:before{
  content:""
}
.fa-git-alt:before{
  content:""
}
.fa-git-square:before{
  content:""
}
.fa-github:before{
  content:""
}
.fa-github-alt:before{
  content:""
}
.fa-github-square:before{
  content:""
}
.fa-gitkraken:before{
  content:""
}
.fa-gitlab:before{
  content:""
}
.fa-gitter:before{
  content:""
}
.fa-glass-cheers:before{
  content:""
}
.fa-glass-martini:before{
  content:""
}
.fa-glass-martini-alt:before{
  content:""
}
.fa-glass-whiskey:before{
  content:""
}
.fa-glasses:before{
  content:""
}
.fa-glide:before{
  content:""
}
.fa-glide-g:before{
  content:""
}
.fa-globe:before{
  content:""
}
.fa-globe-africa:before{
  content:""
}
.fa-globe-americas:before{
  content:""
}
.fa-globe-asia:before{
  content:""
}
.fa-globe-europe:before{
  content:""
}
.fa-gofore:before{
  content:""
}
.fa-golf-ball:before{
  content:""
}
.fa-goodreads:before{
  content:""
}
.fa-goodreads-g:before{
  content:""
}
.fa-google:before{
  content:""
}
.fa-google-drive:before{
  content:""
}
.fa-google-pay:before{
  content:""
}
.fa-google-play:before{
  content:""
}
.fa-google-plus:before{
  content:""
}
.fa-google-plus-g:before{
  content:""
}
.fa-google-plus-square:before{
  content:""
}
.fa-google-wallet:before{
  content:""
}
.fa-gopuram:before{
  content:""
}
.fa-graduation-cap:before{
  content:""
}
.fa-gratipay:before{
  content:""
}
.fa-grav:before{
  content:""
}
.fa-greater-than:before{
  content:""
}
.fa-greater-than-equal:before{
  content:""
}
.fa-grimace:before{
  content:""
}
.fa-grin:before{
  content:""
}
.fa-grin-alt:before{
  content:""
}
.fa-grin-beam:before{
  content:""
}
.fa-grin-beam-sweat:before{
  content:""
}
.fa-grin-hearts:before{
  content:""
}
.fa-grin-squint:before{
  content:""
}
.fa-grin-squint-tears:before{
  content:""
}
.fa-grin-stars:before{
  content:""
}
.fa-grin-tears:before{
  content:""
}
.fa-grin-tongue:before{
  content:""
}
.fa-grin-tongue-squint:before{
  content:""
}
.fa-grin-tongue-wink:before{
  content:""
}
.fa-grin-wink:before{
  content:""
}
.fa-grip-horizontal:before{
  content:""
}
.fa-grip-lines:before{
  content:""
}
.fa-grip-lines-vertical:before{
  content:""
}
.fa-grip-vertical:before{
  content:""
}
.fa-gripfire:before{
  content:""
}
.fa-grunt:before{
  content:""
}
.fa-guilded:before{
  content:""
}
.fa-guitar:before{
  content:""
}
.fa-gulp:before{
  content:""
}
.fa-h-square:before{
  content:""
}
.fa-hacker-news:before{
  content:""
}
.fa-hacker-news-square:before{
  content:""
}
.fa-hackerrank:before{
  content:""
}
.fa-hamburger:before{
  content:""
}
.fa-hammer:before{
  content:""
}
.fa-hamsa:before{
  content:""
}
.fa-hand-holding:before{
  content:""
}
.fa-hand-holding-heart:before{
  content:""
}
.fa-hand-holding-medical:before{
  content:""
}
.fa-hand-holding-usd:before{
  content:""
}
.fa-hand-holding-water:before{
  content:""
}
.fa-hand-lizard:before{
  content:""
}
.fa-hand-middle-finger:before{
  content:""
}
.fa-hand-paper:before{
  content:""
}
.fa-hand-peace:before{
  content:""
}
.fa-hand-point-down:before{
  content:""
}
.fa-hand-point-left:before{
  content:""
}
.fa-hand-point-right:before{
  content:""
}
.fa-hand-point-up:before{
  content:""
}
.fa-hand-pointer:before{
  content:""
}
.fa-hand-rock:before{
  content:""
}
.fa-hand-scissors:before{
  content:""
}
.fa-hand-sparkles:before{
  content:""
}
.fa-hand-spock:before{
  content:""
}
.fa-hands:before{
  content:""
}
.fa-hands-helping:before{
  content:""
}
.fa-hands-wash:before{
  content:""
}
.fa-handshake:before{
  content:""
}
.fa-handshake-alt-slash:before{
  content:""
}
.fa-handshake-slash:before{
  content:""
}
.fa-hanukiah:before{
  content:""
}
.fa-hard-hat:before{
  content:""
}
.fa-hashtag:before{
  content:""
}
.fa-hat-cowboy:before{
  content:""
}
.fa-hat-cowboy-side:before{
  content:""
}
.fa-hat-wizard:before{
  content:""
}
.fa-hdd:before{
  content:""
}
.fa-head-side-cough:before{
  content:""
}
.fa-head-side-cough-slash:before{
  content:""
}
.fa-head-side-mask:before{
  content:""
}
.fa-head-side-virus:before{
  content:""
}
.fa-heading:before{
  content:""
}
.fa-headphones:before{
  content:""
}
.fa-headphones-alt:before{
  content:""
}
.fa-headset:before{
  content:""
}
.fa-heart:before{
  content:""
}
.fa-heart-broken:before{
  content:""
}
.fa-heartbeat:before{
  content:""
}
.fa-helicopter:before{
  content:""
}
.fa-highlighter:before{
  content:""
}
.fa-hiking:before{
  content:""
}
.fa-hippo:before{
  content:""
}
.fa-hips:before{
  content:""
}
.fa-hire-a-helper:before{
  content:""
}
.fa-history:before{
  content:""
}
.fa-hive:before{
  content:""
}
.fa-hockey-puck:before{
  content:""
}
.fa-holly-berry:before{
  content:""
}
.fa-home:before{
  content:""
}
.fa-hooli:before{
  content:""
}
.fa-hornbill:before{
  content:""
}
.fa-horse:before{
  content:""
}
.fa-horse-head:before{
  content:""
}
.fa-hospital:before{
  content:""
}
.fa-hospital-alt:before{
  content:""
}
.fa-hospital-symbol:before{
  content:""
}
.fa-hospital-user:before{
  content:""
}
.fa-hot-tub:before{
  content:""
}
.fa-hotdog:before{
  content:""
}
.fa-hotel:before{
  content:""
}
.fa-hotjar:before{
  content:""
}
.fa-hourglass:before{
  content:""
}
.fa-hourglass-end:before{
  content:""
}
.fa-hourglass-half:before{
  content:""
}
.fa-hourglass-start:before{
  content:""
}
.fa-house-damage:before{
  content:""
}
.fa-house-user:before{
  content:""
}
.fa-houzz:before{
  content:""
}
.fa-hryvnia:before{
  content:""
}
.fa-html5:before{
  content:""
}
.fa-hubspot:before{
  content:""
}
.fa-i-cursor:before{
  content:""
}
.fa-ice-cream:before{
  content:""
}
.fa-icicles:before{
  content:""
}
.fa-icons:before{
  content:""
}
.fa-id-badge:before{
  content:""
}
.fa-id-card:before{
  content:""
}
.fa-id-card-alt:before{
  content:""
}
.fa-ideal:before{
  content:""
}
.fa-igloo:before{
  content:""
}
.fa-image:before{
  content:""
}
.fa-images:before{
  content:""
}
.fa-imdb:before{
  content:""
}
.fa-inbox:before{
  content:""
}
.fa-indent:before{
  content:""
}
.fa-industry:before{
  content:""
}
.fa-infinity:before{
  content:""
}
.fa-info:before{
  content:""
}
.fa-info-circle:before{
  content:""
}
.fa-innosoft:before{
  content:""
}
.fa-instagram:before{
  content:""
}
.fa-instagram-square:before{
  content:""
}
.fa-instalod:before{
  content:""
}
.fa-intercom:before{
  content:""
}
.fa-internet-explorer:before{
  content:""
}
.fa-invision:before{
  content:""
}
.fa-ioxhost:before{
  content:""
}
.fa-italic:before{
  content:""
}
.fa-itch-io:before{
  content:""
}
.fa-itunes:before{
  content:""
}
.fa-itunes-note:before{
  content:""
}
.fa-java:before{
  content:""
}
.fa-jedi:before{
  content:""
}
.fa-jedi-order:before{
  content:""
}
.fa-jenkins:before{
  content:""
}
.fa-jira:before{
  content:""
}
.fa-joget:before{
  content:""
}
.fa-joint:before{
  content:""
}
.fa-joomla:before{
  content:""
}
.fa-journal-whills:before{
  content:""
}
.fa-js:before{
  content:""
}
.fa-js-square:before{
  content:""
}
.fa-jsfiddle:before{
  content:""
}
.fa-kaaba:before{
  content:""
}
.fa-kaggle:before{
  content:""
}
.fa-key:before{
  content:""
}
.fa-keybase:before{
  content:""
}
.fa-keyboard:before{
  content:""
}
.fa-keycdn:before{
  content:""
}
.fa-khanda:before{
  content:""
}
.fa-kickstarter:before{
  content:""
}
.fa-kickstarter-k:before{
  content:""
}
.fa-kiss:before{
  content:""
}
.fa-kiss-beam:before{
  content:""
}
.fa-kiss-wink-heart:before{
  content:""
}
.fa-kiwi-bird:before{
  content:""
}
.fa-korvue:before{
  content:""
}
.fa-landmark:before{
  content:""
}
.fa-language:before{
  content:""
}
.fa-laptop:before{
  content:""
}
.fa-laptop-code:before{
  content:""
}
.fa-laptop-house:before{
  content:""
}
.fa-laptop-medical:before{
  content:""
}
.fa-laravel:before{
  content:""
}
.fa-lastfm:before{
  content:""
}
.fa-lastfm-square:before{
  content:""
}
.fa-laugh:before{
  content:""
}
.fa-laugh-beam:before{
  content:""
}
.fa-laugh-squint:before{
  content:""
}
.fa-laugh-wink:before{
  content:""
}
.fa-layer-group:before{
  content:""
}
.fa-leaf:before{
  content:""
}
.fa-leanpub:before{
  content:""
}
.fa-lemon:before{
  content:""
}
.fa-less:before{
  content:""
}
.fa-less-than:before{
  content:""
}
.fa-less-than-equal:before{
  content:""
}
.fa-level-down-alt:before{
  content:""
}
.fa-level-up-alt:before{
  content:""
}
.fa-life-ring:before{
  content:""
}
.fa-lightbulb:before{
  content:""
}
.fa-line:before{
  content:""
}
.fa-link:before{
  content:""
}
.fa-linkedin:before{
  content:""
}
.fa-linkedin-in:before{
  content:""
}
.fa-linode:before{
  content:""
}
.fa-linux:before{
  content:""
}
.fa-lira-sign:before{
  content:""
}
.fa-list:before{
  content:""
}
.fa-list-alt:before{
  content:""
}
.fa-list-ol:before{
  content:""
}
.fa-list-ul:before{
  content:""
}
.fa-location-arrow:before{
  content:""
}
.fa-lock:before{
  content:""
}
.fa-lock-open:before{
  content:""
}
.fa-long-arrow-alt-down:before{
  content:""
}
.fa-long-arrow-alt-left:before{
  content:""
}
.fa-long-arrow-alt-right:before{
  content:""
}
.fa-long-arrow-alt-up:before{
  content:""
}
.fa-low-vision:before{
  content:""
}
.fa-luggage-cart:before{
  content:""
}
.fa-lungs:before{
  content:""
}
.fa-lungs-virus:before{
  content:""
}
.fa-lyft:before{
  content:""
}
.fa-magento:before{
  content:""
}
.fa-magic:before{
  content:""
}
.fa-magnet:before{
  content:""
}
.fa-mail-bulk:before{
  content:""
}
.fa-mailchimp:before{
  content:""
}
.fa-male:before{
  content:""
}
.fa-mandalorian:before{
  content:""
}
.fa-map:before{
  content:""
}
.fa-map-marked:before{
  content:""
}
.fa-map-marked-alt:before{
  content:""
}
.fa-map-marker:before{
  content:""
}
.fa-map-marker-alt:before{
  content:""
}
.fa-map-pin:before{
  content:""
}
.fa-map-signs:before{
  content:""
}
.fa-markdown:before{
  content:""
}
.fa-marker:before{
  content:""
}
.fa-mars:before{
  content:""
}
.fa-mars-double:before{
  content:""
}
.fa-mars-stroke:before{
  content:""
}
.fa-mars-stroke-h:before{
  content:""
}
.fa-mars-stroke-v:before{
  content:""
}
.fa-mask:before{
  content:""
}
.fa-mastodon:before{
  content:""
}
.fa-maxcdn:before{
  content:""
}
.fa-mdb:before{
  content:""
}
.fa-medal:before{
  content:""
}
.fa-medapps:before{
  content:""
}
.fa-medium:before{
  content:""
}
.fa-medium-m:before{
  content:""
}
.fa-medkit:before{
  content:""
}
.fa-medrt:before{
  content:""
}
.fa-meetup:before{
  content:""
}
.fa-megaport:before{
  content:""
}
.fa-meh:before{
  content:""
}
.fa-meh-blank:before{
  content:""
}
.fa-meh-rolling-eyes:before{
  content:""
}
.fa-memory:before{
  content:""
}
.fa-mendeley:before{
  content:""
}
.fa-menorah:before{
  content:""
}
.fa-mercury:before{
  content:""
}
.fa-meteor:before{
  content:""
}
.fa-microblog:before{
  content:""
}
.fa-microchip:before{
  content:""
}
.fa-microphone:before{
  content:""
}
.fa-microphone-alt:before{
  content:""
}
.fa-microphone-alt-slash:before{
  content:""
}
.fa-microphone-slash:before{
  content:""
}
.fa-microscope:before{
  content:""
}
.fa-microsoft:before{
  content:""
}
.fa-minus:before{
  content:""
}
.fa-minus-circle:before{
  content:""
}
.fa-minus-square:before{
  content:""
}
.fa-mitten:before{
  content:""
}
.fa-mix:before{
  content:""
}
.fa-mixcloud:before{
  content:""
}
.fa-mixer:before{
  content:""
}
.fa-mizuni:before{
  content:""
}
.fa-mobile:before{
  content:""
}
.fa-mobile-alt:before{
  content:""
}
.fa-modx:before{
  content:""
}
.fa-monero:before{
  content:""
}
.fa-money-bill:before{
  content:""
}
.fa-money-bill-alt:before{
  content:""
}
.fa-money-bill-wave:before{
  content:""
}
.fa-money-bill-wave-alt:before{
  content:""
}
.fa-money-check:before{
  content:""
}
.fa-money-check-alt:before{
  content:""
}
.fa-monument:before{
  content:""
}
.fa-moon:before{
  content:""
}
.fa-mortar-pestle:before{
  content:""
}
.fa-mosque:before{
  content:""
}
.fa-motorcycle:before{
  content:""
}
.fa-mountain:before{
  content:""
}
.fa-mouse:before{
  content:""
}
.fa-mouse-pointer:before{
  content:""
}
.fa-mug-hot:before{
  content:""
}
.fa-music:before{
  content:""
}
.fa-napster:before{
  content:""
}
.fa-neos:before{
  content:""
}
.fa-network-wired:before{
  content:""
}
.fa-neuter:before{
  content:""
}
.fa-newspaper:before{
  content:""
}
.fa-nimblr:before{
  content:""
}
.fa-node:before{
  content:""
}
.fa-node-js:before{
  content:""
}
.fa-not-equal:before{
  content:""
}
.fa-notes-medical:before{
  content:""
}
.fa-npm:before{
  content:""
}
.fa-ns8:before{
  content:""
}
.fa-nutritionix:before{
  content:""
}
.fa-object-group:before{
  content:""
}
.fa-object-ungroup:before{
  content:""
}
.fa-octopus-deploy:before{
  content:""
}
.fa-odnoklassniki:before{
  content:""
}
.fa-odnoklassniki-square:before{
  content:""
}
.fa-oil-can:before{
  content:""
}
.fa-old-republic:before{
  content:""
}
.fa-om:before{
  content:""
}
.fa-opencart:before{
  content:""
}
.fa-openid:before{
  content:""
}
.fa-opera:before{
  content:""
}
.fa-optin-monster:before{
  content:""
}
.fa-orcid:before{
  content:""
}
.fa-osi:before{
  content:""
}
.fa-otter:before{
  content:""
}
.fa-outdent:before{
  content:""
}
.fa-page4:before{
  content:""
}
.fa-pagelines:before{
  content:""
}
.fa-pager:before{
  content:""
}
.fa-paint-brush:before{
  content:""
}
.fa-paint-roller:before{
  content:""
}
.fa-palette:before{
  content:""
}
.fa-palfed:before{
  content:""
}
.fa-pallet:before{
  content:""
}
.fa-paper-plane:before{
  content:""
}
.fa-paperclip:before{
  content:""
}
.fa-parachute-box:before{
  content:""
}
.fa-paragraph:before{
  content:""
}
.fa-parking:before{
  content:""
}
.fa-passport:before{
  content:""
}
.fa-pastafarianism:before{
  content:""
}
.fa-paste:before{
  content:""
}
.fa-patreon:before{
  content:""
}
.fa-pause:before{
  content:""
}
.fa-pause-circle:before{
  content:""
}
.fa-paw:before{
  content:""
}
.fa-paypal:before{
  content:""
}
.fa-peace:before{
  content:""
}
.fa-pen:before{
  content:""
}
.fa-pen-alt:before{
  content:""
}
.fa-pen-fancy:before{
  content:""
}
.fa-pen-nib:before{
  content:""
}
.fa-pen-square:before{
  content:""
}
.fa-pencil-alt:before{
  content:""
}
.fa-pencil-ruler:before{
  content:""
}
.fa-penny-arcade:before{
  content:""
}
.fa-people-arrows:before{
  content:""
}
.fa-people-carry:before{
  content:""
}
.fa-pepper-hot:before{
  content:""
}
.fa-perbyte:before{
  content:""
}
.fa-percent:before{
  content:""
}
.fa-percentage:before{
  content:""
}
.fa-periscope:before{
  content:""
}
.fa-person-booth:before{
  content:""
}
.fa-phabricator:before{
  content:""
}
.fa-phoenix-framework:before{
  content:""
}
.fa-phoenix-squadron:before{
  content:""
}
.fa-phone:before{
  content:""
}
.fa-phone-alt:before{
  content:""
}
.fa-phone-slash:before{
  content:""
}
.fa-phone-square:before{
  content:""
}
.fa-phone-square-alt:before{
  content:""
}
.fa-phone-volume:before{
  content:""
}
.fa-photo-video:before{
  content:""
}
.fa-php:before{
  content:""
}
.fa-pied-piper:before{
  content:""
}
.fa-pied-piper-alt:before{
  content:""
}
.fa-pied-piper-hat:before{
  content:""
}
.fa-pied-piper-pp:before{
  content:""
}
.fa-pied-piper-square:before{
  content:""
}
.fa-piggy-bank:before{
  content:""
}
.fa-pills:before{
  content:""
}
.fa-pinterest:before{
  content:""
}
.fa-pinterest-p:before{
  content:""
}
.fa-pinterest-square:before{
  content:""
}
.fa-pizza-slice:before{
  content:""
}
.fa-place-of-worship:before{
  content:""
}
.fa-plane:before{
  content:""
}
.fa-plane-arrival:before{
  content:""
}
.fa-plane-departure:before{
  content:""
}
.fa-plane-slash:before{
  content:""
}
.fa-play:before{
  content:""
}
.fa-play-circle:before{
  content:""
}
.fa-playstation:before{
  content:""
}
.fa-plug:before{
  content:""
}
.fa-plus:before{
  content:""
}
.fa-plus-circle:before{
  content:""
}
.fa-plus-square:before{
  content:""
}
.fa-podcast:before{
  content:""
}
.fa-poll:before{
  content:""
}
.fa-poll-h:before{
  content:""
}
.fa-poo:before{
  content:""
}
.fa-poo-storm:before{
  content:""
}
.fa-poop:before{
  content:""
}
.fa-portrait:before{
  content:""
}
.fa-pound-sign:before{
  content:""
}
.fa-power-off:before{
  content:""
}
.fa-pray:before{
  content:""
}
.fa-praying-hands:before{
  content:""
}
.fa-prescription:before{
  content:""
}
.fa-prescription-bottle:before{
  content:""
}
.fa-prescription-bottle-alt:before{
  content:""
}
.fa-print:before{
  content:""
}
.fa-procedures:before{
  content:""
}
.fa-product-hunt:before{
  content:""
}
.fa-project-diagram:before{
  content:""
}
.fa-pump-medical:before{
  content:""
}
.fa-pump-soap:before{
  content:""
}
.fa-pushed:before{
  content:""
}
.fa-puzzle-piece:before{
  content:""
}
.fa-python:before{
  content:""
}
.fa-qq:before{
  content:""
}
.fa-qrcode:before{
  content:""
}
.fa-question:before{
  content:""
}
.fa-question-circle:before{
  content:""
}
.fa-quidditch:before{
  content:""
}
.fa-quinscape:before{
  content:""
}
.fa-quora:before{
  content:""
}
.fa-quote-left:before{
  content:""
}
.fa-quote-right:before{
  content:""
}
.fa-quran:before{
  content:""
}
.fa-r-project:before{
  content:""
}
.fa-radiation:before{
  content:""
}
.fa-radiation-alt:before{
  content:""
}
.fa-rainbow:before{
  content:""
}
.fa-random:before{
  content:""
}
.fa-raspberry-pi:before{
  content:""
}
.fa-ravelry:before{
  content:""
}
.fa-react:before{
  content:""
}
.fa-reacteurope:before{
  content:""
}
.fa-readme:before{
  content:""
}
.fa-rebel:before{
  content:""
}
.fa-receipt:before{
  content:""
}
.fa-record-vinyl:before{
  content:""
}
.fa-recycle:before{
  content:""
}
.fa-red-river:before{
  content:""
}
.fa-reddit:before{
  content:""
}
.fa-reddit-alien:before{
  content:""
}
.fa-reddit-square:before{
  content:""
}
.fa-redhat:before{
  content:""
}
.fa-redo:before{
  content:""
}
.fa-redo-alt:before{
  content:""
}
.fa-registered:before{
  content:""
}
.fa-remove-format:before{
  content:""
}
.fa-renren:before{
  content:""
}
.fa-reply:before{
  content:""
}
.fa-reply-all:before{
  content:""
}
.fa-replyd:before{
  content:""
}
.fa-republican:before{
  content:""
}
.fa-researchgate:before{
  content:""
}
.fa-resolving:before{
  content:""
}
.fa-restroom:before{
  content:""
}
.fa-retweet:before{
  content:""
}
.fa-rev:before{
  content:""
}
.fa-ribbon:before{
  content:""
}
.fa-ring:before{
  content:""
}
.fa-road:before{
  content:""
}
.fa-robot:before{
  content:""
}
.fa-rocket:before{
  content:""
}
.fa-rocketchat:before{
  content:""
}
.fa-rockrms:before{
  content:""
}
.fa-route:before{
  content:""
}
.fa-rss:before{
  content:""
}
.fa-rss-square:before{
  content:""
}
.fa-ruble-sign:before{
  content:""
}
.fa-ruler:before{
  content:""
}
.fa-ruler-combined:before{
  content:""
}
.fa-ruler-horizontal:before{
  content:""
}
.fa-ruler-vertical:before{
  content:""
}
.fa-running:before{
  content:""
}
.fa-rupee-sign:before{
  content:""
}
.fa-rust:before{
  content:""
}
.fa-sad-cry:before{
  content:""
}
.fa-sad-tear:before{
  content:""
}
.fa-safari:before{
  content:""
}
.fa-salesforce:before{
  content:""
}
.fa-sass:before{
  content:""
}
.fa-satellite:before{
  content:""
}
.fa-satellite-dish:before{
  content:""
}
.fa-save:before{
  content:""
}
.fa-schlix:before{
  content:""
}
.fa-school:before{
  content:""
}
.fa-screwdriver:before{
  content:""
}
.fa-scribd:before{
  content:""
}
.fa-scroll:before{
  content:""
}
.fa-sd-card:before{
  content:""
}
.fa-search:before{
  content:""
}
.fa-search-dollar:before{
  content:""
}
.fa-search-location:before{
  content:""
}
.fa-search-minus:before{
  content:""
}
.fa-search-plus:before{
  content:""
}
.fa-searchengin:before{
  content:""
}
.fa-seedling:before{
  content:""
}
.fa-sellcast:before{
  content:""
}
.fa-sellsy:before{
  content:""
}
.fa-server:before{
  content:""
}
.fa-servicestack:before{
  content:""
}
.fa-shapes:before{
  content:""
}
.fa-share:before{
  content:""
}
.fa-share-alt:before{
  content:""
}
.fa-share-alt-square:before{
  content:""
}
.fa-share-square:before{
  content:""
}
.fa-shekel-sign:before{
  content:""
}
.fa-shield-alt:before{
  content:""
}
.fa-shield-virus:before{
  content:""
}
.fa-ship:before{
  content:""
}
.fa-shipping-fast:before{
  content:""
}
.fa-shirtsinbulk:before{
  content:""
}
.fa-shoe-prints:before{
  content:""
}
.fa-shopify:before{
  content:""
}
.fa-shopping-bag:before{
  content:""
}
.fa-shopping-basket:before{
  content:""
}
.fa-shopping-cart:before{
  content:""
}
.fa-shopware:before{
  content:""
}
.fa-shower:before{
  content:""
}
.fa-shuttle-van:before{
  content:""
}
.fa-sign:before{
  content:""
}
.fa-sign-in-alt:before{
  content:""
}
.fa-sign-language:before{
  content:""
}
.fa-sign-out-alt:before{
  content:""
}
.fa-signal:before{
  content:""
}
.fa-signature:before{
  content:""
}
.fa-sim-card:before{
  content:""
}
.fa-simplybuilt:before{
  content:""
}
.fa-sink:before{
  content:""
}
.fa-sistrix:before{
  content:""
}
.fa-sitemap:before{
  content:""
}
.fa-sith:before{
  content:""
}
.fa-skating:before{
  content:""
}
.fa-sketch:before{
  content:""
}
.fa-skiing:before{
  content:""
}
.fa-skiing-nordic:before{
  content:""
}
.fa-skull:before{
  content:""
}
.fa-skull-crossbones:before{
  content:""
}
.fa-skyatlas:before{
  content:""
}
.fa-skype:before{
  content:""
}
.fa-slack:before{
  content:""
}
.fa-slack-hash:before{
  content:""
}
.fa-slash:before{
  content:""
}
.fa-sleigh:before{
  content:""
}
.fa-sliders-h:before{
  content:""
}
.fa-slideshare:before{
  content:""
}
.fa-smile:before{
  content:""
}
.fa-smile-beam:before{
  content:""
}
.fa-smile-wink:before{
  content:""
}
.fa-smog:before{
  content:""
}
.fa-smoking:before{
  content:""
}
.fa-smoking-ban:before{
  content:""
}
.fa-sms:before{
  content:""
}
.fa-snapchat:before{
  content:""
}
.fa-snapchat-ghost:before{
  content:""
}
.fa-snapchat-square:before{
  content:""
}
.fa-snowboarding:before{
  content:""
}
.fa-snowflake:before{
  content:""
}
.fa-snowman:before{
  content:""
}
.fa-snowplow:before{
  content:""
}
.fa-soap:before{
  content:""
}
.fa-socks:before{
  content:""
}
.fa-solar-panel:before{
  content:""
}
.fa-sort:before{
  content:""
}
.fa-sort-alpha-down:before{
  content:""
}
.fa-sort-alpha-down-alt:before{
  content:""
}
.fa-sort-alpha-up:before{
  content:""
}
.fa-sort-alpha-up-alt:before{
  content:""
}
.fa-sort-amount-down:before{
  content:""
}
.fa-sort-amount-down-alt:before{
  content:""
}
.fa-sort-amount-up:before{
  content:""
}
.fa-sort-amount-up-alt:before{
  content:""
}
.fa-sort-down:before{
  content:""
}
.fa-sort-numeric-down:before{
  content:""
}
.fa-sort-numeric-down-alt:before{
  content:""
}
.fa-sort-numeric-up:before{
  content:""
}
.fa-sort-numeric-up-alt:before{
  content:""
}
.fa-sort-up:before{
  content:""
}
.fa-soundcloud:before{
  content:""
}
.fa-sourcetree:before{
  content:""
}
.fa-spa:before{
  content:""
}
.fa-space-shuttle:before{
  content:""
}
.fa-speakap:before{
  content:""
}
.fa-speaker-deck:before{
  content:""
}
.fa-spell-check:before{
  content:""
}
.fa-spider:before{
  content:""
}
.fa-spinner:before{
  content:""
}
.fa-splotch:before{
  content:""
}
.fa-spotify:before{
  content:""
}
.fa-spray-can:before{
  content:""
}
.fa-square:before{
  content:""
}
.fa-square-full:before{
  content:""
}
.fa-square-root-alt:before{
  content:""
}
.fa-squarespace:before{
  content:""
}
.fa-stack-exchange:before{
  content:""
}
.fa-stack-overflow:before{
  content:""
}
.fa-stackpath:before{
  content:""
}
.fa-stamp:before{
  content:""
}
.fa-star:before{
  content:""
}
.fa-star-and-crescent:before{
  content:""
}
.fa-star-half:before{
  content:""
}
.fa-star-half-alt:before{
  content:""
}
.fa-star-of-david:before{
  content:""
}
.fa-star-of-life:before{
  content:""
}
.fa-staylinked:before{
  content:""
}
.fa-steam:before{
  content:""
}
.fa-steam-square:before{
  content:""
}
.fa-steam-symbol:before{
  content:""
}
.fa-step-backward:before{
  content:""
}
.fa-step-forward:before{
  content:""
}
.fa-stethoscope:before{
  content:""
}
.fa-sticker-mule:before{
  content:""
}
.fa-sticky-note:before{
  content:""
}
.fa-stop:before{
  content:""
}
.fa-stop-circle:before{
  content:""
}
.fa-stopwatch:before{
  content:""
}
.fa-stopwatch-20:before{
  content:""
}
.fa-store:before{
  content:""
}
.fa-store-alt:before{
  content:""
}
.fa-store-alt-slash:before{
  content:""
}
.fa-store-slash:before{
  content:""
}
.fa-strava:before{
  content:""
}
.fa-stream:before{
  content:""
}
.fa-street-view:before{
  content:""
}
.fa-strikethrough:before{
  content:""
}
.fa-stripe:before{
  content:""
}
.fa-stripe-s:before{
  content:""
}
.fa-stroopwafel:before{
  content:""
}
.fa-studiovinari:before{
  content:""
}
.fa-stumbleupon:before{
  content:""
}
.fa-stumbleupon-circle:before{
  content:""
}
.fa-subscript:before{
  content:""
}
.fa-subway:before{
  content:""
}
.fa-suitcase:before{
  content:""
}
.fa-suitcase-rolling:before{
  content:""
}
.fa-sun:before{
  content:""
}
.fa-superpowers:before{
  content:""
}
.fa-superscript:before{
  content:""
}
.fa-supple:before{
  content:""
}
.fa-surprise:before{
  content:""
}
.fa-suse:before{
  content:""
}
.fa-swatchbook:before{
  content:""
}
.fa-swift:before{
  content:""
}
.fa-swimmer:before{
  content:""
}
.fa-swimming-pool:before{
  content:""
}
.fa-symfony:before{
  content:""
}
.fa-synagogue:before{
  content:""
}
.fa-sync:before{
  content:""
}
.fa-sync-alt:before{
  content:""
}
.fa-syringe:before{
  content:""
}
.fa-table:before{
  content:""
}
.fa-table-tennis:before{
  content:""
}
.fa-tablet:before{
  content:""
}
.fa-tablet-alt:before{
  content:""
}
.fa-tablets:before{
  content:""
}
.fa-tachometer-alt:before{
  content:""
}
.fa-tag:before{
  content:""
}
.fa-tags:before{
  content:""
}
.fa-tape:before{
  content:""
}
.fa-tasks:before{
  content:""
}
.fa-taxi:before{
  content:""
}
.fa-teamspeak:before{
  content:""
}
.fa-teeth:before{
  content:""
}
.fa-teeth-open:before{
  content:""
}
.fa-telegram:before{
  content:""
}
.fa-telegram-plane:before{
  content:""
}
.fa-temperature-high:before{
  content:""
}
.fa-temperature-low:before{
  content:""
}
.fa-tencent-weibo:before{
  content:""
}
.fa-tenge:before{
  content:""
}
.fa-terminal:before{
  content:""
}
.fa-text-height:before{
  content:""
}
.fa-text-width:before{
  content:""
}
.fa-th:before{
  content:""
}
.fa-th-large:before{
  content:""
}
.fa-th-list:before{
  content:""
}
.fa-the-red-yeti:before{
  content:""
}
.fa-theater-masks:before{
  content:""
}
.fa-themeco:before{
  content:""
}
.fa-themeisle:before{
  content:""
}
.fa-thermometer:before{
  content:""
}
.fa-thermometer-empty:before{
  content:""
}
.fa-thermometer-full:before{
  content:""
}
.fa-thermometer-half:before{
  content:""
}
.fa-thermometer-quarter:before{
  content:""
}
.fa-thermometer-three-quarters:before{
  content:""
}
.fa-think-peaks:before{
  content:""
}
.fa-thumbs-down:before{
  content:""
}
.fa-thumbs-up:before{
  content:""
}
.fa-thumbtack:before{
  content:""
}
.fa-ticket-alt:before{
  content:""
}
.fa-tiktok:before{
  content:""
}
.fa-times:before{
  content:""
}
.fa-times-circle:before{
  content:""
}
.fa-tint:before{
  content:""
}
.fa-tint-slash:before{
  content:""
}
.fa-tired:before{
  content:""
}
.fa-toggle-off:before{
  content:""
}
.fa-toggle-on:before{
  content:""
}
.fa-toilet:before{
  content:""
}
.fa-toilet-paper:before{
  content:""
}
.fa-toilet-paper-slash:before{
  content:""
}
.fa-toolbox:before{
  content:""
}
.fa-tools:before{
  content:""
}
.fa-tooth:before{
  content:""
}
.fa-torah:before{
  content:""
}
.fa-torii-gate:before{
  content:""
}
.fa-tractor:before{
  content:""
}
.fa-trade-federation:before{
  content:""
}
.fa-trademark:before{
  content:""
}
.fa-traffic-light:before{
  content:""
}
.fa-trailer:before{
  content:""
}
.fa-train:before{
  content:""
}
.fa-tram:before{
  content:""
}
.fa-transgender:before{
  content:""
}
.fa-transgender-alt:before{
  content:""
}
.fa-trash:before{
  content:""
}
.fa-trash-alt:before{
  content:""
}
.fa-trash-restore:before{
  content:""
}
.fa-trash-restore-alt:before{
  content:""
}
.fa-tree:before{
  content:""
}
.fa-trello:before{
  content:""
}
.fa-tripadvisor:before{
  content:""
}
.fa-trophy:before{
  content:""
}
.fa-truck:before{
  content:""
}
.fa-truck-loading:before{
  content:""
}
.fa-truck-monster:before{
  content:""
}
.fa-truck-moving:before{
  content:""
}
.fa-truck-pickup:before{
  content:""
}
.fa-tshirt:before{
  content:""
}
.fa-tty:before{
  content:""
}
.fa-tumblr:before{
  content:""
}
.fa-tumblr-square:before{
  content:""
}
.fa-tv:before{
  content:""
}
.fa-twitch:before{
  content:""
}
.fa-twitter:before{
  content:""
}
.fa-twitter-square:before{
  content:""
}
.fa-typo3:before{
  content:""
}
.fa-uber:before{
  content:""
}
.fa-ubuntu:before{
  content:""
}
.fa-uikit:before{
  content:""
}
.fa-umbraco:before{
  content:""
}
.fa-umbrella:before{
  content:""
}
.fa-umbrella-beach:before{
  content:""
}
.fa-uncharted:before{
  content:""
}
.fa-underline:before{
  content:""
}
.fa-undo:before{
  content:""
}
.fa-undo-alt:before{
  content:""
}
.fa-uniregistry:before{
  content:""
}
.fa-unity:before{
  content:""
}
.fa-universal-access:before{
  content:""
}
.fa-university:before{
  content:""
}
.fa-unlink:before{
  content:""
}
.fa-unlock:before{
  content:""
}
.fa-unlock-alt:before{
  content:""
}
.fa-unsplash:before{
  content:""
}
.fa-untappd:before{
  content:""
}
.fa-upload:before{
  content:""
}
.fa-ups:before{
  content:""
}
.fa-usb:before{
  content:""
}
.fa-user:before{
  content:""
}
.fa-user-alt:before{
  content:""
}
.fa-user-alt-slash:before{
  content:""
}
.fa-user-astronaut:before{
  content:""
}
.fa-user-check:before{
  content:""
}
.fa-user-circle:before{
  content:""
}
.fa-user-clock:before{
  content:""
}
.fa-user-cog:before{
  content:""
}
.fa-user-edit:before{
  content:""
}
.fa-user-friends:before{
  content:""
}
.fa-user-graduate:before{
  content:""
}
.fa-user-injured:before{
  content:""
}
.fa-user-lock:before{
  content:""
}
.fa-user-md:before{
  content:""
}
.fa-user-minus:before{
  content:""
}
.fa-user-ninja:before{
  content:""
}
.fa-user-nurse:before{
  content:""
}
.fa-user-plus:before{
  content:""
}
.fa-user-secret:before{
  content:""
}
.fa-user-shield:before{
  content:""
}
.fa-user-slash:before{
  content:""
}
.fa-user-tag:before{
  content:""
}
.fa-user-tie:before{
  content:""
}
.fa-user-times:before{
  content:""
}
.fa-users:before{
  content:""
}
.fa-users-cog:before{
  content:""
}
.fa-users-slash:before{
  content:""
}
.fa-usps:before{
  content:""
}
.fa-ussunnah:before{
  content:""
}
.fa-utensil-spoon:before{
  content:""
}
.fa-utensils:before{
  content:""
}
.fa-vaadin:before{
  content:""
}
.fa-vector-square:before{
  content:""
}
.fa-venus:before{
  content:""
}
.fa-venus-double:before{
  content:""
}
.fa-venus-mars:before{
  content:""
}
.fa-vest:before{
  content:""
}
.fa-vest-patches:before{
  content:""
}
.fa-viacoin:before{
  content:""
}
.fa-viadeo:before{
  content:""
}
.fa-viadeo-square:before{
  content:""
}
.fa-vial:before{
  content:""
}
.fa-vials:before{
  content:""
}
.fa-viber:before{
  content:""
}
.fa-video:before{
  content:""
}
.fa-video-slash:before{
  content:""
}
.fa-vihara:before{
  content:""
}
.fa-vimeo:before{
  content:""
}
.fa-vimeo-square:before{
  content:""
}
.fa-vimeo-v:before{
  content:""
}
.fa-vine:before{
  content:""
}
.fa-virus:before{
  content:""
}
.fa-virus-slash:before{
  content:""
}
.fa-viruses:before{
  content:""
}
.fa-vk:before{
  content:""
}
.fa-vnv:before{
  content:""
}
.fa-voicemail:before{
  content:""
}
.fa-volleyball-ball:before{
  content:""
}
.fa-volume-down:before{
  content:""
}
.fa-volume-mute:before{
  content:""
}
.fa-volume-off:before{
  content:""
}
.fa-volume-up:before{
  content:""
}
.fa-vote-yea:before{
  content:""
}
.fa-vr-cardboard:before{
  content:""
}
.fa-vuejs:before{
  content:""
}
.fa-walking:before{
  content:""
}
.fa-wallet:before{
  content:""
}
.fa-warehouse:before{
  content:""
}
.fa-watchman-monitoring:before{
  content:""
}
.fa-water:before{
  content:""
}
.fa-wave-square:before{
  content:""
}
.fa-waze:before{
  content:""
}
.fa-weebly:before{
  content:""
}
.fa-weibo:before{
  content:""
}
.fa-weight:before{
  content:""
}
.fa-weight-hanging:before{
  content:""
}
.fa-weixin:before{
  content:""
}
.fa-whatsapp:before{
  content:""
}
.fa-whatsapp-square:before{
  content:""
}
.fa-wheelchair:before{
  content:""
}
.fa-whmcs:before{
  content:""
}
.fa-wifi:before{
  content:""
}
.fa-wikipedia-w:before{
  content:""
}
.fa-wind:before{
  content:""
}
.fa-window-close:before{
  content:""
}
.fa-window-maximize:before{
  content:""
}
.fa-window-minimize:before{
  content:""
}
.fa-window-restore:before{
  content:""
}
.fa-windows:before{
  content:""
}
.fa-wine-bottle:before{
  content:""
}
.fa-wine-glass:before{
  content:""
}
.fa-wine-glass-alt:before{
  content:""
}
.fa-wix:before{
  content:""
}
.fa-wizards-of-the-coast:before{
  content:""
}
.fa-wodu:before{
  content:""
}
.fa-wolf-pack-battalion:before{
  content:""
}
.fa-won-sign:before{
  content:""
}
.fa-wordpress:before{
  content:""
}
.fa-wordpress-simple:before{
  content:""
}
.fa-wpbeginner:before{
  content:""
}
.fa-wpexplorer:before{
  content:""
}
.fa-wpforms:before{
  content:""
}
.fa-wpressr:before{
  content:""
}
.fa-wrench:before{
  content:""
}
.fa-x-ray:before{
  content:""
}
.fa-xbox:before{
  content:""
}
.fa-xing:before{
  content:""
}
.fa-xing-square:before{
  content:""
}
.fa-y-combinator:before{
  content:""
}
.fa-yahoo:before{
  content:""
}
.fa-yammer:before{
  content:""
}
.fa-yandex:before{
  content:""
}
.fa-yandex-international:before{
  content:""
}
.fa-yarn:before{
  content:""
}
.fa-yelp:before{
  content:""
}
.fa-yen-sign:before{
  content:""
}
.fa-yin-yang:before{
  content:""
}
.fa-yoast:before{
  content:""
}
.fa-youtube:before{
  content:""
}
.fa-youtube-square:before{
  content:""
}
.fa-zhihu:before{
  content:""
}
.sr-only{
  border:0;
  clip:rect(0,0,0,0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}
.sr-only-focusable:active,.sr-only-focusable:focus{
  clip:auto;
  height:auto;
  margin:0;
  overflow:visible;
  position:static;
  width:auto
}
@font-face{
  font-family:"Font Awesome 5 Brands";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url(fonts/@fortawesome/fa-brands-400.eot);
  src:url(fonts/@fortawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(fonts/@fortawesome/fa-brands-400.woff2) format("woff2"),url(fonts/@fortawesome/fa-brands-400.woff) format("woff"),url(fonts/@fortawesome/fa-brands-400.ttf) format("truetype"),url(fonts/@fortawesome/fa-brands-400.svg#fontawesome) format("svg")
}
.fab{
  font-family:"Font Awesome 5 Brands"
}
@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url(fonts/@fortawesome/fa-regular-400.eot);
  src:url(fonts/@fortawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(fonts/@fortawesome/fa-regular-400.woff2) format("woff2"),url(fonts/@fortawesome/fa-regular-400.woff) format("woff"),url(fonts/@fortawesome/fa-regular-400.ttf) format("truetype"),url(fonts/@fortawesome/fa-regular-400.svg#fontawesome) format("svg")
}
.fab,.far{
  font-weight:400
}
@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url(fonts/@fortawesome/fa-solid-900.eot);
  src:url(fonts/@fortawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(fonts/@fortawesome/fa-solid-900.woff2) format("woff2"),url(fonts/@fortawesome/fa-solid-900.woff) format("woff"),url(fonts/@fortawesome/fa-solid-900.ttf) format("truetype"),url(fonts/@fortawesome/fa-solid-900.svg#fontawesome) format("svg")
}
.fa,.far,.fas{
  font-family:"Font Awesome 5 Free"
}
.fa,.fas{
  font-weight:900
}
.highlight{
  position:relative;
  background:#1e1e3f;
  border-radius:.475rem;
  padding:1.75rem 1.5rem 1.75rem 1.5rem
}
.highlight .nav{
  border-bottom:1px solid rgba(255,255,255,.1);
  padding-bottom:1rem;
  margin-bottom:1rem;
  margin-top:-.25rem
}
.highlight .nav .nav-item{
  margin-right:.75rem
}
.highlight .nav .nav-link{
  font-size:1rem;
  font-weight:500;
  padding:.35rem 1rem;
  border-radius:.475rem;
  color:rgba(255,255,255,.8);
  transition:all .2s ease;
  background-color:transparent
}
.highlight .nav .nav-link.active,.highlight .nav .nav-link:focus{
  transition:all .2s ease;
  background-color:rgba(255,255,255,.1);
  olor:#fff
}
.highlight .highlight-copy{
  display:none;
  position:absolute;
  right:1.75rem;
  top:1.5rem;
  font-size:.85rem;
  font-weight:500;
  padding:.35rem 1rem!important;
  transition:all .2s ease;
  background-color:rgba(255,255,255,.1);
  color:rgba(255,255,255,.8)
}
.highlight .highlight-copy:focus,.highlight .highlight-copy:hover{
  transition:all .2s ease;
  background-color:rgba(255,255,255,.2);
  color:#fff
}
.highlight:hover .highlight-copy{
  display:flex
}
.highlight .highlight-code pre{
  overflow:auto;
  padding:0;
  margin:0
}
.highlight .highlight-code pre::-webkit-scrollbar{
  width:.5rem;
  border-radius:.25rem
}
.highlight .highlight-code pre::-webkit-scrollbar-thumb{
  background-color:#f5f8fa
}
.highlight .highlight-code pre code[class*=language-]{
  padding:0;
  margin:0;
  font-size:1rem!important
}
.fslightbox-slide-btn{
  border-radius:.475rem
}
.fslightbox-toolbar{
  border-bottom-left-radius:.475rem
}
.select2-container--bootstrap5 .select2-selection{
  box-shadow:none!important;
  height:auto;
  outline:0!important
}
.select2-container--bootstrap5.select2-container--focus .form-select-solid,.select2-container--bootstrap5.select2-container--open .form-select-solid{
  background-color:#eef3f7
}
.select2-container--bootstrap5.select2-container--focus .form-select:not(.form-select-solid):not(.form-select-white),.select2-container--bootstrap5.select2-container--open .form-select:not(.form-select-solid):not(.form-select-white){
  border-color:#b5b5c3
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field{
  color:#181c32;
  font-weight:500;
  background-color:transparent;
  border:0;
  box-shadow:none;
  outline:0;
  margin:0;
  padding:0
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field::placeholder{
  color:#a1a5b7
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field::-moz-placeholder{
  color:#a1a5b7;
  opacity:1
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field{
  color:#5e6278
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::placeholder{
  color:#a1a5b7
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::-moz-placeholder{
  color:#a1a5b7;
  opacity:1
}
.select2-container--bootstrap5 .select2-selection--single{
  display:flex;
  align-items:center
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered{
  display:block;
  padding-left:0;
  padding-right:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#a1a5b7
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder{
  color:#a1a5b7
}
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__rendered{
  color:#5e6278
}
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__placeholder{
  color:#a1a5b7
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-search.select2-search--inline{
  display:inline
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered{
  display:inline;
  margin:0;
  padding:0
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
  display:inline-flex;
  align-items:center;
  position:relative;
  background-color:#e4e6ef
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
  display:block;
  position:absolute;
  transform:translateY(-50%);
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E6278'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  opacity:.3;
  border:0;
  transition:color .2s ease,background-color .2s ease;
  top:50%
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span{
  display:none
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover{
  opacity:1;
  transition:color .2s ease,background-color .2s ease
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display{
  font-weight:500
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg){
  padding-top:calc((1.5rem + 2px - .8rem)/ 2);
  padding-bottom:calc((1.5rem + 2px - .8rem)/ 2)
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice{
  border-radius:.4rem;
  padding:.2rem .4rem;
  margin:.2rem .4rem .2rem 0
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove{
  height:.6rem;
  width:.6rem;
  margin-right:.5rem
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display{
  margin-left:1.2rem;
  font-size:.9rem
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search.select2-search--inline .select2-search__field{
  padding-top:0;
  padding-bottom:0;
  margin-top:calc(.75rem - (1.5rem + 2px - .8rem)/ 2);
  margin-bottom:calc(.75rem - (1.5rem + 2px - .8rem)/ 2)
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg{
  padding-top:calc((1.65rem + 2px - .8rem)/ 2);
  padding-bottom:calc((1.65rem + 2px - .8rem)/ 2)
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice{
  border-radius:.4rem;
  padding:.2rem .4rem;
  margin:.2rem .4rem .2rem 0
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice .select2-selection__choice__remove{
  height:.6rem;
  width:.6rem;
  margin-right:.5rem
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice .select2-selection__choice__display{
  margin-left:1.2rem;
  font-size:1rem
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-search.select2-search--inline .select2-search__field{
  padding-top:0;
  padding-bottom:0;
  margin-top:calc(.825rem - (1.65rem + 2px - .8rem)/ 2);
  margin-bottom:calc(.825rem - (1.65rem + 2px - .8rem)/ 2)
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm{
  padding-top:calc((1.1rem + 2px - .6rem)/ 2);
  padding-bottom:calc((1.1rem + 2px - .6rem)/ 2)
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice{
  border-radius:.4rem;
  padding:.15rem .4rem;
  margin:.15rem .4rem .15rem 0
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice .select2-selection__choice__remove{
  height:.5rem;
  width:.5rem;
  margin-right:.5rem
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice .select2-selection__choice__display{
  margin-left:1rem;
  font-size:.8rem
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-search.select2-search--inline .select2-search__field{
  padding-top:0;
  padding-bottom:0;
  margin-top:calc(.55rem - (1.1rem + 2px - .6rem)/ 2);
  margin-bottom:calc(.55rem - (1.1rem + 2px - .6rem)/ 2)
}
.select2-container--bootstrap5 .select2-dropdown{
  border:0;
  box-shadow:0 0 50px 0 rgba(82,63,105,.15);
  border-radius:.475rem;
  padding:1rem 0
}
.modal-open .select2-container--bootstrap5 .select2-dropdown{
  z-index:1061
}
.select2-container--bootstrap5 .select2-dropdown .select2-search{
  padding:.5rem 1.25rem;
  margin:0 0 .5rem 0
}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field{
  padding:.55rem .75rem;
  color:#181c32;
  font-size:.925rem;
  border:1px solid #e4e6ef;
  border-radius:.475rem;
  outline:0!important
}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:active,.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:focus{
  border-color:1px solid #181c32
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__options{
  max-height:200px;
  overflow-y:auto
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option{
  color:#5e6278;
  transition:color .2s ease,background-color .2s ease;
  padding:.75rem 1.25rem;
  margin:0 0
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted{
  background-color:#ecf8ff;
  color:#009ef7;
  transition:color .2s ease,background-color .2s ease
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected{
  background-color:#009ef7;
  color:#fff;
  transition:color .2s ease,background-color .2s ease
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--disabled{
  color:#b5b5c3
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__message{
  color:#7e8299
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group{
  padding-left:0;
  padding-right:0
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__group{
  display:block;
  color:#3f4254;
  font-weight:500;
  font-size:1.15rem;
  padding:0 1.25rem 0 1.25rem;
  margin:0 0 .25rem 0
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__option{
  padding:.75rem 1.25rem;
  margin:0 0
}
.select2-container--bootstrap5 .select2-selection__clear{
  display:block;
  height:.7rem;
  width:.7rem;
  top:50%;
  right:3rem;
  position:absolute;
  transform:translateY(-50%);
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E6278'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat:no-repeat;
  background-position:center
}
.select2-container--bootstrap5 .select2-selection__clear span{
  display:none
}
.fv-plugins-message-container{
  margin-top:.3rem
}
.fv-plugins-message-container .fv-help-block{
  color:#f1416c;
  font-size:1rem;
  font-weight:400
}
.fv-plugins-message-container.invalid-feedback,.fv-plugins-message-container.valid-feedback{
  display:block;
  font-weight:400
}
.daterangepicker{
  padding:0;
  margin:0;
  border:0;
  width:auto;
  box-shadow:0 0 50px 0 rgba(82,63,105,.15);
  font-family:Poppins,Helvetica,sans-serif;
  z-index:1000;
  border-radius:.475rem
}
.daterangepicker:after,.daterangepicker:before{
  display:none
}
.modal-open .daterangepicker{
  z-index:1061
}
.daterangepicker .ranges ul{
  padding:1rem 0;
  width:175px
}
.daterangepicker .ranges li{
  padding:.7rem 1.75rem;
  font-weight:500;
  font-size:1rem;
  color:#7e8299;
  transition:color .2s ease,background-color .2s ease
}
.daterangepicker .ranges li:hover{
  background-color:#ecf8ff;
  color:#009ef7;
  transition:color .2s ease,background-color .2s ease
}
.daterangepicker .ranges li.active{
  background-color:#009ef7;
  color:#fff;
  transition:color .2s ease,background-color .2s ease
}
.daterangepicker.show-calendar .ranges{
  border-right:1px solid #eff2f5;
  margin-top:0;
  height:297px
}
.daterangepicker.show-ranges .drp-calendar.left{
  border-left:0
}
.daterangepicker .drp-buttons{
  padding:1rem 1.75rem;
  border-top:1px solid #eff2f5
}
.daterangepicker .drp-buttons .btn{
  font-size:1rem;
  font-weight:500;
  padding:.5rem 1rem
}
.daterangepicker .drp-buttons .cancelBtn{
  color:#7e8299;
  border-color:#f5f8fa;
  background-color:#f5f8fa
}
.daterangepicker .drp-buttons .cancelBtn i{
  color:#7e8299
}
.daterangepicker .drp-buttons .cancelBtn .svg-icon svg [fill]:not(.permanent):not(g){
  transition:fill .3s ease;
  fill:#7e8299
}
.daterangepicker .drp-buttons .cancelBtn .svg-icon svg:hover [fill]:not(.permanent):not(g){
  transition:fill .3s ease
}
.daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after{
  color:#7e8299
}
.btn-check:active+.daterangepicker .drp-buttons .cancelBtn,.btn-check:checked+.daterangepicker .drp-buttons .cancelBtn,.daterangepicker .drp-buttons .cancelBtn.active,.daterangepicker .drp-buttons .cancelBtn.show,.daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active),.daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active),.daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active),.show>.daterangepicker .drp-buttons .cancelBtn{
  color:#7e8299;
  border-color:#e4e6ef;
  background-color:#e4e6ef
}
.btn-check:active+.daterangepicker .drp-buttons .cancelBtn i,.btn-check:checked+.daterangepicker .drp-buttons .cancelBtn i,.daterangepicker .drp-buttons .cancelBtn.active i,.daterangepicker .drp-buttons .cancelBtn.show i,.daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active) i,.daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active) i,.daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active) i,.show>.daterangepicker .drp-buttons .cancelBtn i{
  color:#7e8299
}
.btn-check:active+.daterangepicker .drp-buttons .cancelBtn .svg-icon svg [fill]:not(.permanent):not(g),.btn-check:checked+.daterangepicker .drp-buttons .cancelBtn .svg-icon svg [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn.active .svg-icon svg [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn.show .svg-icon svg [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),.show>.daterangepicker .drp-buttons .cancelBtn .svg-icon svg [fill]:not(.permanent):not(g){
  transition:fill .3s ease;
  fill:#7e8299
}
.btn-check:active+.daterangepicker .drp-buttons .cancelBtn .svg-icon svg:hover [fill]:not(.permanent):not(g),.btn-check:checked+.daterangepicker .drp-buttons .cancelBtn .svg-icon svg:hover [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn.active .svg-icon svg:hover [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn.show .svg-icon svg:hover [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),.daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),.show>.daterangepicker .drp-buttons .cancelBtn .svg-icon svg:hover [fill]:not(.permanent):not(g){
  transition:fill .3s ease
}
.btn-check:active+.daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after,.btn-check:checked+.daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after,.daterangepicker .drp-buttons .cancelBtn.active.dropdown-toggle:after,.daterangepicker .drp-buttons .cancelBtn.show.dropdown-toggle:after,.daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active).dropdown-toggle:after,.daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active).dropdown-toggle:after,.daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active).dropdown-toggle:after,.show>.daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after{
  color:#7e8299
}
.daterangepicker .drp-selected{
  font-size:.9rem
}
.daterangepicker .drp-calendar.left,.daterangepicker .drp-calendar.right{
  padding:1rem 1rem
}
.daterangepicker .drp-calendar.left{
  border-left:0!important
}
.daterangepicker .drp-calendar td,.daterangepicker .drp-calendar th{
  font-size:1rem;
  font-weight:400;
  width:33px;
  height:33px
}
.daterangepicker .drp-calendar td.available:hover,.daterangepicker .drp-calendar th.available:hover{
  border-radius:.475rem;
  background-color:#ecf8ff;
  color:#009ef7
}
.daterangepicker .drp-calendar th{
  font-weight:500;
  color:#3f4254
}
.daterangepicker .drp-calendar th.month{
  font-weight:500;
  color:#3f4254
}
.daterangepicker .drp-calendar th.next span,.daterangepicker .drp-calendar th.prev span{
  border-width:0 1px 1px 0;
  border-color:#7e8299
}
.daterangepicker .drp-calendar th.next.available:hover span,.daterangepicker .drp-calendar th.prev.available:hover span{
  border-color:#009ef7
}
.daterangepicker .drp-calendar th.next span{
  margin-right:1px
}
.daterangepicker .drp-calendar th.prev span{
  margin-left:1px
}
.daterangepicker .drp-calendar td{
  color:#5e6278
}
.daterangepicker .drp-calendar td.available.off{
  color:#b5b5c3
}
.daterangepicker .drp-calendar td.active{
  background-color:#009ef7!important;
  color:#fff!important;
  border-radius:.475rem
}
.daterangepicker .drp-calendar td.active.start-date{
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.daterangepicker .drp-calendar td.active.end-date{
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.daterangepicker .drp-calendar td.active.start-date.end-date{
  border-radius:.475rem
}
.daterangepicker .drp-calendar td.today,.daterangepicker .drp-calendar td.today.active{
  background:#ecf8ff!important;
  color:#009ef7!important;
  border-radius:.475rem
}
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today){
  background-color:#ecf8ff;
  color:#009ef7
}
.daterangepicker .drp-calendar td:hover{
  background-color:#ecf8ff;
  color:#009ef7
}
.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.monthselect,.daterangepicker select.yearselect{
  padding-top:.35rem;
  padding-bottom:.35rem;
  border-radius:.475rem;
  background:0 0;
  border-color:transparent;
  color:#181c32;
  font-weight:500;
  outline:0!important
}
.daterangepicker select.ampmselect:focus,.daterangepicker select.hourselect:focus,.daterangepicker select.minuteselect:focus,.daterangepicker select.monthselect:focus,.daterangepicker select.yearselect:focus{
  background:#f5f8fa
}
@media (max-width:767.98px){
  .daterangepicker.show-calendar .ranges{
    float:none!important;
    height:auto!important
  }
  .daterangepicker.show-calendar .ranges ul{
    width:100%
  }
  .daterangepicker.show-calendar .drp-calendar{
    float:none!important;
    max-width:unset!important;
    display:flex;
    flex-direction:column;
    align-items:center
  }
}
.flatpickr-calendar{
  font-family:inherit;
  border:0;
  box-shadow:0 0 50px 0 rgba(82,63,105,.15);
  border-radius:.475rem
}
.flatpickr-calendar:after,.flatpickr-calendar:before{
  display:none
}
.flatpickr-months{
  padding:0 1rem;
  padding-top:.5rem
}
.flatpickr-innerContainer{
  padding:.5rem 1rem
}
.numInputWrapper span{
  border-left:1px solid #eff2f5!important;
  border-top:0!important;
  border-bottom:0!important;
  border-right:0!important
}
.numInputWrapper span:hover{
  background:#f5f8fa!important
}
.numInputWrapper span:after{
  top:50%!important;
  transform:translateY(-50%)
}
.numInputWrapper span.arrowUp:after{
  border-bottom-color:#a1a5b7!important
}
.numInputWrapper span.arrowUp:hover:after{
  border-bottom-color:#5e6278!important
}
.numInputWrapper span.arrowDown:after{
  border-top-color:#a1a5b7!important
}
.numInputWrapper span.arrowDown:hover:after{
  border-top-color:#5e6278!important
}
.numInputWrapper:hover{
  background:#f5f8fa
}
.dayContainer,.flatpickr-days{
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important
}
.flatpickr-months .flatpickr-month{
  background:0 0;
  color:#7e8299;
  fill:#7e8299;
  height:46px
}
.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:.475rem;
  top:1rem
}
.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{
  fill:#a1a5b7;
  height:13px;
  width:13px
}
.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{
  background:#f5f8fa
}
.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{
  fill:#5e6278
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{
  left:1rem
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{
  right:1rem
}
.flatpickr-current-month{
  font-weight:500;
  color:inherit
}
.flatpickr-current-month .numInputWrapper{
  border-radius:.475rem;
  width:65px
}
.flatpickr-current-month .numInputWrapper span.arrowUp{
  border-top-right-radius:.475rem
}
.flatpickr-current-month .numInputWrapper span.arrowDown{
  border-bottom-right-radius:.475rem
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
  font-size:1rem;
  color:#5e6278;
  font-weight:500;
  padding:.5rem .75rem;
  margin-right:.5rem;
  outline:0!important;
  border-radius:.475rem;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover{
  background:#f5f8fa
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{
  font-size:1rem;
  color:#5e6278;
  font-weight:500;
  background-color:transparent;
  outline:0;
  padding:0
}
.flatpickr-current-month span.cur-month{
  color:#5e6278;
  font-size:1rem;
  font-weight:500
}
.flatpickr-current-month span.cur-month:hover{
  background:#f5f8fa
}
.flatpickr-current-month input.cur-year{
  color:#5e6278;
  font-size:1.1rem;
  padding:.5rem .75rem;
  font-weight:500;
  outline:0!important
}
span.flatpickr-weekday{
  color:#3f4254;
  font-size:1rem;
  font-weight:600
}
.flatpickr-time{
  border-bottom-right-radius:.475rem;
  border-bottom-left-radius:.475rem
}
.flatpickr-calendar.hasTime .flatpickr-time{
  height:height;
  line-height:height;
  max-height:height;
  border-top:1px solid #f5f8fa
}
.flatpickr-time .numInputWrapper{
  height:height
}
.flatpickr-time .flatpickr-am-pm{
  color:#5e6278;
  font-size:1rem;
  font-weight:500
}
.flatpickr-time input.flatpickr-hour,.flatpickr-time input.flatpickr-minute{
  color:#5e6278;
  font-size:1rem;
  font-weight:500
}
.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{
  background:#f5f8fa
}
.flatpickr-day{
  font-size:1rem;
  border-radius:.475rem;
  box-shadow:none!important;
  height:36px;
  max-width:36px;
  line-height:36px
}
.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{
  cursor:pointer;
  outline:0;
  background:#ecf8ff;
  color:#009ef7;
  border-color:transparent
}
.flatpickr-day.today{
  background:#f5f8fa;
  color:#7e8299;
  border-color:transparent
}
.flatpickr-day.today:focus,.flatpickr-day.today:hover{
  border-color:transparent;
  background:#eff2f5;
  color:#5e6278
}
.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{
  background:#009ef7;
  color:#fff;
  border-color:transparent
}
.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{
  cursor:pointer;
  outline:0;
  background:#ecf8ff;
  color:#009ef7;
  border-color:transparent
}
.flatpickr-day.today{
  border-color:transparent
}
.flatpickr-day.today:focus,.flatpickr-day.today:hover{
  border-color:transparent;
  background:#f5f8fa;
  color:#7e8299
}
.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{
  background:#009ef7;
  color:#fff;
  border-color:transparent
}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{
  color:#b5b5c3;
  background:0 0;
  border-color:transparent
}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{
  cursor:not-allowed;
  color:#b5b5c3
}
.tagify{
  --tags-border-color:#E4E6EF;
  --tags-hover-border-color:#E4E6EF;
  --tags-focus-border-color:#B5B5C3;
  --tag-bg:#EFF2F5;
  --tag-hover:#EFF2F5;
  --tag-text-color:#5E6278;
  --tag-text-color--edit:#5E6278;
  --tag-pad:0 0.5rem;
  --tag-inset-shadow-size:1rem;
  --tag-invalid-color:#F1416C;
  --tag-invalid-bg:#FFF5F8;
  --tag-remove-bg:#EFF2F5;
  --tag-remove-btn-color:transparent;
  --tag-remove-btn-bg:transparent;
  --tag-remove-btn-bg--hover:transparent;
  --input-color:#5E6278;
  --placeholder-color:#B5B5C3;
  --placeholder-color-focus:#A1A5B7;
  --loader-size:.8rem
}
.tagify .tagify__tag{
  background-color:var(--tag-bg)
}
.tagify .tagify__tag div{
  border-radius:inherit
}
.tagify .tagify__tag .tagify__tag__removeBtn{
  border-radius:0;
  content:" ";
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B5B5C3'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}
.tagify .tagify__tag .tagify__tag__removeBtn:after{
  display:none
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover{
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E6278'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}
.tagify .tagify__tag.tagify--notAllowed div .tagify__tag-text{
  color:#f1416c;
  opacity:.5
}
.tagify .tagify__tag.tagify--notAllowed .tagify__tag__removeBtn{
  opacity:.5;
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F1416C'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}
.tagify .tagify__tag.tagify--notAllowed .tagify__tag__removeBtn:hover{
  background:0 0;
  opacity:.75
}
.tagify .tagify__input:before{
  font-size:inherit;
  line-height:inherit;
  font-weight:inherit
}
.tagify:not(.form-control-sm):not(.form-control-lg){
  padding-top:calc((1.5rem + 2px - .8rem)/ 2);
  padding-bottom:calc((1.5rem + 2px - .8rem)/ 2)
}
.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag{
  border-radius:.475rem;
  padding:.2rem .4rem;
  margin:.2rem .4rem .2rem 0;
  font-weight:inherit
}
.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag div{
  padding:0 .4rem;
  font-size:.9rem;
  font-weight:inherit
}
.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag .tagify__tag__removeBtn{
  width:.6rem;
  height:.6rem;
  margin:0 .5rem 0 0
}
.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__input{
  padding:0;
  margin-top:calc(.75rem - (1.5rem + 2px - .8rem)/ 2);
  margin-bottom:calc(.75rem - (1.5rem + 2px - .8rem)/ 2)
}
.tagify.form-control-lg{
  padding-top:calc((1.65rem + 2px - .8rem)/ 2);
  padding-bottom:calc((1.65rem + 2px - .8rem)/ 2)
}
.tagify.form-control-lg .tagify__tag{
  border-radius:.475rem;
  padding:.2rem .4rem;
  margin:.2rem .4rem .2rem 0;
  font-weight:inherit
}
.tagify.form-control-lg .tagify__tag div{
  padding:0 .4rem;
  font-size:1rem;
  font-weight:inherit
}
.tagify.form-control-lg .tagify__tag .tagify__tag__removeBtn{
  width:.6rem;
  height:.6rem;
  margin:0 .5rem 0 0
}
.tagify.form-control-lg .tagify__input{
  padding:0;
  margin-top:calc(.825rem - (1.65rem + 2px - .8rem)/ 2);
  margin-bottom:calc(.825rem - (1.65rem + 2px - .8rem)/ 2)
}
.tagify.form-control-sm{
  padding-top:calc((1.1rem + 2px - .6rem)/ 2);
  padding-bottom:calc((1.1rem + 2px - .6rem)/ 2)
}
.tagify.form-control-sm .tagify__tag{
  border-radius:.475rem;
  padding:.15rem .4rem;
  margin:.15rem .4rem .15rem 0;
  font-weight:inherit
}
.tagify.form-control-sm .tagify__tag div{
  padding:0 .4rem;
  font-size:.8rem;
  font-weight:inherit
}
.tagify.form-control-sm .tagify__tag .tagify__tag__removeBtn{
  width:.5rem;
  height:.5rem;
  margin:0 .5rem 0 0
}
.tagify.form-control-sm .tagify__input{
  padding:0;
  margin-top:calc(.55rem - (1.1rem + 2px - .6rem)/ 2);
  margin-bottom:calc(.55rem - (1.1rem + 2px - .6rem)/ 2)
}
.tagify__dropdown{
  box-shadow:0 0 50px 0 rgba(82,63,105,.15);
  background:#fff;
  border:0!important;
  outline:0!important;
  padding:.75rem 0;
  z-index:1000;
  border-radius:.475rem
}
.modal-open .tagify__dropdown{
  z-index:1061
}
.tagify__dropdown .tagify__dropdown__wrapper{
  border:0!important;
  outline:0!important;
  box-shadow:none
}
.tagify__dropdown .tagify__dropdown__item{
  color:#5e6278;
  border-radius:0;
  padding:.75rem 1.5rem;
  margin:0;
  box-shadow:none;
  font-weight:500
}
.tagify__dropdown .tagify__dropdown__item.tagify__dropdown__item--active,.tagify__dropdown .tagify__dropdown__item:hover{
  background-color:#ecf8ff;
  color:#009ef7
}
.tagify__dropdown.tagify__inline__suggestions{
  padding:.75rem 1rem
}
.tagify__dropdown.tagify__inline__suggestions .tagify__dropdown__item{
  display:inline-block;
  font-size:.925rem;
  padding:.35rem .5rem;
  margin:.25rem .5rem .25rem 0;
  background-color:#eff2f5;
  color:#5e6278;
  border-radius:.475rem
}
.tagify__dropdown.tagify__inline__suggestions .tagify__dropdown__item.tagify__dropdown__item--active,.tagify__dropdown.tagify__inline__suggestions .tagify__dropdown__item:hover{
  background-color:#ecf8ff;
  color:#009ef7
}
.bootstrap-maxlength{
  z-index:1040!important
}
.bootstrap-maxlength.kt-badge{
  display:inline-flex!important
}
.modal .bootstrap-maxlength{
  z-index:1060!important
}
.ck-target{
  display:none
}
.ck-toolbar{
  border-radius:.475rem!important
}
.ck-content{
  min-height:200px;
  border-radius:.475rem!important
}
.ck-content.ck-focused{
  border-color:#009ef7!important;
  box-shadow:none!important
}
.ck-editor .ck-toolbar{
  border-top-left-radius:.475rem!important;
  border-top-right-radius:.475rem!important;
  border-bottom-right-radius:0!important;
  border-bottom-left-radius:0!important
}
.ck-editor .ck-content{
  border-bottom-right-radius:.475rem!important;
  border-bottom-left-radius:.475rem!important;
  border-top-left-radius:0!important;
  border-top-right-radius:0!important
}
.ck-body .ck-balloon-panel .ck-content{
  min-height:200px;
  border-color:transparent!important
}
.ck-body .ck-balloon-panel .ck-content.ck-focused{
  border-color:#009ef7!important
}
.ck-body .ck-balloon-panel .ck-toolbar,.ck-body .ck-balloon-panel.ck-toolbar-container{
  border-radius:.475rem!important
}
div.dataTables_wrapper div.dataTables_length{
  padding:.5rem 0
}
div.dataTables_wrapper div.dataTables_filter{
  padding:.5rem 0
}
div.dataTables_wrapper div.dataTables_info{
  font-weight:500;
  color:#5e6278;
  padding:.5rem 0
}
div.dataTables_length+div.dataTables_info{
  margin-left:1rem
}
div.dataTables_wrapper div.dataTables_paginate{
  padding:.5rem 0;
  margin-left:.5rem
}
div.dataTables_wrapper div.dataTables_paginate .pagination{
  margin:0
}
table.dataTable>thead .sorting:after,table.dataTable>thead .sorting:before,table.dataTable>thead .sorting_asc:after,table.dataTable>thead .sorting_asc:before,table.dataTable>thead .sorting_desc:after,table.dataTable>thead .sorting_desc:before{
  opacity:0;
  display:inline-block;
  width:.75rem;
  height:.75rem;
  content:" ";
  top:50%;
  bottom:auto;
  right:auto;
  left:auto;
  margin-left:1rem;
  transform:translateX(-50%) translateY(-50%)
}
table.dataTable>thead .sorting_asc:after{
  opacity:1;
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 8' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.42111 2.06463C4.22088 1.96161 3.9637 1.9809 3.78597 2.12863L0.177181 5.12847C-0.046034 5.31402 -0.0602611 5.63049 0.145404 5.83532C0.351069 6.04015 0.698744 6.05578 0.921959 5.87023L4.14137 3.19406L7.06417 5.84414C7.27904 6.03896 7.62686 6.03835 7.84105 5.84278C8.05524 5.64721 8.05469 5.33073 7.83982 5.13591L4.54449 2.14806C4.50704 2.1141 4.46541 2.08629 4.42111 2.06463Z'/%3e%3c/svg%3e")
}
table.dataTable>thead .sorting_desc:after{
  opacity:1;
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 8' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.42111 5.93537C4.22088 6.03839 3.9637 6.0191 3.78597 5.87137L0.177181 2.87153C-0.046034 2.68598 -0.060261 2.36951 0.145404 2.16468C0.351069 1.95985 0.698744 1.94422 0.921959 2.12977L4.14137 4.80594L7.06417 2.15586C7.27904 1.96104 7.62686 1.96165 7.84105 2.15722C8.05524 2.35279 8.05469 2.66927 7.83982 2.86409L4.54449 5.85194C4.50704 5.8859 4.46541 5.91371 4.42111 5.93537Z'/%3e%3c/svg%3e")
}
.dropzone{
  min-height:auto;
  padding:1.5rem 1.75rem;
  text-align:center;
  cursor:pointer;
  border:1px dashed #009ef7;
  background-color:#ecf8ff;
  border-radius:.475rem!important
}
.dropzone .dz-message{
  margin:0;
  display:flex;
  text-align:left
}
.dropzone .dz-preview{
  border-radius:.475rem!important;
  margin:.75rem
}
.dropzone .dz-preview .dz-image{
  border-radius:.475rem!important;
  z-index:1
}
.dropzone .dz-preview.dz-file-preview .dz-image{
  background:#eff2f5
}
.dropzone .dz-error-mark,.dropzone .dz-success-mark{
  margin-left:-20px!important;
  margin-top:-20px!important
}
.dropzone .dz-error-mark svg,.dropzone .dz-success-mark svg{
  height:40px!important;
  width:40px!important
}
.dropzone .dz-remove{
  display:flex;
  justify-content:center;
  align-items:center;
  height:1.5rem;
  width:1.5rem;
  font-size:1rem;
  text-indent:-9999px;
  white-space:nowrap;
  position:absolute;
  z-index:2;
  background-size:40%;
  background-color:#fff!important;
  box-shadow:0 .1rem 1rem .25rem rgba(0,0,0,.05);
  border-radius:100%;
  top:-.75rem;
  right:-.75rem;
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A1A5B7'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}
.dropzone .dz-remove:hover{
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009EF7'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}
.dropzone .dz-error-message{
  color:#fff;
  background:#f1416c
}
.dropzone.dropzone-queue{
  border:0;
  padding:0;
  background-color:transparent;
  text-align:left
}
.dropzone.dropzone-queue .dz-message{
  display:none
}
.dropzone.dropzone-queue .dropzone-panel .dropzone-remove-all,.dropzone.dropzone-queue .dropzone-panel .dropzone-upload{
  display:none
}
.dropzone.dropzone-queue .dropzone-item{
  display:flex;
  align-items:center;
  margin-top:.75rem;
  border-radius:.475rem;
  padding:.5rem 1rem;
  background-color:#f5f8fa
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file{
  flex-grow:1
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename{
  font-size:.9rem;
  font-weight:500;
  color:#7e8299;
  text-overflow:ellipsis;
  margin-right:.5rem
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename:hover{
  color:#009ef7
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-error{
  margin-top:.25rem;
  font-size:.9rem;
  font-weight:400;
  color:#f1416c;
  text-overflow:ellipsis
}
.dropzone.dropzone-queue .dropzone-item .dropzone-progress{
  width:15%
}
.dropzone.dropzone-queue .dropzone-item .dropzone-progress .progress{
  height:5px;
  transition:all .2s ease
}
@media (prefers-reduced-motion:reduce){
  .dropzone.dropzone-queue .dropzone-item .dropzone-progress .progress{
    transition:none
  }
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar{
  margin-left:1rem;
  display:flex;
  flex-wrap:nowrap
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel,.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete,.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start{
  height:25px;
  width:25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:color .2s ease,background-color .2s ease
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel i,.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete i,.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start i{
  transition:color .2s ease,background-color .2s ease;
  font-size:.8rem;
  color:#7e8299
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel:hover,.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete:hover,.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start:hover{
  transition:color .2s ease,background-color .2s ease
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i,.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete:hover i,.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start:hover i{
  color:#009ef7
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start{
  transition:color .2s ease,background-color .2s ease
}
.gmaps img{
  max-width:none
}
.gmaps.gmaps-static>div{
  background-repeat:no-repeat;
  background-position:50% 50%;
  display:block
}
.noUi-target{
  border:0;
  background:#f5f8fa;
  box-shadow:none
}
.noUi-target.noUi-horizontal{
  height:15px
}
.noUi-target.noUi-horizontal .noUi-handle{
  width:24px;
  height:24px;
  top:-6px;
  border-radius:50%;
  outline:0
}
.noUi-target.noUi-horizontal .noUi-handle::before{
  display:none
}
.noUi-target.noUi-horizontal .noUi-handle::after{
  display:none
}
.noUi-target.noUi-vertical{
  height:150px;
  width:15px
}
.noUi-target.noUi-vertical .noUi-handle{
  width:24px;
  height:24px;
  top:-6px;
  border-radius:50%;
  outline:0
}
.noUi-target.noUi-vertical .noUi-handle::before{
  display:none
}
.noUi-target.noUi-vertical .noUi-handle::after{
  display:none
}
.noUi-target .noUi-connect{
  background:#009ef7
}
.noUi-target .noUi-handle{
  border:1px solid #eff2f5;
  box-shadow:0 3px 6px -3px rgba(0,0,0,.7)
}
.noUi-target.noUi-sm{
  height:6px
}
.noUi-target.noUi-sm .noUi-handle{
  width:20px;
  height:20px;
  top:-8px
}
.noUi-target.noUi-lg{
  height:18px
}
.noUi-target.noUi-lg .noUi-handle{
  width:30px;
  height:30px;
  top:-9px
}
.noUi-tooltip{
  box-shadow:0 0 20px 0 rgba(0,0,0,.15);
  background:#fff;
  color:#3f4254;
  font-size:.925rem;
  border:0;
  border-radius:3px
}
.ql-toolbar{
  font-family:Poppins,Helvetica,sans-serif
}
.ql-toolbar.ql-snow{
  border:1px solid #eff2f5;
  border-top-left-radius:.475rem;
  border-top-right-radius:.475rem
}
.ql-toolbar.ql-snow .ql-picker .ql-fill,.ql-toolbar.ql-snow .ql-picker .ql-stroke,.ql-toolbar.ql-snow button .ql-fill,.ql-toolbar.ql-snow button .ql-stroke{
  stroke:#a1a5b7
}
.ql-toolbar.ql-snow .ql-picker .ql-fill,.ql-toolbar.ql-snow button .ql-fill{
  fill:#a1a5b7
}
.ql-toolbar.ql-snow .ql-picker.ql-active .ql-fill,.ql-toolbar.ql-snow .ql-picker.ql-active .ql-stroke,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-fill,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-stroke,.ql-toolbar.ql-snow .ql-picker:focus .ql-fill,.ql-toolbar.ql-snow .ql-picker:focus .ql-stroke,.ql-toolbar.ql-snow .ql-picker:hover .ql-fill,.ql-toolbar.ql-snow .ql-picker:hover .ql-stroke,.ql-toolbar.ql-snow button.ql-active .ql-fill,.ql-toolbar.ql-snow button.ql-active .ql-stroke,.ql-toolbar.ql-snow button.ql-expanded .ql-fill,.ql-toolbar.ql-snow button.ql-expanded .ql-stroke,.ql-toolbar.ql-snow button:focus .ql-fill,.ql-toolbar.ql-snow button:focus .ql-stroke,.ql-toolbar.ql-snow button:hover .ql-fill,.ql-toolbar.ql-snow button:hover .ql-stroke{
  stroke:#009ef7
}
.ql-toolbar.ql-snow .ql-picker.ql-active .ql-fill,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-fill,.ql-toolbar.ql-snow .ql-picker:focus .ql-fill,.ql-toolbar.ql-snow .ql-picker:hover .ql-fill,.ql-toolbar.ql-snow button.ql-active .ql-fill,.ql-toolbar.ql-snow button.ql-expanded .ql-fill,.ql-toolbar.ql-snow button:focus .ql-fill,.ql-toolbar.ql-snow button:hover .ql-fill{
  fill:#009ef7
}
.ql-editor{
  color:#181c32
}
.ql-editor.ql-blank:before{
  left:auto!important;
  right:auto!important;
  color:#a1a5b7!important;
  font-style:normal!important
}
.ql-container.ql-snow{
  border:1px solid #eff2f5;
  border-top:0;
  border-bottom-right-radius:.475rem;
  border-bottom-left-radius:.475rem
}
.ql-snow .ql-picker .ql-picker-label{
  color:#a1a5b7
}
.ql-snow .ql-picker .ql-picker-label.ql-active,.ql-snow .ql-picker .ql-picker-label:hover{
  color:#009ef7
}
.ql-snow .ql-picker.ql-expanded{
  outline:0!important;
  border-color:transparent!important
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label{
  border-color:transparent!important;
  color:#009ef7;
  outline:0!important
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label.ql-active,.ql-snow .ql-picker.ql-expanded .ql-picker-label:hover{
  color:#009ef7
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options{
  border:0;
  padding:.5rem 1rem;
  box-shadow:0 0 50px 0 rgba(82,63,105,.15);
  border-radius:.475rem
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item{
  color:#7e8299;
  outline:0
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item.ql-active,.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item.ql-selected,.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover{
  color:#009ef7
}
.ql-snow .ql-tooltip{
  border:0;
  padding:.5rem 1rem;
  box-shadow:0 0 50px 0 rgba(82,63,105,.15);
  border-radius:.475rem
}
.ql-snow .ql-tooltip input[type=text]{
  border:0;
  background-color:transparent;
  outline:0!important;
  box-shadow:none;
  border-radius:0;
  border:1px solid #eff2f5;
  color:#181c32;
  outline:0!important;
  border-radius:.475rem
}
.ql-snow .ql-tooltip input[type=text]:active,.ql-snow .ql-tooltip input[type=text]:focus{
  border-color:#b5b5c3!important
}
.ql-snow .ql-tooltip .ql-preview{
  color:#7e8299
}
.ql-snow .ql-tooltip .ql-action{
  transition:color .3s ease;
  color:#7e8299
}
.ql-snow .ql-tooltip .ql-action:hover{
  transition:color .3s ease;
  color:#009ef7
}
.modal .ql-snow .ql-tooltip.ql-editing{
  left:20px!important
}
.ql-snow .ql-editor pre.ql-syntax{
  background-color:#181c32;
  color:#a1a5b7;
  overflow:visible;
  border-radius:.475rem
}
.ql-quil.ql-quil-plain .ql-toolbar{
  padding:0;
  margin:0;
  border:0
}
.ql-quil.ql-quil-plain .ql-toolbar:after{
  display:none
}
.ql-quil.ql-quil-plain .ql-toolbar .ql-picker-label{
  padding-left:0
}
.ql-quil.ql-quil-plain .ql-container{
  border:0
}
.ql-quil.ql-quil-plain .ql-editor{
  border:0;
  padding:0
}
.recaptcha{
  padding:15px;
  border:1px solid #eff2f5;
  border-radius:.475rem
}
.recaptcha .recaptcha-img{
  margin-bottom:10px
}
.recaptcha .recaptcha_only_if_incorrect_sol{
  color:#f1416c
}
.recaptcha .input-group .btn i{
  padding-right:0
}
.recaptcha .input-group .form-control{
  border-top-left-radius:.475rem!important;
  border-bottom-left-radius:.475rem!important
}
.note-popover{
  display:none
}
.note-editor{
  position:static;
  border-radius:.475rem
}
.note-editor.note-frame{
  border:1px solid #e4e6ef
}
.note-editor.note-frame .panel-heading.note-toolbar{
  background:#f5f8fa
}
.note-editor.note-frame .note-statusbar{
  background:#f5f8fa
}
.note-editor .note-toolbar{
  position:static;
  padding:.5rem .5rem;
  border-radius:.475rem
}
.note-editor .note-toolbar .note-btn-group{
  margin-top:0
}
.note-editor .note-toolbar .note-btn-group .btn{
  background:#fff;
  border:1px solid #eff2f5
}
.note-editor .note-toolbar .note-btn-group .btn i{
  font-size:1rem;
  line-height:0;
  padding-right:0;
  color:#7e8299
}
.note-editor .note-toolbar .note-btn-group .btn.active,.note-editor .note-toolbar .note-btn-group .btn:active,.note-editor .note-toolbar .note-btn-group .btn:focus,.note-editor .note-toolbar .note-btn-group .btn:hover{
  background:0 0;
  color:#009ef7
}
.note-editor .note-toolbar .note-btn-group .btn.active i,.note-editor .note-toolbar .note-btn-group .btn:active i,.note-editor .note-toolbar .note-btn-group .btn:focus i,.note-editor .note-toolbar .note-btn-group .btn:hover i{
  color:#009ef7
}
.note-editor .note-toolbar .note-btn-group.note-color .dropdown-toggle:after{
  margin-left:0
}
.note-editor .modal .modal-header{
  align-items:center
}
.note-editor .modal .modal-header .close{
  position:absolute;
  right:25px;
  top:20px;
  font-size:0
}
.note-editor .modal.note-modal .modal-dialog{
  box-shadow:0 .25rem .5rem rgba(0,0,0,.05)
}
.note-editor .panel-heading.note-toolbar{
  padding:.5rem .74rem .74rem .74rem;
  border-top-left-radius:.475rem;
  border-top-right-radius:.475rem
}
.note-editor .panel-heading.note-toolbar .btn{
  outline:0!important
}
.note-editor .panel-heading.note-toolbar .dropdown-menu{
  min-width:185px
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu{
  min-width:350px;
  padding:10px
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu>li{
  display:table;
  table-layout:fixed
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu>li>.btn-group{
  display:table-cell!important
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu>li>.btn-group:first-child{
  padding-right:10px
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu>li>.btn-group .note-color-reset{
  margin:5px 0 10px 0
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu>li>.btn-group .note-palette-title{
  margin:5px 0;
  text-align:left;
  border:0
}
.note-editor .panel-heading.note-toolbar .dropdown-toggle::after{
  display:none
}
.note-editor .note-editable .table.table-bordered td,.note-editor .note-editable .table.table-bordered th{
  border:1px solid #eff2f5
}
.note-editor .is-valid .note-editor{
  border-color:#50cd89
}
.note-editor .is-invalid .note-editor{
  border-color:#f1416c
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.modal-open),html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
  overflow-y:initial!important
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.modal-open):not(.sweetalert2-nopadding),html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2-nopadding){
  padding-right:0!important
}
.swal2-popup{
  padding:2rem;
  border-radius:.475rem
}
.swal2-popup .swal2-icon{
  margin:2rem 0 0 0
}
.swal2-popup .swal2-title{
  font-weight:500;
  font-size:1.3rem;
  margin:2rem 0 0 0;
  color:#181c32
}
.swal2-popup .swal2-content{
  font-weight:400;
  font-size:1.1rem;
  margin-top:1.5rem;
  color:#3f4254
}
.swal2-popup .btn{
  margin:15px 5px 0
}
.swal2-popup .swal2-styled:focus{
  box-shadow:none
}
.swal2-popup .swal2-actions{
  margin:1.5rem auto 1rem auto
}
.swal2-container{
  overflow-y:hidden!important
}
.swal2-container.swal2-shown{
  background-color:rgba(0,0,0,.2)
}
.swal2-container .swal2-html-container{
  max-height:200px;
  overflow:auto
}
body.swal2-height-auto{
  height:100%!important
}
.swal2-icon.swal2-warning{
  border-color:#ffc700;
  color:#ffc700
}
.swal2-icon.swal2-error{
  border-color:#f1416c;
  color:#f1416c
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
  background-color:rgba(241,65,108,.75)
}
.swal2-icon.swal2-success{
  border-color:#50cd89;
  color:#50cd89
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
  background-color:#50cd89
}
.swal2-icon.swal2-success .swal2-success-ring{
  border-color:rgba(80,205,137,.3)
}
.swal2-icon.swal2-info{
  border-color:#7239ea;
  color:#7239ea
}
.swal2-icon.swal2-question{
  border-color:#009ef7;
  color:#009ef7
}
.tox-target{
  display:none
}
.tox-tinymce{
  border-radius:.475rem!important;
  height:500px!important
}
.toast{
  transition:all .2s ease;
  background-position:1.5rem center!important;
  box-shadow:0 0 50px 0 rgba(82,63,105,.15)!important;
  border-radius:.475rem!important;
  border:0!important;
  background-color:#f5f8fa;
  color:#5e6278;
  opacity:.75!important;
  padding:1.25rem 1.25rem 1.25rem 4.5rem!important
}
.toast:hover{
  transition:all .2s ease;
  opacity:1!important
}
.toast .toast-close-button{
  outline:0!important;
  font-size:0;
  width:.85rem;
  height:.85rem
}
.toast .toast-title{
  font-size:1.15rem;
  font-weight:500
}
.toast .toast-title+.toast-message{
  margin-top:.25rem
}
.toast .toast-message{
  font-size:1rem;
  font-weight:400
}
.toast.toast-success{
  background-color:#50cd89;
  color:#fff
}
.toast.toast-success .toast-close-button{
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}
.toast.toast-info{
  background-color:#7239ea;
  color:#fff
}
.toast.toast-info .toast-close-button{
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}
.toast.toast-warning{
  background-color:#ffc700;
  color:#fff
}
.toast.toast-warning .toast-close-button{
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}
.toast.toast-error{
  background-color:#f1416c;
  color:#fff
}
.toast.toast-error .toast-close-button{
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}
.draggable{
  transition:opacity .3s ease;
  outline:0!important
}
.draggable.draggable-mirror{
  opacity:.8;
  transition:opacity .3s ease;
  border:2px dashed #e4e6ef!important
}
.draggable.draggable--original{
  opacity:0!important
}
.draggable.draggable-source--is-dragging.draggable--over{
  opacity:0!important
}
.draggable .draggable-handle{
  cursor:move
}
.apexcharts-legend-text,.apexcharts-text,.apexcharts-title-text{
  font-family:Poppins,Helvetica,sans-serif!important
}
.apexcharts-title-text{
  font-weight:400
}
.apexcharts-pie-label{
  font-weight:400;
  font-size:.925rem
}
.apexcharts-toolbar{
  text-align:left!important
}
.apexcharts-menu{
  background:#fff;
  border:0!important;
  padding:.5rem 0!important;
  box-shadow:0 0 50px 0 rgba(82,63,105,.15);
  border-radius:.475rem!important;
  overflow:hidden;
  min-width:10rem!important
}
.apexcharts-menu .apexcharts-menu-item{
  padding:.25rem 1rem;
  transition:all .2s ease
}
.apexcharts-menu .apexcharts-menu-item:hover{
  background-color:rgba(245,248,250,.8)!important
}
.apexcharts-tooltip.apexcharts-theme-light{
  border-radius:.475rem;
  box-shadow:0 0 50px 0 rgba(82,63,105,.15);
  border:0!important;
  background:#fff
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{
  background:#f5f8fa!important;
  border:0!important
}
.apexcharts-tooltip .apexcharts-tooltip-title{
  padding:.5rem 1rem
}
.apexcharts-xaxistooltip.apexcharts-theme-light{
  border-radius:.475rem!important;
  box-shadow:0 0 50px 0 rgba(82,63,105,.15)!important;
  border:0!important;
  background:#fff!important
}
.apexcharts-xaxistooltip.apexcharts-theme-light:before{
  border-bottom:0!important
}
.apexcharts-xaxistooltip.apexcharts-theme-light:after{
  border-bottom-color:#fff!important
}
.card-rounded-bottom .apexcharts-canvas svg{
  border-bottom-left-radius:.475rem;
  border-bottom-right-radius:.475rem
}
.rounded .apexcharts-canvas svg{
  border-radius:.475rem!important
}
.rounded-sm .apexcharts-canvas svg{
  border-radius:.275rem!important
}
.rounded-lg .apexcharts-canvas svg{
  border-radius:.775rem!important
}
.rounded-xl .apexcharts-canvas svg{
  border-radius:1rem!important
}
.apexcharts-bar-hover-white .apexcharts-bar-area:hover{
  fill:#fff!important
}
.apexcharts-bar-hover-primary .apexcharts-bar-area:hover{
  fill:#009ef7!important
}
.apexcharts-bar-hover-secondary .apexcharts-bar-area:hover{
  fill:#e4e6ef!important
}
.apexcharts-bar-hover-light .apexcharts-bar-area:hover{
  fill:#f5f8fa!important
}
.apexcharts-bar-hover-success .apexcharts-bar-area:hover{
  fill:#50cd89!important
}
.apexcharts-bar-hover-info .apexcharts-bar-area:hover{
  fill:#7239ea!important
}
.apexcharts-bar-hover-warning .apexcharts-bar-area:hover{
  fill:#ffc700!important
}
.apexcharts-bar-hover-danger .apexcharts-bar-area:hover{
  fill:#f1416c!important
}
.apexcharts-bar-hover-dark .apexcharts-bar-area:hover{
  fill:#181c32!important
}
.apexcharts-bar-hover-muted .apexcharts-bar-area:hover{
  fill:#a1a5b7!important
}
.apexcharts-bar-hover-gray-100 .apexcharts-bar-area:hover{
  fill:#f5f8fa!important
}
.apexcharts-bar-hover-gray-200 .apexcharts-bar-area:hover{
  fill:#eff2f5!important
}
.apexcharts-bar-hover-gray-300 .apexcharts-bar-area:hover{
  fill:#e4e6ef!important
}
.apexcharts-bar-hover-gray-400 .apexcharts-bar-area:hover{
  fill:#b5b5c3!important
}
.apexcharts-bar-hover-gray-500 .apexcharts-bar-area:hover{
  fill:#a1a5b7!important
}
.apexcharts-bar-hover-gray-600 .apexcharts-bar-area:hover{
  fill:#7e8299!important
}
.apexcharts-bar-hover-gray-700 .apexcharts-bar-area:hover{
  fill:#5e6278!important
}
.apexcharts-bar-hover-gray-800 .apexcharts-bar-area:hover{
  fill:#3f4254!important
}
.apexcharts-bar-hover-gray-900 .apexcharts-bar-area:hover{
  fill:#181c32!important
}
.leaflet-container .leaflet-bottom,.leaflet-container .leaflet-control,.leaflet-container .leaflet-pane,.leaflet-container .leaflet-top{
  z-index:1!important
}
.leaflet-container .leaflet-popup-content-wrapper{
  border-radius:.475rem!important;
  text-align:center;
  box-shadow:0 .5rem 1.5rem .5rem rgba(0,0,0,.075)!important
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content{
  font-family:Poppins,Helvetica,sans-serif;
  font-size:1rem
}
.tns{
  position:relative;
  overflow:hidden
}
.tns [data-tns=true]{
  display:none
}
.tns .tns-item{
  opacity:0;
  transition:all .3s ease
}
.tns.tns-initiazlied [data-tns=true]{
  display:flex
}
.tns.tns-initiazlied .tns-item{
  opacity:1;
  transition:all .3s ease
}
.tns.tns-default{
  position:relative
}
.tns.tns-default [data-controls=next],.tns.tns-default [data-controls=prev]{
  position:absolute;
  top:50%;
  transform:translateY(-50%)
}
.tns.tns-default [data-controls=prev]{
  left:0
}
.tns.tns-default [data-controls=next]{
  right:0
}
.tns.tns-default .tns-outer{
  margin:0 4rem
}
@media (max-width:767.98px){
  .tns.tns-default .tns-outer{
    margin:0 2rem
  }
}
