@charset "UTF-8";
@-webkit-keyframes pulse{
  0%{
    transform:scale(1);
  }
  35%{
    transform:scale(1.2);
  }
  70%, 100%{
    transform:scale(1);
  }
}
@keyframes pulse{
  0%{
    transform:scale(1);
  }
  35%{
    transform:scale(1.2);
  }
  70%, 100%{
    transform:scale(1);
  }
}
.is-checkradio[type=radio],
.is-checkradio[type=checkbox]{
  outline:0;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  display:inline-block;
  position:absolute;
  opacity:0;
}
.is-checkradio[type=radio] + span,
.is-checkradio[type=radio] + label,
.is-checkradio[type=checkbox] + span,
.is-checkradio[type=checkbox] + label{
  position:relative;
  display:block;
  cursor:pointer;
  vertical-align:middle;
  border-radius:4px;
}
.is-checkradio[type=radio] + span:hover::before,
.is-checkradio[type=radio] + label:hover::before,
.is-checkradio[type=checkbox] + span:hover::before,
.is-checkradio[type=checkbox] + label:hover::before{
  -webkit-animation-duration:0.4s;
          animation-duration:0.4s;
  -webkit-animation-fill-mode:both;
          animation-fill-mode:both;
  -webkit-animation-name:hover-color;
          animation-name:hover-color;
}
.is-checkradio[type=radio] + span::before,
.is-checkradio[type=radio] + label::before,
.is-checkradio[type=checkbox] + span::before,
.is-checkradio[type=checkbox] + label::before{
  position:absolute;
  left:0;
  top:0;
  content:"";
  border:0.1rem solid #dbdbdb;
}
.is-checkradio[type=radio] + span::after,
.is-checkradio[type=radio] + label::after,
.is-checkradio[type=checkbox] + span::after,
.is-checkradio[type=checkbox] + label::after{
  position:absolute;
  display:none;
  content:"";
  top:0.125rem;
}
.is-checkradio[type=radio].is-rtl + span,
.is-checkradio[type=radio].is-rtl + label,
.is-checkradio[type=checkbox].is-rtl + span,
.is-checkradio[type=checkbox].is-rtl + label{
  margin-right:0rem;
  margin-left:0.5rem;
}
.is-checkradio[type=radio].is-rtl + span::before,
.is-checkradio[type=radio].is-rtl + label::before,
.is-checkradio[type=checkbox].is-rtl + span::before,
.is-checkradio[type=checkbox].is-rtl + label::before{
  left:auto;
  right:0;
}
.is-checkradio[type=radio]:focus + span::before,
.is-checkradio[type=radio]:focus + label::before,
.is-checkradio[type=checkbox]:focus + span::before,
.is-checkradio[type=checkbox]:focus + label::before{
  outline:1px dotted #b5b5b5;
}
.is-checkradio[type=radio]:hover:not([disabled]) + span::before,
.is-checkradio[type=radio]:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before{
  border-color:#20bd57 !important;
}
.is-checkradio[type=radio]:checked + span::before,
.is-checkradio[type=radio]:checked + label::before,
.is-checkradio[type=checkbox]:checked + span::before,
.is-checkradio[type=checkbox]:checked + label::before{
  border:0.1rem solid #dbdbdb;
}
.is-checkradio[type=radio]:checked[disabled],
.is-checkradio[type=checkbox]:checked[disabled]{
  cursor:not-allowed;
}
.is-checkradio[type=radio]:checked[disabled] + span,
.is-checkradio[type=radio]:checked[disabled] + label,
.is-checkradio[type=checkbox]:checked[disabled] + span,
.is-checkradio[type=checkbox]:checked[disabled] + label{
  opacity:0.5;
}
.is-checkradio[type=radio]:checked + span::before,
.is-checkradio[type=radio]:checked + label::before,
.is-checkradio[type=checkbox]:checked + span::before,
.is-checkradio[type=checkbox]:checked + label::before{
  -webkit-animation-name:none;
          animation-name:none;
}
.is-checkradio[type=radio]:checked + span::after,
.is-checkradio[type=radio]:checked + label::after,
.is-checkradio[type=checkbox]:checked + span::after,
.is-checkradio[type=checkbox]:checked + label::after{
  display:inline-block;
}
.is-checkradio[type=radio][disabled],
.is-checkradio[type=checkbox][disabled]{
  cursor:not-allowed;
}
.is-checkradio[type=radio][disabled] + span,
.is-checkradio[type=radio][disabled] + label,
.is-checkradio[type=checkbox][disabled] + span,
.is-checkradio[type=checkbox][disabled] + label{
  opacity:0.5;
  cursor:not-allowed;
}
.is-checkradio[type=radio][disabled] + span:hover, .is-checkradio[type=radio][disabled] + span:before, .is-checkradio[type=radio][disabled] + span:after,
.is-checkradio[type=radio][disabled] + label:hover,
.is-checkradio[type=radio][disabled] + label:before,
.is-checkradio[type=radio][disabled] + label:after,
.is-checkradio[type=checkbox][disabled] + span:hover,
.is-checkradio[type=checkbox][disabled] + span:before,
.is-checkradio[type=checkbox][disabled] + span:after,
.is-checkradio[type=checkbox][disabled] + label:hover,
.is-checkradio[type=checkbox][disabled] + label:before,
.is-checkradio[type=checkbox][disabled] + label:after{
  cursor:not-allowed;
}
.is-checkradio[type=radio][disabled]:hover,
.is-checkradio[type=checkbox][disabled]:hover{
  cursor:not-allowed;
}
.is-checkradio[type=radio][disabled]:hover::before,
.is-checkradio[type=checkbox][disabled]:hover::before{
  -webkit-animation-name:none;
          animation-name:none;
}
.is-checkradio[type=radio][disabled]::before,
.is-checkradio[type=checkbox][disabled]::before{
  cursor:not-allowed;
}
.is-checkradio[type=radio][disabled]::after,
.is-checkradio[type=checkbox][disabled]::after{
  cursor:not-allowed;
}
.is-checkradio[type=radio].has-no-border + span::before,
.is-checkradio[type=radio].has-no-border + label::before,
.is-checkradio[type=checkbox].has-no-border + span::before,
.is-checkradio[type=checkbox].has-no-border + label::before{
  border:none !important;
}
.is-checkradio[type=radio].is-block,
.is-checkradio[type=checkbox].is-block{
  display:none !important;
}
.is-checkradio[type=radio].is-block + span,
.is-checkradio[type=radio].is-block + label,
.is-checkradio[type=checkbox].is-block + span,
.is-checkradio[type=checkbox].is-block + label{
  width:100% !important;
  background:whitesmoke;
  color:rgba(0, 0, 0, 0.7);
  padding-right:0.75em;
}
.is-checkradio[type=radio].is-block + span::before,
.is-checkradio[type=radio].is-block + label::before,
.is-checkradio[type=checkbox].is-block + span::before,
.is-checkradio[type=checkbox].is-block + label::before{
  border:none !important;
}

.is-checkradio[type=checkbox] + span::before,
.is-checkradio[type=checkbox] + label::before{
  border-radius:4px;
}
.is-checkradio[type=checkbox] + span::after,
.is-checkradio[type=checkbox] + label::after{
  box-sizing:border-box;
  transform:rotate(45deg);
  border-width:0.1rem;
  border-style:solid;
  border-color:#20bd57;
  border-top:0;
  border-left:0;
}
.is-checkradio[type=checkbox].is-circle + span::before,
.is-checkradio[type=checkbox].is-circle + label::before{
  border-radius:50%;
}
.is-checkradio[type=checkbox] + span,
.is-checkradio[type=checkbox] + label{
  padding-left:2.5rem;
}
.is-checkradio[type=checkbox] + span::before,
.is-checkradio[type=checkbox] + label::before{
  width:1.5rem;
  height:1.5rem;
}
.is-checkradio[type=checkbox] + span::after,
.is-checkradio[type=checkbox] + label::after{
  width:0.375rem;
  height:0.6rem;
  top:0.405rem;
  left:0.6rem;
}
.is-checkradio[type=checkbox].is-block + span::after,
.is-checkradio[type=checkbox].is-block + label::after{
  top:0.585rem;
  left:0.78rem;
}
.is-checkradio[type=checkbox].is-rtl + span,
.is-checkradio[type=checkbox].is-rtl + label{
  padding-left:0;
  padding-right:2rem;
}
.is-checkradio[type=checkbox].is-rtl + span::after,
.is-checkradio[type=checkbox].is-rtl + label::after{
  left:auto;
  right:0.6rem;
}
.is-checkradio[type=checkbox].is-small + span,
.is-checkradio[type=checkbox].is-small + label{
  padding-left:1.875rem;
}
.is-checkradio[type=checkbox].is-small + span::before,
.is-checkradio[type=checkbox].is-small + label::before{
  width:1.125rem;
  height:1.125rem;
}
.is-checkradio[type=checkbox].is-small + span::after,
.is-checkradio[type=checkbox].is-small + label::after{
  width:0.28125rem;
  height:0.45rem;
  top:0.30375rem;
  left:0.45rem;
}
.is-checkradio[type=checkbox].is-small.is-block + span::after,
.is-checkradio[type=checkbox].is-small.is-block + label::after{
  top:0.43875rem;
  left:0.585rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + span,
.is-checkradio[type=checkbox].is-small.is-rtl + label{
  padding-left:0;
  padding-right:1.5rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + span::after,
.is-checkradio[type=checkbox].is-small.is-rtl + label::after{
  left:auto;
  right:0.45rem;
}
.is-checkradio[type=checkbox].is-medium + span,
.is-checkradio[type=checkbox].is-medium + label{
  padding-left:3.125rem;
}
.is-checkradio[type=checkbox].is-medium + span::before,
.is-checkradio[type=checkbox].is-medium + label::before{
  width:1.875rem;
  height:1.875rem;
}
.is-checkradio[type=checkbox].is-medium + span::after,
.is-checkradio[type=checkbox].is-medium + label::after{
  width:0.46875rem;
  height:0.75rem;
  top:0.50625rem;
  left:0.75rem;
}
.is-checkradio[type=checkbox].is-medium.is-block + span::after,
.is-checkradio[type=checkbox].is-medium.is-block + label::after{
  top:0.73125rem;
  left:0.975rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + span,
.is-checkradio[type=checkbox].is-medium.is-rtl + label{
  padding-left:0;
  padding-right:2.5rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + span::after,
.is-checkradio[type=checkbox].is-medium.is-rtl + label::after{
  left:auto;
  right:0.75rem;
}
.is-checkradio[type=checkbox].is-large + span,
.is-checkradio[type=checkbox].is-large + label{
  padding-left:3.75rem;
}
.is-checkradio[type=checkbox].is-large + span::before,
.is-checkradio[type=checkbox].is-large + label::before{
  width:2.25rem;
  height:2.25rem;
}
.is-checkradio[type=checkbox].is-large + span::after,
.is-checkradio[type=checkbox].is-large + label::after{
  width:0.5625rem;
  height:0.9rem;
  top:0.6075rem;
  left:0.9rem;
}
.is-checkradio[type=checkbox].is-large.is-block + span::after,
.is-checkradio[type=checkbox].is-large.is-block + label::after{
  top:0.8775rem;
  left:1.17rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + span,
.is-checkradio[type=checkbox].is-large.is-rtl + label{
  padding-left:0;
  padding-right:3rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + span::after,
.is-checkradio[type=checkbox].is-large.is-rtl + label::after{
  left:auto;
  right:0.9rem;
}
.is-checkradio[type=checkbox].is-white.has-background-color + span::before,
.is-checkradio[type=checkbox].is-white.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-white:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label::before{
  border-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-white:checked + span::after,
.is-checkradio[type=checkbox].is-white:checked + label::after{
  border-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::after{
  border-color:#4b4b4b !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-white:checked.is-block + span,
.is-checkradio[type=checkbox].is-white:checked.is-block + label{
  color:#4b4b4b;
  border-color:#ffffff !important;
  background:#ffffff;
}
.is-checkradio[type=checkbox].is-white:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-white:checked.is-block + label::after{
  border-color:#4b4b4b !important;
}
.is-checkradio[type=checkbox].is-black.has-background-color + span::before,
.is-checkradio[type=checkbox].is-black.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#4b4b4b !important;
}
.is-checkradio[type=checkbox].is-black:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label::before{
  border-color:#4b4b4b !important;
}
.is-checkradio[type=checkbox].is-black:checked + span::after,
.is-checkradio[type=checkbox].is-black:checked + label::after{
  border-color:#4b4b4b !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#4b4b4b !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#4b4b4b !important;
}
.is-checkradio[type=checkbox].is-black:checked.is-block + span,
.is-checkradio[type=checkbox].is-black:checked.is-block + label{
  color:#ffffff;
  border-color:#4b4b4b !important;
  background:#4b4b4b;
}
.is-checkradio[type=checkbox].is-black:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-black:checked.is-block + label::after{
  border-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-light.has-background-color + span::before,
.is-checkradio[type=checkbox].is-light.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#ececec !important;
}
.is-checkradio[type=checkbox].is-light:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label::before{
  border-color:#ececec !important;
}
.is-checkradio[type=checkbox].is-light:checked + span::after,
.is-checkradio[type=checkbox].is-light:checked + label::after{
  border-color:#ececec !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#ececec !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::after{
  border-color:#363636 !important;
  background-color:#ececec !important;
}
.is-checkradio[type=checkbox].is-light:checked.is-block + span,
.is-checkradio[type=checkbox].is-light:checked.is-block + label{
  color:#363636;
  border-color:#ececec !important;
  background:#ececec;
}
.is-checkradio[type=checkbox].is-light:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-light:checked.is-block + label::after{
  border-color:#363636 !important;
}
.is-checkradio[type=checkbox].is-dark.has-background-color + span::before,
.is-checkradio[type=checkbox].is-dark.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#363636 !important;
}
.is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label::before{
  border-color:#363636 !important;
}
.is-checkradio[type=checkbox].is-dark:checked + span::after,
.is-checkradio[type=checkbox].is-dark:checked + label::after{
  border-color:#363636 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#363636 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::after{
  border-color:#ececec !important;
  background-color:#363636 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.is-block + span,
.is-checkradio[type=checkbox].is-dark:checked.is-block + label{
  color:#ececec;
  border-color:#363636 !important;
  background:#363636;
}
.is-checkradio[type=checkbox].is-dark:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-dark:checked.is-block + label::after{
  border-color:#ececec !important;
}
.is-checkradio[type=checkbox].is-primary.has-background-color + span::before,
.is-checkradio[type=checkbox].is-primary.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label::before{
  border-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-primary:checked + span::after,
.is-checkradio[type=checkbox].is-primary:checked + label::after{
  border-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-primary:checked.is-block + span,
.is-checkradio[type=checkbox].is-primary:checked.is-block + label{
  color:#ffffff;
  border-color:#20bd57 !important;
  background:#20bd57;
}
.is-checkradio[type=checkbox].is-primary:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-primary:checked.is-block + label::after{
  border-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-link.has-background-color + span::before,
.is-checkradio[type=checkbox].is-link.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-link:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label::before{
  border-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-link:checked + span::after,
.is-checkradio[type=checkbox].is-link:checked + label::after{
  border-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::after{
  border-color:#4a4a4a !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-link:checked.is-block + span,
.is-checkradio[type=checkbox].is-link:checked.is-block + label{
  color:#4a4a4a;
  border-color:#20bd57 !important;
  background:#20bd57;
}
.is-checkradio[type=checkbox].is-link:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-link:checked.is-block + label::after{
  border-color:#4a4a4a !important;
}
.is-checkradio[type=checkbox].is-info.has-background-color + span::before,
.is-checkradio[type=checkbox].is-info.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#209cee !important;
}
.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label::before{
  border-color:#209cee !important;
}
.is-checkradio[type=checkbox].is-info:checked + span::after,
.is-checkradio[type=checkbox].is-info:checked + label::after{
  border-color:#209cee !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#209cee !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#209cee !important;
}
.is-checkradio[type=checkbox].is-info:checked.is-block + span,
.is-checkradio[type=checkbox].is-info:checked.is-block + label{
  color:#ffffff;
  border-color:#209cee !important;
  background:#209cee;
}
.is-checkradio[type=checkbox].is-info:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-info:checked.is-block + label::after{
  border-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-success.has-background-color + span::before,
.is-checkradio[type=checkbox].is-success.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label::before{
  border-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-success:checked + span::after,
.is-checkradio[type=checkbox].is-success:checked + label::after{
  border-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=checkbox].is-success:checked.is-block + span,
.is-checkradio[type=checkbox].is-success:checked.is-block + label{
  color:#ffffff;
  border-color:#20bd57 !important;
  background:#20bd57;
}
.is-checkradio[type=checkbox].is-success:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-success:checked.is-block + label::after{
  border-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-warning.has-background-color + span::before,
.is-checkradio[type=checkbox].is-warning.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#ff9b21 !important;
}
.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label::before{
  border-color:#ff9b21 !important;
}
.is-checkradio[type=checkbox].is-warning:checked + span::after,
.is-checkradio[type=checkbox].is-warning:checked + label::after{
  border-color:#ff9b21 !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#ff9b21 !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#ff9b21 !important;
}
.is-checkradio[type=checkbox].is-warning:checked.is-block + span,
.is-checkradio[type=checkbox].is-warning:checked.is-block + label{
  color:#ffffff;
  border-color:#ff9b21 !important;
  background:#ff9b21;
}
.is-checkradio[type=checkbox].is-warning:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-warning:checked.is-block + label::after{
  border-color:#ffffff !important;
}
.is-checkradio[type=checkbox].is-danger.has-background-color + span::before,
.is-checkradio[type=checkbox].is-danger.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#e33110 !important;
}
.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + span::before,
.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label::before{
  border-color:#e33110 !important;
}
.is-checkradio[type=checkbox].is-danger:checked + span::after,
.is-checkradio[type=checkbox].is-danger:checked + label::after{
  border-color:#e33110 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + span::before,
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::before{
  border-color:transparent !important;
  background-color:#e33110 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + span::after,
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#e33110 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.is-block + span,
.is-checkradio[type=checkbox].is-danger:checked.is-block + label{
  color:#ffffff;
  border-color:#e33110 !important;
  background:#e33110;
}
.is-checkradio[type=checkbox].is-danger:checked.is-block + span::after,
.is-checkradio[type=checkbox].is-danger:checked.is-block + label::after{
  border-color:#ffffff !important;
}
.is-checkradio[type=checkbox]:indeterminate + span::after,
.is-checkradio[type=checkbox]:indeterminate + label::after{
  display:inline-block;
  transform:rotate(90deg);
  border-bottom:none;
}
.is-checkradio[type=checkbox]:indeterminate.is-white + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-white + label::after{
  border-color:#ffffff;
}
.is-checkradio[type=checkbox]:indeterminate.is-black + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-black + label::after{
  border-color:#4b4b4b;
}
.is-checkradio[type=checkbox]:indeterminate.is-light + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-light + label::after{
  border-color:#ececec;
}
.is-checkradio[type=checkbox]:indeterminate.is-dark + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-dark + label::after{
  border-color:#363636;
}
.is-checkradio[type=checkbox]:indeterminate.is-primary + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-primary + label::after{
  border-color:#20bd57;
}
.is-checkradio[type=checkbox]:indeterminate.is-link + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-link + label::after{
  border-color:#20bd57;
}
.is-checkradio[type=checkbox]:indeterminate.is-info + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-info + label::after{
  border-color:#209cee;
}
.is-checkradio[type=checkbox]:indeterminate.is-success + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-success + label::after{
  border-color:#20bd57;
}
.is-checkradio[type=checkbox]:indeterminate.is-warning + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-warning + label::after{
  border-color:#ff9b21;
}
.is-checkradio[type=checkbox]:indeterminate.is-danger + span::after,
.is-checkradio[type=checkbox]:indeterminate.is-danger + label::after{
  border-color:#e33110;
}

.is-checkradio[type=radio] + span::before,
.is-checkradio[type=radio] + label::before{
  border-radius:50%;
}
.is-checkradio[type=radio] + span::after,
.is-checkradio[type=radio] + label::after{
  border-radius:50%;
  background:#20bd57;
  left:0;
  transform:scale(0.5);
}
.is-checkradio[type=radio]:checked.has-background-color + span::before,
.is-checkradio[type=radio]:checked.has-background-color + label::before{
  border-color:#4a4a4a !important;
  background-color:#4a4a4a !important;
}
.is-checkradio[type=radio]:checked.has-background-color + span::after,
.is-checkradio[type=radio]:checked.has-background-color + label::after{
  border-color:#4a4a4a !important;
  background-color:#4a4a4a !important;
}
.is-checkradio[type=radio].is-rtl + span,
.is-checkradio[type=radio].is-rtl + label{
  padding-left:0;
}
.is-checkradio[type=radio].is-rtl + span::after,
.is-checkradio[type=radio].is-rtl + label::after{
  left:auto;
  right:0;
}
.is-checkradio[type=radio] + span,
.is-checkradio[type=radio] + label{
  font-size:1rem;
  line-height:1.5rem;
  padding-left:2rem;
}
.is-checkradio[type=radio] + span::before, .is-checkradio[type=radio] + span::after,
.is-checkradio[type=radio] + label::before,
.is-checkradio[type=radio] + label::after{
  width:1.5rem;
  height:1.5rem;
}
.is-checkradio[type=radio].is-rtl + span,
.is-checkradio[type=radio].is-rtl + label{
  padding-right:2rem;
}
.is-checkradio[type=radio].is-small + span,
.is-checkradio[type=radio].is-small + label{
  font-size:0.75rem;
  line-height:1.125rem;
  padding-left:1.5rem;
}
.is-checkradio[type=radio].is-small + span::before, .is-checkradio[type=radio].is-small + span::after,
.is-checkradio[type=radio].is-small + label::before,
.is-checkradio[type=radio].is-small + label::after{
  width:1.125rem;
  height:1.125rem;
}
.is-checkradio[type=radio].is-small.is-rtl + span,
.is-checkradio[type=radio].is-small.is-rtl + label{
  padding-right:1.5rem;
}
.is-checkradio[type=radio].is-medium + span,
.is-checkradio[type=radio].is-medium + label{
  font-size:1.25rem;
  line-height:1.875rem;
  padding-left:2.5rem;
}
.is-checkradio[type=radio].is-medium + span::before, .is-checkradio[type=radio].is-medium + span::after,
.is-checkradio[type=radio].is-medium + label::before,
.is-checkradio[type=radio].is-medium + label::after{
  width:1.875rem;
  height:1.875rem;
}
.is-checkradio[type=radio].is-medium.is-rtl + span,
.is-checkradio[type=radio].is-medium.is-rtl + label{
  padding-right:2.5rem;
}
.is-checkradio[type=radio].is-large + span,
.is-checkradio[type=radio].is-large + label{
  font-size:1.5rem;
  line-height:2.25rem;
  padding-left:3rem;
}
.is-checkradio[type=radio].is-large + span::before, .is-checkradio[type=radio].is-large + span::after,
.is-checkradio[type=radio].is-large + label::before,
.is-checkradio[type=radio].is-large + label::after{
  width:2.25rem;
  height:2.25rem;
}
.is-checkradio[type=radio].is-large.is-rtl + span,
.is-checkradio[type=radio].is-large.is-rtl + label{
  padding-right:3rem;
}
.is-checkradio[type=radio].is-white.has-background-color + span::before,
.is-checkradio[type=radio].is-white.has-background-color + label::before{
  border-color:#ffffff !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=radio].is-white:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-white:hover:not([disabled]) + label::before{
  border-color:#ffffff !important;
}
.is-checkradio[type=radio].is-white:checked + span::after,
.is-checkradio[type=radio].is-white:checked + label::after{
  border-color:#ffffff !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-white:checked.has-background-color + label::before{
  border-color:#ffffff !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-white:checked.has-background-color + label::after{
  border-color:#4b4b4b !important;
  background-color:#4b4b4b !important;
}
.is-checkradio[type=radio].is-black.has-background-color + span::before,
.is-checkradio[type=radio].is-black.has-background-color + label::before{
  border-color:#4b4b4b !important;
  background-color:#4b4b4b !important;
}
.is-checkradio[type=radio].is-black:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-black:hover:not([disabled]) + label::before{
  border-color:#4b4b4b !important;
}
.is-checkradio[type=radio].is-black:checked + span::after,
.is-checkradio[type=radio].is-black:checked + label::after{
  border-color:#4b4b4b !important;
  background-color:#4b4b4b !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-black:checked.has-background-color + label::before{
  border-color:#4b4b4b !important;
  background-color:#4b4b4b !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-black:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=radio].is-light.has-background-color + span::before,
.is-checkradio[type=radio].is-light.has-background-color + label::before{
  border-color:#ececec !important;
  background-color:#ececec !important;
}
.is-checkradio[type=radio].is-light:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-light:hover:not([disabled]) + label::before{
  border-color:#ececec !important;
}
.is-checkradio[type=radio].is-light:checked + span::after,
.is-checkradio[type=radio].is-light:checked + label::after{
  border-color:#ececec !important;
  background-color:#ececec !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-light:checked.has-background-color + label::before{
  border-color:#ececec !important;
  background-color:#ececec !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-light:checked.has-background-color + label::after{
  border-color:#363636 !important;
  background-color:#363636 !important;
}
.is-checkradio[type=radio].is-dark.has-background-color + span::before,
.is-checkradio[type=radio].is-dark.has-background-color + label::before{
  border-color:#363636 !important;
  background-color:#363636 !important;
}
.is-checkradio[type=radio].is-dark:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-dark:hover:not([disabled]) + label::before{
  border-color:#363636 !important;
}
.is-checkradio[type=radio].is-dark:checked + span::after,
.is-checkradio[type=radio].is-dark:checked + label::after{
  border-color:#363636 !important;
  background-color:#363636 !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::before{
  border-color:#363636 !important;
  background-color:#363636 !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::after{
  border-color:#ececec !important;
  background-color:#ececec !important;
}
.is-checkradio[type=radio].is-primary.has-background-color + span::before,
.is-checkradio[type=radio].is-primary.has-background-color + label::before{
  border-color:#20bd57 !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-primary:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-primary:hover:not([disabled]) + label::before{
  border-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-primary:checked + span::after,
.is-checkradio[type=radio].is-primary:checked + label::after{
  border-color:#20bd57 !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::before{
  border-color:#20bd57 !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=radio].is-link.has-background-color + span::before,
.is-checkradio[type=radio].is-link.has-background-color + label::before{
  border-color:#20bd57 !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-link:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-link:hover:not([disabled]) + label::before{
  border-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-link:checked + span::after,
.is-checkradio[type=radio].is-link:checked + label::after{
  border-color:#20bd57 !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-link:checked.has-background-color + label::before{
  border-color:#20bd57 !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-link:checked.has-background-color + label::after{
  border-color:#4a4a4a !important;
  background-color:#4a4a4a !important;
}
.is-checkradio[type=radio].is-info.has-background-color + span::before,
.is-checkradio[type=radio].is-info.has-background-color + label::before{
  border-color:#209cee !important;
  background-color:#209cee !important;
}
.is-checkradio[type=radio].is-info:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-info:hover:not([disabled]) + label::before{
  border-color:#209cee !important;
}
.is-checkradio[type=radio].is-info:checked + span::after,
.is-checkradio[type=radio].is-info:checked + label::after{
  border-color:#209cee !important;
  background-color:#209cee !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-info:checked.has-background-color + label::before{
  border-color:#209cee !important;
  background-color:#209cee !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-info:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=radio].is-success.has-background-color + span::before,
.is-checkradio[type=radio].is-success.has-background-color + label::before{
  border-color:#20bd57 !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-success:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-success:hover:not([disabled]) + label::before{
  border-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-success:checked + span::after,
.is-checkradio[type=radio].is-success:checked + label::after{
  border-color:#20bd57 !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-success:checked.has-background-color + label::before{
  border-color:#20bd57 !important;
  background-color:#20bd57 !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-success:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=radio].is-warning.has-background-color + span::before,
.is-checkradio[type=radio].is-warning.has-background-color + label::before{
  border-color:#ff9b21 !important;
  background-color:#ff9b21 !important;
}
.is-checkradio[type=radio].is-warning:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-warning:hover:not([disabled]) + label::before{
  border-color:#ff9b21 !important;
}
.is-checkradio[type=radio].is-warning:checked + span::after,
.is-checkradio[type=radio].is-warning:checked + label::after{
  border-color:#ff9b21 !important;
  background-color:#ff9b21 !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::before{
  border-color:#ff9b21 !important;
  background-color:#ff9b21 !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#ffffff !important;
}
.is-checkradio[type=radio].is-danger.has-background-color + span::before,
.is-checkradio[type=radio].is-danger.has-background-color + label::before{
  border-color:#e33110 !important;
  background-color:#e33110 !important;
}
.is-checkradio[type=radio].is-danger:hover:not([disabled]) + span::before,
.is-checkradio[type=radio].is-danger:hover:not([disabled]) + label::before{
  border-color:#e33110 !important;
}
.is-checkradio[type=radio].is-danger:checked + span::after,
.is-checkradio[type=radio].is-danger:checked + label::after{
  border-color:#e33110 !important;
  background-color:#e33110 !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + span::before,
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::before{
  border-color:#e33110 !important;
  background-color:#e33110 !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + span::after,
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::after{
  border-color:#ffffff !important;
  background-color:#ffffff !important;
}

.jqtree-tree .jqtree-element{
  border-radius:6px;
}
.jqtree-tree .jqtree_common[data-type=projects] > .jqtree-element{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg transform='translate(-36 -141)'%3E%3Crect width='10' height='20' rx='1' transform='translate(47 142)' fill='%2320bd57'/%3E%3Crect width='10' height='20' rx='1' transform='translate(57 152) rotate(90)' fill='%2320bd57'/%3E%3Crect width='9' height='9' rx='1' transform='translate(36 141)' fill='%2320bd57'/%3E%3C/g%3E%3C/svg%3E");
}
.jqtree-tree .jqtree_common[data-type=projects] .jqtree-dropdown .dropdown-trigger .icon{
  color:#1fc358;
}
.jqtree-tree .jqtree_common[data-type=projects] .jqtree-element:hover{
  background-color:rgba(31, 195, 88, 0.2);
}
.jqtree-tree .jqtree_common[data-type=projects].jqtree-selected > .jqtree-element,
.jqtree-tree .jqtree_common[data-type=projects] .jqtree-selected > .jqtree-element{
  background-color:rgba(31, 195, 88, 0.15);
}
.jqtree-tree .jqtree_common[data-type=contests] > .jqtree-element{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.361' height='19' viewBox='0 0 23.361 19'%3E%3Cg transform='translate(558.382 3942.999)'%3E%3Cpath d='M30.961,15.458a.74.74,0,0,0-.752-.75c-2.913,0-8.867,0-10.84,0a1.735,1.735,0,0,1-1.127-.469c-.94-.938-1.75-1.732-2.689-2.763a.813.813,0,0,0-.564-.281H9.352a.74.74,0,0,0-.752.75v16.5a.74.74,0,0,0,.752.75H30.21a.74.74,0,0,0,.752-.75Z' transform='translate(-566.482 -3953.699)' fill='%23fff9e6' stroke='%23ffc607' stroke-width='1'/%3E%3Cpath d='M-9552.646,3728.254h0l-3.119-1.8-2.879,1.661V3720h6v8.255Z' transform='translate(9013.645 -7659)' fill='%23ffc607'/%3E%3C/g%3E%3C/svg%3E");
}
.jqtree-tree .jqtree_common[data-type=contests] .jqtree-dropdown .dropdown-trigger .icon{
  color:#ffc607;
}
.jqtree-tree .jqtree_common[data-type=contests] .jqtree-element:hover{
  background-color:rgba(255, 198, 7, 0.2);
}
.jqtree-tree .jqtree_common[data-type=contests].jqtree-selected > .jqtree-element,
.jqtree-tree .jqtree_common[data-type=contests] .jqtree-selected > .jqtree-element{
  background-color:rgba(255, 198, 7, 0.15);
}
.jqtree-tree .jqtree_common[data-type=renders] > .jqtree-element{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='19.358' viewBox='0 0 22 19.358'%3E%3Cg transform='translate(-453.181 -260.254)'%3E%3Cpath d='M475.179,272.577l-5.333-5.751h0a.824.824,0,0,0-1.2-.02l-5.228,5.273,2.457,2.556a.833.833,0,0,1,0,1.144l-.054.056h0a.756.756,0,0,1-1.091.008l-5.858-5.916-.008-.009a.819.819,0,0,0-1.19.03l0,0-4.49,4.953V261.881a1.6,1.6,0,0,1,1.563-1.627h18.871a1.6,1.6,0,0,1,1.563,1.627Zm-22,5.939v-.135c.023.047.047.09.074.135Z' transform='translate(0)' fill='%232bb6f9'/%3E%3Cg transform='translate(459.92 262.61)'%3E%3Ccircle cx='2.575' cy='2.575' r='2.575' fill='%23fff'/%3E%3C/g%3E%3Crect width='22' height='2' rx='1' transform='translate(453.181 277.612)' fill='%232bb6f9'/%3E%3C/g%3E%3C/svg%3E");
}
.jqtree-tree .jqtree_common[data-type=renders] .jqtree-dropdown .dropdown-trigger .icon{
  color:#19b0f9;
}
.jqtree-tree .jqtree_common[data-type=renders] .jqtree-element:hover{
  background-color:rgba(25, 176, 249, 0.2);
}
.jqtree-tree .jqtree_common[data-type=renders].jqtree-selected > .jqtree-element,
.jqtree-tree .jqtree_common[data-type=renders] .jqtree-selected > .jqtree-element{
  background-color:rgba(25, 176, 249, 0.15);
}
.jqtree-tree .jqtree_common[data-type=textures] > .jqtree-element{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='15.054' viewBox='0 0 22 15.054'%3E%3Cg transform='translate(-36 -451.473)'%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(51.522 451.473)' fill='%23f27018'/%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(51.522 462.908)' fill='%23f27018' opacity='0.523'/%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(48.664 457.191)' fill='%23f27018'/%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(54.382 457.191)' fill='%23f27018' opacity='0.523'/%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(45.19 451.473)' fill='%23f27018' opacity='0.523'/%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(45.19 462.908)' fill='%23f27018'/%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(42.332 457.191)' fill='%23f27018' opacity='0.523'/%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(38.858 451.473)' fill='%23f27018'/%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(38.858 462.908)' fill='%23f27018' opacity='0.523'/%3E%3Cellipse cx='1.809' cy='1.809' rx='1.809' ry='1.809' transform='translate(36 457.191)' fill='%23f27018'/%3E%3C/g%3E%3C/svg%3E");
}
.jqtree-tree .jqtree_common[data-type=textures] .jqtree-dropdown .dropdown-trigger .icon{
  color:#f27018;
}
.jqtree-tree .jqtree_common[data-type=textures] .jqtree-element:hover{
  background-color:rgba(242, 112, 24, 0.2);
}
.jqtree-tree .jqtree_common[data-type=textures].jqtree-selected > .jqtree-element,
.jqtree-tree .jqtree_common[data-type=textures] .jqtree-selected > .jqtree-element{
  background-color:rgba(242, 112, 24, 0.15);
}
.jqtree-tree .jqtree_common[data-type=archives] > .jqtree-element{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg transform='translate(-1154 -465)'%3E%3Cpath d='M1168.772,482.939a.484.484,0,0,1-.5-.447V471.37a.5.5,0,0,1,1,0v11.123A.484.484,0,0,1,1168.772,482.939Z' fill='%23fe3379'/%3E%3Cpath d='M1164.772,482.939a.484.484,0,0,1-.5-.447V471.37a.5.5,0,0,1,1,0v11.123A.484.484,0,0,1,1164.772,482.939Z' fill='%23fe3379'/%3E%3Cpath d='M1160.772,482.939a.484.484,0,0,1-.5-.447V471.37a.5.5,0,0,1,1,0v11.123A.484.484,0,0,1,1160.772,482.939Z' fill='%23fe3379'/%3E%3Cpath d='M1169.889,486h-10.263a2.381,2.381,0,0,1-2.354-2.408h0V468.958a.945.945,0,0,1,.932-.958h13.137a.945.945,0,0,1,.931.958v14.589A2.46,2.46,0,0,1,1169.889,486Zm-11.617-17v14.561a1.429,1.429,0,0,0,1.393,1.439h10.214a1.426,1.426,0,0,0,1.393-1.439V469Z' fill='%23fe3379'/%3E%3Cpath d='M1168.028,466a.244.244,0,0,1,.244.244V468h-7v-1.754a.246.246,0,0,1,.246-.246Zm0-1h-6.51a1.246,1.246,0,0,0-1.246,1.246V469h9v-2.756a1.244,1.244,0,0,0-1.244-1.244Z' fill='%23fe3379'/%3E%3Cline x2='20' transform='translate(1154.5 468.5)' fill='%23777f92' stroke='%23fe3379' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}
.jqtree-tree .jqtree_common[data-type=archives] .jqtree-dropdown .dropdown-trigger .icon{
  color:#ffbcbc;
}
.jqtree-tree .jqtree_common[data-type=archives] .jqtree-element:hover{
  background-color:rgba(255, 188, 188, 0.2);
}
.jqtree-tree .jqtree_common[data-type=archives].jqtree-selected > .jqtree-element,
.jqtree-tree .jqtree_common[data-type=archives] .jqtree-selected > .jqtree-element{
  background-color:rgba(255, 188, 188, 0.15);
}

.treeview-trash .jqtree-tree > .jqtree_common:nth-child(1) .jqtree-element{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1207.407 -1130 20.215 24.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23999; %7D .cls-2 %7B fill: %23f2f2f2; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_3818' data-name='Group 3818' transform='translate(-1207.407 -1130)'%3E %3Cg id='Group_3812' data-name='Group 3812' transform='translate(0 3.01)'%3E %3Cpath id='Path_5062' data-name='Path 5062' class='cls-1' d='M201.558,9.215h-19.1a.557.557,0,1,1,0-1.115h19.1a.557.557,0,1,1,0,1.115Z' transform='translate(-181.9 -8.1)'/%3E %3C/g%3E %3Cg id='Group_3813' data-name='Group 3813' transform='translate(1.895 3.01)'%3E %3Cpath id='Path_5063' data-name='Path 5063' class='cls-2' d='M201.618,30.075H190.692a2.173,2.173,0,0,1-2.192-2.192V9.6h15.347V27.846A2.261,2.261,0,0,1,201.618,30.075Z' transform='translate(-187.943 -9.043)'/%3E %3Cpath id='Path_5064' data-name='Path 5064' class='cls-1' d='M200.675,29.69H189.75A2.744,2.744,0,0,1,187,26.94V8.1h16.462V26.9A2.832,2.832,0,0,1,200.675,29.69ZM188.115,9.215V26.9a1.65,1.65,0,0,0,1.635,1.635h10.925A1.65,1.65,0,0,0,202.31,26.9V9.215Z' transform='translate(-187 -8.1)'/%3E %3C/g%3E %3Cg id='Group_3814' data-name='Group 3814' transform='translate(13.191 6.948)'%3E %3Cpath id='Path_5065' data-name='Path 5065' class='cls-1' d='M217.957,32.449a.572.572,0,0,1-.557-.557V19.257a.557.557,0,0,1,1.115,0V31.892A.572.572,0,0,1,217.957,32.449Z' transform='translate(-217.4 -18.7)'/%3E %3C/g%3E %3Cg id='Group_3815' data-name='Group 3815' transform='translate(9.549 6.948)'%3E %3Cpath id='Path_5066' data-name='Path 5066' class='cls-1' d='M208.157,32.449a.572.572,0,0,1-.557-.557V19.257a.557.557,0,0,1,1.115,0V31.892A.572.572,0,0,1,208.157,32.449Z' transform='translate(-207.6 -18.7)'/%3E %3C/g%3E %3Cg id='Group_3816' data-name='Group 3816' transform='translate(5.462 6.948)'%3E %3Cpath id='Path_5067' data-name='Path 5067' class='cls-1' d='M197.157,32.449a.571.571,0,0,1-.557-.557V19.257a.557.557,0,0,1,1.115,0V31.892A.572.572,0,0,1,197.157,32.449Z' transform='translate(-196.6 -18.7)'/%3E %3C/g%3E %3Cg id='Group_3817' data-name='Group 3817' transform='translate(6.243 0)'%3E %3Cpath id='Path_5068' data-name='Path 5068' class='cls-1' d='M206.467,4.125H198.7V1.412A1.411,1.411,0,0,1,200.112,0h4.98A1.411,1.411,0,0,1,206.5,1.412V4.125ZM199.778,3.01h5.537v-1.6a.293.293,0,0,0-.3-.3h-4.98a.293.293,0,0,0-.3.3v1.6Z' transform='translate(-198.7)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat:no-repeat;
  background-position:32px center !important;
  background-size:20px auto;
}
.treeview-trash .jqtree-tree > .jqtree_common:nth-child(1).jqtree-selected > .jqtree-element{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1329.407 1669 20.215 29.6'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23007341;%7D.b%7Bfill:%2304b668;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-1329.407 1674)'%3E%3Cg transform='translate(0 -1.99)'%3E%3Cpath class='a' d='M201.558,9.215h-19.1a.557.557,0,1,1,0-1.115h19.1a.557.557,0,1,1,0,1.115Z' transform='translate(-181.9 -8.1)'/%3E%3C/g%3E%3Cg transform='translate(1.895 3.01)'%3E%3Cpath class='b' d='M201.618,30.075H190.692a2.173,2.173,0,0,1-2.192-2.192V9.6h15.347V27.846A2.261,2.261,0,0,1,201.618,30.075Z' transform='translate(-187.943 -9.043)'/%3E%3Cpath class='a' d='M200.675,29.69H189.75A2.744,2.744,0,0,1,187,26.94V8.1h16.462V26.9A2.832,2.832,0,0,1,200.675,29.69ZM188.115,9.215V26.9a1.65,1.65,0,0,0,1.635,1.635h10.925A1.65,1.65,0,0,0,202.31,26.9V9.215Z' transform='translate(-187 -8.1)'/%3E%3C/g%3E%3Cpath class='a' d='M3576.136-1590.808v-12.635a.572.572,0,0,1,.557-.557.571.571,0,0,1,.557.557v12.635a.571.571,0,0,1-.557.557A.572.572,0,0,1,3576.136-1590.808Zm-3.642,0v-12.635a.571.571,0,0,1,.557-.557.572.572,0,0,1,.558.557v12.635a.572.572,0,0,1-.558.557A.571.571,0,0,1,3572.494-1590.808Zm-4.088,0v-12.635a.572.572,0,0,1,.558-.557.571.571,0,0,1,.557.557v12.635a.571.571,0,0,1-.557.557A.572.572,0,0,1,3568.406-1590.808Z' transform='translate(-3562.945 1610.948)'/%3E%3Cg transform='translate(6.243 -5)'%3E%3Cpath class='a' d='M206.467,4.125H198.7V1.412A1.411,1.411,0,0,1,200.112,0h4.98A1.411,1.411,0,0,1,206.5,1.412V4.125ZM199.778,3.01h5.537v-1.6a.293.293,0,0,0-.3-.3h-4.98a.293.293,0,0,0-.3.3v1.6Z' transform='translate(-198.7)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position:32px 2px !important;
}

.jqtree-tree{
  list-style:none outside;
  margin:0;
}
.jqtree-tree ul.jqtree_common{
  list-style:none outside;
  padding:0;
  display:block;
}
.jqtree-tree li.jqtree-closed > ul.jqtree_common{
  display:none;
}
.jqtree-tree li.jqtree_common{
  clear:both;
  list-style-type:none;
}
.jqtree-tree li.jqtree_common > .jqtree-element{
  padding-left:60px;
  background-position:25px center;
}
.jqtree-tree li.jqtree_common li.jqtree_common > .jqtree-element{
  padding-left:75px;
  background-position:40px center;
}
.jqtree-tree li.jqtree_common li.jqtree_common > .jqtree-element .jqtree-toggler{
  left:10px;
}
.jqtree-tree li.jqtree_common li.jqtree_common li.jqtree_common > .jqtree-element{
  padding-left:90px;
  background-position:55px center;
}
.jqtree-tree li.jqtree_common li.jqtree_common li.jqtree_common > .jqtree-element .jqtree-toggler{
  left:25px;
}
.jqtree-tree li.jqtree_common li.jqtree_common li.jqtree_common li.jqtree_common > .jqtree-element{
  padding-left:105px;
  background-position:70px center;
}
.jqtree-tree li.jqtree_common li.jqtree_common li.jqtree_common li.jqtree_common > .jqtree-element .jqtree-toggler{
  left:35px;
}
.jqtree-tree .jqtree-toggler{
  border-bottom:none;
  color:#999999;
  text-decoration:none;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-12px;
  width:24px;
  height:24px;
  line-height:24px;
  text-align:center;
  font-size:0;
}
.jqtree-tree .jqtree-toggler:hover{
  color:#333333;
  text-decoration:none;
  background-color:rgba(0, 0, 0, 0.05);
}
.jqtree-tree .jqtree-toggler:before{
  content:"";
  font-size:12px;
  font-family:"Font Awesome 5 Free";
  font-weight:900;
}
.jqtree-tree .jqtree-toggler.jqtree-closed{
  background-position:0 0;
}
.jqtree-tree .jqtree-toggler.jqtree-closed:before{
  content:"";
}
.jqtree-tree .jqtree-element{
  cursor:pointer;
  position:relative;
  height:38px;
  padding:7px 0;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.361' height='19' viewBox='0 0 23.361 19'%3E%3Cpath d='M30.961,15.458a.74.74,0,0,0-.752-.75c-2.913,0-8.867,0-10.84,0a1.735,1.735,0,0,1-1.127-.469c-.94-.938-1.75-1.732-2.689-2.763a.813.813,0,0,0-.564-.281H9.352a.74.74,0,0,0-.752.75v16.5a.74.74,0,0,0,.752.75H30.21a.74.74,0,0,0,.752-.75Z' transform='translate(-8.1 -10.7)' fill='%23e1f2fa' stroke='%2319b0f9' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:25px auto;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
.jqtree-tree .jqtree-element:hover{
  background-color:rgba(153, 153, 153, 0.2);
}
.jqtree-tree .jqtree-element:hover .jqtree-dropdown{
  display:block;
}
.jqtree-tree .jqtree-title{
  color:#7c7c7c;
  display:block;
  padding-right:5px;
  font-size:14px;
  height:24px;
  line-height:24px;
  outline:none;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.jqtree-tree .jqtree-title:not(:first-child){
  padding-right:30px;
}
.jqtree-tree .jqtree-title.jqtree-title-folder{
  margin-left:0;
}
.jqtree-tree .jqtree-create-button > .jqtree-element{
  border:1px dashed #e5e5e5;
}
.jqtree-tree .jqtree-dropdown{
  position:absolute;
  top:7px;
  right:7px;
  bottom:0;
  width:24px;
  height:24px;
  display:none;
}
.jqtree-tree .jqtree-dropdown .dropdown-trigger{
  width:24px;
  height:24px;
  line-height:24px;
  text-align:center;
  opacity:0.8;
}
.jqtree-tree li.jqtree-folder{
  margin-bottom:4px;
}
.jqtree-tree li.jqtree-folder.jqtree-closed{
  margin-bottom:1px;
}
.jqtree-tree li.jqtree-ghost{
  position:relative;
  z-index:10;
  margin-right:10px;
}
.jqtree-tree li.jqtree-ghost span{
  display:block;
}
.jqtree-tree li.jqtree-ghost span.jqtree-circle{
  border:solid 2px #20bd57;
  border-radius:100px;
  height:8px;
  width:8px;
  position:absolute;
  top:-4px;
  left:-6px;
}
.jqtree-tree li.jqtree-ghost span.jqtree-line{
  background-color:#20bd57;
  height:2px;
  padding:0;
  position:absolute;
  top:-1px;
  left:2px;
  width:100%;
}
.jqtree-tree li.jqtree-ghost.jqtree-inside{
  margin-left:48px;
}
.jqtree-tree span.jqtree-border{
  position:absolute;
  display:block;
  left:-2px;
  top:0;
  border:solid 2px #20bd57;
  border-radius:6px;
  margin:0;
  box-sizing:content-box;
}
.jqtree-tree li.jqtree-selected > .jqtree-element{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.361' height='19' viewBox='0 0 23.361 19'%3E%3Cpath d='M30.961,15.7a.74.74,0,0,0-.752-.75H19.593a1.735,1.735,0,0,1-1.127-.469c-.94-.938-1.973-1.969-2.913-3a.813.813,0,0,0-.564-.281H9.352a.74.74,0,0,0-.752.75v16.5a.74.74,0,0,0,.752.75H30.21a.74.74,0,0,0,.752-.75Z' transform='translate(-8.1 -10.7)' fill='%2319b0f9' stroke='%2319b0f9' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
}
.jqtree-tree li.jqtree-selected > .jqtree-element .jqtree-title{
  font-weight:600;
}
.jqtree-tree li.jqtree-selected > .jqtree-element .jqtree-toggler{
  color:#20bd57;
}
.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title{
  outline:dashed 1px #20bd57;
}

span.jqtree-dragging{
  color:#ffffff;
  background:#000000;
  opacity:0.6;
  cursor:pointer;
  padding:2px 8px;
}

body.compensate-for-scrollbar{
  overflow:hidden;
}

.fancybox-active{
  height:auto;
}

.fancybox-is-hidden{
  left:-9999px;
  margin:0;
  position:absolute !important;
  top:-9999px;
  visibility:hidden;
}

.fancybox-container{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height:100%;
  left:0;
  position:fixed;
  -webkit-tap-highlight-color:transparent;
  top:0;
  transform:translateZ(0);
  width:100%;
  z-index:99992;
}

.fancybox-container *{
  box-sizing:border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
}

.fancybox-outer{
  -webkit-overflow-scrolling:touch;
  overflow-y:auto;
}

.fancybox-bg{
  background:#1e1e1e;
  opacity:0;
  transition-duration:inherit;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg{
  opacity:0.87;
  transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button{
  direction:ltr;
  opacity:0;
  position:absolute;
  transition:opacity 0.25s, visibility 0s linear 0.25s;
  visibility:hidden;
  z-index:99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button{
  opacity:1;
  transition:opacity 0.25s, visibility 0s;
  visibility:visible;
}

.fancybox-infobar{
  color:#ccc;
  font-size:13px;
  -webkit-font-smoothing:subpixel-antialiased;
  height:44px;
  left:0;
  line-height:44px;
  min-width:44px;
  mix-blend-mode:difference;
  padding:0 10px;
  pointer-events:none;
  text-align:center;
  top:0;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.fancybox-toolbar{
  right:0;
  top:0;
}

.fancybox-stage{
  direction:ltr;
  overflow:visible;
  -webkit-transform:translate3d(0, 0, 0);
  z-index:99994;
}

.fancybox-is-open .fancybox-stage{
  overflow:hidden;
}

.fancybox-slide{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  display:none;
  height:100%;
  left:0;
  outline:none;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  padding:44px;
  position:absolute;
  text-align:center;
  top:0;
  transition-property:transform, opacity;
  white-space:normal;
  width:100%;
  z-index:99994;
}

.fancybox-slide::before{
  content:"";
  display:inline-block;
  height:100%;
  margin-right:-0.25em;
  vertical-align:middle;
  width:0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next{
  display:block;
}

.fancybox-slide--next{
  z-index:99995;
}

.fancybox-slide--image{
  overflow:visible;
  padding:44px 0;
}

.fancybox-slide--image::before{
  display:none;
}

.fancybox-slide--html{
  padding:6px 6px 0 6px;
}

.fancybox-slide--iframe{
  padding:44px 44px 0;
}

.fancybox-content{
  background:#fff;
  display:inline-block;
  margin:0 0 6px 0;
  max-width:100%;
  overflow:auto;
  padding:0;
  padding:24px;
  position:relative;
  text-align:left;
  vertical-align:middle;
}

.fancybox-slide--image .fancybox-content{
  -webkit-animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  background:transparent;
  background-repeat:no-repeat;
  background-size:100% 100%;
  left:0;
  margin:0;
  max-width:none;
  overflow:visible;
  padding:0;
  position:absolute;
  top:0;
  transform-origin:top left;
  transition-property:transform, opacity;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  z-index:99995;
}

.fancybox-can-zoomOut .fancybox-content{
  cursor:zoom-out;
}

.fancybox-can-zoomIn .fancybox-content{
  cursor:zoom-in;
}

.fancybox-can-drag .fancybox-content{
  cursor:-webkit-grab;
  cursor:grab;
}

.fancybox-is-dragging .fancybox-content{
  cursor:-webkit-grabbing;
  cursor:grabbing;
}

.fancybox-container [data-selectable=true]{
  cursor:text;
}

.fancybox-image,
.fancybox-spaceball{
  background:transparent;
  border:0;
  height:100%;
  left:0;
  margin:0;
  max-height:none;
  max-width:none;
  padding:0;
  position:absolute;
  top:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  width:100%;
}

.fancybox-spaceball{
  z-index:1;
}

.fancybox-slide--html .fancybox-content{
  margin-bottom:6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content{
  height:100%;
  margin:0;
  overflow:visible;
  padding:0;
  width:100%;
}

.fancybox-slide--video .fancybox-content{
  background:#000;
}

.fancybox-slide--map .fancybox-content{
  background:#e5e3df;
}

.fancybox-slide--iframe .fancybox-content{
  background:#fff;
  height:calc(100% - 44px);
  margin-bottom:44px;
}

.fancybox-video,
.fancybox-iframe{
  background:transparent;
  border:0;
  height:100%;
  margin:0;
  overflow:hidden;
  padding:0;
  width:100%;
}

.fancybox-iframe{
  vertical-align:top;
}

.fancybox-error{
  background:#fff;
  cursor:default;
  max-width:400px;
  padding:40px;
  width:100%;
}

.fancybox-error p{
  color:#444;
  font-size:16px;
  line-height:20px;
  margin:0;
  padding:0;
}
.fancybox-button{
  background:rgba(30, 30, 30, 0.6);
  border:0;
  border-radius:0;
  cursor:pointer;
  display:inline-block;
  height:44px;
  margin:0;
  outline:none;
  padding:10px;
  transition:color 0.2s;
  vertical-align:top;
  width:44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link{
  color:#ccc;
}

.fancybox-button:focus,
.fancybox-button:hover{
  color:#fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover{
  color:#888;
  cursor:default;
}

.fancybox-button svg{
  display:block;
  overflow:visible;
  position:relative;
  shape-rendering:geometricPrecision;
}

.fancybox-button svg path{
  fill:transparent;
  stroke:currentColor;
  stroke-linejoin:round;
  stroke-width:3;
}

.fancybox-button--play svg path:nth-child(2){
  display:none;
}

.fancybox-button--pause svg path:nth-child(1){
  display:none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path{
  fill:currentColor;
}

.fancybox-button--share svg path{
  stroke-width:1;
}
.fancybox-navigation .fancybox-button{
  height:38px;
  opacity:0;
  padding:6px;
  position:absolute;
  top:50%;
  width:38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button{
  transition:opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after{
  content:"";
  left:-25px;
  padding:50px;
  position:absolute;
  top:-25px;
}

.fancybox-navigation .fancybox-button--arrow_left{
  left:6px;
}

.fancybox-navigation .fancybox-button--arrow_right{
  right:6px;
}
.fancybox-close-small{
  background:transparent;
  border:0;
  border-radius:0;
  color:#555;
  cursor:pointer;
  height:44px;
  margin:0;
  padding:6px;
  position:absolute;
  right:0;
  top:0;
  width:44px;
  z-index:10;
}

.fancybox-close-small svg{
  fill:transparent;
  opacity:0.8;
  stroke:currentColor;
  stroke-width:1.5;
  transition:stroke 0.1s;
}

.fancybox-close-small:focus{
  outline:none;
}

.fancybox-close-small:hover svg{
  opacity:1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small{
  color:#ccc;
  padding:5px;
  right:-12px;
  top:-44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg{
  background:transparent;
  color:#fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{
  display:none;
}
.fancybox-caption{
  bottom:0;
  color:#fff;
  font-size:14px;
  font-weight:400;
  left:0;
  line-height:1.5;
  padding:25px 44px 25px 44px;
  right:0;
}

.fancybox-caption::before{
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat:repeat-x;
  background-size:contain;
  bottom:0;
  content:"";
  display:block;
  left:0;
  pointer-events:none;
  position:absolute;
  right:0;
  top:-25px;
  z-index:-1;
}

.fancybox-caption::after{
  border-bottom:1px solid rgba(255, 255, 255, 0.3);
  content:"";
  display:block;
  left:44px;
  position:absolute;
  right:44px;
  top:0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited{
  color:#ccc;
  text-decoration:none;
}

.fancybox-caption a:hover{
  color:#fff;
  text-decoration:underline;
}
.fancybox-loading{
  -webkit-animation:fancybox-rotate 0.8s infinite linear;
  animation:fancybox-rotate 0.8s infinite linear;
  background:transparent;
  border:6px solid rgba(100, 100, 100, 0.5);
  border-radius:100%;
  border-top-color:#fff;
  height:60px;
  left:50%;
  margin:-30px 0 0 -30px;
  opacity:0.6;
  padding:0;
  position:absolute;
  top:50%;
  width:60px;
  z-index:99999;
}

@-webkit-keyframes fancybox-rotate{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(359deg);
  }
}
@keyframes fancybox-rotate{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(359deg);
  }
}
.fancybox-animated{
  transition-timing-function:cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous{
  opacity:0;
  transform:translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next{
  opacity:0;
  transform:translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current{
  opacity:1;
  transform:translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next{
  opacity:0;
  transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current{
  opacity:1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{
  opacity:0;
  transform:scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next{
  opacity:0;
  transform:scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current{
  opacity:1;
  transform:scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous{
  opacity:0;
  transform:rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next{
  opacity:0;
  transform:rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current{
  opacity:1;
  transform:rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous{
  opacity:0;
  transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next{
  opacity:0;
  transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current{
  opacity:1;
  transform:scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous{
  transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next{
  transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current{
  transform:translate3d(0, 0, 0) scale(1);
}
.fancybox-share{
  background:#f4f4f4;
  border-radius:3px;
  max-width:90%;
  padding:30px;
  text-align:center;
}

.fancybox-share h1{
  color:#222;
  font-size:35px;
  font-weight:700;
  margin:0 0 20px 0;
}

.fancybox-share p{
  margin:0;
  padding:0;
}

.fancybox-share__button{
  border:0;
  border-radius:3px;
  display:inline-block;
  font-size:14px;
  font-weight:700;
  line-height:40px;
  margin:0 5px 10px 5px;
  min-width:130px;
  padding:0 15px;
  text-decoration:none;
  transition:all 0.2s;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  white-space:nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link{
  color:#fff;
}

.fancybox-share__button:hover{
  text-decoration:none;
}

.fancybox-share__button--fb{
  background:#3b5998;
}

.fancybox-share__button--fb:hover{
  background:#344e86;
}

.fancybox-share__button--pt{
  background:#bd081d;
}

.fancybox-share__button--pt:hover{
  background:#aa0719;
}

.fancybox-share__button--tw{
  background:#1da1f2;
}

.fancybox-share__button--tw:hover{
  background:#0d95e8;
}

.fancybox-share__button svg{
  height:25px;
  margin-right:7px;
  position:relative;
  top:-1px;
  vertical-align:middle;
  width:25px;
}

.fancybox-share__button svg path{
  fill:#fff;
}

.fancybox-share__input{
  background:transparent;
  border:0;
  border-bottom:1px solid #d7d7d7;
  border-radius:0;
  color:#5d5b5b;
  font-size:14px;
  margin:10px 0 0 0;
  outline:none;
  padding:10px 15px;
  width:100%;
}
.fancybox-thumbs{
  background:#fff;
  bottom:0;
  display:none;
  margin:0;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  padding:2px 2px 4px 2px;
  position:absolute;
  right:0;
  -webkit-tap-highlight-color:transparent;
  top:0;
  width:212px;
  z-index:99995;
}

.fancybox-thumbs-x{
  overflow-x:auto;
  overflow-y:hidden;
}

.fancybox-show-thumbs .fancybox-thumbs{
  display:block;
}

.fancybox-show-thumbs .fancybox-inner{
  right:212px;
}

.fancybox-thumbs > ul{
  font-size:0;
  height:100%;
  list-style:none;
  margin:0;
  overflow-x:hidden;
  overflow-y:auto;
  padding:0;
  position:absolute;
  position:relative;
  white-space:nowrap;
  width:100%;
}

.fancybox-thumbs-x > ul{
  overflow:hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar{
  width:7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track{
  background:#fff;
  border-radius:10px;
  box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb{
  background:#2a2a2a;
  border-radius:10px;
}

.fancybox-thumbs > ul > li{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  cursor:pointer;
  float:left;
  height:75px;
  margin:2px;
  max-height:calc(100% - 8px);
  max-width:calc(50% - 4px);
  outline:none;
  overflow:hidden;
  padding:0;
  position:relative;
  -webkit-tap-highlight-color:transparent;
  width:100px;
}

.fancybox-thumbs-loading{
  background:rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li{
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

.fancybox-thumbs > ul > li:before{
  border:4px solid #4ea7f9;
  bottom:0;
  content:"";
  left:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  transition:all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index:99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before{
  opacity:1;
}
.mCustomScrollbar{
  touch-action:pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action{
  touch-action:auto;
}

.mCustomScrollBox{
  position:relative;
  overflow:hidden;
  height:100%;
  max-width:100%;
  outline:none;
  direction:ltr;
}

.mCSB_container{
  overflow:hidden;
  width:auto;
  height:auto;
}
.mCSB_inside > .mCSB_container{
  margin-right:30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
  margin-right:0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{
  margin-right:0;
  margin-left:30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
  margin-left:0;
}
.mCSB_scrollTools{
  position:absolute;
  width:16px;
  height:auto;
  left:auto;
  top:0;
  right:0;
  bottom:0;
}

.mCSB_outside + .mCSB_scrollTools{
  right:-26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
  right:auto;
  left:0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
  left:-26px;
}
.mCSB_scrollTools .mCSB_draggerContainer{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  height:auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{
  margin:20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail{
  width:2px;
  height:100%;
  margin:0 auto;
  border-radius:16px;
}

.mCSB_scrollTools .mCSB_dragger{
  cursor:pointer;
  width:100%;
  height:30px;
  z-index:1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  position:relative;
  width:4px;
  height:100%;
  margin:0 auto;
  border-radius:16px;
  text-align:center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
  width:12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
  width:8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
  display:block;
  position:absolute;
  height:20px;
  width:100%;
  overflow:hidden;
  margin:0 auto;
  cursor:pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{
  bottom:0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container{
  margin-right:0;
  margin-bottom:30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container{
  min-height:100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{
  margin-bottom:0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
  width:auto;
  height:16px;
  top:auto;
  right:0;
  bottom:0;
  left:0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
  bottom:-26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{
  margin:0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
  width:100%;
  height:2px;
  margin:7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
  width:30px;
  height:100%;
  left:0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
  width:100%;
  height:4px;
  margin:6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
  height:12px;
  margin:2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
  height:8px;
  margin:4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
  display:block;
  position:absolute;
  width:20px;
  height:100%;
  overflow:hidden;
  margin:0 auto;
  cursor:pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{
  left:0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
  right:0;
}
.mCSB_container_wrapper{
  position:absolute;
  height:auto;
  width:auto;
  overflow:hidden;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin-right:30px;
  margin-bottom:30px;
}

.mCSB_container_wrapper > .mCSB_container{
  padding-right:30px;
  padding-bottom:30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{
  bottom:20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{
  right:20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{
  bottom:0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{
  right:0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{
  left:20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{
  left:0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{
  margin-right:0;
  margin-left:30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{
  padding-right:0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{
  padding-bottom:0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
  margin-right:0;
  margin-left:0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{
  margin-bottom:0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
  transition:opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
  transition:width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools{
  opacity:0.75;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
  opacity:0;
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{
  opacity:1;
}

.mCSB_scrollTools .mCSB_draggerRail{
  background-color:#000;
  background-color:rgba(0, 0, 0, 0.4);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color:#fff;
  background-color:rgba(255, 255, 255, 0.75);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background-color:#fff;
  background-color:rgba(255, 255, 255, 0.85);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color:#fff;
  background-color:rgba(255, 255, 255, 0.9);
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
  opacity:0.4;
}

.mCSB_scrollTools .mCSB_buttonUp{
  background-position:0 0;
}

.mCSB_scrollTools .mCSB_buttonDown{
  background-position:0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft{
  background-position:0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight{
  background-position:0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
  opacity:0.75;
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
  opacity:0.9;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
  right:0;
  margin:12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
  bottom:0;
  margin:0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
  left:0;
  right:auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{
  background-color:transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{
  height:50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{
  width:50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color:#fff;
  background-color:rgba(255, 255, 255, 0.2);
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color:#fff;
  background-color:rgba(255, 255, 255, 0.5);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color:#000;
  background-color:rgba(0, 0, 0, 0.2);
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color:#000;
  background-color:rgba(0, 0, 0, 0.5);
}
.owl-carousel{
  display:none;
  width:100%;
  -webkit-tap-highlight-color:transparent;
  position:relative;
  z-index:1;
}

.owl-carousel .owl-stage{
  position:relative;
  -ms-touch-action:pan-Y;
  -moz-backface-visibility:hidden;
}

.owl-carousel .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.owl-carousel .owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  transform:translate3d(0, 0, 0);
}

.owl-carousel .owl-item{
  position:relative;
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled{
  display:none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot{
  cursor:pointer;
  cursor:hand;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.owl-carousel.owl-loaded{
  display:block;
}

.owl-carousel.owl-loading{
  opacity:0;
  display:block;
}

.owl-carousel.owl-hidden{
  opacity:0;
}

.owl-carousel.owl-refresh .owl-item{
  visibility:hidden;
}

.owl-carousel.owl-drag .owl-item{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.owl-carousel.owl-grab{
  cursor:move;
  cursor:-webkit-grab;
  cursor:grab;
}

.owl-carousel.owl-rtl{
  direction:rtl;
}

.owl-carousel.owl-rtl .owl-item{
  float:right;
}
.no-js .owl-carousel{
  display:block;
}
.owl-carousel .animated{
  -webkit-animation-duration:1000ms;
          animation-duration:1000ms;
  -webkit-animation-fill-mode:both;
          animation-fill-mode:both;
}

.owl-carousel .owl-animated-in{
  z-index:0;
}

.owl-carousel .owl-animated-out{
  z-index:1;
}

.owl-carousel .fadeOut{
  -webkit-animation-name:fadeOut;
          animation-name:fadeOut;
}

@-webkit-keyframes fadeOut{
  0%{
    opacity:1;
  }
  100%{
    opacity:0;
  }
}

@keyframes fadeOut{
  0%{
    opacity:1;
  }
  100%{
    opacity:0;
  }
}
.owl-height{
  transition:height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy{
  opacity:0;
  transition:opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy{
  transform-style:preserve-3d;
}
.owl-carousel .owl-video-wrapper{
  position:relative;
  height:100%;
  background:#000;
}

.owl-carousel .owl-video-play-icon{
  position:absolute;
  height:80px;
  width:80px;
  left:50%;
  top:50%;
  margin-left:-40px;
  margin-top:-40px;
  cursor:pointer;
  z-index:1;
  -webkit-backface-visibility:hidden;
  transition:transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover{
  transform:scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{
  display:none;
}

.owl-carousel .owl-video-tn{
  opacity:0;
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  transition:opacity 400ms ease;
}

.owl-carousel .owl-video-frame{
  position:relative;
  z-index:1;
  height:100%;
  width:100%;
}
.owl-theme{
  width:100%;
  overflow:hidden;
}

.owl-nav{
  -webkit-tap-highlight-color:transparent;
}

.owl-prev,
.owl-next{
  position:absolute;
  top:50%;
  width:3rem;
  height:3rem;
  padding:0.5rem;
  cursor:pointer;
  z-index:10;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  color:#fff;
}
.owl-prev.disabled,
.owl-next.disabled{
  opacity:0.7;
  cursor:default;
}
.owl-prev:not(.disabled):hover,
.owl-next:not(.disabled):hover{
  color:#20bd57;
}

.owl-prev{
  left:0;
}

.owl-next{
  right:0;
}

.tippy-box[data-theme=primary]{
  color:#20bd57;
  background-color:#d1eedb;
  border-radius:18px;
}
.tippy-box[data-theme=primary] .tippy-content{
  font-weight:500;
  padding:6px 40px;
}
.tippy-box[data-theme=primary][data-placement^=top] > .tippy-arrow{
  color:#d1eedb;
}
.tippy-box[data-theme=primary][data-placement^=bottom] > .tippy-arrow{
  color:#d1eedb;
}
.tippy-box[data-theme=primary][data-placement^=left] > .tippy-arrow{
  color:#d1eedb;
}
.tippy-box[data-theme=primary][data-placement^=right] > .tippy-arrow{
  color:#d1eedb;
}

.tippy-box[data-theme=warning]{
  color:#ff9b21;
  background-color:#f7e8d6;
  border-radius:18px;
}
.tippy-box[data-theme=warning] .tippy-content{
  font-weight:500;
  padding:6px 40px;
}
.tippy-box[data-theme=warning][data-placement^=top] > .tippy-arrow{
  color:#f7e8d6;
}
.tippy-box[data-theme=warning][data-placement^=bottom] > .tippy-arrow{
  color:#f7e8d6;
}
.tippy-box[data-theme=warning][data-placement^=left] > .tippy-arrow{
  color:#f7e8d6;
}
.tippy-box[data-theme=warning][data-placement^=right] > .tippy-arrow{
  color:#f7e8d6;
}

.footer{
  background:#fafafa;
}

.b-page__header:not(:empty){
  height:3.75rem;
  flex-shrink:0;
}
.b-page__header .navbar{
  top:0;
}

.b-page__header--fullwidth .navbar > .container{
  max-width:calc(100% - 40px);
}

.b-page__navbar .navbar{
  z-index:29;
}

.b-page__subheader:not(:empty){
  height:2.75rem;
}
.b-page__subheader .navbar{
  top:0;
}

.box.is-narrow{
  padding-top:0.5rem;
  padding-bottom:0.5rem;
}

.button{
  padding-left:0.75rem;
  padding-right:0.75rem;
}

.button.has-only-icon{
  color:#a0a0a0;
  border-color:#dedede;
}
.button.has-only-icon:hover, .button.has-only-icon:active{
  color:#4b4b4b;
  border-color:#4b4b4b;
}
.button.has-only-icon:focus, .button.has-only-icon.is-focused{
  border-color:#20bd57;
  color:#20bd57;
}
.button.has-only-icon:focus:not(:active), .button.has-only-icon.is-focused:not(:active){
  box-shadow:0 0 0 0.125em rgba(5, 182, 104, 0.25);
}

.button.is-static{
  border:none;
}

.button.is-ghost{
  border:none !important;
  background:none !important;
  box-shadow:none !important;
}

.button.is-light{
  color:#585858;
  border-color:#d4d4d4;
}
.button.is-light:hover, .button.is-light:active{
  color:#4b4b4b;
  border-color:#c7c7c7;
}

.button.is-medium{
  height:2.75rem;
  font-size:1rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
}

.card.is-new{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:100%;
  text-align:center;
  font-weight:600;
  color:#20bd57;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
a.card.is-new:hover{
  background-color:#f7f7f7;
  box-shadow:0 2px 3px rgba(32, 189, 87, 0.5), 0 0 0 1px #20bd57;
}

.card.is-new .card-plus{
  display:inline-block;
  vertical-align:middle;
  width:60px;
  height:60px;
  position:relative;
  margin-bottom:2rem;
}
.card.is-new .card-plus:before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  right:0;
  height:3px;
  background-color:#20bd57;
  margin-top:-1.5px;
}
.card.is-new .card-plus:after{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  bottom:0;
  width:3px;
  margin-left:-1.5px;
  background-color:#20bd57;
}

.card-progress{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:rgba(0, 0, 0, 0.5);
  display:none;
}
.card-progress .sk-progress,
.card-progress .sk-bounce{
  position:absolute;
  top:50%;
  left:50%;
  margin:-1rem 0 0;
  transform:translateX(-50%) translateY(-50%);
}
[status=inprogress] .card-progress.is-inprogress{
  display:block;
}
[status=ready] .card-progress.is-ready{
  display:block;
}

.card-status{
  text-align:center;
  color:#ffffff;
  padding:2rem 1rem;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
}

.card-info{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:0.5rem 0.5rem;
  background-color:rgba(0, 0, 0, 0.75);
  opacity:0;
  color:#ffffff;
}
.card-image + .card-info:last-child{
  border-radius:0 0 3px 3px;
}
.card-info .icon{
  margin-right:0.25rem;
}
.card:hover .card-info{
  opacity:1;
}
.card-info .level-right .level-item:last-child{
  margin-right:0;
}

.chat__image{
  background:#f2f2f2;
  border:1px solid #e5e5e5;
  border-radius:10px;
  margin-bottom:10px;
}
.chat__image img{
  border-radius:10px;
}

.chat__list{
  margin:0;
  padding:0;
}

.chat__message{
  border-radius:8px;
  margin-bottom:5px;
}

.chat__message-image{
  border-radius:8px;
  background:#f2f2f2;
}

.chat__message-text{
  font-size:1rem;
  padding:10px 20px;
  word-break:break-word;
}

.chat__avatar{
  position:absolute;
  top:0;
  width:35px;
  height:35px;
  border-radius:50%;
  overflow:hidden;
}

.chat__item{
  position:relative;
  max-width:80%;
  margin-bottom:10px;
  display:flex;
  flex-direction:column;
}
.chat__item--self{
  margin-right:auto;
  align-items:flex-start;
  padding-left:45px;
}
.chat__item--self .chat__avatar{
  left:0;
}

.chat__item--self .chat__message{
  border:1px solid #f2f2f2;
  background:#ffffff;
  color:#464646;
}

.chat__item--other{
  margin-left:auto;
  align-items:flex-end;
  padding-right:45px;
}
.chat__item--other .chat__avatar{
  right:0;
}

.chat__item--other .chat__message{
  background:#f2f2f2;
  color:#404040;
  border:1px solid #f2f2f2;
}

.chat__field{
  flex:1;
}

.chat__field-input{
  margin-bottom:10px;
}

.cuicon{
  display:inline-block;
  vertical-align:middle;
  width:1.5rem;
  height:1.5rem;
  background-repeat:no-repeat;
  background-position:center center;
}
.cuicon-bar-folder{
  background-image:url(../img/a97f766c32fb0bb7e749401c8b159a8d.svg);
}
.cuicon-bar-file{
  background-image:url(../img/cf115123a55cc2740b6ddd9c5cbadd82.svg);
}
.cuicon-bar-delete{
  background-image:url(../img/101a60e5666a259076ed9fd5078daa6b.svg);
}
.cuicon-bar-setting{
  background-image:url(../img/dc2200ef45e2fc3953b4abb7a4a455cb.svg);
}
.dropdown-item .icon{
  font-size:1rem;
  width:1rem;
  height:1rem;
  margin-right:0.5rem;
}

a.dropdown-item.is-active{
  color:#ffffff;
}

.dropdown.is-up .dropdown-menu{
  left:0.2rem;
  padding-bottom:0;
  border:1px solid #c7cbce;
  border-radius:3px;
  background-color:#ffffff;
  box-shadow:0 0 10px #c7cbce;
}
.dropdown.is-up .dropdown-menu:before{
  content:"";
  position:absolute;
  bottom:-0.4rem;
  left:0.5rem;
  width:0.75rem;
  height:0.75rem;
  background-color:#ffffff;
  border:1px solid #c7cbce;
  z-index:1;
  transform:rotate(45deg);
}
.dropdown.is-up .dropdown-menu .dropdown-content{
  position:relative;
  z-index:2;
  box-shadow:none;
}
.dropdown.is-up.is-right .dropdown-menu{
  left:auto;
  right:0.2rem;
}
.dropdown.is-up.is-right .dropdown-menu:before{
  left:auto;
  right:0.5rem;
}

[draggable=true]{
  -webkit-user-drag:element;
  user-drag:element;
}
[draggable=true] img{
  pointer-events:none;
}

.dropzone{
  position:relative;
  background-color:white;
  color:#7a7a7a;
  border-radius:3px;
  border:1px dashed #b5b5b5;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
.dropzone:hover, .dropzone.is-dragover{
  border-color:#04b266;
}
.dropzone.is-active{
  border-style:solid;
}

.dropzone-content{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.dropzone.is-active .dropzone-content{
  display:none !important;
}

.dropzone-image{
  pointer-events:none;
  opacity:0;
  border-radius:3px;
  overflow:hidden;
}
.dropzone.is-active .dropzone-image{
  opacity:1;
}

.dropzone--file{
  padding:40px;
  text-align:center;
}

.dropzone-text{
  margin-bottom:15px;
}

.forum-header{
  margin:-1.25rem -1.25rem 1rem;
  padding:0.5rem 1.25rem 0.65rem;
  background-color:#f1f3f1;
  border-radius:3px 3px 0 0;
}

.forum-title{
  font-size:1.25rem;
}

.ideas-card .card-footer{
  padding:0.85rem 1rem 1rem;
  display:block;
}

.ideas-card__info{
  flex-grow:1;
  margin-bottom:0.5rem !important;
}
.ideas-card__info .level-left .level-item{
  margin-right:1.5rem;
}
.ideas-card__info .icon{
  margin-right:0.5rem;
}

.ideas-card__load{
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  color:#7a7a7a !important;
  font-weight:600;
}

.ideas-card__comments .media{
  border-top:none !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:0.25rem !important;
  padding-bottom:0.25rem !important;
  align-items:baseline;
}
.ideas-card__comments .media-left{
  font-size:0.85rem;
  margin-right:0.5rem;
}
.ideas-card__comments .media-content{
  font-size:0.75rem;
}

.ideas-card__form{
  margin-top:1rem;
}

picture.image{
  max-width:100%;
}

.image-style{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:100%;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.image.is-avatar{
  border-radius:50%;
  box-shadow:0 0 0 2px #f5f7f8;
}
.image.is-avatar img{
  border-radius:50%;
}

.image.is-fullwidth-offset{
  width:auto;
  margin-left:-1.5rem;
  margin-right:-1.5rem;
}

.image.is-centered{
  margin-left:auto;
  margin-right:auto;
}

.image.is-fluid img{
  width:auto;
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
}

.image.is-bordered{
  box-shadow:0 0 0 1px #f5f7f8;
}

.image.is-rounded{
  border-radius:3px;
}
.image.is-rounded img{
  border-radius:2px;
}

.image.is-circle{
  border-radius:50%;
}
.image.is-circle img{
  border-radius:50%;
}

.image.is-link{
  box-shadow:0 0 0 1px #b5b5b5;
  background-color:#ffffff;
}
.image.is-link:hover{
  cursor:pointer;
  box-shadow:0 0 0 1px #04b266;
}
.image.is-link:hover img{
  opacity:0.9 !important;
}
.image.is-link:focus{
  outline:none;
}
.image.is-link.is-active{
  border-color:#04b266;
  box-shadow:0 0 0 1px #04b266;
}

.image.is-avatar-large{
  padding:4px;
  background-color:#ffffff;
  border-radius:3px;
  border:1px solid gainsboro;
}
.image.is-avatar-large:not(:last-child){
  margin-bottom:0.5rem;
}

.image.is-loading{
  pointer-events:none;
  background-color:#e3e5e6;
}
.image.is-loading:after{
  -webkit-animation:spinAround 500ms infinite linear;
          animation:spinAround 500ms infinite linear;
  border:2px solid #dbdbdb;
  border-radius:290486px;
  border-right-color:transparent;
  border-top-color:transparent;
  content:"";
  display:block;
  height:1em;
  position:relative;
  width:1em;
  height:2em;
  width:2em;
  position:absolute;
  left:calc(50% - (2em / 2));
  top:calc(50% - (2em / 2));
  position:absolute !important;
  border-color:transparent transparent #3e3e3e #3e3e3e !important;
}

.image-actions{
  position:absolute;
  top:0;
  right:0;
  display:flex;
}
.image.is-loading .image-actions{
  display:none;
}

.image-button{
  color:#ffffff;
  background-color:#000000;
  opacity:0.5;
}
.image-button:hover{
  color:#ffffff;
  opacity:0.85;
}
.image .image-button:last-child{
  border-radius:0 3px 0 0;
}

.image-nav{
  position:absolute;
  top:50%;
  width:2.5rem;
  height:5rem;
  margin-top:-2.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255, 255, 255, 0.85);
  background-color:rgba(0, 0, 0, 0.2);
}
.image-nav:before{
  font-size:2rem;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  display:inline-block;
  font-style:normal;
  font-feature-settings:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1;
  font-family:"Font Awesome 5 Free";
  font-weight:900;
}
.image-nav.is-left{
  left:0;
}
.image-nav.is-left:before{
  content:"";
}
.image-nav.is-right{
  right:0;
}
.image-nav.is-right:before{
  content:"";
}

.image.has-navigation{
  position:relative;
}
.image.has-navigation .image-nav:hover{
  color:#ffffff;
  background-color:rgba(0, 0, 0, 0.4);
}

.image.is-abs-centered{
  overflow:hidden;
}
.image.is-abs-centered img{
  min-width:100%;
  min-height:100%;
  height:auto;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.image.is-preview{
  box-shadow:0 0 0 1px #f5f7f8;
  border-radius:3px;
  background:no-repeat 50% 50%;
  background-size:cover;
  outline:none !important;
}
.image.is-preview img{
  border-radius:2px;
}
a.image.is-preview:hover{
  cursor:pointer;
  opacity:0.85;
}

.image.is-preview img{
  display:none !important;
}

.sk-progress{
  position:relative;
  display:block;
  width:100px;
  height:100px;
  margin:25px auto;
  border:6px solid rgba(255, 255, 255, 0.25);
  border-radius:50%;
}
.sk-progress svg{
  position:absolute;
  top:-6px;
  left:-6px;
  width:100px;
  height:100px;
}
.sk-progress svg circle{
  fill:transparent;
  stroke:#fff;
  stroke-width:6;
  stroke-linecap:round;
  stroke-dashoffset:330;
  stroke-dasharray:330;
  transform-origin:50px 50px 0;
  -webkit-animation:spinner 2s ease-out infinite;
          animation:spinner 2s ease-out infinite;
  transform:rotate(-90deg);
}
.sk-progress__text{
  color:#ffffff;
  position:absolute;
  top:50%;
  left:50%;
  font-size:1.5rem;
  transform:translateX(-50%) translateY(-50%);
}

@-webkit-keyframes spinner{
  0%{
    stroke-dashoffset:330;
  }
  50%{
    stroke-dashoffset:0;
  }
  to{
    stroke-dashoffset:-330;
  }
}

@keyframes spinner{
  0%{
    stroke-dashoffset:330;
  }
  50%{
    stroke-dashoffset:0;
  }
  to{
    stroke-dashoffset:-330;
  }
}
.sk-bounce{
  position:relative;
  display:block;
  width:100px;
  height:100px;
  margin:25px auto;
}
.sk-bounce:before, .sk-bounce:after{
  content:"";
  width:100%;
  height:100%;
  border-radius:50%;
  position:absolute;
  top:0;
  left:0;
  -webkit-animation:sk-bounce 2s infinite ease-in-out;
          animation:sk-bounce 2s infinite ease-in-out;
  background:#fff;
  opacity:0.5;
}
.sk-bounce:after{
  -webkit-animation-delay:-1s;
          animation-delay:-1s;
}

@-webkit-keyframes sk-bounce{
  0%, to{
    transform:scale(0);
  }
  50%{
    transform:scale(1);
  }
}

@keyframes sk-bounce{
  0%, to{
    transform:scale(0);
  }
  50%{
    transform:scale(1);
  }
}
.media.is-list{
  align-items:stretch;
}
.media.is-list .media-content,
.media.is-list .media-right{
  display:flex;
  align-items:center;
}

.media.is-vcentered{
  align-items:center;
}

.navbar.is-default{
  background-color:#fbfbfb;
  border-bottom:1px solid #efefef;
}
.navbar.is-default .navbar-item.is-tab{
  color:#969696;
}
.navbar.is-default .navbar-item.is-tab:hover{
  background-color:transparent;
  border-bottom-color:transparent;
  color:#04b266;
}
.navbar.is-default .navbar-item.is-tab.is-active, .navbar.is-default .navbar-item.is-tab.is-active:hover{
  background-color:transparent;
  border-bottom-color:#04b266;
  border-bottom-style:solid;
  border-bottom-width:3px;
  color:#404040;
  padding-bottom:calc(0.5rem - 3px);
}

.navbar .tabs{
  margin-bottom:-1px;
  padding-left:1rem;
  flex-grow:1;
}
.navbar .tabs .icon:first-child{
  margin-right:0.25rem;
}
.navbar .tabs li{
  align-self:flex-end;
}
.navbar .tabs a{
  height:2.85rem;
  padding:0.5rem;
}
.navbar .tabs ul{
  border-bottom-color:transparent;
}
.navbar .tabs ul li:not(.is-active),
.navbar .tabs ul li a:not(:hover){
  border-bottom-color:transparent;
}

.pagination-link.is-current{
  color:#ffffff;
}

.profile-user-info{
  position:relative;
}
.profile-user-info__promocode{
  max-width:300px;
}
.profile-user-info__name-button{
  display:inline-block;
  vertical-align:middle;
  margin-right:15px;
}
.profile-user-info__avatar{
  display:inline-block;
  vertical-align:middle;
}
.profile-user-info__avatar:not(:last-child), .profile-user-info__name:not(:last-child), .profile-user-info__location:not(:last-child), .profile-user-info__about:not(:last-child){
  margin-bottom:10px;
}

.scroller{
  -webkit-overflow-scrolling:touch;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
}

.subtitle{
  font-size:1rem;
  color:#7b7b7b;
}

.title{
  font-weight:400;
}
.title:not(:last-child){
  margin-bottom:1rem;
}

.treeview-item{
  display:flex;
  min-height:2rem;
}

.upload.is-card{
  display:flex;
  width:100%;
  height:100%;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  border-radius:3px;
  border:1px dashed #b5b5b5;
}
.upload.is-card:hover{
  cursor:pointer;
  color:#04b266;
  border-color:#04b266;
  background-color:rgba(4, 178, 102, 0.1);
}

.upload-plus{
  position:relative;
  width:2.5rem;
  height:2.5rem;
}
.upload-plus:not(:last-child){
  margin-bottom:1rem;
}
.upload-plus:before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  bottom:0;
  width:2px;
  margin-left:-1px;
  background-color:#04b266;
}
.upload-plus:after{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  right:0;
  height:2px;
  margin-top:-1px;
  background-color:#04b266;
}
.upload.is-card.is-large .upload-plus{
  width:4.5em;
  height:4.5em;
}
.upload.is-card.is-large .upload-plus:before{
  width:3px;
}
.upload.is-card.is-large .upload-plus:after{
  height:3px;
}

.upload-content{
  display:flex;
  width:100%;
  height:100%;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:3rem 1rem;
}
.upload.is-card .upload-content{
  padding-top:1rem;
  padding-bottom:1rem;
}
.upload.is-card.is-large .upload-content{
  padding-top:3rem;
  padding-bottom:3rem;
}

.gallery-info{
  margin-top:1rem;
}
.gallery-info:not(:last-child){
  margin-bottom:2rem;
}
.gallery-info .level-left + .level-right{
  margin-top:0;
}
.gallery-info .level-right .level-right .button{
  margin-left:0.5rem;
}

.gallery-info__tags{
  flex-wrap:wrap;
}
.gallery-info__tags .tag{
  margin-right:0.25rem;
  margin-bottom:0.5rem;
}

.gallery-box{
  text-align:center;
}
.gallery-box .image{
  pointer-events:none;
}
.gallery-box h3{
  font-size:1.85em;
}
.gallery-box p{
  margin-top:1rem;
}
.gallery-box p .icon{
  margin-left:-0.25rem;
}

.gallery-item:not(:last-child){
  margin-bottom:1.5rem;
}

.gallery-item__footer{
  padding-top:0.5rem;
  padding-bottom:0.5rem;
}

.profile-info{
  background:#ffffff;
}

.profile-data{
  padding-top:0;
  background:#ffffff;
  border-bottom:1px solid #e5e5e5;
}

.profile-nav{
  padding-top:0;
  padding-bottom:0;
  background:#ffffff;
  border-bottom:1px solid #e5e5e5;
}
.profile-nav .navbar-tabs,
.profile-nav .navbar-item.is-tab{
  min-height:3rem;
}

.profile-user{
  position:relative;
  text-align:center;
}
.profile-user__setting{
  position:absolute;
  top:-5px;
  right:0;
  opacity:0.25;
}
.profile-user__setting:hover{
  opacity:0.75;
}
.profile-user__avatar{
  display:inline-block;
  vertical-align:middle;
}
.profile-user__avatar img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:center;
     object-position:center;
}
.b-page:not(.b-page--v7) .profile-user__avatar:not(:last-child), .b-page:not(.b-page--v7) .profile-user__name:not(:last-child), .b-page:not(.b-page--v7) .profile-user__location:not(:last-child), .b-page:not(.b-page--v7) .profile-user__about:not(:last-child){
  margin-bottom:10px;
}

.box.favorite-empty{
  background:#fff;
  box-shadow:none;
  border:1px solid #e5e5e5;
  text-align:center;
  min-height:160px;
  padding:40px 20px;
  border-radius:6px;
}
.box.favorite-empty:not(:last-child){
  margin-bottom:0;
}
.box.favorite-empty .title{
  color:#404040;
}

.tbl-education{
  border:none;
}
.tbl-education .tag{
  border-radius:24px;
  height:24px;
  padding:0 10px;
  font-size:12px;
  font-weight:700;
  width:90px;
  text-align:center;
}
.tbl-education--academy .tag{
  min-width:120px;
}

.tbl-education .link{
  text-decoration:underline;
}
.tbl-education thead th{
  color:#000000;
  white-space:nowrap;
}
.tbl-education th,
.tbl-education td{
  font-weight:400;
  border:none;
  vertical-align:middle;
}
.tbl-education th:first-child,
.tbl-education td:first-child{
  padding-left:0;
}
.tbl-education td{
  color:#404040;
}
.tbl-education__user-form{
  display:flex;
  justify-content:flex-start;
  min-width:350px;
}

.modal-card.modal-card--education-payment{
  max-width:calc(100vw - 20px);
}
.modal-card.modal-card--education-payment .modal-card-head,
.modal-card.modal-card--education-payment .modal-card-body{
  padding:1.5rem 1.5rem;
}
.modal-card.modal-card--education-payment .modal-card-head .level,
.modal-card.modal-card--education-payment .modal-card-head .columns,
.modal-card.modal-card--education-payment .modal-card-body .level,
.modal-card.modal-card--education-payment .modal-card-body .columns{
  flex-grow:1;
  width:100%;
}
.modal-card.modal-card--education-payment .title.is-4{
  font-size:1.375rem;
}
.modal-card.modal-card--education-payment .modal-card-head input{
  text-align:center;
}
.modal-card.modal-card--education-payment .modal-card-head .button.is-outlined{
  width:2.25rem;
  height:2.25rem;
  border-radius:50%;
  line-height:0;
}
.modal-card.modal-card--education-payment .modal-card-body .level-left{
  color:#a3a3a3;
}

.profile-tabs{
  position:relative;
  padding-right:45px;
}
.profile-tabs .tabs li{
  display:flex;
  align-items:center;
}
.profile-tabs .tabs a{
  color:#a6a6a6;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:12px;
  margin:0 10px -1px;
}
.profile-tabs .tabs a:hover{
  border-bottom-color:transparent;
  color:#20bd57;
}
.profile-tabs .tabs li.is-active a{
  border-bottom-color:#000000;
  color:#000000;
}
.profile-tabs .tabs .tag{
  border-radius:50%;
  font-size:11px;
}
.profile-tabs .tabs .tag:not(:first-child){
  margin-left:0.5rem;
}
.profile-tabs__help{
  position:absolute;
  right:5px;
  bottom:5px;
}
.profile-tabs__help .icon{
  opacity:0.5;
}
.profile-tabs__help .dropdown.is-active .icon,
.profile-tabs__help .dropdown .icon:hover{
  opacity:1;
}
.profile-tabs__help .dropdown-trigger{
  line-height:0;
}
.profile-tabs__help .dropdown-content{
  margin-top:-5px;
  padding:20px;
  background:#fff;
  box-shadow:0 1px 20px rgba(0, 0, 0, 0.1);
}
.profile-tabs__help .dropdown-content:before{
  content:"";
  border:10px solid transparent;
  border-bottom-color:#fff;
  width:10px;
  height:10px;
  font-size:0;
  line-height:0;
  position:absolute;
  right:6px;
  top:-20px;
}
.profile-tabs__help .dropdown-content .image{
  width:210px;
}

.section--edu-features .hero .title{
  margin-bottom:3rem;
}
.section--edu-features .column .title{
  font-size:1.25rem;
  font-weight:400;
  margin-top:0.25rem;
  margin-bottom:0.125rem;
}

.section.is-pricing-faq{
  padding-top:0;
  margin-top:-2rem;
}
.section.is-pricing-faq .hero-body{
  padding-top:1rem;
}

.hero.is-pricing-plans .column:last-child .button{
  border-radius:5px;
}

.hero.is-pricing-business .hero-body{
  padding-top:1rem;
  padding-bottom:1rem;
}
.hero.is-pricing-business .title{
  margin-bottom:1rem;
}
.hero.is-pricing-business .button{
  font-weight:700;
  height:3.125rem;
  background-color:#edefed;
  border-radius:8px;
  font-size:1.125rem;
  padding-left:1rem;
  padding-right:1rem;
}
.hero.is-pricing-business .button .icon{
  width:1rem;
  height:1rem;
  margin-left:0.5rem;
  margin-right:0;
}

.hero.is-pricing-nested{
  text-align:center;
}
.hero.is-pricing-nested .container{
  max-width:600px;
}
.hero.is-pricing-nested .hero-head{
  padding-top:3rem;
  padding-left:2rem;
  padding-right:2rem;
}
.hero.is-pricing-nested .hero-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  margin-bottom:1.5rem;
  width:126px;
  height:126px;
  background:transparent;
  border:1px solid #d3d3d3;
  border-radius:50%;
}
.hero.is-pricing-nested .hero-icon .icon{
  width:60px;
  height:65px;
}
.hero.is-pricing-nested .hero-body .icon{
  width:85px;
  height:60px;
}
.hero.is-pricing-nested .hero-body p{
  margin-top:0.5rem;
  line-height:1.25;
}

.b-section--career-develop{
  margin-top:75px;
  margin-bottom:50px;
}
.b-section--career-develop p{
  font-size:20px;
  max-width:430px;
  margin-left:auto;
  margin-right:auto;
}

.b-section--career-list{
  margin-top:50px;
  max-width:750px;
  margin-left:auto;
  margin-right:auto;
}
.b-section--career-list li{
  border-top:1px solid #e8e8e8;
}
.b-section--career-list a{
  position:relative;
  display:block;
  padding-top:18px;
  padding-bottom:18px;
}
.b-section--career-list a:hover .title{
  color:#20bd57;
}

.b-section--career-welcome{
  margin-top:70px;
  margin-bottom:70px;
}
.b-section--career-welcome .title{
  margin-bottom:10px;
}
.b-section--career-welcome p{
  font-size:20px;
}
.b-section--career-welcome .button{
  font-weight:500;
  min-width:110px;
  margin-top:20px;
}

.career-position__head{
  margin-top:30px;
  margin-bottom:35px;
}

.career-position__back{
  font-weight:700;
}

.career-widget{
  max-width:300px;
  margin-bottom:40px;
}

.career-widget__container{
  border-radius:12px;
  background:#fcfcfc;
  border:1px solid #ddd;
}

.career-widget__content{
  padding:20px;
}

.career-widget__list li{
  display:flex;
  align-items:center;
}
.career-widget__list li:not(:last-child){
  margin-bottom:15px;
}
.career-widget__list .icon{
  color:#B3BEB5;
  margin-right:15px;
}

.career-widget__footer{
  padding:20px;
  border-top:1px solid #ddd;
}

.b-section--career-position{
  margin-bottom:40px;
}
.b-section--career-position .title.is-5{
  margin-top:30px;
}
.b-section--career-position ul{
  margin-left:0;
  list-style-type:none;
}
.b-section--career-position ul li{
  list-style-type:none;
  position:relative;
  padding-left:15px;
}
.b-section--career-position ul li:before{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  width:6px;
  height:6px;
  border-radius:50%;
  background-color:rgba(32, 189, 87, 0.3);
}

.career-form{
  min-height:300px;
  margin-top:40px;
  margin-bottom:40px;
  padding:30px;
  border-radius:23px;
  background:#fafafa;
  position:relative;
  overflow:hidden;
  box-shadow:0 0 1px rgba(0, 0, 0, 0.06);
}
.career-form small.small{
  font-size:10px;
  font-weight:bold;
  color:#646464;
}
.career-form .input{
  height:44px;
  line-height:42px;
  padding-top:0;
  padding-bottom:0;
}
.career-form .file-label{
  flex-grow:1;
}
.career-form .file-name{
  background-color:#ffffff;
  border-color:#ced4da;
  color:#6c757d;
  max-width:100%;
  border-width:1px;
}
.career-form .file-name:hover{
  border-color:#b5b5b5;
}
.career-form .icon.is-right{
  top:3px;
}
.career-form .button{
  height:36px;
  min-width:110px;
}

.career-form__feedback{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:4;
  min-height:300px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background-color:#fafafa;
}

.career-form__feedback-icon{
  width:108px;
  height:108px;
}

.career-form__feedback-title{
  font-size:18px;
  font-weight:bold;
  margin-top:40px;
}

.lesson-badge{
  margin-top:0.5rem;
  margin-bottom:0.5rem;
}
.lesson-badge--status-c0 .lesson-badge__media:before{
  border-color:transparent;
}

.lesson-badge--status-c1 .lesson-badge__media:before{
  border-top-color:#04b266;
}

.lesson-badge--status-c2 .lesson-badge__media:before{
  border-top-color:#04b266;
  border-right-color:#04b266;
}

.lesson-badge--status-c3 .lesson-badge__media:before{
  border-top-color:#04b266;
  border-right-color:#04b266;
  border-bottom-color:#04b266;
}

.lesson-badge--status-c4 .lesson-badge__media:before{
  border-color:#04b266;
}

.lesson-badge--status-completed .lesson-badge__media:before{
  border-color:#04b266;
}

.lesson-badge--status-locked .lesson-badge__media:after{
  content:"";
  position:absolute;
  top:6px;
  right:6px;
  bottom:6px;
  left:6px;
  border-radius:100%;
  background-color:rgba(0, 0, 0, 0.68);
  background-image:url(../img/020afa676173a183efa5fd24dd984720.svg);
  background-repeat:no-repeat;
  background-position:center;
}

.lesson-badge--status-locked .lesson-badge__image{
  border-color:#f9fafa;
}

.lesson-badge__container{
  display:flex;
  align-items:stretch;
}

.lesson-badge__left{
  margin-right:20px;
  flex-shrink:0;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}

.lesson-badge__content{
  padding-top:0.375rem;
  flex-grow:1;
}

.lesson-badge__media{
  width:58px;
  height:58px;
  position:relative;
  border-radius:100%;
  background-color:#e3e3e3;
  padding:3px;
  z-index:1;
}
.lesson-badge__media:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  border-radius:100%;
  border:3px solid transparent;
  transform:rotate(45deg);
}

.lesson-badge__image{
  display:block;
  width:100%;
  height:100%;
  border-radius:100%;
  background:#ffffff;
  border:4px solid #ffffff;
  overflow:hidden;
}

.lesson-badge__title{
  color:#4a4a4a;
  margin-bottom:0.125rem;
}

.lesson-badge__subtitle{
  color:#bfbfbf;
  font-size:0.85rem;
}

.lesson-badge__status{
  margin-top:0.5rem;
  color:darkred;
  font-size:0.85rem;
  font-weight:500;
}

.spacer{
  height:1rem;
}
.spacer.is-half{
  height:0.5rem;
}
.spacer.is-2x{
  height:2rem;
}
.spacer.is-3x{
  height:3rem;
}

hr{
  margin-top:1rem;
  margin-bottom:1rem;
  background-color:#eaeaea;
}
hr.is-narrow{
  margin-top:0.25rem;
  margin-bottom:0.25rem;
}

.level.is-narrow:not(:last-child){
  margin-bottom:1rem;
}

.level.is-narrowest:not(:last-child){
  margin-bottom:0.5rem;
}

.level:not(.is-spaced) + hr{
  margin-top:-1rem;
}

.relatedContent p{
  max-height:5.5rem;
  overflow:hidden;
}

.hero + .section{
  padding-top:0;
}

.hero.is-narrow .hero-body{
  padding-top:2rem;
  padding-bottom:2rem;
}

.page-loader-more{
  text-align:center;
  margin-top:2rem;
}

.gallery-honor{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}

.link-favorite{
  display:inline-flex;
  align-items:center;
  color:inherit !important;
  transition:all 0.2s;
  margin-right:10px;
}
.link-favorite__icon{
  opacity:0.75;
  display:inline-block;
  vertical-align:middle;
  width:2rem;
  height:2rem;
  margin-right:0.5rem;
  background:url(../img/59d9b354b973b79d1b38938afbe71521.svg) no-repeat center center;
  transition:all 0.2s;
}
.link-favorite__label{
  transition:all 0.2s;
}
.link-favorite:hover{
  color:#c85d5a !important;
}
.link-favorite.is-active{
  opacity:0.75;
}
.link-favorite.is-active:hover{
  opacity:0.85;
}
.link-favorite.is-active .link-favorite__icon{
  width:1.5rem;
  height:1.5rem;
}
.link-favorite.is-active .link-favorite__label{
  font-size:0.75rem;
}
.link-favorite:hover .link-favorite__icon{
  opacity:1;
}

.dropdown-content.is-columns{
  display:flex;
  flex-wrap:wrap;
  min-width:220px;
  width:100vw;
  max-width:560px;
  justify-content:flex-start;
}

.dropdown-content.is-columns > .dropdown-item{
  flex-basis:25%;
  width:25%;
  max-width:25%;
  flex-grow:1;
}

.related-item .title{
  line-height:1.1;
}
.related-item .title:not(:last-child){
  margin-bottom:0.5rem;
}
.related-item .related-item-desc{
  font-size:0.85rem;
  line-height:1.3;
}

.level-left .tags:last-child{
  margin-bottom:0;
}

.level-left,
.level-right{
  flex-shrink:1;
}

.blog-content img{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.has-text-ellipsis{
  max-width:100%;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.is-busy{
  position:relative;
  opacity:0.6;
}
.is-busy:after{
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.comment .content{
  padding-top:5px;
}
.comment .content br + br{
  display:none;
}

.profile-pane{
  align-items:stretch;
}
.profile-pane .media-content{
  display:flex;
  align-items:center;
}

.tag:not(body).is-warning{
  background-color:#e8b60f;
  color:#fff;
}

@media all and (max-width: 800px){
  .fancybox-thumbs{
    width:110px;
  }

  .fancybox-show-thumbs .fancybox-inner{
    right:110px;
  }

  .fancybox-thumbs > ul > li{
    max-width:calc(100% - 10px);
  }
}

@media (max-height: 767px) and (orientation: portrait){
  .dropdown-item{
    padding-top:0.25rem;
    padding-bottom:0.25rem;
  }
}

@media (max-height: 425px) and (orientation: landscape){
  .dropdown-item{
    padding-top:0.25rem;
    padding-bottom:0.25rem;
  }
}

@media screen and (max-width: 768px){
  .forum-list-item{
    display:block;
  }
  .forum-list-item .forum-title{
    display:block;
    margin-bottom:0.5rem;
    line-height:1.25;
  }
  .forum-list-item .media-left{
    display:none;
  }
  .forum-list-item .media-content{
    margin-bottom:1rem;
  }
  .forum-list-item .media-right{
    margin-left:0;
  }
  .media.is-fluid-mobile{
    flex-wrap:wrap;
  }
  .media.is-fluid-mobile .media-left{
    flex-grow:1;
    width:100%;
    margin-bottom:1.5rem;
    margin-right:0;
  }
  .media.is-fluid-mobile .media-left .image{
    width:100%;
    height:auto;
  }
  .profile-user-data__column{
    padding:5px 0;
  }
  .profile-user-info__left{
    margin-bottom:15px;
  }
  .gallery-item__footer{
    display:flex;
  }
  .gallery-item__footer .button + .button{
    margin-left:0.5rem;
  }
  .gallery-item__footer .button:last-child{
    margin-left:auto;
  }
  .profile-nav{
    font-size:13px;
  }
  .section--edu-features .column{
    text-align:center;
  }
}

@media screen and (min-width: 1025px){
  .hero.has-text-centered .titile,
.hero.has-text-centered .subtitle{
    max-width:55%;
    margin-left:auto;
    margin-right:auto;
  }
  .gallery-box{
    margin-top:6rem;
  }
  .gallery-box .image{
    max-width:80%;
    margin-top:-10rem;
    margin-left:auto;
    margin-right:auto;
  }
  .gallery-box h3{
    margin-top:-1.5rem;
  }
}

@media screen and (max-width: 767px){
  .hero-body{
    padding-top:1.5rem;
    padding-bottom:1.5rem;
  }
  .title{
    font-size:1.75rem;
  }
  .gallery-info .level-right .level{
    margin-top:0.5rem;
  }
  .gallery-item{
    margin-left:-1.5rem;
    margin-right:-1.5rem;
  }
  .modal .gallery-item{
    margin-left:-1.25rem;
    margin-right:-1.25rem;
  }
  .gallery-item .button:last-child{
    align-self:flex-end;
  }
  .gallery-item__footer{
    padding-left:0.5rem;
    padding-right:0.5rem;
  }
}

@media (max-width: 767px){
  .ideas-list .column{
    padding-bottom:0;
  }
  .ideas-list .column:not(:first-child){
    padding-top:0;
  }
  .ideas-card{
    width:auto;
    max-width:100vw;
    margin-left:-1.5rem;
    margin-right:-1.5em;
  }
  .ideas-card .card-info{
    display:none !important;
  }
  .ideas-card .card-footer form{
    padding-top:1.5rem;
  }
}

@media (min-width: 768px){
  .ideas-card{
    border-radius:3px;
    margin-bottom:2rem;
  }
  .ideas-card .card-footer{
    display:none;
  }
  .ideas-card .image-style{
    transform:scale(1.2);
    transition:transform ease-out 0.15s;
  }
  .ideas-card:hover .image-style{
    transform:scale(1);
  }
}

@media screen and (min-width: 1024px){
  .navbar .tabs{
    padding-left:0;
    padding-right:0;
    margin-left:-0.5rem;
    margin-right:-0.5rem;
  }
  .navbar .tabs li:not(:last-child){
    margin-right:1rem;
  }
  .profile-user-info__promocode{
    margin-left:auto;
    margin-top:20px;
  }
  .gallery-item:not(.is-static):hover{
    position:relative;
  }
  .gallery-item:not(.is-static):hover:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#070707;
    background:linear-gradient(rgba(7, 7, 7, 0), #070707);
    z-index:1;
    opacity:0.75;
    pointer-events:none;
  }
  .gallery-item__footer{
    position:absolute;
    z-index:1;
    left:0;
    right:0;
    bottom:0;
    display:none;
    padding:0.5rem;
  }
  .gallery-item__footer .button{
    background-color:rgba(255, 255, 255, 0.25);
    color:#fff;
    font-size:0.75rem;
  }
  .gallery-item__footer .button .fas{
    font-size:0.85rem;
    margin-bottom:-0.125rem;
  }
  .gallery-item__footer .button + .button{
    margin-left:0.5rem;
  }
  .gallery-item:hover .gallery-item__footer{
    display:flex;
    justify-content:flex-end;
  }
  .hero.is-pricing-plans .column:last-child{
    display:flex;
    align-items:center;
    justify-content:flex-end;
  }
}

@media screen and (min-width: 769px){
  .profile-user-data__columns{
    display:flex;
    margin-left:-10px;
    margin-right:-10px;
  }

  .profile-user-data__column{
    flex-grow:1;
    flex-basis:20%;
    padding:10px;
    display:flex;
    align-items:center;
  }
  .profile-user-info{
    display:flex;
  }
  .profile-user-info__left{
    margin-right:32px;
    flex-shrink:0;
  }

  .profile-user-info__content{
    flex-grow:1;
  }
  .profile-content{
    padding:0 35px 30px;
  }
}

@media screen and (min-width: 1184px){
  .profile-user-data__column:not(:last-child){
    position:relative;
  }
  .profile-user-data__column:not(:last-child):after{
    content:"";
    position:absolute;
    top:28px;
    right:0;
    height:35px;
    width:1px;
    background:#e5e5e5;
  }
}

@media screen and (min-width: 768px) and (max-width: 1183px){
  .profile-user-data__columns{
    flex-wrap:wrap;
  }

  .profile-user-data__column{
    flex-basis:20%;
  }
  .profile-nav{
    font-size:14px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait){
  .gallery-box{
    margin-top:6rem;
  }
  .gallery-box .image{
    margin-top:-8rem;
    margin-left:-1.25rem;
    margin-right:-1.25rem;
  }
  .gallery-box h3{
    margin-top:-1.5rem;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape){
  .gallery-box{
    margin-top:10rem;
  }
  .gallery-box .image{
    margin-top:-13rem;
  }
  .gallery-box h3{
    margin-top:-1.5rem;
  }
}

@media (max-width: 991.98px){
  .b-section--career-list .icon{
    display:none;
  }
}

@media (min-width: 992px){
  .b-section--career-list .icon{
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
  }
  .career-widget{
    position:sticky;
    top:90px;
    bottom:20px;
  }
}

@media (max-width: 470px){
  .link-favorite__label{
    display:none;
  }
}

@media (max-width: 425px){
  .dropdown-content.is-columns > .dropdown-item{
    flex-basis:50%;
    width:50%;
    max-width:50%;
  }
}

@media (min-width: 960px) and (min-height: 500px){
  .dropdown-content.is-columns > .dropdown-item{
    flex-basis:33%;
    width:33%;
    max-width:33%;
    flex-grow:1;
    padding-right:1rem;
  }
}

/*# sourceMappingURL=system.min.css.map*/