.ngx-datatable {
  display: block;
  overflow: hidden;
  justify-content: center;
  position: relative;
  transform: translate3d(0, 0, 0);
  /**
   * Vertical Scrolling Adjustments
   */
  /**
   * Horizontal Scrolling Adjustments
   */
  /**
   * Fixed Header Height Adjustments
   */
  /**
   * Fixed row height adjustments
   */
  /**
   * Shared Styles
   */
  /**
   * Header Styles
   */
  /**
   * Body Styles
   */
  /**
   * Footer Styles
   */ }
  .ngx-datatable [hidden] {
    display: none !important; }
  .ngx-datatable *,
  .ngx-datatable *:before,
  .ngx-datatable *:after {
    box-sizing: border-box; }
  .ngx-datatable.scroll-vertical .datatable-body {
    overflow-y: auto; }
  .ngx-datatable.scroll-vertical.virtualized .datatable-body .datatable-row-wrapper {
    position: absolute; }
  .ngx-datatable.scroll-horz .datatable-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
    white-space: nowrap; }
  .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .ngx-datatable.fixed-row .datatable-scroll {
    white-space: nowrap; }
  .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
      white-space: nowrap; }
  .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .ngx-datatable .datatable-body-row,
  .ngx-datatable .datatable-row-center,
  .ngx-datatable .datatable-header-inner {
    display: flex;
    flex-direction: row;
    -o-flex-flow: row;
    flex-flow: row; }
  .ngx-datatable .datatable-body-cell,
  .ngx-datatable .datatable-header-cell {
    overflow-x: hidden;
    vertical-align: top;
    display: inline-block;
    line-height: 1.625; }
  .ngx-datatable .datatable-body-cell:focus,
    .ngx-datatable .datatable-header-cell:focus {
      outline: none; }
  .ngx-datatable .datatable-row-left,
  .ngx-datatable .datatable-row-right {
    z-index: 9; }
  .ngx-datatable .datatable-row-left,
  .ngx-datatable .datatable-row-center,
  .ngx-datatable .datatable-row-group,
  .ngx-datatable .datatable-row-right {
    position: relative; }
  .ngx-datatable .datatable-header {
    display: block;
    overflow: hidden; }
  .ngx-datatable .datatable-header .datatable-header-inner {
      align-items: stretch;
      -webkit-align-items: stretch; }
  .ngx-datatable .datatable-header .datatable-header-cell {
      position: relative;
      display: inline-block; }
  .ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper {
        cursor: pointer; }
  .ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper {
        cursor: move; }
  .ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
        line-height: 100%;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer; }
  .ngx-datatable .datatable-header .datatable-header-cell .resize-handle,
      .ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        padding: 0 4px;
        visibility: hidden; }
  .ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
        cursor: ew-resize; }
  .ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle {
        visibility: visible; }
  .ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable {
        visibility: visible; }
  .ngx-datatable .datatable-header .datatable-header-cell .targetMarker {
        position: absolute;
        top: 0;
        bottom: 0; }
  .ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft {
          right: 0; }
  .ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight {
          left: 0; }
  .ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
        height: inherit; }
  .ngx-datatable .datatable-body {
    position: relative;
    z-index: 10;
    display: block; }
  .ngx-datatable .datatable-body .datatable-scroll {
      display: inline-block; }
  .ngx-datatable .datatable-body .datatable-row-detail {
      overflow-y: hidden; }
  .ngx-datatable .datatable-body .datatable-row-wrapper {
      display: flex;
      flex-direction: column; }
  .ngx-datatable .datatable-body .datatable-body-row {
      outline: none; }
  .ngx-datatable .datatable-body .datatable-body-row > div {
        display: flex; }
  .ngx-datatable .datatable-footer {
    display: block;
    width: 100%;
    overflow: auto; }
  .ngx-datatable .datatable-footer .datatable-footer-inner {
      display: flex;
      align-items: center;
      width: 100%; }
  .ngx-datatable .datatable-footer .selected-count .page-count {
      flex: 1 1 40%; }
  .ngx-datatable .datatable-footer .selected-count .datatable-pager {
      flex: 1 1 60%; }
  .ngx-datatable .datatable-footer .page-count {
      flex: 1 1 20%; }
  .ngx-datatable .datatable-footer .datatable-pager {
      flex: 1 1 80%;
      text-align: right; }
  .ngx-datatable .datatable-footer .datatable-pager .pager,
      .ngx-datatable .datatable-footer .datatable-pager .pager li {
        padding: 0;
        margin: 0;
        display: inline-block;
        list-style: none; }
  .ngx-datatable .datatable-footer .datatable-pager .pager li,
      .ngx-datatable .datatable-footer .datatable-pager .pager li a {
        outline: none; }
  .ngx-datatable .datatable-footer .datatable-pager .pager li a {
        cursor: pointer;
        display: inline-block; }
  .ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
        cursor: not-allowed; }

/*
  This stylesheet uses scss valiables for most of the colors / background-colors of the table
  to enable the customization of the displayed table without cloning the stylesheet into the
  own application.

  To modify table colors, add the following lines to the scss file of your application
  (this example modifies the color of the selected row - selectionType = single, multi or multiClick):

  $ngx-datatable-selected-active-background: yellow;
  $ngx-datatable-selected-active-background-hover: rgba(yellow, 0.2);

  @import '~@swimlane/ngx-datatable/index.css';
  @import '~@swimlane/ngx-datatable/themes/material.scss';
  @import '~@swimlane/ngx-datatable/assets/icons.css';

That's all.
*/
.ngx-datatable.material {
  background: #fff;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  /**
	 * Shared Styles
	 */
  /**
	 * Global Row Styles
	 */
  /**
	 * Header Styles
	 */
  /**
	 * Body Styles
	 */
  /**
	 * Footer Styles
	 */ }
.ngx-datatable.material.striped .datatable-row-odd {
    background: #eee; }
.ngx-datatable.material.single-selection .datatable-body-row.active,
  .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active,
  .ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active,
  .ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
    background-color: #304ffe;
    color: #fff; }
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
  .ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
  .ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
  .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
    background-color: #193ae4;
    color: #fff; }
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
  .ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
  .ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
  .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
    background-color: #2041ef;
    color: #fff; }
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
  .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
    background-color: #eee;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
  .ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
    background-color: #ddd; }
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
  .ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
    background-color: #eee;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
  .ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
    background-color: #ddd; }
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
  .ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
    background-color: #304ffe;
    color: #fff; }
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
  .ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
    background-color: #193ae4;
    color: #fff; }
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
  .ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
    background-color: #2041ef;
    color: #fff; }
.ngx-datatable.material .empty-row {
    height: 50px;
    text-align: left;
    padding: 0.5rem 1.2rem;
    vertical-align: top;
    border-top: 0; }
.ngx-datatable.material .loading-row {
    text-align: left;
    padding: 0.5rem 1.2rem;
    vertical-align: top;
    border-top: 0; }
.ngx-datatable.material .datatable-header .datatable-row-left,
  .ngx-datatable.material .datatable-body .datatable-row-left {
    background-color: #fff;
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==); }
.ngx-datatable.material .datatable-header .datatable-row-right,
  .ngx-datatable.material .datatable-body .datatable-row-right {
    background-position: 0 0;
    background-color: #fff;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==); }
.ngx-datatable.material .datatable-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.ngx-datatable.material .datatable-header .datatable-header-cell {
      text-align: left;
      padding: 0.9rem 1.2rem;
      font-weight: 400;
      background-color: #fff;
      color: rgba(0, 0, 0, 0.54);
      vertical-align: bottom;
      font-size: 12px;
      font-weight: 500; }
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
        position: relative; }
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
        transition: transform 400ms ease, opacity 400ms ease;
        opacity: 0.5;
        transform: scale(1); }
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -30px 0 0 -30px;
        height: 60px;
        width: 60px;
        background: #eee;
        border-radius: 100%;
        opacity: 1;
        filter: none;
        transform: scale(0);
        z-index: 9999;
        pointer-events: none; }
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
        border-right: none; }
.ngx-datatable.material .datatable-header .resize-handle {
      border-right: solid 1px #eee; }
.ngx-datatable.material .datatable-body {
    position: relative; }
.ngx-datatable.material .datatable-body .datatable-row-detail {
      background: #f5f5f5;
      padding: 10px; }
.ngx-datatable.material .datatable-body .datatable-group-header {
      background: #f5f5f5;
      border-bottom: solid 1px #d9d8d9;
      border-top: solid 1px #d9d8d9; }
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
      text-align: left;
      padding: 0.9rem 1.2rem;
      vertical-align: top;
      border-top: 0;
      color: rgba(0, 0, 0, 0.87);
      transition: width 0.3s ease;
      font-size: 14px;
      font-weight: 400; }
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
      text-align: left;
      padding: 0.9rem 1.2rem;
      vertical-align: top;
      border-top: 0;
      color: rgba(0, 0, 0, 0.87);
      transition: width 0.3s ease;
      font-size: 14px;
      font-weight: 400; }
.ngx-datatable.material .datatable-body .progress-linear {
      display: block;
      position: sticky;
      width: 100%;
      height: 5px;
      padding: 0;
      margin: 0;
      top: 0; }
.ngx-datatable.material .datatable-body .progress-linear .container {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 5px;
        transform: translate(0, 0) scale(1, 1);
        background-color: #aad1f9; }
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
          transition: all 0.2s linear;
          animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 0.2s linear;
          background-color: #106cc8;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 5px; }
.ngx-datatable.material .datatable-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54); }
.ngx-datatable.material .datatable-footer .page-count {
      line-height: 50px;
      height: 50px;
      padding: 0 1.2rem; }
.ngx-datatable.material .datatable-footer .datatable-pager {
      margin: 0 10px; }
.ngx-datatable.material .datatable-footer .datatable-pager li {
        vertical-align: middle; }
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
          color: rgba(0, 0, 0, 0.26) !important;
          background-color: transparent !important; }
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
          background-color: rgba(158, 158, 158, 0.2);
          font-weight: bold; }
.ngx-datatable.material .datatable-footer .datatable-pager a {
        height: 22px;
        min-width: 24px;
        line-height: 22px;
        padding: 0 6px;
        border-radius: 3px;
        margin: 6px 3px;
        text-align: center;
        vertical-align: top;
        color: rgba(0, 0, 0, 0.54);
        text-decoration: none;
        vertical-align: bottom; }
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
          color: rgba(0, 0, 0, 0.75);
          background-color: rgba(158, 158, 158, 0.2); }
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
      .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
      .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
      .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
        font-size: 20px;
        line-height: 20px;
        padding: 0 3px; }
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
    background-color: #ddd; }
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
      background-color: #ddd; }
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
      font-weight: bold; }
/**
 * Checkboxes
**/
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0; }
.datatable-checkbox input[type='checkbox'] {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    outline: none; }
.datatable-checkbox input[type='checkbox']:before {
      transition: all 0.3s ease-in-out;
      content: '';
      position: absolute;
      left: 0;
      z-index: 1;
      width: 1rem;
      height: 1rem;
      border: 2px solid #f2f2f2; }
.datatable-checkbox input[type='checkbox']:checked:before {
      transform: rotate(-45deg);
      height: 0.5rem;
      border-color: #009688;
      border-top-style: none;
      border-right-style: none; }
.datatable-checkbox input[type='checkbox']:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1rem;
      height: 1rem;
      background: #fff;
      cursor: pointer; }
/**
 * Progress bar animations
 */
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1); } }

@charset "UTF-8";

@font-face {
  font-family: 'data-table';
  src: url('resources/data-table.40742b4faed98d0250a5.eot');
  src: url('resources/data-table.40742b4faed98d0250a5.eot?#iefix') format('embedded-opentype'), url('resources/data-table.53c319729491b7686d65.woff') format('woff'),
    url('resources/data-table.93be7e0fc94594d266a2.ttf') format('truetype'), url('resources/data-table.7eda0c04830dac128c76.svg#data-table') format('svg');
  font-weight: normal;
  font-style: normal;
}

[data-icon]::before {
  font-family: 'data-table' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='datatable-icon-']::before,
[class*=' datatable-icon-']::before {
  font-family: 'data-table' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datatable-icon-filter::before {
  content: '\62';
}

.datatable-icon-collapse::before {
  content: '\61';
}

.datatable-icon-expand::before {
  content: '\63';
}

.datatable-icon-close::before {
  content: '\64';
}

.datatable-icon-up::before {
  content: '\65';
}

.datatable-icon-down::before {
  content: '\66';
}

.datatable-icon-sort-unset::before {
  content: '\63';
  opacity: 0.5;
}

.datatable-icon-sort::before {
  content: '\67';
}

.datatable-icon-done::before {
  content: '\68';
}

.datatable-icon-done-all::before {
  content: '\69';
}

.datatable-icon-search::before {
  content: '\6a';
}

.datatable-icon-pin::before {
  content: '\6b';
}

.datatable-icon-add::before {
  content: '\6d';
}

.datatable-icon-left::before {
  content: '\6f';
}

.datatable-icon-right::before {
  content: '\70';
}

.datatable-icon-skip::before {
  content: '\71';
}

.datatable-icon-prev::before {
  content: '\72';
}

/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
.bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
.bs-datepicker bs-day-picker {
    float: left; }
.bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
.bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
.bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
.bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
.bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
.bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
.bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
.bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
.bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
.bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
.bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
.bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
.bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
.bs-datepicker-body table td.active {
          position: relative; }
.bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
.bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
.bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
.bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -3px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
.bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
.bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
.bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
.bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
.bs-datepicker-body table.days span.select-start {
          z-index: 2; }
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
          right: 3px;
          left: 0; }
.bs-datepicker-body table.days span.in-range.select-end:before {
          right: 4px;
          left: 0; }
.bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
.bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
.bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
.bs-datepicker-body table.months td {
        height: 52px; }
.bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
.bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
.bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
.bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
.bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
.bs-datepicker-container {
    padding: 15px; }
.bs-datepicker .bs-media-container {
    display: flex; }
@media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
.bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
.bs-datepicker-buttons .btn-default {
      margin-left: 10px; }
.bs-datepicker-buttons .btn-today-wrapper {
      display: flex;
      flex-flow: row wrap; }
.bs-datepicker-buttons .clear-right,
    .bs-datepicker-buttons .today-right {
      flex-grow: 0; }
.bs-datepicker-buttons .clear-left,
    .bs-datepicker-buttons .today-left {
      flex-grow: 1; }
.bs-datepicker-buttons .clear-center,
    .bs-datepicker-buttons .today-center {
      flex-grow: 0.5; }
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
.bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161; }
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E; }
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777; }
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }
.theme-default .bs-datepicker-body table td.week span {
  color: #777; }
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34; }
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838; }
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD; }
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7; }
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498; }
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9; }
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-red .bs-datepicker-head {
  background-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531; }
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732; }
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29; }
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35; }
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
/*# sourceMappingURL=bs-datepicker.css.map */
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}

.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.fr-element,.fr-element:focus{outline:0 solid transparent}

.fr-box.fr-basic .fr-element{color:#000;padding:16px;box-sizing:border-box;overflow-x:auto;min-height:52px}

.fr-box.fr-basic.fr-rtl .fr-element{text-align:right}

.fr-element{background:0 0;position:relative;z-index:2;-webkit-user-select:auto}

.fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}

.fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}

.fr-element [contenteditable=true]{outline:0 solid transparent}

.fr-box a.fr-floating-btn{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;height:32px;width:32px;background:#fff;color:#1e88e5;-webkit-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;outline:0;left:0;top:0;line-height:32px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;box-sizing:border-box;border:0}

.fr-box a.fr-floating-btn svg{-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s;fill:#1e88e5}

.fr-box a.fr-floating-btn i,.fr-box a.fr-floating-btn svg{font-size:14px;line-height:32px}

.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}

.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}

.fr-box a.fr-floating-btn:hover svg{fill:#1e88e5}

.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}

iframe.fr-iframe{width:100%;border:0;position:relative;display:block;z-index:2;box-sizing:border-box}

.fr-wrapper{position:relative;z-index:1}

.fr-wrapper::after{clear:both;display:block;content:"";height:0}

.fr-wrapper .fr-placeholder{position:absolute;font-size:12px;color:#aaa;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}

.fr-wrapper.show-placeholder .fr-placeholder{display:block}

.fr-wrapper ::selection{background:#b5d6fd;color:#000}

.fr-box.fr-basic .fr-wrapper{background:#fff;border:0;border-top:0;top:0;left:0}

.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}

.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)}

@media (min-width:992px){.fr-box.fr-document{min-width:21cm}.fr-box.fr-document .fr-wrapper{text-align:left;padding:30px;min-width:21cm;background:#EFEFEF}.fr-box.fr-document .fr-wrapper .fr-element{text-align:left;background:#FFF;width:21cm;margin:auto;min-height:26cm!important;padding:1cm 2cm;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);overflow:visible;z-index:auto}.fr-box.fr-document .fr-wrapper .fr-element hr{margin-left:-2cm;margin-right:-2cm;background:#EFEFEF;height:1cm;outline:0;border:0}.fr-box.fr-document .fr-wrapper .fr-element img{z-index:1}}

.fr-tooltip{position:absolute;top:0;left:0;padding:0 8px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);background:#222;color:#fff;font-size:11px;line-height:22px;font-family:Arial,Helvetica,sans-serif;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2147483647;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"alpha(Opacity=0)"}

.fr-toolbar .fr-btn-wrap,.fr-popup .fr-btn-wrap{float:left;white-space:nowrap;position:relative}

.fr-toolbar .fr-btn-wrap.fr-hidden,.fr-popup .fr-btn-wrap.fr-hidden{display:none}

.fr-toolbar .fr-command.fr-btn,.fr-popup .fr-command.fr-btn{background:0 0;color:#222;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;margin:0 2px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;padding:0;width:38px;height:38px}

.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,.fr-popup .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}

.fr-toolbar .fr-command.fr-btn.fr-btn-text,.fr-popup .fr-command.fr-btn.fr-btn-text{width:auto}

.fr-toolbar .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn svg,.fr-popup .fr-command.fr-btn svg{display:block;font-size:14px;width:14px;margin:12px;text-align:center;float:none}

.fr-toolbar .fr-command.fr-btn span.fr-sr-only,.fr-popup .fr-command.fr-btn span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.fr-toolbar .fr-command.fr-btn span,.fr-popup .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:34px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:700;padding:0 2px}

.fr-toolbar .fr-command.fr-btn img,.fr-popup .fr-command.fr-btn img{margin:12px;width:14px}

.fr-toolbar .fr-command.fr-btn.fr-active,.fr-popup .fr-command.fr-btn.fr-active{color:#1e88e5;background:0 0}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection{width:auto}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:400}

.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,.fr-popup .fr-command.fr-btn.fr-dropdown svg{margin-left:8px;margin-right:16px}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active{color:#222;background:#d6d6d6}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus{background:#d6d6d6!important;color:#222!important}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after{border-top-color:#222!important}

.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,.fr-popup .fr-command.fr-btn.fr-dropdown::after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #222;right:4px;top:17px;content:""}

.fr-toolbar .fr-command.fr-btn.fr-disabled,.fr-popup .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default}

.fr-toolbar .fr-command.fr-btn.fr-disabled::after,.fr-popup .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd!important}

.fr-toolbar .fr-command.fr-btn.fr-hidden,.fr-popup .fr-command.fr-btn.fr-hidden{display:none}

.fr-toolbar.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active,.fr-popup.fr-disabled .fr-btn.fr-active{color:#bdbdbd}

.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after{border-top-color:#bdbdbd}

.fr-toolbar.fr-rtl .fr-command.fr-btn,.fr-popup.fr-rtl .fr-command.fr-btn,.fr-toolbar.fr-rtl .fr-btn-wrap,.fr-popup.fr-rtl .fr-btn-wrap{float:right}

.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden),.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden){display:inline-flex;float:none}

.fr-desktop .fr-command:hover,.fr-desktop .fr-command:focus,.fr-desktop .fr-command.fr-btn-hover,.fr-desktop .fr-command.fr-expanded{outline:0;color:#222;background:#ebebeb}

.fr-desktop .fr-command:hover::after,.fr-desktop .fr-command:focus::after,.fr-desktop .fr-command.fr-btn-hover::after,.fr-desktop .fr-command.fr-expanded::after{border-top-color:#222!important}

.fr-desktop .fr-command.fr-selected{color:#222;background:#d6d6d6}

.fr-desktop .fr-command.fr-active:hover,.fr-desktop .fr-command.fr-active:focus,.fr-desktop .fr-command.fr-active.fr-btn-hover,.fr-desktop .fr-command.fr-active.fr-expanded{color:#1e88e5;background:#ebebeb}

.fr-desktop .fr-command.fr-active.fr-selected{color:#1e88e5;background:#d6d6d6}

.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled.fr-selected{background:0 0}

.fr-desktop.fr-disabled .fr-command:hover,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command.fr-selected{background:0 0}

.fr-toolbar.fr-mobile .fr-command.fr-blink,.fr-popup.fr-mobile .fr-command.fr-blink{background:0 0}

.fr-command.fr-btn.fr-options{width:16px;margin-left:-5px}

.fr-command.fr-btn.fr-options.fr-btn-hover,.fr-command.fr-btn.fr-options:hover,.fr-command.fr-btn.fr-options:focus{border-left:solid 1px #fafafa}

.fr-command.fr-btn+.fr-dropdown-menu{display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;-webkit-overflow-scrolling:touch;overflow:hidden;zoom:1;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;height:auto;max-height:275px}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{background:#fff;padding:0;margin:auto;display:inline-block;text-align:left;position:relative;box-sizing:border-box;-webkit-transition:max-height .2s ease 0s;-moz-transition:max-height .2s ease 0s;-ms-transition:max-height .2s ease 0s;-o-transition:max-height .2s ease 0s;margin-top:0;float:left;max-height:0;height:0;margin-top:0!important}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{overflow:auto;position:relative;max-height:275px}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:0}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0;font-size:15px}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 24px;line-height:200%;display:block;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut{float:right;margin-left:32px;font-weight:700;-webkit-opacity:.75;-moz-opacity:.75;opacity:.75;-ms-filter:"alpha(Opacity=0)"}

.fr-command.fr-btn:not(.fr-active)+.fr-dropdown-menu{left:-3000px!important}

.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14)}

.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper{height:auto;max-height:275px}

.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.fr-toolbar.fr-rtl .fr-dropdown-wrapper,.fr-popup.fr-rtl .fr-dropdown-wrapper{text-align:right!important}

body.prevent-scroll{overflow:hidden}

body.prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}

.fr-modal{color:#222;font-family:Arial,Helvetica,sans-serif;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:2147483640;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:1.2}

.fr-modal.fr-middle .fr-modal-wrapper{margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);position:absolute}

.fr-modal .fr-modal-wrapper{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin:20px auto;display:inline-block;background:#fff;min-width:300px;box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);border:0;border-top:5px solid #222;overflow:hidden;width:90%;position:relative}

@media (min-width:768px) and (max-width:991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}

@media (min-width:992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:960px}}

.fr-modal .fr-modal-wrapper .fr-modal-head{background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);border-bottom:0;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;-webkit-transition:height .2s ease 0s;-moz-transition:height .2s ease 0s;-ms-transition:height .2s ease 0s;-o-transition:height .2s ease 0s}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{padding:12px;width:20px;font-size:30px;cursor:pointer;line-height:18px;color:#222;box-sizing:content-box;position:absolute;top:0;right:0;-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s}

.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:18px;padding:12px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}

.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:scroll;padding-bottom:10px}

.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button{margin-left:24px}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus{background:#ebebeb;color:#1e88e5}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#1e88e5}

.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}

.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:"alpha(Opacity=0)";z-index:2147483639}

.fr-popup{position:absolute;display:none;color:#222;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-top:10px;z-index:2147483635;text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}

.fr-popup .fr-input-focus{background:#f5f5f5}

.fr-popup.fr-above{margin-top:-10px;border-top:0;border-bottom:5px solid #222;box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)}

.fr-popup.fr-active{display:block}

.fr-popup.fr-hidden{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}

.fr-popup.fr-empty{display:none!important}

.fr-popup .fr-hs{display:block!important}

.fr-popup .fr-hs.fr-hidden{display:none!important}

.fr-popup .fr-input-line{position:relative;padding:8px 0}

.fr-popup .fr-input-line input[type=text],.fr-popup .fr-input-line textarea{width:100%;margin:0 0 1px;border:0;border-bottom:solid 1px #bdbdbd;color:#222;font-size:14px;padding:6px 0 2px;background:rgba(0,0,0,0);position:relative;z-index:2;box-sizing:border-box}

.fr-popup .fr-input-line input[type=text]:focus,.fr-popup .fr-input-line textarea:focus{border-bottom:solid 2px #1e88e5;margin-bottom:0}

.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:0;left:0;font-size:12px;color:rgba(0,0,0,0);-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s;z-index:3;width:100%;display:block;background:#fff}

.fr-popup .fr-input-line input.fr-not-empty:focus+label,.fr-popup .fr-input-line textarea.fr-not-empty:focus+label{color:#1e88e5}

.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray}

.fr-popup input,.fr-popup textarea{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}

.fr-popup textarea{resize:none}

.fr-popup .fr-buttons{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);padding:0 2px;white-space:nowrap;line-height:0;border-bottom:0}

.fr-popup .fr-buttons::after{clear:both;display:block;content:"";height:0}

.fr-popup .fr-buttons .fr-btn{display:inline-block;float:none}

.fr-popup .fr-buttons .fr-btn i{float:left}

.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}

.fr-popup .fr-layer{width:225px;box-sizing:border-box;margin:10px;display:none}

@media (min-width:768px){.fr-popup .fr-layer{width:300px}}

.fr-popup .fr-layer.fr-active{display:inline-block}

.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}

.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}

.fr-popup .fr-action-buttons button.fr-command:hover,.fr-popup .fr-action-buttons button.fr-command:focus{background:#ebebeb;color:#1e88e5}

.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#1e88e5}

.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}

.fr-popup .fr-checkbox{position:relative;display:inline-block;width:16px;height:16px;line-height:1;box-sizing:content-box;vertical-align:middle}

.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}

.fr-popup .fr-checkbox span{border:solid 1px #222;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:16px;height:16px;display:inline-block;position:relative;z-index:1;box-sizing:border-box;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s}

.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border:0 none;cursor:pointer;height:16px;margin:0;padding:0;width:16px;top:1px;left:1px}

.fr-popup .fr-checkbox input:checked+span{background:#1e88e5;border-color:#1e88e5}

.fr-popup .fr-checkbox input:checked+span svg{display:block}

.fr-popup .fr-checkbox input:focus+span{border-color:#1e88e5}

.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}

.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}

.fr-popup.fr-rtl{direction:rtl;text-align:right}

.fr-popup.fr-rtl .fr-action-buttons{text-align:left}

.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}

.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}

.fr-popup .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}

.fr-popup.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top:5px solid #222}

.fr-text-edit-layer{width:250px;box-sizing:border-box;display:block!important}

.fr-toolbar{color:#222;background:#fff;position:relative;z-index:4;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 2px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}

.fr-toolbar::after{clear:both;display:block;content:"";height:0}

.fr-toolbar.fr-rtl{text-align:right}

.fr-toolbar.fr-inline{display:none;white-space:nowrap;position:absolute;margin-top:10px}

.fr-toolbar.fr-inline .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}

.fr-toolbar.fr-inline.fr-above{margin-top:-10px;box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);border-bottom:5px solid #222;border-top:0}

.fr-toolbar.fr-inline.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top-color:inherit;border-top-style:solid;border-top-width:5px}

.fr-toolbar.fr-top{top:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}

.fr-toolbar.fr-bottom{bottom:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}

.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}

.fr-separator+.fr-separator{display:none}

.fr-separator.fr-vs{height:34px;width:1px;margin:2px}

.fr-separator.fr-hs{clear:both;height:1px;width:calc(100% - (2 * 2px));margin:0 2px}

.fr-separator.fr-hidden{display:none!important}

.fr-rtl .fr-separator{float:right}

.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}

.fr-toolbar.fr-inline .fr-separator.fr-vs{float:none;display:inline-block}

.fr-visibility-helper{display:none;margin-left:0!important}

@media (min-width:768px){.fr-visibility-helper{margin-left:1px!important}}

@media (min-width:992px){.fr-visibility-helper{margin-left:2px!important}}

@media (min-width:1200px){.fr-visibility-helper{margin-left:3px!important}}

.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}

.fr-box{position:relative}

.fr-sticky{position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}

.fr-sticky-off{position:relative}

.fr-sticky-on{position:fixed}

.fr-sticky-on.fr-sticky-ios{position:absolute;left:0;right:0;width:auto!important}

.fr-sticky-dummy{display:none}

.fr-sticky-on+.fr-sticky-dummy,.fr-sticky-box>.fr-sticky-dummy{display:block}

span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}

.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

img.fr-rounded,.fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

img.fr-bordered,.fr-img-caption.fr-bordered img{border:solid 5px #CCC}

img.fr-bordered{box-sizing:content-box}

.fr-img-caption.fr-bordered img{box-sizing:border-box}

img.fr-shadow,.fr-img-caption.fr-shadow img{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}

.fr-view{word-wrap:break-word}

.fr-view span[style~="color:"] a{color:inherit}

.fr-view strong{font-weight:700}

.fr-view table{border:0;border-collapse:collapse;empty-cells:show;max-width:100%}

.fr-view table td{min-width:5px}

.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}

.fr-view table td,.fr-view table th{border:1px solid #ddd}

.fr-view table td:empty,.fr-view table th:empty{height:20px}

.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}

.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}

.fr-view table th{background:#e6e6e6}

.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;page-break-after:always}

.fr-view .fr-file{position:relative}

.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:400}

.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}

.fr-view[dir=rtl] blockquote{border-left:0;border-right:solid 2px #5e35b1;margin-right:0;padding-right:5px;padding-left:0}

.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}

.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}

.fr-view blockquote{border-left:solid 2px #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}

.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}

.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}

.fr-view span.fr-emoticon{font-weight:400;font-family:"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;display:inline;line-height:0}

.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}

.fr-view .fr-text-gray{color:#AAA!important}

.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}

.fr-view .fr-text-spaced{letter-spacing:1px}

.fr-view .fr-text-uppercase{text-transform:uppercase}

.fr-view .fr-class-highlighted{background-color:#ff0}

.fr-view .fr-class-code{border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:"Courier New",Courier,monospace}

.fr-view .fr-class-transparency{opacity:.5}

.fr-view img{position:relative;max-width:100%}

.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}

.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}

.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}

.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}

.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}

.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}

.fr-view span.fr-img-caption{position:relative;max-width:100%}

.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}

.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}

.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}

.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}

.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}

.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}

.fr-view .fr-video{text-align:center;position:relative}

.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}

.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute!important;top:0;left:0;width:100%;height:100%}

.fr-view .fr-video>*{box-sizing:content-box;max-width:100%;border:0}

.fr-view .fr-video.fr-dvb{display:block;clear:both}

.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}

.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}

.fr-view .fr-video.fr-dvi{display:inline-block}

.fr-view .fr-video.fr-dvi.fr-fvl{float:left}

.fr-view .fr-video.fr-dvi.fr-fvr{float:right}

.fr-view a.fr-strong{font-weight:700}

.fr-view a.fr-green{color:green}

.fr-view .fr-img-caption{text-align:center}

.fr-view .fr-img-caption .fr-img-wrap{padding:0;display:inline-block;margin:auto;text-align:center;width:100%}

.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}

.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;box-sizing:border-box;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:"alpha(Opacity=0)";width:100%;text-align:center}

.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}

a.fr-view.fr-strong{font-weight:700}

a.fr-view.fr-green{color:green}

img.fr-view{position:relative;max-width:100%}

img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}

img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}

img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}

img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}

img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}

img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}

span.fr-img-caption.fr-view{position:relative;max-width:100%}

span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}

span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}

span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}

span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}

span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}

span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}

.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.fr-popup .fr-colors-tabs{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);margin-bottom:5px;line-height:16px;margin-left:-2px;margin-right:-2px}

.fr-popup .fr-colors-tabs .fr-colors-tab{display:inline-block;width:50%;cursor:pointer;text-align:center;color:#222;font-size:13px;padding:8px 0;position:relative}

.fr-popup .fr-colors-tabs .fr-colors-tab:hover,.fr-popup .fr-colors-tabs .fr-colors-tab:focus{color:#1e88e5}

.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#1e88e5;content:'';-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab{color:#1e88e5}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0)}

.fr-popup .fr-color-hex-layer{width:100%;margin:0;padding:10px}

.fr-popup .fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:8px 0 0}

.fr-popup .fr-color-hex-layer .fr-action-buttons{float:right;width:50px}

.fr-popup .fr-color-hex-layer .fr-action-buttons button.fr-command{background-color:#1e88e5;color:#FFF!important;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:32px}

.fr-popup .fr-color-hex-layer .fr-action-buttons button.fr-command:hover{background-color:#166dba;color:#FFF}

.fr-popup .fr-separator+.fr-colors-tabs{box-shadow:none;margin-left:2px;margin-right:2px}

.fr-popup .fr-color-set{line-height:0;display:none}

.fr-popup .fr-color-set.fr-selected-set{display:block}

.fr-popup .fr-color-set>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}

.fr-popup .fr-color-set>span>i,.fr-popup .fr-color-set>span>svg{text-align:center;line-height:32px;height:32px;width:32px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}

.fr-popup .fr-color-set>span .fr-selected-color{color:#fff;font-family:FontAwesome;font-size:13px;font-weight:400;line-height:32px;position:absolute;top:0;bottom:0;right:0;left:0;text-align:center;cursor:default}

.fr-popup .fr-color-set>span:hover,.fr-popup .fr-color-set>span:focus{outline:1px solid #222;z-index:2}

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0)}
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}

.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.fr-drag-helper{background:#1e88e5;height:2px;margin-top:-1px;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;-ms-filter:"alpha(Opacity=0)";position:absolute;z-index:2147483640;display:none}

.fr-drag-helper.fr-visible{display:block}

.fr-dragging{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"alpha(Opacity=0)"}
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}

.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.fr-element img{cursor:pointer}

.fr-image-resizer{position:absolute;border:solid 1px #1e88e5;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;box-sizing:content-box}

.fr-image-resizer.fr-active{display:block}

.fr-image-resizer .fr-handler{display:block;position:absolute;background:#1e88e5;border:solid 1px #fff;z-index:4;box-sizing:border-box}

.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}

.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}

.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}

.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}

.fr-image-resizer .fr-handler{width:12px;height:12px}

.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}

.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}

.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}

.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}

@media (min-width:1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}

.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}

.fr-popup .fr-image-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}

.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}

.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}

.fr-popup .fr-image-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0!important;padding:0!important;width:100%!important}

.fr-popup .fr-image-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}

.fr-popup .fr-image-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:400}

.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons{display:none}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#bcdbf7;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0;background:#1e88e5;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30%!important;position:absolute;top:0;animation:loading 2s linear infinite}

.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}

.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}

.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}

.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}

.fr-uploading{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"alpha(Opacity=0)"}

@keyframes loading{from{left:-25%}to{left:100%}}
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}

.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell{border:1px double #1e88e5}

.fr-element table tr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}

.fr-element table td,.fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}

.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}

.fr-table-resizer{cursor:col-resize;position:absolute;z-index:3;display:none}

.fr-table-resizer.fr-moving{z-index:2}

.fr-table-resizer div{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border-right:1px solid #1e88e5}

.fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}

.fr-popup .fr-table-colors-hex-layer{width:100%;margin:0;padding:10px}

.fr-popup .fr-table-colors-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:8px 0 0}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons{float:right;width:50px}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button{background-color:#1e88e5;color:#FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:32px}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover{background-color:#166dba;color:#FFF}

.fr-popup .fr-table-size .fr-table-size-info{text-align:center;font-size:14px;padding:8px}

.fr-popup .fr-table-size .fr-select-table-size{line-height:0;padding:0 5px 5px;white-space:nowrap}

.fr-popup .fr-table-size .fr-select-table-size>span{display:inline-block;padding:0 4px 4px 0;background:0 0}

.fr-popup .fr-table-size .fr-select-table-size>span>span{display:inline-block;width:18px;height:18px;border:1px solid #ddd}

.fr-popup .fr-table-size .fr-select-table-size>span.hover{background:0 0}

.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(30,136,229,.3);border:solid 1px #1e88e5}

.fr-popup .fr-table-size .fr-select-table-size .new-line::after{clear:both;display:block;content:"";height:0}

.fr-popup.fr-above .fr-table-size .fr-select-table-size>span{display:inline-block!important}

.fr-popup .fr-table-colors-buttons{margin-bottom:5px}

.fr-popup .fr-table-colors{line-height:0;display:block}

.fr-popup .fr-table-colors>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}

.fr-popup .fr-table-colors>span>i{text-align:center;line-height:32px;height:32px;width:32px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}

.fr-popup .fr-table-colors>span:focus{outline:1px solid #222;z-index:2}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span{width:12px;height:12px}

.fr-insert-helper{position:absolute;z-index:9999;white-space:nowrap}
.fr-audio {
  display: block;
  clear: both;
  position: relative;
  text-align: center;
}
.fr-element .fr-audio audio {
  box-sizing: content-box;
  border: solid 1px transparent;
}
.fr-element .fr-audio:hover audio {
  border-color: #af4f4b;
}
.fr-element .fr-audio.fr-active audio {
  border-color: #1e88e5;
}
.fr-element .fr-audio::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0);
}
.fr-element .fr-audio.fr-active::after {
  display: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('resources/fontawesome-webfont.8b43027f47b20503057d.eot?v=4.7.0');
  src: url('resources/fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('resources/fontawesome-webfont.20fd1704ea223900efa9.woff2?v=4.7.0') format('woff2'), url('resources/fontawesome-webfont.f691f37e57f04c152e23.woff?v=4.7.0') format('woff'), url('resources/fontawesome-webfont.1e59d2330b4c6deb84b3.ttf?v=4.7.0') format('truetype'), url('resources/fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

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

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
@font-face {
  font-family: 'icomoon';
  src:
    url('resources/icomoon.7df7034926385e69bec9.woff2?77s2xb') format('woff2'),  
    url('resources/icomoon.00b916b952e85c7f9df5.ttf?77s2xb') format('truetype'),
    url('resources/icomoon.1c73515d84613a80f2ba.woff?77s2xb') format('woff'),
    url('resources/icomoon.8c9aa4a7ef53e7dc5771.svg?77s2xb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-announcement:before {
  content: "\e907";
}

.ic-eye-slash:before {
  content: "\e97b";
}

.ic-pdf-file:before {
  content: "\e908";
}

.ic-link:before {
  content: "\e909";
}

.ic-background-job:before {
  content: "\e906";
}

.ic-running:before {
  content: "\e920";
}

.ic-info:before {
  content: "\e905";
}

.ic-clone:before {
  content: "\e904";
}

.ic-show:before {
  content: "\e902";
}

.ic-hide:before {
  content: "\e903";
}

.ic-no:before {
  content: "\e900";
}

.ic-yes:before {
  content: "\e901";
}

.ic-circle-down:before {
  content: "\e977";
}

.ic-circle-right:before {
  content: "\e976";
}

.ic-status_not-started:before {
  content: "\e972";
}

.ic-status_in-progress:before {
  content: "\e973";
}

.ic-hr:before {
  content: "\e974";
}

.ic-export:before {
  content: "\e971";
}

.ic-image:before {
  content: "\e92b";
}

.ic-payment:before {
  content: "\e92c";
}

.ic-payment-waiting:before {
  content: "\e92d";
}

.ic-assignment:before {
  content: "\e96f";
}

.ic-exam:before {
  content: "\e92e";
}

.ic-trash:before {
  content: "\e92f";
}

.ic-attachment:before {
  content: "\e930";
}

.ic-confirm-payment:before {
  content: "\e931";
}

.ic-edit-square:before {
  content: "\e932";
}

.ic-close-cross:before {
  content: "\e93f";
}

.ic-alert:before {
  content: "\e965";
}

.ic-badges:before {
  content: "\e966";
}

.ic-ranking:before {
  content: "\e939";
}

.ic-reports:before {
  content: "\e93a";
}

.ic-roadmap:before {
  content: "\e93b";
}

.ic-certification:before {
  content: "\e93c";
}

.ic-my-course:before {
  content: "\e93d";
}

.ic-all-courses:before {
  content: "\e93e";
}

.ic-hamburger:before {
  content: "\e947";
}

.ic-previous:before {
  content: "\e933";
}

.ic-q_true-false:before {
  content: "\e934";
}

.ic-star-cup-svgrepo-com:before {
  content: "\e935";
}

.ic-video:before {
  content: "\e967";
}

.ic-circle:before {
  content: "\e968";
}

.ic-grade:before {
  content: "\e955";
}

.ic-book:before {
  content: "\e957";
}

.ic-calendar:before {
  content: "\e936";
}

.ic-clock-o:before {
  content: "\e937";
}

.ic-close:before {
  content: "\e940";
}

.ic-download:before {
  content: "\e970";
}

.ic-eye1:before {
  content: "\e943";
}

.ic-file-o:before {
  content: "\e944";
}

.ic-gear:before {
  content: "\e945";
}

.ic-list-ul:before {
  content: "\e969";
}

.ic-live_vdo:before {
  content: "\e96a";
}

.ic-next:before {
  content: "\e94b";
}

.ic-online:before {
  content: "\e94c";
}

.ic-pass:before {
  content: "\e94d";
}

.ic-photo:before {
  content: "\e950";
}

.ic-play-circle:before {
  content: "\e951";
}

.ic-plus:before {
  content: "\e959";
}

.ic-q_matching:before {
  content: "\e952";
}

.ic-q_multiple_choice:before {
  content: "\e938";
}

.ic-q_short_answer:before {
  content: "\e941";
}

.ic-q_subjective:before {
  content: "\e946";
}

.ic-q_true_false:before {
  content: "\e96b";
}

.ic-question-circle:before {
  content: "\e96c";
}

.ic-recent:before {
  content: "\e948";
}

.ic-recommend:before {
  content: "\e949";
}

.ic-reward:before {
  content: "\e94a";
}

.ic-search:before {
  content: "\e94e";
}

.ic-tag:before {
  content: "\e94f";
}

.ic-user1:before {
  content: "\e953";
}

.ic-vdo:before {
  content: "\e975";
}

.ic-volume-up:before {
  content: "\e958";
}

.ic-waiting:before {
  content: "\e95a";
}

.ic-warning:before {
  content: "\e95b";
}

.ic-x:before {
  content: "\e96d";
}

.ic-zoom:before {
  content: "\e96e";
}

.ic-all_courses:before {
  content: "\e954";
}

.ic-continue:before {
  content: "\e95c";
}

.ic-home:before {
  content: "\e95d";
}

.ic-user:before {
  content: "\e95e";
}

.ic-file_html:before {
  content: "\e95f";
}

.ic-tick:before {
  content: "\e960";
}

.ic-circle-inprogress:before {
  content: "\e962";
}

.ic-point:before {
  content: "\e963";
}

.ic-star2:before {
  content: "\e964";
}

@charset "UTF-8";
/* bulma 0.9.2 */
/* to avoid override var when import this file before */
/* IE10+ CSS styles go here */
/* Edge 12+ or 18+ (Before Chromium Version) */
.vjs-theme-fantasy{--vjs-theme-fantasy--primary:#9f44b4;--vjs-theme-fantasy--secondary:#fff}
.vjs-theme-fantasy .vjs-big-play-button{width:70px;height:70px;background:none;line-height:70px;font-size:80px;border:none;top:50%;left:50%;margin-top:-35px;margin-left:-35px;color:var(--vjs-theme-fantasy--primary)}
.vjs-theme-fantasy.vjs-big-play-button:focus,.vjs-theme-fantasy:hover .vjs-big-play-button{background-color:transparent;color:#fff}
.vjs-theme-fantasy .vjs-control-bar{height:54px}
.vjs-theme-fantasy .vjs-button>.vjs-icon-placeholder:before,.vjs-theme-fantasy .vjs-time-control{line-height:54px}
.vjs-theme-fantasy .vjs-play-control{font-size:1.5em;position:relative}
.vjs-theme-fantasy .vjs-volume-panel{order:4}
.vjs-theme-fantasy .vjs-volume-bar{margin-top:2.5em}
.vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{height:100%}
.vjs-theme-fantasy .vjs-progress-control .vjs-progress-holder,.vjs-theme-fantasy .vjs-progress-control:hover .vjs-progress-holder{font-size:1.5em}
.vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder:before{height:1.3em;width:1.3em;margin-top:.2em;border-radius:1em;border:3px solid var(--vjs-theme-fantasy--secondary);top:2px;left:9px;line-height:1.1}
.vjs-theme-fantasy .vjs-play-control:hover .vjs-icon-placeholder:before{border:3px solid var(--vjs-theme-fantasy--secondary)}
.vjs-theme-fantasy .vjs-play-progress,.vjs-theme-fantasy .vjs-play-progress:before{background-color:var(--vjs-theme-fantasy--primary)}
.vjs-theme-fantasy .vjs-play-progress:before{height:.8em;width:.8em;content:"";border:4px solid var(--vjs-theme-fantasy--secondary);border-radius:.8em;top:-.25em}
.vjs-theme-fantasy .vjs-progress-control{font-size:14px}
.vjs-theme-fantasy .vjs-fullscreen-control{order:6}
.vjs-theme-fantasy .vjs-remaining-time{display:none}
.vjs-theme-fantasy.nyan .vjs-play-progress{background:linear-gradient(180deg,#fe0000 0,#fe9a01 16.666666667%,#fe9a01 0,#ff0 33.332666667%,#ff0 0,#32ff00 49.999326667%,#32ff00 0,#0099fe 66.6659926%,#0099fe 0,#63f 83.33266%,#63f 0)}
.vjs-theme-fantasy.nyan .vjs-play-progress:before{height:1.3em;width:1.3em;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 125' fill='%23fff'%3E%3Cpath d='M62.153 37.323h2.813v3.246h-2.813zM64.858 40.569h2.813v3.246h-2.813zM67.672 43.814h11.9v3.246h-11.9zM79.572 24.449h2.813v19.365h-2.813zM82.386 37.323h3.244v3.246h-3.244zM85.63 34.132h5.627v3.246H85.63zM91.257 37.323h2.92v12.95h-2.92zM94.177 50.274h2.922V66.21h-2.922zM91.29 66.372h2.887v3.245H91.29zM88.401 69.617h2.889v3.246h-2.889zM27.312 72.863h61.003v3.245H27.312zM73.622 76.108h2.889v3.246h-2.889zM82.563 76.108h2.888v3.246h-2.888zM76.511 79.354h6.053v3.245h-6.053zM61.941 79.354h8.895v3.245h-8.895zM67.947 76.108h2.889v3.246h-2.889zM59.321 76.108h2.888v3.246h-2.888zM27.312 17.917h49.387v3.246H27.312zM76.699 21.162h2.873v3.287h-2.873zM56.372 34.132h5.781v3.191h-5.781zM53.448 37.323h2.924v12.951h-2.924zM50.488 50.274h2.96v16.049h-2.96zM53.448 66.323h2.924v3.257h-2.924zM56.372 69.58h2.949v3.283h-2.949zM65.069 63.213h2.878v6.367h-2.878zM67.947 66.397h17.504v3.22H67.947z'/%3E%3Cpath d='M82.563 63.213h2.888v3.185h-2.888zM73.801 63.213h2.898v3.185h-2.898zM76.699 56.774h2.873v3.145h-2.873zM82.563 56.774h2.888v3.145h-2.888zM85.451 53.444h2.864v3.33h-2.864z'/%3E%3Cpath d='M85.451 56.774h2.864v3.145h-2.864zM65.069 53.444h2.878v3.33h-2.878zM65.069 56.774h2.878v3.145h-2.878zM62.209 56.774h2.86v3.145h-2.86zM21.509 24.327h2.813v45.169h-2.813zM24.323 21.162h2.99v3.165h-2.99zM18.562 69.496h8.75v3.367h-8.75zM15.656 72.863h2.906v9.591h-2.906zM18.562 79.301h8.75v3.153h-8.75zM24.323 76.108h5.743V79.3h-5.743zM33.136 76.108h2.824v6.346h-2.824zM35.96 79.281h5.813v3.173H35.96zM41.774 76.108h2.864v3.173h-2.864zM3.948 40.569h11.708v3.229H3.948zM3.948 43.814h2.921v6.459H3.948zM6.869 47.06h2.934v6.384H6.869zM9.803 50.274h2.909v6.5H9.803z'/%3E%3Cpath d='M12.711 53.444h2.945v6.475h-2.945zM15.656 56.774h5.853v3.145h-5.853z'/%3E%3Cpath d='M18.583 59.919h2.926v3.294h-2.926zM18.583 47.044h2.926v6.4h-2.926zM12.711 43.814h5.872v3.229h-5.872zM15.647 47.044h2.936v3.2h-2.936z'/%3E%3Cpath fill='none' d='M47.439 50.274h3.049v3.17h-3.049z'/%3E%3Cpath d='M73.801 30.94v-3.138h-2.965v-3.354l-37.7-.122v3.151h-3.07v3.462l-2.753-.108-.118 32.381h2.871v3.185h3.07v-3.185h2.824v3.185h-2.824v3.099l20.312.084v-3.257h-2.96V50.274h2.96V37.323h2.924v-3.191h5.781v3.191h2.813l-.108 3.246h2.813v3.246h9.027V30.94h-2.897zM33.136 56.682h-3.07v-3.158h3.07v3.158zm2.824-22.55h-2.824v-3.084h2.824v3.084zm2.907 12.928h2.907v3.184h-2.907V47.06zm5.771 16.153h-2.864v-3.294h2.864v3.294zm2.801-19.399h-2.801v-3.246h2.801v3.246zm6.009-12.766h-2.96v-3.354h2.96v3.354zm8.705 0h-2.832v-3.354h2.832v3.354zm8.683 6.275h-2.889v-3.191h2.889v3.191z'/%3E%3C/svg%3E") no-repeat;border:none;top:-.35em}
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.6rem;
}
.tabs:not(:last-child).space-0, .pagination:not(:last-child).space-0, .message:not(:last-child).space-0, .level:not(:last-child).space-0, .breadcrumb:not(:last-child).space-0, .highlight:not(:last-child).space-0, .block:not(:last-child).space-0, .title:not(:last-child).space-0,
.subtitle:not(:last-child).space-0, .table-container:not(:last-child).space-0, .table:not(:last-child).space-0, .progress:not(:last-child).space-0, .notification:not(:last-child).space-0, .content:not(:last-child).space-0, .box:not(:last-child).space-0 {
  margin-bottom: 0rem;
}
.tabs:not(:last-child).space-1, .pagination:not(:last-child).space-1, .message:not(:last-child).space-1, .level:not(:last-child).space-1, .breadcrumb:not(:last-child).space-1, .highlight:not(:last-child).space-1, .block:not(:last-child).space-1, .title:not(:last-child).space-1,
.subtitle:not(:last-child).space-1, .table-container:not(:last-child).space-1, .table:not(:last-child).space-1, .progress:not(:last-child).space-1, .notification:not(:last-child).space-1, .content:not(:last-child).space-1, .box:not(:last-child).space-1 {
  margin-bottom: 0.8rem;
}
.tabs:not(:last-child).space-2, .pagination:not(:last-child).space-2, .message:not(:last-child).space-2, .level:not(:last-child).space-2, .breadcrumb:not(:last-child).space-2, .highlight:not(:last-child).space-2, .block:not(:last-child).space-2, .title:not(:last-child).space-2,
.subtitle:not(:last-child).space-2, .table-container:not(:last-child).space-2, .table:not(:last-child).space-2, .progress:not(:last-child).space-2, .notification:not(:last-child).space-2, .content:not(:last-child).space-2, .box:not(:last-child).space-2 {
  margin-bottom: 1.6rem;
}
.tabs:not(:last-child).space-3, .pagination:not(:last-child).space-3, .message:not(:last-child).space-3, .level:not(:last-child).space-3, .breadcrumb:not(:last-child).space-3, .highlight:not(:last-child).space-3, .block:not(:last-child).space-3, .title:not(:last-child).space-3,
.subtitle:not(:last-child).space-3, .table-container:not(:last-child).space-3, .table:not(:last-child).space-3, .progress:not(:last-child).space-3, .notification:not(:last-child).space-3, .content:not(:last-child).space-3, .box:not(:last-child).space-3 {
  margin-bottom: 2.4rem;
}
.tabs:not(:last-child).space-4, .pagination:not(:last-child).space-4, .message:not(:last-child).space-4, .level:not(:last-child).space-4, .breadcrumb:not(:last-child).space-4, .highlight:not(:last-child).space-4, .block:not(:last-child).space-4, .title:not(:last-child).space-4,
.subtitle:not(:last-child).space-4, .table-container:not(:last-child).space-4, .table:not(:last-child).space-4, .progress:not(:last-child).space-4, .notification:not(:last-child).space-4, .content:not(:last-child).space-4, .box:not(:last-child).space-4 {
  margin-bottom: 3.2rem;
}
.tabs:not(:last-child).space-5, .pagination:not(:last-child).space-5, .message:not(:last-child).space-5, .level:not(:last-child).space-5, .breadcrumb:not(:last-child).space-5, .highlight:not(:last-child).space-5, .block:not(:last-child).space-5, .title:not(:last-child).space-5,
.subtitle:not(:last-child).space-5, .table-container:not(:last-child).space-5, .table:not(:last-child).space-5, .progress:not(:last-child).space-5, .notification:not(:last-child).space-5, .content:not(:last-child).space-5, .box:not(:last-child).space-5 {
  margin-bottom: 4rem;
}
.tabs:not(:last-child).space-6, .pagination:not(:last-child).space-6, .message:not(:last-child).space-6, .level:not(:last-child).space-6, .breadcrumb:not(:last-child).space-6, .highlight:not(:last-child).space-6, .block:not(:last-child).space-6, .title:not(:last-child).space-6,
.subtitle:not(:last-child).space-6, .table-container:not(:last-child).space-6, .table:not(:last-child).space-6, .progress:not(:last-child).space-6, .notification:not(:last-child).space-6, .content:not(:last-child).space-6, .box:not(:last-child).space-6 {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .tabs:not(:last-child).space-0-mobile, .pagination:not(:last-child).space-0-mobile, .message:not(:last-child).space-0-mobile, .level:not(:last-child).space-0-mobile, .breadcrumb:not(:last-child).space-0-mobile, .highlight:not(:last-child).space-0-mobile, .block:not(:last-child).space-0-mobile, .title:not(:last-child).space-0-mobile,
.subtitle:not(:last-child).space-0-mobile, .table-container:not(:last-child).space-0-mobile, .table:not(:last-child).space-0-mobile, .progress:not(:last-child).space-0-mobile, .notification:not(:last-child).space-0-mobile, .content:not(:last-child).space-0-mobile, .box:not(:last-child).space-0-mobile {
    margin-bottom: 0rem;
  }
  .tabs:not(:last-child).space-1-mobile, .pagination:not(:last-child).space-1-mobile, .message:not(:last-child).space-1-mobile, .level:not(:last-child).space-1-mobile, .breadcrumb:not(:last-child).space-1-mobile, .highlight:not(:last-child).space-1-mobile, .block:not(:last-child).space-1-mobile, .title:not(:last-child).space-1-mobile,
.subtitle:not(:last-child).space-1-mobile, .table-container:not(:last-child).space-1-mobile, .table:not(:last-child).space-1-mobile, .progress:not(:last-child).space-1-mobile, .notification:not(:last-child).space-1-mobile, .content:not(:last-child).space-1-mobile, .box:not(:last-child).space-1-mobile {
    margin-bottom: 0.8rem;
  }
  .tabs:not(:last-child).space-2-mobile, .pagination:not(:last-child).space-2-mobile, .message:not(:last-child).space-2-mobile, .level:not(:last-child).space-2-mobile, .breadcrumb:not(:last-child).space-2-mobile, .highlight:not(:last-child).space-2-mobile, .block:not(:last-child).space-2-mobile, .title:not(:last-child).space-2-mobile,
.subtitle:not(:last-child).space-2-mobile, .table-container:not(:last-child).space-2-mobile, .table:not(:last-child).space-2-mobile, .progress:not(:last-child).space-2-mobile, .notification:not(:last-child).space-2-mobile, .content:not(:last-child).space-2-mobile, .box:not(:last-child).space-2-mobile {
    margin-bottom: 1.6rem;
  }
  .tabs:not(:last-child).space-3-mobile, .pagination:not(:last-child).space-3-mobile, .message:not(:last-child).space-3-mobile, .level:not(:last-child).space-3-mobile, .breadcrumb:not(:last-child).space-3-mobile, .highlight:not(:last-child).space-3-mobile, .block:not(:last-child).space-3-mobile, .title:not(:last-child).space-3-mobile,
.subtitle:not(:last-child).space-3-mobile, .table-container:not(:last-child).space-3-mobile, .table:not(:last-child).space-3-mobile, .progress:not(:last-child).space-3-mobile, .notification:not(:last-child).space-3-mobile, .content:not(:last-child).space-3-mobile, .box:not(:last-child).space-3-mobile {
    margin-bottom: 2.4rem;
  }
  .tabs:not(:last-child).space-4-mobile, .pagination:not(:last-child).space-4-mobile, .message:not(:last-child).space-4-mobile, .level:not(:last-child).space-4-mobile, .breadcrumb:not(:last-child).space-4-mobile, .highlight:not(:last-child).space-4-mobile, .block:not(:last-child).space-4-mobile, .title:not(:last-child).space-4-mobile,
.subtitle:not(:last-child).space-4-mobile, .table-container:not(:last-child).space-4-mobile, .table:not(:last-child).space-4-mobile, .progress:not(:last-child).space-4-mobile, .notification:not(:last-child).space-4-mobile, .content:not(:last-child).space-4-mobile, .box:not(:last-child).space-4-mobile {
    margin-bottom: 3.2rem;
  }
  .tabs:not(:last-child).space-5-mobile, .pagination:not(:last-child).space-5-mobile, .message:not(:last-child).space-5-mobile, .level:not(:last-child).space-5-mobile, .breadcrumb:not(:last-child).space-5-mobile, .highlight:not(:last-child).space-5-mobile, .block:not(:last-child).space-5-mobile, .title:not(:last-child).space-5-mobile,
.subtitle:not(:last-child).space-5-mobile, .table-container:not(:last-child).space-5-mobile, .table:not(:last-child).space-5-mobile, .progress:not(:last-child).space-5-mobile, .notification:not(:last-child).space-5-mobile, .content:not(:last-child).space-5-mobile, .box:not(:last-child).space-5-mobile {
    margin-bottom: 4rem;
  }
  .tabs:not(:last-child).space-6-mobile, .pagination:not(:last-child).space-6-mobile, .message:not(:last-child).space-6-mobile, .level:not(:last-child).space-6-mobile, .breadcrumb:not(:last-child).space-6-mobile, .highlight:not(:last-child).space-6-mobile, .block:not(:last-child).space-6-mobile, .title:not(:last-child).space-6-mobile,
.subtitle:not(:last-child).space-6-mobile, .table-container:not(:last-child).space-6-mobile, .table:not(:last-child).space-6-mobile, .progress:not(:last-child).space-6-mobile, .notification:not(:last-child).space-6-mobile, .content:not(:last-child).space-6-mobile, .box:not(:last-child).space-6-mobile {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .tabs:not(:last-child).space-0-tablet, .pagination:not(:last-child).space-0-tablet, .message:not(:last-child).space-0-tablet, .level:not(:last-child).space-0-tablet, .breadcrumb:not(:last-child).space-0-tablet, .highlight:not(:last-child).space-0-tablet, .block:not(:last-child).space-0-tablet, .title:not(:last-child).space-0-tablet,
.subtitle:not(:last-child).space-0-tablet, .table-container:not(:last-child).space-0-tablet, .table:not(:last-child).space-0-tablet, .progress:not(:last-child).space-0-tablet, .notification:not(:last-child).space-0-tablet, .content:not(:last-child).space-0-tablet, .box:not(:last-child).space-0-tablet {
    margin-bottom: 0rem;
  }
  .tabs:not(:last-child).space-1-tablet, .pagination:not(:last-child).space-1-tablet, .message:not(:last-child).space-1-tablet, .level:not(:last-child).space-1-tablet, .breadcrumb:not(:last-child).space-1-tablet, .highlight:not(:last-child).space-1-tablet, .block:not(:last-child).space-1-tablet, .title:not(:last-child).space-1-tablet,
.subtitle:not(:last-child).space-1-tablet, .table-container:not(:last-child).space-1-tablet, .table:not(:last-child).space-1-tablet, .progress:not(:last-child).space-1-tablet, .notification:not(:last-child).space-1-tablet, .content:not(:last-child).space-1-tablet, .box:not(:last-child).space-1-tablet {
    margin-bottom: 0.8rem;
  }
  .tabs:not(:last-child).space-2-tablet, .pagination:not(:last-child).space-2-tablet, .message:not(:last-child).space-2-tablet, .level:not(:last-child).space-2-tablet, .breadcrumb:not(:last-child).space-2-tablet, .highlight:not(:last-child).space-2-tablet, .block:not(:last-child).space-2-tablet, .title:not(:last-child).space-2-tablet,
.subtitle:not(:last-child).space-2-tablet, .table-container:not(:last-child).space-2-tablet, .table:not(:last-child).space-2-tablet, .progress:not(:last-child).space-2-tablet, .notification:not(:last-child).space-2-tablet, .content:not(:last-child).space-2-tablet, .box:not(:last-child).space-2-tablet {
    margin-bottom: 1.6rem;
  }
  .tabs:not(:last-child).space-3-tablet, .pagination:not(:last-child).space-3-tablet, .message:not(:last-child).space-3-tablet, .level:not(:last-child).space-3-tablet, .breadcrumb:not(:last-child).space-3-tablet, .highlight:not(:last-child).space-3-tablet, .block:not(:last-child).space-3-tablet, .title:not(:last-child).space-3-tablet,
.subtitle:not(:last-child).space-3-tablet, .table-container:not(:last-child).space-3-tablet, .table:not(:last-child).space-3-tablet, .progress:not(:last-child).space-3-tablet, .notification:not(:last-child).space-3-tablet, .content:not(:last-child).space-3-tablet, .box:not(:last-child).space-3-tablet {
    margin-bottom: 2.4rem;
  }
  .tabs:not(:last-child).space-4-tablet, .pagination:not(:last-child).space-4-tablet, .message:not(:last-child).space-4-tablet, .level:not(:last-child).space-4-tablet, .breadcrumb:not(:last-child).space-4-tablet, .highlight:not(:last-child).space-4-tablet, .block:not(:last-child).space-4-tablet, .title:not(:last-child).space-4-tablet,
.subtitle:not(:last-child).space-4-tablet, .table-container:not(:last-child).space-4-tablet, .table:not(:last-child).space-4-tablet, .progress:not(:last-child).space-4-tablet, .notification:not(:last-child).space-4-tablet, .content:not(:last-child).space-4-tablet, .box:not(:last-child).space-4-tablet {
    margin-bottom: 3.2rem;
  }
  .tabs:not(:last-child).space-5-tablet, .pagination:not(:last-child).space-5-tablet, .message:not(:last-child).space-5-tablet, .level:not(:last-child).space-5-tablet, .breadcrumb:not(:last-child).space-5-tablet, .highlight:not(:last-child).space-5-tablet, .block:not(:last-child).space-5-tablet, .title:not(:last-child).space-5-tablet,
.subtitle:not(:last-child).space-5-tablet, .table-container:not(:last-child).space-5-tablet, .table:not(:last-child).space-5-tablet, .progress:not(:last-child).space-5-tablet, .notification:not(:last-child).space-5-tablet, .content:not(:last-child).space-5-tablet, .box:not(:last-child).space-5-tablet {
    margin-bottom: 4rem;
  }
  .tabs:not(:last-child).space-6-tablet, .pagination:not(:last-child).space-6-tablet, .message:not(:last-child).space-6-tablet, .level:not(:last-child).space-6-tablet, .breadcrumb:not(:last-child).space-6-tablet, .highlight:not(:last-child).space-6-tablet, .block:not(:last-child).space-6-tablet, .title:not(:last-child).space-6-tablet,
.subtitle:not(:last-child).space-6-tablet, .table-container:not(:last-child).space-6-tablet, .table:not(:last-child).space-6-tablet, .progress:not(:last-child).space-6-tablet, .notification:not(:last-child).space-6-tablet, .content:not(:last-child).space-6-tablet, .box:not(:last-child).space-6-tablet {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 1263px) {
  .tabs:not(:last-child).space-0-touch, .pagination:not(:last-child).space-0-touch, .message:not(:last-child).space-0-touch, .level:not(:last-child).space-0-touch, .breadcrumb:not(:last-child).space-0-touch, .highlight:not(:last-child).space-0-touch, .block:not(:last-child).space-0-touch, .title:not(:last-child).space-0-touch,
.subtitle:not(:last-child).space-0-touch, .table-container:not(:last-child).space-0-touch, .table:not(:last-child).space-0-touch, .progress:not(:last-child).space-0-touch, .notification:not(:last-child).space-0-touch, .content:not(:last-child).space-0-touch, .box:not(:last-child).space-0-touch {
    margin-bottom: 0rem;
  }
  .tabs:not(:last-child).space-1-touch, .pagination:not(:last-child).space-1-touch, .message:not(:last-child).space-1-touch, .level:not(:last-child).space-1-touch, .breadcrumb:not(:last-child).space-1-touch, .highlight:not(:last-child).space-1-touch, .block:not(:last-child).space-1-touch, .title:not(:last-child).space-1-touch,
.subtitle:not(:last-child).space-1-touch, .table-container:not(:last-child).space-1-touch, .table:not(:last-child).space-1-touch, .progress:not(:last-child).space-1-touch, .notification:not(:last-child).space-1-touch, .content:not(:last-child).space-1-touch, .box:not(:last-child).space-1-touch {
    margin-bottom: 0.8rem;
  }
  .tabs:not(:last-child).space-2-touch, .pagination:not(:last-child).space-2-touch, .message:not(:last-child).space-2-touch, .level:not(:last-child).space-2-touch, .breadcrumb:not(:last-child).space-2-touch, .highlight:not(:last-child).space-2-touch, .block:not(:last-child).space-2-touch, .title:not(:last-child).space-2-touch,
.subtitle:not(:last-child).space-2-touch, .table-container:not(:last-child).space-2-touch, .table:not(:last-child).space-2-touch, .progress:not(:last-child).space-2-touch, .notification:not(:last-child).space-2-touch, .content:not(:last-child).space-2-touch, .box:not(:last-child).space-2-touch {
    margin-bottom: 1.6rem;
  }
  .tabs:not(:last-child).space-3-touch, .pagination:not(:last-child).space-3-touch, .message:not(:last-child).space-3-touch, .level:not(:last-child).space-3-touch, .breadcrumb:not(:last-child).space-3-touch, .highlight:not(:last-child).space-3-touch, .block:not(:last-child).space-3-touch, .title:not(:last-child).space-3-touch,
.subtitle:not(:last-child).space-3-touch, .table-container:not(:last-child).space-3-touch, .table:not(:last-child).space-3-touch, .progress:not(:last-child).space-3-touch, .notification:not(:last-child).space-3-touch, .content:not(:last-child).space-3-touch, .box:not(:last-child).space-3-touch {
    margin-bottom: 2.4rem;
  }
  .tabs:not(:last-child).space-4-touch, .pagination:not(:last-child).space-4-touch, .message:not(:last-child).space-4-touch, .level:not(:last-child).space-4-touch, .breadcrumb:not(:last-child).space-4-touch, .highlight:not(:last-child).space-4-touch, .block:not(:last-child).space-4-touch, .title:not(:last-child).space-4-touch,
.subtitle:not(:last-child).space-4-touch, .table-container:not(:last-child).space-4-touch, .table:not(:last-child).space-4-touch, .progress:not(:last-child).space-4-touch, .notification:not(:last-child).space-4-touch, .content:not(:last-child).space-4-touch, .box:not(:last-child).space-4-touch {
    margin-bottom: 3.2rem;
  }
  .tabs:not(:last-child).space-5-touch, .pagination:not(:last-child).space-5-touch, .message:not(:last-child).space-5-touch, .level:not(:last-child).space-5-touch, .breadcrumb:not(:last-child).space-5-touch, .highlight:not(:last-child).space-5-touch, .block:not(:last-child).space-5-touch, .title:not(:last-child).space-5-touch,
.subtitle:not(:last-child).space-5-touch, .table-container:not(:last-child).space-5-touch, .table:not(:last-child).space-5-touch, .progress:not(:last-child).space-5-touch, .notification:not(:last-child).space-5-touch, .content:not(:last-child).space-5-touch, .box:not(:last-child).space-5-touch {
    margin-bottom: 4rem;
  }
  .tabs:not(:last-child).space-6-touch, .pagination:not(:last-child).space-6-touch, .message:not(:last-child).space-6-touch, .level:not(:last-child).space-6-touch, .breadcrumb:not(:last-child).space-6-touch, .highlight:not(:last-child).space-6-touch, .block:not(:last-child).space-6-touch, .title:not(:last-child).space-6-touch,
.subtitle:not(:last-child).space-6-touch, .table-container:not(:last-child).space-6-touch, .table:not(:last-child).space-6-touch, .progress:not(:last-child).space-6-touch, .notification:not(:last-child).space-6-touch, .content:not(:last-child).space-6-touch, .box:not(:last-child).space-6-touch {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 1264px) {
  .tabs:not(:last-child).space-0-desktop, .pagination:not(:last-child).space-0-desktop, .message:not(:last-child).space-0-desktop, .level:not(:last-child).space-0-desktop, .breadcrumb:not(:last-child).space-0-desktop, .highlight:not(:last-child).space-0-desktop, .block:not(:last-child).space-0-desktop, .title:not(:last-child).space-0-desktop,
.subtitle:not(:last-child).space-0-desktop, .table-container:not(:last-child).space-0-desktop, .table:not(:last-child).space-0-desktop, .progress:not(:last-child).space-0-desktop, .notification:not(:last-child).space-0-desktop, .content:not(:last-child).space-0-desktop, .box:not(:last-child).space-0-desktop {
    margin-bottom: 0rem;
  }
  .tabs:not(:last-child).space-1-desktop, .pagination:not(:last-child).space-1-desktop, .message:not(:last-child).space-1-desktop, .level:not(:last-child).space-1-desktop, .breadcrumb:not(:last-child).space-1-desktop, .highlight:not(:last-child).space-1-desktop, .block:not(:last-child).space-1-desktop, .title:not(:last-child).space-1-desktop,
.subtitle:not(:last-child).space-1-desktop, .table-container:not(:last-child).space-1-desktop, .table:not(:last-child).space-1-desktop, .progress:not(:last-child).space-1-desktop, .notification:not(:last-child).space-1-desktop, .content:not(:last-child).space-1-desktop, .box:not(:last-child).space-1-desktop {
    margin-bottom: 0.8rem;
  }
  .tabs:not(:last-child).space-2-desktop, .pagination:not(:last-child).space-2-desktop, .message:not(:last-child).space-2-desktop, .level:not(:last-child).space-2-desktop, .breadcrumb:not(:last-child).space-2-desktop, .highlight:not(:last-child).space-2-desktop, .block:not(:last-child).space-2-desktop, .title:not(:last-child).space-2-desktop,
.subtitle:not(:last-child).space-2-desktop, .table-container:not(:last-child).space-2-desktop, .table:not(:last-child).space-2-desktop, .progress:not(:last-child).space-2-desktop, .notification:not(:last-child).space-2-desktop, .content:not(:last-child).space-2-desktop, .box:not(:last-child).space-2-desktop {
    margin-bottom: 1.6rem;
  }
  .tabs:not(:last-child).space-3-desktop, .pagination:not(:last-child).space-3-desktop, .message:not(:last-child).space-3-desktop, .level:not(:last-child).space-3-desktop, .breadcrumb:not(:last-child).space-3-desktop, .highlight:not(:last-child).space-3-desktop, .block:not(:last-child).space-3-desktop, .title:not(:last-child).space-3-desktop,
.subtitle:not(:last-child).space-3-desktop, .table-container:not(:last-child).space-3-desktop, .table:not(:last-child).space-3-desktop, .progress:not(:last-child).space-3-desktop, .notification:not(:last-child).space-3-desktop, .content:not(:last-child).space-3-desktop, .box:not(:last-child).space-3-desktop {
    margin-bottom: 2.4rem;
  }
  .tabs:not(:last-child).space-4-desktop, .pagination:not(:last-child).space-4-desktop, .message:not(:last-child).space-4-desktop, .level:not(:last-child).space-4-desktop, .breadcrumb:not(:last-child).space-4-desktop, .highlight:not(:last-child).space-4-desktop, .block:not(:last-child).space-4-desktop, .title:not(:last-child).space-4-desktop,
.subtitle:not(:last-child).space-4-desktop, .table-container:not(:last-child).space-4-desktop, .table:not(:last-child).space-4-desktop, .progress:not(:last-child).space-4-desktop, .notification:not(:last-child).space-4-desktop, .content:not(:last-child).space-4-desktop, .box:not(:last-child).space-4-desktop {
    margin-bottom: 3.2rem;
  }
  .tabs:not(:last-child).space-5-desktop, .pagination:not(:last-child).space-5-desktop, .message:not(:last-child).space-5-desktop, .level:not(:last-child).space-5-desktop, .breadcrumb:not(:last-child).space-5-desktop, .highlight:not(:last-child).space-5-desktop, .block:not(:last-child).space-5-desktop, .title:not(:last-child).space-5-desktop,
.subtitle:not(:last-child).space-5-desktop, .table-container:not(:last-child).space-5-desktop, .table:not(:last-child).space-5-desktop, .progress:not(:last-child).space-5-desktop, .notification:not(:last-child).space-5-desktop, .content:not(:last-child).space-5-desktop, .box:not(:last-child).space-5-desktop {
    margin-bottom: 4rem;
  }
  .tabs:not(:last-child).space-6-desktop, .pagination:not(:last-child).space-6-desktop, .message:not(:last-child).space-6-desktop, .level:not(:last-child).space-6-desktop, .breadcrumb:not(:last-child).space-6-desktop, .highlight:not(:last-child).space-6-desktop, .block:not(:last-child).space-6-desktop, .title:not(:last-child).space-6-desktop,
.subtitle:not(:last-child).space-6-desktop, .table-container:not(:last-child).space-6-desktop, .table:not(:last-child).space-6-desktop, .progress:not(:last-child).space-6-desktop, .notification:not(:last-child).space-6-desktop, .content:not(:last-child).space-6-desktop, .box:not(:last-child).space-6-desktop {
    margin-bottom: 4.8rem;
  }
}
.ph-item {
  direction: ltr;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.ph-item, .ph-item *,
.ph-item ::after, .ph-item ::before {
  box-sizing: border-box;
}
.ph-item::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  animation: phAnimation 0.8s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}
.ph-item > * {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  padding-right: 15px;
  padding-left: 15px;
}
.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.5px;
}
.ph-row div {
  height: 10px;
  margin-bottom: 7.5px;
  background-color: #ced4da;
}
.ph-row .big, .ph-row.big div {
  height: 20px;
  margin-bottom: 15px;
}
.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}
.ph-col-2 {
  flex: 0 0 16.6666666667%;
}
.ph-col-4 {
  flex: 0 0 33.3333333333%;
}
.ph-col-6 {
  flex: 0 0 50%;
}
.ph-col-8 {
  flex: 0 0 66.6666666667%;
}
.ph-col-10 {
  flex: 0 0 83.3333333333%;
}
.ph-col-12 {
  flex: 0 0 100%;
}
.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  background-color: #ced4da;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.ph-avatar::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
.ph-picture {
  width: 100%;
  height: 120px;
  background-color: #ced4da;
  margin-bottom: 15px;
}
@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
/* bulma 0.9.2 */
/* to avoid override var when import this file before */
/* IE10+ CSS styles go here */
/* Edge 12+ or 18+ (Before Chromium Version) */
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.6rem;
}
.tabs:not(:last-child).space-0, .pagination:not(:last-child).space-0, .message:not(:last-child).space-0, .level:not(:last-child).space-0, .breadcrumb:not(:last-child).space-0, .highlight:not(:last-child).space-0, .block:not(:last-child).space-0, .title:not(:last-child).space-0,
.subtitle:not(:last-child).space-0, .table-container:not(:last-child).space-0, .table:not(:last-child).space-0, .progress:not(:last-child).space-0, .notification:not(:last-child).space-0, .content:not(:last-child).space-0, .box:not(:last-child).space-0 {
  margin-bottom: 0rem;
}
.tabs:not(:last-child).space-1, .pagination:not(:last-child).space-1, .message:not(:last-child).space-1, .level:not(:last-child).space-1, .breadcrumb:not(:last-child).space-1, .highlight:not(:last-child).space-1, .block:not(:last-child).space-1, .title:not(:last-child).space-1,
.subtitle:not(:last-child).space-1, .table-container:not(:last-child).space-1, .table:not(:last-child).space-1, .progress:not(:last-child).space-1, .notification:not(:last-child).space-1, .content:not(:last-child).space-1, .box:not(:last-child).space-1 {
  margin-bottom: 0.8rem;
}
.tabs:not(:last-child).space-2, .pagination:not(:last-child).space-2, .message:not(:last-child).space-2, .level:not(:last-child).space-2, .breadcrumb:not(:last-child).space-2, .highlight:not(:last-child).space-2, .block:not(:last-child).space-2, .title:not(:last-child).space-2,
.subtitle:not(:last-child).space-2, .table-container:not(:last-child).space-2, .table:not(:last-child).space-2, .progress:not(:last-child).space-2, .notification:not(:last-child).space-2, .content:not(:last-child).space-2, .box:not(:last-child).space-2 {
  margin-bottom: 1.6rem;
}
.tabs:not(:last-child).space-3, .pagination:not(:last-child).space-3, .message:not(:last-child).space-3, .level:not(:last-child).space-3, .breadcrumb:not(:last-child).space-3, .highlight:not(:last-child).space-3, .block:not(:last-child).space-3, .title:not(:last-child).space-3,
.subtitle:not(:last-child).space-3, .table-container:not(:last-child).space-3, .table:not(:last-child).space-3, .progress:not(:last-child).space-3, .notification:not(:last-child).space-3, .content:not(:last-child).space-3, .box:not(:last-child).space-3 {
  margin-bottom: 2.4rem;
}
.tabs:not(:last-child).space-4, .pagination:not(:last-child).space-4, .message:not(:last-child).space-4, .level:not(:last-child).space-4, .breadcrumb:not(:last-child).space-4, .highlight:not(:last-child).space-4, .block:not(:last-child).space-4, .title:not(:last-child).space-4,
.subtitle:not(:last-child).space-4, .table-container:not(:last-child).space-4, .table:not(:last-child).space-4, .progress:not(:last-child).space-4, .notification:not(:last-child).space-4, .content:not(:last-child).space-4, .box:not(:last-child).space-4 {
  margin-bottom: 3.2rem;
}
.tabs:not(:last-child).space-5, .pagination:not(:last-child).space-5, .message:not(:last-child).space-5, .level:not(:last-child).space-5, .breadcrumb:not(:last-child).space-5, .highlight:not(:last-child).space-5, .block:not(:last-child).space-5, .title:not(:last-child).space-5,
.subtitle:not(:last-child).space-5, .table-container:not(:last-child).space-5, .table:not(:last-child).space-5, .progress:not(:last-child).space-5, .notification:not(:last-child).space-5, .content:not(:last-child).space-5, .box:not(:last-child).space-5 {
  margin-bottom: 4rem;
}
.tabs:not(:last-child).space-6, .pagination:not(:last-child).space-6, .message:not(:last-child).space-6, .level:not(:last-child).space-6, .breadcrumb:not(:last-child).space-6, .highlight:not(:last-child).space-6, .block:not(:last-child).space-6, .title:not(:last-child).space-6,
.subtitle:not(:last-child).space-6, .table-container:not(:last-child).space-6, .table:not(:last-child).space-6, .progress:not(:last-child).space-6, .notification:not(:last-child).space-6, .content:not(:last-child).space-6, .box:not(:last-child).space-6 {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .tabs:not(:last-child).space-0-mobile, .pagination:not(:last-child).space-0-mobile, .message:not(:last-child).space-0-mobile, .level:not(:last-child).space-0-mobile, .breadcrumb:not(:last-child).space-0-mobile, .highlight:not(:last-child).space-0-mobile, .block:not(:last-child).space-0-mobile, .title:not(:last-child).space-0-mobile,
.subtitle:not(:last-child).space-0-mobile, .table-container:not(:last-child).space-0-mobile, .table:not(:last-child).space-0-mobile, .progress:not(:last-child).space-0-mobile, .notification:not(:last-child).space-0-mobile, .content:not(:last-child).space-0-mobile, .box:not(:last-child).space-0-mobile {
    margin-bottom: 0rem;
  }
  .tabs:not(:last-child).space-1-mobile, .pagination:not(:last-child).space-1-mobile, .message:not(:last-child).space-1-mobile, .level:not(:last-child).space-1-mobile, .breadcrumb:not(:last-child).space-1-mobile, .highlight:not(:last-child).space-1-mobile, .block:not(:last-child).space-1-mobile, .title:not(:last-child).space-1-mobile,
.subtitle:not(:last-child).space-1-mobile, .table-container:not(:last-child).space-1-mobile, .table:not(:last-child).space-1-mobile, .progress:not(:last-child).space-1-mobile, .notification:not(:last-child).space-1-mobile, .content:not(:last-child).space-1-mobile, .box:not(:last-child).space-1-mobile {
    margin-bottom: 0.8rem;
  }
  .tabs:not(:last-child).space-2-mobile, .pagination:not(:last-child).space-2-mobile, .message:not(:last-child).space-2-mobile, .level:not(:last-child).space-2-mobile, .breadcrumb:not(:last-child).space-2-mobile, .highlight:not(:last-child).space-2-mobile, .block:not(:last-child).space-2-mobile, .title:not(:last-child).space-2-mobile,
.subtitle:not(:last-child).space-2-mobile, .table-container:not(:last-child).space-2-mobile, .table:not(:last-child).space-2-mobile, .progress:not(:last-child).space-2-mobile, .notification:not(:last-child).space-2-mobile, .content:not(:last-child).space-2-mobile, .box:not(:last-child).space-2-mobile {
    margin-bottom: 1.6rem;
  }
  .tabs:not(:last-child).space-3-mobile, .pagination:not(:last-child).space-3-mobile, .message:not(:last-child).space-3-mobile, .level:not(:last-child).space-3-mobile, .breadcrumb:not(:last-child).space-3-mobile, .highlight:not(:last-child).space-3-mobile, .block:not(:last-child).space-3-mobile, .title:not(:last-child).space-3-mobile,
.subtitle:not(:last-child).space-3-mobile, .table-container:not(:last-child).space-3-mobile, .table:not(:last-child).space-3-mobile, .progress:not(:last-child).space-3-mobile, .notification:not(:last-child).space-3-mobile, .content:not(:last-child).space-3-mobile, .box:not(:last-child).space-3-mobile {
    margin-bottom: 2.4rem;
  }
  .tabs:not(:last-child).space-4-mobile, .pagination:not(:last-child).space-4-mobile, .message:not(:last-child).space-4-mobile, .level:not(:last-child).space-4-mobile, .breadcrumb:not(:last-child).space-4-mobile, .highlight:not(:last-child).space-4-mobile, .block:not(:last-child).space-4-mobile, .title:not(:last-child).space-4-mobile,
.subtitle:not(:last-child).space-4-mobile, .table-container:not(:last-child).space-4-mobile, .table:not(:last-child).space-4-mobile, .progress:not(:last-child).space-4-mobile, .notification:not(:last-child).space-4-mobile, .content:not(:last-child).space-4-mobile, .box:not(:last-child).space-4-mobile {
    margin-bottom: 3.2rem;
  }
  .tabs:not(:last-child).space-5-mobile, .pagination:not(:last-child).space-5-mobile, .message:not(:last-child).space-5-mobile, .level:not(:last-child).space-5-mobile, .breadcrumb:not(:last-child).space-5-mobile, .highlight:not(:last-child).space-5-mobile, .block:not(:last-child).space-5-mobile, .title:not(:last-child).space-5-mobile,
.subtitle:not(:last-child).space-5-mobile, .table-container:not(:last-child).space-5-mobile, .table:not(:last-child).space-5-mobile, .progress:not(:last-child).space-5-mobile, .notification:not(:last-child).space-5-mobile, .content:not(:last-child).space-5-mobile, .box:not(:last-child).space-5-mobile {
    margin-bottom: 4rem;
  }
  .tabs:not(:last-child).space-6-mobile, .pagination:not(:last-child).space-6-mobile, .message:not(:last-child).space-6-mobile, .level:not(:last-child).space-6-mobile, .breadcrumb:not(:last-child).space-6-mobile, .highlight:not(:last-child).space-6-mobile, .block:not(:last-child).space-6-mobile, .title:not(:last-child).space-6-mobile,
.subtitle:not(:last-child).space-6-mobile, .table-container:not(:last-child).space-6-mobile, .table:not(:last-child).space-6-mobile, .progress:not(:last-child).space-6-mobile, .notification:not(:last-child).space-6-mobile, .content:not(:last-child).space-6-mobile, .box:not(:last-child).space-6-mobile {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .tabs:not(:last-child).space-0-tablet, .pagination:not(:last-child).space-0-tablet, .message:not(:last-child).space-0-tablet, .level:not(:last-child).space-0-tablet, .breadcrumb:not(:last-child).space-0-tablet, .highlight:not(:last-child).space-0-tablet, .block:not(:last-child).space-0-tablet, .title:not(:last-child).space-0-tablet,
.subtitle:not(:last-child).space-0-tablet, .table-container:not(:last-child).space-0-tablet, .table:not(:last-child).space-0-tablet, .progress:not(:last-child).space-0-tablet, .notification:not(:last-child).space-0-tablet, .content:not(:last-child).space-0-tablet, .box:not(:last-child).space-0-tablet {
    margin-bottom: 0rem;
  }
  .tabs:not(:last-child).space-1-tablet, .pagination:not(:last-child).space-1-tablet, .message:not(:last-child).space-1-tablet, .level:not(:last-child).space-1-tablet, .breadcrumb:not(:last-child).space-1-tablet, .highlight:not(:last-child).space-1-tablet, .block:not(:last-child).space-1-tablet, .title:not(:last-child).space-1-tablet,
.subtitle:not(:last-child).space-1-tablet, .table-container:not(:last-child).space-1-tablet, .table:not(:last-child).space-1-tablet, .progress:not(:last-child).space-1-tablet, .notification:not(:last-child).space-1-tablet, .content:not(:last-child).space-1-tablet, .box:not(:last-child).space-1-tablet {
    margin-bottom: 0.8rem;
  }
  .tabs:not(:last-child).space-2-tablet, .pagination:not(:last-child).space-2-tablet, .message:not(:last-child).space-2-tablet, .level:not(:last-child).space-2-tablet, .breadcrumb:not(:last-child).space-2-tablet, .highlight:not(:last-child).space-2-tablet, .block:not(:last-child).space-2-tablet, .title:not(:last-child).space-2-tablet,
.subtitle:not(:last-child).space-2-tablet, .table-container:not(:last-child).space-2-tablet, .table:not(:last-child).space-2-tablet, .progress:not(:last-child).space-2-tablet, .notification:not(:last-child).space-2-tablet, .content:not(:last-child).space-2-tablet, .box:not(:last-child).space-2-tablet {
    margin-bottom: 1.6rem;
  }
  .tabs:not(:last-child).space-3-tablet, .pagination:not(:last-child).space-3-tablet, .message:not(:last-child).space-3-tablet, .level:not(:last-child).space-3-tablet, .breadcrumb:not(:last-child).space-3-tablet, .highlight:not(:last-child).space-3-tablet, .block:not(:last-child).space-3-tablet, .title:not(:last-child).space-3-tablet,
.subtitle:not(:last-child).space-3-tablet, .table-container:not(:last-child).space-3-tablet, .table:not(:last-child).space-3-tablet, .progress:not(:last-child).space-3-tablet, .notification:not(:last-child).space-3-tablet, .content:not(:last-child).space-3-tablet, .box:not(:last-child).space-3-tablet {
    margin-bottom: 2.4rem;
  }
  .tabs:not(:last-child).space-4-tablet, .pagination:not(:last-child).space-4-tablet, .message:not(:last-child).space-4-tablet, .level:not(:last-child).space-4-tablet, .breadcrumb:not(:last-child).space-4-tablet, .highlight:not(:last-child).space-4-tablet, .block:not(:last-child).space-4-tablet, .title:not(:last-child).space-4-tablet,
.subtitle:not(:last-child).space-4-tablet, .table-container:not(:last-child).space-4-tablet, .table:not(:last-child).space-4-tablet, .progress:not(:last-child).space-4-tablet, .notification:not(:last-child).space-4-tablet, .content:not(:last-child).space-4-tablet, .box:not(:last-child).space-4-tablet {
    margin-bottom: 3.2rem;
  }
  .tabs:not(:last-child).space-5-tablet, .pagination:not(:last-child).space-5-tablet, .message:not(:last-child).space-5-tablet, .level:not(:last-child).space-5-tablet, .breadcrumb:not(:last-child).space-5-tablet, .highlight:not(:last-child).space-5-tablet, .block:not(:last-child).space-5-tablet, .title:not(:last-child).space-5-tablet,
.subtitle:not(:last-child).space-5-tablet, .table-container:not(:last-child).space-5-tablet, .table:not(:last-child).space-5-tablet, .progress:not(:last-child).space-5-tablet, .notification:not(:last-child).space-5-tablet, .content:not(:last-child).space-5-tablet, .box:not(:last-child).space-5-tablet {
    margin-bottom: 4rem;
  }
  .tabs:not(:last-child).space-6-tablet, .pagination:not(:last-child).space-6-tablet, .message:not(:last-child).space-6-tablet, .level:not(:last-child).space-6-tablet, .breadcrumb:not(:last-child).space-6-tablet, .highlight:not(:last-child).space-6-tablet, .block:not(:last-child).space-6-tablet, .title:not(:last-child).space-6-tablet,
.subtitle:not(:last-child).space-6-tablet, .table-container:not(:last-child).space-6-tablet, .table:not(:last-child).space-6-tablet, .progress:not(:last-child).space-6-tablet, .notification:not(:last-child).space-6-tablet, .content:not(:last-child).space-6-tablet, .box:not(:last-child).space-6-tablet {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 1263px) {
  .tabs:not(:last-child).space-0-touch, .pagination:not(:last-child).space-0-touch, .message:not(:last-child).space-0-touch, .level:not(:last-child).space-0-touch, .breadcrumb:not(:last-child).space-0-touch, .highlight:not(:last-child).space-0-touch, .block:not(:last-child).space-0-touch, .title:not(:last-child).space-0-touch,
.subtitle:not(:last-child).space-0-touch, .table-container:not(:last-child).space-0-touch, .table:not(:last-child).space-0-touch, .progress:not(:last-child).space-0-touch, .notification:not(:last-child).space-0-touch, .content:not(:last-child).space-0-touch, .box:not(:last-child).space-0-touch {
    margin-bottom: 0rem;
  }
  .tabs:not(:last-child).space-1-touch, .pagination:not(:last-child).space-1-touch, .message:not(:last-child).space-1-touch, .level:not(:last-child).space-1-touch, .breadcrumb:not(:last-child).space-1-touch, .highlight:not(:last-child).space-1-touch, .block:not(:last-child).space-1-touch, .title:not(:last-child).space-1-touch,
.subtitle:not(:last-child).space-1-touch, .table-container:not(:last-child).space-1-touch, .table:not(:last-child).space-1-touch, .progress:not(:last-child).space-1-touch, .notification:not(:last-child).space-1-touch, .content:not(:last-child).space-1-touch, .box:not(:last-child).space-1-touch {
    margin-bottom: 0.8rem;
  }
  .tabs:not(:last-child).space-2-touch, .pagination:not(:last-child).space-2-touch, .message:not(:last-child).space-2-touch, .level:not(:last-child).space-2-touch, .breadcrumb:not(:last-child).space-2-touch, .highlight:not(:last-child).space-2-touch, .block:not(:last-child).space-2-touch, .title:not(:last-child).space-2-touch,
.subtitle:not(:last-child).space-2-touch, .table-container:not(:last-child).space-2-touch, .table:not(:last-child).space-2-touch, .progress:not(:last-child).space-2-touch, .notification:not(:last-child).space-2-touch, .content:not(:last-child).space-2-touch, .box:not(:last-child).space-2-touch {
    margin-bottom: 1.6rem;
  }
  .tabs:not(:last-child).space-3-touch, .pagination:not(:last-child).space-3-touch, .message:not(:last-child).space-3-touch, .level:not(:last-child).space-3-touch, .breadcrumb:not(:last-child).space-3-touch, .highlight:not(:last-child).space-3-touch, .block:not(:last-child).space-3-touch, .title:not(:last-child).space-3-touch,
.subtitle:not(:last-child).space-3-touch, .table-container:not(:last-child).space-3-touch, .table:not(:last-child).space-3-touch, .progress:not(:last-child).space-3-touch, .notification:not(:last-child).space-3-touch, .content:not(:last-child).space-3-touch, .box:not(:last-child).space-3-touch {
    margin-bottom: 2.4rem;
  }
  .tabs:not(:last-child).space-4-touch, .pagination:not(:last-child).space-4-touch, .message:not(:last-child).space-4-touch, .level:not(:last-child).space-4-touch, .breadcrumb:not(:last-child).space-4-touch, .highlight:not(:last-child).space-4-touch, .block:not(:last-child).space-4-touch, .title:not(:last-child).space-4-touch,
.subtitle:not(:last-child).space-4-touch, .table-container:not(:last-child).space-4-touch, .table:not(:last-child).space-4-touch, .progress:not(:last-child).space-4-touch, .notification:not(:last-child).space-4-touch, .content:not(:last-child).space-4-touch, .box:not(:last-child).space-4-touch {
    margin-bottom: 3.2rem;
  }
  .tabs:not(:last-child).space-5-touch, .pagination:not(:last-child).space-5-touch, .message:not(:last-child).space-5-touch, .level:not(:last-child).space-5-touch, .breadcrumb:not(:last-child).space-5-touch, .highlight:not(:last-child).space-5-touch, .block:not(:last-child).space-5-touch, .title:not(:last-child).space-5-touch,
.subtitle:not(:last-child).space-5-touch, .table-container:not(:last-child).space-5-touch, .table:not(:last-child).space-5-touch, .progress:not(:last-child).space-5-touch, .notification:not(:last-child).space-5-touch, .content:not(:last-child).space-5-touch, .box:not(:last-child).space-5-touch {
    margin-bottom: 4rem;
  }
  .tabs:not(:last-child).space-6-touch, .pagination:not(:last-child).space-6-touch, .message:not(:last-child).space-6-touch, .level:not(:last-child).space-6-touch, .breadcrumb:not(:last-child).space-6-touch, .highlight:not(:last-child).space-6-touch, .block:not(:last-child).space-6-touch, .title:not(:last-child).space-6-touch,
.subtitle:not(:last-child).space-6-touch, .table-container:not(:last-child).space-6-touch, .table:not(:last-child).space-6-touch, .progress:not(:last-child).space-6-touch, .notification:not(:last-child).space-6-touch, .content:not(:last-child).space-6-touch, .box:not(:last-child).space-6-touch {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 1264px) {
  .tabs:not(:last-child).space-0-desktop, .pagination:not(:last-child).space-0-desktop, .message:not(:last-child).space-0-desktop, .level:not(:last-child).space-0-desktop, .breadcrumb:not(:last-child).space-0-desktop, .highlight:not(:last-child).space-0-desktop, .block:not(:last-child).space-0-desktop, .title:not(:last-child).space-0-desktop,
.subtitle:not(:last-child).space-0-desktop, .table-container:not(:last-child).space-0-desktop, .table:not(:last-child).space-0-desktop, .progress:not(:last-child).space-0-desktop, .notification:not(:last-child).space-0-desktop, .content:not(:last-child).space-0-desktop, .box:not(:last-child).space-0-desktop {
    margin-bottom: 0rem;
  }
  .tabs:not(:last-child).space-1-desktop, .pagination:not(:last-child).space-1-desktop, .message:not(:last-child).space-1-desktop, .level:not(:last-child).space-1-desktop, .breadcrumb:not(:last-child).space-1-desktop, .highlight:not(:last-child).space-1-desktop, .block:not(:last-child).space-1-desktop, .title:not(:last-child).space-1-desktop,
.subtitle:not(:last-child).space-1-desktop, .table-container:not(:last-child).space-1-desktop, .table:not(:last-child).space-1-desktop, .progress:not(:last-child).space-1-desktop, .notification:not(:last-child).space-1-desktop, .content:not(:last-child).space-1-desktop, .box:not(:last-child).space-1-desktop {
    margin-bottom: 0.8rem;
  }
  .tabs:not(:last-child).space-2-desktop, .pagination:not(:last-child).space-2-desktop, .message:not(:last-child).space-2-desktop, .level:not(:last-child).space-2-desktop, .breadcrumb:not(:last-child).space-2-desktop, .highlight:not(:last-child).space-2-desktop, .block:not(:last-child).space-2-desktop, .title:not(:last-child).space-2-desktop,
.subtitle:not(:last-child).space-2-desktop, .table-container:not(:last-child).space-2-desktop, .table:not(:last-child).space-2-desktop, .progress:not(:last-child).space-2-desktop, .notification:not(:last-child).space-2-desktop, .content:not(:last-child).space-2-desktop, .box:not(:last-child).space-2-desktop {
    margin-bottom: 1.6rem;
  }
  .tabs:not(:last-child).space-3-desktop, .pagination:not(:last-child).space-3-desktop, .message:not(:last-child).space-3-desktop, .level:not(:last-child).space-3-desktop, .breadcrumb:not(:last-child).space-3-desktop, .highlight:not(:last-child).space-3-desktop, .block:not(:last-child).space-3-desktop, .title:not(:last-child).space-3-desktop,
.subtitle:not(:last-child).space-3-desktop, .table-container:not(:last-child).space-3-desktop, .table:not(:last-child).space-3-desktop, .progress:not(:last-child).space-3-desktop, .notification:not(:last-child).space-3-desktop, .content:not(:last-child).space-3-desktop, .box:not(:last-child).space-3-desktop {
    margin-bottom: 2.4rem;
  }
  .tabs:not(:last-child).space-4-desktop, .pagination:not(:last-child).space-4-desktop, .message:not(:last-child).space-4-desktop, .level:not(:last-child).space-4-desktop, .breadcrumb:not(:last-child).space-4-desktop, .highlight:not(:last-child).space-4-desktop, .block:not(:last-child).space-4-desktop, .title:not(:last-child).space-4-desktop,
.subtitle:not(:last-child).space-4-desktop, .table-container:not(:last-child).space-4-desktop, .table:not(:last-child).space-4-desktop, .progress:not(:last-child).space-4-desktop, .notification:not(:last-child).space-4-desktop, .content:not(:last-child).space-4-desktop, .box:not(:last-child).space-4-desktop {
    margin-bottom: 3.2rem;
  }
  .tabs:not(:last-child).space-5-desktop, .pagination:not(:last-child).space-5-desktop, .message:not(:last-child).space-5-desktop, .level:not(:last-child).space-5-desktop, .breadcrumb:not(:last-child).space-5-desktop, .highlight:not(:last-child).space-5-desktop, .block:not(:last-child).space-5-desktop, .title:not(:last-child).space-5-desktop,
.subtitle:not(:last-child).space-5-desktop, .table-container:not(:last-child).space-5-desktop, .table:not(:last-child).space-5-desktop, .progress:not(:last-child).space-5-desktop, .notification:not(:last-child).space-5-desktop, .content:not(:last-child).space-5-desktop, .box:not(:last-child).space-5-desktop {
    margin-bottom: 4rem;
  }
  .tabs:not(:last-child).space-6-desktop, .pagination:not(:last-child).space-6-desktop, .message:not(:last-child).space-6-desktop, .level:not(:last-child).space-6-desktop, .breadcrumb:not(:last-child).space-6-desktop, .highlight:not(:last-child).space-6-desktop, .block:not(:last-child).space-6-desktop, .title:not(:last-child).space-6-desktop,
.subtitle:not(:last-child).space-6-desktop, .table-container:not(:last-child).space-6-desktop, .table:not(:last-child).space-6-desktop, .progress:not(:last-child).space-6-desktop, .notification:not(:last-child).space-6-desktop, .content:not(:last-child).space-6-desktop, .box:not(:last-child).space-6-desktop {
    margin-bottom: 4.8rem;
  }
}
.brick:not(:last-child) {
  margin-bottom: 0.8rem;
}
.brick:not(:last-child).space-0 {
  margin-bottom: 0rem;
}
.brick:not(:last-child).space-1 {
  margin-bottom: 0.8rem;
}
.brick:not(:last-child).space-2 {
  margin-bottom: 1.6rem;
}
.brick:not(:last-child).space-3 {
  margin-bottom: 2.4rem;
}
.brick:not(:last-child).space-4 {
  margin-bottom: 3.2rem;
}
.brick:not(:last-child).space-5 {
  margin-bottom: 4rem;
}
.brick:not(:last-child).space-6 {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .brick:not(:last-child).space-0-mobile {
    margin-bottom: 0rem;
  }
  .brick:not(:last-child).space-1-mobile {
    margin-bottom: 0.8rem;
  }
  .brick:not(:last-child).space-2-mobile {
    margin-bottom: 1.6rem;
  }
  .brick:not(:last-child).space-3-mobile {
    margin-bottom: 2.4rem;
  }
  .brick:not(:last-child).space-4-mobile {
    margin-bottom: 3.2rem;
  }
  .brick:not(:last-child).space-5-mobile {
    margin-bottom: 4rem;
  }
  .brick:not(:last-child).space-6-mobile {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .brick:not(:last-child).space-0-tablet {
    margin-bottom: 0rem;
  }
  .brick:not(:last-child).space-1-tablet {
    margin-bottom: 0.8rem;
  }
  .brick:not(:last-child).space-2-tablet {
    margin-bottom: 1.6rem;
  }
  .brick:not(:last-child).space-3-tablet {
    margin-bottom: 2.4rem;
  }
  .brick:not(:last-child).space-4-tablet {
    margin-bottom: 3.2rem;
  }
  .brick:not(:last-child).space-5-tablet {
    margin-bottom: 4rem;
  }
  .brick:not(:last-child).space-6-tablet {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 1263px) {
  .brick:not(:last-child).space-0-touch {
    margin-bottom: 0rem;
  }
  .brick:not(:last-child).space-1-touch {
    margin-bottom: 0.8rem;
  }
  .brick:not(:last-child).space-2-touch {
    margin-bottom: 1.6rem;
  }
  .brick:not(:last-child).space-3-touch {
    margin-bottom: 2.4rem;
  }
  .brick:not(:last-child).space-4-touch {
    margin-bottom: 3.2rem;
  }
  .brick:not(:last-child).space-5-touch {
    margin-bottom: 4rem;
  }
  .brick:not(:last-child).space-6-touch {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 1264px) {
  .brick:not(:last-child).space-0-desktop {
    margin-bottom: 0rem;
  }
  .brick:not(:last-child).space-1-desktop {
    margin-bottom: 0.8rem;
  }
  .brick:not(:last-child).space-2-desktop {
    margin-bottom: 1.6rem;
  }
  .brick:not(:last-child).space-3-desktop {
    margin-bottom: 2.4rem;
  }
  .brick:not(:last-child).space-4-desktop {
    margin-bottom: 3.2rem;
  }
  .brick:not(:last-child).space-5-desktop {
    margin-bottom: 4rem;
  }
  .brick:not(:last-child).space-6-desktop {
    margin-bottom: 4.8rem;
  }
}
.is-spacing > *:not(:last-child) {
  margin-bottom: 0.8rem;
}
.is-spacing > *:not(:last-child).space-0 {
  margin-bottom: 0rem;
}
.is-spacing > *:not(:last-child).space-1 {
  margin-bottom: 0.8rem;
}
.is-spacing > *:not(:last-child).space-2 {
  margin-bottom: 1.6rem;
}
.is-spacing > *:not(:last-child).space-3 {
  margin-bottom: 2.4rem;
}
.is-spacing > *:not(:last-child).space-4 {
  margin-bottom: 3.2rem;
}
.is-spacing > *:not(:last-child).space-5 {
  margin-bottom: 4rem;
}
.is-spacing > *:not(:last-child).space-6 {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .is-spacing > *:not(:last-child).space-0-mobile {
    margin-bottom: 0rem;
  }
  .is-spacing > *:not(:last-child).space-1-mobile {
    margin-bottom: 0.8rem;
  }
  .is-spacing > *:not(:last-child).space-2-mobile {
    margin-bottom: 1.6rem;
  }
  .is-spacing > *:not(:last-child).space-3-mobile {
    margin-bottom: 2.4rem;
  }
  .is-spacing > *:not(:last-child).space-4-mobile {
    margin-bottom: 3.2rem;
  }
  .is-spacing > *:not(:last-child).space-5-mobile {
    margin-bottom: 4rem;
  }
  .is-spacing > *:not(:last-child).space-6-mobile {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .is-spacing > *:not(:last-child).space-0-tablet {
    margin-bottom: 0rem;
  }
  .is-spacing > *:not(:last-child).space-1-tablet {
    margin-bottom: 0.8rem;
  }
  .is-spacing > *:not(:last-child).space-2-tablet {
    margin-bottom: 1.6rem;
  }
  .is-spacing > *:not(:last-child).space-3-tablet {
    margin-bottom: 2.4rem;
  }
  .is-spacing > *:not(:last-child).space-4-tablet {
    margin-bottom: 3.2rem;
  }
  .is-spacing > *:not(:last-child).space-5-tablet {
    margin-bottom: 4rem;
  }
  .is-spacing > *:not(:last-child).space-6-tablet {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 1263px) {
  .is-spacing > *:not(:last-child).space-0-touch {
    margin-bottom: 0rem;
  }
  .is-spacing > *:not(:last-child).space-1-touch {
    margin-bottom: 0.8rem;
  }
  .is-spacing > *:not(:last-child).space-2-touch {
    margin-bottom: 1.6rem;
  }
  .is-spacing > *:not(:last-child).space-3-touch {
    margin-bottom: 2.4rem;
  }
  .is-spacing > *:not(:last-child).space-4-touch {
    margin-bottom: 3.2rem;
  }
  .is-spacing > *:not(:last-child).space-5-touch {
    margin-bottom: 4rem;
  }
  .is-spacing > *:not(:last-child).space-6-touch {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 1264px) {
  .is-spacing > *:not(:last-child).space-0-desktop {
    margin-bottom: 0rem;
  }
  .is-spacing > *:not(:last-child).space-1-desktop {
    margin-bottom: 0.8rem;
  }
  .is-spacing > *:not(:last-child).space-2-desktop {
    margin-bottom: 1.6rem;
  }
  .is-spacing > *:not(:last-child).space-3-desktop {
    margin-bottom: 2.4rem;
  }
  .is-spacing > *:not(:last-child).space-4-desktop {
    margin-bottom: 3.2rem;
  }
  .is-spacing > *:not(:last-child).space-5-desktop {
    margin-bottom: 4rem;
  }
  .is-spacing > *:not(:last-child).space-6-desktop {
    margin-bottom: 4.8rem;
  }
}
.is-spacing-2 > *:not(:last-child) {
  margin-bottom: 1.6rem;
}
.is-spacing-2 > *:not(:last-child).space-0 {
  margin-bottom: 0rem;
}
.is-spacing-2 > *:not(:last-child).space-1 {
  margin-bottom: 0.8rem;
}
.is-spacing-2 > *:not(:last-child).space-2 {
  margin-bottom: 1.6rem;
}
.is-spacing-2 > *:not(:last-child).space-3 {
  margin-bottom: 2.4rem;
}
.is-spacing-2 > *:not(:last-child).space-4 {
  margin-bottom: 3.2rem;
}
.is-spacing-2 > *:not(:last-child).space-5 {
  margin-bottom: 4rem;
}
.is-spacing-2 > *:not(:last-child).space-6 {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .is-spacing-2 > *:not(:last-child).space-0-mobile {
    margin-bottom: 0rem;
  }
  .is-spacing-2 > *:not(:last-child).space-1-mobile {
    margin-bottom: 0.8rem;
  }
  .is-spacing-2 > *:not(:last-child).space-2-mobile {
    margin-bottom: 1.6rem;
  }
  .is-spacing-2 > *:not(:last-child).space-3-mobile {
    margin-bottom: 2.4rem;
  }
  .is-spacing-2 > *:not(:last-child).space-4-mobile {
    margin-bottom: 3.2rem;
  }
  .is-spacing-2 > *:not(:last-child).space-5-mobile {
    margin-bottom: 4rem;
  }
  .is-spacing-2 > *:not(:last-child).space-6-mobile {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .is-spacing-2 > *:not(:last-child).space-0-tablet {
    margin-bottom: 0rem;
  }
  .is-spacing-2 > *:not(:last-child).space-1-tablet {
    margin-bottom: 0.8rem;
  }
  .is-spacing-2 > *:not(:last-child).space-2-tablet {
    margin-bottom: 1.6rem;
  }
  .is-spacing-2 > *:not(:last-child).space-3-tablet {
    margin-bottom: 2.4rem;
  }
  .is-spacing-2 > *:not(:last-child).space-4-tablet {
    margin-bottom: 3.2rem;
  }
  .is-spacing-2 > *:not(:last-child).space-5-tablet {
    margin-bottom: 4rem;
  }
  .is-spacing-2 > *:not(:last-child).space-6-tablet {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 1263px) {
  .is-spacing-2 > *:not(:last-child).space-0-touch {
    margin-bottom: 0rem;
  }
  .is-spacing-2 > *:not(:last-child).space-1-touch {
    margin-bottom: 0.8rem;
  }
  .is-spacing-2 > *:not(:last-child).space-2-touch {
    margin-bottom: 1.6rem;
  }
  .is-spacing-2 > *:not(:last-child).space-3-touch {
    margin-bottom: 2.4rem;
  }
  .is-spacing-2 > *:not(:last-child).space-4-touch {
    margin-bottom: 3.2rem;
  }
  .is-spacing-2 > *:not(:last-child).space-5-touch {
    margin-bottom: 4rem;
  }
  .is-spacing-2 > *:not(:last-child).space-6-touch {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 1264px) {
  .is-spacing-2 > *:not(:last-child).space-0-desktop {
    margin-bottom: 0rem;
  }
  .is-spacing-2 > *:not(:last-child).space-1-desktop {
    margin-bottom: 0.8rem;
  }
  .is-spacing-2 > *:not(:last-child).space-2-desktop {
    margin-bottom: 1.6rem;
  }
  .is-spacing-2 > *:not(:last-child).space-3-desktop {
    margin-bottom: 2.4rem;
  }
  .is-spacing-2 > *:not(:last-child).space-4-desktop {
    margin-bottom: 3.2rem;
  }
  .is-spacing-2 > *:not(:last-child).space-5-desktop {
    margin-bottom: 4rem;
  }
  .is-spacing-2 > *:not(:last-child).space-6-desktop {
    margin-bottom: 4.8rem;
  }
}
.is-spacing-3 > *:not(:last-child) {
  margin-bottom: 2.4rem;
}
.is-spacing-3 > *:not(:last-child).space-0 {
  margin-bottom: 0rem;
}
.is-spacing-3 > *:not(:last-child).space-1 {
  margin-bottom: 0.8rem;
}
.is-spacing-3 > *:not(:last-child).space-2 {
  margin-bottom: 1.6rem;
}
.is-spacing-3 > *:not(:last-child).space-3 {
  margin-bottom: 2.4rem;
}
.is-spacing-3 > *:not(:last-child).space-4 {
  margin-bottom: 3.2rem;
}
.is-spacing-3 > *:not(:last-child).space-5 {
  margin-bottom: 4rem;
}
.is-spacing-3 > *:not(:last-child).space-6 {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .is-spacing-3 > *:not(:last-child).space-0-mobile {
    margin-bottom: 0rem;
  }
  .is-spacing-3 > *:not(:last-child).space-1-mobile {
    margin-bottom: 0.8rem;
  }
  .is-spacing-3 > *:not(:last-child).space-2-mobile {
    margin-bottom: 1.6rem;
  }
  .is-spacing-3 > *:not(:last-child).space-3-mobile {
    margin-bottom: 2.4rem;
  }
  .is-spacing-3 > *:not(:last-child).space-4-mobile {
    margin-bottom: 3.2rem;
  }
  .is-spacing-3 > *:not(:last-child).space-5-mobile {
    margin-bottom: 4rem;
  }
  .is-spacing-3 > *:not(:last-child).space-6-mobile {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .is-spacing-3 > *:not(:last-child).space-0-tablet {
    margin-bottom: 0rem;
  }
  .is-spacing-3 > *:not(:last-child).space-1-tablet {
    margin-bottom: 0.8rem;
  }
  .is-spacing-3 > *:not(:last-child).space-2-tablet {
    margin-bottom: 1.6rem;
  }
  .is-spacing-3 > *:not(:last-child).space-3-tablet {
    margin-bottom: 2.4rem;
  }
  .is-spacing-3 > *:not(:last-child).space-4-tablet {
    margin-bottom: 3.2rem;
  }
  .is-spacing-3 > *:not(:last-child).space-5-tablet {
    margin-bottom: 4rem;
  }
  .is-spacing-3 > *:not(:last-child).space-6-tablet {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 1263px) {
  .is-spacing-3 > *:not(:last-child).space-0-touch {
    margin-bottom: 0rem;
  }
  .is-spacing-3 > *:not(:last-child).space-1-touch {
    margin-bottom: 0.8rem;
  }
  .is-spacing-3 > *:not(:last-child).space-2-touch {
    margin-bottom: 1.6rem;
  }
  .is-spacing-3 > *:not(:last-child).space-3-touch {
    margin-bottom: 2.4rem;
  }
  .is-spacing-3 > *:not(:last-child).space-4-touch {
    margin-bottom: 3.2rem;
  }
  .is-spacing-3 > *:not(:last-child).space-5-touch {
    margin-bottom: 4rem;
  }
  .is-spacing-3 > *:not(:last-child).space-6-touch {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 1264px) {
  .is-spacing-3 > *:not(:last-child).space-0-desktop {
    margin-bottom: 0rem;
  }
  .is-spacing-3 > *:not(:last-child).space-1-desktop {
    margin-bottom: 0.8rem;
  }
  .is-spacing-3 > *:not(:last-child).space-2-desktop {
    margin-bottom: 1.6rem;
  }
  .is-spacing-3 > *:not(:last-child).space-3-desktop {
    margin-bottom: 2.4rem;
  }
  .is-spacing-3 > *:not(:last-child).space-4-desktop {
    margin-bottom: 3.2rem;
  }
  .is-spacing-3 > *:not(:last-child).space-5-desktop {
    margin-bottom: 4rem;
  }
  .is-spacing-3 > *:not(:last-child).space-6-desktop {
    margin-bottom: 4.8rem;
  }
}
.is-horizontal:not(.field) {
  display: flex !important;
  align-items: center !important;
}
.is-horizontal:not(.field) > :not(:last-child).block, .is-horizontal:not(.field) > :not(:last-child).breadcrumb, .is-horizontal:not(.field) > :not(:last-child).level, .is-horizontal:not(.field) > :not(:last-child).message, .is-horizontal:not(.field) > :not(:last-child).pagination, .is-horizontal:not(.field) > :not(:last-child).tabs, .is-horizontal:not(.field) > :not(:last-child).box, .is-horizontal:not(.field) > :not(:last-child).content, .is-horizontal:not(.field) > :not(:last-child).notification, .is-horizontal:not(.field) > :not(:last-child).progress, .is-horizontal:not(.field) > :not(:last-child).table {
  margin-right: 1.6rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > :not(:last-child).block.space-0, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-0, .is-horizontal:not(.field) > :not(:last-child).level.space-0, .is-horizontal:not(.field) > :not(:last-child).message.space-0, .is-horizontal:not(.field) > :not(:last-child).pagination.space-0, .is-horizontal:not(.field) > :not(:last-child).tabs.space-0, .is-horizontal:not(.field) > :not(:last-child).box.space-0, .is-horizontal:not(.field) > :not(:last-child).content.space-0, .is-horizontal:not(.field) > :not(:last-child).notification.space-0, .is-horizontal:not(.field) > :not(:last-child).progress.space-0, .is-horizontal:not(.field) > :not(:last-child).table.space-0 {
  margin-right: 0rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > :not(:last-child).block.space-1, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-1, .is-horizontal:not(.field) > :not(:last-child).level.space-1, .is-horizontal:not(.field) > :not(:last-child).message.space-1, .is-horizontal:not(.field) > :not(:last-child).pagination.space-1, .is-horizontal:not(.field) > :not(:last-child).tabs.space-1, .is-horizontal:not(.field) > :not(:last-child).box.space-1, .is-horizontal:not(.field) > :not(:last-child).content.space-1, .is-horizontal:not(.field) > :not(:last-child).notification.space-1, .is-horizontal:not(.field) > :not(:last-child).progress.space-1, .is-horizontal:not(.field) > :not(:last-child).table.space-1 {
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > :not(:last-child).block.space-2, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-2, .is-horizontal:not(.field) > :not(:last-child).level.space-2, .is-horizontal:not(.field) > :not(:last-child).message.space-2, .is-horizontal:not(.field) > :not(:last-child).pagination.space-2, .is-horizontal:not(.field) > :not(:last-child).tabs.space-2, .is-horizontal:not(.field) > :not(:last-child).box.space-2, .is-horizontal:not(.field) > :not(:last-child).content.space-2, .is-horizontal:not(.field) > :not(:last-child).notification.space-2, .is-horizontal:not(.field) > :not(:last-child).progress.space-2, .is-horizontal:not(.field) > :not(:last-child).table.space-2 {
  margin-right: 1.6rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > :not(:last-child).block.space-3, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-3, .is-horizontal:not(.field) > :not(:last-child).level.space-3, .is-horizontal:not(.field) > :not(:last-child).message.space-3, .is-horizontal:not(.field) > :not(:last-child).pagination.space-3, .is-horizontal:not(.field) > :not(:last-child).tabs.space-3, .is-horizontal:not(.field) > :not(:last-child).box.space-3, .is-horizontal:not(.field) > :not(:last-child).content.space-3, .is-horizontal:not(.field) > :not(:last-child).notification.space-3, .is-horizontal:not(.field) > :not(:last-child).progress.space-3, .is-horizontal:not(.field) > :not(:last-child).table.space-3 {
  margin-right: 2.4rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > :not(:last-child).block.space-4, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-4, .is-horizontal:not(.field) > :not(:last-child).level.space-4, .is-horizontal:not(.field) > :not(:last-child).message.space-4, .is-horizontal:not(.field) > :not(:last-child).pagination.space-4, .is-horizontal:not(.field) > :not(:last-child).tabs.space-4, .is-horizontal:not(.field) > :not(:last-child).box.space-4, .is-horizontal:not(.field) > :not(:last-child).content.space-4, .is-horizontal:not(.field) > :not(:last-child).notification.space-4, .is-horizontal:not(.field) > :not(:last-child).progress.space-4, .is-horizontal:not(.field) > :not(:last-child).table.space-4 {
  margin-right: 3.2rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > :not(:last-child).block.space-5, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-5, .is-horizontal:not(.field) > :not(:last-child).level.space-5, .is-horizontal:not(.field) > :not(:last-child).message.space-5, .is-horizontal:not(.field) > :not(:last-child).pagination.space-5, .is-horizontal:not(.field) > :not(:last-child).tabs.space-5, .is-horizontal:not(.field) > :not(:last-child).box.space-5, .is-horizontal:not(.field) > :not(:last-child).content.space-5, .is-horizontal:not(.field) > :not(:last-child).notification.space-5, .is-horizontal:not(.field) > :not(:last-child).progress.space-5, .is-horizontal:not(.field) > :not(:last-child).table.space-5 {
  margin-right: 4rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > :not(:last-child).block.space-6, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-6, .is-horizontal:not(.field) > :not(:last-child).level.space-6, .is-horizontal:not(.field) > :not(:last-child).message.space-6, .is-horizontal:not(.field) > :not(:last-child).pagination.space-6, .is-horizontal:not(.field) > :not(:last-child).tabs.space-6, .is-horizontal:not(.field) > :not(:last-child).box.space-6, .is-horizontal:not(.field) > :not(:last-child).content.space-6, .is-horizontal:not(.field) > :not(:last-child).notification.space-6, .is-horizontal:not(.field) > :not(:last-child).progress.space-6, .is-horizontal:not(.field) > :not(:last-child).table.space-6 {
  margin-right: 4.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .is-horizontal:not(.field) > :not(:last-child).block.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).level.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).message.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).pagination.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).tabs.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).box.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).content.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).notification.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).progress.space-0-mobile, .is-horizontal:not(.field) > :not(:last-child).table.space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).level.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).message.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).pagination.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).tabs.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).box.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).content.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).notification.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).progress.space-1-mobile, .is-horizontal:not(.field) > :not(:last-child).table.space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).level.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).message.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).pagination.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).tabs.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).box.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).content.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).notification.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).progress.space-2-mobile, .is-horizontal:not(.field) > :not(:last-child).table.space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).level.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).message.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).pagination.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).tabs.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).box.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).content.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).notification.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).progress.space-3-mobile, .is-horizontal:not(.field) > :not(:last-child).table.space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).level.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).message.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).pagination.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).tabs.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).box.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).content.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).notification.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).progress.space-4-mobile, .is-horizontal:not(.field) > :not(:last-child).table.space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).level.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).message.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).pagination.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).tabs.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).box.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).content.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).notification.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).progress.space-5-mobile, .is-horizontal:not(.field) > :not(:last-child).table.space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).level.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).message.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).pagination.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).tabs.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).box.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).content.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).notification.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).progress.space-6-mobile, .is-horizontal:not(.field) > :not(:last-child).table.space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal:not(.field) > :not(:last-child).block.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).level.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).message.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).pagination.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).tabs.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).box.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).content.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).notification.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).progress.space-0-tablet, .is-horizontal:not(.field) > :not(:last-child).table.space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).level.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).message.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).pagination.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).tabs.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).box.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).content.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).notification.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).progress.space-1-tablet, .is-horizontal:not(.field) > :not(:last-child).table.space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).level.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).message.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).pagination.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).tabs.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).box.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).content.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).notification.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).progress.space-2-tablet, .is-horizontal:not(.field) > :not(:last-child).table.space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).level.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).message.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).pagination.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).tabs.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).box.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).content.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).notification.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).progress.space-3-tablet, .is-horizontal:not(.field) > :not(:last-child).table.space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).level.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).message.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).pagination.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).tabs.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).box.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).content.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).notification.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).progress.space-4-tablet, .is-horizontal:not(.field) > :not(:last-child).table.space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).level.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).message.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).pagination.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).tabs.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).box.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).content.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).notification.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).progress.space-5-tablet, .is-horizontal:not(.field) > :not(:last-child).table.space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).level.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).message.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).pagination.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).tabs.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).box.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).content.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).notification.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).progress.space-6-tablet, .is-horizontal:not(.field) > :not(:last-child).table.space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal:not(.field) > :not(:last-child).block.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).level.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).message.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).pagination.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).tabs.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).box.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).content.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).notification.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).progress.space-0-touch, .is-horizontal:not(.field) > :not(:last-child).table.space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).level.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).message.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).pagination.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).tabs.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).box.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).content.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).notification.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).progress.space-1-touch, .is-horizontal:not(.field) > :not(:last-child).table.space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).level.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).message.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).pagination.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).tabs.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).box.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).content.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).notification.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).progress.space-2-touch, .is-horizontal:not(.field) > :not(:last-child).table.space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).level.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).message.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).pagination.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).tabs.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).box.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).content.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).notification.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).progress.space-3-touch, .is-horizontal:not(.field) > :not(:last-child).table.space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).level.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).message.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).pagination.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).tabs.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).box.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).content.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).notification.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).progress.space-4-touch, .is-horizontal:not(.field) > :not(:last-child).table.space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).level.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).message.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).pagination.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).tabs.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).box.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).content.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).notification.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).progress.space-5-touch, .is-horizontal:not(.field) > :not(:last-child).table.space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).level.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).message.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).pagination.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).tabs.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).box.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).content.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).notification.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).progress.space-6-touch, .is-horizontal:not(.field) > :not(:last-child).table.space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal:not(.field) > :not(:last-child).block.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).level.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).message.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).pagination.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).tabs.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).box.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).content.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).notification.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).progress.space-0-desktop, .is-horizontal:not(.field) > :not(:last-child).table.space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).level.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).message.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).pagination.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).tabs.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).box.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).content.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).notification.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).progress.space-1-desktop, .is-horizontal:not(.field) > :not(:last-child).table.space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).level.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).message.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).pagination.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).tabs.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).box.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).content.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).notification.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).progress.space-2-desktop, .is-horizontal:not(.field) > :not(:last-child).table.space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).level.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).message.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).pagination.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).tabs.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).box.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).content.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).notification.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).progress.space-3-desktop, .is-horizontal:not(.field) > :not(:last-child).table.space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).level.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).message.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).pagination.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).tabs.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).box.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).content.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).notification.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).progress.space-4-desktop, .is-horizontal:not(.field) > :not(:last-child).table.space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).level.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).message.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).pagination.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).tabs.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).box.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).content.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).notification.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).progress.space-5-desktop, .is-horizontal:not(.field) > :not(:last-child).table.space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > :not(:last-child).block.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).breadcrumb.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).level.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).message.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).pagination.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).tabs.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).box.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).content.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).notification.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).progress.space-6-desktop, .is-horizontal:not(.field) > :not(:last-child).table.space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
.is-horizontal:not(.field) > .brick:not(:last-child) {
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > .brick:not(:last-child).space-0 {
  margin-right: 0rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > .brick:not(:last-child).space-1 {
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > .brick:not(:last-child).space-2 {
  margin-right: 1.6rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > .brick:not(:last-child).space-3 {
  margin-right: 2.4rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > .brick:not(:last-child).space-4 {
  margin-right: 3.2rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > .brick:not(:last-child).space-5 {
  margin-right: 4rem;
  margin-bottom: 0;
}
.is-horizontal:not(.field) > .brick:not(:last-child).space-6 {
  margin-right: 4.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .is-horizontal:not(.field) > .brick:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal:not(.field) > .brick:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal:not(.field) > .brick:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal:not(.field) > .brick:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal:not(.field) > .brick:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
.is-spacing.is-horizontal:not(.field) > *:not(:last-child) {
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-0 {
  margin-right: 0rem;
  margin-bottom: 0;
}
.is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-1 {
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-2 {
  margin-right: 1.6rem;
  margin-bottom: 0;
}
.is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-3 {
  margin-right: 2.4rem;
  margin-bottom: 0;
}
.is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-4 {
  margin-right: 3.2rem;
  margin-bottom: 0;
}
.is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-5 {
  margin-right: 4rem;
  margin-bottom: 0;
}
.is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-6 {
  margin-right: 4.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing.is-horizontal:not(.field) > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
.is-spacing-2.is-horizontal:not(.field) > *:not(:last-child) {
  margin-right: 1.6rem;
  margin-bottom: 0;
}
.is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-0 {
  margin-right: 0rem;
  margin-bottom: 0;
}
.is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-1 {
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-2 {
  margin-right: 1.6rem;
  margin-bottom: 0;
}
.is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-3 {
  margin-right: 2.4rem;
  margin-bottom: 0;
}
.is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-4 {
  margin-right: 3.2rem;
  margin-bottom: 0;
}
.is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-5 {
  margin-right: 4rem;
  margin-bottom: 0;
}
.is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-6 {
  margin-right: 4.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing-2.is-horizontal:not(.field) > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
.is-spacing-3.is-horizontal:not(.field) > *:not(:last-child) {
  margin-right: 2.4rem;
  margin-bottom: 0;
}
.is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-0 {
  margin-right: 0rem;
  margin-bottom: 0;
}
.is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-1 {
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-2 {
  margin-right: 1.6rem;
  margin-bottom: 0;
}
.is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-3 {
  margin-right: 2.4rem;
  margin-bottom: 0;
}
.is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-4 {
  margin-right: 3.2rem;
  margin-bottom: 0;
}
.is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-5 {
  margin-right: 4rem;
  margin-bottom: 0;
}
.is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-6 {
  margin-right: 4.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-spacing-3.is-horizontal:not(.field) > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
.is-centered.is-horizontal:not(.field) {
  justify-content: center !important;
}
.is-left.is-horizontal:not(.field) {
  justify-content: flex-start !important;
}
.is-right.is-horizontal:not(.field) {
  justify-content: flex-end !important;
}
.is-between.is-horizontal:not(.field) {
  justify-content: space-between !important;
}
.is-around.is-horizontal:not(.field) {
  justify-content: space-around !important;
}
.is-evenly.is-horizontal:not(.field) {
  justify-content: space-around !important;
  justify-content: space-evenly !important;
}
@supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
  .is-evenly.is-horizontal:not(.field) {
    justify-content: space-around !important;
  }
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1.4rem;
  height: 4rem;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}
.tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.6rem;
}
.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}
.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dddddd;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.hero-video, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}
html {
  background-color: #ffffff;
  font-size: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Helvetica Neue", "Helvetica", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Arial", sans-serif;
}
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
body {
  color: #31422f;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: #6eba1e;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: invalid-color;
}
code {
  background-color: #F4F4F4;
  color: #eb002f;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}
hr {
  background-color: #d1d1d1;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}
img {
  height: auto;
  max-width: 100%;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}
small {
  font-size: 0.875em;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
  color: #3E3E3E;
  font-weight: 700;
}
fieldset {
  border: none;
}
pre {
  -webkit-overflow-scrolling: touch;
  background-color: #F4F4F4;
  color: #31422f;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}
table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #3E3E3E;
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.is-radiusless {
  border-radius: 0 !important;
}
.is-shadowless {
  box-shadow: none !important;
}
.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}
.is-relative {
  position: relative !important;
}
.is-marginless {
  margin: 0 !important;
}
.is-paddingless {
  padding: 0 !important;
}
.push-0 {
  margin: 0 !important;
}
.push-top-0 {
  margin-top: 0 !important;
}
.push-right-0 {
  margin-right: 0 !important;
}
.push-bottom-0 {
  margin-bottom: 0 !important;
}
.push-left-0 {
  margin-left: 0 !important;
}
.push-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.push-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.push-1 {
  margin: 0.8rem !important;
}
.push-top-1 {
  margin-top: 0.8rem !important;
}
.push-right-1 {
  margin-right: 0.8rem !important;
}
.push-bottom-1 {
  margin-bottom: 0.8rem !important;
}
.push-left-1 {
  margin-left: 0.8rem !important;
}
.push-x-1 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}
.push-y-1 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}
.push-2 {
  margin: 1.6rem !important;
}
.push-top-2 {
  margin-top: 1.6rem !important;
}
.push-right-2 {
  margin-right: 1.6rem !important;
}
.push-bottom-2 {
  margin-bottom: 1.6rem !important;
}
.push-left-2 {
  margin-left: 1.6rem !important;
}
.push-x-2 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}
.push-y-2 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}
.push-3 {
  margin: 2.4rem !important;
}
.push-top-3 {
  margin-top: 2.4rem !important;
}
.push-right-3 {
  margin-right: 2.4rem !important;
}
.push-bottom-3 {
  margin-bottom: 2.4rem !important;
}
.push-left-3 {
  margin-left: 2.4rem !important;
}
.push-x-3 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}
.push-y-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}
.push-4 {
  margin: 3.2rem !important;
}
.push-top-4 {
  margin-top: 3.2rem !important;
}
.push-right-4 {
  margin-right: 3.2rem !important;
}
.push-bottom-4 {
  margin-bottom: 3.2rem !important;
}
.push-left-4 {
  margin-left: 3.2rem !important;
}
.push-x-4 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}
.push-y-4 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}
.push-5 {
  margin: 4rem !important;
}
.push-top-5 {
  margin-top: 4rem !important;
}
.push-right-5 {
  margin-right: 4rem !important;
}
.push-bottom-5 {
  margin-bottom: 4rem !important;
}
.push-left-5 {
  margin-left: 4rem !important;
}
.push-x-5 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.push-y-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.push-6 {
  margin: 4.8rem !important;
}
.push-top-6 {
  margin-top: 4.8rem !important;
}
.push-right-6 {
  margin-right: 4.8rem !important;
}
.push-bottom-6 {
  margin-bottom: 4.8rem !important;
}
.push-left-6 {
  margin-left: 4.8rem !important;
}
.push-x-6 {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}
.push-y-6 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}
.pad-0 {
  padding: 0 !important;
}
.pad-top-0 {
  padding-top: 0 !important;
}
.pad-right-0 {
  padding-right: 0 !important;
}
.pad-bottom-0 {
  padding-bottom: 0 !important;
}
.pad-left-0 {
  padding-left: 0 !important;
}
.pad-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pad-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pad-1 {
  padding: 0.8rem !important;
}
.pad-top-1 {
  padding-top: 0.8rem !important;
}
.pad-right-1 {
  padding-right: 0.8rem !important;
}
.pad-bottom-1 {
  padding-bottom: 0.8rem !important;
}
.pad-left-1 {
  padding-left: 0.8rem !important;
}
.pad-x-1 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
.pad-y-1 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.pad-2 {
  padding: 1.6rem !important;
}
.pad-top-2 {
  padding-top: 1.6rem !important;
}
.pad-right-2 {
  padding-right: 1.6rem !important;
}
.pad-bottom-2 {
  padding-bottom: 1.6rem !important;
}
.pad-left-2 {
  padding-left: 1.6rem !important;
}
.pad-x-2 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}
.pad-y-2 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.pad-3 {
  padding: 2.4rem !important;
}
.pad-top-3 {
  padding-top: 2.4rem !important;
}
.pad-right-3 {
  padding-right: 2.4rem !important;
}
.pad-bottom-3 {
  padding-bottom: 2.4rem !important;
}
.pad-left-3 {
  padding-left: 2.4rem !important;
}
.pad-x-3 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}
.pad-y-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.pad-4 {
  padding: 3.2rem !important;
}
.pad-top-4 {
  padding-top: 3.2rem !important;
}
.pad-right-4 {
  padding-right: 3.2rem !important;
}
.pad-bottom-4 {
  padding-bottom: 3.2rem !important;
}
.pad-left-4 {
  padding-left: 3.2rem !important;
}
.pad-x-4 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}
.pad-y-4 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}
.pad-5 {
  padding: 4rem !important;
}
.pad-top-5 {
  padding-top: 4rem !important;
}
.pad-right-5 {
  padding-right: 4rem !important;
}
.pad-bottom-5 {
  padding-bottom: 4rem !important;
}
.pad-left-5 {
  padding-left: 4rem !important;
}
.pad-x-5 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.pad-y-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.pad-6 {
  padding: 4.8rem !important;
}
.pad-top-6 {
  padding-top: 4.8rem !important;
}
.pad-right-6 {
  padding-right: 4.8rem !important;
}
.pad-bottom-6 {
  padding-bottom: 4.8rem !important;
}
.pad-left-6 {
  padding-left: 4.8rem !important;
}
.pad-x-6 {
  padding-left: 4.8rem !important;
  padding-right: 4.8rem !important;
}
.pad-y-6 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}
.is-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1580px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1900px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1580px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1900px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1580px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1900px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1580px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1900px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}
@media screen and (max-width: 767px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1580px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1900px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}
@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1580px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1900px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}
@media screen and (max-width: 767px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1580px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1900px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Elements */
.box {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #31422f;
  display: block;
  padding: 1.75rem;
}
a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0 0 1px #6eba1e;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px #6eba1e;
}
.button {
  background-color: #ffffff;
  border-color: #E5E5E5;
  border-width: 1px;
  color: #3E3E3E;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0;
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: invalid;
  color: invalid;
}
.button:focus, .button.is-focused {
  border-color: invalid;
  color: invalid;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: invalid invalid;
}
.button:active, .button.is-active {
  border-color: invalid;
  color: invalid;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #31422f;
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: #F4F4F4;
  color: #3E3E3E;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e7e7e7;
  color: #3E3E3E;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #6eba1e;
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #6eba1e;
  text-decoration: underline;
}
.button.is-white {
  background-color: #ffffff;
  border-color: transparent;
  color: #31422f;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #31422f;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: invalid rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #31422f;
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #31422f;
  color: #ffffff;
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #ffffff;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #31422f;
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #ffffff;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-white.is-light {
  background-color: white;
  color: #4a4a4a;
}
.button.is-white.is-light:hover, .button.is-white.is-light.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #4a4a4a;
}
.button.is-white.is-light:active, .button.is-white.is-light.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #4a4a4a;
}
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #ffffff;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: #ffffff;
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: invalid rgba(10, 10, 10, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #ffffff;
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #ffffff;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-light {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #31422f;
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #efefef;
  border-color: transparent;
  color: #31422f;
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: invalid rgba(245, 245, 245, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #31422f;
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: #31422f;
  color: #f5f5f5;
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #f5f5f5;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #31422f;
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #f5f5f5;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #f5f5f5;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-dark {
  background-color: #3E3E3E;
  border-color: transparent;
  color: #ffffff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #383838;
  border-color: transparent;
  color: #ffffff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: invalid rgba(62, 62, 62, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #313131;
  border-color: transparent;
  color: #ffffff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #3E3E3E;
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #ffffff;
  color: #3E3E3E;
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #3E3E3E;
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #3E3E3E;
  color: #3E3E3E;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #3E3E3E;
  border-color: #3E3E3E;
  color: #ffffff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #3E3E3E #3E3E3E !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #3E3E3E;
  box-shadow: none;
  color: #3E3E3E;
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #3E3E3E;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3E3E3E #3E3E3E !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-primary {
  background-color: #6eba1e;
  border-color: transparent;
  color: #ffffff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #68af1c;
  border-color: transparent;
  color: #ffffff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: invalid rgba(110, 186, 30, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #61a41a;
  border-color: transparent;
  color: #ffffff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #6eba1e;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #ffffff;
  color: #6eba1e;
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #6eba1e;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #6eba1e;
  color: #6eba1e;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #6eba1e;
  border-color: #6eba1e;
  color: #ffffff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #6eba1e #6eba1e !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #6eba1e;
  box-shadow: none;
  color: #6eba1e;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #6eba1e;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #6eba1e #6eba1e !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-secondary {
  background-color: #597e5b;
  border-color: transparent;
  color: #ffffff;
}
.button.is-secondary:hover, .button.is-secondary.is-hovered {
  background-color: #547756;
  border-color: transparent;
  color: #ffffff;
}
.button.is-secondary:focus, .button.is-secondary.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-secondary:focus:not(:active), .button.is-secondary.is-focused:not(:active) {
  box-shadow: invalid rgba(89, 126, 91, 0.25);
}
.button.is-secondary:active, .button.is-secondary.is-active {
  background-color: #4e6f50;
  border-color: transparent;
  color: #ffffff;
}
.button.is-secondary[disabled], fieldset[disabled] .button.is-secondary {
  background-color: #597e5b;
  border-color: transparent;
  box-shadow: none;
}
.button.is-secondary.is-inverted {
  background-color: #ffffff;
  color: #597e5b;
}
.button.is-secondary.is-inverted:hover, .button.is-secondary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-secondary.is-inverted[disabled], fieldset[disabled] .button.is-secondary.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #597e5b;
}
.button.is-secondary.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #597e5b;
  color: #597e5b;
}
.button.is-secondary.is-outlined:hover, .button.is-secondary.is-outlined.is-hovered, .button.is-secondary.is-outlined:focus, .button.is-secondary.is-outlined.is-focused {
  background-color: #597e5b;
  border-color: #597e5b;
  color: #ffffff;
}
.button.is-secondary.is-outlined.is-loading::after {
  border-color: transparent transparent #597e5b #597e5b !important;
}
.button.is-secondary.is-outlined.is-loading:hover::after, .button.is-secondary.is-outlined.is-loading.is-hovered::after, .button.is-secondary.is-outlined.is-loading:focus::after, .button.is-secondary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-secondary.is-outlined[disabled], fieldset[disabled] .button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #597e5b;
  box-shadow: none;
  color: #597e5b;
}
.button.is-secondary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-secondary.is-inverted.is-outlined:hover, .button.is-secondary.is-inverted.is-outlined.is-hovered, .button.is-secondary.is-inverted.is-outlined:focus, .button.is-secondary.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #597e5b;
}
.button.is-secondary.is-inverted.is-outlined.is-loading:hover::after, .button.is-secondary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-secondary.is-inverted.is-outlined.is-loading:focus::after, .button.is-secondary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #597e5b #597e5b !important;
}
.button.is-secondary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-secondary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-link {
  background-color: #6eba1e;
  border-color: transparent;
  color: #ffffff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #68af1c;
  border-color: transparent;
  color: #ffffff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: invalid rgba(110, 186, 30, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #61a41a;
  border-color: transparent;
  color: #ffffff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #6eba1e;
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #ffffff;
  color: #6eba1e;
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #6eba1e;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #6eba1e;
  color: #6eba1e;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #6eba1e;
  border-color: #6eba1e;
  color: #ffffff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #6eba1e #6eba1e !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #6eba1e;
  box-shadow: none;
  color: #6eba1e;
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #6eba1e;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #6eba1e #6eba1e !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-info {
  background-color: #0c495c;
  border-color: transparent;
  color: #ffffff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #0b4051;
  border-color: transparent;
  color: #ffffff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: invalid rgba(12, 73, 92, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #093745;
  border-color: transparent;
  color: #ffffff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #0c495c;
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #ffffff;
  color: #0c495c;
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #0c495c;
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #0c495c;
  color: #0c495c;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #0c495c;
  border-color: #0c495c;
  color: #ffffff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #0c495c #0c495c !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #0c495c;
  box-shadow: none;
  color: #0c495c;
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #0c495c;
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0c495c #0c495c !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-success {
  background-color: #679466;
  border-color: transparent;
  color: #ffffff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #628c61;
  border-color: transparent;
  color: #ffffff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: invalid rgba(103, 148, 102, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #5c855c;
  border-color: transparent;
  color: #ffffff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #679466;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #ffffff;
  color: #679466;
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #679466;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #679466;
  color: #679466;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #679466;
  border-color: #679466;
  color: #ffffff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #679466 #679466 !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #679466;
  box-shadow: none;
  color: #679466;
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #679466;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #679466 #679466 !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-warning {
  background-color: #F7B505;
  border-color: transparent;
  color: #31422f;
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ebac05;
  border-color: transparent;
  color: #31422f;
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: invalid rgba(247, 181, 5, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #dea304;
  border-color: transparent;
  color: #31422f;
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #F7B505;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: #31422f;
  color: #F7B505;
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #F7B505;
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #F7B505;
  color: #F7B505;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #F7B505;
  border-color: #F7B505;
  color: #31422f;
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #F7B505 #F7B505 !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #F7B505;
  box-shadow: none;
  color: #F7B505;
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #F7B505;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #F7B505 #F7B505 !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-danger {
  background-color: #D13F5C;
  border-color: transparent;
  color: #ffffff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #cf3553;
  border-color: transparent;
  color: #ffffff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: invalid rgba(209, 63, 92, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #c7304e;
  border-color: transparent;
  color: #ffffff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #D13F5C;
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #ffffff;
  color: #D13F5C;
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #D13F5C;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #D13F5C;
  color: #D13F5C;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #D13F5C;
  border-color: #D13F5C;
  color: #ffffff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #D13F5C #D13F5C !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #D13F5C;
  box-shadow: none;
  color: #D13F5C;
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #D13F5C;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #D13F5C #D13F5C !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-progress-NotStartedYet {
  background-color: #FDDA7B;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-NotStartedYet:hover, .button.is-progress-NotStartedYet.is-hovered {
  background-color: #fdd66e;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-NotStartedYet:focus, .button.is-progress-NotStartedYet.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-NotStartedYet:focus:not(:active), .button.is-progress-NotStartedYet.is-focused:not(:active) {
  box-shadow: invalid rgba(253, 218, 123, 0.25);
}
.button.is-progress-NotStartedYet:active, .button.is-progress-NotStartedYet.is-active {
  background-color: #fdd362;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-NotStartedYet[disabled], fieldset[disabled] .button.is-progress-NotStartedYet {
  background-color: #FDDA7B;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-NotStartedYet.is-inverted {
  background-color: #31422f;
  color: #FDDA7B;
}
.button.is-progress-NotStartedYet.is-inverted:hover, .button.is-progress-NotStartedYet.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-progress-NotStartedYet.is-inverted[disabled], fieldset[disabled] .button.is-progress-NotStartedYet.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #FDDA7B;
}
.button.is-progress-NotStartedYet.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-NotStartedYet.is-outlined {
  background-color: transparent;
  border-color: #FDDA7B;
  color: #FDDA7B;
}
.button.is-progress-NotStartedYet.is-outlined:hover, .button.is-progress-NotStartedYet.is-outlined.is-hovered, .button.is-progress-NotStartedYet.is-outlined:focus, .button.is-progress-NotStartedYet.is-outlined.is-focused {
  background-color: #FDDA7B;
  border-color: #FDDA7B;
  color: #31422f;
}
.button.is-progress-NotStartedYet.is-outlined.is-loading::after {
  border-color: transparent transparent #FDDA7B #FDDA7B !important;
}
.button.is-progress-NotStartedYet.is-outlined.is-loading:hover::after, .button.is-progress-NotStartedYet.is-outlined.is-loading.is-hovered::after, .button.is-progress-NotStartedYet.is-outlined.is-loading:focus::after, .button.is-progress-NotStartedYet.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-NotStartedYet.is-outlined[disabled], fieldset[disabled] .button.is-progress-NotStartedYet.is-outlined {
  background-color: transparent;
  border-color: #FDDA7B;
  box-shadow: none;
  color: #FDDA7B;
}
.button.is-progress-NotStartedYet.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-progress-NotStartedYet.is-inverted.is-outlined:hover, .button.is-progress-NotStartedYet.is-inverted.is-outlined.is-hovered, .button.is-progress-NotStartedYet.is-inverted.is-outlined:focus, .button.is-progress-NotStartedYet.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #FDDA7B;
}
.button.is-progress-NotStartedYet.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-NotStartedYet.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-NotStartedYet.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-NotStartedYet.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #FDDA7B #FDDA7B !important;
}
.button.is-progress-NotStartedYet.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-NotStartedYet.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-progress-NotStartedYet.is-light {
  background-color: #fff9eb;
  color: #926b02;
}
.button.is-progress-NotStartedYet.is-light:hover, .button.is-progress-NotStartedYet.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #926b02;
}
.button.is-progress-NotStartedYet.is-light:active, .button.is-progress-NotStartedYet.is-light.is-active {
  background-color: #fef2d2;
  border-color: transparent;
  color: #926b02;
}
.button.is-progress-Upcomming {
  background-color: #CACACA;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Upcomming:hover, .button.is-progress-Upcomming.is-hovered {
  background-color: #c4c4c4;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Upcomming:focus, .button.is-progress-Upcomming.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Upcomming:focus:not(:active), .button.is-progress-Upcomming.is-focused:not(:active) {
  box-shadow: invalid rgba(202, 202, 202, 0.25);
}
.button.is-progress-Upcomming:active, .button.is-progress-Upcomming.is-active {
  background-color: #bdbdbd;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Upcomming[disabled], fieldset[disabled] .button.is-progress-Upcomming {
  background-color: #CACACA;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-Upcomming.is-inverted {
  background-color: #31422f;
  color: #CACACA;
}
.button.is-progress-Upcomming.is-inverted:hover, .button.is-progress-Upcomming.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-progress-Upcomming.is-inverted[disabled], fieldset[disabled] .button.is-progress-Upcomming.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #CACACA;
}
.button.is-progress-Upcomming.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-Upcomming.is-outlined {
  background-color: transparent;
  border-color: #CACACA;
  color: #CACACA;
}
.button.is-progress-Upcomming.is-outlined:hover, .button.is-progress-Upcomming.is-outlined.is-hovered, .button.is-progress-Upcomming.is-outlined:focus, .button.is-progress-Upcomming.is-outlined.is-focused {
  background-color: #CACACA;
  border-color: #CACACA;
  color: #31422f;
}
.button.is-progress-Upcomming.is-outlined.is-loading::after {
  border-color: transparent transparent #CACACA #CACACA !important;
}
.button.is-progress-Upcomming.is-outlined.is-loading:hover::after, .button.is-progress-Upcomming.is-outlined.is-loading.is-hovered::after, .button.is-progress-Upcomming.is-outlined.is-loading:focus::after, .button.is-progress-Upcomming.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-Upcomming.is-outlined[disabled], fieldset[disabled] .button.is-progress-Upcomming.is-outlined {
  background-color: transparent;
  border-color: #CACACA;
  box-shadow: none;
  color: #CACACA;
}
.button.is-progress-Upcomming.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-progress-Upcomming.is-inverted.is-outlined:hover, .button.is-progress-Upcomming.is-inverted.is-outlined.is-hovered, .button.is-progress-Upcomming.is-inverted.is-outlined:focus, .button.is-progress-Upcomming.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #CACACA;
}
.button.is-progress-Upcomming.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-Upcomming.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-Upcomming.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-Upcomming.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #CACACA #CACACA !important;
}
.button.is-progress-Upcomming.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-Upcomming.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-progress-Upcomming.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}
.button.is-progress-Upcomming.is-light:hover, .button.is-progress-Upcomming.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #4a4a4a;
}
.button.is-progress-Upcomming.is-light:active, .button.is-progress-Upcomming.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #4a4a4a;
}
.button.is-progress-Overdue {
  background-color: #FF7B7B;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Overdue:hover, .button.is-progress-Overdue.is-hovered {
  background-color: #ff6e6e;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Overdue:focus, .button.is-progress-Overdue.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Overdue:focus:not(:active), .button.is-progress-Overdue.is-focused:not(:active) {
  box-shadow: invalid rgba(255, 123, 123, 0.25);
}
.button.is-progress-Overdue:active, .button.is-progress-Overdue.is-active {
  background-color: #ff6262;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Overdue[disabled], fieldset[disabled] .button.is-progress-Overdue {
  background-color: #FF7B7B;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-Overdue.is-inverted {
  background-color: #ffffff;
  color: #FF7B7B;
}
.button.is-progress-Overdue.is-inverted:hover, .button.is-progress-Overdue.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-progress-Overdue.is-inverted[disabled], fieldset[disabled] .button.is-progress-Overdue.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #FF7B7B;
}
.button.is-progress-Overdue.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-Overdue.is-outlined {
  background-color: transparent;
  border-color: #FF7B7B;
  color: #FF7B7B;
}
.button.is-progress-Overdue.is-outlined:hover, .button.is-progress-Overdue.is-outlined.is-hovered, .button.is-progress-Overdue.is-outlined:focus, .button.is-progress-Overdue.is-outlined.is-focused {
  background-color: #FF7B7B;
  border-color: #FF7B7B;
  color: #ffffff;
}
.button.is-progress-Overdue.is-outlined.is-loading::after {
  border-color: transparent transparent #FF7B7B #FF7B7B !important;
}
.button.is-progress-Overdue.is-outlined.is-loading:hover::after, .button.is-progress-Overdue.is-outlined.is-loading.is-hovered::after, .button.is-progress-Overdue.is-outlined.is-loading:focus::after, .button.is-progress-Overdue.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-Overdue.is-outlined[disabled], fieldset[disabled] .button.is-progress-Overdue.is-outlined {
  background-color: transparent;
  border-color: #FF7B7B;
  box-shadow: none;
  color: #FF7B7B;
}
.button.is-progress-Overdue.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-progress-Overdue.is-inverted.is-outlined:hover, .button.is-progress-Overdue.is-inverted.is-outlined.is-hovered, .button.is-progress-Overdue.is-inverted.is-outlined:focus, .button.is-progress-Overdue.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #FF7B7B;
}
.button.is-progress-Overdue.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-Overdue.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-Overdue.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-Overdue.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #FF7B7B #FF7B7B !important;
}
.button.is-progress-Overdue.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-Overdue.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-progress-Overdue.is-light {
  background-color: #ffebeb;
  color: #b30000;
}
.button.is-progress-Overdue.is-light:hover, .button.is-progress-Overdue.is-light.is-hovered {
  background-color: #ffdede;
  border-color: transparent;
  color: #b30000;
}
.button.is-progress-Overdue.is-light:active, .button.is-progress-Overdue.is-light.is-active {
  background-color: #ffd1d1;
  border-color: transparent;
  color: #b30000;
}
.button.is-progress-InProgress {
  background-color: #8BD7F8;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-InProgress:hover, .button.is-progress-InProgress.is-hovered {
  background-color: #7fd3f7;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-InProgress:focus, .button.is-progress-InProgress.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-InProgress:focus:not(:active), .button.is-progress-InProgress.is-focused:not(:active) {
  box-shadow: invalid rgba(139, 215, 248, 0.25);
}
.button.is-progress-InProgress:active, .button.is-progress-InProgress.is-active {
  background-color: #73cff7;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-InProgress[disabled], fieldset[disabled] .button.is-progress-InProgress {
  background-color: #8BD7F8;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-InProgress.is-inverted {
  background-color: #31422f;
  color: #8BD7F8;
}
.button.is-progress-InProgress.is-inverted:hover, .button.is-progress-InProgress.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-progress-InProgress.is-inverted[disabled], fieldset[disabled] .button.is-progress-InProgress.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #8BD7F8;
}
.button.is-progress-InProgress.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-InProgress.is-outlined {
  background-color: transparent;
  border-color: #8BD7F8;
  color: #8BD7F8;
}
.button.is-progress-InProgress.is-outlined:hover, .button.is-progress-InProgress.is-outlined.is-hovered, .button.is-progress-InProgress.is-outlined:focus, .button.is-progress-InProgress.is-outlined.is-focused {
  background-color: #8BD7F8;
  border-color: #8BD7F8;
  color: #31422f;
}
.button.is-progress-InProgress.is-outlined.is-loading::after {
  border-color: transparent transparent #8BD7F8 #8BD7F8 !important;
}
.button.is-progress-InProgress.is-outlined.is-loading:hover::after, .button.is-progress-InProgress.is-outlined.is-loading.is-hovered::after, .button.is-progress-InProgress.is-outlined.is-loading:focus::after, .button.is-progress-InProgress.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-InProgress.is-outlined[disabled], fieldset[disabled] .button.is-progress-InProgress.is-outlined {
  background-color: transparent;
  border-color: #8BD7F8;
  box-shadow: none;
  color: #8BD7F8;
}
.button.is-progress-InProgress.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-progress-InProgress.is-inverted.is-outlined:hover, .button.is-progress-InProgress.is-inverted.is-outlined.is-hovered, .button.is-progress-InProgress.is-inverted.is-outlined:focus, .button.is-progress-InProgress.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #8BD7F8;
}
.button.is-progress-InProgress.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-InProgress.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-InProgress.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-InProgress.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #8BD7F8 #8BD7F8 !important;
}
.button.is-progress-InProgress.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-InProgress.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-progress-InProgress.is-light {
  background-color: #ecf8fe;
  color: #08648b;
}
.button.is-progress-InProgress.is-light:hover, .button.is-progress-InProgress.is-light.is-hovered {
  background-color: #e0f4fd;
  border-color: transparent;
  color: #08648b;
}
.button.is-progress-InProgress.is-light:active, .button.is-progress-InProgress.is-light.is-active {
  background-color: #d4f0fc;
  border-color: transparent;
  color: #08648b;
}
.button.is-progress-Completed {
  background-color: #44CBB6;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Completed:hover, .button.is-progress-Completed.is-hovered {
  background-color: #3ac8b2;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Completed:focus, .button.is-progress-Completed.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Completed:focus:not(:active), .button.is-progress-Completed.is-focused:not(:active) {
  box-shadow: invalid rgba(68, 203, 182, 0.25);
}
.button.is-progress-Completed:active, .button.is-progress-Completed.is-active {
  background-color: #35c0ab;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Completed[disabled], fieldset[disabled] .button.is-progress-Completed {
  background-color: #44CBB6;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-Completed.is-inverted {
  background-color: #ffffff;
  color: #44CBB6;
}
.button.is-progress-Completed.is-inverted:hover, .button.is-progress-Completed.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-progress-Completed.is-inverted[disabled], fieldset[disabled] .button.is-progress-Completed.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #44CBB6;
}
.button.is-progress-Completed.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-Completed.is-outlined {
  background-color: transparent;
  border-color: #44CBB6;
  color: #44CBB6;
}
.button.is-progress-Completed.is-outlined:hover, .button.is-progress-Completed.is-outlined.is-hovered, .button.is-progress-Completed.is-outlined:focus, .button.is-progress-Completed.is-outlined.is-focused {
  background-color: #44CBB6;
  border-color: #44CBB6;
  color: #ffffff;
}
.button.is-progress-Completed.is-outlined.is-loading::after {
  border-color: transparent transparent #44CBB6 #44CBB6 !important;
}
.button.is-progress-Completed.is-outlined.is-loading:hover::after, .button.is-progress-Completed.is-outlined.is-loading.is-hovered::after, .button.is-progress-Completed.is-outlined.is-loading:focus::after, .button.is-progress-Completed.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-Completed.is-outlined[disabled], fieldset[disabled] .button.is-progress-Completed.is-outlined {
  background-color: transparent;
  border-color: #44CBB6;
  box-shadow: none;
  color: #44CBB6;
}
.button.is-progress-Completed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-progress-Completed.is-inverted.is-outlined:hover, .button.is-progress-Completed.is-inverted.is-outlined.is-hovered, .button.is-progress-Completed.is-inverted.is-outlined:focus, .button.is-progress-Completed.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #44CBB6;
}
.button.is-progress-Completed.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-Completed.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-Completed.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-Completed.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #44CBB6 #44CBB6 !important;
}
.button.is-progress-Completed.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-Completed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-progress-Completed.is-light {
  background-color: #effbf9;
  color: #207467;
}
.button.is-progress-Completed.is-light:hover, .button.is-progress-Completed.is-light.is-hovered {
  background-color: #e5f8f5;
  border-color: transparent;
  color: #207467;
}
.button.is-progress-Completed.is-light:active, .button.is-progress-Completed.is-light.is-active {
  background-color: #dbf5f1;
  border-color: transparent;
  color: #207467;
}
.button.is-progress-course-NotStartedYet {
  background-color: #ecb920;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-course-NotStartedYet:hover, .button.is-progress-course-NotStartedYet.is-hovered {
  background-color: #ebb514;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-course-NotStartedYet:focus, .button.is-progress-course-NotStartedYet.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-course-NotStartedYet:focus:not(:active), .button.is-progress-course-NotStartedYet.is-focused:not(:active) {
  box-shadow: invalid rgba(236, 185, 32, 0.25);
}
.button.is-progress-course-NotStartedYet:active, .button.is-progress-course-NotStartedYet.is-active {
  background-color: #dfac13;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-course-NotStartedYet[disabled], fieldset[disabled] .button.is-progress-course-NotStartedYet {
  background-color: #ecb920;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-course-NotStartedYet.is-inverted {
  background-color: #31422f;
  color: #ecb920;
}
.button.is-progress-course-NotStartedYet.is-inverted:hover, .button.is-progress-course-NotStartedYet.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-progress-course-NotStartedYet.is-inverted[disabled], fieldset[disabled] .button.is-progress-course-NotStartedYet.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #ecb920;
}
.button.is-progress-course-NotStartedYet.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-course-NotStartedYet.is-outlined {
  background-color: transparent;
  border-color: #ecb920;
  color: #ecb920;
}
.button.is-progress-course-NotStartedYet.is-outlined:hover, .button.is-progress-course-NotStartedYet.is-outlined.is-hovered, .button.is-progress-course-NotStartedYet.is-outlined:focus, .button.is-progress-course-NotStartedYet.is-outlined.is-focused {
  background-color: #ecb920;
  border-color: #ecb920;
  color: #31422f;
}
.button.is-progress-course-NotStartedYet.is-outlined.is-loading::after {
  border-color: transparent transparent #ecb920 #ecb920 !important;
}
.button.is-progress-course-NotStartedYet.is-outlined.is-loading:hover::after, .button.is-progress-course-NotStartedYet.is-outlined.is-loading.is-hovered::after, .button.is-progress-course-NotStartedYet.is-outlined.is-loading:focus::after, .button.is-progress-course-NotStartedYet.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-course-NotStartedYet.is-outlined[disabled], fieldset[disabled] .button.is-progress-course-NotStartedYet.is-outlined {
  background-color: transparent;
  border-color: #ecb920;
  box-shadow: none;
  color: #ecb920;
}
.button.is-progress-course-NotStartedYet.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-progress-course-NotStartedYet.is-inverted.is-outlined:hover, .button.is-progress-course-NotStartedYet.is-inverted.is-outlined.is-hovered, .button.is-progress-course-NotStartedYet.is-inverted.is-outlined:focus, .button.is-progress-course-NotStartedYet.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #ecb920;
}
.button.is-progress-course-NotStartedYet.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-course-NotStartedYet.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-course-NotStartedYet.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-course-NotStartedYet.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ecb920 #ecb920 !important;
}
.button.is-progress-course-NotStartedYet.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-course-NotStartedYet.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-progress-course-NotStartedYet.is-light {
  background-color: #fdf9ec;
  color: #88690c;
}
.button.is-progress-course-NotStartedYet.is-light:hover, .button.is-progress-course-NotStartedYet.is-light.is-hovered {
  background-color: #fcf5e0;
  border-color: transparent;
  color: #88690c;
}
.button.is-progress-course-NotStartedYet.is-light:active, .button.is-progress-course-NotStartedYet.is-light.is-active {
  background-color: #fbf2d5;
  border-color: transparent;
  color: #88690c;
}
.button.is-progress-course-InProgress {
  background-color: #2098c3;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-course-InProgress:hover, .button.is-progress-course-InProgress.is-hovered {
  background-color: #1e8fb8;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-course-InProgress:focus, .button.is-progress-course-InProgress.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-course-InProgress:focus:not(:active), .button.is-progress-course-InProgress.is-focused:not(:active) {
  box-shadow: invalid rgba(32, 152, 195, 0.25);
}
.button.is-progress-course-InProgress:active, .button.is-progress-course-InProgress.is-active {
  background-color: #1c87ad;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-course-InProgress[disabled], fieldset[disabled] .button.is-progress-course-InProgress {
  background-color: #2098c3;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-course-InProgress.is-inverted {
  background-color: #ffffff;
  color: #2098c3;
}
.button.is-progress-course-InProgress.is-inverted:hover, .button.is-progress-course-InProgress.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-progress-course-InProgress.is-inverted[disabled], fieldset[disabled] .button.is-progress-course-InProgress.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #2098c3;
}
.button.is-progress-course-InProgress.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-course-InProgress.is-outlined {
  background-color: transparent;
  border-color: #2098c3;
  color: #2098c3;
}
.button.is-progress-course-InProgress.is-outlined:hover, .button.is-progress-course-InProgress.is-outlined.is-hovered, .button.is-progress-course-InProgress.is-outlined:focus, .button.is-progress-course-InProgress.is-outlined.is-focused {
  background-color: #2098c3;
  border-color: #2098c3;
  color: #ffffff;
}
.button.is-progress-course-InProgress.is-outlined.is-loading::after {
  border-color: transparent transparent #2098c3 #2098c3 !important;
}
.button.is-progress-course-InProgress.is-outlined.is-loading:hover::after, .button.is-progress-course-InProgress.is-outlined.is-loading.is-hovered::after, .button.is-progress-course-InProgress.is-outlined.is-loading:focus::after, .button.is-progress-course-InProgress.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-course-InProgress.is-outlined[disabled], fieldset[disabled] .button.is-progress-course-InProgress.is-outlined {
  background-color: transparent;
  border-color: #2098c3;
  box-shadow: none;
  color: #2098c3;
}
.button.is-progress-course-InProgress.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-progress-course-InProgress.is-inverted.is-outlined:hover, .button.is-progress-course-InProgress.is-inverted.is-outlined.is-hovered, .button.is-progress-course-InProgress.is-inverted.is-outlined:focus, .button.is-progress-course-InProgress.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #2098c3;
}
.button.is-progress-course-InProgress.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-course-InProgress.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-course-InProgress.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-course-InProgress.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #2098c3 #2098c3 !important;
}
.button.is-progress-course-InProgress.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-course-InProgress.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-progress-course-InProgress.is-light {
  background-color: #edf8fc;
  color: #1d89af;
}
.button.is-progress-course-InProgress.is-light:hover, .button.is-progress-course-InProgress.is-light.is-hovered {
  background-color: #e3f4fa;
  border-color: transparent;
  color: #1d89af;
}
.button.is-progress-course-InProgress.is-light:active, .button.is-progress-course-InProgress.is-light.is-active {
  background-color: #d8f0f9;
  border-color: transparent;
  color: #1d89af;
}
.button.is-progress-course-Completed {
  background-color: #6eba1e;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-course-Completed:hover, .button.is-progress-course-Completed.is-hovered {
  background-color: #68af1c;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-course-Completed:focus, .button.is-progress-course-Completed.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-course-Completed:focus:not(:active), .button.is-progress-course-Completed.is-focused:not(:active) {
  box-shadow: invalid rgba(110, 186, 30, 0.25);
}
.button.is-progress-course-Completed:active, .button.is-progress-course-Completed.is-active {
  background-color: #61a41a;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-course-Completed[disabled], fieldset[disabled] .button.is-progress-course-Completed {
  background-color: #6eba1e;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-course-Completed.is-inverted {
  background-color: #ffffff;
  color: #6eba1e;
}
.button.is-progress-course-Completed.is-inverted:hover, .button.is-progress-course-Completed.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-progress-course-Completed.is-inverted[disabled], fieldset[disabled] .button.is-progress-course-Completed.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #6eba1e;
}
.button.is-progress-course-Completed.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-course-Completed.is-outlined {
  background-color: transparent;
  border-color: #6eba1e;
  color: #6eba1e;
}
.button.is-progress-course-Completed.is-outlined:hover, .button.is-progress-course-Completed.is-outlined.is-hovered, .button.is-progress-course-Completed.is-outlined:focus, .button.is-progress-course-Completed.is-outlined.is-focused {
  background-color: #6eba1e;
  border-color: #6eba1e;
  color: #ffffff;
}
.button.is-progress-course-Completed.is-outlined.is-loading::after {
  border-color: transparent transparent #6eba1e #6eba1e !important;
}
.button.is-progress-course-Completed.is-outlined.is-loading:hover::after, .button.is-progress-course-Completed.is-outlined.is-loading.is-hovered::after, .button.is-progress-course-Completed.is-outlined.is-loading:focus::after, .button.is-progress-course-Completed.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-course-Completed.is-outlined[disabled], fieldset[disabled] .button.is-progress-course-Completed.is-outlined {
  background-color: transparent;
  border-color: #6eba1e;
  box-shadow: none;
  color: #6eba1e;
}
.button.is-progress-course-Completed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-progress-course-Completed.is-inverted.is-outlined:hover, .button.is-progress-course-Completed.is-inverted.is-outlined.is-hovered, .button.is-progress-course-Completed.is-inverted.is-outlined:focus, .button.is-progress-course-Completed.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #6eba1e;
}
.button.is-progress-course-Completed.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-course-Completed.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-course-Completed.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-course-Completed.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #6eba1e #6eba1e !important;
}
.button.is-progress-course-Completed.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-course-Completed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-progress-course-Completed.is-light {
  background-color: #f5fced;
  color: #589518;
}
.button.is-progress-course-Completed.is-light:hover, .button.is-progress-course-Completed.is-light.is-hovered {
  background-color: #effae2;
  border-color: transparent;
  color: #589518;
}
.button.is-progress-course-Completed.is-light:active, .button.is-progress-course-Completed.is-light.is-active {
  background-color: #e8f9d7;
  border-color: transparent;
  color: #589518;
}
.button.is-progress-Passed {
  background-color: #44CBB6;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Passed:hover, .button.is-progress-Passed.is-hovered {
  background-color: #3ac8b2;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Passed:focus, .button.is-progress-Passed.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Passed:focus:not(:active), .button.is-progress-Passed.is-focused:not(:active) {
  box-shadow: invalid rgba(68, 203, 182, 0.25);
}
.button.is-progress-Passed:active, .button.is-progress-Passed.is-active {
  background-color: #35c0ab;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Passed[disabled], fieldset[disabled] .button.is-progress-Passed {
  background-color: #44CBB6;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-Passed.is-inverted {
  background-color: #ffffff;
  color: #44CBB6;
}
.button.is-progress-Passed.is-inverted:hover, .button.is-progress-Passed.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-progress-Passed.is-inverted[disabled], fieldset[disabled] .button.is-progress-Passed.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #44CBB6;
}
.button.is-progress-Passed.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-Passed.is-outlined {
  background-color: transparent;
  border-color: #44CBB6;
  color: #44CBB6;
}
.button.is-progress-Passed.is-outlined:hover, .button.is-progress-Passed.is-outlined.is-hovered, .button.is-progress-Passed.is-outlined:focus, .button.is-progress-Passed.is-outlined.is-focused {
  background-color: #44CBB6;
  border-color: #44CBB6;
  color: #ffffff;
}
.button.is-progress-Passed.is-outlined.is-loading::after {
  border-color: transparent transparent #44CBB6 #44CBB6 !important;
}
.button.is-progress-Passed.is-outlined.is-loading:hover::after, .button.is-progress-Passed.is-outlined.is-loading.is-hovered::after, .button.is-progress-Passed.is-outlined.is-loading:focus::after, .button.is-progress-Passed.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-Passed.is-outlined[disabled], fieldset[disabled] .button.is-progress-Passed.is-outlined {
  background-color: transparent;
  border-color: #44CBB6;
  box-shadow: none;
  color: #44CBB6;
}
.button.is-progress-Passed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-progress-Passed.is-inverted.is-outlined:hover, .button.is-progress-Passed.is-inverted.is-outlined.is-hovered, .button.is-progress-Passed.is-inverted.is-outlined:focus, .button.is-progress-Passed.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #44CBB6;
}
.button.is-progress-Passed.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-Passed.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-Passed.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-Passed.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #44CBB6 #44CBB6 !important;
}
.button.is-progress-Passed.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-Passed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-progress-Passed.is-light {
  background-color: #effbf9;
  color: #207467;
}
.button.is-progress-Passed.is-light:hover, .button.is-progress-Passed.is-light.is-hovered {
  background-color: #e5f8f5;
  border-color: transparent;
  color: #207467;
}
.button.is-progress-Passed.is-light:active, .button.is-progress-Passed.is-light.is-active {
  background-color: #dbf5f1;
  border-color: transparent;
  color: #207467;
}
.button.is-progress-Failed {
  background-color: #FF7B7B;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Failed:hover, .button.is-progress-Failed.is-hovered {
  background-color: #ff6e6e;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Failed:focus, .button.is-progress-Failed.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Failed:focus:not(:active), .button.is-progress-Failed.is-focused:not(:active) {
  box-shadow: invalid rgba(255, 123, 123, 0.25);
}
.button.is-progress-Failed:active, .button.is-progress-Failed.is-active {
  background-color: #ff6262;
  border-color: transparent;
  color: #ffffff;
}
.button.is-progress-Failed[disabled], fieldset[disabled] .button.is-progress-Failed {
  background-color: #FF7B7B;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-Failed.is-inverted {
  background-color: #ffffff;
  color: #FF7B7B;
}
.button.is-progress-Failed.is-inverted:hover, .button.is-progress-Failed.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-progress-Failed.is-inverted[disabled], fieldset[disabled] .button.is-progress-Failed.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #FF7B7B;
}
.button.is-progress-Failed.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-Failed.is-outlined {
  background-color: transparent;
  border-color: #FF7B7B;
  color: #FF7B7B;
}
.button.is-progress-Failed.is-outlined:hover, .button.is-progress-Failed.is-outlined.is-hovered, .button.is-progress-Failed.is-outlined:focus, .button.is-progress-Failed.is-outlined.is-focused {
  background-color: #FF7B7B;
  border-color: #FF7B7B;
  color: #ffffff;
}
.button.is-progress-Failed.is-outlined.is-loading::after {
  border-color: transparent transparent #FF7B7B #FF7B7B !important;
}
.button.is-progress-Failed.is-outlined.is-loading:hover::after, .button.is-progress-Failed.is-outlined.is-loading.is-hovered::after, .button.is-progress-Failed.is-outlined.is-loading:focus::after, .button.is-progress-Failed.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-progress-Failed.is-outlined[disabled], fieldset[disabled] .button.is-progress-Failed.is-outlined {
  background-color: transparent;
  border-color: #FF7B7B;
  box-shadow: none;
  color: #FF7B7B;
}
.button.is-progress-Failed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-progress-Failed.is-inverted.is-outlined:hover, .button.is-progress-Failed.is-inverted.is-outlined.is-hovered, .button.is-progress-Failed.is-inverted.is-outlined:focus, .button.is-progress-Failed.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #FF7B7B;
}
.button.is-progress-Failed.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-Failed.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-Failed.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-Failed.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #FF7B7B #FF7B7B !important;
}
.button.is-progress-Failed.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-Failed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-progress-Failed.is-light {
  background-color: #ffebeb;
  color: #b30000;
}
.button.is-progress-Failed.is-light:hover, .button.is-progress-Failed.is-light.is-hovered {
  background-color: #ffdede;
  border-color: transparent;
  color: #b30000;
}
.button.is-progress-Failed.is-light:active, .button.is-progress-Failed.is-light.is-active {
  background-color: #ffd1d1;
  border-color: transparent;
  color: #b30000;
}
.button.is-progress-Missed {
  background-color: #CACACA;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Missed:hover, .button.is-progress-Missed.is-hovered {
  background-color: #c4c4c4;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Missed:focus, .button.is-progress-Missed.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Missed:focus:not(:active), .button.is-progress-Missed.is-focused:not(:active) {
  box-shadow: invalid rgba(202, 202, 202, 0.25);
}
.button.is-progress-Missed:active, .button.is-progress-Missed.is-active {
  background-color: #bdbdbd;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Missed[disabled], fieldset[disabled] .button.is-progress-Missed {
  background-color: #CACACA;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-Missed.is-inverted {
  background-color: #31422f;
  color: #CACACA;
}
.button.is-progress-Missed.is-inverted:hover, .button.is-progress-Missed.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-progress-Missed.is-inverted[disabled], fieldset[disabled] .button.is-progress-Missed.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #CACACA;
}
.button.is-progress-Missed.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-Missed.is-outlined {
  background-color: transparent;
  border-color: #CACACA;
  color: #CACACA;
}
.button.is-progress-Missed.is-outlined:hover, .button.is-progress-Missed.is-outlined.is-hovered, .button.is-progress-Missed.is-outlined:focus, .button.is-progress-Missed.is-outlined.is-focused {
  background-color: #CACACA;
  border-color: #CACACA;
  color: #31422f;
}
.button.is-progress-Missed.is-outlined.is-loading::after {
  border-color: transparent transparent #CACACA #CACACA !important;
}
.button.is-progress-Missed.is-outlined.is-loading:hover::after, .button.is-progress-Missed.is-outlined.is-loading.is-hovered::after, .button.is-progress-Missed.is-outlined.is-loading:focus::after, .button.is-progress-Missed.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-Missed.is-outlined[disabled], fieldset[disabled] .button.is-progress-Missed.is-outlined {
  background-color: transparent;
  border-color: #CACACA;
  box-shadow: none;
  color: #CACACA;
}
.button.is-progress-Missed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-progress-Missed.is-inverted.is-outlined:hover, .button.is-progress-Missed.is-inverted.is-outlined.is-hovered, .button.is-progress-Missed.is-inverted.is-outlined:focus, .button.is-progress-Missed.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #CACACA;
}
.button.is-progress-Missed.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-Missed.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-Missed.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-Missed.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #CACACA #CACACA !important;
}
.button.is-progress-Missed.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-Missed.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-progress-Missed.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}
.button.is-progress-Missed.is-light:hover, .button.is-progress-Missed.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #4a4a4a;
}
.button.is-progress-Missed.is-light:active, .button.is-progress-Missed.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #4a4a4a;
}
.button.is-progress-Waiting {
  background-color: #FDDA7B;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Waiting:hover, .button.is-progress-Waiting.is-hovered {
  background-color: #fdd66e;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Waiting:focus, .button.is-progress-Waiting.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Waiting:focus:not(:active), .button.is-progress-Waiting.is-focused:not(:active) {
  box-shadow: invalid rgba(253, 218, 123, 0.25);
}
.button.is-progress-Waiting:active, .button.is-progress-Waiting.is-active {
  background-color: #fdd362;
  border-color: transparent;
  color: #31422f;
}
.button.is-progress-Waiting[disabled], fieldset[disabled] .button.is-progress-Waiting {
  background-color: #FDDA7B;
  border-color: transparent;
  box-shadow: none;
}
.button.is-progress-Waiting.is-inverted {
  background-color: #31422f;
  color: #FDDA7B;
}
.button.is-progress-Waiting.is-inverted:hover, .button.is-progress-Waiting.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-progress-Waiting.is-inverted[disabled], fieldset[disabled] .button.is-progress-Waiting.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #FDDA7B;
}
.button.is-progress-Waiting.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-Waiting.is-outlined {
  background-color: transparent;
  border-color: #FDDA7B;
  color: #FDDA7B;
}
.button.is-progress-Waiting.is-outlined:hover, .button.is-progress-Waiting.is-outlined.is-hovered, .button.is-progress-Waiting.is-outlined:focus, .button.is-progress-Waiting.is-outlined.is-focused {
  background-color: #FDDA7B;
  border-color: #FDDA7B;
  color: #31422f;
}
.button.is-progress-Waiting.is-outlined.is-loading::after {
  border-color: transparent transparent #FDDA7B #FDDA7B !important;
}
.button.is-progress-Waiting.is-outlined.is-loading:hover::after, .button.is-progress-Waiting.is-outlined.is-loading.is-hovered::after, .button.is-progress-Waiting.is-outlined.is-loading:focus::after, .button.is-progress-Waiting.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-progress-Waiting.is-outlined[disabled], fieldset[disabled] .button.is-progress-Waiting.is-outlined {
  background-color: transparent;
  border-color: #FDDA7B;
  box-shadow: none;
  color: #FDDA7B;
}
.button.is-progress-Waiting.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-progress-Waiting.is-inverted.is-outlined:hover, .button.is-progress-Waiting.is-inverted.is-outlined.is-hovered, .button.is-progress-Waiting.is-inverted.is-outlined:focus, .button.is-progress-Waiting.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #FDDA7B;
}
.button.is-progress-Waiting.is-inverted.is-outlined.is-loading:hover::after, .button.is-progress-Waiting.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-progress-Waiting.is-inverted.is-outlined.is-loading:focus::after, .button.is-progress-Waiting.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #FDDA7B #FDDA7B !important;
}
.button.is-progress-Waiting.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-progress-Waiting.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-progress-Waiting.is-light {
  background-color: #fff9eb;
  color: #926b02;
}
.button.is-progress-Waiting.is-light:hover, .button.is-progress-Waiting.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #926b02;
}
.button.is-progress-Waiting.is-light:active, .button.is-progress-Waiting.is-light.is-active {
  background-color: #fef2d2;
  border-color: transparent;
  color: #926b02;
}
.button.is-exam-header {
  background-color: #797979;
  border-color: transparent;
  color: #ffffff;
}
.button.is-exam-header:hover, .button.is-exam-header.is-hovered {
  background-color: #737373;
  border-color: transparent;
  color: #ffffff;
}
.button.is-exam-header:focus, .button.is-exam-header.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-exam-header:focus:not(:active), .button.is-exam-header.is-focused:not(:active) {
  box-shadow: invalid rgba(121, 121, 121, 0.25);
}
.button.is-exam-header:active, .button.is-exam-header.is-active {
  background-color: #6c6c6c;
  border-color: transparent;
  color: #ffffff;
}
.button.is-exam-header[disabled], fieldset[disabled] .button.is-exam-header {
  background-color: #797979;
  border-color: transparent;
  box-shadow: none;
}
.button.is-exam-header.is-inverted {
  background-color: #ffffff;
  color: #797979;
}
.button.is-exam-header.is-inverted:hover, .button.is-exam-header.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-exam-header.is-inverted[disabled], fieldset[disabled] .button.is-exam-header.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #797979;
}
.button.is-exam-header.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-exam-header.is-outlined {
  background-color: transparent;
  border-color: #797979;
  color: #797979;
}
.button.is-exam-header.is-outlined:hover, .button.is-exam-header.is-outlined.is-hovered, .button.is-exam-header.is-outlined:focus, .button.is-exam-header.is-outlined.is-focused {
  background-color: #797979;
  border-color: #797979;
  color: #ffffff;
}
.button.is-exam-header.is-outlined.is-loading::after {
  border-color: transparent transparent #797979 #797979 !important;
}
.button.is-exam-header.is-outlined.is-loading:hover::after, .button.is-exam-header.is-outlined.is-loading.is-hovered::after, .button.is-exam-header.is-outlined.is-loading:focus::after, .button.is-exam-header.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-exam-header.is-outlined[disabled], fieldset[disabled] .button.is-exam-header.is-outlined {
  background-color: transparent;
  border-color: #797979;
  box-shadow: none;
  color: #797979;
}
.button.is-exam-header.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-exam-header.is-inverted.is-outlined:hover, .button.is-exam-header.is-inverted.is-outlined.is-hovered, .button.is-exam-header.is-inverted.is-outlined:focus, .button.is-exam-header.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #797979;
}
.button.is-exam-header.is-inverted.is-outlined.is-loading:hover::after, .button.is-exam-header.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-exam-header.is-inverted.is-outlined.is-loading:focus::after, .button.is-exam-header.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #797979 #797979 !important;
}
.button.is-exam-header.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-exam-header.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-exam-header.is-light {
  background-color: whitesmoke;
  color: #707070;
}
.button.is-exam-header.is-light:hover, .button.is-exam-header.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #707070;
}
.button.is-exam-header.is-light:active, .button.is-exam-header.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #707070;
}
.button.is-reward-point {
  background-color: #ecb920;
  border-color: transparent;
  color: #31422f;
}
.button.is-reward-point:hover, .button.is-reward-point.is-hovered {
  background-color: #ebb514;
  border-color: transparent;
  color: #31422f;
}
.button.is-reward-point:focus, .button.is-reward-point.is-focused {
  border-color: transparent;
  color: #31422f;
}
.button.is-reward-point:focus:not(:active), .button.is-reward-point.is-focused:not(:active) {
  box-shadow: invalid rgba(236, 185, 32, 0.25);
}
.button.is-reward-point:active, .button.is-reward-point.is-active {
  background-color: #dfac13;
  border-color: transparent;
  color: #31422f;
}
.button.is-reward-point[disabled], fieldset[disabled] .button.is-reward-point {
  background-color: #ecb920;
  border-color: transparent;
  box-shadow: none;
}
.button.is-reward-point.is-inverted {
  background-color: #31422f;
  color: #ecb920;
}
.button.is-reward-point.is-inverted:hover, .button.is-reward-point.is-inverted.is-hovered {
  background-color: #263324;
}
.button.is-reward-point.is-inverted[disabled], fieldset[disabled] .button.is-reward-point.is-inverted {
  background-color: #31422f;
  border-color: transparent;
  box-shadow: none;
  color: #ecb920;
}
.button.is-reward-point.is-loading::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-reward-point.is-outlined {
  background-color: transparent;
  border-color: #ecb920;
  color: #ecb920;
}
.button.is-reward-point.is-outlined:hover, .button.is-reward-point.is-outlined.is-hovered, .button.is-reward-point.is-outlined:focus, .button.is-reward-point.is-outlined.is-focused {
  background-color: #ecb920;
  border-color: #ecb920;
  color: #31422f;
}
.button.is-reward-point.is-outlined.is-loading::after {
  border-color: transparent transparent #ecb920 #ecb920 !important;
}
.button.is-reward-point.is-outlined.is-loading:hover::after, .button.is-reward-point.is-outlined.is-loading.is-hovered::after, .button.is-reward-point.is-outlined.is-loading:focus::after, .button.is-reward-point.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #31422f #31422f !important;
}
.button.is-reward-point.is-outlined[disabled], fieldset[disabled] .button.is-reward-point.is-outlined {
  background-color: transparent;
  border-color: #ecb920;
  box-shadow: none;
  color: #ecb920;
}
.button.is-reward-point.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  color: #31422f;
}
.button.is-reward-point.is-inverted.is-outlined:hover, .button.is-reward-point.is-inverted.is-outlined.is-hovered, .button.is-reward-point.is-inverted.is-outlined:focus, .button.is-reward-point.is-inverted.is-outlined.is-focused {
  background-color: #31422f;
  color: #ecb920;
}
.button.is-reward-point.is-inverted.is-outlined.is-loading:hover::after, .button.is-reward-point.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-reward-point.is-inverted.is-outlined.is-loading:focus::after, .button.is-reward-point.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ecb920 #ecb920 !important;
}
.button.is-reward-point.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-reward-point.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #31422f;
  box-shadow: none;
  color: #31422f;
}
.button.is-reward-point.is-light {
  background-color: #fdf9ec;
  color: #88690c;
}
.button.is-reward-point.is-light:hover, .button.is-reward-point.is-light.is-hovered {
  background-color: #fcf5e0;
  border-color: transparent;
  color: #88690c;
}
.button.is-reward-point.is-light:active, .button.is-reward-point.is-light.is-active {
  background-color: #fbf2d5;
  border-color: transparent;
  color: #88690c;
}
.button.is-exp-point {
  background-color: #4493CB;
  border-color: transparent;
  color: #ffffff;
}
.button.is-exp-point:hover, .button.is-exp-point.is-hovered {
  background-color: #3a8dc8;
  border-color: transparent;
  color: #ffffff;
}
.button.is-exp-point:focus, .button.is-exp-point.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-exp-point:focus:not(:active), .button.is-exp-point.is-focused:not(:active) {
  box-shadow: invalid rgba(68, 147, 203, 0.25);
}
.button.is-exp-point:active, .button.is-exp-point.is-active {
  background-color: #3587c0;
  border-color: transparent;
  color: #ffffff;
}
.button.is-exp-point[disabled], fieldset[disabled] .button.is-exp-point {
  background-color: #4493CB;
  border-color: transparent;
  box-shadow: none;
}
.button.is-exp-point.is-inverted {
  background-color: #ffffff;
  color: #4493CB;
}
.button.is-exp-point.is-inverted:hover, .button.is-exp-point.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-exp-point.is-inverted[disabled], fieldset[disabled] .button.is-exp-point.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #4493CB;
}
.button.is-exp-point.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-exp-point.is-outlined {
  background-color: transparent;
  border-color: #4493CB;
  color: #4493CB;
}
.button.is-exp-point.is-outlined:hover, .button.is-exp-point.is-outlined.is-hovered, .button.is-exp-point.is-outlined:focus, .button.is-exp-point.is-outlined.is-focused {
  background-color: #4493CB;
  border-color: #4493CB;
  color: #ffffff;
}
.button.is-exp-point.is-outlined.is-loading::after {
  border-color: transparent transparent #4493CB #4493CB !important;
}
.button.is-exp-point.is-outlined.is-loading:hover::after, .button.is-exp-point.is-outlined.is-loading.is-hovered::after, .button.is-exp-point.is-outlined.is-loading:focus::after, .button.is-exp-point.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-exp-point.is-outlined[disabled], fieldset[disabled] .button.is-exp-point.is-outlined {
  background-color: transparent;
  border-color: #4493CB;
  box-shadow: none;
  color: #4493CB;
}
.button.is-exp-point.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-exp-point.is-inverted.is-outlined:hover, .button.is-exp-point.is-inverted.is-outlined.is-hovered, .button.is-exp-point.is-inverted.is-outlined:focus, .button.is-exp-point.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #4493CB;
}
.button.is-exp-point.is-inverted.is-outlined.is-loading:hover::after, .button.is-exp-point.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-exp-point.is-inverted.is-outlined.is-loading:focus::after, .button.is-exp-point.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #4493CB #4493CB !important;
}
.button.is-exp-point.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-exp-point.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-exp-point.is-light {
  background-color: #eff6fb;
  color: #2c70a0;
}
.button.is-exp-point.is-light:hover, .button.is-exp-point.is-light.is-hovered {
  background-color: #e5f0f8;
  border-color: transparent;
  color: #2c70a0;
}
.button.is-exp-point.is-light:active, .button.is-exp-point.is-light.is-active {
  background-color: #dbeaf5;
  border-color: transparent;
  color: #2c70a0;
}
.button.is-got-reward {
  background-color: #AAAAAA;
  border-color: transparent;
  color: #ffffff;
}
.button.is-got-reward:hover, .button.is-got-reward.is-hovered {
  background-color: #a4a4a4;
  border-color: transparent;
  color: #ffffff;
}
.button.is-got-reward:focus, .button.is-got-reward.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-got-reward:focus:not(:active), .button.is-got-reward.is-focused:not(:active) {
  box-shadow: invalid rgba(170, 170, 170, 0.25);
}
.button.is-got-reward:active, .button.is-got-reward.is-active {
  background-color: #9d9d9d;
  border-color: transparent;
  color: #ffffff;
}
.button.is-got-reward[disabled], fieldset[disabled] .button.is-got-reward {
  background-color: #AAAAAA;
  border-color: transparent;
  box-shadow: none;
}
.button.is-got-reward.is-inverted {
  background-color: #ffffff;
  color: #AAAAAA;
}
.button.is-got-reward.is-inverted:hover, .button.is-got-reward.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-got-reward.is-inverted[disabled], fieldset[disabled] .button.is-got-reward.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #AAAAAA;
}
.button.is-got-reward.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-got-reward.is-outlined {
  background-color: transparent;
  border-color: #AAAAAA;
  color: #AAAAAA;
}
.button.is-got-reward.is-outlined:hover, .button.is-got-reward.is-outlined.is-hovered, .button.is-got-reward.is-outlined:focus, .button.is-got-reward.is-outlined.is-focused {
  background-color: #AAAAAA;
  border-color: #AAAAAA;
  color: #ffffff;
}
.button.is-got-reward.is-outlined.is-loading::after {
  border-color: transparent transparent #AAAAAA #AAAAAA !important;
}
.button.is-got-reward.is-outlined.is-loading:hover::after, .button.is-got-reward.is-outlined.is-loading.is-hovered::after, .button.is-got-reward.is-outlined.is-loading:focus::after, .button.is-got-reward.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-got-reward.is-outlined[disabled], fieldset[disabled] .button.is-got-reward.is-outlined {
  background-color: transparent;
  border-color: #AAAAAA;
  box-shadow: none;
  color: #AAAAAA;
}
.button.is-got-reward.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-got-reward.is-inverted.is-outlined:hover, .button.is-got-reward.is-inverted.is-outlined.is-hovered, .button.is-got-reward.is-inverted.is-outlined:focus, .button.is-got-reward.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #AAAAAA;
}
.button.is-got-reward.is-inverted.is-outlined.is-loading:hover::after, .button.is-got-reward.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-got-reward.is-inverted.is-outlined.is-loading:focus::after, .button.is-got-reward.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #AAAAAA #AAAAAA !important;
}
.button.is-got-reward.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-got-reward.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-got-reward.is-light {
  background-color: whitesmoke;
  color: #525252;
}
.button.is-got-reward.is-light:hover, .button.is-got-reward.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #525252;
}
.button.is-got-reward.is-light:active, .button.is-got-reward.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #525252;
}
.button.is-correct-item {
  background-color: #2699FB;
  border-color: transparent;
  color: #ffffff;
}
.button.is-correct-item:hover, .button.is-correct-item.is-hovered {
  background-color: #1993fb;
  border-color: transparent;
  color: #ffffff;
}
.button.is-correct-item:focus, .button.is-correct-item.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-correct-item:focus:not(:active), .button.is-correct-item.is-focused:not(:active) {
  box-shadow: invalid rgba(38, 153, 251, 0.25);
}
.button.is-correct-item:active, .button.is-correct-item.is-active {
  background-color: #0d8dfb;
  border-color: transparent;
  color: #ffffff;
}
.button.is-correct-item[disabled], fieldset[disabled] .button.is-correct-item {
  background-color: #2699FB;
  border-color: transparent;
  box-shadow: none;
}
.button.is-correct-item.is-inverted {
  background-color: #ffffff;
  color: #2699FB;
}
.button.is-correct-item.is-inverted:hover, .button.is-correct-item.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-correct-item.is-inverted[disabled], fieldset[disabled] .button.is-correct-item.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #2699FB;
}
.button.is-correct-item.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-correct-item.is-outlined {
  background-color: transparent;
  border-color: #2699FB;
  color: #2699FB;
}
.button.is-correct-item.is-outlined:hover, .button.is-correct-item.is-outlined.is-hovered, .button.is-correct-item.is-outlined:focus, .button.is-correct-item.is-outlined.is-focused {
  background-color: #2699FB;
  border-color: #2699FB;
  color: #ffffff;
}
.button.is-correct-item.is-outlined.is-loading::after {
  border-color: transparent transparent #2699FB #2699FB !important;
}
.button.is-correct-item.is-outlined.is-loading:hover::after, .button.is-correct-item.is-outlined.is-loading.is-hovered::after, .button.is-correct-item.is-outlined.is-loading:focus::after, .button.is-correct-item.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-correct-item.is-outlined[disabled], fieldset[disabled] .button.is-correct-item.is-outlined {
  background-color: transparent;
  border-color: #2699FB;
  box-shadow: none;
  color: #2699FB;
}
.button.is-correct-item.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-correct-item.is-inverted.is-outlined:hover, .button.is-correct-item.is-inverted.is-outlined.is-hovered, .button.is-correct-item.is-inverted.is-outlined:focus, .button.is-correct-item.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #2699FB;
}
.button.is-correct-item.is-inverted.is-outlined.is-loading:hover::after, .button.is-correct-item.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-correct-item.is-inverted.is-outlined.is-loading:focus::after, .button.is-correct-item.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #2699FB #2699FB !important;
}
.button.is-correct-item.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-correct-item.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-correct-item.is-light {
  background-color: #ebf6ff;
  color: #0468be;
}
.button.is-correct-item.is-light:hover, .button.is-correct-item.is-light.is-hovered {
  background-color: #def0fe;
  border-color: transparent;
  color: #0468be;
}
.button.is-correct-item.is-light:active, .button.is-correct-item.is-light.is-active {
  background-color: #d2eafe;
  border-color: transparent;
  color: #0468be;
}
.button.is-wrong-item {
  background-color: #CE0029;
  border-color: transparent;
  color: #ffffff;
}
.button.is-wrong-item:hover, .button.is-wrong-item.is-hovered {
  background-color: #c10026;
  border-color: transparent;
  color: #ffffff;
}
.button.is-wrong-item:focus, .button.is-wrong-item.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-wrong-item:focus:not(:active), .button.is-wrong-item.is-focused:not(:active) {
  box-shadow: invalid rgba(206, 0, 41, 0.25);
}
.button.is-wrong-item:active, .button.is-wrong-item.is-active {
  background-color: #b50024;
  border-color: transparent;
  color: #ffffff;
}
.button.is-wrong-item[disabled], fieldset[disabled] .button.is-wrong-item {
  background-color: #CE0029;
  border-color: transparent;
  box-shadow: none;
}
.button.is-wrong-item.is-inverted {
  background-color: #ffffff;
  color: #CE0029;
}
.button.is-wrong-item.is-inverted:hover, .button.is-wrong-item.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-wrong-item.is-inverted[disabled], fieldset[disabled] .button.is-wrong-item.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #CE0029;
}
.button.is-wrong-item.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-wrong-item.is-outlined {
  background-color: transparent;
  border-color: #CE0029;
  color: #CE0029;
}
.button.is-wrong-item.is-outlined:hover, .button.is-wrong-item.is-outlined.is-hovered, .button.is-wrong-item.is-outlined:focus, .button.is-wrong-item.is-outlined.is-focused {
  background-color: #CE0029;
  border-color: #CE0029;
  color: #ffffff;
}
.button.is-wrong-item.is-outlined.is-loading::after {
  border-color: transparent transparent #CE0029 #CE0029 !important;
}
.button.is-wrong-item.is-outlined.is-loading:hover::after, .button.is-wrong-item.is-outlined.is-loading.is-hovered::after, .button.is-wrong-item.is-outlined.is-loading:focus::after, .button.is-wrong-item.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-wrong-item.is-outlined[disabled], fieldset[disabled] .button.is-wrong-item.is-outlined {
  background-color: transparent;
  border-color: #CE0029;
  box-shadow: none;
  color: #CE0029;
}
.button.is-wrong-item.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-wrong-item.is-inverted.is-outlined:hover, .button.is-wrong-item.is-inverted.is-outlined.is-hovered, .button.is-wrong-item.is-inverted.is-outlined:focus, .button.is-wrong-item.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #CE0029;
}
.button.is-wrong-item.is-inverted.is-outlined.is-loading:hover::after, .button.is-wrong-item.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-wrong-item.is-inverted.is-outlined.is-loading:focus::after, .button.is-wrong-item.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #CE0029 #CE0029 !important;
}
.button.is-wrong-item.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-wrong-item.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-wrong-item.is-light {
  background-color: #ffebef;
  color: #fa0032;
}
.button.is-wrong-item.is-light:hover, .button.is-wrong-item.is-light.is-hovered {
  background-color: #ffdee4;
  border-color: transparent;
  color: #fa0032;
}
.button.is-wrong-item.is-light:active, .button.is-wrong-item.is-light.is-active {
  background-color: #ffd1da;
  border-color: transparent;
  color: #fa0032;
}
.button.is-table-header {
  background-color: #848EA0;
  border-color: transparent;
  color: #ffffff;
}
.button.is-table-header:hover, .button.is-table-header.is-hovered {
  background-color: #7d879a;
  border-color: transparent;
  color: #ffffff;
}
.button.is-table-header:focus, .button.is-table-header.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-table-header:focus:not(:active), .button.is-table-header.is-focused:not(:active) {
  box-shadow: invalid rgba(132, 142, 160, 0.25);
}
.button.is-table-header:active, .button.is-table-header.is-active {
  background-color: #768195;
  border-color: transparent;
  color: #ffffff;
}
.button.is-table-header[disabled], fieldset[disabled] .button.is-table-header {
  background-color: #848EA0;
  border-color: transparent;
  box-shadow: none;
}
.button.is-table-header.is-inverted {
  background-color: #ffffff;
  color: #848EA0;
}
.button.is-table-header.is-inverted:hover, .button.is-table-header.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-table-header.is-inverted[disabled], fieldset[disabled] .button.is-table-header.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #848EA0;
}
.button.is-table-header.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-table-header.is-outlined {
  background-color: transparent;
  border-color: #848EA0;
  color: #848EA0;
}
.button.is-table-header.is-outlined:hover, .button.is-table-header.is-outlined.is-hovered, .button.is-table-header.is-outlined:focus, .button.is-table-header.is-outlined.is-focused {
  background-color: #848EA0;
  border-color: #848EA0;
  color: #ffffff;
}
.button.is-table-header.is-outlined.is-loading::after {
  border-color: transparent transparent #848EA0 #848EA0 !important;
}
.button.is-table-header.is-outlined.is-loading:hover::after, .button.is-table-header.is-outlined.is-loading.is-hovered::after, .button.is-table-header.is-outlined.is-loading:focus::after, .button.is-table-header.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-table-header.is-outlined[disabled], fieldset[disabled] .button.is-table-header.is-outlined {
  background-color: transparent;
  border-color: #848EA0;
  box-shadow: none;
  color: #848EA0;
}
.button.is-table-header.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-table-header.is-inverted.is-outlined:hover, .button.is-table-header.is-inverted.is-outlined.is-hovered, .button.is-table-header.is-inverted.is-outlined:focus, .button.is-table-header.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #848EA0;
}
.button.is-table-header.is-inverted.is-outlined.is-loading:hover::after, .button.is-table-header.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-table-header.is-inverted.is-outlined.is-loading:focus::after, .button.is-table-header.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #848EA0 #848EA0 !important;
}
.button.is-table-header.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-table-header.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-table-header.is-light {
  background-color: #f3f4f6;
  color: #576070;
}
.button.is-table-header.is-light:hover, .button.is-table-header.is-light.is-hovered {
  background-color: #eceef1;
  border-color: transparent;
  color: #576070;
}
.button.is-table-header.is-light:active, .button.is-table-header.is-light.is-active {
  background-color: #e5e7eb;
  border-color: transparent;
  color: #576070;
}
.button.is-hero-header {
  background-color: #8ec051;
  border-color: transparent;
  color: #ffffff;
}
.button.is-hero-header:hover, .button.is-hero-header.is-hovered {
  background-color: #88bd48;
  border-color: transparent;
  color: #ffffff;
}
.button.is-hero-header:focus, .button.is-hero-header.is-focused {
  border-color: transparent;
  color: #ffffff;
}
.button.is-hero-header:focus:not(:active), .button.is-hero-header.is-focused:not(:active) {
  box-shadow: invalid rgba(142, 192, 81, 0.25);
}
.button.is-hero-header:active, .button.is-hero-header.is-active {
  background-color: #81b642;
  border-color: transparent;
  color: #ffffff;
}
.button.is-hero-header[disabled], fieldset[disabled] .button.is-hero-header {
  background-color: #8ec051;
  border-color: transparent;
  box-shadow: none;
}
.button.is-hero-header.is-inverted {
  background-color: #ffffff;
  color: #8ec051;
}
.button.is-hero-header.is-inverted:hover, .button.is-hero-header.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-hero-header.is-inverted[disabled], fieldset[disabled] .button.is-hero-header.is-inverted {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: #8ec051;
}
.button.is-hero-header.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-hero-header.is-outlined {
  background-color: transparent;
  border-color: #8ec051;
  color: #8ec051;
}
.button.is-hero-header.is-outlined:hover, .button.is-hero-header.is-outlined.is-hovered, .button.is-hero-header.is-outlined:focus, .button.is-hero-header.is-outlined.is-focused {
  background-color: #8ec051;
  border-color: #8ec051;
  color: #ffffff;
}
.button.is-hero-header.is-outlined.is-loading::after {
  border-color: transparent transparent #8ec051 #8ec051 !important;
}
.button.is-hero-header.is-outlined.is-loading:hover::after, .button.is-hero-header.is-outlined.is-loading.is-hovered::after, .button.is-hero-header.is-outlined.is-loading:focus::after, .button.is-hero-header.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-hero-header.is-outlined[disabled], fieldset[disabled] .button.is-hero-header.is-outlined {
  background-color: transparent;
  border-color: #8ec051;
  box-shadow: none;
  color: #8ec051;
}
.button.is-hero-header.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-hero-header.is-inverted.is-outlined:hover, .button.is-hero-header.is-inverted.is-outlined.is-hovered, .button.is-hero-header.is-inverted.is-outlined:focus, .button.is-hero-header.is-inverted.is-outlined.is-focused {
  background-color: #ffffff;
  color: #8ec051;
}
.button.is-hero-header.is-inverted.is-outlined.is-loading:hover::after, .button.is-hero-header.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-hero-header.is-inverted.is-outlined.is-loading:focus::after, .button.is-hero-header.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #8ec051 #8ec051 !important;
}
.button.is-hero-header.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-hero-header.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-hero-header.is-light {
  background-color: #f5faf0;
  color: #53742a;
}
.button.is-hero-header.is-light:hover, .button.is-hero-header.is-light.is-hovered {
  background-color: #eff6e7;
  border-color: transparent;
  color: #53742a;
}
.button.is-hero-header.is-light:active, .button.is-hero-header.is-light.is-active {
  background-color: #e9f3dd;
  border-color: transparent;
  color: #53742a;
}
.button.is-small {
  font-size: 1.2rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1.4rem;
}
.button.is-medium {
  font-size: 1.6rem;
}
.button.is-large {
  font-size: 1.8rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: #ffffff;
  border-color: #E5E5E5;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.button.is-static {
  background-color: #f2f2f2;
  border-color: #E5E5E5;
  color: #696e69;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 1.2rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.6rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.8rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
}
@media screen and (min-width: 1264px) {
  .container {
    max-width: 1104px;
  }
}
@media screen and (max-width: 1579px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1420px;
  }
}
@media screen and (max-width: 1899px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1740px;
  }
}
@media screen and (min-width: 1580px) {
  .container:not(.is-max-desktop) {
    max-width: 1420px;
  }
}
@media screen and (min-width: 1900px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1740px;
  }
}
.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #3E3E3E;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: #F4F4F4;
  border-left: 5px solid #E5E5E5;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid #E5E5E5;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #3E3E3E;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #3E3E3E;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #3E3E3E;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 1.2rem;
}
.content.is-medium {
  font-size: 1.6rem;
}
.content.is-large {
  font-size: 1.8rem;
}
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}
.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.icon-text .icon:not(:last-child) {
  margin-right: 0.8rem;
}
.icon-text .icon:not(:first-child) {
  margin-left: 0.8rem;
}
div.icon-text {
  display: flex;
}
.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 290486px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}
.notification {
  background-color: #F4F4F4;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: #ffffff;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: #ffffff;
  color: #31422f;
}
.notification.is-white.is-light {
  background-color: white;
  color: #4a4a4a;
}
.notification.is-black {
  background-color: #0a0a0a;
  color: #ffffff;
}
.notification.is-light {
  background-color: #f5f5f5;
  color: #31422f;
}
.notification.is-dark {
  background-color: #3E3E3E;
  color: #ffffff;
}
.notification.is-primary {
  background-color: #6eba1e;
  color: #ffffff;
}
.notification.is-secondary {
  background-color: #597e5b;
  color: #ffffff;
}
.notification.is-link {
  background-color: #6eba1e;
  color: #ffffff;
}
.notification.is-info {
  background-color: #0c495c;
  color: #ffffff;
}
.notification.is-success {
  background-color: #679466;
  color: #ffffff;
}
.notification.is-warning {
  background-color: #F7B505;
  color: #31422f;
}
.notification.is-danger {
  background-color: #D13F5C;
  color: #ffffff;
}
.notification.is-progress-NotStartedYet {
  background-color: #FDDA7B;
  color: #31422f;
}
.notification.is-progress-NotStartedYet.is-light {
  background-color: #fff9eb;
  color: #926b02;
}
.notification.is-progress-Upcomming {
  background-color: #CACACA;
  color: #31422f;
}
.notification.is-progress-Upcomming.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}
.notification.is-progress-Overdue {
  background-color: #FF7B7B;
  color: #ffffff;
}
.notification.is-progress-Overdue.is-light {
  background-color: #ffebeb;
  color: #b30000;
}
.notification.is-progress-InProgress {
  background-color: #8BD7F8;
  color: #31422f;
}
.notification.is-progress-InProgress.is-light {
  background-color: #ecf8fe;
  color: #08648b;
}
.notification.is-progress-Completed {
  background-color: #44CBB6;
  color: #ffffff;
}
.notification.is-progress-Completed.is-light {
  background-color: #effbf9;
  color: #207467;
}
.notification.is-progress-course-NotStartedYet {
  background-color: #ecb920;
  color: #31422f;
}
.notification.is-progress-course-NotStartedYet.is-light {
  background-color: #fdf9ec;
  color: #88690c;
}
.notification.is-progress-course-InProgress {
  background-color: #2098c3;
  color: #ffffff;
}
.notification.is-progress-course-InProgress.is-light {
  background-color: #edf8fc;
  color: #1d89af;
}
.notification.is-progress-course-Completed {
  background-color: #6eba1e;
  color: #ffffff;
}
.notification.is-progress-course-Completed.is-light {
  background-color: #f5fced;
  color: #589518;
}
.notification.is-progress-Passed {
  background-color: #44CBB6;
  color: #ffffff;
}
.notification.is-progress-Passed.is-light {
  background-color: #effbf9;
  color: #207467;
}
.notification.is-progress-Failed {
  background-color: #FF7B7B;
  color: #ffffff;
}
.notification.is-progress-Failed.is-light {
  background-color: #ffebeb;
  color: #b30000;
}
.notification.is-progress-Missed {
  background-color: #CACACA;
  color: #31422f;
}
.notification.is-progress-Missed.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}
.notification.is-progress-Waiting {
  background-color: #FDDA7B;
  color: #31422f;
}
.notification.is-progress-Waiting.is-light {
  background-color: #fff9eb;
  color: #926b02;
}
.notification.is-exam-header {
  background-color: #797979;
  color: #ffffff;
}
.notification.is-exam-header.is-light {
  background-color: whitesmoke;
  color: #707070;
}
.notification.is-reward-point {
  background-color: #ecb920;
  color: #31422f;
}
.notification.is-reward-point.is-light {
  background-color: #fdf9ec;
  color: #88690c;
}
.notification.is-exp-point {
  background-color: #4493CB;
  color: #ffffff;
}
.notification.is-exp-point.is-light {
  background-color: #eff6fb;
  color: #2c70a0;
}
.notification.is-got-reward {
  background-color: #AAAAAA;
  color: #ffffff;
}
.notification.is-got-reward.is-light {
  background-color: whitesmoke;
  color: #525252;
}
.notification.is-correct-item {
  background-color: #2699FB;
  color: #ffffff;
}
.notification.is-correct-item.is-light {
  background-color: #ebf6ff;
  color: #0468be;
}
.notification.is-wrong-item {
  background-color: #CE0029;
  color: #ffffff;
}
.notification.is-wrong-item.is-light {
  background-color: #ffebef;
  color: #fa0032;
}
.notification.is-table-header {
  background-color: #848EA0;
  color: #ffffff;
}
.notification.is-table-header.is-light {
  background-color: #f3f4f6;
  color: #576070;
}
.notification.is-hero-header {
  background-color: #8ec051;
  color: #ffffff;
}
.notification.is-hero-header.is-light {
  background-color: #f5faf0;
  color: #53742a;
}
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1.4rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #E5E5E5;
}
.progress::-webkit-progress-value {
  background-color: #31422f;
}
.progress::-moz-progress-bar {
  background-color: #31422f;
}
.progress::-ms-fill {
  background-color: #31422f;
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: #ffffff;
}
.progress.is-white::-moz-progress-bar {
  background-color: #ffffff;
}
.progress.is-white::-ms-fill {
  background-color: #ffffff;
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, #ffffff 30%, #E5E5E5 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #E5E5E5 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: #f5f5f5;
}
.progress.is-light::-moz-progress-bar {
  background-color: #f5f5f5;
}
.progress.is-light::-ms-fill {
  background-color: #f5f5f5;
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, #f5f5f5 30%, #E5E5E5 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: #3E3E3E;
}
.progress.is-dark::-moz-progress-bar {
  background-color: #3E3E3E;
}
.progress.is-dark::-ms-fill {
  background-color: #3E3E3E;
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #3E3E3E 30%, #E5E5E5 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: #6eba1e;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #6eba1e;
}
.progress.is-primary::-ms-fill {
  background-color: #6eba1e;
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #6eba1e 30%, #E5E5E5 30%);
}
.progress.is-secondary::-webkit-progress-value {
  background-color: #597e5b;
}
.progress.is-secondary::-moz-progress-bar {
  background-color: #597e5b;
}
.progress.is-secondary::-ms-fill {
  background-color: #597e5b;
}
.progress.is-secondary:indeterminate {
  background-image: linear-gradient(to right, #597e5b 30%, #E5E5E5 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: #6eba1e;
}
.progress.is-link::-moz-progress-bar {
  background-color: #6eba1e;
}
.progress.is-link::-ms-fill {
  background-color: #6eba1e;
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #6eba1e 30%, #E5E5E5 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: #0c495c;
}
.progress.is-info::-moz-progress-bar {
  background-color: #0c495c;
}
.progress.is-info::-ms-fill {
  background-color: #0c495c;
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #0c495c 30%, #E5E5E5 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: #679466;
}
.progress.is-success::-moz-progress-bar {
  background-color: #679466;
}
.progress.is-success::-ms-fill {
  background-color: #679466;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #679466 30%, #E5E5E5 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: #F7B505;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #F7B505;
}
.progress.is-warning::-ms-fill {
  background-color: #F7B505;
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #F7B505 30%, #E5E5E5 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #D13F5C;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #D13F5C;
}
.progress.is-danger::-ms-fill {
  background-color: #D13F5C;
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #D13F5C 30%, #E5E5E5 30%);
}
.progress.is-progress-NotStartedYet::-webkit-progress-value {
  background-color: #FDDA7B;
}
.progress.is-progress-NotStartedYet::-moz-progress-bar {
  background-color: #FDDA7B;
}
.progress.is-progress-NotStartedYet::-ms-fill {
  background-color: #FDDA7B;
}
.progress.is-progress-NotStartedYet:indeterminate {
  background-image: linear-gradient(to right, #FDDA7B 30%, #E5E5E5 30%);
}
.progress.is-progress-Upcomming::-webkit-progress-value {
  background-color: #CACACA;
}
.progress.is-progress-Upcomming::-moz-progress-bar {
  background-color: #CACACA;
}
.progress.is-progress-Upcomming::-ms-fill {
  background-color: #CACACA;
}
.progress.is-progress-Upcomming:indeterminate {
  background-image: linear-gradient(to right, #CACACA 30%, #E5E5E5 30%);
}
.progress.is-progress-Overdue::-webkit-progress-value {
  background-color: #FF7B7B;
}
.progress.is-progress-Overdue::-moz-progress-bar {
  background-color: #FF7B7B;
}
.progress.is-progress-Overdue::-ms-fill {
  background-color: #FF7B7B;
}
.progress.is-progress-Overdue:indeterminate {
  background-image: linear-gradient(to right, #FF7B7B 30%, #E5E5E5 30%);
}
.progress.is-progress-InProgress::-webkit-progress-value {
  background-color: #8BD7F8;
}
.progress.is-progress-InProgress::-moz-progress-bar {
  background-color: #8BD7F8;
}
.progress.is-progress-InProgress::-ms-fill {
  background-color: #8BD7F8;
}
.progress.is-progress-InProgress:indeterminate {
  background-image: linear-gradient(to right, #8BD7F8 30%, #E5E5E5 30%);
}
.progress.is-progress-Completed::-webkit-progress-value {
  background-color: #44CBB6;
}
.progress.is-progress-Completed::-moz-progress-bar {
  background-color: #44CBB6;
}
.progress.is-progress-Completed::-ms-fill {
  background-color: #44CBB6;
}
.progress.is-progress-Completed:indeterminate {
  background-image: linear-gradient(to right, #44CBB6 30%, #E5E5E5 30%);
}
.progress.is-progress-course-NotStartedYet::-webkit-progress-value {
  background-color: #ecb920;
}
.progress.is-progress-course-NotStartedYet::-moz-progress-bar {
  background-color: #ecb920;
}
.progress.is-progress-course-NotStartedYet::-ms-fill {
  background-color: #ecb920;
}
.progress.is-progress-course-NotStartedYet:indeterminate {
  background-image: linear-gradient(to right, #ecb920 30%, #E5E5E5 30%);
}
.progress.is-progress-course-InProgress::-webkit-progress-value {
  background-color: #2098c3;
}
.progress.is-progress-course-InProgress::-moz-progress-bar {
  background-color: #2098c3;
}
.progress.is-progress-course-InProgress::-ms-fill {
  background-color: #2098c3;
}
.progress.is-progress-course-InProgress:indeterminate {
  background-image: linear-gradient(to right, #2098c3 30%, #E5E5E5 30%);
}
.progress.is-progress-course-Completed::-webkit-progress-value {
  background-color: #6eba1e;
}
.progress.is-progress-course-Completed::-moz-progress-bar {
  background-color: #6eba1e;
}
.progress.is-progress-course-Completed::-ms-fill {
  background-color: #6eba1e;
}
.progress.is-progress-course-Completed:indeterminate {
  background-image: linear-gradient(to right, #6eba1e 30%, #E5E5E5 30%);
}
.progress.is-progress-Passed::-webkit-progress-value {
  background-color: #44CBB6;
}
.progress.is-progress-Passed::-moz-progress-bar {
  background-color: #44CBB6;
}
.progress.is-progress-Passed::-ms-fill {
  background-color: #44CBB6;
}
.progress.is-progress-Passed:indeterminate {
  background-image: linear-gradient(to right, #44CBB6 30%, #E5E5E5 30%);
}
.progress.is-progress-Failed::-webkit-progress-value {
  background-color: #FF7B7B;
}
.progress.is-progress-Failed::-moz-progress-bar {
  background-color: #FF7B7B;
}
.progress.is-progress-Failed::-ms-fill {
  background-color: #FF7B7B;
}
.progress.is-progress-Failed:indeterminate {
  background-image: linear-gradient(to right, #FF7B7B 30%, #E5E5E5 30%);
}
.progress.is-progress-Missed::-webkit-progress-value {
  background-color: #CACACA;
}
.progress.is-progress-Missed::-moz-progress-bar {
  background-color: #CACACA;
}
.progress.is-progress-Missed::-ms-fill {
  background-color: #CACACA;
}
.progress.is-progress-Missed:indeterminate {
  background-image: linear-gradient(to right, #CACACA 30%, #E5E5E5 30%);
}
.progress.is-progress-Waiting::-webkit-progress-value {
  background-color: #FDDA7B;
}
.progress.is-progress-Waiting::-moz-progress-bar {
  background-color: #FDDA7B;
}
.progress.is-progress-Waiting::-ms-fill {
  background-color: #FDDA7B;
}
.progress.is-progress-Waiting:indeterminate {
  background-image: linear-gradient(to right, #FDDA7B 30%, #E5E5E5 30%);
}
.progress.is-exam-header::-webkit-progress-value {
  background-color: #797979;
}
.progress.is-exam-header::-moz-progress-bar {
  background-color: #797979;
}
.progress.is-exam-header::-ms-fill {
  background-color: #797979;
}
.progress.is-exam-header:indeterminate {
  background-image: linear-gradient(to right, #797979 30%, #E5E5E5 30%);
}
.progress.is-reward-point::-webkit-progress-value {
  background-color: #ecb920;
}
.progress.is-reward-point::-moz-progress-bar {
  background-color: #ecb920;
}
.progress.is-reward-point::-ms-fill {
  background-color: #ecb920;
}
.progress.is-reward-point:indeterminate {
  background-image: linear-gradient(to right, #ecb920 30%, #E5E5E5 30%);
}
.progress.is-exp-point::-webkit-progress-value {
  background-color: #4493CB;
}
.progress.is-exp-point::-moz-progress-bar {
  background-color: #4493CB;
}
.progress.is-exp-point::-ms-fill {
  background-color: #4493CB;
}
.progress.is-exp-point:indeterminate {
  background-image: linear-gradient(to right, #4493CB 30%, #E5E5E5 30%);
}
.progress.is-got-reward::-webkit-progress-value {
  background-color: #AAAAAA;
}
.progress.is-got-reward::-moz-progress-bar {
  background-color: #AAAAAA;
}
.progress.is-got-reward::-ms-fill {
  background-color: #AAAAAA;
}
.progress.is-got-reward:indeterminate {
  background-image: linear-gradient(to right, #AAAAAA 30%, #E5E5E5 30%);
}
.progress.is-correct-item::-webkit-progress-value {
  background-color: #2699FB;
}
.progress.is-correct-item::-moz-progress-bar {
  background-color: #2699FB;
}
.progress.is-correct-item::-ms-fill {
  background-color: #2699FB;
}
.progress.is-correct-item:indeterminate {
  background-image: linear-gradient(to right, #2699FB 30%, #E5E5E5 30%);
}
.progress.is-wrong-item::-webkit-progress-value {
  background-color: #CE0029;
}
.progress.is-wrong-item::-moz-progress-bar {
  background-color: #CE0029;
}
.progress.is-wrong-item::-ms-fill {
  background-color: #CE0029;
}
.progress.is-wrong-item:indeterminate {
  background-image: linear-gradient(to right, #CE0029 30%, #E5E5E5 30%);
}
.progress.is-table-header::-webkit-progress-value {
  background-color: #848EA0;
}
.progress.is-table-header::-moz-progress-bar {
  background-color: #848EA0;
}
.progress.is-table-header::-ms-fill {
  background-color: #848EA0;
}
.progress.is-table-header:indeterminate {
  background-image: linear-gradient(to right, #848EA0 30%, #E5E5E5 30%);
}
.progress.is-hero-header::-webkit-progress-value {
  background-color: #8ec051;
}
.progress.is-hero-header::-moz-progress-bar {
  background-color: #8ec051;
}
.progress.is-hero-header::-ms-fill {
  background-color: #8ec051;
}
.progress.is-hero-header:indeterminate {
  background-image: linear-gradient(to right, #8ec051 30%, #E5E5E5 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #E5E5E5;
  background-image: linear-gradient(to right, #31422f 30%, #E5E5E5 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 1.2rem;
}
.progress.is-medium {
  height: 1.6rem;
}
.progress.is-large {
  height: 1.8rem;
}
@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: #ffffff;
  color: #3E3E3E;
}
.table td,
.table th {
  border: 1px solid #E5E5E5;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #31422f;
}
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #ffffff;
}
.table td.is-light,
.table th.is-light {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #31422f;
}
.table td.is-dark,
.table th.is-dark {
  background-color: #3E3E3E;
  border-color: #3E3E3E;
  color: #ffffff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: #6eba1e;
  border-color: #6eba1e;
  color: #ffffff;
}
.table td.is-secondary,
.table th.is-secondary {
  background-color: #597e5b;
  border-color: #597e5b;
  color: #ffffff;
}
.table td.is-link,
.table th.is-link {
  background-color: #6eba1e;
  border-color: #6eba1e;
  color: #ffffff;
}
.table td.is-info,
.table th.is-info {
  background-color: #0c495c;
  border-color: #0c495c;
  color: #ffffff;
}
.table td.is-success,
.table th.is-success {
  background-color: #679466;
  border-color: #679466;
  color: #ffffff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #F7B505;
  border-color: #F7B505;
  color: #31422f;
}
.table td.is-danger,
.table th.is-danger {
  background-color: #D13F5C;
  border-color: #D13F5C;
  color: #ffffff;
}
.table td.is-progress-NotStartedYet,
.table th.is-progress-NotStartedYet {
  background-color: #FDDA7B;
  border-color: #FDDA7B;
  color: #31422f;
}
.table td.is-progress-Upcomming,
.table th.is-progress-Upcomming {
  background-color: #CACACA;
  border-color: #CACACA;
  color: #31422f;
}
.table td.is-progress-Overdue,
.table th.is-progress-Overdue {
  background-color: #FF7B7B;
  border-color: #FF7B7B;
  color: #ffffff;
}
.table td.is-progress-InProgress,
.table th.is-progress-InProgress {
  background-color: #8BD7F8;
  border-color: #8BD7F8;
  color: #31422f;
}
.table td.is-progress-Completed,
.table th.is-progress-Completed {
  background-color: #44CBB6;
  border-color: #44CBB6;
  color: #ffffff;
}
.table td.is-progress-course-NotStartedYet,
.table th.is-progress-course-NotStartedYet {
  background-color: #ecb920;
  border-color: #ecb920;
  color: #31422f;
}
.table td.is-progress-course-InProgress,
.table th.is-progress-course-InProgress {
  background-color: #2098c3;
  border-color: #2098c3;
  color: #ffffff;
}
.table td.is-progress-course-Completed,
.table th.is-progress-course-Completed {
  background-color: #6eba1e;
  border-color: #6eba1e;
  color: #ffffff;
}
.table td.is-progress-Passed,
.table th.is-progress-Passed {
  background-color: #44CBB6;
  border-color: #44CBB6;
  color: #ffffff;
}
.table td.is-progress-Failed,
.table th.is-progress-Failed {
  background-color: #FF7B7B;
  border-color: #FF7B7B;
  color: #ffffff;
}
.table td.is-progress-Missed,
.table th.is-progress-Missed {
  background-color: #CACACA;
  border-color: #CACACA;
  color: #31422f;
}
.table td.is-progress-Waiting,
.table th.is-progress-Waiting {
  background-color: #FDDA7B;
  border-color: #FDDA7B;
  color: #31422f;
}
.table td.is-exam-header,
.table th.is-exam-header {
  background-color: #797979;
  border-color: #797979;
  color: #ffffff;
}
.table td.is-reward-point,
.table th.is-reward-point {
  background-color: #ecb920;
  border-color: #ecb920;
  color: #31422f;
}
.table td.is-exp-point,
.table th.is-exp-point {
  background-color: #4493CB;
  border-color: #4493CB;
  color: #ffffff;
}
.table td.is-got-reward,
.table th.is-got-reward {
  background-color: #AAAAAA;
  border-color: #AAAAAA;
  color: #ffffff;
}
.table td.is-correct-item,
.table th.is-correct-item {
  background-color: #2699FB;
  border-color: #2699FB;
  color: #ffffff;
}
.table td.is-wrong-item,
.table th.is-wrong-item {
  background-color: #CE0029;
  border-color: #CE0029;
  color: #ffffff;
}
.table td.is-table-header,
.table th.is-table-header {
  background-color: #848EA0;
  border-color: #848EA0;
  color: #ffffff;
}
.table td.is-hero-header,
.table th.is-hero-header {
  background-color: #8ec051;
  border-color: #8ec051;
  color: #ffffff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #6eba1e;
  color: #ffffff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: #3E3E3E;
}
.table th:not([align]) {
  text-align: inherit;
}
.table tr.is-selected {
  background-color: #6eba1e;
  color: #ffffff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #ffffff;
  color: currentColor;
}
.table thead {
  background-color: #848EA0;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #ffffff;
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #3E3E3E;
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: #f2f2f2;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1.4rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.6rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tag:not(body) {
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 4px;
  color: #31422f;
  display: inline-flex;
  font-size: 1.2rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: #ffffff;
  color: #31422f;
}
.tag:not(body).is-white.is-light {
  background-color: white;
  color: #4a4a4a;
}
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: #ffffff;
}
.tag:not(body).is-light {
  background-color: #f5f5f5;
  color: #31422f;
}
.tag:not(body).is-dark {
  background-color: #3E3E3E;
  color: #ffffff;
}
.tag:not(body).is-primary {
  background-color: #6eba1e;
  color: #ffffff;
}
.tag:not(body).is-secondary {
  background-color: #597e5b;
  color: #ffffff;
}
.tag:not(body).is-link {
  background-color: #6eba1e;
  color: #ffffff;
}
.tag:not(body).is-info {
  background-color: #0c495c;
  color: #ffffff;
}
.tag:not(body).is-success {
  background-color: #679466;
  color: #ffffff;
}
.tag:not(body).is-warning {
  background-color: #F7B505;
  color: #31422f;
}
.tag:not(body).is-danger {
  background-color: #D13F5C;
  color: #ffffff;
}
.tag:not(body).is-progress-NotStartedYet {
  background-color: #FDDA7B;
  color: #31422f;
}
.tag:not(body).is-progress-NotStartedYet.is-light {
  background-color: #fff9eb;
  color: #926b02;
}
.tag:not(body).is-progress-Upcomming {
  background-color: #CACACA;
  color: #31422f;
}
.tag:not(body).is-progress-Upcomming.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}
.tag:not(body).is-progress-Overdue {
  background-color: #FF7B7B;
  color: #ffffff;
}
.tag:not(body).is-progress-Overdue.is-light {
  background-color: #ffebeb;
  color: #b30000;
}
.tag:not(body).is-progress-InProgress {
  background-color: #8BD7F8;
  color: #31422f;
}
.tag:not(body).is-progress-InProgress.is-light {
  background-color: #ecf8fe;
  color: #08648b;
}
.tag:not(body).is-progress-Completed {
  background-color: #44CBB6;
  color: #ffffff;
}
.tag:not(body).is-progress-Completed.is-light {
  background-color: #effbf9;
  color: #207467;
}
.tag:not(body).is-progress-course-NotStartedYet {
  background-color: #ecb920;
  color: #31422f;
}
.tag:not(body).is-progress-course-NotStartedYet.is-light {
  background-color: #fdf9ec;
  color: #88690c;
}
.tag:not(body).is-progress-course-InProgress {
  background-color: #2098c3;
  color: #ffffff;
}
.tag:not(body).is-progress-course-InProgress.is-light {
  background-color: #edf8fc;
  color: #1d89af;
}
.tag:not(body).is-progress-course-Completed {
  background-color: #6eba1e;
  color: #ffffff;
}
.tag:not(body).is-progress-course-Completed.is-light {
  background-color: #f5fced;
  color: #589518;
}
.tag:not(body).is-progress-Passed {
  background-color: #44CBB6;
  color: #ffffff;
}
.tag:not(body).is-progress-Passed.is-light {
  background-color: #effbf9;
  color: #207467;
}
.tag:not(body).is-progress-Failed {
  background-color: #FF7B7B;
  color: #ffffff;
}
.tag:not(body).is-progress-Failed.is-light {
  background-color: #ffebeb;
  color: #b30000;
}
.tag:not(body).is-progress-Missed {
  background-color: #CACACA;
  color: #31422f;
}
.tag:not(body).is-progress-Missed.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}
.tag:not(body).is-progress-Waiting {
  background-color: #FDDA7B;
  color: #31422f;
}
.tag:not(body).is-progress-Waiting.is-light {
  background-color: #fff9eb;
  color: #926b02;
}
.tag:not(body).is-exam-header {
  background-color: #797979;
  color: #ffffff;
}
.tag:not(body).is-exam-header.is-light {
  background-color: whitesmoke;
  color: #707070;
}
.tag:not(body).is-reward-point {
  background-color: #ecb920;
  color: #31422f;
}
.tag:not(body).is-reward-point.is-light {
  background-color: #fdf9ec;
  color: #88690c;
}
.tag:not(body).is-exp-point {
  background-color: #4493CB;
  color: #ffffff;
}
.tag:not(body).is-exp-point.is-light {
  background-color: #eff6fb;
  color: #2c70a0;
}
.tag:not(body).is-got-reward {
  background-color: #AAAAAA;
  color: #ffffff;
}
.tag:not(body).is-got-reward.is-light {
  background-color: whitesmoke;
  color: #525252;
}
.tag:not(body).is-correct-item {
  background-color: #2699FB;
  color: #ffffff;
}
.tag:not(body).is-correct-item.is-light {
  background-color: #ebf6ff;
  color: #0468be;
}
.tag:not(body).is-wrong-item {
  background-color: #CE0029;
  color: #ffffff;
}
.tag:not(body).is-wrong-item.is-light {
  background-color: #ffebef;
  color: #fa0032;
}
.tag:not(body).is-table-header {
  background-color: #848EA0;
  color: #ffffff;
}
.tag:not(body).is-table-header.is-light {
  background-color: #f3f4f6;
  color: #576070;
}
.tag:not(body).is-hero-header {
  background-color: #8ec051;
  color: #ffffff;
}
.tag:not(body).is-hero-header.is-light {
  background-color: #f5faf0;
  color: #53742a;
}
.tag:not(body).is-normal {
  font-size: 1.2rem;
}
.tag:not(body).is-medium {
  font-size: 1.4rem;
}
.tag:not(body).is-large {
  font-size: 1.6rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e7e7e7;
}
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}
a.tag:hover {
  text-decoration: underline;
}
.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}
.title {
  color: #3E3E3E;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title + .highlight {
  margin-top: -0.75rem;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}
.subtitle {
  color: #31422f;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: #3E3E3E;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.highlight pre {
  overflow: auto;
  max-width: 100%;
}
.number {
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.6rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}
/* Bulma Form */
.select select, .textarea, .input {
  background-color: #ffffff;
  border-color: #E5E5E5;
  border-radius: 4px;
  color: #31422f;
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: #999999;
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: #999999;
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: #999999;
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: #999999;
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: invalid;
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: invalid;
  box-shadow: invalid invalid;
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  box-shadow: none;
  color: #AAAAAA;
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: invalid;
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: invalid;
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: invalid;
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: invalid;
}
.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(0, 0, 0, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: #ffffff;
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: invalid rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: invalid rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: #f5f5f5;
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: invalid rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: #3E3E3E;
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: invalid rgba(62, 62, 62, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: #6eba1e;
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: invalid rgba(110, 186, 30, 0.25);
}
.is-secondary.textarea, .is-secondary.input {
  border-color: #597e5b;
}
.is-secondary.textarea:focus, .is-secondary.input:focus, .is-secondary.is-focused.textarea, .is-secondary.is-focused.input, .is-secondary.textarea:active, .is-secondary.input:active, .is-secondary.is-active.textarea, .is-secondary.is-active.input {
  box-shadow: invalid rgba(89, 126, 91, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #6eba1e;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: invalid rgba(110, 186, 30, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: #0c495c;
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: invalid rgba(12, 73, 92, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #679466;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: invalid rgba(103, 148, 102, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: #F7B505;
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: invalid rgba(247, 181, 5, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: #D13F5C;
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: invalid rgba(209, 63, 92, 0.25);
}
.is-progress-NotStartedYet.textarea, .is-progress-NotStartedYet.input {
  border-color: #FDDA7B;
}
.is-progress-NotStartedYet.textarea:focus, .is-progress-NotStartedYet.input:focus, .is-progress-NotStartedYet.is-focused.textarea, .is-progress-NotStartedYet.is-focused.input, .is-progress-NotStartedYet.textarea:active, .is-progress-NotStartedYet.input:active, .is-progress-NotStartedYet.is-active.textarea, .is-progress-NotStartedYet.is-active.input {
  box-shadow: invalid rgba(253, 218, 123, 0.25);
}
.is-progress-Upcomming.textarea, .is-progress-Upcomming.input {
  border-color: #CACACA;
}
.is-progress-Upcomming.textarea:focus, .is-progress-Upcomming.input:focus, .is-progress-Upcomming.is-focused.textarea, .is-progress-Upcomming.is-focused.input, .is-progress-Upcomming.textarea:active, .is-progress-Upcomming.input:active, .is-progress-Upcomming.is-active.textarea, .is-progress-Upcomming.is-active.input {
  box-shadow: invalid rgba(202, 202, 202, 0.25);
}
.is-progress-Overdue.textarea, .is-progress-Overdue.input {
  border-color: #FF7B7B;
}
.is-progress-Overdue.textarea:focus, .is-progress-Overdue.input:focus, .is-progress-Overdue.is-focused.textarea, .is-progress-Overdue.is-focused.input, .is-progress-Overdue.textarea:active, .is-progress-Overdue.input:active, .is-progress-Overdue.is-active.textarea, .is-progress-Overdue.is-active.input {
  box-shadow: invalid rgba(255, 123, 123, 0.25);
}
.is-progress-InProgress.textarea, .is-progress-InProgress.input {
  border-color: #8BD7F8;
}
.is-progress-InProgress.textarea:focus, .is-progress-InProgress.input:focus, .is-progress-InProgress.is-focused.textarea, .is-progress-InProgress.is-focused.input, .is-progress-InProgress.textarea:active, .is-progress-InProgress.input:active, .is-progress-InProgress.is-active.textarea, .is-progress-InProgress.is-active.input {
  box-shadow: invalid rgba(139, 215, 248, 0.25);
}
.is-progress-Completed.textarea, .is-progress-Completed.input {
  border-color: #44CBB6;
}
.is-progress-Completed.textarea:focus, .is-progress-Completed.input:focus, .is-progress-Completed.is-focused.textarea, .is-progress-Completed.is-focused.input, .is-progress-Completed.textarea:active, .is-progress-Completed.input:active, .is-progress-Completed.is-active.textarea, .is-progress-Completed.is-active.input {
  box-shadow: invalid rgba(68, 203, 182, 0.25);
}
.is-progress-course-NotStartedYet.textarea, .is-progress-course-NotStartedYet.input {
  border-color: #ecb920;
}
.is-progress-course-NotStartedYet.textarea:focus, .is-progress-course-NotStartedYet.input:focus, .is-progress-course-NotStartedYet.is-focused.textarea, .is-progress-course-NotStartedYet.is-focused.input, .is-progress-course-NotStartedYet.textarea:active, .is-progress-course-NotStartedYet.input:active, .is-progress-course-NotStartedYet.is-active.textarea, .is-progress-course-NotStartedYet.is-active.input {
  box-shadow: invalid rgba(236, 185, 32, 0.25);
}
.is-progress-course-InProgress.textarea, .is-progress-course-InProgress.input {
  border-color: #2098c3;
}
.is-progress-course-InProgress.textarea:focus, .is-progress-course-InProgress.input:focus, .is-progress-course-InProgress.is-focused.textarea, .is-progress-course-InProgress.is-focused.input, .is-progress-course-InProgress.textarea:active, .is-progress-course-InProgress.input:active, .is-progress-course-InProgress.is-active.textarea, .is-progress-course-InProgress.is-active.input {
  box-shadow: invalid rgba(32, 152, 195, 0.25);
}
.is-progress-course-Completed.textarea, .is-progress-course-Completed.input {
  border-color: #6eba1e;
}
.is-progress-course-Completed.textarea:focus, .is-progress-course-Completed.input:focus, .is-progress-course-Completed.is-focused.textarea, .is-progress-course-Completed.is-focused.input, .is-progress-course-Completed.textarea:active, .is-progress-course-Completed.input:active, .is-progress-course-Completed.is-active.textarea, .is-progress-course-Completed.is-active.input {
  box-shadow: invalid rgba(110, 186, 30, 0.25);
}
.is-progress-Passed.textarea, .is-progress-Passed.input {
  border-color: #44CBB6;
}
.is-progress-Passed.textarea:focus, .is-progress-Passed.input:focus, .is-progress-Passed.is-focused.textarea, .is-progress-Passed.is-focused.input, .is-progress-Passed.textarea:active, .is-progress-Passed.input:active, .is-progress-Passed.is-active.textarea, .is-progress-Passed.is-active.input {
  box-shadow: invalid rgba(68, 203, 182, 0.25);
}
.is-progress-Failed.textarea, .is-progress-Failed.input {
  border-color: #FF7B7B;
}
.is-progress-Failed.textarea:focus, .is-progress-Failed.input:focus, .is-progress-Failed.is-focused.textarea, .is-progress-Failed.is-focused.input, .is-progress-Failed.textarea:active, .is-progress-Failed.input:active, .is-progress-Failed.is-active.textarea, .is-progress-Failed.is-active.input {
  box-shadow: invalid rgba(255, 123, 123, 0.25);
}
.is-progress-Missed.textarea, .is-progress-Missed.input {
  border-color: #CACACA;
}
.is-progress-Missed.textarea:focus, .is-progress-Missed.input:focus, .is-progress-Missed.is-focused.textarea, .is-progress-Missed.is-focused.input, .is-progress-Missed.textarea:active, .is-progress-Missed.input:active, .is-progress-Missed.is-active.textarea, .is-progress-Missed.is-active.input {
  box-shadow: invalid rgba(202, 202, 202, 0.25);
}
.is-progress-Waiting.textarea, .is-progress-Waiting.input {
  border-color: #FDDA7B;
}
.is-progress-Waiting.textarea:focus, .is-progress-Waiting.input:focus, .is-progress-Waiting.is-focused.textarea, .is-progress-Waiting.is-focused.input, .is-progress-Waiting.textarea:active, .is-progress-Waiting.input:active, .is-progress-Waiting.is-active.textarea, .is-progress-Waiting.is-active.input {
  box-shadow: invalid rgba(253, 218, 123, 0.25);
}
.is-exam-header.textarea, .is-exam-header.input {
  border-color: #797979;
}
.is-exam-header.textarea:focus, .is-exam-header.input:focus, .is-exam-header.is-focused.textarea, .is-exam-header.is-focused.input, .is-exam-header.textarea:active, .is-exam-header.input:active, .is-exam-header.is-active.textarea, .is-exam-header.is-active.input {
  box-shadow: invalid rgba(121, 121, 121, 0.25);
}
.is-reward-point.textarea, .is-reward-point.input {
  border-color: #ecb920;
}
.is-reward-point.textarea:focus, .is-reward-point.input:focus, .is-reward-point.is-focused.textarea, .is-reward-point.is-focused.input, .is-reward-point.textarea:active, .is-reward-point.input:active, .is-reward-point.is-active.textarea, .is-reward-point.is-active.input {
  box-shadow: invalid rgba(236, 185, 32, 0.25);
}
.is-exp-point.textarea, .is-exp-point.input {
  border-color: #4493CB;
}
.is-exp-point.textarea:focus, .is-exp-point.input:focus, .is-exp-point.is-focused.textarea, .is-exp-point.is-focused.input, .is-exp-point.textarea:active, .is-exp-point.input:active, .is-exp-point.is-active.textarea, .is-exp-point.is-active.input {
  box-shadow: invalid rgba(68, 147, 203, 0.25);
}
.is-got-reward.textarea, .is-got-reward.input {
  border-color: #AAAAAA;
}
.is-got-reward.textarea:focus, .is-got-reward.input:focus, .is-got-reward.is-focused.textarea, .is-got-reward.is-focused.input, .is-got-reward.textarea:active, .is-got-reward.input:active, .is-got-reward.is-active.textarea, .is-got-reward.is-active.input {
  box-shadow: invalid rgba(170, 170, 170, 0.25);
}
.is-correct-item.textarea, .is-correct-item.input {
  border-color: #2699FB;
}
.is-correct-item.textarea:focus, .is-correct-item.input:focus, .is-correct-item.is-focused.textarea, .is-correct-item.is-focused.input, .is-correct-item.textarea:active, .is-correct-item.input:active, .is-correct-item.is-active.textarea, .is-correct-item.is-active.input {
  box-shadow: invalid rgba(38, 153, 251, 0.25);
}
.is-wrong-item.textarea, .is-wrong-item.input {
  border-color: #CE0029;
}
.is-wrong-item.textarea:focus, .is-wrong-item.input:focus, .is-wrong-item.is-focused.textarea, .is-wrong-item.is-focused.input, .is-wrong-item.textarea:active, .is-wrong-item.input:active, .is-wrong-item.is-active.textarea, .is-wrong-item.is-active.input {
  box-shadow: invalid rgba(206, 0, 41, 0.25);
}
.is-table-header.textarea, .is-table-header.input {
  border-color: #848EA0;
}
.is-table-header.textarea:focus, .is-table-header.input:focus, .is-table-header.is-focused.textarea, .is-table-header.is-focused.input, .is-table-header.textarea:active, .is-table-header.input:active, .is-table-header.is-active.textarea, .is-table-header.is-active.input {
  box-shadow: invalid rgba(132, 142, 160, 0.25);
}
.is-hero-header.textarea, .is-hero-header.input {
  border-color: #8ec051;
}
.is-hero-header.textarea:focus, .is-hero-header.input:focus, .is-hero-header.is-focused.textarea, .is-hero-header.is-focused.input, .is-hero-header.textarea:active, .is-hero-header.input:active, .is-hero-header.is-active.textarea, .is-hero-header.is-active.input {
  box-shadow: invalid rgba(142, 192, 81, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 1.2rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.6rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.8rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}
.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}
.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: invalid;
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #AAAAAA;
  cursor: not-allowed;
}
.radio + .radio {
  margin-left: 0.5em;
}
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 4rem;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #31422f;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: #F4F4F4;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: invalid;
}
.select.is-white:not(:hover)::after {
  border-color: #ffffff;
}
.select.is-white select {
  border-color: #ffffff;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: invalid rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}
.select.is-black select {
  border-color: #0a0a0a;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: invalid rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: #f5f5f5;
}
.select.is-light select {
  border-color: #f5f5f5;
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: invalid rgba(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: #3E3E3E;
}
.select.is-dark select {
  border-color: #3E3E3E;
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #313131;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: invalid rgba(62, 62, 62, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #6eba1e;
}
.select.is-primary select {
  border-color: #6eba1e;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #61a41a;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: invalid rgba(110, 186, 30, 0.25);
}
.select.is-secondary:not(:hover)::after {
  border-color: #597e5b;
}
.select.is-secondary select {
  border-color: #597e5b;
}
.select.is-secondary select:hover, .select.is-secondary select.is-hovered {
  border-color: #4e6f50;
}
.select.is-secondary select:focus, .select.is-secondary select.is-focused, .select.is-secondary select:active, .select.is-secondary select.is-active {
  box-shadow: invalid rgba(89, 126, 91, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #6eba1e;
}
.select.is-link select {
  border-color: #6eba1e;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #61a41a;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: invalid rgba(110, 186, 30, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: #0c495c;
}
.select.is-info select {
  border-color: #0c495c;
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #093745;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: invalid rgba(12, 73, 92, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #679466;
}
.select.is-success select {
  border-color: #679466;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #5c855c;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: invalid rgba(103, 148, 102, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #F7B505;
}
.select.is-warning select {
  border-color: #F7B505;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #dea304;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: invalid rgba(247, 181, 5, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #D13F5C;
}
.select.is-danger select {
  border-color: #D13F5C;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #c7304e;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: invalid rgba(209, 63, 92, 0.25);
}
.select.is-progress-NotStartedYet:not(:hover)::after {
  border-color: #FDDA7B;
}
.select.is-progress-NotStartedYet select {
  border-color: #FDDA7B;
}
.select.is-progress-NotStartedYet select:hover, .select.is-progress-NotStartedYet select.is-hovered {
  border-color: #fdd362;
}
.select.is-progress-NotStartedYet select:focus, .select.is-progress-NotStartedYet select.is-focused, .select.is-progress-NotStartedYet select:active, .select.is-progress-NotStartedYet select.is-active {
  box-shadow: invalid rgba(253, 218, 123, 0.25);
}
.select.is-progress-Upcomming:not(:hover)::after {
  border-color: #CACACA;
}
.select.is-progress-Upcomming select {
  border-color: #CACACA;
}
.select.is-progress-Upcomming select:hover, .select.is-progress-Upcomming select.is-hovered {
  border-color: #bdbdbd;
}
.select.is-progress-Upcomming select:focus, .select.is-progress-Upcomming select.is-focused, .select.is-progress-Upcomming select:active, .select.is-progress-Upcomming select.is-active {
  box-shadow: invalid rgba(202, 202, 202, 0.25);
}
.select.is-progress-Overdue:not(:hover)::after {
  border-color: #FF7B7B;
}
.select.is-progress-Overdue select {
  border-color: #FF7B7B;
}
.select.is-progress-Overdue select:hover, .select.is-progress-Overdue select.is-hovered {
  border-color: #ff6262;
}
.select.is-progress-Overdue select:focus, .select.is-progress-Overdue select.is-focused, .select.is-progress-Overdue select:active, .select.is-progress-Overdue select.is-active {
  box-shadow: invalid rgba(255, 123, 123, 0.25);
}
.select.is-progress-InProgress:not(:hover)::after {
  border-color: #8BD7F8;
}
.select.is-progress-InProgress select {
  border-color: #8BD7F8;
}
.select.is-progress-InProgress select:hover, .select.is-progress-InProgress select.is-hovered {
  border-color: #73cff7;
}
.select.is-progress-InProgress select:focus, .select.is-progress-InProgress select.is-focused, .select.is-progress-InProgress select:active, .select.is-progress-InProgress select.is-active {
  box-shadow: invalid rgba(139, 215, 248, 0.25);
}
.select.is-progress-Completed:not(:hover)::after {
  border-color: #44CBB6;
}
.select.is-progress-Completed select {
  border-color: #44CBB6;
}
.select.is-progress-Completed select:hover, .select.is-progress-Completed select.is-hovered {
  border-color: #35c0ab;
}
.select.is-progress-Completed select:focus, .select.is-progress-Completed select.is-focused, .select.is-progress-Completed select:active, .select.is-progress-Completed select.is-active {
  box-shadow: invalid rgba(68, 203, 182, 0.25);
}
.select.is-progress-course-NotStartedYet:not(:hover)::after {
  border-color: #ecb920;
}
.select.is-progress-course-NotStartedYet select {
  border-color: #ecb920;
}
.select.is-progress-course-NotStartedYet select:hover, .select.is-progress-course-NotStartedYet select.is-hovered {
  border-color: #dfac13;
}
.select.is-progress-course-NotStartedYet select:focus, .select.is-progress-course-NotStartedYet select.is-focused, .select.is-progress-course-NotStartedYet select:active, .select.is-progress-course-NotStartedYet select.is-active {
  box-shadow: invalid rgba(236, 185, 32, 0.25);
}
.select.is-progress-course-InProgress:not(:hover)::after {
  border-color: #2098c3;
}
.select.is-progress-course-InProgress select {
  border-color: #2098c3;
}
.select.is-progress-course-InProgress select:hover, .select.is-progress-course-InProgress select.is-hovered {
  border-color: #1c87ad;
}
.select.is-progress-course-InProgress select:focus, .select.is-progress-course-InProgress select.is-focused, .select.is-progress-course-InProgress select:active, .select.is-progress-course-InProgress select.is-active {
  box-shadow: invalid rgba(32, 152, 195, 0.25);
}
.select.is-progress-course-Completed:not(:hover)::after {
  border-color: #6eba1e;
}
.select.is-progress-course-Completed select {
  border-color: #6eba1e;
}
.select.is-progress-course-Completed select:hover, .select.is-progress-course-Completed select.is-hovered {
  border-color: #61a41a;
}
.select.is-progress-course-Completed select:focus, .select.is-progress-course-Completed select.is-focused, .select.is-progress-course-Completed select:active, .select.is-progress-course-Completed select.is-active {
  box-shadow: invalid rgba(110, 186, 30, 0.25);
}
.select.is-progress-Passed:not(:hover)::after {
  border-color: #44CBB6;
}
.select.is-progress-Passed select {
  border-color: #44CBB6;
}
.select.is-progress-Passed select:hover, .select.is-progress-Passed select.is-hovered {
  border-color: #35c0ab;
}
.select.is-progress-Passed select:focus, .select.is-progress-Passed select.is-focused, .select.is-progress-Passed select:active, .select.is-progress-Passed select.is-active {
  box-shadow: invalid rgba(68, 203, 182, 0.25);
}
.select.is-progress-Failed:not(:hover)::after {
  border-color: #FF7B7B;
}
.select.is-progress-Failed select {
  border-color: #FF7B7B;
}
.select.is-progress-Failed select:hover, .select.is-progress-Failed select.is-hovered {
  border-color: #ff6262;
}
.select.is-progress-Failed select:focus, .select.is-progress-Failed select.is-focused, .select.is-progress-Failed select:active, .select.is-progress-Failed select.is-active {
  box-shadow: invalid rgba(255, 123, 123, 0.25);
}
.select.is-progress-Missed:not(:hover)::after {
  border-color: #CACACA;
}
.select.is-progress-Missed select {
  border-color: #CACACA;
}
.select.is-progress-Missed select:hover, .select.is-progress-Missed select.is-hovered {
  border-color: #bdbdbd;
}
.select.is-progress-Missed select:focus, .select.is-progress-Missed select.is-focused, .select.is-progress-Missed select:active, .select.is-progress-Missed select.is-active {
  box-shadow: invalid rgba(202, 202, 202, 0.25);
}
.select.is-progress-Waiting:not(:hover)::after {
  border-color: #FDDA7B;
}
.select.is-progress-Waiting select {
  border-color: #FDDA7B;
}
.select.is-progress-Waiting select:hover, .select.is-progress-Waiting select.is-hovered {
  border-color: #fdd362;
}
.select.is-progress-Waiting select:focus, .select.is-progress-Waiting select.is-focused, .select.is-progress-Waiting select:active, .select.is-progress-Waiting select.is-active {
  box-shadow: invalid rgba(253, 218, 123, 0.25);
}
.select.is-exam-header:not(:hover)::after {
  border-color: #797979;
}
.select.is-exam-header select {
  border-color: #797979;
}
.select.is-exam-header select:hover, .select.is-exam-header select.is-hovered {
  border-color: #6c6c6c;
}
.select.is-exam-header select:focus, .select.is-exam-header select.is-focused, .select.is-exam-header select:active, .select.is-exam-header select.is-active {
  box-shadow: invalid rgba(121, 121, 121, 0.25);
}
.select.is-reward-point:not(:hover)::after {
  border-color: #ecb920;
}
.select.is-reward-point select {
  border-color: #ecb920;
}
.select.is-reward-point select:hover, .select.is-reward-point select.is-hovered {
  border-color: #dfac13;
}
.select.is-reward-point select:focus, .select.is-reward-point select.is-focused, .select.is-reward-point select:active, .select.is-reward-point select.is-active {
  box-shadow: invalid rgba(236, 185, 32, 0.25);
}
.select.is-exp-point:not(:hover)::after {
  border-color: #4493CB;
}
.select.is-exp-point select {
  border-color: #4493CB;
}
.select.is-exp-point select:hover, .select.is-exp-point select.is-hovered {
  border-color: #3587c0;
}
.select.is-exp-point select:focus, .select.is-exp-point select.is-focused, .select.is-exp-point select:active, .select.is-exp-point select.is-active {
  box-shadow: invalid rgba(68, 147, 203, 0.25);
}
.select.is-got-reward:not(:hover)::after {
  border-color: #AAAAAA;
}
.select.is-got-reward select {
  border-color: #AAAAAA;
}
.select.is-got-reward select:hover, .select.is-got-reward select.is-hovered {
  border-color: #9d9d9d;
}
.select.is-got-reward select:focus, .select.is-got-reward select.is-focused, .select.is-got-reward select:active, .select.is-got-reward select.is-active {
  box-shadow: invalid rgba(170, 170, 170, 0.25);
}
.select.is-correct-item:not(:hover)::after {
  border-color: #2699FB;
}
.select.is-correct-item select {
  border-color: #2699FB;
}
.select.is-correct-item select:hover, .select.is-correct-item select.is-hovered {
  border-color: #0d8dfb;
}
.select.is-correct-item select:focus, .select.is-correct-item select.is-focused, .select.is-correct-item select:active, .select.is-correct-item select.is-active {
  box-shadow: invalid rgba(38, 153, 251, 0.25);
}
.select.is-wrong-item:not(:hover)::after {
  border-color: #CE0029;
}
.select.is-wrong-item select {
  border-color: #CE0029;
}
.select.is-wrong-item select:hover, .select.is-wrong-item select.is-hovered {
  border-color: #b50024;
}
.select.is-wrong-item select:focus, .select.is-wrong-item select.is-focused, .select.is-wrong-item select:active, .select.is-wrong-item select.is-active {
  box-shadow: invalid rgba(206, 0, 41, 0.25);
}
.select.is-table-header:not(:hover)::after {
  border-color: #848EA0;
}
.select.is-table-header select {
  border-color: #848EA0;
}
.select.is-table-header select:hover, .select.is-table-header select.is-hovered {
  border-color: #768195;
}
.select.is-table-header select:focus, .select.is-table-header select.is-focused, .select.is-table-header select:active, .select.is-table-header select.is-active {
  box-shadow: invalid rgba(132, 142, 160, 0.25);
}
.select.is-hero-header:not(:hover)::after {
  border-color: #8ec051;
}
.select.is-hero-header select {
  border-color: #8ec051;
}
.select.is-hero-header select:hover, .select.is-hero-header select.is-hovered {
  border-color: #81b642;
}
.select.is-hero-header select:focus, .select.is-hero-header select.is-focused, .select.is-hero-header select:active, .select.is-hero-header select.is-active {
  box-shadow: invalid rgba(142, 192, 81, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 1.2rem;
}
.select.is-medium {
  font-size: 1.6rem;
}
.select.is-large {
  font-size: 1.8rem;
}
.select.is-disabled::after {
  border-color: #AAAAAA;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 1.2rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.6rem;
}
.select.is-loading.is-large:after {
  font-size: 1.8rem;
}
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: #ffffff;
  border-color: transparent;
  color: #31422f;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #31422f;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #31422f;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #31422f;
}
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #ffffff;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: #ffffff;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: #ffffff;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: #ffffff;
}
.file.is-light .file-cta {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #31422f;
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #efefef;
  border-color: transparent;
  color: #31422f;
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #31422f;
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #31422f;
}
.file.is-dark .file-cta {
  background-color: #3E3E3E;
  border-color: transparent;
  color: #ffffff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #383838;
  border-color: transparent;
  color: #ffffff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 62, 62, 0.25);
  color: #ffffff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #313131;
  border-color: transparent;
  color: #ffffff;
}
.file.is-primary .file-cta {
  background-color: #6eba1e;
  border-color: transparent;
  color: #ffffff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #68af1c;
  border-color: transparent;
  color: #ffffff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(110, 186, 30, 0.25);
  color: #ffffff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #61a41a;
  border-color: transparent;
  color: #ffffff;
}
.file.is-secondary .file-cta {
  background-color: #597e5b;
  border-color: transparent;
  color: #ffffff;
}
.file.is-secondary:hover .file-cta, .file.is-secondary.is-hovered .file-cta {
  background-color: #547756;
  border-color: transparent;
  color: #ffffff;
}
.file.is-secondary:focus .file-cta, .file.is-secondary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(89, 126, 91, 0.25);
  color: #ffffff;
}
.file.is-secondary:active .file-cta, .file.is-secondary.is-active .file-cta {
  background-color: #4e6f50;
  border-color: transparent;
  color: #ffffff;
}
.file.is-link .file-cta {
  background-color: #6eba1e;
  border-color: transparent;
  color: #ffffff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #68af1c;
  border-color: transparent;
  color: #ffffff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(110, 186, 30, 0.25);
  color: #ffffff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #61a41a;
  border-color: transparent;
  color: #ffffff;
}
.file.is-info .file-cta {
  background-color: #0c495c;
  border-color: transparent;
  color: #ffffff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #0b4051;
  border-color: transparent;
  color: #ffffff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(12, 73, 92, 0.25);
  color: #ffffff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #093745;
  border-color: transparent;
  color: #ffffff;
}
.file.is-success .file-cta {
  background-color: #679466;
  border-color: transparent;
  color: #ffffff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #628c61;
  border-color: transparent;
  color: #ffffff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(103, 148, 102, 0.25);
  color: #ffffff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #5c855c;
  border-color: transparent;
  color: #ffffff;
}
.file.is-warning .file-cta {
  background-color: #F7B505;
  border-color: transparent;
  color: #31422f;
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ebac05;
  border-color: transparent;
  color: #31422f;
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(247, 181, 5, 0.25);
  color: #31422f;
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #dea304;
  border-color: transparent;
  color: #31422f;
}
.file.is-danger .file-cta {
  background-color: #D13F5C;
  border-color: transparent;
  color: #ffffff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #cf3553;
  border-color: transparent;
  color: #ffffff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(209, 63, 92, 0.25);
  color: #ffffff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #c7304e;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-NotStartedYet .file-cta {
  background-color: #FDDA7B;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-NotStartedYet:hover .file-cta, .file.is-progress-NotStartedYet.is-hovered .file-cta {
  background-color: #fdd66e;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-NotStartedYet:focus .file-cta, .file.is-progress-NotStartedYet.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(253, 218, 123, 0.25);
  color: #31422f;
}
.file.is-progress-NotStartedYet:active .file-cta, .file.is-progress-NotStartedYet.is-active .file-cta {
  background-color: #fdd362;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Upcomming .file-cta {
  background-color: #CACACA;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Upcomming:hover .file-cta, .file.is-progress-Upcomming.is-hovered .file-cta {
  background-color: #c4c4c4;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Upcomming:focus .file-cta, .file.is-progress-Upcomming.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(202, 202, 202, 0.25);
  color: #31422f;
}
.file.is-progress-Upcomming:active .file-cta, .file.is-progress-Upcomming.is-active .file-cta {
  background-color: #bdbdbd;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Overdue .file-cta {
  background-color: #FF7B7B;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Overdue:hover .file-cta, .file.is-progress-Overdue.is-hovered .file-cta {
  background-color: #ff6e6e;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Overdue:focus .file-cta, .file.is-progress-Overdue.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 123, 123, 0.25);
  color: #ffffff;
}
.file.is-progress-Overdue:active .file-cta, .file.is-progress-Overdue.is-active .file-cta {
  background-color: #ff6262;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-InProgress .file-cta {
  background-color: #8BD7F8;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-InProgress:hover .file-cta, .file.is-progress-InProgress.is-hovered .file-cta {
  background-color: #7fd3f7;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-InProgress:focus .file-cta, .file.is-progress-InProgress.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(139, 215, 248, 0.25);
  color: #31422f;
}
.file.is-progress-InProgress:active .file-cta, .file.is-progress-InProgress.is-active .file-cta {
  background-color: #73cff7;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Completed .file-cta {
  background-color: #44CBB6;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Completed:hover .file-cta, .file.is-progress-Completed.is-hovered .file-cta {
  background-color: #3ac8b2;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Completed:focus .file-cta, .file.is-progress-Completed.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(68, 203, 182, 0.25);
  color: #ffffff;
}
.file.is-progress-Completed:active .file-cta, .file.is-progress-Completed.is-active .file-cta {
  background-color: #35c0ab;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-course-NotStartedYet .file-cta {
  background-color: #ecb920;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-course-NotStartedYet:hover .file-cta, .file.is-progress-course-NotStartedYet.is-hovered .file-cta {
  background-color: #ebb514;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-course-NotStartedYet:focus .file-cta, .file.is-progress-course-NotStartedYet.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(236, 185, 32, 0.25);
  color: #31422f;
}
.file.is-progress-course-NotStartedYet:active .file-cta, .file.is-progress-course-NotStartedYet.is-active .file-cta {
  background-color: #dfac13;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-course-InProgress .file-cta {
  background-color: #2098c3;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-course-InProgress:hover .file-cta, .file.is-progress-course-InProgress.is-hovered .file-cta {
  background-color: #1e8fb8;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-course-InProgress:focus .file-cta, .file.is-progress-course-InProgress.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(32, 152, 195, 0.25);
  color: #ffffff;
}
.file.is-progress-course-InProgress:active .file-cta, .file.is-progress-course-InProgress.is-active .file-cta {
  background-color: #1c87ad;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-course-Completed .file-cta {
  background-color: #6eba1e;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-course-Completed:hover .file-cta, .file.is-progress-course-Completed.is-hovered .file-cta {
  background-color: #68af1c;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-course-Completed:focus .file-cta, .file.is-progress-course-Completed.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(110, 186, 30, 0.25);
  color: #ffffff;
}
.file.is-progress-course-Completed:active .file-cta, .file.is-progress-course-Completed.is-active .file-cta {
  background-color: #61a41a;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Passed .file-cta {
  background-color: #44CBB6;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Passed:hover .file-cta, .file.is-progress-Passed.is-hovered .file-cta {
  background-color: #3ac8b2;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Passed:focus .file-cta, .file.is-progress-Passed.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(68, 203, 182, 0.25);
  color: #ffffff;
}
.file.is-progress-Passed:active .file-cta, .file.is-progress-Passed.is-active .file-cta {
  background-color: #35c0ab;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Failed .file-cta {
  background-color: #FF7B7B;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Failed:hover .file-cta, .file.is-progress-Failed.is-hovered .file-cta {
  background-color: #ff6e6e;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Failed:focus .file-cta, .file.is-progress-Failed.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 123, 123, 0.25);
  color: #ffffff;
}
.file.is-progress-Failed:active .file-cta, .file.is-progress-Failed.is-active .file-cta {
  background-color: #ff6262;
  border-color: transparent;
  color: #ffffff;
}
.file.is-progress-Missed .file-cta {
  background-color: #CACACA;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Missed:hover .file-cta, .file.is-progress-Missed.is-hovered .file-cta {
  background-color: #c4c4c4;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Missed:focus .file-cta, .file.is-progress-Missed.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(202, 202, 202, 0.25);
  color: #31422f;
}
.file.is-progress-Missed:active .file-cta, .file.is-progress-Missed.is-active .file-cta {
  background-color: #bdbdbd;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Waiting .file-cta {
  background-color: #FDDA7B;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Waiting:hover .file-cta, .file.is-progress-Waiting.is-hovered .file-cta {
  background-color: #fdd66e;
  border-color: transparent;
  color: #31422f;
}
.file.is-progress-Waiting:focus .file-cta, .file.is-progress-Waiting.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(253, 218, 123, 0.25);
  color: #31422f;
}
.file.is-progress-Waiting:active .file-cta, .file.is-progress-Waiting.is-active .file-cta {
  background-color: #fdd362;
  border-color: transparent;
  color: #31422f;
}
.file.is-exam-header .file-cta {
  background-color: #797979;
  border-color: transparent;
  color: #ffffff;
}
.file.is-exam-header:hover .file-cta, .file.is-exam-header.is-hovered .file-cta {
  background-color: #737373;
  border-color: transparent;
  color: #ffffff;
}
.file.is-exam-header:focus .file-cta, .file.is-exam-header.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(121, 121, 121, 0.25);
  color: #ffffff;
}
.file.is-exam-header:active .file-cta, .file.is-exam-header.is-active .file-cta {
  background-color: #6c6c6c;
  border-color: transparent;
  color: #ffffff;
}
.file.is-reward-point .file-cta {
  background-color: #ecb920;
  border-color: transparent;
  color: #31422f;
}
.file.is-reward-point:hover .file-cta, .file.is-reward-point.is-hovered .file-cta {
  background-color: #ebb514;
  border-color: transparent;
  color: #31422f;
}
.file.is-reward-point:focus .file-cta, .file.is-reward-point.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(236, 185, 32, 0.25);
  color: #31422f;
}
.file.is-reward-point:active .file-cta, .file.is-reward-point.is-active .file-cta {
  background-color: #dfac13;
  border-color: transparent;
  color: #31422f;
}
.file.is-exp-point .file-cta {
  background-color: #4493CB;
  border-color: transparent;
  color: #ffffff;
}
.file.is-exp-point:hover .file-cta, .file.is-exp-point.is-hovered .file-cta {
  background-color: #3a8dc8;
  border-color: transparent;
  color: #ffffff;
}
.file.is-exp-point:focus .file-cta, .file.is-exp-point.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(68, 147, 203, 0.25);
  color: #ffffff;
}
.file.is-exp-point:active .file-cta, .file.is-exp-point.is-active .file-cta {
  background-color: #3587c0;
  border-color: transparent;
  color: #ffffff;
}
.file.is-got-reward .file-cta {
  background-color: #AAAAAA;
  border-color: transparent;
  color: #ffffff;
}
.file.is-got-reward:hover .file-cta, .file.is-got-reward.is-hovered .file-cta {
  background-color: #a4a4a4;
  border-color: transparent;
  color: #ffffff;
}
.file.is-got-reward:focus .file-cta, .file.is-got-reward.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(170, 170, 170, 0.25);
  color: #ffffff;
}
.file.is-got-reward:active .file-cta, .file.is-got-reward.is-active .file-cta {
  background-color: #9d9d9d;
  border-color: transparent;
  color: #ffffff;
}
.file.is-correct-item .file-cta {
  background-color: #2699FB;
  border-color: transparent;
  color: #ffffff;
}
.file.is-correct-item:hover .file-cta, .file.is-correct-item.is-hovered .file-cta {
  background-color: #1993fb;
  border-color: transparent;
  color: #ffffff;
}
.file.is-correct-item:focus .file-cta, .file.is-correct-item.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(38, 153, 251, 0.25);
  color: #ffffff;
}
.file.is-correct-item:active .file-cta, .file.is-correct-item.is-active .file-cta {
  background-color: #0d8dfb;
  border-color: transparent;
  color: #ffffff;
}
.file.is-wrong-item .file-cta {
  background-color: #CE0029;
  border-color: transparent;
  color: #ffffff;
}
.file.is-wrong-item:hover .file-cta, .file.is-wrong-item.is-hovered .file-cta {
  background-color: #c10026;
  border-color: transparent;
  color: #ffffff;
}
.file.is-wrong-item:focus .file-cta, .file.is-wrong-item.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(206, 0, 41, 0.25);
  color: #ffffff;
}
.file.is-wrong-item:active .file-cta, .file.is-wrong-item.is-active .file-cta {
  background-color: #b50024;
  border-color: transparent;
  color: #ffffff;
}
.file.is-table-header .file-cta {
  background-color: #848EA0;
  border-color: transparent;
  color: #ffffff;
}
.file.is-table-header:hover .file-cta, .file.is-table-header.is-hovered .file-cta {
  background-color: #7d879a;
  border-color: transparent;
  color: #ffffff;
}
.file.is-table-header:focus .file-cta, .file.is-table-header.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(132, 142, 160, 0.25);
  color: #ffffff;
}
.file.is-table-header:active .file-cta, .file.is-table-header.is-active .file-cta {
  background-color: #768195;
  border-color: transparent;
  color: #ffffff;
}
.file.is-hero-header .file-cta {
  background-color: #8ec051;
  border-color: transparent;
  color: #ffffff;
}
.file.is-hero-header:hover .file-cta, .file.is-hero-header.is-hovered .file-cta {
  background-color: #88bd48;
  border-color: transparent;
  color: #ffffff;
}
.file.is-hero-header:focus .file-cta, .file.is-hero-header.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(142, 192, 81, 0.25);
  color: #ffffff;
}
.file.is-hero-header:active .file-cta, .file.is-hero-header.is-active .file-cta {
  background-color: #81b642;
  border-color: transparent;
  color: #ffffff;
}
.file.is-small {
  font-size: 1.2rem;
}
.file.is-medium {
  font-size: 1.6rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.8rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #ececec;
  color: #3E3E3E;
}
.file-label:hover .file-name {
  border-color: #dfdfdf;
}
.file-label:active .file-cta {
  background-color: #e5e5e5;
  color: #3E3E3E;
}
.file-label:active .file-name {
  border-color: #d8d8d8;
}
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file-cta,
.file-name {
  border-color: #E5E5E5;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.file-cta {
  background-color: #f2f2f2;
  color: #31422f;
}
.file-name {
  border-color: #E5E5E5;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}
.label {
  color: #3E3E3E;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 1.2rem;
}
.label.is-medium {
  font-size: 1.6rem;
}
.label.is-large {
  font-size: 1.8rem;
}
.help {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: #ffffff;
}
.help.is-black {
  color: #0a0a0a;
}
.help.is-light {
  color: #f5f5f5;
}
.help.is-dark {
  color: #3E3E3E;
}
.help.is-primary {
  color: #6eba1e;
}
.help.is-secondary {
  color: #597e5b;
}
.help.is-link {
  color: #6eba1e;
}
.help.is-info {
  color: #0c495c;
}
.help.is-success {
  color: #679466;
}
.help.is-warning {
  color: #F7B505;
}
.help.is-danger {
  color: #D13F5C;
}
.help.is-progress-NotStartedYet {
  color: #FDDA7B;
}
.help.is-progress-Upcomming {
  color: #CACACA;
}
.help.is-progress-Overdue {
  color: #FF7B7B;
}
.help.is-progress-InProgress {
  color: #8BD7F8;
}
.help.is-progress-Completed {
  color: #44CBB6;
}
.help.is-progress-course-NotStartedYet {
  color: #ecb920;
}
.help.is-progress-course-InProgress {
  color: #2098c3;
}
.help.is-progress-course-Completed {
  color: #6eba1e;
}
.help.is-progress-Passed {
  color: #44CBB6;
}
.help.is-progress-Failed {
  color: #FF7B7B;
}
.help.is-progress-Missed {
  color: #CACACA;
}
.help.is-progress-Waiting {
  color: #FDDA7B;
}
.help.is-exam-header {
  color: #797979;
}
.help.is-reward-point {
  color: #ecb920;
}
.help.is-exp-point {
  color: #4493CB;
}
.help.is-got-reward {
  color: #AAAAAA;
}
.help.is-correct-item {
  color: #2699FB;
}
.help.is-wrong-item {
  color: #CE0029;
}
.help.is-table-header {
  color: #848EA0;
}
.help.is-hero-header {
  color: #8ec051;
}
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .field.is-horizontal {
    display: flex;
  }
}
.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 1.2rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.6rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.8rem;
    padding-top: 0.375em;
  }
}
.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1.4rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #31422f;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 1.2rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.6rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.8rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #31422f;
  height: 4rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 4rem;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 4rem;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 4rem;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 1.2rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.6rem;
}
.control.is-loading.is-large:after {
  font-size: 1.8rem;
}
/* Bulma Components */
.breadcrumb {
  font-size: 1.4rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: #6eba1e;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: invalid-color;
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #3E3E3E;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #404040;
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 1.2rem;
}
.breadcrumb.is-medium {
  font-size: 1.6rem;
}
.breadcrumb.is-large {
  font-size: 1.8rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}
.card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  color: #31422f;
  max-width: 100%;
  position: relative;
}
.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.1);
  display: flex;
}
.card-header-title {
  align-items: center;
  color: #3E3E3E;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.card-header-title.is-centered {
  justify-content: center;
}
.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}
.card-image {
  display: block;
  position: relative;
}
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}
.card-footer {
  background-color: transparent;
  border-top: 1px solid #E5E5E5;
  align-items: stretch;
  display: flex;
}
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}
.card .media:not(:last-child) {
  margin-bottom: 1.6rem;
}
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 16rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}
.dropdown-content {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.dropdown-item {
  color: #31422f;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}
a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #F4F4F4;
  color: #000000;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #6eba1e;
  color: #ffffff;
}
.dropdown-divider {
  background-color: #E5E5E5;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}
.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.8rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.8rem;
  }
}
.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .level-left {
    display: flex;
  }
}
.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px), print {
  .level-right {
    display: flex;
  }
}
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(229, 229, 229, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(229, 229, 229, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.media-left {
  margin-right: 1rem;
}
.media-right {
  margin-left: 1rem;
}
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}
@media screen and (max-width: 767px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1.4rem;
}
.menu.is-small {
  font-size: 1.2rem;
}
.menu.is-medium {
  font-size: 1.6rem;
}
.menu.is-large {
  font-size: 1.8rem;
}
.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: #31422f;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: #F4F4F4;
  color: #3E3E3E;
}
.menu-list a.is-active {
  background-color: #6eba1e;
  color: #ffffff;
}
.menu-list li ul {
  border-left: 1px solid #E5E5E5;
  margin: 0.75em;
  padding-left: 0.75em;
}
.menu-label {
  color: #696e69;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}
.message {
  background-color: #F4F4F4;
  border-radius: 0;
  font-size: 1.4rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 1.2rem;
}
.message.is-medium {
  font-size: 1.6rem;
}
.message.is-large {
  font-size: 1.8rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: #ffffff;
  color: #31422f;
}
.message.is-white .message-body {
  border-color: #ffffff;
  color: #4a4a4a;
}
.message.is-black {
  background-color: #fafafa;
}
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: #ffffff;
}
.message.is-black .message-body {
  border-color: #0a0a0a;
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-light .message-header {
  background-color: #f5f5f5;
  color: #31422f;
}
.message.is-light .message-body {
  border-color: #f5f5f5;
}
.message.is-dark {
  background-color: #fafafa;
}
.message.is-dark .message-header {
  background-color: #3E3E3E;
  color: #ffffff;
}
.message.is-dark .message-body {
  border-color: #3E3E3E;
}
.message.is-primary {
  background-color: #fafef6;
}
.message.is-primary .message-header {
  background-color: #6eba1e;
  color: #ffffff;
}
.message.is-primary .message-body {
  border-color: #6eba1e;
}
.message.is-secondary {
  background-color: #f9fbf9;
}
.message.is-secondary .message-header {
  background-color: #597e5b;
  color: #ffffff;
}
.message.is-secondary .message-body {
  border-color: #597e5b;
}
.message.is-link {
  background-color: #fafef6;
}
.message.is-link .message-header {
  background-color: #6eba1e;
  color: #ffffff;
}
.message.is-link .message-body {
  border-color: #6eba1e;
}
.message.is-info {
  background-color: #f6fcfe;
}
.message.is-info .message-header {
  background-color: #0c495c;
  color: #ffffff;
}
.message.is-info .message-body {
  border-color: #0c495c;
}
.message.is-success {
  background-color: #f9fbf9;
}
.message.is-success .message-header {
  background-color: #679466;
  color: #ffffff;
}
.message.is-success .message-body {
  border-color: #679466;
}
.message.is-warning {
  background-color: #fffcf5;
}
.message.is-warning .message-header {
  background-color: #F7B505;
  color: #31422f;
}
.message.is-warning .message-body {
  border-color: #F7B505;
}
.message.is-danger {
  background-color: #fdf7f8;
}
.message.is-danger .message-header {
  background-color: #D13F5C;
  color: #ffffff;
}
.message.is-danger .message-body {
  border-color: #D13F5C;
}
.message.is-progress-NotStartedYet {
  background-color: #fff9eb;
}
.message.is-progress-NotStartedYet .message-header {
  background-color: #FDDA7B;
  color: #31422f;
}
.message.is-progress-NotStartedYet .message-body {
  border-color: #FDDA7B;
  color: #926b02;
}
.message.is-progress-Upcomming {
  background-color: whitesmoke;
}
.message.is-progress-Upcomming .message-header {
  background-color: #CACACA;
  color: #31422f;
}
.message.is-progress-Upcomming .message-body {
  border-color: #CACACA;
  color: #4a4a4a;
}
.message.is-progress-Overdue {
  background-color: #ffebeb;
}
.message.is-progress-Overdue .message-header {
  background-color: #FF7B7B;
  color: #ffffff;
}
.message.is-progress-Overdue .message-body {
  border-color: #FF7B7B;
  color: #b30000;
}
.message.is-progress-InProgress {
  background-color: #ecf8fe;
}
.message.is-progress-InProgress .message-header {
  background-color: #8BD7F8;
  color: #31422f;
}
.message.is-progress-InProgress .message-body {
  border-color: #8BD7F8;
  color: #08648b;
}
.message.is-progress-Completed {
  background-color: #effbf9;
}
.message.is-progress-Completed .message-header {
  background-color: #44CBB6;
  color: #ffffff;
}
.message.is-progress-Completed .message-body {
  border-color: #44CBB6;
  color: #207467;
}
.message.is-progress-course-NotStartedYet {
  background-color: #fdf9ec;
}
.message.is-progress-course-NotStartedYet .message-header {
  background-color: #ecb920;
  color: #31422f;
}
.message.is-progress-course-NotStartedYet .message-body {
  border-color: #ecb920;
  color: #88690c;
}
.message.is-progress-course-InProgress {
  background-color: #edf8fc;
}
.message.is-progress-course-InProgress .message-header {
  background-color: #2098c3;
  color: #ffffff;
}
.message.is-progress-course-InProgress .message-body {
  border-color: #2098c3;
  color: #1d89af;
}
.message.is-progress-course-Completed {
  background-color: #f5fced;
}
.message.is-progress-course-Completed .message-header {
  background-color: #6eba1e;
  color: #ffffff;
}
.message.is-progress-course-Completed .message-body {
  border-color: #6eba1e;
  color: #589518;
}
.message.is-progress-Passed {
  background-color: #effbf9;
}
.message.is-progress-Passed .message-header {
  background-color: #44CBB6;
  color: #ffffff;
}
.message.is-progress-Passed .message-body {
  border-color: #44CBB6;
  color: #207467;
}
.message.is-progress-Failed {
  background-color: #ffebeb;
}
.message.is-progress-Failed .message-header {
  background-color: #FF7B7B;
  color: #ffffff;
}
.message.is-progress-Failed .message-body {
  border-color: #FF7B7B;
  color: #b30000;
}
.message.is-progress-Missed {
  background-color: whitesmoke;
}
.message.is-progress-Missed .message-header {
  background-color: #CACACA;
  color: #31422f;
}
.message.is-progress-Missed .message-body {
  border-color: #CACACA;
  color: #4a4a4a;
}
.message.is-progress-Waiting {
  background-color: #fff9eb;
}
.message.is-progress-Waiting .message-header {
  background-color: #FDDA7B;
  color: #31422f;
}
.message.is-progress-Waiting .message-body {
  border-color: #FDDA7B;
  color: #926b02;
}
.message.is-exam-header {
  background-color: whitesmoke;
}
.message.is-exam-header .message-header {
  background-color: #797979;
  color: #ffffff;
}
.message.is-exam-header .message-body {
  border-color: #797979;
  color: #707070;
}
.message.is-reward-point {
  background-color: #fdf9ec;
}
.message.is-reward-point .message-header {
  background-color: #ecb920;
  color: #31422f;
}
.message.is-reward-point .message-body {
  border-color: #ecb920;
  color: #88690c;
}
.message.is-exp-point {
  background-color: #eff6fb;
}
.message.is-exp-point .message-header {
  background-color: #4493CB;
  color: #ffffff;
}
.message.is-exp-point .message-body {
  border-color: #4493CB;
  color: #2c70a0;
}
.message.is-got-reward {
  background-color: whitesmoke;
}
.message.is-got-reward .message-header {
  background-color: #AAAAAA;
  color: #ffffff;
}
.message.is-got-reward .message-body {
  border-color: #AAAAAA;
  color: #525252;
}
.message.is-correct-item {
  background-color: #ebf6ff;
}
.message.is-correct-item .message-header {
  background-color: #2699FB;
  color: #ffffff;
}
.message.is-correct-item .message-body {
  border-color: #2699FB;
  color: #0468be;
}
.message.is-wrong-item {
  background-color: #ffebef;
}
.message.is-wrong-item .message-header {
  background-color: #CE0029;
  color: #ffffff;
}
.message.is-wrong-item .message-body {
  border-color: #CE0029;
  color: #fa0032;
}
.message.is-table-header {
  background-color: #f3f4f6;
}
.message.is-table-header .message-header {
  background-color: #848EA0;
  color: #ffffff;
}
.message.is-table-header .message-body {
  border-color: #848EA0;
  color: #576070;
}
.message.is-hero-header {
  background-color: #f5faf0;
}
.message.is-hero-header .message-header {
  background-color: #8ec051;
  color: #ffffff;
}
.message.is-hero-header .message-body {
  border-color: #8ec051;
  color: #53742a;
}
.message-header {
  align-items: center;
  background-color: #31422f;
  border-radius: 0 0 0 0;
  color: #ffffff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 2.8rem;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.message-body {
  border-color: #E5E5E5;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #31422f;
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: #ffffff;
}
.message-body pre code {
  background-color: transparent;
}
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1020;
}
.modal.is-active {
  display: flex;
}
.modal-background {
  background-color: rgba(0, 0, 0, 0.86);
}
.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}
.modal-close {
  background: none;
  height: 20px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 20px;
}
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}
.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #6eba1e;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 2.1rem;
  position: relative;
}
.modal-card-head {
  border-bottom: 1px solid #E5E5E5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-card-title {
  color: #ffffff;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1;
}
.modal-card-foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #E5E5E5;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 2rem;
}
.navbar {
  background-color: #ffffff;
  min-height: 4rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: #ffffff;
  color: #31422f;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #31422f;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-white .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #31422f;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #31422f;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffffff;
    color: #31422f;
  }
}
.navbar.is-black {
  background-color: #0a0a0a;
  color: #ffffff;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: #ffffff;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-black .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: #ffffff;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: #ffffff;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: #ffffff;
  }
}
.navbar.is-light {
  background-color: #f5f5f5;
  color: #31422f;
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #31422f;
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-light .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #31422f;
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #31422f;
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: #f5f5f5;
    color: #31422f;
  }
}
.navbar.is-dark {
  background-color: #3E3E3E;
  color: #ffffff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #313131;
  color: #ffffff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-dark .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #313131;
    color: #ffffff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #313131;
    color: #ffffff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #3E3E3E;
    color: #ffffff;
  }
}
.navbar.is-primary {
  background-color: #6eba1e;
  color: #ffffff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #61a41a;
  color: #ffffff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-primary .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #61a41a;
    color: #ffffff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #61a41a;
    color: #ffffff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #6eba1e;
    color: #ffffff;
  }
}
.navbar.is-secondary {
  background-color: #597e5b;
  color: #ffffff;
}
.navbar.is-secondary .navbar-brand > .navbar-item,
.navbar.is-secondary .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-secondary .navbar-brand > a.navbar-item:focus, .navbar.is-secondary .navbar-brand > a.navbar-item:hover, .navbar.is-secondary .navbar-brand > a.navbar-item.is-active,
.navbar.is-secondary .navbar-brand .navbar-link:focus,
.navbar.is-secondary .navbar-brand .navbar-link:hover,
.navbar.is-secondary .navbar-brand .navbar-link.is-active {
  background-color: #4e6f50;
  color: #ffffff;
}
.navbar.is-secondary .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-secondary .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-secondary .navbar-start > .navbar-item,
.navbar.is-secondary .navbar-start .navbar-link,
.navbar.is-secondary .navbar-end > .navbar-item,
.navbar.is-secondary .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-secondary .navbar-start > a.navbar-item:focus, .navbar.is-secondary .navbar-start > a.navbar-item:hover, .navbar.is-secondary .navbar-start > a.navbar-item.is-active,
.navbar.is-secondary .navbar-start .navbar-link:focus,
.navbar.is-secondary .navbar-start .navbar-link:hover,
.navbar.is-secondary .navbar-start .navbar-link.is-active,
.navbar.is-secondary .navbar-end > a.navbar-item:focus,
.navbar.is-secondary .navbar-end > a.navbar-item:hover,
.navbar.is-secondary .navbar-end > a.navbar-item.is-active,
.navbar.is-secondary .navbar-end .navbar-link:focus,
.navbar.is-secondary .navbar-end .navbar-link:hover,
.navbar.is-secondary .navbar-end .navbar-link.is-active {
    background-color: #4e6f50;
    color: #ffffff;
  }
  .navbar.is-secondary .navbar-start .navbar-link::after,
.navbar.is-secondary .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-secondary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-secondary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-secondary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #4e6f50;
    color: #ffffff;
  }
  .navbar.is-secondary .navbar-dropdown a.navbar-item.is-active {
    background-color: #597e5b;
    color: #ffffff;
  }
}
.navbar.is-link {
  background-color: #6eba1e;
  color: #ffffff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #61a41a;
  color: #ffffff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-link .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #61a41a;
    color: #ffffff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #61a41a;
    color: #ffffff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #6eba1e;
    color: #ffffff;
  }
}
.navbar.is-info {
  background-color: #0c495c;
  color: #ffffff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #093745;
  color: #ffffff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-info .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #093745;
    color: #ffffff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #093745;
    color: #ffffff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #0c495c;
    color: #ffffff;
  }
}
.navbar.is-success {
  background-color: #679466;
  color: #ffffff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #5c855c;
  color: #ffffff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-success .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #5c855c;
    color: #ffffff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #5c855c;
    color: #ffffff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #679466;
    color: #ffffff;
  }
}
.navbar.is-warning {
  background-color: #F7B505;
  color: #31422f;
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #dea304;
  color: #31422f;
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-warning .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #dea304;
    color: #31422f;
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #dea304;
    color: #31422f;
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #F7B505;
    color: #31422f;
  }
}
.navbar.is-danger {
  background-color: #D13F5C;
  color: #ffffff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #c7304e;
  color: #ffffff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-danger .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #c7304e;
    color: #ffffff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #c7304e;
    color: #ffffff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #D13F5C;
    color: #ffffff;
  }
}
.navbar.is-progress-NotStartedYet {
  background-color: #FDDA7B;
  color: #31422f;
}
.navbar.is-progress-NotStartedYet .navbar-brand > .navbar-item,
.navbar.is-progress-NotStartedYet .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-progress-NotStartedYet .navbar-brand > a.navbar-item:focus, .navbar.is-progress-NotStartedYet .navbar-brand > a.navbar-item:hover, .navbar.is-progress-NotStartedYet .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-NotStartedYet .navbar-brand .navbar-link:focus,
.navbar.is-progress-NotStartedYet .navbar-brand .navbar-link:hover,
.navbar.is-progress-NotStartedYet .navbar-brand .navbar-link.is-active {
  background-color: #fdd362;
  color: #31422f;
}
.navbar.is-progress-NotStartedYet .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-progress-NotStartedYet .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-NotStartedYet .navbar-start > .navbar-item,
.navbar.is-progress-NotStartedYet .navbar-start .navbar-link,
.navbar.is-progress-NotStartedYet .navbar-end > .navbar-item,
.navbar.is-progress-NotStartedYet .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-progress-NotStartedYet .navbar-start > a.navbar-item:focus, .navbar.is-progress-NotStartedYet .navbar-start > a.navbar-item:hover, .navbar.is-progress-NotStartedYet .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-NotStartedYet .navbar-start .navbar-link:focus,
.navbar.is-progress-NotStartedYet .navbar-start .navbar-link:hover,
.navbar.is-progress-NotStartedYet .navbar-start .navbar-link.is-active,
.navbar.is-progress-NotStartedYet .navbar-end > a.navbar-item:focus,
.navbar.is-progress-NotStartedYet .navbar-end > a.navbar-item:hover,
.navbar.is-progress-NotStartedYet .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-NotStartedYet .navbar-end .navbar-link:focus,
.navbar.is-progress-NotStartedYet .navbar-end .navbar-link:hover,
.navbar.is-progress-NotStartedYet .navbar-end .navbar-link.is-active {
    background-color: #fdd362;
    color: #31422f;
  }
  .navbar.is-progress-NotStartedYet .navbar-start .navbar-link::after,
.navbar.is-progress-NotStartedYet .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-progress-NotStartedYet .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-NotStartedYet .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-NotStartedYet .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fdd362;
    color: #31422f;
  }
  .navbar.is-progress-NotStartedYet .navbar-dropdown a.navbar-item.is-active {
    background-color: #FDDA7B;
    color: #31422f;
  }
}
.navbar.is-progress-Upcomming {
  background-color: #CACACA;
  color: #31422f;
}
.navbar.is-progress-Upcomming .navbar-brand > .navbar-item,
.navbar.is-progress-Upcomming .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-progress-Upcomming .navbar-brand > a.navbar-item:focus, .navbar.is-progress-Upcomming .navbar-brand > a.navbar-item:hover, .navbar.is-progress-Upcomming .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-Upcomming .navbar-brand .navbar-link:focus,
.navbar.is-progress-Upcomming .navbar-brand .navbar-link:hover,
.navbar.is-progress-Upcomming .navbar-brand .navbar-link.is-active {
  background-color: #bdbdbd;
  color: #31422f;
}
.navbar.is-progress-Upcomming .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-progress-Upcomming .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-Upcomming .navbar-start > .navbar-item,
.navbar.is-progress-Upcomming .navbar-start .navbar-link,
.navbar.is-progress-Upcomming .navbar-end > .navbar-item,
.navbar.is-progress-Upcomming .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-progress-Upcomming .navbar-start > a.navbar-item:focus, .navbar.is-progress-Upcomming .navbar-start > a.navbar-item:hover, .navbar.is-progress-Upcomming .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-Upcomming .navbar-start .navbar-link:focus,
.navbar.is-progress-Upcomming .navbar-start .navbar-link:hover,
.navbar.is-progress-Upcomming .navbar-start .navbar-link.is-active,
.navbar.is-progress-Upcomming .navbar-end > a.navbar-item:focus,
.navbar.is-progress-Upcomming .navbar-end > a.navbar-item:hover,
.navbar.is-progress-Upcomming .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-Upcomming .navbar-end .navbar-link:focus,
.navbar.is-progress-Upcomming .navbar-end .navbar-link:hover,
.navbar.is-progress-Upcomming .navbar-end .navbar-link.is-active {
    background-color: #bdbdbd;
    color: #31422f;
  }
  .navbar.is-progress-Upcomming .navbar-start .navbar-link::after,
.navbar.is-progress-Upcomming .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-progress-Upcomming .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-Upcomming .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-Upcomming .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #bdbdbd;
    color: #31422f;
  }
  .navbar.is-progress-Upcomming .navbar-dropdown a.navbar-item.is-active {
    background-color: #CACACA;
    color: #31422f;
  }
}
.navbar.is-progress-Overdue {
  background-color: #FF7B7B;
  color: #ffffff;
}
.navbar.is-progress-Overdue .navbar-brand > .navbar-item,
.navbar.is-progress-Overdue .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-progress-Overdue .navbar-brand > a.navbar-item:focus, .navbar.is-progress-Overdue .navbar-brand > a.navbar-item:hover, .navbar.is-progress-Overdue .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-Overdue .navbar-brand .navbar-link:focus,
.navbar.is-progress-Overdue .navbar-brand .navbar-link:hover,
.navbar.is-progress-Overdue .navbar-brand .navbar-link.is-active {
  background-color: #ff6262;
  color: #ffffff;
}
.navbar.is-progress-Overdue .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-progress-Overdue .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-Overdue .navbar-start > .navbar-item,
.navbar.is-progress-Overdue .navbar-start .navbar-link,
.navbar.is-progress-Overdue .navbar-end > .navbar-item,
.navbar.is-progress-Overdue .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-progress-Overdue .navbar-start > a.navbar-item:focus, .navbar.is-progress-Overdue .navbar-start > a.navbar-item:hover, .navbar.is-progress-Overdue .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-Overdue .navbar-start .navbar-link:focus,
.navbar.is-progress-Overdue .navbar-start .navbar-link:hover,
.navbar.is-progress-Overdue .navbar-start .navbar-link.is-active,
.navbar.is-progress-Overdue .navbar-end > a.navbar-item:focus,
.navbar.is-progress-Overdue .navbar-end > a.navbar-item:hover,
.navbar.is-progress-Overdue .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-Overdue .navbar-end .navbar-link:focus,
.navbar.is-progress-Overdue .navbar-end .navbar-link:hover,
.navbar.is-progress-Overdue .navbar-end .navbar-link.is-active {
    background-color: #ff6262;
    color: #ffffff;
  }
  .navbar.is-progress-Overdue .navbar-start .navbar-link::after,
.navbar.is-progress-Overdue .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-progress-Overdue .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-Overdue .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-Overdue .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff6262;
    color: #ffffff;
  }
  .navbar.is-progress-Overdue .navbar-dropdown a.navbar-item.is-active {
    background-color: #FF7B7B;
    color: #ffffff;
  }
}
.navbar.is-progress-InProgress {
  background-color: #8BD7F8;
  color: #31422f;
}
.navbar.is-progress-InProgress .navbar-brand > .navbar-item,
.navbar.is-progress-InProgress .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-progress-InProgress .navbar-brand > a.navbar-item:focus, .navbar.is-progress-InProgress .navbar-brand > a.navbar-item:hover, .navbar.is-progress-InProgress .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-InProgress .navbar-brand .navbar-link:focus,
.navbar.is-progress-InProgress .navbar-brand .navbar-link:hover,
.navbar.is-progress-InProgress .navbar-brand .navbar-link.is-active {
  background-color: #73cff7;
  color: #31422f;
}
.navbar.is-progress-InProgress .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-progress-InProgress .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-InProgress .navbar-start > .navbar-item,
.navbar.is-progress-InProgress .navbar-start .navbar-link,
.navbar.is-progress-InProgress .navbar-end > .navbar-item,
.navbar.is-progress-InProgress .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-progress-InProgress .navbar-start > a.navbar-item:focus, .navbar.is-progress-InProgress .navbar-start > a.navbar-item:hover, .navbar.is-progress-InProgress .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-InProgress .navbar-start .navbar-link:focus,
.navbar.is-progress-InProgress .navbar-start .navbar-link:hover,
.navbar.is-progress-InProgress .navbar-start .navbar-link.is-active,
.navbar.is-progress-InProgress .navbar-end > a.navbar-item:focus,
.navbar.is-progress-InProgress .navbar-end > a.navbar-item:hover,
.navbar.is-progress-InProgress .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-InProgress .navbar-end .navbar-link:focus,
.navbar.is-progress-InProgress .navbar-end .navbar-link:hover,
.navbar.is-progress-InProgress .navbar-end .navbar-link.is-active {
    background-color: #73cff7;
    color: #31422f;
  }
  .navbar.is-progress-InProgress .navbar-start .navbar-link::after,
.navbar.is-progress-InProgress .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-progress-InProgress .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-InProgress .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-InProgress .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #73cff7;
    color: #31422f;
  }
  .navbar.is-progress-InProgress .navbar-dropdown a.navbar-item.is-active {
    background-color: #8BD7F8;
    color: #31422f;
  }
}
.navbar.is-progress-Completed {
  background-color: #44CBB6;
  color: #ffffff;
}
.navbar.is-progress-Completed .navbar-brand > .navbar-item,
.navbar.is-progress-Completed .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-progress-Completed .navbar-brand > a.navbar-item:focus, .navbar.is-progress-Completed .navbar-brand > a.navbar-item:hover, .navbar.is-progress-Completed .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-Completed .navbar-brand .navbar-link:focus,
.navbar.is-progress-Completed .navbar-brand .navbar-link:hover,
.navbar.is-progress-Completed .navbar-brand .navbar-link.is-active {
  background-color: #35c0ab;
  color: #ffffff;
}
.navbar.is-progress-Completed .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-progress-Completed .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-Completed .navbar-start > .navbar-item,
.navbar.is-progress-Completed .navbar-start .navbar-link,
.navbar.is-progress-Completed .navbar-end > .navbar-item,
.navbar.is-progress-Completed .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-progress-Completed .navbar-start > a.navbar-item:focus, .navbar.is-progress-Completed .navbar-start > a.navbar-item:hover, .navbar.is-progress-Completed .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-Completed .navbar-start .navbar-link:focus,
.navbar.is-progress-Completed .navbar-start .navbar-link:hover,
.navbar.is-progress-Completed .navbar-start .navbar-link.is-active,
.navbar.is-progress-Completed .navbar-end > a.navbar-item:focus,
.navbar.is-progress-Completed .navbar-end > a.navbar-item:hover,
.navbar.is-progress-Completed .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-Completed .navbar-end .navbar-link:focus,
.navbar.is-progress-Completed .navbar-end .navbar-link:hover,
.navbar.is-progress-Completed .navbar-end .navbar-link.is-active {
    background-color: #35c0ab;
    color: #ffffff;
  }
  .navbar.is-progress-Completed .navbar-start .navbar-link::after,
.navbar.is-progress-Completed .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-progress-Completed .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-Completed .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-Completed .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #35c0ab;
    color: #ffffff;
  }
  .navbar.is-progress-Completed .navbar-dropdown a.navbar-item.is-active {
    background-color: #44CBB6;
    color: #ffffff;
  }
}
.navbar.is-progress-course-NotStartedYet {
  background-color: #ecb920;
  color: #31422f;
}
.navbar.is-progress-course-NotStartedYet .navbar-brand > .navbar-item,
.navbar.is-progress-course-NotStartedYet .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-progress-course-NotStartedYet .navbar-brand > a.navbar-item:focus, .navbar.is-progress-course-NotStartedYet .navbar-brand > a.navbar-item:hover, .navbar.is-progress-course-NotStartedYet .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-course-NotStartedYet .navbar-brand .navbar-link:focus,
.navbar.is-progress-course-NotStartedYet .navbar-brand .navbar-link:hover,
.navbar.is-progress-course-NotStartedYet .navbar-brand .navbar-link.is-active {
  background-color: #dfac13;
  color: #31422f;
}
.navbar.is-progress-course-NotStartedYet .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-progress-course-NotStartedYet .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-course-NotStartedYet .navbar-start > .navbar-item,
.navbar.is-progress-course-NotStartedYet .navbar-start .navbar-link,
.navbar.is-progress-course-NotStartedYet .navbar-end > .navbar-item,
.navbar.is-progress-course-NotStartedYet .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-progress-course-NotStartedYet .navbar-start > a.navbar-item:focus, .navbar.is-progress-course-NotStartedYet .navbar-start > a.navbar-item:hover, .navbar.is-progress-course-NotStartedYet .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-course-NotStartedYet .navbar-start .navbar-link:focus,
.navbar.is-progress-course-NotStartedYet .navbar-start .navbar-link:hover,
.navbar.is-progress-course-NotStartedYet .navbar-start .navbar-link.is-active,
.navbar.is-progress-course-NotStartedYet .navbar-end > a.navbar-item:focus,
.navbar.is-progress-course-NotStartedYet .navbar-end > a.navbar-item:hover,
.navbar.is-progress-course-NotStartedYet .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-course-NotStartedYet .navbar-end .navbar-link:focus,
.navbar.is-progress-course-NotStartedYet .navbar-end .navbar-link:hover,
.navbar.is-progress-course-NotStartedYet .navbar-end .navbar-link.is-active {
    background-color: #dfac13;
    color: #31422f;
  }
  .navbar.is-progress-course-NotStartedYet .navbar-start .navbar-link::after,
.navbar.is-progress-course-NotStartedYet .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-progress-course-NotStartedYet .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-course-NotStartedYet .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-course-NotStartedYet .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #dfac13;
    color: #31422f;
  }
  .navbar.is-progress-course-NotStartedYet .navbar-dropdown a.navbar-item.is-active {
    background-color: #ecb920;
    color: #31422f;
  }
}
.navbar.is-progress-course-InProgress {
  background-color: #2098c3;
  color: #ffffff;
}
.navbar.is-progress-course-InProgress .navbar-brand > .navbar-item,
.navbar.is-progress-course-InProgress .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-progress-course-InProgress .navbar-brand > a.navbar-item:focus, .navbar.is-progress-course-InProgress .navbar-brand > a.navbar-item:hover, .navbar.is-progress-course-InProgress .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-course-InProgress .navbar-brand .navbar-link:focus,
.navbar.is-progress-course-InProgress .navbar-brand .navbar-link:hover,
.navbar.is-progress-course-InProgress .navbar-brand .navbar-link.is-active {
  background-color: #1c87ad;
  color: #ffffff;
}
.navbar.is-progress-course-InProgress .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-progress-course-InProgress .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-course-InProgress .navbar-start > .navbar-item,
.navbar.is-progress-course-InProgress .navbar-start .navbar-link,
.navbar.is-progress-course-InProgress .navbar-end > .navbar-item,
.navbar.is-progress-course-InProgress .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-progress-course-InProgress .navbar-start > a.navbar-item:focus, .navbar.is-progress-course-InProgress .navbar-start > a.navbar-item:hover, .navbar.is-progress-course-InProgress .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-course-InProgress .navbar-start .navbar-link:focus,
.navbar.is-progress-course-InProgress .navbar-start .navbar-link:hover,
.navbar.is-progress-course-InProgress .navbar-start .navbar-link.is-active,
.navbar.is-progress-course-InProgress .navbar-end > a.navbar-item:focus,
.navbar.is-progress-course-InProgress .navbar-end > a.navbar-item:hover,
.navbar.is-progress-course-InProgress .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-course-InProgress .navbar-end .navbar-link:focus,
.navbar.is-progress-course-InProgress .navbar-end .navbar-link:hover,
.navbar.is-progress-course-InProgress .navbar-end .navbar-link.is-active {
    background-color: #1c87ad;
    color: #ffffff;
  }
  .navbar.is-progress-course-InProgress .navbar-start .navbar-link::after,
.navbar.is-progress-course-InProgress .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-progress-course-InProgress .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-course-InProgress .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-course-InProgress .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #1c87ad;
    color: #ffffff;
  }
  .navbar.is-progress-course-InProgress .navbar-dropdown a.navbar-item.is-active {
    background-color: #2098c3;
    color: #ffffff;
  }
}
.navbar.is-progress-course-Completed {
  background-color: #6eba1e;
  color: #ffffff;
}
.navbar.is-progress-course-Completed .navbar-brand > .navbar-item,
.navbar.is-progress-course-Completed .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-progress-course-Completed .navbar-brand > a.navbar-item:focus, .navbar.is-progress-course-Completed .navbar-brand > a.navbar-item:hover, .navbar.is-progress-course-Completed .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-course-Completed .navbar-brand .navbar-link:focus,
.navbar.is-progress-course-Completed .navbar-brand .navbar-link:hover,
.navbar.is-progress-course-Completed .navbar-brand .navbar-link.is-active {
  background-color: #61a41a;
  color: #ffffff;
}
.navbar.is-progress-course-Completed .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-progress-course-Completed .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-course-Completed .navbar-start > .navbar-item,
.navbar.is-progress-course-Completed .navbar-start .navbar-link,
.navbar.is-progress-course-Completed .navbar-end > .navbar-item,
.navbar.is-progress-course-Completed .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-progress-course-Completed .navbar-start > a.navbar-item:focus, .navbar.is-progress-course-Completed .navbar-start > a.navbar-item:hover, .navbar.is-progress-course-Completed .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-course-Completed .navbar-start .navbar-link:focus,
.navbar.is-progress-course-Completed .navbar-start .navbar-link:hover,
.navbar.is-progress-course-Completed .navbar-start .navbar-link.is-active,
.navbar.is-progress-course-Completed .navbar-end > a.navbar-item:focus,
.navbar.is-progress-course-Completed .navbar-end > a.navbar-item:hover,
.navbar.is-progress-course-Completed .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-course-Completed .navbar-end .navbar-link:focus,
.navbar.is-progress-course-Completed .navbar-end .navbar-link:hover,
.navbar.is-progress-course-Completed .navbar-end .navbar-link.is-active {
    background-color: #61a41a;
    color: #ffffff;
  }
  .navbar.is-progress-course-Completed .navbar-start .navbar-link::after,
.navbar.is-progress-course-Completed .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-progress-course-Completed .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-course-Completed .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-course-Completed .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #61a41a;
    color: #ffffff;
  }
  .navbar.is-progress-course-Completed .navbar-dropdown a.navbar-item.is-active {
    background-color: #6eba1e;
    color: #ffffff;
  }
}
.navbar.is-progress-Passed {
  background-color: #44CBB6;
  color: #ffffff;
}
.navbar.is-progress-Passed .navbar-brand > .navbar-item,
.navbar.is-progress-Passed .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-progress-Passed .navbar-brand > a.navbar-item:focus, .navbar.is-progress-Passed .navbar-brand > a.navbar-item:hover, .navbar.is-progress-Passed .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-Passed .navbar-brand .navbar-link:focus,
.navbar.is-progress-Passed .navbar-brand .navbar-link:hover,
.navbar.is-progress-Passed .navbar-brand .navbar-link.is-active {
  background-color: #35c0ab;
  color: #ffffff;
}
.navbar.is-progress-Passed .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-progress-Passed .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-Passed .navbar-start > .navbar-item,
.navbar.is-progress-Passed .navbar-start .navbar-link,
.navbar.is-progress-Passed .navbar-end > .navbar-item,
.navbar.is-progress-Passed .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-progress-Passed .navbar-start > a.navbar-item:focus, .navbar.is-progress-Passed .navbar-start > a.navbar-item:hover, .navbar.is-progress-Passed .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-Passed .navbar-start .navbar-link:focus,
.navbar.is-progress-Passed .navbar-start .navbar-link:hover,
.navbar.is-progress-Passed .navbar-start .navbar-link.is-active,
.navbar.is-progress-Passed .navbar-end > a.navbar-item:focus,
.navbar.is-progress-Passed .navbar-end > a.navbar-item:hover,
.navbar.is-progress-Passed .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-Passed .navbar-end .navbar-link:focus,
.navbar.is-progress-Passed .navbar-end .navbar-link:hover,
.navbar.is-progress-Passed .navbar-end .navbar-link.is-active {
    background-color: #35c0ab;
    color: #ffffff;
  }
  .navbar.is-progress-Passed .navbar-start .navbar-link::after,
.navbar.is-progress-Passed .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-progress-Passed .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-Passed .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-Passed .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #35c0ab;
    color: #ffffff;
  }
  .navbar.is-progress-Passed .navbar-dropdown a.navbar-item.is-active {
    background-color: #44CBB6;
    color: #ffffff;
  }
}
.navbar.is-progress-Failed {
  background-color: #FF7B7B;
  color: #ffffff;
}
.navbar.is-progress-Failed .navbar-brand > .navbar-item,
.navbar.is-progress-Failed .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-progress-Failed .navbar-brand > a.navbar-item:focus, .navbar.is-progress-Failed .navbar-brand > a.navbar-item:hover, .navbar.is-progress-Failed .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-Failed .navbar-brand .navbar-link:focus,
.navbar.is-progress-Failed .navbar-brand .navbar-link:hover,
.navbar.is-progress-Failed .navbar-brand .navbar-link.is-active {
  background-color: #ff6262;
  color: #ffffff;
}
.navbar.is-progress-Failed .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-progress-Failed .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-Failed .navbar-start > .navbar-item,
.navbar.is-progress-Failed .navbar-start .navbar-link,
.navbar.is-progress-Failed .navbar-end > .navbar-item,
.navbar.is-progress-Failed .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-progress-Failed .navbar-start > a.navbar-item:focus, .navbar.is-progress-Failed .navbar-start > a.navbar-item:hover, .navbar.is-progress-Failed .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-Failed .navbar-start .navbar-link:focus,
.navbar.is-progress-Failed .navbar-start .navbar-link:hover,
.navbar.is-progress-Failed .navbar-start .navbar-link.is-active,
.navbar.is-progress-Failed .navbar-end > a.navbar-item:focus,
.navbar.is-progress-Failed .navbar-end > a.navbar-item:hover,
.navbar.is-progress-Failed .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-Failed .navbar-end .navbar-link:focus,
.navbar.is-progress-Failed .navbar-end .navbar-link:hover,
.navbar.is-progress-Failed .navbar-end .navbar-link.is-active {
    background-color: #ff6262;
    color: #ffffff;
  }
  .navbar.is-progress-Failed .navbar-start .navbar-link::after,
.navbar.is-progress-Failed .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-progress-Failed .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-Failed .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-Failed .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff6262;
    color: #ffffff;
  }
  .navbar.is-progress-Failed .navbar-dropdown a.navbar-item.is-active {
    background-color: #FF7B7B;
    color: #ffffff;
  }
}
.navbar.is-progress-Missed {
  background-color: #CACACA;
  color: #31422f;
}
.navbar.is-progress-Missed .navbar-brand > .navbar-item,
.navbar.is-progress-Missed .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-progress-Missed .navbar-brand > a.navbar-item:focus, .navbar.is-progress-Missed .navbar-brand > a.navbar-item:hover, .navbar.is-progress-Missed .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-Missed .navbar-brand .navbar-link:focus,
.navbar.is-progress-Missed .navbar-brand .navbar-link:hover,
.navbar.is-progress-Missed .navbar-brand .navbar-link.is-active {
  background-color: #bdbdbd;
  color: #31422f;
}
.navbar.is-progress-Missed .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-progress-Missed .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-Missed .navbar-start > .navbar-item,
.navbar.is-progress-Missed .navbar-start .navbar-link,
.navbar.is-progress-Missed .navbar-end > .navbar-item,
.navbar.is-progress-Missed .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-progress-Missed .navbar-start > a.navbar-item:focus, .navbar.is-progress-Missed .navbar-start > a.navbar-item:hover, .navbar.is-progress-Missed .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-Missed .navbar-start .navbar-link:focus,
.navbar.is-progress-Missed .navbar-start .navbar-link:hover,
.navbar.is-progress-Missed .navbar-start .navbar-link.is-active,
.navbar.is-progress-Missed .navbar-end > a.navbar-item:focus,
.navbar.is-progress-Missed .navbar-end > a.navbar-item:hover,
.navbar.is-progress-Missed .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-Missed .navbar-end .navbar-link:focus,
.navbar.is-progress-Missed .navbar-end .navbar-link:hover,
.navbar.is-progress-Missed .navbar-end .navbar-link.is-active {
    background-color: #bdbdbd;
    color: #31422f;
  }
  .navbar.is-progress-Missed .navbar-start .navbar-link::after,
.navbar.is-progress-Missed .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-progress-Missed .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-Missed .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-Missed .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #bdbdbd;
    color: #31422f;
  }
  .navbar.is-progress-Missed .navbar-dropdown a.navbar-item.is-active {
    background-color: #CACACA;
    color: #31422f;
  }
}
.navbar.is-progress-Waiting {
  background-color: #FDDA7B;
  color: #31422f;
}
.navbar.is-progress-Waiting .navbar-brand > .navbar-item,
.navbar.is-progress-Waiting .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-progress-Waiting .navbar-brand > a.navbar-item:focus, .navbar.is-progress-Waiting .navbar-brand > a.navbar-item:hover, .navbar.is-progress-Waiting .navbar-brand > a.navbar-item.is-active,
.navbar.is-progress-Waiting .navbar-brand .navbar-link:focus,
.navbar.is-progress-Waiting .navbar-brand .navbar-link:hover,
.navbar.is-progress-Waiting .navbar-brand .navbar-link.is-active {
  background-color: #fdd362;
  color: #31422f;
}
.navbar.is-progress-Waiting .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-progress-Waiting .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-progress-Waiting .navbar-start > .navbar-item,
.navbar.is-progress-Waiting .navbar-start .navbar-link,
.navbar.is-progress-Waiting .navbar-end > .navbar-item,
.navbar.is-progress-Waiting .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-progress-Waiting .navbar-start > a.navbar-item:focus, .navbar.is-progress-Waiting .navbar-start > a.navbar-item:hover, .navbar.is-progress-Waiting .navbar-start > a.navbar-item.is-active,
.navbar.is-progress-Waiting .navbar-start .navbar-link:focus,
.navbar.is-progress-Waiting .navbar-start .navbar-link:hover,
.navbar.is-progress-Waiting .navbar-start .navbar-link.is-active,
.navbar.is-progress-Waiting .navbar-end > a.navbar-item:focus,
.navbar.is-progress-Waiting .navbar-end > a.navbar-item:hover,
.navbar.is-progress-Waiting .navbar-end > a.navbar-item.is-active,
.navbar.is-progress-Waiting .navbar-end .navbar-link:focus,
.navbar.is-progress-Waiting .navbar-end .navbar-link:hover,
.navbar.is-progress-Waiting .navbar-end .navbar-link.is-active {
    background-color: #fdd362;
    color: #31422f;
  }
  .navbar.is-progress-Waiting .navbar-start .navbar-link::after,
.navbar.is-progress-Waiting .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-progress-Waiting .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-progress-Waiting .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-progress-Waiting .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fdd362;
    color: #31422f;
  }
  .navbar.is-progress-Waiting .navbar-dropdown a.navbar-item.is-active {
    background-color: #FDDA7B;
    color: #31422f;
  }
}
.navbar.is-exam-header {
  background-color: #797979;
  color: #ffffff;
}
.navbar.is-exam-header .navbar-brand > .navbar-item,
.navbar.is-exam-header .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-exam-header .navbar-brand > a.navbar-item:focus, .navbar.is-exam-header .navbar-brand > a.navbar-item:hover, .navbar.is-exam-header .navbar-brand > a.navbar-item.is-active,
.navbar.is-exam-header .navbar-brand .navbar-link:focus,
.navbar.is-exam-header .navbar-brand .navbar-link:hover,
.navbar.is-exam-header .navbar-brand .navbar-link.is-active {
  background-color: #6c6c6c;
  color: #ffffff;
}
.navbar.is-exam-header .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-exam-header .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-exam-header .navbar-start > .navbar-item,
.navbar.is-exam-header .navbar-start .navbar-link,
.navbar.is-exam-header .navbar-end > .navbar-item,
.navbar.is-exam-header .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-exam-header .navbar-start > a.navbar-item:focus, .navbar.is-exam-header .navbar-start > a.navbar-item:hover, .navbar.is-exam-header .navbar-start > a.navbar-item.is-active,
.navbar.is-exam-header .navbar-start .navbar-link:focus,
.navbar.is-exam-header .navbar-start .navbar-link:hover,
.navbar.is-exam-header .navbar-start .navbar-link.is-active,
.navbar.is-exam-header .navbar-end > a.navbar-item:focus,
.navbar.is-exam-header .navbar-end > a.navbar-item:hover,
.navbar.is-exam-header .navbar-end > a.navbar-item.is-active,
.navbar.is-exam-header .navbar-end .navbar-link:focus,
.navbar.is-exam-header .navbar-end .navbar-link:hover,
.navbar.is-exam-header .navbar-end .navbar-link.is-active {
    background-color: #6c6c6c;
    color: #ffffff;
  }
  .navbar.is-exam-header .navbar-start .navbar-link::after,
.navbar.is-exam-header .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-exam-header .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-exam-header .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-exam-header .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #6c6c6c;
    color: #ffffff;
  }
  .navbar.is-exam-header .navbar-dropdown a.navbar-item.is-active {
    background-color: #797979;
    color: #ffffff;
  }
}
.navbar.is-reward-point {
  background-color: #ecb920;
  color: #31422f;
}
.navbar.is-reward-point .navbar-brand > .navbar-item,
.navbar.is-reward-point .navbar-brand .navbar-link {
  color: #31422f;
}
.navbar.is-reward-point .navbar-brand > a.navbar-item:focus, .navbar.is-reward-point .navbar-brand > a.navbar-item:hover, .navbar.is-reward-point .navbar-brand > a.navbar-item.is-active,
.navbar.is-reward-point .navbar-brand .navbar-link:focus,
.navbar.is-reward-point .navbar-brand .navbar-link:hover,
.navbar.is-reward-point .navbar-brand .navbar-link.is-active {
  background-color: #dfac13;
  color: #31422f;
}
.navbar.is-reward-point .navbar-brand .navbar-link::after {
  border-color: #31422f;
}
.navbar.is-reward-point .navbar-burger {
  color: #31422f;
}
@media screen and (min-width: 1264px) {
  .navbar.is-reward-point .navbar-start > .navbar-item,
.navbar.is-reward-point .navbar-start .navbar-link,
.navbar.is-reward-point .navbar-end > .navbar-item,
.navbar.is-reward-point .navbar-end .navbar-link {
    color: #31422f;
  }
  .navbar.is-reward-point .navbar-start > a.navbar-item:focus, .navbar.is-reward-point .navbar-start > a.navbar-item:hover, .navbar.is-reward-point .navbar-start > a.navbar-item.is-active,
.navbar.is-reward-point .navbar-start .navbar-link:focus,
.navbar.is-reward-point .navbar-start .navbar-link:hover,
.navbar.is-reward-point .navbar-start .navbar-link.is-active,
.navbar.is-reward-point .navbar-end > a.navbar-item:focus,
.navbar.is-reward-point .navbar-end > a.navbar-item:hover,
.navbar.is-reward-point .navbar-end > a.navbar-item.is-active,
.navbar.is-reward-point .navbar-end .navbar-link:focus,
.navbar.is-reward-point .navbar-end .navbar-link:hover,
.navbar.is-reward-point .navbar-end .navbar-link.is-active {
    background-color: #dfac13;
    color: #31422f;
  }
  .navbar.is-reward-point .navbar-start .navbar-link::after,
.navbar.is-reward-point .navbar-end .navbar-link::after {
    border-color: #31422f;
  }
  .navbar.is-reward-point .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-reward-point .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-reward-point .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #dfac13;
    color: #31422f;
  }
  .navbar.is-reward-point .navbar-dropdown a.navbar-item.is-active {
    background-color: #ecb920;
    color: #31422f;
  }
}
.navbar.is-exp-point {
  background-color: #4493CB;
  color: #ffffff;
}
.navbar.is-exp-point .navbar-brand > .navbar-item,
.navbar.is-exp-point .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-exp-point .navbar-brand > a.navbar-item:focus, .navbar.is-exp-point .navbar-brand > a.navbar-item:hover, .navbar.is-exp-point .navbar-brand > a.navbar-item.is-active,
.navbar.is-exp-point .navbar-brand .navbar-link:focus,
.navbar.is-exp-point .navbar-brand .navbar-link:hover,
.navbar.is-exp-point .navbar-brand .navbar-link.is-active {
  background-color: #3587c0;
  color: #ffffff;
}
.navbar.is-exp-point .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-exp-point .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-exp-point .navbar-start > .navbar-item,
.navbar.is-exp-point .navbar-start .navbar-link,
.navbar.is-exp-point .navbar-end > .navbar-item,
.navbar.is-exp-point .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-exp-point .navbar-start > a.navbar-item:focus, .navbar.is-exp-point .navbar-start > a.navbar-item:hover, .navbar.is-exp-point .navbar-start > a.navbar-item.is-active,
.navbar.is-exp-point .navbar-start .navbar-link:focus,
.navbar.is-exp-point .navbar-start .navbar-link:hover,
.navbar.is-exp-point .navbar-start .navbar-link.is-active,
.navbar.is-exp-point .navbar-end > a.navbar-item:focus,
.navbar.is-exp-point .navbar-end > a.navbar-item:hover,
.navbar.is-exp-point .navbar-end > a.navbar-item.is-active,
.navbar.is-exp-point .navbar-end .navbar-link:focus,
.navbar.is-exp-point .navbar-end .navbar-link:hover,
.navbar.is-exp-point .navbar-end .navbar-link.is-active {
    background-color: #3587c0;
    color: #ffffff;
  }
  .navbar.is-exp-point .navbar-start .navbar-link::after,
.navbar.is-exp-point .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-exp-point .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-exp-point .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-exp-point .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3587c0;
    color: #ffffff;
  }
  .navbar.is-exp-point .navbar-dropdown a.navbar-item.is-active {
    background-color: #4493CB;
    color: #ffffff;
  }
}
.navbar.is-got-reward {
  background-color: #AAAAAA;
  color: #ffffff;
}
.navbar.is-got-reward .navbar-brand > .navbar-item,
.navbar.is-got-reward .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-got-reward .navbar-brand > a.navbar-item:focus, .navbar.is-got-reward .navbar-brand > a.navbar-item:hover, .navbar.is-got-reward .navbar-brand > a.navbar-item.is-active,
.navbar.is-got-reward .navbar-brand .navbar-link:focus,
.navbar.is-got-reward .navbar-brand .navbar-link:hover,
.navbar.is-got-reward .navbar-brand .navbar-link.is-active {
  background-color: #9d9d9d;
  color: #ffffff;
}
.navbar.is-got-reward .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-got-reward .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-got-reward .navbar-start > .navbar-item,
.navbar.is-got-reward .navbar-start .navbar-link,
.navbar.is-got-reward .navbar-end > .navbar-item,
.navbar.is-got-reward .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-got-reward .navbar-start > a.navbar-item:focus, .navbar.is-got-reward .navbar-start > a.navbar-item:hover, .navbar.is-got-reward .navbar-start > a.navbar-item.is-active,
.navbar.is-got-reward .navbar-start .navbar-link:focus,
.navbar.is-got-reward .navbar-start .navbar-link:hover,
.navbar.is-got-reward .navbar-start .navbar-link.is-active,
.navbar.is-got-reward .navbar-end > a.navbar-item:focus,
.navbar.is-got-reward .navbar-end > a.navbar-item:hover,
.navbar.is-got-reward .navbar-end > a.navbar-item.is-active,
.navbar.is-got-reward .navbar-end .navbar-link:focus,
.navbar.is-got-reward .navbar-end .navbar-link:hover,
.navbar.is-got-reward .navbar-end .navbar-link.is-active {
    background-color: #9d9d9d;
    color: #ffffff;
  }
  .navbar.is-got-reward .navbar-start .navbar-link::after,
.navbar.is-got-reward .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-got-reward .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-got-reward .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-got-reward .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #9d9d9d;
    color: #ffffff;
  }
  .navbar.is-got-reward .navbar-dropdown a.navbar-item.is-active {
    background-color: #AAAAAA;
    color: #ffffff;
  }
}
.navbar.is-correct-item {
  background-color: #2699FB;
  color: #ffffff;
}
.navbar.is-correct-item .navbar-brand > .navbar-item,
.navbar.is-correct-item .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-correct-item .navbar-brand > a.navbar-item:focus, .navbar.is-correct-item .navbar-brand > a.navbar-item:hover, .navbar.is-correct-item .navbar-brand > a.navbar-item.is-active,
.navbar.is-correct-item .navbar-brand .navbar-link:focus,
.navbar.is-correct-item .navbar-brand .navbar-link:hover,
.navbar.is-correct-item .navbar-brand .navbar-link.is-active {
  background-color: #0d8dfb;
  color: #ffffff;
}
.navbar.is-correct-item .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-correct-item .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-correct-item .navbar-start > .navbar-item,
.navbar.is-correct-item .navbar-start .navbar-link,
.navbar.is-correct-item .navbar-end > .navbar-item,
.navbar.is-correct-item .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-correct-item .navbar-start > a.navbar-item:focus, .navbar.is-correct-item .navbar-start > a.navbar-item:hover, .navbar.is-correct-item .navbar-start > a.navbar-item.is-active,
.navbar.is-correct-item .navbar-start .navbar-link:focus,
.navbar.is-correct-item .navbar-start .navbar-link:hover,
.navbar.is-correct-item .navbar-start .navbar-link.is-active,
.navbar.is-correct-item .navbar-end > a.navbar-item:focus,
.navbar.is-correct-item .navbar-end > a.navbar-item:hover,
.navbar.is-correct-item .navbar-end > a.navbar-item.is-active,
.navbar.is-correct-item .navbar-end .navbar-link:focus,
.navbar.is-correct-item .navbar-end .navbar-link:hover,
.navbar.is-correct-item .navbar-end .navbar-link.is-active {
    background-color: #0d8dfb;
    color: #ffffff;
  }
  .navbar.is-correct-item .navbar-start .navbar-link::after,
.navbar.is-correct-item .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-correct-item .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-correct-item .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-correct-item .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0d8dfb;
    color: #ffffff;
  }
  .navbar.is-correct-item .navbar-dropdown a.navbar-item.is-active {
    background-color: #2699FB;
    color: #ffffff;
  }
}
.navbar.is-wrong-item {
  background-color: #CE0029;
  color: #ffffff;
}
.navbar.is-wrong-item .navbar-brand > .navbar-item,
.navbar.is-wrong-item .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-wrong-item .navbar-brand > a.navbar-item:focus, .navbar.is-wrong-item .navbar-brand > a.navbar-item:hover, .navbar.is-wrong-item .navbar-brand > a.navbar-item.is-active,
.navbar.is-wrong-item .navbar-brand .navbar-link:focus,
.navbar.is-wrong-item .navbar-brand .navbar-link:hover,
.navbar.is-wrong-item .navbar-brand .navbar-link.is-active {
  background-color: #b50024;
  color: #ffffff;
}
.navbar.is-wrong-item .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-wrong-item .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-wrong-item .navbar-start > .navbar-item,
.navbar.is-wrong-item .navbar-start .navbar-link,
.navbar.is-wrong-item .navbar-end > .navbar-item,
.navbar.is-wrong-item .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-wrong-item .navbar-start > a.navbar-item:focus, .navbar.is-wrong-item .navbar-start > a.navbar-item:hover, .navbar.is-wrong-item .navbar-start > a.navbar-item.is-active,
.navbar.is-wrong-item .navbar-start .navbar-link:focus,
.navbar.is-wrong-item .navbar-start .navbar-link:hover,
.navbar.is-wrong-item .navbar-start .navbar-link.is-active,
.navbar.is-wrong-item .navbar-end > a.navbar-item:focus,
.navbar.is-wrong-item .navbar-end > a.navbar-item:hover,
.navbar.is-wrong-item .navbar-end > a.navbar-item.is-active,
.navbar.is-wrong-item .navbar-end .navbar-link:focus,
.navbar.is-wrong-item .navbar-end .navbar-link:hover,
.navbar.is-wrong-item .navbar-end .navbar-link.is-active {
    background-color: #b50024;
    color: #ffffff;
  }
  .navbar.is-wrong-item .navbar-start .navbar-link::after,
.navbar.is-wrong-item .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-wrong-item .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-wrong-item .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-wrong-item .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #b50024;
    color: #ffffff;
  }
  .navbar.is-wrong-item .navbar-dropdown a.navbar-item.is-active {
    background-color: #CE0029;
    color: #ffffff;
  }
}
.navbar.is-table-header {
  background-color: #848EA0;
  color: #ffffff;
}
.navbar.is-table-header .navbar-brand > .navbar-item,
.navbar.is-table-header .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-table-header .navbar-brand > a.navbar-item:focus, .navbar.is-table-header .navbar-brand > a.navbar-item:hover, .navbar.is-table-header .navbar-brand > a.navbar-item.is-active,
.navbar.is-table-header .navbar-brand .navbar-link:focus,
.navbar.is-table-header .navbar-brand .navbar-link:hover,
.navbar.is-table-header .navbar-brand .navbar-link.is-active {
  background-color: #768195;
  color: #ffffff;
}
.navbar.is-table-header .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-table-header .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-table-header .navbar-start > .navbar-item,
.navbar.is-table-header .navbar-start .navbar-link,
.navbar.is-table-header .navbar-end > .navbar-item,
.navbar.is-table-header .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-table-header .navbar-start > a.navbar-item:focus, .navbar.is-table-header .navbar-start > a.navbar-item:hover, .navbar.is-table-header .navbar-start > a.navbar-item.is-active,
.navbar.is-table-header .navbar-start .navbar-link:focus,
.navbar.is-table-header .navbar-start .navbar-link:hover,
.navbar.is-table-header .navbar-start .navbar-link.is-active,
.navbar.is-table-header .navbar-end > a.navbar-item:focus,
.navbar.is-table-header .navbar-end > a.navbar-item:hover,
.navbar.is-table-header .navbar-end > a.navbar-item.is-active,
.navbar.is-table-header .navbar-end .navbar-link:focus,
.navbar.is-table-header .navbar-end .navbar-link:hover,
.navbar.is-table-header .navbar-end .navbar-link.is-active {
    background-color: #768195;
    color: #ffffff;
  }
  .navbar.is-table-header .navbar-start .navbar-link::after,
.navbar.is-table-header .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-table-header .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-table-header .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-table-header .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #768195;
    color: #ffffff;
  }
  .navbar.is-table-header .navbar-dropdown a.navbar-item.is-active {
    background-color: #848EA0;
    color: #ffffff;
  }
}
.navbar.is-hero-header {
  background-color: #8ec051;
  color: #ffffff;
}
.navbar.is-hero-header .navbar-brand > .navbar-item,
.navbar.is-hero-header .navbar-brand .navbar-link {
  color: #ffffff;
}
.navbar.is-hero-header .navbar-brand > a.navbar-item:focus, .navbar.is-hero-header .navbar-brand > a.navbar-item:hover, .navbar.is-hero-header .navbar-brand > a.navbar-item.is-active,
.navbar.is-hero-header .navbar-brand .navbar-link:focus,
.navbar.is-hero-header .navbar-brand .navbar-link:hover,
.navbar.is-hero-header .navbar-brand .navbar-link.is-active {
  background-color: #81b642;
  color: #ffffff;
}
.navbar.is-hero-header .navbar-brand .navbar-link::after {
  border-color: #ffffff;
}
.navbar.is-hero-header .navbar-burger {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .navbar.is-hero-header .navbar-start > .navbar-item,
.navbar.is-hero-header .navbar-start .navbar-link,
.navbar.is-hero-header .navbar-end > .navbar-item,
.navbar.is-hero-header .navbar-end .navbar-link {
    color: #ffffff;
  }
  .navbar.is-hero-header .navbar-start > a.navbar-item:focus, .navbar.is-hero-header .navbar-start > a.navbar-item:hover, .navbar.is-hero-header .navbar-start > a.navbar-item.is-active,
.navbar.is-hero-header .navbar-start .navbar-link:focus,
.navbar.is-hero-header .navbar-start .navbar-link:hover,
.navbar.is-hero-header .navbar-start .navbar-link.is-active,
.navbar.is-hero-header .navbar-end > a.navbar-item:focus,
.navbar.is-hero-header .navbar-end > a.navbar-item:hover,
.navbar.is-hero-header .navbar-end > a.navbar-item.is-active,
.navbar.is-hero-header .navbar-end .navbar-link:focus,
.navbar.is-hero-header .navbar-end .navbar-link:hover,
.navbar.is-hero-header .navbar-end .navbar-link.is-active {
    background-color: #81b642;
    color: #ffffff;
  }
  .navbar.is-hero-header .navbar-start .navbar-link::after,
.navbar.is-hero-header .navbar-end .navbar-link::after {
    border-color: #ffffff;
  }
  .navbar.is-hero-header .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-hero-header .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-hero-header .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #81b642;
    color: #ffffff;
  }
  .navbar.is-hero-header .navbar-dropdown a.navbar-item.is-active {
    background-color: #8ec051;
    color: #ffffff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 4rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 #F4F4F4;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 #F4F4F4;
}
.navbar.is-fixed-top {
  top: 0;
}
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 4rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 4rem;
}
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 4rem;
}
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}
.navbar-burger {
  color: #31422f;
  cursor: pointer;
  display: block;
  height: 4rem;
  position: relative;
  width: 4rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.navbar-menu {
  display: none;
}
.navbar-item,
.navbar-link {
  color: #31422f;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: inherit;
  color: #6eba1e;
}
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: none;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 4rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #6eba1e;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #6eba1e;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #6eba1e;
  padding-bottom: calc(0.5rem - 3px);
}
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #31422f;
  margin-top: -0.375em;
  right: 1.125em;
}
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar-divider {
  background-color: #F4F4F4;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}
@media screen and (max-width: 1263px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 4rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 4rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1264px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 4rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #F4F4F4;
    color: #000000;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #F4F4F4;
    color: #6eba1e;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #E5E5E5;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #E5E5E5;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: #F4F4F4;
    color: #000000;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: #F4F4F4;
    color: #6eba1e;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 4rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 4rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 6rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 6rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #000000;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: inherit;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 4rem);
}
.pagination {
  font-size: 1.4rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 1.2rem;
}
.pagination.is-medium {
  font-size: 1.6rem;
}
.pagination.is-large {
  font-size: 1.8rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #E5E5E5;
  color: #3E3E3E;
  min-width: 4rem;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: invalid-color;
  color: invalid-color;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: invalid-color;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  box-shadow: none;
  color: #AAAAAA;
  opacity: 0.5;
}
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.pagination-link.is-current {
  background-color: #597e5b;
  border-color: #E5E5E5;
  color: #ffffff;
}
.pagination-ellipsis {
  color: #AAAAAA;
  pointer-events: none;
}
.pagination-list {
  flex-wrap: wrap;
}
.pagination-list li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 768px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  font-size: 1.4rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.6rem;
}
.panel.is-white .panel-heading {
  background-color: #ffffff;
  color: #31422f;
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: #ffffff;
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: #ffffff;
}
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: #ffffff;
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}
.panel.is-light .panel-heading {
  background-color: #f5f5f5;
  color: #31422f;
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: #f5f5f5;
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: #f5f5f5;
}
.panel.is-dark .panel-heading {
  background-color: #3E3E3E;
  color: #ffffff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #3E3E3E;
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #3E3E3E;
}
.panel.is-primary .panel-heading {
  background-color: #6eba1e;
  color: #ffffff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #6eba1e;
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #6eba1e;
}
.panel.is-secondary .panel-heading {
  background-color: #597e5b;
  color: #ffffff;
}
.panel.is-secondary .panel-tabs a.is-active {
  border-bottom-color: #597e5b;
}
.panel.is-secondary .panel-block.is-active .panel-icon {
  color: #597e5b;
}
.panel.is-link .panel-heading {
  background-color: #6eba1e;
  color: #ffffff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #6eba1e;
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: #6eba1e;
}
.panel.is-info .panel-heading {
  background-color: #0c495c;
  color: #ffffff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #0c495c;
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: #0c495c;
}
.panel.is-success .panel-heading {
  background-color: #679466;
  color: #ffffff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #679466;
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: #679466;
}
.panel.is-warning .panel-heading {
  background-color: #F7B505;
  color: #31422f;
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #F7B505;
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #F7B505;
}
.panel.is-danger .panel-heading {
  background-color: #D13F5C;
  color: #ffffff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #D13F5C;
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #D13F5C;
}
.panel.is-progress-NotStartedYet .panel-heading {
  background-color: #FDDA7B;
  color: #31422f;
}
.panel.is-progress-NotStartedYet .panel-tabs a.is-active {
  border-bottom-color: #FDDA7B;
}
.panel.is-progress-NotStartedYet .panel-block.is-active .panel-icon {
  color: #FDDA7B;
}
.panel.is-progress-Upcomming .panel-heading {
  background-color: #CACACA;
  color: #31422f;
}
.panel.is-progress-Upcomming .panel-tabs a.is-active {
  border-bottom-color: #CACACA;
}
.panel.is-progress-Upcomming .panel-block.is-active .panel-icon {
  color: #CACACA;
}
.panel.is-progress-Overdue .panel-heading {
  background-color: #FF7B7B;
  color: #ffffff;
}
.panel.is-progress-Overdue .panel-tabs a.is-active {
  border-bottom-color: #FF7B7B;
}
.panel.is-progress-Overdue .panel-block.is-active .panel-icon {
  color: #FF7B7B;
}
.panel.is-progress-InProgress .panel-heading {
  background-color: #8BD7F8;
  color: #31422f;
}
.panel.is-progress-InProgress .panel-tabs a.is-active {
  border-bottom-color: #8BD7F8;
}
.panel.is-progress-InProgress .panel-block.is-active .panel-icon {
  color: #8BD7F8;
}
.panel.is-progress-Completed .panel-heading {
  background-color: #44CBB6;
  color: #ffffff;
}
.panel.is-progress-Completed .panel-tabs a.is-active {
  border-bottom-color: #44CBB6;
}
.panel.is-progress-Completed .panel-block.is-active .panel-icon {
  color: #44CBB6;
}
.panel.is-progress-course-NotStartedYet .panel-heading {
  background-color: #ecb920;
  color: #31422f;
}
.panel.is-progress-course-NotStartedYet .panel-tabs a.is-active {
  border-bottom-color: #ecb920;
}
.panel.is-progress-course-NotStartedYet .panel-block.is-active .panel-icon {
  color: #ecb920;
}
.panel.is-progress-course-InProgress .panel-heading {
  background-color: #2098c3;
  color: #ffffff;
}
.panel.is-progress-course-InProgress .panel-tabs a.is-active {
  border-bottom-color: #2098c3;
}
.panel.is-progress-course-InProgress .panel-block.is-active .panel-icon {
  color: #2098c3;
}
.panel.is-progress-course-Completed .panel-heading {
  background-color: #6eba1e;
  color: #ffffff;
}
.panel.is-progress-course-Completed .panel-tabs a.is-active {
  border-bottom-color: #6eba1e;
}
.panel.is-progress-course-Completed .panel-block.is-active .panel-icon {
  color: #6eba1e;
}
.panel.is-progress-Passed .panel-heading {
  background-color: #44CBB6;
  color: #ffffff;
}
.panel.is-progress-Passed .panel-tabs a.is-active {
  border-bottom-color: #44CBB6;
}
.panel.is-progress-Passed .panel-block.is-active .panel-icon {
  color: #44CBB6;
}
.panel.is-progress-Failed .panel-heading {
  background-color: #FF7B7B;
  color: #ffffff;
}
.panel.is-progress-Failed .panel-tabs a.is-active {
  border-bottom-color: #FF7B7B;
}
.panel.is-progress-Failed .panel-block.is-active .panel-icon {
  color: #FF7B7B;
}
.panel.is-progress-Missed .panel-heading {
  background-color: #CACACA;
  color: #31422f;
}
.panel.is-progress-Missed .panel-tabs a.is-active {
  border-bottom-color: #CACACA;
}
.panel.is-progress-Missed .panel-block.is-active .panel-icon {
  color: #CACACA;
}
.panel.is-progress-Waiting .panel-heading {
  background-color: #FDDA7B;
  color: #31422f;
}
.panel.is-progress-Waiting .panel-tabs a.is-active {
  border-bottom-color: #FDDA7B;
}
.panel.is-progress-Waiting .panel-block.is-active .panel-icon {
  color: #FDDA7B;
}
.panel.is-exam-header .panel-heading {
  background-color: #797979;
  color: #ffffff;
}
.panel.is-exam-header .panel-tabs a.is-active {
  border-bottom-color: #797979;
}
.panel.is-exam-header .panel-block.is-active .panel-icon {
  color: #797979;
}
.panel.is-reward-point .panel-heading {
  background-color: #ecb920;
  color: #31422f;
}
.panel.is-reward-point .panel-tabs a.is-active {
  border-bottom-color: #ecb920;
}
.panel.is-reward-point .panel-block.is-active .panel-icon {
  color: #ecb920;
}
.panel.is-exp-point .panel-heading {
  background-color: #4493CB;
  color: #ffffff;
}
.panel.is-exp-point .panel-tabs a.is-active {
  border-bottom-color: #4493CB;
}
.panel.is-exp-point .panel-block.is-active .panel-icon {
  color: #4493CB;
}
.panel.is-got-reward .panel-heading {
  background-color: #AAAAAA;
  color: #ffffff;
}
.panel.is-got-reward .panel-tabs a.is-active {
  border-bottom-color: #AAAAAA;
}
.panel.is-got-reward .panel-block.is-active .panel-icon {
  color: #AAAAAA;
}
.panel.is-correct-item .panel-heading {
  background-color: #2699FB;
  color: #ffffff;
}
.panel.is-correct-item .panel-tabs a.is-active {
  border-bottom-color: #2699FB;
}
.panel.is-correct-item .panel-block.is-active .panel-icon {
  color: #2699FB;
}
.panel.is-wrong-item .panel-heading {
  background-color: #CE0029;
  color: #ffffff;
}
.panel.is-wrong-item .panel-tabs a.is-active {
  border-bottom-color: #CE0029;
}
.panel.is-wrong-item .panel-block.is-active .panel-icon {
  color: #CE0029;
}
.panel.is-table-header .panel-heading {
  background-color: #848EA0;
  color: #ffffff;
}
.panel.is-table-header .panel-tabs a.is-active {
  border-bottom-color: #848EA0;
}
.panel.is-table-header .panel-block.is-active .panel-icon {
  color: #848EA0;
}
.panel.is-hero-header .panel-heading {
  background-color: #8ec051;
  color: #ffffff;
}
.panel.is-hero-header .panel-tabs a.is-active {
  border-bottom-color: #8ec051;
}
.panel.is-hero-header .panel-block.is-active .panel-icon {
  color: #8ec051;
}
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.panel-heading {
  background-color: #E5E5E5;
  border-radius: 6px 6px 0 0;
  color: #3E3E3E;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: invalid-color;
  color: invalid-color;
}
.panel-list a {
  color: #31422f;
}
.panel-list a:hover {
  color: #6eba1e;
}
.panel-block {
  align-items: center;
  color: #3E3E3E;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: #6eba1e;
  color: invalid-color;
}
.panel-block.is-active .panel-icon {
  color: #6eba1e;
}
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: #F4F4F4;
}
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #696e69;
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}
.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: #E5E5E5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #31422f;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #3E3E3E;
  color: #3E3E3E;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #6eba1e;
  color: #6eba1e;
}
.tabs ul {
  align-items: center;
  border-bottom-color: #E5E5E5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: #F4F4F4;
  border-bottom-color: #E5E5E5;
}
.tabs.is-boxed li.is-active a {
  background-color: #ffffff;
  border-color: #E5E5E5;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #E5E5E5;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: #F4F4F4;
  border-color: #404040;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: #6eba1e;
  border-color: #6eba1e;
  color: #ffffff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 1.2rem;
}
.tabs.is-medium {
  font-size: 1.6rem;
}
.tabs.is-large {
  font-size: 1.8rem;
}
/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.8rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1263px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1264px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1580px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1900px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}
.columns {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-top: -0.8rem;
}
.columns:last-child {
  margin-bottom: -0.8rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.8rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-desktop {
    display: flex;
  }
}
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-top: -0.8rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.8rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.8rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.8rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 768px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}
/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: #ffffff;
  color: #31422f;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: #31422f;
}
.hero.is-white .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-white .navbar-menu {
    background-color: #ffffff;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #31422f;
}
.hero.is-white .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #ffffff;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, #ffffff 71%, white 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #ffffff 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #0a0a0a;
  color: #ffffff;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: #ffffff;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: #ffffff;
}
.hero.is-black .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0a0a0a;
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
.hero.is-light {
  background-color: #f5f5f5;
  color: #31422f;
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: #31422f;
}
.hero.is-light .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-light .navbar-menu {
    background-color: #f5f5f5;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #31422f;
}
.hero.is-light .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #f5f5f5;
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, white 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #3E3E3E;
  color: #ffffff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #ffffff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-dark .navbar-menu {
    background-color: #3E3E3E;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #313131;
  color: #ffffff;
}
.hero.is-dark .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3E3E3E;
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #282122 0%, #3E3E3E 71%, #4e4847 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #282122 0%, #3E3E3E 71%, #4e4847 100%);
  }
}
.hero.is-primary {
  background-color: #6eba1e;
  color: #ffffff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #ffffff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-primary .navbar-menu {
    background-color: #6eba1e;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #61a41a;
  color: #ffffff;
}
.hero.is-primary .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6eba1e;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #6b960f 0%, #6eba1e 71%, #5cd61c 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #6b960f 0%, #6eba1e 71%, #5cd61c 100%);
  }
}
.hero.is-secondary {
  background-color: #597e5b;
  color: #ffffff;
}
.hero.is-secondary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-secondary strong {
  color: inherit;
}
.hero.is-secondary .title {
  color: #ffffff;
}
.hero.is-secondary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-secondary .subtitle a:not(.button),
.hero.is-secondary .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-secondary .navbar-menu {
    background-color: #597e5b;
  }
}
.hero.is-secondary .navbar-item,
.hero.is-secondary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-secondary a.navbar-item:hover, .hero.is-secondary a.navbar-item.is-active,
.hero.is-secondary .navbar-link:hover,
.hero.is-secondary .navbar-link.is-active {
  background-color: #4e6f50;
  color: #ffffff;
}
.hero.is-secondary .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-secondary .tabs a:hover {
  opacity: 1;
}
.hero.is-secondary .tabs li.is-active a {
  opacity: 1;
}
.hero.is-secondary .tabs.is-boxed a, .hero.is-secondary .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-secondary .tabs.is-boxed a:hover, .hero.is-secondary .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-secondary .tabs.is-boxed li.is-active a, .hero.is-secondary .tabs.is-boxed li.is-active a:hover, .hero.is-secondary .tabs.is-toggle li.is-active a, .hero.is-secondary .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #597e5b;
}
.hero.is-secondary.is-bold {
  background-image: linear-gradient(141deg, #41683c 0%, #597e5b 71%, #5e9369 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-secondary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #41683c 0%, #597e5b 71%, #5e9369 100%);
  }
}
.hero.is-link {
  background-color: #6eba1e;
  color: #ffffff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #ffffff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-link .navbar-menu {
    background-color: #6eba1e;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #61a41a;
  color: #ffffff;
}
.hero.is-link .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6eba1e;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #6b960f 0%, #6eba1e 71%, #5cd61c 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #6b960f 0%, #6eba1e 71%, #5cd61c 100%);
  }
}
.hero.is-info {
  background-color: #0c495c;
  color: #ffffff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #ffffff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-info .navbar-menu {
    background-color: #0c495c;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #093745;
  color: #ffffff;
}
.hero.is-info .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0c495c;
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #032e32 0%, #0c495c 71%, #0c4b76 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #032e32 0%, #0c495c 71%, #0c4b76 100%);
  }
}
.hero.is-success {
  background-color: #679466;
  color: #ffffff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #ffffff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-success .navbar-menu {
    background-color: #679466;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #5c855c;
  color: #ffffff;
}
.hero.is-success .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #679466;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #528047 0%, #679466 71%, #6ea576 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #528047 0%, #679466 71%, #6ea576 100%);
  }
}
.hero.is-warning {
  background-color: #F7B505;
  color: #31422f;
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: #31422f;
}
.hero.is-warning .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-warning .navbar-menu {
    background-color: #F7B505;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #dea304;
  color: #31422f;
}
.hero.is-warning .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #F7B505;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #c97100 0%, #F7B505 71%, #ffe617 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #c97100 0%, #F7B505 71%, #ffe617 100%);
  }
}
.hero.is-danger {
  background-color: #D13F5C;
  color: #ffffff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #ffffff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-danger .navbar-menu {
    background-color: #D13F5C;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #c7304e;
  color: #ffffff;
}
.hero.is-danger .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #D13F5C;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #bd2059 0%, #D13F5C 71%, #db4e53 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #bd2059 0%, #D13F5C 71%, #db4e53 100%);
  }
}
.hero.is-progress-NotStartedYet {
  background-color: #FDDA7B;
  color: #31422f;
}
.hero.is-progress-NotStartedYet a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-NotStartedYet strong {
  color: inherit;
}
.hero.is-progress-NotStartedYet .title {
  color: #31422f;
}
.hero.is-progress-NotStartedYet .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-progress-NotStartedYet .subtitle a:not(.button),
.hero.is-progress-NotStartedYet .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-NotStartedYet .navbar-menu {
    background-color: #FDDA7B;
  }
}
.hero.is-progress-NotStartedYet .navbar-item,
.hero.is-progress-NotStartedYet .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-progress-NotStartedYet a.navbar-item:hover, .hero.is-progress-NotStartedYet a.navbar-item.is-active,
.hero.is-progress-NotStartedYet .navbar-link:hover,
.hero.is-progress-NotStartedYet .navbar-link.is-active {
  background-color: #fdd362;
  color: #31422f;
}
.hero.is-progress-NotStartedYet .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-progress-NotStartedYet .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-NotStartedYet .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-NotStartedYet .tabs.is-boxed a, .hero.is-progress-NotStartedYet .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-progress-NotStartedYet .tabs.is-boxed a:hover, .hero.is-progress-NotStartedYet .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-NotStartedYet .tabs.is-boxed li.is-active a, .hero.is-progress-NotStartedYet .tabs.is-boxed li.is-active a:hover, .hero.is-progress-NotStartedYet .tabs.is-toggle li.is-active a, .hero.is-progress-NotStartedYet .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #FDDA7B;
}
.hero.is-progress-NotStartedYet.is-bold {
  background-image: linear-gradient(141deg, #ffae46 0%, #FDDA7B 71%, #fff493 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-NotStartedYet.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffae46 0%, #FDDA7B 71%, #fff493 100%);
  }
}
.hero.is-progress-Upcomming {
  background-color: #CACACA;
  color: #31422f;
}
.hero.is-progress-Upcomming a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-Upcomming strong {
  color: inherit;
}
.hero.is-progress-Upcomming .title {
  color: #31422f;
}
.hero.is-progress-Upcomming .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-progress-Upcomming .subtitle a:not(.button),
.hero.is-progress-Upcomming .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-Upcomming .navbar-menu {
    background-color: #CACACA;
  }
}
.hero.is-progress-Upcomming .navbar-item,
.hero.is-progress-Upcomming .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-progress-Upcomming a.navbar-item:hover, .hero.is-progress-Upcomming a.navbar-item.is-active,
.hero.is-progress-Upcomming .navbar-link:hover,
.hero.is-progress-Upcomming .navbar-link.is-active {
  background-color: #bdbdbd;
  color: #31422f;
}
.hero.is-progress-Upcomming .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-progress-Upcomming .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-Upcomming .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-Upcomming .tabs.is-boxed a, .hero.is-progress-Upcomming .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-progress-Upcomming .tabs.is-boxed a:hover, .hero.is-progress-Upcomming .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-Upcomming .tabs.is-boxed li.is-active a, .hero.is-progress-Upcomming .tabs.is-boxed li.is-active a:hover, .hero.is-progress-Upcomming .tabs.is-toggle li.is-active a, .hero.is-progress-Upcomming .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #CACACA;
}
.hero.is-progress-Upcomming.is-bold {
  background-image: linear-gradient(141deg, #b8a9ab 0%, #CACACA 71%, #d9d5d5 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-Upcomming.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #b8a9ab 0%, #CACACA 71%, #d9d5d5 100%);
  }
}
.hero.is-progress-Overdue {
  background-color: #FF7B7B;
  color: #ffffff;
}
.hero.is-progress-Overdue a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-Overdue strong {
  color: inherit;
}
.hero.is-progress-Overdue .title {
  color: #ffffff;
}
.hero.is-progress-Overdue .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-progress-Overdue .subtitle a:not(.button),
.hero.is-progress-Overdue .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-Overdue .navbar-menu {
    background-color: #FF7B7B;
  }
}
.hero.is-progress-Overdue .navbar-item,
.hero.is-progress-Overdue .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-progress-Overdue a.navbar-item:hover, .hero.is-progress-Overdue a.navbar-item.is-active,
.hero.is-progress-Overdue .navbar-link:hover,
.hero.is-progress-Overdue .navbar-link.is-active {
  background-color: #ff6262;
  color: #ffffff;
}
.hero.is-progress-Overdue .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-progress-Overdue .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-Overdue .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-Overdue .tabs.is-boxed a, .hero.is-progress-Overdue .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-progress-Overdue .tabs.is-boxed a:hover, .hero.is-progress-Overdue .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-Overdue .tabs.is-boxed li.is-active a, .hero.is-progress-Overdue .tabs.is-boxed li.is-active a:hover, .hero.is-progress-Overdue .tabs.is-toggle li.is-active a, .hero.is-progress-Overdue .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #FF7B7B;
}
.hero.is-progress-Overdue.is-bold {
  background-image: linear-gradient(141deg, #ff4867 0%, #FF7B7B 71%, #ffa695 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-Overdue.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff4867 0%, #FF7B7B 71%, #ffa695 100%);
  }
}
.hero.is-progress-InProgress {
  background-color: #8BD7F8;
  color: #31422f;
}
.hero.is-progress-InProgress a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-InProgress strong {
  color: inherit;
}
.hero.is-progress-InProgress .title {
  color: #31422f;
}
.hero.is-progress-InProgress .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-progress-InProgress .subtitle a:not(.button),
.hero.is-progress-InProgress .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-InProgress .navbar-menu {
    background-color: #8BD7F8;
  }
}
.hero.is-progress-InProgress .navbar-item,
.hero.is-progress-InProgress .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-progress-InProgress a.navbar-item:hover, .hero.is-progress-InProgress a.navbar-item.is-active,
.hero.is-progress-InProgress .navbar-link:hover,
.hero.is-progress-InProgress .navbar-link.is-active {
  background-color: #73cff7;
  color: #31422f;
}
.hero.is-progress-InProgress .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-progress-InProgress .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-InProgress .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-InProgress .tabs.is-boxed a, .hero.is-progress-InProgress .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-progress-InProgress .tabs.is-boxed a:hover, .hero.is-progress-InProgress .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-InProgress .tabs.is-boxed li.is-active a, .hero.is-progress-InProgress .tabs.is-boxed li.is-active a:hover, .hero.is-progress-InProgress .tabs.is-toggle li.is-active a, .hero.is-progress-InProgress .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #8BD7F8;
}
.hero.is-progress-InProgress.is-bold {
  background-image: linear-gradient(141deg, #52e6fe 0%, #8BD7F8 71%, #a1d1fc 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-InProgress.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #52e6fe 0%, #8BD7F8 71%, #a1d1fc 100%);
  }
}
.hero.is-progress-Completed {
  background-color: #44CBB6;
  color: #ffffff;
}
.hero.is-progress-Completed a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-Completed strong {
  color: inherit;
}
.hero.is-progress-Completed .title {
  color: #ffffff;
}
.hero.is-progress-Completed .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-progress-Completed .subtitle a:not(.button),
.hero.is-progress-Completed .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-Completed .navbar-menu {
    background-color: #44CBB6;
  }
}
.hero.is-progress-Completed .navbar-item,
.hero.is-progress-Completed .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-progress-Completed a.navbar-item:hover, .hero.is-progress-Completed a.navbar-item.is-active,
.hero.is-progress-Completed .navbar-link:hover,
.hero.is-progress-Completed .navbar-link.is-active {
  background-color: #35c0ab;
  color: #ffffff;
}
.hero.is-progress-Completed .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-progress-Completed .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-Completed .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-Completed .tabs.is-boxed a, .hero.is-progress-Completed .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-progress-Completed .tabs.is-boxed a:hover, .hero.is-progress-Completed .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-Completed .tabs.is-boxed li.is-active a, .hero.is-progress-Completed .tabs.is-boxed li.is-active a:hover, .hero.is-progress-Completed .tabs.is-toggle li.is-active a, .hero.is-progress-Completed .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #44CBB6;
}
.hero.is-progress-Completed.is-bold {
  background-image: linear-gradient(141deg, #25b788 0%, #44CBB6 71%, #53d4d6 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-Completed.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #25b788 0%, #44CBB6 71%, #53d4d6 100%);
  }
}
.hero.is-progress-course-NotStartedYet {
  background-color: #ecb920;
  color: #31422f;
}
.hero.is-progress-course-NotStartedYet a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-course-NotStartedYet strong {
  color: inherit;
}
.hero.is-progress-course-NotStartedYet .title {
  color: #31422f;
}
.hero.is-progress-course-NotStartedYet .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-progress-course-NotStartedYet .subtitle a:not(.button),
.hero.is-progress-course-NotStartedYet .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-course-NotStartedYet .navbar-menu {
    background-color: #ecb920;
  }
}
.hero.is-progress-course-NotStartedYet .navbar-item,
.hero.is-progress-course-NotStartedYet .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-progress-course-NotStartedYet a.navbar-item:hover, .hero.is-progress-course-NotStartedYet a.navbar-item.is-active,
.hero.is-progress-course-NotStartedYet .navbar-link:hover,
.hero.is-progress-course-NotStartedYet .navbar-link.is-active {
  background-color: #dfac13;
  color: #31422f;
}
.hero.is-progress-course-NotStartedYet .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-progress-course-NotStartedYet .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-course-NotStartedYet .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-course-NotStartedYet .tabs.is-boxed a, .hero.is-progress-course-NotStartedYet .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-progress-course-NotStartedYet .tabs.is-boxed a:hover, .hero.is-progress-course-NotStartedYet .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-course-NotStartedYet .tabs.is-boxed li.is-active a, .hero.is-progress-course-NotStartedYet .tabs.is-boxed li.is-active a:hover, .hero.is-progress-course-NotStartedYet .tabs.is-toggle li.is-active a, .hero.is-progress-course-NotStartedYet .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #ecb920;
}
.hero.is-progress-course-NotStartedYet.is-bold {
  background-image: linear-gradient(141deg, #d37e06 0%, #ecb920 71%, #f3e332 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-course-NotStartedYet.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #d37e06 0%, #ecb920 71%, #f3e332 100%);
  }
}
.hero.is-progress-course-InProgress {
  background-color: #2098c3;
  color: #ffffff;
}
.hero.is-progress-course-InProgress a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-course-InProgress strong {
  color: inherit;
}
.hero.is-progress-course-InProgress .title {
  color: #ffffff;
}
.hero.is-progress-course-InProgress .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-progress-course-InProgress .subtitle a:not(.button),
.hero.is-progress-course-InProgress .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-course-InProgress .navbar-menu {
    background-color: #2098c3;
  }
}
.hero.is-progress-course-InProgress .navbar-item,
.hero.is-progress-course-InProgress .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-progress-course-InProgress a.navbar-item:hover, .hero.is-progress-course-InProgress a.navbar-item.is-active,
.hero.is-progress-course-InProgress .navbar-link:hover,
.hero.is-progress-course-InProgress .navbar-link.is-active {
  background-color: #1c87ad;
  color: #ffffff;
}
.hero.is-progress-course-InProgress .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-progress-course-InProgress .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-course-InProgress .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-course-InProgress .tabs.is-boxed a, .hero.is-progress-course-InProgress .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-progress-course-InProgress .tabs.is-boxed a:hover, .hero.is-progress-course-InProgress .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-course-InProgress .tabs.is-boxed li.is-active a, .hero.is-progress-course-InProgress .tabs.is-boxed li.is-active a:hover, .hero.is-progress-course-InProgress .tabs.is-toggle li.is-active a, .hero.is-progress-course-InProgress .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2098c3;
}
.hero.is-progress-course-InProgress.is-bold {
  background-image: linear-gradient(141deg, #1092a0 0%, #2098c3 71%, #1d8cdf 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-course-InProgress.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1092a0 0%, #2098c3 71%, #1d8cdf 100%);
  }
}
.hero.is-progress-course-Completed {
  background-color: #6eba1e;
  color: #ffffff;
}
.hero.is-progress-course-Completed a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-course-Completed strong {
  color: inherit;
}
.hero.is-progress-course-Completed .title {
  color: #ffffff;
}
.hero.is-progress-course-Completed .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-progress-course-Completed .subtitle a:not(.button),
.hero.is-progress-course-Completed .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-course-Completed .navbar-menu {
    background-color: #6eba1e;
  }
}
.hero.is-progress-course-Completed .navbar-item,
.hero.is-progress-course-Completed .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-progress-course-Completed a.navbar-item:hover, .hero.is-progress-course-Completed a.navbar-item.is-active,
.hero.is-progress-course-Completed .navbar-link:hover,
.hero.is-progress-course-Completed .navbar-link.is-active {
  background-color: #61a41a;
  color: #ffffff;
}
.hero.is-progress-course-Completed .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-progress-course-Completed .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-course-Completed .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-course-Completed .tabs.is-boxed a, .hero.is-progress-course-Completed .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-progress-course-Completed .tabs.is-boxed a:hover, .hero.is-progress-course-Completed .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-course-Completed .tabs.is-boxed li.is-active a, .hero.is-progress-course-Completed .tabs.is-boxed li.is-active a:hover, .hero.is-progress-course-Completed .tabs.is-toggle li.is-active a, .hero.is-progress-course-Completed .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6eba1e;
}
.hero.is-progress-course-Completed.is-bold {
  background-image: linear-gradient(141deg, #6b960f 0%, #6eba1e 71%, #5cd61c 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-course-Completed.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #6b960f 0%, #6eba1e 71%, #5cd61c 100%);
  }
}
.hero.is-progress-Passed {
  background-color: #44CBB6;
  color: #ffffff;
}
.hero.is-progress-Passed a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-Passed strong {
  color: inherit;
}
.hero.is-progress-Passed .title {
  color: #ffffff;
}
.hero.is-progress-Passed .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-progress-Passed .subtitle a:not(.button),
.hero.is-progress-Passed .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-Passed .navbar-menu {
    background-color: #44CBB6;
  }
}
.hero.is-progress-Passed .navbar-item,
.hero.is-progress-Passed .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-progress-Passed a.navbar-item:hover, .hero.is-progress-Passed a.navbar-item.is-active,
.hero.is-progress-Passed .navbar-link:hover,
.hero.is-progress-Passed .navbar-link.is-active {
  background-color: #35c0ab;
  color: #ffffff;
}
.hero.is-progress-Passed .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-progress-Passed .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-Passed .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-Passed .tabs.is-boxed a, .hero.is-progress-Passed .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-progress-Passed .tabs.is-boxed a:hover, .hero.is-progress-Passed .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-Passed .tabs.is-boxed li.is-active a, .hero.is-progress-Passed .tabs.is-boxed li.is-active a:hover, .hero.is-progress-Passed .tabs.is-toggle li.is-active a, .hero.is-progress-Passed .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #44CBB6;
}
.hero.is-progress-Passed.is-bold {
  background-image: linear-gradient(141deg, #25b788 0%, #44CBB6 71%, #53d4d6 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-Passed.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #25b788 0%, #44CBB6 71%, #53d4d6 100%);
  }
}
.hero.is-progress-Failed {
  background-color: #FF7B7B;
  color: #ffffff;
}
.hero.is-progress-Failed a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-Failed strong {
  color: inherit;
}
.hero.is-progress-Failed .title {
  color: #ffffff;
}
.hero.is-progress-Failed .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-progress-Failed .subtitle a:not(.button),
.hero.is-progress-Failed .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-Failed .navbar-menu {
    background-color: #FF7B7B;
  }
}
.hero.is-progress-Failed .navbar-item,
.hero.is-progress-Failed .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-progress-Failed a.navbar-item:hover, .hero.is-progress-Failed a.navbar-item.is-active,
.hero.is-progress-Failed .navbar-link:hover,
.hero.is-progress-Failed .navbar-link.is-active {
  background-color: #ff6262;
  color: #ffffff;
}
.hero.is-progress-Failed .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-progress-Failed .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-Failed .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-Failed .tabs.is-boxed a, .hero.is-progress-Failed .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-progress-Failed .tabs.is-boxed a:hover, .hero.is-progress-Failed .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-Failed .tabs.is-boxed li.is-active a, .hero.is-progress-Failed .tabs.is-boxed li.is-active a:hover, .hero.is-progress-Failed .tabs.is-toggle li.is-active a, .hero.is-progress-Failed .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #FF7B7B;
}
.hero.is-progress-Failed.is-bold {
  background-image: linear-gradient(141deg, #ff4867 0%, #FF7B7B 71%, #ffa695 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-Failed.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff4867 0%, #FF7B7B 71%, #ffa695 100%);
  }
}
.hero.is-progress-Missed {
  background-color: #CACACA;
  color: #31422f;
}
.hero.is-progress-Missed a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-Missed strong {
  color: inherit;
}
.hero.is-progress-Missed .title {
  color: #31422f;
}
.hero.is-progress-Missed .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-progress-Missed .subtitle a:not(.button),
.hero.is-progress-Missed .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-Missed .navbar-menu {
    background-color: #CACACA;
  }
}
.hero.is-progress-Missed .navbar-item,
.hero.is-progress-Missed .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-progress-Missed a.navbar-item:hover, .hero.is-progress-Missed a.navbar-item.is-active,
.hero.is-progress-Missed .navbar-link:hover,
.hero.is-progress-Missed .navbar-link.is-active {
  background-color: #bdbdbd;
  color: #31422f;
}
.hero.is-progress-Missed .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-progress-Missed .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-Missed .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-Missed .tabs.is-boxed a, .hero.is-progress-Missed .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-progress-Missed .tabs.is-boxed a:hover, .hero.is-progress-Missed .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-Missed .tabs.is-boxed li.is-active a, .hero.is-progress-Missed .tabs.is-boxed li.is-active a:hover, .hero.is-progress-Missed .tabs.is-toggle li.is-active a, .hero.is-progress-Missed .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #CACACA;
}
.hero.is-progress-Missed.is-bold {
  background-image: linear-gradient(141deg, #b8a9ab 0%, #CACACA 71%, #d9d5d5 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-Missed.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #b8a9ab 0%, #CACACA 71%, #d9d5d5 100%);
  }
}
.hero.is-progress-Waiting {
  background-color: #FDDA7B;
  color: #31422f;
}
.hero.is-progress-Waiting a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-progress-Waiting strong {
  color: inherit;
}
.hero.is-progress-Waiting .title {
  color: #31422f;
}
.hero.is-progress-Waiting .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-progress-Waiting .subtitle a:not(.button),
.hero.is-progress-Waiting .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-progress-Waiting .navbar-menu {
    background-color: #FDDA7B;
  }
}
.hero.is-progress-Waiting .navbar-item,
.hero.is-progress-Waiting .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-progress-Waiting a.navbar-item:hover, .hero.is-progress-Waiting a.navbar-item.is-active,
.hero.is-progress-Waiting .navbar-link:hover,
.hero.is-progress-Waiting .navbar-link.is-active {
  background-color: #fdd362;
  color: #31422f;
}
.hero.is-progress-Waiting .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-progress-Waiting .tabs a:hover {
  opacity: 1;
}
.hero.is-progress-Waiting .tabs li.is-active a {
  opacity: 1;
}
.hero.is-progress-Waiting .tabs.is-boxed a, .hero.is-progress-Waiting .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-progress-Waiting .tabs.is-boxed a:hover, .hero.is-progress-Waiting .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-progress-Waiting .tabs.is-boxed li.is-active a, .hero.is-progress-Waiting .tabs.is-boxed li.is-active a:hover, .hero.is-progress-Waiting .tabs.is-toggle li.is-active a, .hero.is-progress-Waiting .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #FDDA7B;
}
.hero.is-progress-Waiting.is-bold {
  background-image: linear-gradient(141deg, #ffae46 0%, #FDDA7B 71%, #fff493 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-progress-Waiting.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffae46 0%, #FDDA7B 71%, #fff493 100%);
  }
}
.hero.is-exam-header {
  background-color: #797979;
  color: #ffffff;
}
.hero.is-exam-header a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-exam-header strong {
  color: inherit;
}
.hero.is-exam-header .title {
  color: #ffffff;
}
.hero.is-exam-header .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-exam-header .subtitle a:not(.button),
.hero.is-exam-header .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-exam-header .navbar-menu {
    background-color: #797979;
  }
}
.hero.is-exam-header .navbar-item,
.hero.is-exam-header .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-exam-header a.navbar-item:hover, .hero.is-exam-header a.navbar-item.is-active,
.hero.is-exam-header .navbar-link:hover,
.hero.is-exam-header .navbar-link.is-active {
  background-color: #6c6c6c;
  color: #ffffff;
}
.hero.is-exam-header .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-exam-header .tabs a:hover {
  opacity: 1;
}
.hero.is-exam-header .tabs li.is-active a {
  opacity: 1;
}
.hero.is-exam-header .tabs.is-boxed a, .hero.is-exam-header .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-exam-header .tabs.is-boxed a:hover, .hero.is-exam-header .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-exam-header .tabs.is-boxed li.is-active a, .hero.is-exam-header .tabs.is-boxed li.is-active a:hover, .hero.is-exam-header .tabs.is-toggle li.is-active a, .hero.is-exam-header .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #797979;
}
.hero.is-exam-header.is-bold {
  background-image: linear-gradient(141deg, #695659 0%, #797979 71%, #8c8280 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-exam-header.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #695659 0%, #797979 71%, #8c8280 100%);
  }
}
.hero.is-reward-point {
  background-color: #ecb920;
  color: #31422f;
}
.hero.is-reward-point a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-reward-point strong {
  color: inherit;
}
.hero.is-reward-point .title {
  color: #31422f;
}
.hero.is-reward-point .subtitle {
  color: rgba(49, 66, 47, 0.9);
}
.hero.is-reward-point .subtitle a:not(.button),
.hero.is-reward-point .subtitle strong {
  color: #31422f;
}
@media screen and (max-width: 1263px) {
  .hero.is-reward-point .navbar-menu {
    background-color: #ecb920;
  }
}
.hero.is-reward-point .navbar-item,
.hero.is-reward-point .navbar-link {
  color: rgba(49, 66, 47, 0.7);
}
.hero.is-reward-point a.navbar-item:hover, .hero.is-reward-point a.navbar-item.is-active,
.hero.is-reward-point .navbar-link:hover,
.hero.is-reward-point .navbar-link.is-active {
  background-color: #dfac13;
  color: #31422f;
}
.hero.is-reward-point .tabs a {
  color: #31422f;
  opacity: 0.9;
}
.hero.is-reward-point .tabs a:hover {
  opacity: 1;
}
.hero.is-reward-point .tabs li.is-active a {
  opacity: 1;
}
.hero.is-reward-point .tabs.is-boxed a, .hero.is-reward-point .tabs.is-toggle a {
  color: #31422f;
}
.hero.is-reward-point .tabs.is-boxed a:hover, .hero.is-reward-point .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-reward-point .tabs.is-boxed li.is-active a, .hero.is-reward-point .tabs.is-boxed li.is-active a:hover, .hero.is-reward-point .tabs.is-toggle li.is-active a, .hero.is-reward-point .tabs.is-toggle li.is-active a:hover {
  background-color: #31422f;
  border-color: #31422f;
  color: #ecb920;
}
.hero.is-reward-point.is-bold {
  background-image: linear-gradient(141deg, #d37e06 0%, #ecb920 71%, #f3e332 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-reward-point.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #d37e06 0%, #ecb920 71%, #f3e332 100%);
  }
}
.hero.is-exp-point {
  background-color: #4493CB;
  color: #ffffff;
}
.hero.is-exp-point a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-exp-point strong {
  color: inherit;
}
.hero.is-exp-point .title {
  color: #ffffff;
}
.hero.is-exp-point .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-exp-point .subtitle a:not(.button),
.hero.is-exp-point .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-exp-point .navbar-menu {
    background-color: #4493CB;
  }
}
.hero.is-exp-point .navbar-item,
.hero.is-exp-point .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-exp-point a.navbar-item:hover, .hero.is-exp-point a.navbar-item.is-active,
.hero.is-exp-point .navbar-link:hover,
.hero.is-exp-point .navbar-link.is-active {
  background-color: #3587c0;
  color: #ffffff;
}
.hero.is-exp-point .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-exp-point .tabs a:hover {
  opacity: 1;
}
.hero.is-exp-point .tabs li.is-active a {
  opacity: 1;
}
.hero.is-exp-point .tabs.is-boxed a, .hero.is-exp-point .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-exp-point .tabs.is-boxed a:hover, .hero.is-exp-point .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-exp-point .tabs.is-boxed li.is-active a, .hero.is-exp-point .tabs.is-boxed li.is-active a:hover, .hero.is-exp-point .tabs.is-toggle li.is-active a, .hero.is-exp-point .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4493CB;
}
.hero.is-exp-point.is-bold {
  background-image: linear-gradient(141deg, #2593b7 0%, #4493CB 71%, #538ad6 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-exp-point.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2593b7 0%, #4493CB 71%, #538ad6 100%);
  }
}
.hero.is-got-reward {
  background-color: #AAAAAA;
  color: #ffffff;
}
.hero.is-got-reward a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-got-reward strong {
  color: inherit;
}
.hero.is-got-reward .title {
  color: #ffffff;
}
.hero.is-got-reward .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-got-reward .subtitle a:not(.button),
.hero.is-got-reward .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-got-reward .navbar-menu {
    background-color: #AAAAAA;
  }
}
.hero.is-got-reward .navbar-item,
.hero.is-got-reward .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-got-reward a.navbar-item:hover, .hero.is-got-reward a.navbar-item.is-active,
.hero.is-got-reward .navbar-link:hover,
.hero.is-got-reward .navbar-link.is-active {
  background-color: #9d9d9d;
  color: #ffffff;
}
.hero.is-got-reward .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-got-reward .tabs a:hover {
  opacity: 1;
}
.hero.is-got-reward .tabs li.is-active a {
  opacity: 1;
}
.hero.is-got-reward .tabs.is-boxed a, .hero.is-got-reward .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-got-reward .tabs.is-boxed a:hover, .hero.is-got-reward .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-got-reward .tabs.is-boxed li.is-active a, .hero.is-got-reward .tabs.is-boxed li.is-active a:hover, .hero.is-got-reward .tabs.is-toggle li.is-active a, .hero.is-got-reward .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #AAAAAA;
}
.hero.is-got-reward.is-bold {
  background-image: linear-gradient(141deg, #9c8589 0%, #AAAAAA 71%, #bab4b3 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-got-reward.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #9c8589 0%, #AAAAAA 71%, #bab4b3 100%);
  }
}
.hero.is-correct-item {
  background-color: #2699FB;
  color: #ffffff;
}
.hero.is-correct-item a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-correct-item strong {
  color: inherit;
}
.hero.is-correct-item .title {
  color: #ffffff;
}
.hero.is-correct-item .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-correct-item .subtitle a:not(.button),
.hero.is-correct-item .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-correct-item .navbar-menu {
    background-color: #2699FB;
  }
}
.hero.is-correct-item .navbar-item,
.hero.is-correct-item .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-correct-item a.navbar-item:hover, .hero.is-correct-item a.navbar-item.is-active,
.hero.is-correct-item .navbar-link:hover,
.hero.is-correct-item .navbar-link.is-active {
  background-color: #0d8dfb;
  color: #ffffff;
}
.hero.is-correct-item .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-correct-item .tabs a:hover {
  opacity: 1;
}
.hero.is-correct-item .tabs li.is-active a {
  opacity: 1;
}
.hero.is-correct-item .tabs.is-boxed a, .hero.is-correct-item .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-correct-item .tabs.is-boxed a:hover, .hero.is-correct-item .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-correct-item .tabs.is-boxed li.is-active a, .hero.is-correct-item .tabs.is-boxed li.is-active a:hover, .hero.is-correct-item .tabs.is-toggle li.is-active a, .hero.is-correct-item .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2699FB;
}
.hero.is-correct-item.is-bold {
  background-image: linear-gradient(141deg, #00a8ee 0%, #2699FB 71%, #3c84ff 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-correct-item.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00a8ee 0%, #2699FB 71%, #3c84ff 100%);
  }
}
.hero.is-wrong-item {
  background-color: #CE0029;
  color: #ffffff;
}
.hero.is-wrong-item a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-wrong-item strong {
  color: inherit;
}
.hero.is-wrong-item .title {
  color: #ffffff;
}
.hero.is-wrong-item .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-wrong-item .subtitle a:not(.button),
.hero.is-wrong-item .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-wrong-item .navbar-menu {
    background-color: #CE0029;
  }
}
.hero.is-wrong-item .navbar-item,
.hero.is-wrong-item .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-wrong-item a.navbar-item:hover, .hero.is-wrong-item a.navbar-item.is-active,
.hero.is-wrong-item .navbar-link:hover,
.hero.is-wrong-item .navbar-link.is-active {
  background-color: #b50024;
  color: #ffffff;
}
.hero.is-wrong-item .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-wrong-item .tabs a:hover {
  opacity: 1;
}
.hero.is-wrong-item .tabs li.is-active a {
  opacity: 1;
}
.hero.is-wrong-item .tabs.is-boxed a, .hero.is-wrong-item .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-wrong-item .tabs.is-boxed a:hover, .hero.is-wrong-item .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-wrong-item .tabs.is-boxed li.is-active a, .hero.is-wrong-item .tabs.is-boxed li.is-active a:hover, .hero.is-wrong-item .tabs.is-toggle li.is-active a, .hero.is-wrong-item .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #CE0029;
}
.hero.is-wrong-item.is-bold {
  background-image: linear-gradient(141deg, #9b0039 0%, #CE0029 71%, #e80007 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-wrong-item.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #9b0039 0%, #CE0029 71%, #e80007 100%);
  }
}
.hero.is-table-header {
  background-color: #848EA0;
  color: #ffffff;
}
.hero.is-table-header a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-table-header strong {
  color: inherit;
}
.hero.is-table-header .title {
  color: #ffffff;
}
.hero.is-table-header .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-table-header .subtitle a:not(.button),
.hero.is-table-header .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-table-header .navbar-menu {
    background-color: #848EA0;
  }
}
.hero.is-table-header .navbar-item,
.hero.is-table-header .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-table-header a.navbar-item:hover, .hero.is-table-header a.navbar-item.is-active,
.hero.is-table-header .navbar-link:hover,
.hero.is-table-header .navbar-link.is-active {
  background-color: #768195;
  color: #ffffff;
}
.hero.is-table-header .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-table-header .tabs a:hover {
  opacity: 1;
}
.hero.is-table-header .tabs li.is-active a {
  opacity: 1;
}
.hero.is-table-header .tabs.is-boxed a, .hero.is-table-header .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-table-header .tabs.is-boxed a:hover, .hero.is-table-header .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-table-header .tabs.is-boxed li.is-active a, .hero.is-table-header .tabs.is-boxed li.is-active a:hover, .hero.is-table-header .tabs.is-toggle li.is-active a, .hero.is-table-header .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #848EA0;
}
.hero.is-table-header.is-bold {
  background-image: linear-gradient(141deg, #5d7a94 0%, #848EA0 71%, #8e94b0 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-table-header.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #5d7a94 0%, #848EA0 71%, #8e94b0 100%);
  }
}
.hero.is-hero-header {
  background-color: #8ec051;
  color: #ffffff;
}
.hero.is-hero-header a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-hero-header strong {
  color: inherit;
}
.hero.is-hero-header .title {
  color: #ffffff;
}
.hero.is-hero-header .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-hero-header .subtitle a:not(.button),
.hero.is-hero-header .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1263px) {
  .hero.is-hero-header .navbar-menu {
    background-color: #8ec051;
  }
}
.hero.is-hero-header .navbar-item,
.hero.is-hero-header .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-hero-header a.navbar-item:hover, .hero.is-hero-header a.navbar-item.is-active,
.hero.is-hero-header .navbar-link:hover,
.hero.is-hero-header .navbar-link.is-active {
  background-color: #81b642;
  color: #ffffff;
}
.hero.is-hero-header .tabs a {
  color: #ffffff;
  opacity: 0.9;
}
.hero.is-hero-header .tabs a:hover {
  opacity: 1;
}
.hero.is-hero-header .tabs li.is-active a {
  opacity: 1;
}
.hero.is-hero-header .tabs.is-boxed a, .hero.is-hero-header .tabs.is-toggle a {
  color: #ffffff;
}
.hero.is-hero-header .tabs.is-boxed a:hover, .hero.is-hero-header .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-hero-header .tabs.is-boxed li.is-active a, .hero.is-hero-header .tabs.is-boxed li.is-active a:hover, .hero.is-hero-header .tabs.is-toggle li.is-active a, .hero.is-hero-header .tabs.is-toggle li.is-active a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8ec051;
}
.hero.is-hero-header.is-bold {
  background-image: linear-gradient(141deg, #8aae30 0%, #8ec051 71%, #88cc5e 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-hero-header.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #8aae30 0%, #8ec051 71%, #88cc5e 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .hero.is-large .hero-body {
    padding: 18rem 1.5rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}
.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .hero-video {
    display: none;
  }
}
.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 4rem 2rem;
}
.section {
  padding: 3.2rem 80px;
}
@media screen and (min-width: 1264px) {
  .section.is-medium {
    padding: 4.8rem 80px;
  }
  .section.is-large {
    padding: 9.6rem 80px;
  }
}
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}
.button:hover, .button.is-hovered {
  background-color: #f9f9f9;
}
.field.is-horizontal .field-label {
  flex-grow: 0;
  flex-basis: auto;
}
.field.is-horizontal .field-body {
  flex-grow: 1;
}
.input[type=search]:not(.is-rounded), .textarea[type=search]:not(.is-rounded) {
  border-radius: 4px;
}
.file-cta {
  flex-shrink: 0;
}
.file.is-fullwidth .file-name {
  white-space: normal;
}
.modal-card-title {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
.navbar-menu {
  min-height: 4rem;
}
.select:not(.is-multiple)::after {
  z-index: 0;
}
.select:not(:hover).is-loading::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.checkbox[disabled=false], .radio[disabled=false] {
  cursor: pointer;
}
.textarea[rows] {
  height: auto;
}
.is-vertical > .tile {
  -ms-flex-preferred-size: auto;
}
@media screen and (min-width: 1264px) {
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: none;
  }
  .navbar-item.is-active > .navbar-dropdown, .navbar-item.is-hoverable:focus > .navbar-dropdown, .navbar-item.is-hoverable:hover > .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active > .navbar-dropdown, .navbar-item.is-active > .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus > .navbar-dropdown, .navbar-item.is-hoverable:focus > .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover > .navbar-dropdown, .navbar-item.is-hoverable:hover > .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.dropdown-item {
  font-size: 1.4rem;
  padding: 0.5rem 1.5rem;
}
.navbar-dropdown {
  font-size: 1.4rem;
}
@media screen and (min-width: 1264px) {
  .navbar-dropdown {
    font-size: 1.4rem;
  }
}
html {
  font-size: 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 9px;
  }
}
body {
  font-size: 1.4rem;
  min-height: 100%;
  position: relative;
  word-break: break-word;
}
a {
  color: #31422f;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #31422f;
}
[hidden] {
  display: none !important;
}
.reorder-handle {
  display: block;
  width: 20px;
  cursor: ns-resize;
}
.reorder-handle span {
  background-color: currentColor;
  display: block;
  height: 1px;
}
.reorder-handle span:nth-child(2) {
  margin-top: 5px;
}
.reorder-handle span:nth-child(3) {
  margin-top: 5px;
}
a img {
  border: 0;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
:focus {
  outline: 0;
}
body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.is-loading.is-white::after {
  border-left-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.is-loading.is-black::after {
  border-left-color: #0a0a0a !important;
  border-bottom-color: #0a0a0a !important;
}
.is-loading.is-light::after {
  border-left-color: #f5f5f5 !important;
  border-bottom-color: #f5f5f5 !important;
}
.is-loading.is-dark::after {
  border-left-color: #3E3E3E !important;
  border-bottom-color: #3E3E3E !important;
}
.is-loading.is-primary::after {
  border-left-color: #6eba1e !important;
  border-bottom-color: #6eba1e !important;
}
.is-loading.is-secondary::after {
  border-left-color: #597e5b !important;
  border-bottom-color: #597e5b !important;
}
.is-loading.is-link::after {
  border-left-color: #6eba1e !important;
  border-bottom-color: #6eba1e !important;
}
.is-loading.is-info::after {
  border-left-color: #0c495c !important;
  border-bottom-color: #0c495c !important;
}
.is-loading.is-success::after {
  border-left-color: #679466 !important;
  border-bottom-color: #679466 !important;
}
.is-loading.is-warning::after {
  border-left-color: #F7B505 !important;
  border-bottom-color: #F7B505 !important;
}
.is-loading.is-danger::after {
  border-left-color: #D13F5C !important;
  border-bottom-color: #D13F5C !important;
}
.is-loading.is-progress-NotStartedYet::after {
  border-left-color: #FDDA7B !important;
  border-bottom-color: #FDDA7B !important;
}
.is-loading.is-progress-Upcomming::after {
  border-left-color: #CACACA !important;
  border-bottom-color: #CACACA !important;
}
.is-loading.is-progress-Overdue::after {
  border-left-color: #FF7B7B !important;
  border-bottom-color: #FF7B7B !important;
}
.is-loading.is-progress-InProgress::after {
  border-left-color: #8BD7F8 !important;
  border-bottom-color: #8BD7F8 !important;
}
.is-loading.is-progress-Completed::after {
  border-left-color: #44CBB6 !important;
  border-bottom-color: #44CBB6 !important;
}
.is-loading.is-progress-course-NotStartedYet::after {
  border-left-color: #ecb920 !important;
  border-bottom-color: #ecb920 !important;
}
.is-loading.is-progress-course-InProgress::after {
  border-left-color: #2098c3 !important;
  border-bottom-color: #2098c3 !important;
}
.is-loading.is-progress-course-Completed::after {
  border-left-color: #6eba1e !important;
  border-bottom-color: #6eba1e !important;
}
.is-loading.is-progress-Passed::after {
  border-left-color: #44CBB6 !important;
  border-bottom-color: #44CBB6 !important;
}
.is-loading.is-progress-Failed::after {
  border-left-color: #FF7B7B !important;
  border-bottom-color: #FF7B7B !important;
}
.is-loading.is-progress-Missed::after {
  border-left-color: #CACACA !important;
  border-bottom-color: #CACACA !important;
}
.is-loading.is-progress-Waiting::after {
  border-left-color: #FDDA7B !important;
  border-bottom-color: #FDDA7B !important;
}
.is-loading.is-exam-header::after {
  border-left-color: #797979 !important;
  border-bottom-color: #797979 !important;
}
.is-loading.is-reward-point::after {
  border-left-color: #ecb920 !important;
  border-bottom-color: #ecb920 !important;
}
.is-loading.is-exp-point::after {
  border-left-color: #4493CB !important;
  border-bottom-color: #4493CB !important;
}
.is-loading.is-got-reward::after {
  border-left-color: #AAAAAA !important;
  border-bottom-color: #AAAAAA !important;
}
.is-loading.is-correct-item::after {
  border-left-color: #2699FB !important;
  border-bottom-color: #2699FB !important;
}
.is-loading.is-wrong-item::after {
  border-left-color: #CE0029 !important;
  border-bottom-color: #CE0029 !important;
}
.is-loading.is-table-header::after {
  border-left-color: #848EA0 !important;
  border-bottom-color: #848EA0 !important;
}
.is-loading.is-hero-header::after {
  border-left-color: #8ec051 !important;
  border-bottom-color: #8ec051 !important;
}
.columns:not(:last-child) {
  margin-bottom: 0.8rem;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .column {
    padding: 0.8rem;
  }

  .columns {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-top: -0.8rem;
  }
  .columns:last-child {
    margin-bottom: -0.8rem;
  }
  .columns:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .columns.is-gapless:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.8rem;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  .tile.is-ancestor {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-top: -0.8rem;
  }
  .tile.is-ancestor:last-child {
    margin-bottom: -0.8rem;
  }
  .tile.is-ancestor:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .tile.is-parent {
    padding: 0.8rem;
  }
  .tile.is-vertical > .tile.is-child:not(:last-child) {
    margin-bottom: 1.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .level-left + .level-right {
    margin-top: 1.6rem;
  }
}
.hero-buttons {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.6rem;
  }
}
.field:not(:last-child) {
  margin-bottom: 1.6rem;
}
.field:not(:last-child).is-horizontal {
  margin-bottom: 0.8rem;
}
.field.is-grouped > .control:not(:last-child) {
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .field:not(:last-child) {
    margin-bottom: 0.8rem;
  }

  .field-label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .field-label {
    margin-right: 1.6rem;
  }

  .field-body {
    flex-basis: auto;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.4rem;
  }
}
.label:not(:last-child) {
  margin-bottom: 0.8rem;
}
.buttons .button {
  margin-bottom: 0.8rem;
}
.buttons:last-child {
  margin-bottom: -0.8rem;
}
.buttons:not(:last-child) {
  margin-bottom: 0.8rem;
}
.buttons:not(.has-addons) .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.8rem;
}
.buttons:not(.has-addons).is-centered .button:not(.is-fullwidth), .buttons:not(.has-addons).is-right .button:not(.is-fullwidth) {
  margin-left: 0;
  margin-right: 0.8rem;
}
.buttons:not(.has-addons).is-centered .button:not(.is-fullwidth):last-child, .buttons:not(.has-addons).is-right .button:not(.is-fullwidth):last-child {
  margin-right: 0;
}
.buttons.is-spacing-2 .button {
  margin-bottom: 1.6rem;
}
.buttons.is-spacing-2:last-child {
  margin-bottom: -1.6rem;
}
.buttons.is-spacing-2:not(:last-child) {
  margin-bottom: 0rem;
}
.buttons.is-spacing-2:not(.has-addons) .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 1.6rem;
}
.buttons.is-spacing-2:not(.has-addons).is-centered .button:not(.is-fullwidth), .buttons.is-spacing-2:not(.has-addons).is-right .button:not(.is-fullwidth) {
  margin-left: 0;
  margin-right: 1.6rem;
}
.buttons.is-spacing-2:not(.has-addons).is-centered .button:not(.is-fullwidth):last-child, .buttons.is-spacing-2:not(.has-addons).is-right .button:not(.is-fullwidth):last-child {
  margin-right: 0;
}
.buttons.is-spacing-3 .button {
  margin-bottom: 2.4rem;
}
.buttons.is-spacing-3:last-child {
  margin-bottom: -2.4rem;
}
.buttons.is-spacing-3:not(:last-child) {
  margin-bottom: -0.8rem;
}
.buttons.is-spacing-3:not(.has-addons) .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 2.4rem;
}
.buttons.is-spacing-3:not(.has-addons).is-centered .button:not(.is-fullwidth), .buttons.is-spacing-3:not(.has-addons).is-right .button:not(.is-fullwidth) {
  margin-left: 0;
  margin-right: 2.4rem;
}
.buttons.is-spacing-3:not(.has-addons).is-centered .button:not(.is-fullwidth):last-child, .buttons.is-spacing-3:not(.has-addons).is-right .button:not(.is-fullwidth):last-child {
  margin-right: 0;
}
.help {
  margin-top: 0.4rem;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #0a0a0a !important;
}
.text-light {
  color: #f5f5f5 !important;
}
.text-dark {
  color: #3E3E3E !important;
}
.text-primary {
  color: #6eba1e !important;
}
.text-secondary {
  color: #597e5b !important;
}
.text-link {
  color: #6eba1e !important;
}
.text-info {
  color: #0c495c !important;
}
.text-success {
  color: #679466 !important;
}
.text-warning {
  color: #F7B505 !important;
}
.text-danger {
  color: #D13F5C !important;
}
.text-progress-NotStartedYet {
  color: #FDDA7B !important;
}
.text-progress-Upcomming {
  color: #CACACA !important;
}
.text-progress-Overdue {
  color: #FF7B7B !important;
}
.text-progress-InProgress {
  color: #8BD7F8 !important;
}
.text-progress-Completed {
  color: #44CBB6 !important;
}
.text-progress-course-NotStartedYet {
  color: #ecb920 !important;
}
.text-progress-course-InProgress {
  color: #2098c3 !important;
}
.text-progress-course-Completed {
  color: #6eba1e !important;
}
.text-progress-Passed {
  color: #44CBB6 !important;
}
.text-progress-Failed {
  color: #FF7B7B !important;
}
.text-progress-Missed {
  color: #CACACA !important;
}
.text-progress-Waiting {
  color: #FDDA7B !important;
}
.text-exam-header {
  color: #797979 !important;
}
.text-reward-point {
  color: #ecb920 !important;
}
.text-exp-point {
  color: #4493CB !important;
}
.text-got-reward {
  color: #AAAAAA !important;
}
.text-correct-item {
  color: #2699FB !important;
}
.text-wrong-item {
  color: #CE0029 !important;
}
.text-table-header {
  color: #848EA0 !important;
}
.text-hero-header {
  color: #8ec051 !important;
}
.text {
  color: #31422f !important;
}
.text-invert {
  color: #ffffff !important;
}
.text-strong {
  color: #3E3E3E !important;
}
.text-light {
  color: #696e69 !important;
}
.text-lighter {
  color: #d9e4d9 !important;
}
.text-disabled {
  color: #AAAAAA !important;
}
.text-link {
  cursor: pointer;
  text-decoration: underline !important;
}
.text-link strong {
  color: currentColor !important;
}
.text-link:hover {
  color: invalid-color !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #0a0a0a !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-dark {
  background-color: #3E3E3E !important;
}
.bg-primary {
  background-color: #6eba1e !important;
}
.bg-secondary {
  background-color: #597e5b !important;
}
.bg-link {
  background-color: #6eba1e !important;
}
.bg-info {
  background-color: #0c495c !important;
}
.bg-success {
  background-color: #679466 !important;
}
.bg-warning {
  background-color: #F7B505 !important;
}
.bg-danger {
  background-color: #D13F5C !important;
}
.bg-progress-NotStartedYet {
  background-color: #FDDA7B !important;
}
.bg-progress-Upcomming {
  background-color: #CACACA !important;
}
.bg-progress-Overdue {
  background-color: #FF7B7B !important;
}
.bg-progress-InProgress {
  background-color: #8BD7F8 !important;
}
.bg-progress-Completed {
  background-color: #44CBB6 !important;
}
.bg-progress-course-NotStartedYet {
  background-color: #ecb920 !important;
}
.bg-progress-course-InProgress {
  background-color: #2098c3 !important;
}
.bg-progress-course-Completed {
  background-color: #6eba1e !important;
}
.bg-progress-Passed {
  background-color: #44CBB6 !important;
}
.bg-progress-Failed {
  background-color: #FF7B7B !important;
}
.bg-progress-Missed {
  background-color: #CACACA !important;
}
.bg-progress-Waiting {
  background-color: #FDDA7B !important;
}
.bg-exam-header {
  background-color: #797979 !important;
}
.bg-reward-point {
  background-color: #ecb920 !important;
}
.bg-exp-point {
  background-color: #4493CB !important;
}
.bg-got-reward {
  background-color: #AAAAAA !important;
}
.bg-correct-item {
  background-color: #2699FB !important;
}
.bg-wrong-item {
  background-color: #CE0029 !important;
}
.bg-table-header {
  background-color: #848EA0 !important;
}
.bg-hero-header {
  background-color: #8ec051 !important;
}
.bg-black-bis {
  background-color: #121212 !important;
}
.bg-black-ter {
  background-color: #242424 !important;
}
.bg-grey-darker {
  background-color: #3E3E3E !important;
}
.bg-grey-dark {
  background-color: #4a4a4a !important;
}
.bg-grey {
  background-color: #797979 !important;
}
.bg-grey-light {
  background-color: #AAAAAA !important;
}
.bg-grey-lighter {
  background-color: #dddddd !important;
}
.bg-grey-lightest {
  background-color: #ededed !important;
}
.bg-white-ter {
  background-color: #f5f5f5 !important;
}
.bg-white-bis {
  background-color: #fafafa !important;
}
.is-flex-row {
  flex-direction: row !important;
}
.is-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.is-flex-column {
  flex-direction: column !important;
}
.is-flex-column-reverse {
  flex-direction: column-reverse !important;
}
.is-flex-wrap {
  flex-wrap: wrap !important;
}
.is-flex-nowrap {
  flex-wrap: nowrap !important;
}
.is-flex-wrap-stretch {
  flex-wrap: wrap !important;
  align-content: stretch !important;
}
.is-flex-wrap-start {
  flex-wrap: wrap !important;
  align-content: flex-start !important;
}
.is-flex-wrap-end {
  flex-wrap: wrap !important;
  align-content: flex-end !important;
}
.is-flex-wrap-center {
  flex-wrap: wrap !important;
  align-content: center !important;
}
.is-flex-wrap-between {
  flex-wrap: wrap !important;
  align-content: space-between !important;
}
.is-flex-wrap-around {
  flex-wrap: wrap !important;
  align-content: space-around !important;
}
.is-justify-start {
  justify-content: flex-start !important;
}
.is-justify-end {
  justify-content: flex-end !important;
}
.is-justify-center {
  justify-content: center !important;
}
.is-justify-between {
  justify-content: space-between !important;
}
.is-justify-around {
  justify-content: space-around !important;
}
.is-justify-evenly {
  justify-content: space-around !important;
  justify-content: space-evenly !important;
}
@supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
  .is-justify-evenly {
    justify-content: space-around !important;
  }
}
.is-align-stretch {
  align-items: stretch !important;
}
.is-align-baseline {
  align-items: baseline !important;
}
.is-align-start {
  align-items: flex-start !important;
}
.is-align-end {
  align-items: flex-end !important;
}
.is-align-center {
  align-items: center !important;
}
.is-align-self-start {
  align-self: flex-start !important;
}
.is-align-self-end {
  align-self: flex-end !important;
}
.is-align-self-center {
  align-self: center !important;
}
.is-flex-1 {
  flex: 1 !important;
}
.is-flex-auto {
  flex: auto !important;
}
.is-flex-none {
  flex: none !important;
}
.is-flex-grow-0 {
  flex-grow: 0 !important;
}
.is-flex-grow-1 {
  flex-grow: 1 !important;
}
.is-flex-grow-2 {
  flex-grow: 2 !important;
}
.is-flex-grow-3 {
  flex-grow: 3 !important;
}
.is-flex-grow-4 {
  flex-grow: 4 !important;
}
.is-flex-grow-5 {
  flex-grow: 5 !important;
}
.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}
.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}
.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}
.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}
.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}
.is-percent-1 {
  flex: none !important;
  width: 1% !important;
}
.is-percent-2 {
  flex: none !important;
  width: 2% !important;
}
.is-percent-3 {
  flex: none !important;
  width: 3% !important;
}
.is-percent-4 {
  flex: none !important;
  width: 4% !important;
}
.is-percent-5 {
  flex: none !important;
  width: 5% !important;
}
.is-percent-6 {
  flex: none !important;
  width: 6% !important;
}
.is-percent-7 {
  flex: none !important;
  width: 7% !important;
}
.is-percent-8 {
  flex: none !important;
  width: 8% !important;
}
.is-percent-9 {
  flex: none !important;
  width: 9% !important;
}
.is-percent-10 {
  flex: none !important;
  width: 10% !important;
}
.is-percent-11 {
  flex: none !important;
  width: 11% !important;
}
.is-percent-12 {
  flex: none !important;
  width: 12% !important;
}
.is-percent-13 {
  flex: none !important;
  width: 13% !important;
}
.is-percent-14 {
  flex: none !important;
  width: 14% !important;
}
.is-percent-15 {
  flex: none !important;
  width: 15% !important;
}
.is-percent-16 {
  flex: none !important;
  width: 16% !important;
}
.is-percent-17 {
  flex: none !important;
  width: 17% !important;
}
.is-percent-18 {
  flex: none !important;
  width: 18% !important;
}
.is-percent-19 {
  flex: none !important;
  width: 19% !important;
}
.is-percent-20 {
  flex: none !important;
  width: 20% !important;
}
.is-percent-21 {
  flex: none !important;
  width: 21% !important;
}
.is-percent-22 {
  flex: none !important;
  width: 22% !important;
}
.is-percent-23 {
  flex: none !important;
  width: 23% !important;
}
.is-percent-24 {
  flex: none !important;
  width: 24% !important;
}
.is-percent-25 {
  flex: none !important;
  width: 25% !important;
}
.is-percent-26 {
  flex: none !important;
  width: 26% !important;
}
.is-percent-27 {
  flex: none !important;
  width: 27% !important;
}
.is-percent-28 {
  flex: none !important;
  width: 28% !important;
}
.is-percent-29 {
  flex: none !important;
  width: 29% !important;
}
.is-percent-30 {
  flex: none !important;
  width: 30% !important;
}
.is-percent-31 {
  flex: none !important;
  width: 31% !important;
}
.is-percent-32 {
  flex: none !important;
  width: 32% !important;
}
.is-percent-33 {
  flex: none !important;
  width: 33% !important;
}
.is-percent-34 {
  flex: none !important;
  width: 34% !important;
}
.is-percent-35 {
  flex: none !important;
  width: 35% !important;
}
.is-percent-36 {
  flex: none !important;
  width: 36% !important;
}
.is-percent-37 {
  flex: none !important;
  width: 37% !important;
}
.is-percent-38 {
  flex: none !important;
  width: 38% !important;
}
.is-percent-39 {
  flex: none !important;
  width: 39% !important;
}
.is-percent-40 {
  flex: none !important;
  width: 40% !important;
}
.is-percent-41 {
  flex: none !important;
  width: 41% !important;
}
.is-percent-42 {
  flex: none !important;
  width: 42% !important;
}
.is-percent-43 {
  flex: none !important;
  width: 43% !important;
}
.is-percent-44 {
  flex: none !important;
  width: 44% !important;
}
.is-percent-45 {
  flex: none !important;
  width: 45% !important;
}
.is-percent-46 {
  flex: none !important;
  width: 46% !important;
}
.is-percent-47 {
  flex: none !important;
  width: 47% !important;
}
.is-percent-48 {
  flex: none !important;
  width: 48% !important;
}
.is-percent-49 {
  flex: none !important;
  width: 49% !important;
}
.is-percent-50 {
  flex: none !important;
  width: 50% !important;
}
.is-percent-51 {
  flex: none !important;
  width: 51% !important;
}
.is-percent-52 {
  flex: none !important;
  width: 52% !important;
}
.is-percent-53 {
  flex: none !important;
  width: 53% !important;
}
.is-percent-54 {
  flex: none !important;
  width: 54% !important;
}
.is-percent-55 {
  flex: none !important;
  width: 55% !important;
}
.is-percent-56 {
  flex: none !important;
  width: 56% !important;
}
.is-percent-57 {
  flex: none !important;
  width: 57% !important;
}
.is-percent-58 {
  flex: none !important;
  width: 58% !important;
}
.is-percent-59 {
  flex: none !important;
  width: 59% !important;
}
.is-percent-60 {
  flex: none !important;
  width: 60% !important;
}
.is-percent-61 {
  flex: none !important;
  width: 61% !important;
}
.is-percent-62 {
  flex: none !important;
  width: 62% !important;
}
.is-percent-63 {
  flex: none !important;
  width: 63% !important;
}
.is-percent-64 {
  flex: none !important;
  width: 64% !important;
}
.is-percent-65 {
  flex: none !important;
  width: 65% !important;
}
.is-percent-66 {
  flex: none !important;
  width: 66% !important;
}
.is-percent-67 {
  flex: none !important;
  width: 67% !important;
}
.is-percent-68 {
  flex: none !important;
  width: 68% !important;
}
.is-percent-69 {
  flex: none !important;
  width: 69% !important;
}
.is-percent-70 {
  flex: none !important;
  width: 70% !important;
}
.is-percent-71 {
  flex: none !important;
  width: 71% !important;
}
.is-percent-72 {
  flex: none !important;
  width: 72% !important;
}
.is-percent-73 {
  flex: none !important;
  width: 73% !important;
}
.is-percent-74 {
  flex: none !important;
  width: 74% !important;
}
.is-percent-75 {
  flex: none !important;
  width: 75% !important;
}
.is-percent-76 {
  flex: none !important;
  width: 76% !important;
}
.is-percent-77 {
  flex: none !important;
  width: 77% !important;
}
.is-percent-78 {
  flex: none !important;
  width: 78% !important;
}
.is-percent-79 {
  flex: none !important;
  width: 79% !important;
}
.is-percent-80 {
  flex: none !important;
  width: 80% !important;
}
.is-percent-81 {
  flex: none !important;
  width: 81% !important;
}
.is-percent-82 {
  flex: none !important;
  width: 82% !important;
}
.is-percent-83 {
  flex: none !important;
  width: 83% !important;
}
.is-percent-84 {
  flex: none !important;
  width: 84% !important;
}
.is-percent-85 {
  flex: none !important;
  width: 85% !important;
}
.is-percent-86 {
  flex: none !important;
  width: 86% !important;
}
.is-percent-87 {
  flex: none !important;
  width: 87% !important;
}
.is-percent-88 {
  flex: none !important;
  width: 88% !important;
}
.is-percent-89 {
  flex: none !important;
  width: 89% !important;
}
.is-percent-90 {
  flex: none !important;
  width: 90% !important;
}
.is-percent-91 {
  flex: none !important;
  width: 91% !important;
}
.is-percent-92 {
  flex: none !important;
  width: 92% !important;
}
.is-percent-93 {
  flex: none !important;
  width: 93% !important;
}
.is-percent-94 {
  flex: none !important;
  width: 94% !important;
}
.is-percent-95 {
  flex: none !important;
  width: 95% !important;
}
.is-percent-96 {
  flex: none !important;
  width: 96% !important;
}
.is-percent-97 {
  flex: none !important;
  width: 97% !important;
}
.is-percent-98 {
  flex: none !important;
  width: 98% !important;
}
.is-percent-99 {
  flex: none !important;
  width: 99% !important;
}
.is-percent-100 {
  flex: none !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .is-percent-1-mobile {
    flex: none !important;
    width: 1% !important;
  }

  .is-percent-2-mobile {
    flex: none !important;
    width: 2% !important;
  }

  .is-percent-3-mobile {
    flex: none !important;
    width: 3% !important;
  }

  .is-percent-4-mobile {
    flex: none !important;
    width: 4% !important;
  }

  .is-percent-5-mobile {
    flex: none !important;
    width: 5% !important;
  }

  .is-percent-6-mobile {
    flex: none !important;
    width: 6% !important;
  }

  .is-percent-7-mobile {
    flex: none !important;
    width: 7% !important;
  }

  .is-percent-8-mobile {
    flex: none !important;
    width: 8% !important;
  }

  .is-percent-9-mobile {
    flex: none !important;
    width: 9% !important;
  }

  .is-percent-10-mobile {
    flex: none !important;
    width: 10% !important;
  }

  .is-percent-11-mobile {
    flex: none !important;
    width: 11% !important;
  }

  .is-percent-12-mobile {
    flex: none !important;
    width: 12% !important;
  }

  .is-percent-13-mobile {
    flex: none !important;
    width: 13% !important;
  }

  .is-percent-14-mobile {
    flex: none !important;
    width: 14% !important;
  }

  .is-percent-15-mobile {
    flex: none !important;
    width: 15% !important;
  }

  .is-percent-16-mobile {
    flex: none !important;
    width: 16% !important;
  }

  .is-percent-17-mobile {
    flex: none !important;
    width: 17% !important;
  }

  .is-percent-18-mobile {
    flex: none !important;
    width: 18% !important;
  }

  .is-percent-19-mobile {
    flex: none !important;
    width: 19% !important;
  }

  .is-percent-20-mobile {
    flex: none !important;
    width: 20% !important;
  }

  .is-percent-21-mobile {
    flex: none !important;
    width: 21% !important;
  }

  .is-percent-22-mobile {
    flex: none !important;
    width: 22% !important;
  }

  .is-percent-23-mobile {
    flex: none !important;
    width: 23% !important;
  }

  .is-percent-24-mobile {
    flex: none !important;
    width: 24% !important;
  }

  .is-percent-25-mobile {
    flex: none !important;
    width: 25% !important;
  }

  .is-percent-26-mobile {
    flex: none !important;
    width: 26% !important;
  }

  .is-percent-27-mobile {
    flex: none !important;
    width: 27% !important;
  }

  .is-percent-28-mobile {
    flex: none !important;
    width: 28% !important;
  }

  .is-percent-29-mobile {
    flex: none !important;
    width: 29% !important;
  }

  .is-percent-30-mobile {
    flex: none !important;
    width: 30% !important;
  }

  .is-percent-31-mobile {
    flex: none !important;
    width: 31% !important;
  }

  .is-percent-32-mobile {
    flex: none !important;
    width: 32% !important;
  }

  .is-percent-33-mobile {
    flex: none !important;
    width: 33% !important;
  }

  .is-percent-34-mobile {
    flex: none !important;
    width: 34% !important;
  }

  .is-percent-35-mobile {
    flex: none !important;
    width: 35% !important;
  }

  .is-percent-36-mobile {
    flex: none !important;
    width: 36% !important;
  }

  .is-percent-37-mobile {
    flex: none !important;
    width: 37% !important;
  }

  .is-percent-38-mobile {
    flex: none !important;
    width: 38% !important;
  }

  .is-percent-39-mobile {
    flex: none !important;
    width: 39% !important;
  }

  .is-percent-40-mobile {
    flex: none !important;
    width: 40% !important;
  }

  .is-percent-41-mobile {
    flex: none !important;
    width: 41% !important;
  }

  .is-percent-42-mobile {
    flex: none !important;
    width: 42% !important;
  }

  .is-percent-43-mobile {
    flex: none !important;
    width: 43% !important;
  }

  .is-percent-44-mobile {
    flex: none !important;
    width: 44% !important;
  }

  .is-percent-45-mobile {
    flex: none !important;
    width: 45% !important;
  }

  .is-percent-46-mobile {
    flex: none !important;
    width: 46% !important;
  }

  .is-percent-47-mobile {
    flex: none !important;
    width: 47% !important;
  }

  .is-percent-48-mobile {
    flex: none !important;
    width: 48% !important;
  }

  .is-percent-49-mobile {
    flex: none !important;
    width: 49% !important;
  }

  .is-percent-50-mobile {
    flex: none !important;
    width: 50% !important;
  }

  .is-percent-51-mobile {
    flex: none !important;
    width: 51% !important;
  }

  .is-percent-52-mobile {
    flex: none !important;
    width: 52% !important;
  }

  .is-percent-53-mobile {
    flex: none !important;
    width: 53% !important;
  }

  .is-percent-54-mobile {
    flex: none !important;
    width: 54% !important;
  }

  .is-percent-55-mobile {
    flex: none !important;
    width: 55% !important;
  }

  .is-percent-56-mobile {
    flex: none !important;
    width: 56% !important;
  }

  .is-percent-57-mobile {
    flex: none !important;
    width: 57% !important;
  }

  .is-percent-58-mobile {
    flex: none !important;
    width: 58% !important;
  }

  .is-percent-59-mobile {
    flex: none !important;
    width: 59% !important;
  }

  .is-percent-60-mobile {
    flex: none !important;
    width: 60% !important;
  }

  .is-percent-61-mobile {
    flex: none !important;
    width: 61% !important;
  }

  .is-percent-62-mobile {
    flex: none !important;
    width: 62% !important;
  }

  .is-percent-63-mobile {
    flex: none !important;
    width: 63% !important;
  }

  .is-percent-64-mobile {
    flex: none !important;
    width: 64% !important;
  }

  .is-percent-65-mobile {
    flex: none !important;
    width: 65% !important;
  }

  .is-percent-66-mobile {
    flex: none !important;
    width: 66% !important;
  }

  .is-percent-67-mobile {
    flex: none !important;
    width: 67% !important;
  }

  .is-percent-68-mobile {
    flex: none !important;
    width: 68% !important;
  }

  .is-percent-69-mobile {
    flex: none !important;
    width: 69% !important;
  }

  .is-percent-70-mobile {
    flex: none !important;
    width: 70% !important;
  }

  .is-percent-71-mobile {
    flex: none !important;
    width: 71% !important;
  }

  .is-percent-72-mobile {
    flex: none !important;
    width: 72% !important;
  }

  .is-percent-73-mobile {
    flex: none !important;
    width: 73% !important;
  }

  .is-percent-74-mobile {
    flex: none !important;
    width: 74% !important;
  }

  .is-percent-75-mobile {
    flex: none !important;
    width: 75% !important;
  }

  .is-percent-76-mobile {
    flex: none !important;
    width: 76% !important;
  }

  .is-percent-77-mobile {
    flex: none !important;
    width: 77% !important;
  }

  .is-percent-78-mobile {
    flex: none !important;
    width: 78% !important;
  }

  .is-percent-79-mobile {
    flex: none !important;
    width: 79% !important;
  }

  .is-percent-80-mobile {
    flex: none !important;
    width: 80% !important;
  }

  .is-percent-81-mobile {
    flex: none !important;
    width: 81% !important;
  }

  .is-percent-82-mobile {
    flex: none !important;
    width: 82% !important;
  }

  .is-percent-83-mobile {
    flex: none !important;
    width: 83% !important;
  }

  .is-percent-84-mobile {
    flex: none !important;
    width: 84% !important;
  }

  .is-percent-85-mobile {
    flex: none !important;
    width: 85% !important;
  }

  .is-percent-86-mobile {
    flex: none !important;
    width: 86% !important;
  }

  .is-percent-87-mobile {
    flex: none !important;
    width: 87% !important;
  }

  .is-percent-88-mobile {
    flex: none !important;
    width: 88% !important;
  }

  .is-percent-89-mobile {
    flex: none !important;
    width: 89% !important;
  }

  .is-percent-90-mobile {
    flex: none !important;
    width: 90% !important;
  }

  .is-percent-91-mobile {
    flex: none !important;
    width: 91% !important;
  }

  .is-percent-92-mobile {
    flex: none !important;
    width: 92% !important;
  }

  .is-percent-93-mobile {
    flex: none !important;
    width: 93% !important;
  }

  .is-percent-94-mobile {
    flex: none !important;
    width: 94% !important;
  }

  .is-percent-95-mobile {
    flex: none !important;
    width: 95% !important;
  }

  .is-percent-96-mobile {
    flex: none !important;
    width: 96% !important;
  }

  .is-percent-97-mobile {
    flex: none !important;
    width: 97% !important;
  }

  .is-percent-98-mobile {
    flex: none !important;
    width: 98% !important;
  }

  .is-percent-99-mobile {
    flex: none !important;
    width: 99% !important;
  }

  .is-percent-100-mobile {
    flex: none !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-percent-1-tablet {
    flex: none !important;
    width: 1% !important;
  }

  .is-percent-2-tablet {
    flex: none !important;
    width: 2% !important;
  }

  .is-percent-3-tablet {
    flex: none !important;
    width: 3% !important;
  }

  .is-percent-4-tablet {
    flex: none !important;
    width: 4% !important;
  }

  .is-percent-5-tablet {
    flex: none !important;
    width: 5% !important;
  }

  .is-percent-6-tablet {
    flex: none !important;
    width: 6% !important;
  }

  .is-percent-7-tablet {
    flex: none !important;
    width: 7% !important;
  }

  .is-percent-8-tablet {
    flex: none !important;
    width: 8% !important;
  }

  .is-percent-9-tablet {
    flex: none !important;
    width: 9% !important;
  }

  .is-percent-10-tablet {
    flex: none !important;
    width: 10% !important;
  }

  .is-percent-11-tablet {
    flex: none !important;
    width: 11% !important;
  }

  .is-percent-12-tablet {
    flex: none !important;
    width: 12% !important;
  }

  .is-percent-13-tablet {
    flex: none !important;
    width: 13% !important;
  }

  .is-percent-14-tablet {
    flex: none !important;
    width: 14% !important;
  }

  .is-percent-15-tablet {
    flex: none !important;
    width: 15% !important;
  }

  .is-percent-16-tablet {
    flex: none !important;
    width: 16% !important;
  }

  .is-percent-17-tablet {
    flex: none !important;
    width: 17% !important;
  }

  .is-percent-18-tablet {
    flex: none !important;
    width: 18% !important;
  }

  .is-percent-19-tablet {
    flex: none !important;
    width: 19% !important;
  }

  .is-percent-20-tablet {
    flex: none !important;
    width: 20% !important;
  }

  .is-percent-21-tablet {
    flex: none !important;
    width: 21% !important;
  }

  .is-percent-22-tablet {
    flex: none !important;
    width: 22% !important;
  }

  .is-percent-23-tablet {
    flex: none !important;
    width: 23% !important;
  }

  .is-percent-24-tablet {
    flex: none !important;
    width: 24% !important;
  }

  .is-percent-25-tablet {
    flex: none !important;
    width: 25% !important;
  }

  .is-percent-26-tablet {
    flex: none !important;
    width: 26% !important;
  }

  .is-percent-27-tablet {
    flex: none !important;
    width: 27% !important;
  }

  .is-percent-28-tablet {
    flex: none !important;
    width: 28% !important;
  }

  .is-percent-29-tablet {
    flex: none !important;
    width: 29% !important;
  }

  .is-percent-30-tablet {
    flex: none !important;
    width: 30% !important;
  }

  .is-percent-31-tablet {
    flex: none !important;
    width: 31% !important;
  }

  .is-percent-32-tablet {
    flex: none !important;
    width: 32% !important;
  }

  .is-percent-33-tablet {
    flex: none !important;
    width: 33% !important;
  }

  .is-percent-34-tablet {
    flex: none !important;
    width: 34% !important;
  }

  .is-percent-35-tablet {
    flex: none !important;
    width: 35% !important;
  }

  .is-percent-36-tablet {
    flex: none !important;
    width: 36% !important;
  }

  .is-percent-37-tablet {
    flex: none !important;
    width: 37% !important;
  }

  .is-percent-38-tablet {
    flex: none !important;
    width: 38% !important;
  }

  .is-percent-39-tablet {
    flex: none !important;
    width: 39% !important;
  }

  .is-percent-40-tablet {
    flex: none !important;
    width: 40% !important;
  }

  .is-percent-41-tablet {
    flex: none !important;
    width: 41% !important;
  }

  .is-percent-42-tablet {
    flex: none !important;
    width: 42% !important;
  }

  .is-percent-43-tablet {
    flex: none !important;
    width: 43% !important;
  }

  .is-percent-44-tablet {
    flex: none !important;
    width: 44% !important;
  }

  .is-percent-45-tablet {
    flex: none !important;
    width: 45% !important;
  }

  .is-percent-46-tablet {
    flex: none !important;
    width: 46% !important;
  }

  .is-percent-47-tablet {
    flex: none !important;
    width: 47% !important;
  }

  .is-percent-48-tablet {
    flex: none !important;
    width: 48% !important;
  }

  .is-percent-49-tablet {
    flex: none !important;
    width: 49% !important;
  }

  .is-percent-50-tablet {
    flex: none !important;
    width: 50% !important;
  }

  .is-percent-51-tablet {
    flex: none !important;
    width: 51% !important;
  }

  .is-percent-52-tablet {
    flex: none !important;
    width: 52% !important;
  }

  .is-percent-53-tablet {
    flex: none !important;
    width: 53% !important;
  }

  .is-percent-54-tablet {
    flex: none !important;
    width: 54% !important;
  }

  .is-percent-55-tablet {
    flex: none !important;
    width: 55% !important;
  }

  .is-percent-56-tablet {
    flex: none !important;
    width: 56% !important;
  }

  .is-percent-57-tablet {
    flex: none !important;
    width: 57% !important;
  }

  .is-percent-58-tablet {
    flex: none !important;
    width: 58% !important;
  }

  .is-percent-59-tablet {
    flex: none !important;
    width: 59% !important;
  }

  .is-percent-60-tablet {
    flex: none !important;
    width: 60% !important;
  }

  .is-percent-61-tablet {
    flex: none !important;
    width: 61% !important;
  }

  .is-percent-62-tablet {
    flex: none !important;
    width: 62% !important;
  }

  .is-percent-63-tablet {
    flex: none !important;
    width: 63% !important;
  }

  .is-percent-64-tablet {
    flex: none !important;
    width: 64% !important;
  }

  .is-percent-65-tablet {
    flex: none !important;
    width: 65% !important;
  }

  .is-percent-66-tablet {
    flex: none !important;
    width: 66% !important;
  }

  .is-percent-67-tablet {
    flex: none !important;
    width: 67% !important;
  }

  .is-percent-68-tablet {
    flex: none !important;
    width: 68% !important;
  }

  .is-percent-69-tablet {
    flex: none !important;
    width: 69% !important;
  }

  .is-percent-70-tablet {
    flex: none !important;
    width: 70% !important;
  }

  .is-percent-71-tablet {
    flex: none !important;
    width: 71% !important;
  }

  .is-percent-72-tablet {
    flex: none !important;
    width: 72% !important;
  }

  .is-percent-73-tablet {
    flex: none !important;
    width: 73% !important;
  }

  .is-percent-74-tablet {
    flex: none !important;
    width: 74% !important;
  }

  .is-percent-75-tablet {
    flex: none !important;
    width: 75% !important;
  }

  .is-percent-76-tablet {
    flex: none !important;
    width: 76% !important;
  }

  .is-percent-77-tablet {
    flex: none !important;
    width: 77% !important;
  }

  .is-percent-78-tablet {
    flex: none !important;
    width: 78% !important;
  }

  .is-percent-79-tablet {
    flex: none !important;
    width: 79% !important;
  }

  .is-percent-80-tablet {
    flex: none !important;
    width: 80% !important;
  }

  .is-percent-81-tablet {
    flex: none !important;
    width: 81% !important;
  }

  .is-percent-82-tablet {
    flex: none !important;
    width: 82% !important;
  }

  .is-percent-83-tablet {
    flex: none !important;
    width: 83% !important;
  }

  .is-percent-84-tablet {
    flex: none !important;
    width: 84% !important;
  }

  .is-percent-85-tablet {
    flex: none !important;
    width: 85% !important;
  }

  .is-percent-86-tablet {
    flex: none !important;
    width: 86% !important;
  }

  .is-percent-87-tablet {
    flex: none !important;
    width: 87% !important;
  }

  .is-percent-88-tablet {
    flex: none !important;
    width: 88% !important;
  }

  .is-percent-89-tablet {
    flex: none !important;
    width: 89% !important;
  }

  .is-percent-90-tablet {
    flex: none !important;
    width: 90% !important;
  }

  .is-percent-91-tablet {
    flex: none !important;
    width: 91% !important;
  }

  .is-percent-92-tablet {
    flex: none !important;
    width: 92% !important;
  }

  .is-percent-93-tablet {
    flex: none !important;
    width: 93% !important;
  }

  .is-percent-94-tablet {
    flex: none !important;
    width: 94% !important;
  }

  .is-percent-95-tablet {
    flex: none !important;
    width: 95% !important;
  }

  .is-percent-96-tablet {
    flex: none !important;
    width: 96% !important;
  }

  .is-percent-97-tablet {
    flex: none !important;
    width: 97% !important;
  }

  .is-percent-98-tablet {
    flex: none !important;
    width: 98% !important;
  }

  .is-percent-99-tablet {
    flex: none !important;
    width: 99% !important;
  }

  .is-percent-100-tablet {
    flex: none !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-percent-1-touch {
    flex: none !important;
    width: 1% !important;
  }

  .is-percent-2-touch {
    flex: none !important;
    width: 2% !important;
  }

  .is-percent-3-touch {
    flex: none !important;
    width: 3% !important;
  }

  .is-percent-4-touch {
    flex: none !important;
    width: 4% !important;
  }

  .is-percent-5-touch {
    flex: none !important;
    width: 5% !important;
  }

  .is-percent-6-touch {
    flex: none !important;
    width: 6% !important;
  }

  .is-percent-7-touch {
    flex: none !important;
    width: 7% !important;
  }

  .is-percent-8-touch {
    flex: none !important;
    width: 8% !important;
  }

  .is-percent-9-touch {
    flex: none !important;
    width: 9% !important;
  }

  .is-percent-10-touch {
    flex: none !important;
    width: 10% !important;
  }

  .is-percent-11-touch {
    flex: none !important;
    width: 11% !important;
  }

  .is-percent-12-touch {
    flex: none !important;
    width: 12% !important;
  }

  .is-percent-13-touch {
    flex: none !important;
    width: 13% !important;
  }

  .is-percent-14-touch {
    flex: none !important;
    width: 14% !important;
  }

  .is-percent-15-touch {
    flex: none !important;
    width: 15% !important;
  }

  .is-percent-16-touch {
    flex: none !important;
    width: 16% !important;
  }

  .is-percent-17-touch {
    flex: none !important;
    width: 17% !important;
  }

  .is-percent-18-touch {
    flex: none !important;
    width: 18% !important;
  }

  .is-percent-19-touch {
    flex: none !important;
    width: 19% !important;
  }

  .is-percent-20-touch {
    flex: none !important;
    width: 20% !important;
  }

  .is-percent-21-touch {
    flex: none !important;
    width: 21% !important;
  }

  .is-percent-22-touch {
    flex: none !important;
    width: 22% !important;
  }

  .is-percent-23-touch {
    flex: none !important;
    width: 23% !important;
  }

  .is-percent-24-touch {
    flex: none !important;
    width: 24% !important;
  }

  .is-percent-25-touch {
    flex: none !important;
    width: 25% !important;
  }

  .is-percent-26-touch {
    flex: none !important;
    width: 26% !important;
  }

  .is-percent-27-touch {
    flex: none !important;
    width: 27% !important;
  }

  .is-percent-28-touch {
    flex: none !important;
    width: 28% !important;
  }

  .is-percent-29-touch {
    flex: none !important;
    width: 29% !important;
  }

  .is-percent-30-touch {
    flex: none !important;
    width: 30% !important;
  }

  .is-percent-31-touch {
    flex: none !important;
    width: 31% !important;
  }

  .is-percent-32-touch {
    flex: none !important;
    width: 32% !important;
  }

  .is-percent-33-touch {
    flex: none !important;
    width: 33% !important;
  }

  .is-percent-34-touch {
    flex: none !important;
    width: 34% !important;
  }

  .is-percent-35-touch {
    flex: none !important;
    width: 35% !important;
  }

  .is-percent-36-touch {
    flex: none !important;
    width: 36% !important;
  }

  .is-percent-37-touch {
    flex: none !important;
    width: 37% !important;
  }

  .is-percent-38-touch {
    flex: none !important;
    width: 38% !important;
  }

  .is-percent-39-touch {
    flex: none !important;
    width: 39% !important;
  }

  .is-percent-40-touch {
    flex: none !important;
    width: 40% !important;
  }

  .is-percent-41-touch {
    flex: none !important;
    width: 41% !important;
  }

  .is-percent-42-touch {
    flex: none !important;
    width: 42% !important;
  }

  .is-percent-43-touch {
    flex: none !important;
    width: 43% !important;
  }

  .is-percent-44-touch {
    flex: none !important;
    width: 44% !important;
  }

  .is-percent-45-touch {
    flex: none !important;
    width: 45% !important;
  }

  .is-percent-46-touch {
    flex: none !important;
    width: 46% !important;
  }

  .is-percent-47-touch {
    flex: none !important;
    width: 47% !important;
  }

  .is-percent-48-touch {
    flex: none !important;
    width: 48% !important;
  }

  .is-percent-49-touch {
    flex: none !important;
    width: 49% !important;
  }

  .is-percent-50-touch {
    flex: none !important;
    width: 50% !important;
  }

  .is-percent-51-touch {
    flex: none !important;
    width: 51% !important;
  }

  .is-percent-52-touch {
    flex: none !important;
    width: 52% !important;
  }

  .is-percent-53-touch {
    flex: none !important;
    width: 53% !important;
  }

  .is-percent-54-touch {
    flex: none !important;
    width: 54% !important;
  }

  .is-percent-55-touch {
    flex: none !important;
    width: 55% !important;
  }

  .is-percent-56-touch {
    flex: none !important;
    width: 56% !important;
  }

  .is-percent-57-touch {
    flex: none !important;
    width: 57% !important;
  }

  .is-percent-58-touch {
    flex: none !important;
    width: 58% !important;
  }

  .is-percent-59-touch {
    flex: none !important;
    width: 59% !important;
  }

  .is-percent-60-touch {
    flex: none !important;
    width: 60% !important;
  }

  .is-percent-61-touch {
    flex: none !important;
    width: 61% !important;
  }

  .is-percent-62-touch {
    flex: none !important;
    width: 62% !important;
  }

  .is-percent-63-touch {
    flex: none !important;
    width: 63% !important;
  }

  .is-percent-64-touch {
    flex: none !important;
    width: 64% !important;
  }

  .is-percent-65-touch {
    flex: none !important;
    width: 65% !important;
  }

  .is-percent-66-touch {
    flex: none !important;
    width: 66% !important;
  }

  .is-percent-67-touch {
    flex: none !important;
    width: 67% !important;
  }

  .is-percent-68-touch {
    flex: none !important;
    width: 68% !important;
  }

  .is-percent-69-touch {
    flex: none !important;
    width: 69% !important;
  }

  .is-percent-70-touch {
    flex: none !important;
    width: 70% !important;
  }

  .is-percent-71-touch {
    flex: none !important;
    width: 71% !important;
  }

  .is-percent-72-touch {
    flex: none !important;
    width: 72% !important;
  }

  .is-percent-73-touch {
    flex: none !important;
    width: 73% !important;
  }

  .is-percent-74-touch {
    flex: none !important;
    width: 74% !important;
  }

  .is-percent-75-touch {
    flex: none !important;
    width: 75% !important;
  }

  .is-percent-76-touch {
    flex: none !important;
    width: 76% !important;
  }

  .is-percent-77-touch {
    flex: none !important;
    width: 77% !important;
  }

  .is-percent-78-touch {
    flex: none !important;
    width: 78% !important;
  }

  .is-percent-79-touch {
    flex: none !important;
    width: 79% !important;
  }

  .is-percent-80-touch {
    flex: none !important;
    width: 80% !important;
  }

  .is-percent-81-touch {
    flex: none !important;
    width: 81% !important;
  }

  .is-percent-82-touch {
    flex: none !important;
    width: 82% !important;
  }

  .is-percent-83-touch {
    flex: none !important;
    width: 83% !important;
  }

  .is-percent-84-touch {
    flex: none !important;
    width: 84% !important;
  }

  .is-percent-85-touch {
    flex: none !important;
    width: 85% !important;
  }

  .is-percent-86-touch {
    flex: none !important;
    width: 86% !important;
  }

  .is-percent-87-touch {
    flex: none !important;
    width: 87% !important;
  }

  .is-percent-88-touch {
    flex: none !important;
    width: 88% !important;
  }

  .is-percent-89-touch {
    flex: none !important;
    width: 89% !important;
  }

  .is-percent-90-touch {
    flex: none !important;
    width: 90% !important;
  }

  .is-percent-91-touch {
    flex: none !important;
    width: 91% !important;
  }

  .is-percent-92-touch {
    flex: none !important;
    width: 92% !important;
  }

  .is-percent-93-touch {
    flex: none !important;
    width: 93% !important;
  }

  .is-percent-94-touch {
    flex: none !important;
    width: 94% !important;
  }

  .is-percent-95-touch {
    flex: none !important;
    width: 95% !important;
  }

  .is-percent-96-touch {
    flex: none !important;
    width: 96% !important;
  }

  .is-percent-97-touch {
    flex: none !important;
    width: 97% !important;
  }

  .is-percent-98-touch {
    flex: none !important;
    width: 98% !important;
  }

  .is-percent-99-touch {
    flex: none !important;
    width: 99% !important;
  }

  .is-percent-100-touch {
    flex: none !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-percent-1-desktop {
    flex: none !important;
    width: 1% !important;
  }

  .is-percent-2-desktop {
    flex: none !important;
    width: 2% !important;
  }

  .is-percent-3-desktop {
    flex: none !important;
    width: 3% !important;
  }

  .is-percent-4-desktop {
    flex: none !important;
    width: 4% !important;
  }

  .is-percent-5-desktop {
    flex: none !important;
    width: 5% !important;
  }

  .is-percent-6-desktop {
    flex: none !important;
    width: 6% !important;
  }

  .is-percent-7-desktop {
    flex: none !important;
    width: 7% !important;
  }

  .is-percent-8-desktop {
    flex: none !important;
    width: 8% !important;
  }

  .is-percent-9-desktop {
    flex: none !important;
    width: 9% !important;
  }

  .is-percent-10-desktop {
    flex: none !important;
    width: 10% !important;
  }

  .is-percent-11-desktop {
    flex: none !important;
    width: 11% !important;
  }

  .is-percent-12-desktop {
    flex: none !important;
    width: 12% !important;
  }

  .is-percent-13-desktop {
    flex: none !important;
    width: 13% !important;
  }

  .is-percent-14-desktop {
    flex: none !important;
    width: 14% !important;
  }

  .is-percent-15-desktop {
    flex: none !important;
    width: 15% !important;
  }

  .is-percent-16-desktop {
    flex: none !important;
    width: 16% !important;
  }

  .is-percent-17-desktop {
    flex: none !important;
    width: 17% !important;
  }

  .is-percent-18-desktop {
    flex: none !important;
    width: 18% !important;
  }

  .is-percent-19-desktop {
    flex: none !important;
    width: 19% !important;
  }

  .is-percent-20-desktop {
    flex: none !important;
    width: 20% !important;
  }

  .is-percent-21-desktop {
    flex: none !important;
    width: 21% !important;
  }

  .is-percent-22-desktop {
    flex: none !important;
    width: 22% !important;
  }

  .is-percent-23-desktop {
    flex: none !important;
    width: 23% !important;
  }

  .is-percent-24-desktop {
    flex: none !important;
    width: 24% !important;
  }

  .is-percent-25-desktop {
    flex: none !important;
    width: 25% !important;
  }

  .is-percent-26-desktop {
    flex: none !important;
    width: 26% !important;
  }

  .is-percent-27-desktop {
    flex: none !important;
    width: 27% !important;
  }

  .is-percent-28-desktop {
    flex: none !important;
    width: 28% !important;
  }

  .is-percent-29-desktop {
    flex: none !important;
    width: 29% !important;
  }

  .is-percent-30-desktop {
    flex: none !important;
    width: 30% !important;
  }

  .is-percent-31-desktop {
    flex: none !important;
    width: 31% !important;
  }

  .is-percent-32-desktop {
    flex: none !important;
    width: 32% !important;
  }

  .is-percent-33-desktop {
    flex: none !important;
    width: 33% !important;
  }

  .is-percent-34-desktop {
    flex: none !important;
    width: 34% !important;
  }

  .is-percent-35-desktop {
    flex: none !important;
    width: 35% !important;
  }

  .is-percent-36-desktop {
    flex: none !important;
    width: 36% !important;
  }

  .is-percent-37-desktop {
    flex: none !important;
    width: 37% !important;
  }

  .is-percent-38-desktop {
    flex: none !important;
    width: 38% !important;
  }

  .is-percent-39-desktop {
    flex: none !important;
    width: 39% !important;
  }

  .is-percent-40-desktop {
    flex: none !important;
    width: 40% !important;
  }

  .is-percent-41-desktop {
    flex: none !important;
    width: 41% !important;
  }

  .is-percent-42-desktop {
    flex: none !important;
    width: 42% !important;
  }

  .is-percent-43-desktop {
    flex: none !important;
    width: 43% !important;
  }

  .is-percent-44-desktop {
    flex: none !important;
    width: 44% !important;
  }

  .is-percent-45-desktop {
    flex: none !important;
    width: 45% !important;
  }

  .is-percent-46-desktop {
    flex: none !important;
    width: 46% !important;
  }

  .is-percent-47-desktop {
    flex: none !important;
    width: 47% !important;
  }

  .is-percent-48-desktop {
    flex: none !important;
    width: 48% !important;
  }

  .is-percent-49-desktop {
    flex: none !important;
    width: 49% !important;
  }

  .is-percent-50-desktop {
    flex: none !important;
    width: 50% !important;
  }

  .is-percent-51-desktop {
    flex: none !important;
    width: 51% !important;
  }

  .is-percent-52-desktop {
    flex: none !important;
    width: 52% !important;
  }

  .is-percent-53-desktop {
    flex: none !important;
    width: 53% !important;
  }

  .is-percent-54-desktop {
    flex: none !important;
    width: 54% !important;
  }

  .is-percent-55-desktop {
    flex: none !important;
    width: 55% !important;
  }

  .is-percent-56-desktop {
    flex: none !important;
    width: 56% !important;
  }

  .is-percent-57-desktop {
    flex: none !important;
    width: 57% !important;
  }

  .is-percent-58-desktop {
    flex: none !important;
    width: 58% !important;
  }

  .is-percent-59-desktop {
    flex: none !important;
    width: 59% !important;
  }

  .is-percent-60-desktop {
    flex: none !important;
    width: 60% !important;
  }

  .is-percent-61-desktop {
    flex: none !important;
    width: 61% !important;
  }

  .is-percent-62-desktop {
    flex: none !important;
    width: 62% !important;
  }

  .is-percent-63-desktop {
    flex: none !important;
    width: 63% !important;
  }

  .is-percent-64-desktop {
    flex: none !important;
    width: 64% !important;
  }

  .is-percent-65-desktop {
    flex: none !important;
    width: 65% !important;
  }

  .is-percent-66-desktop {
    flex: none !important;
    width: 66% !important;
  }

  .is-percent-67-desktop {
    flex: none !important;
    width: 67% !important;
  }

  .is-percent-68-desktop {
    flex: none !important;
    width: 68% !important;
  }

  .is-percent-69-desktop {
    flex: none !important;
    width: 69% !important;
  }

  .is-percent-70-desktop {
    flex: none !important;
    width: 70% !important;
  }

  .is-percent-71-desktop {
    flex: none !important;
    width: 71% !important;
  }

  .is-percent-72-desktop {
    flex: none !important;
    width: 72% !important;
  }

  .is-percent-73-desktop {
    flex: none !important;
    width: 73% !important;
  }

  .is-percent-74-desktop {
    flex: none !important;
    width: 74% !important;
  }

  .is-percent-75-desktop {
    flex: none !important;
    width: 75% !important;
  }

  .is-percent-76-desktop {
    flex: none !important;
    width: 76% !important;
  }

  .is-percent-77-desktop {
    flex: none !important;
    width: 77% !important;
  }

  .is-percent-78-desktop {
    flex: none !important;
    width: 78% !important;
  }

  .is-percent-79-desktop {
    flex: none !important;
    width: 79% !important;
  }

  .is-percent-80-desktop {
    flex: none !important;
    width: 80% !important;
  }

  .is-percent-81-desktop {
    flex: none !important;
    width: 81% !important;
  }

  .is-percent-82-desktop {
    flex: none !important;
    width: 82% !important;
  }

  .is-percent-83-desktop {
    flex: none !important;
    width: 83% !important;
  }

  .is-percent-84-desktop {
    flex: none !important;
    width: 84% !important;
  }

  .is-percent-85-desktop {
    flex: none !important;
    width: 85% !important;
  }

  .is-percent-86-desktop {
    flex: none !important;
    width: 86% !important;
  }

  .is-percent-87-desktop {
    flex: none !important;
    width: 87% !important;
  }

  .is-percent-88-desktop {
    flex: none !important;
    width: 88% !important;
  }

  .is-percent-89-desktop {
    flex: none !important;
    width: 89% !important;
  }

  .is-percent-90-desktop {
    flex: none !important;
    width: 90% !important;
  }

  .is-percent-91-desktop {
    flex: none !important;
    width: 91% !important;
  }

  .is-percent-92-desktop {
    flex: none !important;
    width: 92% !important;
  }

  .is-percent-93-desktop {
    flex: none !important;
    width: 93% !important;
  }

  .is-percent-94-desktop {
    flex: none !important;
    width: 94% !important;
  }

  .is-percent-95-desktop {
    flex: none !important;
    width: 95% !important;
  }

  .is-percent-96-desktop {
    flex: none !important;
    width: 96% !important;
  }

  .is-percent-97-desktop {
    flex: none !important;
    width: 97% !important;
  }

  .is-percent-98-desktop {
    flex: none !important;
    width: 98% !important;
  }

  .is-percent-99-desktop {
    flex: none !important;
    width: 99% !important;
  }

  .is-percent-100-desktop {
    flex: none !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1580px) {
  .is-percent-1-widescreen {
    flex: none !important;
    width: 1% !important;
  }

  .is-percent-2-widescreen {
    flex: none !important;
    width: 2% !important;
  }

  .is-percent-3-widescreen {
    flex: none !important;
    width: 3% !important;
  }

  .is-percent-4-widescreen {
    flex: none !important;
    width: 4% !important;
  }

  .is-percent-5-widescreen {
    flex: none !important;
    width: 5% !important;
  }

  .is-percent-6-widescreen {
    flex: none !important;
    width: 6% !important;
  }

  .is-percent-7-widescreen {
    flex: none !important;
    width: 7% !important;
  }

  .is-percent-8-widescreen {
    flex: none !important;
    width: 8% !important;
  }

  .is-percent-9-widescreen {
    flex: none !important;
    width: 9% !important;
  }

  .is-percent-10-widescreen {
    flex: none !important;
    width: 10% !important;
  }

  .is-percent-11-widescreen {
    flex: none !important;
    width: 11% !important;
  }

  .is-percent-12-widescreen {
    flex: none !important;
    width: 12% !important;
  }

  .is-percent-13-widescreen {
    flex: none !important;
    width: 13% !important;
  }

  .is-percent-14-widescreen {
    flex: none !important;
    width: 14% !important;
  }

  .is-percent-15-widescreen {
    flex: none !important;
    width: 15% !important;
  }

  .is-percent-16-widescreen {
    flex: none !important;
    width: 16% !important;
  }

  .is-percent-17-widescreen {
    flex: none !important;
    width: 17% !important;
  }

  .is-percent-18-widescreen {
    flex: none !important;
    width: 18% !important;
  }

  .is-percent-19-widescreen {
    flex: none !important;
    width: 19% !important;
  }

  .is-percent-20-widescreen {
    flex: none !important;
    width: 20% !important;
  }

  .is-percent-21-widescreen {
    flex: none !important;
    width: 21% !important;
  }

  .is-percent-22-widescreen {
    flex: none !important;
    width: 22% !important;
  }

  .is-percent-23-widescreen {
    flex: none !important;
    width: 23% !important;
  }

  .is-percent-24-widescreen {
    flex: none !important;
    width: 24% !important;
  }

  .is-percent-25-widescreen {
    flex: none !important;
    width: 25% !important;
  }

  .is-percent-26-widescreen {
    flex: none !important;
    width: 26% !important;
  }

  .is-percent-27-widescreen {
    flex: none !important;
    width: 27% !important;
  }

  .is-percent-28-widescreen {
    flex: none !important;
    width: 28% !important;
  }

  .is-percent-29-widescreen {
    flex: none !important;
    width: 29% !important;
  }

  .is-percent-30-widescreen {
    flex: none !important;
    width: 30% !important;
  }

  .is-percent-31-widescreen {
    flex: none !important;
    width: 31% !important;
  }

  .is-percent-32-widescreen {
    flex: none !important;
    width: 32% !important;
  }

  .is-percent-33-widescreen {
    flex: none !important;
    width: 33% !important;
  }

  .is-percent-34-widescreen {
    flex: none !important;
    width: 34% !important;
  }

  .is-percent-35-widescreen {
    flex: none !important;
    width: 35% !important;
  }

  .is-percent-36-widescreen {
    flex: none !important;
    width: 36% !important;
  }

  .is-percent-37-widescreen {
    flex: none !important;
    width: 37% !important;
  }

  .is-percent-38-widescreen {
    flex: none !important;
    width: 38% !important;
  }

  .is-percent-39-widescreen {
    flex: none !important;
    width: 39% !important;
  }

  .is-percent-40-widescreen {
    flex: none !important;
    width: 40% !important;
  }

  .is-percent-41-widescreen {
    flex: none !important;
    width: 41% !important;
  }

  .is-percent-42-widescreen {
    flex: none !important;
    width: 42% !important;
  }

  .is-percent-43-widescreen {
    flex: none !important;
    width: 43% !important;
  }

  .is-percent-44-widescreen {
    flex: none !important;
    width: 44% !important;
  }

  .is-percent-45-widescreen {
    flex: none !important;
    width: 45% !important;
  }

  .is-percent-46-widescreen {
    flex: none !important;
    width: 46% !important;
  }

  .is-percent-47-widescreen {
    flex: none !important;
    width: 47% !important;
  }

  .is-percent-48-widescreen {
    flex: none !important;
    width: 48% !important;
  }

  .is-percent-49-widescreen {
    flex: none !important;
    width: 49% !important;
  }

  .is-percent-50-widescreen {
    flex: none !important;
    width: 50% !important;
  }

  .is-percent-51-widescreen {
    flex: none !important;
    width: 51% !important;
  }

  .is-percent-52-widescreen {
    flex: none !important;
    width: 52% !important;
  }

  .is-percent-53-widescreen {
    flex: none !important;
    width: 53% !important;
  }

  .is-percent-54-widescreen {
    flex: none !important;
    width: 54% !important;
  }

  .is-percent-55-widescreen {
    flex: none !important;
    width: 55% !important;
  }

  .is-percent-56-widescreen {
    flex: none !important;
    width: 56% !important;
  }

  .is-percent-57-widescreen {
    flex: none !important;
    width: 57% !important;
  }

  .is-percent-58-widescreen {
    flex: none !important;
    width: 58% !important;
  }

  .is-percent-59-widescreen {
    flex: none !important;
    width: 59% !important;
  }

  .is-percent-60-widescreen {
    flex: none !important;
    width: 60% !important;
  }

  .is-percent-61-widescreen {
    flex: none !important;
    width: 61% !important;
  }

  .is-percent-62-widescreen {
    flex: none !important;
    width: 62% !important;
  }

  .is-percent-63-widescreen {
    flex: none !important;
    width: 63% !important;
  }

  .is-percent-64-widescreen {
    flex: none !important;
    width: 64% !important;
  }

  .is-percent-65-widescreen {
    flex: none !important;
    width: 65% !important;
  }

  .is-percent-66-widescreen {
    flex: none !important;
    width: 66% !important;
  }

  .is-percent-67-widescreen {
    flex: none !important;
    width: 67% !important;
  }

  .is-percent-68-widescreen {
    flex: none !important;
    width: 68% !important;
  }

  .is-percent-69-widescreen {
    flex: none !important;
    width: 69% !important;
  }

  .is-percent-70-widescreen {
    flex: none !important;
    width: 70% !important;
  }

  .is-percent-71-widescreen {
    flex: none !important;
    width: 71% !important;
  }

  .is-percent-72-widescreen {
    flex: none !important;
    width: 72% !important;
  }

  .is-percent-73-widescreen {
    flex: none !important;
    width: 73% !important;
  }

  .is-percent-74-widescreen {
    flex: none !important;
    width: 74% !important;
  }

  .is-percent-75-widescreen {
    flex: none !important;
    width: 75% !important;
  }

  .is-percent-76-widescreen {
    flex: none !important;
    width: 76% !important;
  }

  .is-percent-77-widescreen {
    flex: none !important;
    width: 77% !important;
  }

  .is-percent-78-widescreen {
    flex: none !important;
    width: 78% !important;
  }

  .is-percent-79-widescreen {
    flex: none !important;
    width: 79% !important;
  }

  .is-percent-80-widescreen {
    flex: none !important;
    width: 80% !important;
  }

  .is-percent-81-widescreen {
    flex: none !important;
    width: 81% !important;
  }

  .is-percent-82-widescreen {
    flex: none !important;
    width: 82% !important;
  }

  .is-percent-83-widescreen {
    flex: none !important;
    width: 83% !important;
  }

  .is-percent-84-widescreen {
    flex: none !important;
    width: 84% !important;
  }

  .is-percent-85-widescreen {
    flex: none !important;
    width: 85% !important;
  }

  .is-percent-86-widescreen {
    flex: none !important;
    width: 86% !important;
  }

  .is-percent-87-widescreen {
    flex: none !important;
    width: 87% !important;
  }

  .is-percent-88-widescreen {
    flex: none !important;
    width: 88% !important;
  }

  .is-percent-89-widescreen {
    flex: none !important;
    width: 89% !important;
  }

  .is-percent-90-widescreen {
    flex: none !important;
    width: 90% !important;
  }

  .is-percent-91-widescreen {
    flex: none !important;
    width: 91% !important;
  }

  .is-percent-92-widescreen {
    flex: none !important;
    width: 92% !important;
  }

  .is-percent-93-widescreen {
    flex: none !important;
    width: 93% !important;
  }

  .is-percent-94-widescreen {
    flex: none !important;
    width: 94% !important;
  }

  .is-percent-95-widescreen {
    flex: none !important;
    width: 95% !important;
  }

  .is-percent-96-widescreen {
    flex: none !important;
    width: 96% !important;
  }

  .is-percent-97-widescreen {
    flex: none !important;
    width: 97% !important;
  }

  .is-percent-98-widescreen {
    flex: none !important;
    width: 98% !important;
  }

  .is-percent-99-widescreen {
    flex: none !important;
    width: 99% !important;
  }

  .is-percent-100-widescreen {
    flex: none !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1900px) {
  .is-percent-1-fullhd {
    flex: none !important;
    width: 1% !important;
  }

  .is-percent-2-fullhd {
    flex: none !important;
    width: 2% !important;
  }

  .is-percent-3-fullhd {
    flex: none !important;
    width: 3% !important;
  }

  .is-percent-4-fullhd {
    flex: none !important;
    width: 4% !important;
  }

  .is-percent-5-fullhd {
    flex: none !important;
    width: 5% !important;
  }

  .is-percent-6-fullhd {
    flex: none !important;
    width: 6% !important;
  }

  .is-percent-7-fullhd {
    flex: none !important;
    width: 7% !important;
  }

  .is-percent-8-fullhd {
    flex: none !important;
    width: 8% !important;
  }

  .is-percent-9-fullhd {
    flex: none !important;
    width: 9% !important;
  }

  .is-percent-10-fullhd {
    flex: none !important;
    width: 10% !important;
  }

  .is-percent-11-fullhd {
    flex: none !important;
    width: 11% !important;
  }

  .is-percent-12-fullhd {
    flex: none !important;
    width: 12% !important;
  }

  .is-percent-13-fullhd {
    flex: none !important;
    width: 13% !important;
  }

  .is-percent-14-fullhd {
    flex: none !important;
    width: 14% !important;
  }

  .is-percent-15-fullhd {
    flex: none !important;
    width: 15% !important;
  }

  .is-percent-16-fullhd {
    flex: none !important;
    width: 16% !important;
  }

  .is-percent-17-fullhd {
    flex: none !important;
    width: 17% !important;
  }

  .is-percent-18-fullhd {
    flex: none !important;
    width: 18% !important;
  }

  .is-percent-19-fullhd {
    flex: none !important;
    width: 19% !important;
  }

  .is-percent-20-fullhd {
    flex: none !important;
    width: 20% !important;
  }

  .is-percent-21-fullhd {
    flex: none !important;
    width: 21% !important;
  }

  .is-percent-22-fullhd {
    flex: none !important;
    width: 22% !important;
  }

  .is-percent-23-fullhd {
    flex: none !important;
    width: 23% !important;
  }

  .is-percent-24-fullhd {
    flex: none !important;
    width: 24% !important;
  }

  .is-percent-25-fullhd {
    flex: none !important;
    width: 25% !important;
  }

  .is-percent-26-fullhd {
    flex: none !important;
    width: 26% !important;
  }

  .is-percent-27-fullhd {
    flex: none !important;
    width: 27% !important;
  }

  .is-percent-28-fullhd {
    flex: none !important;
    width: 28% !important;
  }

  .is-percent-29-fullhd {
    flex: none !important;
    width: 29% !important;
  }

  .is-percent-30-fullhd {
    flex: none !important;
    width: 30% !important;
  }

  .is-percent-31-fullhd {
    flex: none !important;
    width: 31% !important;
  }

  .is-percent-32-fullhd {
    flex: none !important;
    width: 32% !important;
  }

  .is-percent-33-fullhd {
    flex: none !important;
    width: 33% !important;
  }

  .is-percent-34-fullhd {
    flex: none !important;
    width: 34% !important;
  }

  .is-percent-35-fullhd {
    flex: none !important;
    width: 35% !important;
  }

  .is-percent-36-fullhd {
    flex: none !important;
    width: 36% !important;
  }

  .is-percent-37-fullhd {
    flex: none !important;
    width: 37% !important;
  }

  .is-percent-38-fullhd {
    flex: none !important;
    width: 38% !important;
  }

  .is-percent-39-fullhd {
    flex: none !important;
    width: 39% !important;
  }

  .is-percent-40-fullhd {
    flex: none !important;
    width: 40% !important;
  }

  .is-percent-41-fullhd {
    flex: none !important;
    width: 41% !important;
  }

  .is-percent-42-fullhd {
    flex: none !important;
    width: 42% !important;
  }

  .is-percent-43-fullhd {
    flex: none !important;
    width: 43% !important;
  }

  .is-percent-44-fullhd {
    flex: none !important;
    width: 44% !important;
  }

  .is-percent-45-fullhd {
    flex: none !important;
    width: 45% !important;
  }

  .is-percent-46-fullhd {
    flex: none !important;
    width: 46% !important;
  }

  .is-percent-47-fullhd {
    flex: none !important;
    width: 47% !important;
  }

  .is-percent-48-fullhd {
    flex: none !important;
    width: 48% !important;
  }

  .is-percent-49-fullhd {
    flex: none !important;
    width: 49% !important;
  }

  .is-percent-50-fullhd {
    flex: none !important;
    width: 50% !important;
  }

  .is-percent-51-fullhd {
    flex: none !important;
    width: 51% !important;
  }

  .is-percent-52-fullhd {
    flex: none !important;
    width: 52% !important;
  }

  .is-percent-53-fullhd {
    flex: none !important;
    width: 53% !important;
  }

  .is-percent-54-fullhd {
    flex: none !important;
    width: 54% !important;
  }

  .is-percent-55-fullhd {
    flex: none !important;
    width: 55% !important;
  }

  .is-percent-56-fullhd {
    flex: none !important;
    width: 56% !important;
  }

  .is-percent-57-fullhd {
    flex: none !important;
    width: 57% !important;
  }

  .is-percent-58-fullhd {
    flex: none !important;
    width: 58% !important;
  }

  .is-percent-59-fullhd {
    flex: none !important;
    width: 59% !important;
  }

  .is-percent-60-fullhd {
    flex: none !important;
    width: 60% !important;
  }

  .is-percent-61-fullhd {
    flex: none !important;
    width: 61% !important;
  }

  .is-percent-62-fullhd {
    flex: none !important;
    width: 62% !important;
  }

  .is-percent-63-fullhd {
    flex: none !important;
    width: 63% !important;
  }

  .is-percent-64-fullhd {
    flex: none !important;
    width: 64% !important;
  }

  .is-percent-65-fullhd {
    flex: none !important;
    width: 65% !important;
  }

  .is-percent-66-fullhd {
    flex: none !important;
    width: 66% !important;
  }

  .is-percent-67-fullhd {
    flex: none !important;
    width: 67% !important;
  }

  .is-percent-68-fullhd {
    flex: none !important;
    width: 68% !important;
  }

  .is-percent-69-fullhd {
    flex: none !important;
    width: 69% !important;
  }

  .is-percent-70-fullhd {
    flex: none !important;
    width: 70% !important;
  }

  .is-percent-71-fullhd {
    flex: none !important;
    width: 71% !important;
  }

  .is-percent-72-fullhd {
    flex: none !important;
    width: 72% !important;
  }

  .is-percent-73-fullhd {
    flex: none !important;
    width: 73% !important;
  }

  .is-percent-74-fullhd {
    flex: none !important;
    width: 74% !important;
  }

  .is-percent-75-fullhd {
    flex: none !important;
    width: 75% !important;
  }

  .is-percent-76-fullhd {
    flex: none !important;
    width: 76% !important;
  }

  .is-percent-77-fullhd {
    flex: none !important;
    width: 77% !important;
  }

  .is-percent-78-fullhd {
    flex: none !important;
    width: 78% !important;
  }

  .is-percent-79-fullhd {
    flex: none !important;
    width: 79% !important;
  }

  .is-percent-80-fullhd {
    flex: none !important;
    width: 80% !important;
  }

  .is-percent-81-fullhd {
    flex: none !important;
    width: 81% !important;
  }

  .is-percent-82-fullhd {
    flex: none !important;
    width: 82% !important;
  }

  .is-percent-83-fullhd {
    flex: none !important;
    width: 83% !important;
  }

  .is-percent-84-fullhd {
    flex: none !important;
    width: 84% !important;
  }

  .is-percent-85-fullhd {
    flex: none !important;
    width: 85% !important;
  }

  .is-percent-86-fullhd {
    flex: none !important;
    width: 86% !important;
  }

  .is-percent-87-fullhd {
    flex: none !important;
    width: 87% !important;
  }

  .is-percent-88-fullhd {
    flex: none !important;
    width: 88% !important;
  }

  .is-percent-89-fullhd {
    flex: none !important;
    width: 89% !important;
  }

  .is-percent-90-fullhd {
    flex: none !important;
    width: 90% !important;
  }

  .is-percent-91-fullhd {
    flex: none !important;
    width: 91% !important;
  }

  .is-percent-92-fullhd {
    flex: none !important;
    width: 92% !important;
  }

  .is-percent-93-fullhd {
    flex: none !important;
    width: 93% !important;
  }

  .is-percent-94-fullhd {
    flex: none !important;
    width: 94% !important;
  }

  .is-percent-95-fullhd {
    flex: none !important;
    width: 95% !important;
  }

  .is-percent-96-fullhd {
    flex: none !important;
    width: 96% !important;
  }

  .is-percent-97-fullhd {
    flex: none !important;
    width: 97% !important;
  }

  .is-percent-98-fullhd {
    flex: none !important;
    width: 98% !important;
  }

  .is-percent-99-fullhd {
    flex: none !important;
    width: 99% !important;
  }

  .is-percent-100-fullhd {
    flex: none !important;
    width: 100% !important;
  }
}
.is-vertical-top {
  vertical-align: top !important;
}
.is-vertical-middle {
  vertical-align: middle !important;
}
.is-vertical-bottom {
  vertical-align: bottom !important;
}
.is-vertical-baseline {
  vertical-align: baseline !important;
}
.is-vertical-text-top {
  vertical-align: text-top !important;
}
.is-overflow-auto {
  overflow: auto !important;
}
.is-overflow-hidden {
  overflow: hidden !important;
}
.is-pre-line {
  white-space: pre-line !important;
}
.is-pre-wrap {
  white-space: pre-wrap !important;
}
.is-fullwidth {
  width: 100% !important;
}
.is-fullheight {
  height: 100% !important;
}
.is-control-height {
  height: 4rem !important;
}
.is-control-height-centered {
  height: 4rem !important;
  display: flex !important;
  align-items: center !important;
}
.is-clickable {
  cursor: pointer;
}
.is-disabled {
  cursor: auto !important;
  pointer-events: none !important;
  touch-action: none !important;
  filter: grayscale(100%) !important;
  opacity: 0.5 !important;
  position: relative !important;
}
.is-disabled .is-clickable {
  pointer-events: none !important;
}
.is-disabled:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.is-borderless {
  border: none;
}
.has-shadow {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1) !important;
}
.has-shadow-hovered {
  transition: 0.2s ease;
}
.has-shadow-hovered:hover {
  box-shadow: 1px 3px 10px 2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1) !important;
}
.has-arrow-up::after {
  border: 3px solid currentColor;
  border-radius: 2px;
  content: " ";
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
  height: 0.625em;
  margin-left: 0.2em;
  display: block;
  border-left: 0;
  border-bottom: 0;
  display: block;
}
.has-arrow-down::after {
  border: 3px solid currentColor;
  border-radius: 2px;
  content: " ";
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
  height: 0.625em;
  margin-left: 0.2em;
  display: block;
  border-right: 0;
  border-top: 0;
  display: block;
}
.has-arrow-right::after {
  border: 3px solid currentColor;
  border-radius: 2px;
  content: " ";
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
  height: 0.625em;
  margin-left: 0.2em;
  display: block;
  border-left: 0;
  border-top: 0;
  display: block;
}
.has-arrow-left::after {
  border: 3px solid currentColor;
  border-radius: 2px;
  content: " ";
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
  height: 0.625em;
  margin-left: 0.2em;
  display: block;
  border-right: 0;
  border-bottom: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile {
    display: flex !important;
    align-items: center !important;
  }
  .is-horizontal-mobile > :not(:last-child).block, .is-horizontal-mobile > :not(:last-child).breadcrumb, .is-horizontal-mobile > :not(:last-child).level, .is-horizontal-mobile > :not(:last-child).message, .is-horizontal-mobile > :not(:last-child).pagination, .is-horizontal-mobile > :not(:last-child).tabs, .is-horizontal-mobile > :not(:last-child).box, .is-horizontal-mobile > :not(:last-child).content, .is-horizontal-mobile > :not(:last-child).notification, .is-horizontal-mobile > :not(:last-child).progress, .is-horizontal-mobile > :not(:last-child).table {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-0, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-0, .is-horizontal-mobile > :not(:last-child).level.space-0, .is-horizontal-mobile > :not(:last-child).message.space-0, .is-horizontal-mobile > :not(:last-child).pagination.space-0, .is-horizontal-mobile > :not(:last-child).tabs.space-0, .is-horizontal-mobile > :not(:last-child).box.space-0, .is-horizontal-mobile > :not(:last-child).content.space-0, .is-horizontal-mobile > :not(:last-child).notification.space-0, .is-horizontal-mobile > :not(:last-child).progress.space-0, .is-horizontal-mobile > :not(:last-child).table.space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-1, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-1, .is-horizontal-mobile > :not(:last-child).level.space-1, .is-horizontal-mobile > :not(:last-child).message.space-1, .is-horizontal-mobile > :not(:last-child).pagination.space-1, .is-horizontal-mobile > :not(:last-child).tabs.space-1, .is-horizontal-mobile > :not(:last-child).box.space-1, .is-horizontal-mobile > :not(:last-child).content.space-1, .is-horizontal-mobile > :not(:last-child).notification.space-1, .is-horizontal-mobile > :not(:last-child).progress.space-1, .is-horizontal-mobile > :not(:last-child).table.space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-2, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-2, .is-horizontal-mobile > :not(:last-child).level.space-2, .is-horizontal-mobile > :not(:last-child).message.space-2, .is-horizontal-mobile > :not(:last-child).pagination.space-2, .is-horizontal-mobile > :not(:last-child).tabs.space-2, .is-horizontal-mobile > :not(:last-child).box.space-2, .is-horizontal-mobile > :not(:last-child).content.space-2, .is-horizontal-mobile > :not(:last-child).notification.space-2, .is-horizontal-mobile > :not(:last-child).progress.space-2, .is-horizontal-mobile > :not(:last-child).table.space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-3, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-3, .is-horizontal-mobile > :not(:last-child).level.space-3, .is-horizontal-mobile > :not(:last-child).message.space-3, .is-horizontal-mobile > :not(:last-child).pagination.space-3, .is-horizontal-mobile > :not(:last-child).tabs.space-3, .is-horizontal-mobile > :not(:last-child).box.space-3, .is-horizontal-mobile > :not(:last-child).content.space-3, .is-horizontal-mobile > :not(:last-child).notification.space-3, .is-horizontal-mobile > :not(:last-child).progress.space-3, .is-horizontal-mobile > :not(:last-child).table.space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-4, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-4, .is-horizontal-mobile > :not(:last-child).level.space-4, .is-horizontal-mobile > :not(:last-child).message.space-4, .is-horizontal-mobile > :not(:last-child).pagination.space-4, .is-horizontal-mobile > :not(:last-child).tabs.space-4, .is-horizontal-mobile > :not(:last-child).box.space-4, .is-horizontal-mobile > :not(:last-child).content.space-4, .is-horizontal-mobile > :not(:last-child).notification.space-4, .is-horizontal-mobile > :not(:last-child).progress.space-4, .is-horizontal-mobile > :not(:last-child).table.space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-5, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-5, .is-horizontal-mobile > :not(:last-child).level.space-5, .is-horizontal-mobile > :not(:last-child).message.space-5, .is-horizontal-mobile > :not(:last-child).pagination.space-5, .is-horizontal-mobile > :not(:last-child).tabs.space-5, .is-horizontal-mobile > :not(:last-child).box.space-5, .is-horizontal-mobile > :not(:last-child).content.space-5, .is-horizontal-mobile > :not(:last-child).notification.space-5, .is-horizontal-mobile > :not(:last-child).progress.space-5, .is-horizontal-mobile > :not(:last-child).table.space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-6, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-6, .is-horizontal-mobile > :not(:last-child).level.space-6, .is-horizontal-mobile > :not(:last-child).message.space-6, .is-horizontal-mobile > :not(:last-child).pagination.space-6, .is-horizontal-mobile > :not(:last-child).tabs.space-6, .is-horizontal-mobile > :not(:last-child).box.space-6, .is-horizontal-mobile > :not(:last-child).content.space-6, .is-horizontal-mobile > :not(:last-child).notification.space-6, .is-horizontal-mobile > :not(:last-child).progress.space-6, .is-horizontal-mobile > :not(:last-child).table.space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .is-horizontal-mobile > :not(:last-child).block.space-0-mobile, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-0-mobile, .is-horizontal-mobile > :not(:last-child).level.space-0-mobile, .is-horizontal-mobile > :not(:last-child).message.space-0-mobile, .is-horizontal-mobile > :not(:last-child).pagination.space-0-mobile, .is-horizontal-mobile > :not(:last-child).tabs.space-0-mobile, .is-horizontal-mobile > :not(:last-child).box.space-0-mobile, .is-horizontal-mobile > :not(:last-child).content.space-0-mobile, .is-horizontal-mobile > :not(:last-child).notification.space-0-mobile, .is-horizontal-mobile > :not(:last-child).progress.space-0-mobile, .is-horizontal-mobile > :not(:last-child).table.space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-1-mobile, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-1-mobile, .is-horizontal-mobile > :not(:last-child).level.space-1-mobile, .is-horizontal-mobile > :not(:last-child).message.space-1-mobile, .is-horizontal-mobile > :not(:last-child).pagination.space-1-mobile, .is-horizontal-mobile > :not(:last-child).tabs.space-1-mobile, .is-horizontal-mobile > :not(:last-child).box.space-1-mobile, .is-horizontal-mobile > :not(:last-child).content.space-1-mobile, .is-horizontal-mobile > :not(:last-child).notification.space-1-mobile, .is-horizontal-mobile > :not(:last-child).progress.space-1-mobile, .is-horizontal-mobile > :not(:last-child).table.space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-2-mobile, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-2-mobile, .is-horizontal-mobile > :not(:last-child).level.space-2-mobile, .is-horizontal-mobile > :not(:last-child).message.space-2-mobile, .is-horizontal-mobile > :not(:last-child).pagination.space-2-mobile, .is-horizontal-mobile > :not(:last-child).tabs.space-2-mobile, .is-horizontal-mobile > :not(:last-child).box.space-2-mobile, .is-horizontal-mobile > :not(:last-child).content.space-2-mobile, .is-horizontal-mobile > :not(:last-child).notification.space-2-mobile, .is-horizontal-mobile > :not(:last-child).progress.space-2-mobile, .is-horizontal-mobile > :not(:last-child).table.space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-3-mobile, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-3-mobile, .is-horizontal-mobile > :not(:last-child).level.space-3-mobile, .is-horizontal-mobile > :not(:last-child).message.space-3-mobile, .is-horizontal-mobile > :not(:last-child).pagination.space-3-mobile, .is-horizontal-mobile > :not(:last-child).tabs.space-3-mobile, .is-horizontal-mobile > :not(:last-child).box.space-3-mobile, .is-horizontal-mobile > :not(:last-child).content.space-3-mobile, .is-horizontal-mobile > :not(:last-child).notification.space-3-mobile, .is-horizontal-mobile > :not(:last-child).progress.space-3-mobile, .is-horizontal-mobile > :not(:last-child).table.space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-4-mobile, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-4-mobile, .is-horizontal-mobile > :not(:last-child).level.space-4-mobile, .is-horizontal-mobile > :not(:last-child).message.space-4-mobile, .is-horizontal-mobile > :not(:last-child).pagination.space-4-mobile, .is-horizontal-mobile > :not(:last-child).tabs.space-4-mobile, .is-horizontal-mobile > :not(:last-child).box.space-4-mobile, .is-horizontal-mobile > :not(:last-child).content.space-4-mobile, .is-horizontal-mobile > :not(:last-child).notification.space-4-mobile, .is-horizontal-mobile > :not(:last-child).progress.space-4-mobile, .is-horizontal-mobile > :not(:last-child).table.space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-5-mobile, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-5-mobile, .is-horizontal-mobile > :not(:last-child).level.space-5-mobile, .is-horizontal-mobile > :not(:last-child).message.space-5-mobile, .is-horizontal-mobile > :not(:last-child).pagination.space-5-mobile, .is-horizontal-mobile > :not(:last-child).tabs.space-5-mobile, .is-horizontal-mobile > :not(:last-child).box.space-5-mobile, .is-horizontal-mobile > :not(:last-child).content.space-5-mobile, .is-horizontal-mobile > :not(:last-child).notification.space-5-mobile, .is-horizontal-mobile > :not(:last-child).progress.space-5-mobile, .is-horizontal-mobile > :not(:last-child).table.space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-6-mobile, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-6-mobile, .is-horizontal-mobile > :not(:last-child).level.space-6-mobile, .is-horizontal-mobile > :not(:last-child).message.space-6-mobile, .is-horizontal-mobile > :not(:last-child).pagination.space-6-mobile, .is-horizontal-mobile > :not(:last-child).tabs.space-6-mobile, .is-horizontal-mobile > :not(:last-child).box.space-6-mobile, .is-horizontal-mobile > :not(:last-child).content.space-6-mobile, .is-horizontal-mobile > :not(:last-child).notification.space-6-mobile, .is-horizontal-mobile > :not(:last-child).progress.space-6-mobile, .is-horizontal-mobile > :not(:last-child).table.space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .is-horizontal-mobile > :not(:last-child).block.space-0-tablet, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-0-tablet, .is-horizontal-mobile > :not(:last-child).level.space-0-tablet, .is-horizontal-mobile > :not(:last-child).message.space-0-tablet, .is-horizontal-mobile > :not(:last-child).pagination.space-0-tablet, .is-horizontal-mobile > :not(:last-child).tabs.space-0-tablet, .is-horizontal-mobile > :not(:last-child).box.space-0-tablet, .is-horizontal-mobile > :not(:last-child).content.space-0-tablet, .is-horizontal-mobile > :not(:last-child).notification.space-0-tablet, .is-horizontal-mobile > :not(:last-child).progress.space-0-tablet, .is-horizontal-mobile > :not(:last-child).table.space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-1-tablet, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-1-tablet, .is-horizontal-mobile > :not(:last-child).level.space-1-tablet, .is-horizontal-mobile > :not(:last-child).message.space-1-tablet, .is-horizontal-mobile > :not(:last-child).pagination.space-1-tablet, .is-horizontal-mobile > :not(:last-child).tabs.space-1-tablet, .is-horizontal-mobile > :not(:last-child).box.space-1-tablet, .is-horizontal-mobile > :not(:last-child).content.space-1-tablet, .is-horizontal-mobile > :not(:last-child).notification.space-1-tablet, .is-horizontal-mobile > :not(:last-child).progress.space-1-tablet, .is-horizontal-mobile > :not(:last-child).table.space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-2-tablet, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-2-tablet, .is-horizontal-mobile > :not(:last-child).level.space-2-tablet, .is-horizontal-mobile > :not(:last-child).message.space-2-tablet, .is-horizontal-mobile > :not(:last-child).pagination.space-2-tablet, .is-horizontal-mobile > :not(:last-child).tabs.space-2-tablet, .is-horizontal-mobile > :not(:last-child).box.space-2-tablet, .is-horizontal-mobile > :not(:last-child).content.space-2-tablet, .is-horizontal-mobile > :not(:last-child).notification.space-2-tablet, .is-horizontal-mobile > :not(:last-child).progress.space-2-tablet, .is-horizontal-mobile > :not(:last-child).table.space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-3-tablet, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-3-tablet, .is-horizontal-mobile > :not(:last-child).level.space-3-tablet, .is-horizontal-mobile > :not(:last-child).message.space-3-tablet, .is-horizontal-mobile > :not(:last-child).pagination.space-3-tablet, .is-horizontal-mobile > :not(:last-child).tabs.space-3-tablet, .is-horizontal-mobile > :not(:last-child).box.space-3-tablet, .is-horizontal-mobile > :not(:last-child).content.space-3-tablet, .is-horizontal-mobile > :not(:last-child).notification.space-3-tablet, .is-horizontal-mobile > :not(:last-child).progress.space-3-tablet, .is-horizontal-mobile > :not(:last-child).table.space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-4-tablet, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-4-tablet, .is-horizontal-mobile > :not(:last-child).level.space-4-tablet, .is-horizontal-mobile > :not(:last-child).message.space-4-tablet, .is-horizontal-mobile > :not(:last-child).pagination.space-4-tablet, .is-horizontal-mobile > :not(:last-child).tabs.space-4-tablet, .is-horizontal-mobile > :not(:last-child).box.space-4-tablet, .is-horizontal-mobile > :not(:last-child).content.space-4-tablet, .is-horizontal-mobile > :not(:last-child).notification.space-4-tablet, .is-horizontal-mobile > :not(:last-child).progress.space-4-tablet, .is-horizontal-mobile > :not(:last-child).table.space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-5-tablet, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-5-tablet, .is-horizontal-mobile > :not(:last-child).level.space-5-tablet, .is-horizontal-mobile > :not(:last-child).message.space-5-tablet, .is-horizontal-mobile > :not(:last-child).pagination.space-5-tablet, .is-horizontal-mobile > :not(:last-child).tabs.space-5-tablet, .is-horizontal-mobile > :not(:last-child).box.space-5-tablet, .is-horizontal-mobile > :not(:last-child).content.space-5-tablet, .is-horizontal-mobile > :not(:last-child).notification.space-5-tablet, .is-horizontal-mobile > :not(:last-child).progress.space-5-tablet, .is-horizontal-mobile > :not(:last-child).table.space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-6-tablet, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-6-tablet, .is-horizontal-mobile > :not(:last-child).level.space-6-tablet, .is-horizontal-mobile > :not(:last-child).message.space-6-tablet, .is-horizontal-mobile > :not(:last-child).pagination.space-6-tablet, .is-horizontal-mobile > :not(:last-child).tabs.space-6-tablet, .is-horizontal-mobile > :not(:last-child).box.space-6-tablet, .is-horizontal-mobile > :not(:last-child).content.space-6-tablet, .is-horizontal-mobile > :not(:last-child).notification.space-6-tablet, .is-horizontal-mobile > :not(:last-child).progress.space-6-tablet, .is-horizontal-mobile > :not(:last-child).table.space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1263px) {
  .is-horizontal-mobile > :not(:last-child).block.space-0-touch, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-0-touch, .is-horizontal-mobile > :not(:last-child).level.space-0-touch, .is-horizontal-mobile > :not(:last-child).message.space-0-touch, .is-horizontal-mobile > :not(:last-child).pagination.space-0-touch, .is-horizontal-mobile > :not(:last-child).tabs.space-0-touch, .is-horizontal-mobile > :not(:last-child).box.space-0-touch, .is-horizontal-mobile > :not(:last-child).content.space-0-touch, .is-horizontal-mobile > :not(:last-child).notification.space-0-touch, .is-horizontal-mobile > :not(:last-child).progress.space-0-touch, .is-horizontal-mobile > :not(:last-child).table.space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-1-touch, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-1-touch, .is-horizontal-mobile > :not(:last-child).level.space-1-touch, .is-horizontal-mobile > :not(:last-child).message.space-1-touch, .is-horizontal-mobile > :not(:last-child).pagination.space-1-touch, .is-horizontal-mobile > :not(:last-child).tabs.space-1-touch, .is-horizontal-mobile > :not(:last-child).box.space-1-touch, .is-horizontal-mobile > :not(:last-child).content.space-1-touch, .is-horizontal-mobile > :not(:last-child).notification.space-1-touch, .is-horizontal-mobile > :not(:last-child).progress.space-1-touch, .is-horizontal-mobile > :not(:last-child).table.space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-2-touch, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-2-touch, .is-horizontal-mobile > :not(:last-child).level.space-2-touch, .is-horizontal-mobile > :not(:last-child).message.space-2-touch, .is-horizontal-mobile > :not(:last-child).pagination.space-2-touch, .is-horizontal-mobile > :not(:last-child).tabs.space-2-touch, .is-horizontal-mobile > :not(:last-child).box.space-2-touch, .is-horizontal-mobile > :not(:last-child).content.space-2-touch, .is-horizontal-mobile > :not(:last-child).notification.space-2-touch, .is-horizontal-mobile > :not(:last-child).progress.space-2-touch, .is-horizontal-mobile > :not(:last-child).table.space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-3-touch, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-3-touch, .is-horizontal-mobile > :not(:last-child).level.space-3-touch, .is-horizontal-mobile > :not(:last-child).message.space-3-touch, .is-horizontal-mobile > :not(:last-child).pagination.space-3-touch, .is-horizontal-mobile > :not(:last-child).tabs.space-3-touch, .is-horizontal-mobile > :not(:last-child).box.space-3-touch, .is-horizontal-mobile > :not(:last-child).content.space-3-touch, .is-horizontal-mobile > :not(:last-child).notification.space-3-touch, .is-horizontal-mobile > :not(:last-child).progress.space-3-touch, .is-horizontal-mobile > :not(:last-child).table.space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-4-touch, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-4-touch, .is-horizontal-mobile > :not(:last-child).level.space-4-touch, .is-horizontal-mobile > :not(:last-child).message.space-4-touch, .is-horizontal-mobile > :not(:last-child).pagination.space-4-touch, .is-horizontal-mobile > :not(:last-child).tabs.space-4-touch, .is-horizontal-mobile > :not(:last-child).box.space-4-touch, .is-horizontal-mobile > :not(:last-child).content.space-4-touch, .is-horizontal-mobile > :not(:last-child).notification.space-4-touch, .is-horizontal-mobile > :not(:last-child).progress.space-4-touch, .is-horizontal-mobile > :not(:last-child).table.space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-5-touch, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-5-touch, .is-horizontal-mobile > :not(:last-child).level.space-5-touch, .is-horizontal-mobile > :not(:last-child).message.space-5-touch, .is-horizontal-mobile > :not(:last-child).pagination.space-5-touch, .is-horizontal-mobile > :not(:last-child).tabs.space-5-touch, .is-horizontal-mobile > :not(:last-child).box.space-5-touch, .is-horizontal-mobile > :not(:last-child).content.space-5-touch, .is-horizontal-mobile > :not(:last-child).notification.space-5-touch, .is-horizontal-mobile > :not(:last-child).progress.space-5-touch, .is-horizontal-mobile > :not(:last-child).table.space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-6-touch, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-6-touch, .is-horizontal-mobile > :not(:last-child).level.space-6-touch, .is-horizontal-mobile > :not(:last-child).message.space-6-touch, .is-horizontal-mobile > :not(:last-child).pagination.space-6-touch, .is-horizontal-mobile > :not(:last-child).tabs.space-6-touch, .is-horizontal-mobile > :not(:last-child).box.space-6-touch, .is-horizontal-mobile > :not(:last-child).content.space-6-touch, .is-horizontal-mobile > :not(:last-child).notification.space-6-touch, .is-horizontal-mobile > :not(:last-child).progress.space-6-touch, .is-horizontal-mobile > :not(:last-child).table.space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1264px) {
  .is-horizontal-mobile > :not(:last-child).block.space-0-desktop, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-0-desktop, .is-horizontal-mobile > :not(:last-child).level.space-0-desktop, .is-horizontal-mobile > :not(:last-child).message.space-0-desktop, .is-horizontal-mobile > :not(:last-child).pagination.space-0-desktop, .is-horizontal-mobile > :not(:last-child).tabs.space-0-desktop, .is-horizontal-mobile > :not(:last-child).box.space-0-desktop, .is-horizontal-mobile > :not(:last-child).content.space-0-desktop, .is-horizontal-mobile > :not(:last-child).notification.space-0-desktop, .is-horizontal-mobile > :not(:last-child).progress.space-0-desktop, .is-horizontal-mobile > :not(:last-child).table.space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-1-desktop, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-1-desktop, .is-horizontal-mobile > :not(:last-child).level.space-1-desktop, .is-horizontal-mobile > :not(:last-child).message.space-1-desktop, .is-horizontal-mobile > :not(:last-child).pagination.space-1-desktop, .is-horizontal-mobile > :not(:last-child).tabs.space-1-desktop, .is-horizontal-mobile > :not(:last-child).box.space-1-desktop, .is-horizontal-mobile > :not(:last-child).content.space-1-desktop, .is-horizontal-mobile > :not(:last-child).notification.space-1-desktop, .is-horizontal-mobile > :not(:last-child).progress.space-1-desktop, .is-horizontal-mobile > :not(:last-child).table.space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-2-desktop, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-2-desktop, .is-horizontal-mobile > :not(:last-child).level.space-2-desktop, .is-horizontal-mobile > :not(:last-child).message.space-2-desktop, .is-horizontal-mobile > :not(:last-child).pagination.space-2-desktop, .is-horizontal-mobile > :not(:last-child).tabs.space-2-desktop, .is-horizontal-mobile > :not(:last-child).box.space-2-desktop, .is-horizontal-mobile > :not(:last-child).content.space-2-desktop, .is-horizontal-mobile > :not(:last-child).notification.space-2-desktop, .is-horizontal-mobile > :not(:last-child).progress.space-2-desktop, .is-horizontal-mobile > :not(:last-child).table.space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-3-desktop, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-3-desktop, .is-horizontal-mobile > :not(:last-child).level.space-3-desktop, .is-horizontal-mobile > :not(:last-child).message.space-3-desktop, .is-horizontal-mobile > :not(:last-child).pagination.space-3-desktop, .is-horizontal-mobile > :not(:last-child).tabs.space-3-desktop, .is-horizontal-mobile > :not(:last-child).box.space-3-desktop, .is-horizontal-mobile > :not(:last-child).content.space-3-desktop, .is-horizontal-mobile > :not(:last-child).notification.space-3-desktop, .is-horizontal-mobile > :not(:last-child).progress.space-3-desktop, .is-horizontal-mobile > :not(:last-child).table.space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-4-desktop, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-4-desktop, .is-horizontal-mobile > :not(:last-child).level.space-4-desktop, .is-horizontal-mobile > :not(:last-child).message.space-4-desktop, .is-horizontal-mobile > :not(:last-child).pagination.space-4-desktop, .is-horizontal-mobile > :not(:last-child).tabs.space-4-desktop, .is-horizontal-mobile > :not(:last-child).box.space-4-desktop, .is-horizontal-mobile > :not(:last-child).content.space-4-desktop, .is-horizontal-mobile > :not(:last-child).notification.space-4-desktop, .is-horizontal-mobile > :not(:last-child).progress.space-4-desktop, .is-horizontal-mobile > :not(:last-child).table.space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-5-desktop, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-5-desktop, .is-horizontal-mobile > :not(:last-child).level.space-5-desktop, .is-horizontal-mobile > :not(:last-child).message.space-5-desktop, .is-horizontal-mobile > :not(:last-child).pagination.space-5-desktop, .is-horizontal-mobile > :not(:last-child).tabs.space-5-desktop, .is-horizontal-mobile > :not(:last-child).box.space-5-desktop, .is-horizontal-mobile > :not(:last-child).content.space-5-desktop, .is-horizontal-mobile > :not(:last-child).notification.space-5-desktop, .is-horizontal-mobile > :not(:last-child).progress.space-5-desktop, .is-horizontal-mobile > :not(:last-child).table.space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > :not(:last-child).block.space-6-desktop, .is-horizontal-mobile > :not(:last-child).breadcrumb.space-6-desktop, .is-horizontal-mobile > :not(:last-child).level.space-6-desktop, .is-horizontal-mobile > :not(:last-child).message.space-6-desktop, .is-horizontal-mobile > :not(:last-child).pagination.space-6-desktop, .is-horizontal-mobile > :not(:last-child).tabs.space-6-desktop, .is-horizontal-mobile > :not(:last-child).box.space-6-desktop, .is-horizontal-mobile > :not(:last-child).content.space-6-desktop, .is-horizontal-mobile > :not(:last-child).notification.space-6-desktop, .is-horizontal-mobile > :not(:last-child).progress.space-6-desktop, .is-horizontal-mobile > :not(:last-child).table.space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile > .brick:not(:last-child) {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .is-horizontal-mobile > .brick:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .is-horizontal-mobile > .brick:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1263px) {
  .is-horizontal-mobile > .brick:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1264px) {
  .is-horizontal-mobile > .brick:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile > .brick:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile.is-spacing > *:not(:last-child) {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1263px) {
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1264px) {
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child) {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1263px) {
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1264px) {
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-2 > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child) {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1263px) {
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1264px) {
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-mobile.is-spacing-3 > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile.is-centered {
    justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile.is-left {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile.is-right {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile.is-between {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile.is-around {
    justify-content: space-around !important;
  }
}
@media screen and (max-width: 767px) {
  .is-horizontal-mobile.is-evenly {
    justify-content: space-around !important;
    justify-content: space-evenly !important;
  }
}
@media screen and (max-width: 767px) {
  @supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
    .is-horizontal-mobile.is-evenly {
      justify-content: space-around !important;
    }
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet {
    display: flex !important;
    align-items: center !important;
  }
  .is-horizontal-tablet > :not(:last-child).block, .is-horizontal-tablet > :not(:last-child).breadcrumb, .is-horizontal-tablet > :not(:last-child).level, .is-horizontal-tablet > :not(:last-child).message, .is-horizontal-tablet > :not(:last-child).pagination, .is-horizontal-tablet > :not(:last-child).tabs, .is-horizontal-tablet > :not(:last-child).box, .is-horizontal-tablet > :not(:last-child).content, .is-horizontal-tablet > :not(:last-child).notification, .is-horizontal-tablet > :not(:last-child).progress, .is-horizontal-tablet > :not(:last-child).table {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-0, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-0, .is-horizontal-tablet > :not(:last-child).level.space-0, .is-horizontal-tablet > :not(:last-child).message.space-0, .is-horizontal-tablet > :not(:last-child).pagination.space-0, .is-horizontal-tablet > :not(:last-child).tabs.space-0, .is-horizontal-tablet > :not(:last-child).box.space-0, .is-horizontal-tablet > :not(:last-child).content.space-0, .is-horizontal-tablet > :not(:last-child).notification.space-0, .is-horizontal-tablet > :not(:last-child).progress.space-0, .is-horizontal-tablet > :not(:last-child).table.space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-1, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-1, .is-horizontal-tablet > :not(:last-child).level.space-1, .is-horizontal-tablet > :not(:last-child).message.space-1, .is-horizontal-tablet > :not(:last-child).pagination.space-1, .is-horizontal-tablet > :not(:last-child).tabs.space-1, .is-horizontal-tablet > :not(:last-child).box.space-1, .is-horizontal-tablet > :not(:last-child).content.space-1, .is-horizontal-tablet > :not(:last-child).notification.space-1, .is-horizontal-tablet > :not(:last-child).progress.space-1, .is-horizontal-tablet > :not(:last-child).table.space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-2, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-2, .is-horizontal-tablet > :not(:last-child).level.space-2, .is-horizontal-tablet > :not(:last-child).message.space-2, .is-horizontal-tablet > :not(:last-child).pagination.space-2, .is-horizontal-tablet > :not(:last-child).tabs.space-2, .is-horizontal-tablet > :not(:last-child).box.space-2, .is-horizontal-tablet > :not(:last-child).content.space-2, .is-horizontal-tablet > :not(:last-child).notification.space-2, .is-horizontal-tablet > :not(:last-child).progress.space-2, .is-horizontal-tablet > :not(:last-child).table.space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-3, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-3, .is-horizontal-tablet > :not(:last-child).level.space-3, .is-horizontal-tablet > :not(:last-child).message.space-3, .is-horizontal-tablet > :not(:last-child).pagination.space-3, .is-horizontal-tablet > :not(:last-child).tabs.space-3, .is-horizontal-tablet > :not(:last-child).box.space-3, .is-horizontal-tablet > :not(:last-child).content.space-3, .is-horizontal-tablet > :not(:last-child).notification.space-3, .is-horizontal-tablet > :not(:last-child).progress.space-3, .is-horizontal-tablet > :not(:last-child).table.space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-4, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-4, .is-horizontal-tablet > :not(:last-child).level.space-4, .is-horizontal-tablet > :not(:last-child).message.space-4, .is-horizontal-tablet > :not(:last-child).pagination.space-4, .is-horizontal-tablet > :not(:last-child).tabs.space-4, .is-horizontal-tablet > :not(:last-child).box.space-4, .is-horizontal-tablet > :not(:last-child).content.space-4, .is-horizontal-tablet > :not(:last-child).notification.space-4, .is-horizontal-tablet > :not(:last-child).progress.space-4, .is-horizontal-tablet > :not(:last-child).table.space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-5, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-5, .is-horizontal-tablet > :not(:last-child).level.space-5, .is-horizontal-tablet > :not(:last-child).message.space-5, .is-horizontal-tablet > :not(:last-child).pagination.space-5, .is-horizontal-tablet > :not(:last-child).tabs.space-5, .is-horizontal-tablet > :not(:last-child).box.space-5, .is-horizontal-tablet > :not(:last-child).content.space-5, .is-horizontal-tablet > :not(:last-child).notification.space-5, .is-horizontal-tablet > :not(:last-child).progress.space-5, .is-horizontal-tablet > :not(:last-child).table.space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-6, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-6, .is-horizontal-tablet > :not(:last-child).level.space-6, .is-horizontal-tablet > :not(:last-child).message.space-6, .is-horizontal-tablet > :not(:last-child).pagination.space-6, .is-horizontal-tablet > :not(:last-child).tabs.space-6, .is-horizontal-tablet > :not(:last-child).box.space-6, .is-horizontal-tablet > :not(:last-child).content.space-6, .is-horizontal-tablet > :not(:last-child).notification.space-6, .is-horizontal-tablet > :not(:last-child).progress.space-6, .is-horizontal-tablet > :not(:last-child).table.space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .is-horizontal-tablet > :not(:last-child).block.space-0-mobile, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-0-mobile, .is-horizontal-tablet > :not(:last-child).level.space-0-mobile, .is-horizontal-tablet > :not(:last-child).message.space-0-mobile, .is-horizontal-tablet > :not(:last-child).pagination.space-0-mobile, .is-horizontal-tablet > :not(:last-child).tabs.space-0-mobile, .is-horizontal-tablet > :not(:last-child).box.space-0-mobile, .is-horizontal-tablet > :not(:last-child).content.space-0-mobile, .is-horizontal-tablet > :not(:last-child).notification.space-0-mobile, .is-horizontal-tablet > :not(:last-child).progress.space-0-mobile, .is-horizontal-tablet > :not(:last-child).table.space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-1-mobile, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-1-mobile, .is-horizontal-tablet > :not(:last-child).level.space-1-mobile, .is-horizontal-tablet > :not(:last-child).message.space-1-mobile, .is-horizontal-tablet > :not(:last-child).pagination.space-1-mobile, .is-horizontal-tablet > :not(:last-child).tabs.space-1-mobile, .is-horizontal-tablet > :not(:last-child).box.space-1-mobile, .is-horizontal-tablet > :not(:last-child).content.space-1-mobile, .is-horizontal-tablet > :not(:last-child).notification.space-1-mobile, .is-horizontal-tablet > :not(:last-child).progress.space-1-mobile, .is-horizontal-tablet > :not(:last-child).table.space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-2-mobile, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-2-mobile, .is-horizontal-tablet > :not(:last-child).level.space-2-mobile, .is-horizontal-tablet > :not(:last-child).message.space-2-mobile, .is-horizontal-tablet > :not(:last-child).pagination.space-2-mobile, .is-horizontal-tablet > :not(:last-child).tabs.space-2-mobile, .is-horizontal-tablet > :not(:last-child).box.space-2-mobile, .is-horizontal-tablet > :not(:last-child).content.space-2-mobile, .is-horizontal-tablet > :not(:last-child).notification.space-2-mobile, .is-horizontal-tablet > :not(:last-child).progress.space-2-mobile, .is-horizontal-tablet > :not(:last-child).table.space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-3-mobile, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-3-mobile, .is-horizontal-tablet > :not(:last-child).level.space-3-mobile, .is-horizontal-tablet > :not(:last-child).message.space-3-mobile, .is-horizontal-tablet > :not(:last-child).pagination.space-3-mobile, .is-horizontal-tablet > :not(:last-child).tabs.space-3-mobile, .is-horizontal-tablet > :not(:last-child).box.space-3-mobile, .is-horizontal-tablet > :not(:last-child).content.space-3-mobile, .is-horizontal-tablet > :not(:last-child).notification.space-3-mobile, .is-horizontal-tablet > :not(:last-child).progress.space-3-mobile, .is-horizontal-tablet > :not(:last-child).table.space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-4-mobile, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-4-mobile, .is-horizontal-tablet > :not(:last-child).level.space-4-mobile, .is-horizontal-tablet > :not(:last-child).message.space-4-mobile, .is-horizontal-tablet > :not(:last-child).pagination.space-4-mobile, .is-horizontal-tablet > :not(:last-child).tabs.space-4-mobile, .is-horizontal-tablet > :not(:last-child).box.space-4-mobile, .is-horizontal-tablet > :not(:last-child).content.space-4-mobile, .is-horizontal-tablet > :not(:last-child).notification.space-4-mobile, .is-horizontal-tablet > :not(:last-child).progress.space-4-mobile, .is-horizontal-tablet > :not(:last-child).table.space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-5-mobile, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-5-mobile, .is-horizontal-tablet > :not(:last-child).level.space-5-mobile, .is-horizontal-tablet > :not(:last-child).message.space-5-mobile, .is-horizontal-tablet > :not(:last-child).pagination.space-5-mobile, .is-horizontal-tablet > :not(:last-child).tabs.space-5-mobile, .is-horizontal-tablet > :not(:last-child).box.space-5-mobile, .is-horizontal-tablet > :not(:last-child).content.space-5-mobile, .is-horizontal-tablet > :not(:last-child).notification.space-5-mobile, .is-horizontal-tablet > :not(:last-child).progress.space-5-mobile, .is-horizontal-tablet > :not(:last-child).table.space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-6-mobile, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-6-mobile, .is-horizontal-tablet > :not(:last-child).level.space-6-mobile, .is-horizontal-tablet > :not(:last-child).message.space-6-mobile, .is-horizontal-tablet > :not(:last-child).pagination.space-6-mobile, .is-horizontal-tablet > :not(:last-child).tabs.space-6-mobile, .is-horizontal-tablet > :not(:last-child).box.space-6-mobile, .is-horizontal-tablet > :not(:last-child).content.space-6-mobile, .is-horizontal-tablet > :not(:last-child).notification.space-6-mobile, .is-horizontal-tablet > :not(:last-child).progress.space-6-mobile, .is-horizontal-tablet > :not(:last-child).table.space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .is-horizontal-tablet > :not(:last-child).block.space-0-tablet, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-0-tablet, .is-horizontal-tablet > :not(:last-child).level.space-0-tablet, .is-horizontal-tablet > :not(:last-child).message.space-0-tablet, .is-horizontal-tablet > :not(:last-child).pagination.space-0-tablet, .is-horizontal-tablet > :not(:last-child).tabs.space-0-tablet, .is-horizontal-tablet > :not(:last-child).box.space-0-tablet, .is-horizontal-tablet > :not(:last-child).content.space-0-tablet, .is-horizontal-tablet > :not(:last-child).notification.space-0-tablet, .is-horizontal-tablet > :not(:last-child).progress.space-0-tablet, .is-horizontal-tablet > :not(:last-child).table.space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-1-tablet, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-1-tablet, .is-horizontal-tablet > :not(:last-child).level.space-1-tablet, .is-horizontal-tablet > :not(:last-child).message.space-1-tablet, .is-horizontal-tablet > :not(:last-child).pagination.space-1-tablet, .is-horizontal-tablet > :not(:last-child).tabs.space-1-tablet, .is-horizontal-tablet > :not(:last-child).box.space-1-tablet, .is-horizontal-tablet > :not(:last-child).content.space-1-tablet, .is-horizontal-tablet > :not(:last-child).notification.space-1-tablet, .is-horizontal-tablet > :not(:last-child).progress.space-1-tablet, .is-horizontal-tablet > :not(:last-child).table.space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-2-tablet, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-2-tablet, .is-horizontal-tablet > :not(:last-child).level.space-2-tablet, .is-horizontal-tablet > :not(:last-child).message.space-2-tablet, .is-horizontal-tablet > :not(:last-child).pagination.space-2-tablet, .is-horizontal-tablet > :not(:last-child).tabs.space-2-tablet, .is-horizontal-tablet > :not(:last-child).box.space-2-tablet, .is-horizontal-tablet > :not(:last-child).content.space-2-tablet, .is-horizontal-tablet > :not(:last-child).notification.space-2-tablet, .is-horizontal-tablet > :not(:last-child).progress.space-2-tablet, .is-horizontal-tablet > :not(:last-child).table.space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-3-tablet, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-3-tablet, .is-horizontal-tablet > :not(:last-child).level.space-3-tablet, .is-horizontal-tablet > :not(:last-child).message.space-3-tablet, .is-horizontal-tablet > :not(:last-child).pagination.space-3-tablet, .is-horizontal-tablet > :not(:last-child).tabs.space-3-tablet, .is-horizontal-tablet > :not(:last-child).box.space-3-tablet, .is-horizontal-tablet > :not(:last-child).content.space-3-tablet, .is-horizontal-tablet > :not(:last-child).notification.space-3-tablet, .is-horizontal-tablet > :not(:last-child).progress.space-3-tablet, .is-horizontal-tablet > :not(:last-child).table.space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-4-tablet, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-4-tablet, .is-horizontal-tablet > :not(:last-child).level.space-4-tablet, .is-horizontal-tablet > :not(:last-child).message.space-4-tablet, .is-horizontal-tablet > :not(:last-child).pagination.space-4-tablet, .is-horizontal-tablet > :not(:last-child).tabs.space-4-tablet, .is-horizontal-tablet > :not(:last-child).box.space-4-tablet, .is-horizontal-tablet > :not(:last-child).content.space-4-tablet, .is-horizontal-tablet > :not(:last-child).notification.space-4-tablet, .is-horizontal-tablet > :not(:last-child).progress.space-4-tablet, .is-horizontal-tablet > :not(:last-child).table.space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-5-tablet, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-5-tablet, .is-horizontal-tablet > :not(:last-child).level.space-5-tablet, .is-horizontal-tablet > :not(:last-child).message.space-5-tablet, .is-horizontal-tablet > :not(:last-child).pagination.space-5-tablet, .is-horizontal-tablet > :not(:last-child).tabs.space-5-tablet, .is-horizontal-tablet > :not(:last-child).box.space-5-tablet, .is-horizontal-tablet > :not(:last-child).content.space-5-tablet, .is-horizontal-tablet > :not(:last-child).notification.space-5-tablet, .is-horizontal-tablet > :not(:last-child).progress.space-5-tablet, .is-horizontal-tablet > :not(:last-child).table.space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-6-tablet, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-6-tablet, .is-horizontal-tablet > :not(:last-child).level.space-6-tablet, .is-horizontal-tablet > :not(:last-child).message.space-6-tablet, .is-horizontal-tablet > :not(:last-child).pagination.space-6-tablet, .is-horizontal-tablet > :not(:last-child).tabs.space-6-tablet, .is-horizontal-tablet > :not(:last-child).box.space-6-tablet, .is-horizontal-tablet > :not(:last-child).content.space-6-tablet, .is-horizontal-tablet > :not(:last-child).notification.space-6-tablet, .is-horizontal-tablet > :not(:last-child).progress.space-6-tablet, .is-horizontal-tablet > :not(:last-child).table.space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-horizontal-tablet > :not(:last-child).block.space-0-touch, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-0-touch, .is-horizontal-tablet > :not(:last-child).level.space-0-touch, .is-horizontal-tablet > :not(:last-child).message.space-0-touch, .is-horizontal-tablet > :not(:last-child).pagination.space-0-touch, .is-horizontal-tablet > :not(:last-child).tabs.space-0-touch, .is-horizontal-tablet > :not(:last-child).box.space-0-touch, .is-horizontal-tablet > :not(:last-child).content.space-0-touch, .is-horizontal-tablet > :not(:last-child).notification.space-0-touch, .is-horizontal-tablet > :not(:last-child).progress.space-0-touch, .is-horizontal-tablet > :not(:last-child).table.space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-1-touch, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-1-touch, .is-horizontal-tablet > :not(:last-child).level.space-1-touch, .is-horizontal-tablet > :not(:last-child).message.space-1-touch, .is-horizontal-tablet > :not(:last-child).pagination.space-1-touch, .is-horizontal-tablet > :not(:last-child).tabs.space-1-touch, .is-horizontal-tablet > :not(:last-child).box.space-1-touch, .is-horizontal-tablet > :not(:last-child).content.space-1-touch, .is-horizontal-tablet > :not(:last-child).notification.space-1-touch, .is-horizontal-tablet > :not(:last-child).progress.space-1-touch, .is-horizontal-tablet > :not(:last-child).table.space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-2-touch, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-2-touch, .is-horizontal-tablet > :not(:last-child).level.space-2-touch, .is-horizontal-tablet > :not(:last-child).message.space-2-touch, .is-horizontal-tablet > :not(:last-child).pagination.space-2-touch, .is-horizontal-tablet > :not(:last-child).tabs.space-2-touch, .is-horizontal-tablet > :not(:last-child).box.space-2-touch, .is-horizontal-tablet > :not(:last-child).content.space-2-touch, .is-horizontal-tablet > :not(:last-child).notification.space-2-touch, .is-horizontal-tablet > :not(:last-child).progress.space-2-touch, .is-horizontal-tablet > :not(:last-child).table.space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-3-touch, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-3-touch, .is-horizontal-tablet > :not(:last-child).level.space-3-touch, .is-horizontal-tablet > :not(:last-child).message.space-3-touch, .is-horizontal-tablet > :not(:last-child).pagination.space-3-touch, .is-horizontal-tablet > :not(:last-child).tabs.space-3-touch, .is-horizontal-tablet > :not(:last-child).box.space-3-touch, .is-horizontal-tablet > :not(:last-child).content.space-3-touch, .is-horizontal-tablet > :not(:last-child).notification.space-3-touch, .is-horizontal-tablet > :not(:last-child).progress.space-3-touch, .is-horizontal-tablet > :not(:last-child).table.space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-4-touch, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-4-touch, .is-horizontal-tablet > :not(:last-child).level.space-4-touch, .is-horizontal-tablet > :not(:last-child).message.space-4-touch, .is-horizontal-tablet > :not(:last-child).pagination.space-4-touch, .is-horizontal-tablet > :not(:last-child).tabs.space-4-touch, .is-horizontal-tablet > :not(:last-child).box.space-4-touch, .is-horizontal-tablet > :not(:last-child).content.space-4-touch, .is-horizontal-tablet > :not(:last-child).notification.space-4-touch, .is-horizontal-tablet > :not(:last-child).progress.space-4-touch, .is-horizontal-tablet > :not(:last-child).table.space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-5-touch, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-5-touch, .is-horizontal-tablet > :not(:last-child).level.space-5-touch, .is-horizontal-tablet > :not(:last-child).message.space-5-touch, .is-horizontal-tablet > :not(:last-child).pagination.space-5-touch, .is-horizontal-tablet > :not(:last-child).tabs.space-5-touch, .is-horizontal-tablet > :not(:last-child).box.space-5-touch, .is-horizontal-tablet > :not(:last-child).content.space-5-touch, .is-horizontal-tablet > :not(:last-child).notification.space-5-touch, .is-horizontal-tablet > :not(:last-child).progress.space-5-touch, .is-horizontal-tablet > :not(:last-child).table.space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-6-touch, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-6-touch, .is-horizontal-tablet > :not(:last-child).level.space-6-touch, .is-horizontal-tablet > :not(:last-child).message.space-6-touch, .is-horizontal-tablet > :not(:last-child).pagination.space-6-touch, .is-horizontal-tablet > :not(:last-child).tabs.space-6-touch, .is-horizontal-tablet > :not(:last-child).box.space-6-touch, .is-horizontal-tablet > :not(:last-child).content.space-6-touch, .is-horizontal-tablet > :not(:last-child).notification.space-6-touch, .is-horizontal-tablet > :not(:last-child).progress.space-6-touch, .is-horizontal-tablet > :not(:last-child).table.space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1264px) {
  .is-horizontal-tablet > :not(:last-child).block.space-0-desktop, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-0-desktop, .is-horizontal-tablet > :not(:last-child).level.space-0-desktop, .is-horizontal-tablet > :not(:last-child).message.space-0-desktop, .is-horizontal-tablet > :not(:last-child).pagination.space-0-desktop, .is-horizontal-tablet > :not(:last-child).tabs.space-0-desktop, .is-horizontal-tablet > :not(:last-child).box.space-0-desktop, .is-horizontal-tablet > :not(:last-child).content.space-0-desktop, .is-horizontal-tablet > :not(:last-child).notification.space-0-desktop, .is-horizontal-tablet > :not(:last-child).progress.space-0-desktop, .is-horizontal-tablet > :not(:last-child).table.space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-1-desktop, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-1-desktop, .is-horizontal-tablet > :not(:last-child).level.space-1-desktop, .is-horizontal-tablet > :not(:last-child).message.space-1-desktop, .is-horizontal-tablet > :not(:last-child).pagination.space-1-desktop, .is-horizontal-tablet > :not(:last-child).tabs.space-1-desktop, .is-horizontal-tablet > :not(:last-child).box.space-1-desktop, .is-horizontal-tablet > :not(:last-child).content.space-1-desktop, .is-horizontal-tablet > :not(:last-child).notification.space-1-desktop, .is-horizontal-tablet > :not(:last-child).progress.space-1-desktop, .is-horizontal-tablet > :not(:last-child).table.space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-2-desktop, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-2-desktop, .is-horizontal-tablet > :not(:last-child).level.space-2-desktop, .is-horizontal-tablet > :not(:last-child).message.space-2-desktop, .is-horizontal-tablet > :not(:last-child).pagination.space-2-desktop, .is-horizontal-tablet > :not(:last-child).tabs.space-2-desktop, .is-horizontal-tablet > :not(:last-child).box.space-2-desktop, .is-horizontal-tablet > :not(:last-child).content.space-2-desktop, .is-horizontal-tablet > :not(:last-child).notification.space-2-desktop, .is-horizontal-tablet > :not(:last-child).progress.space-2-desktop, .is-horizontal-tablet > :not(:last-child).table.space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-3-desktop, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-3-desktop, .is-horizontal-tablet > :not(:last-child).level.space-3-desktop, .is-horizontal-tablet > :not(:last-child).message.space-3-desktop, .is-horizontal-tablet > :not(:last-child).pagination.space-3-desktop, .is-horizontal-tablet > :not(:last-child).tabs.space-3-desktop, .is-horizontal-tablet > :not(:last-child).box.space-3-desktop, .is-horizontal-tablet > :not(:last-child).content.space-3-desktop, .is-horizontal-tablet > :not(:last-child).notification.space-3-desktop, .is-horizontal-tablet > :not(:last-child).progress.space-3-desktop, .is-horizontal-tablet > :not(:last-child).table.space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-4-desktop, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-4-desktop, .is-horizontal-tablet > :not(:last-child).level.space-4-desktop, .is-horizontal-tablet > :not(:last-child).message.space-4-desktop, .is-horizontal-tablet > :not(:last-child).pagination.space-4-desktop, .is-horizontal-tablet > :not(:last-child).tabs.space-4-desktop, .is-horizontal-tablet > :not(:last-child).box.space-4-desktop, .is-horizontal-tablet > :not(:last-child).content.space-4-desktop, .is-horizontal-tablet > :not(:last-child).notification.space-4-desktop, .is-horizontal-tablet > :not(:last-child).progress.space-4-desktop, .is-horizontal-tablet > :not(:last-child).table.space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-5-desktop, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-5-desktop, .is-horizontal-tablet > :not(:last-child).level.space-5-desktop, .is-horizontal-tablet > :not(:last-child).message.space-5-desktop, .is-horizontal-tablet > :not(:last-child).pagination.space-5-desktop, .is-horizontal-tablet > :not(:last-child).tabs.space-5-desktop, .is-horizontal-tablet > :not(:last-child).box.space-5-desktop, .is-horizontal-tablet > :not(:last-child).content.space-5-desktop, .is-horizontal-tablet > :not(:last-child).notification.space-5-desktop, .is-horizontal-tablet > :not(:last-child).progress.space-5-desktop, .is-horizontal-tablet > :not(:last-child).table.space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > :not(:last-child).block.space-6-desktop, .is-horizontal-tablet > :not(:last-child).breadcrumb.space-6-desktop, .is-horizontal-tablet > :not(:last-child).level.space-6-desktop, .is-horizontal-tablet > :not(:last-child).message.space-6-desktop, .is-horizontal-tablet > :not(:last-child).pagination.space-6-desktop, .is-horizontal-tablet > :not(:last-child).tabs.space-6-desktop, .is-horizontal-tablet > :not(:last-child).box.space-6-desktop, .is-horizontal-tablet > :not(:last-child).content.space-6-desktop, .is-horizontal-tablet > :not(:last-child).notification.space-6-desktop, .is-horizontal-tablet > :not(:last-child).progress.space-6-desktop, .is-horizontal-tablet > :not(:last-child).table.space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet > .brick:not(:last-child) {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .is-horizontal-tablet > .brick:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .is-horizontal-tablet > .brick:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-horizontal-tablet > .brick:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1264px) {
  .is-horizontal-tablet > .brick:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet > .brick:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet.is-spacing > *:not(:last-child) {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1264px) {
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child) {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1264px) {
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-2 > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child) {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1264px) {
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-tablet.is-spacing-3 > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet.is-centered {
    justify-content: center !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet.is-left {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet.is-right {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet.is-between {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet.is-around {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-horizontal-tablet.is-evenly {
    justify-content: space-around !important;
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 768px), print {
  @supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
    .is-horizontal-tablet.is-evenly {
      justify-content: space-around !important;
    }
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch {
    display: flex !important;
    align-items: center !important;
  }
  .is-horizontal-touch > :not(:last-child).block, .is-horizontal-touch > :not(:last-child).breadcrumb, .is-horizontal-touch > :not(:last-child).level, .is-horizontal-touch > :not(:last-child).message, .is-horizontal-touch > :not(:last-child).pagination, .is-horizontal-touch > :not(:last-child).tabs, .is-horizontal-touch > :not(:last-child).box, .is-horizontal-touch > :not(:last-child).content, .is-horizontal-touch > :not(:last-child).notification, .is-horizontal-touch > :not(:last-child).progress, .is-horizontal-touch > :not(:last-child).table {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-0, .is-horizontal-touch > :not(:last-child).breadcrumb.space-0, .is-horizontal-touch > :not(:last-child).level.space-0, .is-horizontal-touch > :not(:last-child).message.space-0, .is-horizontal-touch > :not(:last-child).pagination.space-0, .is-horizontal-touch > :not(:last-child).tabs.space-0, .is-horizontal-touch > :not(:last-child).box.space-0, .is-horizontal-touch > :not(:last-child).content.space-0, .is-horizontal-touch > :not(:last-child).notification.space-0, .is-horizontal-touch > :not(:last-child).progress.space-0, .is-horizontal-touch > :not(:last-child).table.space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-1, .is-horizontal-touch > :not(:last-child).breadcrumb.space-1, .is-horizontal-touch > :not(:last-child).level.space-1, .is-horizontal-touch > :not(:last-child).message.space-1, .is-horizontal-touch > :not(:last-child).pagination.space-1, .is-horizontal-touch > :not(:last-child).tabs.space-1, .is-horizontal-touch > :not(:last-child).box.space-1, .is-horizontal-touch > :not(:last-child).content.space-1, .is-horizontal-touch > :not(:last-child).notification.space-1, .is-horizontal-touch > :not(:last-child).progress.space-1, .is-horizontal-touch > :not(:last-child).table.space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-2, .is-horizontal-touch > :not(:last-child).breadcrumb.space-2, .is-horizontal-touch > :not(:last-child).level.space-2, .is-horizontal-touch > :not(:last-child).message.space-2, .is-horizontal-touch > :not(:last-child).pagination.space-2, .is-horizontal-touch > :not(:last-child).tabs.space-2, .is-horizontal-touch > :not(:last-child).box.space-2, .is-horizontal-touch > :not(:last-child).content.space-2, .is-horizontal-touch > :not(:last-child).notification.space-2, .is-horizontal-touch > :not(:last-child).progress.space-2, .is-horizontal-touch > :not(:last-child).table.space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-3, .is-horizontal-touch > :not(:last-child).breadcrumb.space-3, .is-horizontal-touch > :not(:last-child).level.space-3, .is-horizontal-touch > :not(:last-child).message.space-3, .is-horizontal-touch > :not(:last-child).pagination.space-3, .is-horizontal-touch > :not(:last-child).tabs.space-3, .is-horizontal-touch > :not(:last-child).box.space-3, .is-horizontal-touch > :not(:last-child).content.space-3, .is-horizontal-touch > :not(:last-child).notification.space-3, .is-horizontal-touch > :not(:last-child).progress.space-3, .is-horizontal-touch > :not(:last-child).table.space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-4, .is-horizontal-touch > :not(:last-child).breadcrumb.space-4, .is-horizontal-touch > :not(:last-child).level.space-4, .is-horizontal-touch > :not(:last-child).message.space-4, .is-horizontal-touch > :not(:last-child).pagination.space-4, .is-horizontal-touch > :not(:last-child).tabs.space-4, .is-horizontal-touch > :not(:last-child).box.space-4, .is-horizontal-touch > :not(:last-child).content.space-4, .is-horizontal-touch > :not(:last-child).notification.space-4, .is-horizontal-touch > :not(:last-child).progress.space-4, .is-horizontal-touch > :not(:last-child).table.space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-5, .is-horizontal-touch > :not(:last-child).breadcrumb.space-5, .is-horizontal-touch > :not(:last-child).level.space-5, .is-horizontal-touch > :not(:last-child).message.space-5, .is-horizontal-touch > :not(:last-child).pagination.space-5, .is-horizontal-touch > :not(:last-child).tabs.space-5, .is-horizontal-touch > :not(:last-child).box.space-5, .is-horizontal-touch > :not(:last-child).content.space-5, .is-horizontal-touch > :not(:last-child).notification.space-5, .is-horizontal-touch > :not(:last-child).progress.space-5, .is-horizontal-touch > :not(:last-child).table.space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-6, .is-horizontal-touch > :not(:last-child).breadcrumb.space-6, .is-horizontal-touch > :not(:last-child).level.space-6, .is-horizontal-touch > :not(:last-child).message.space-6, .is-horizontal-touch > :not(:last-child).pagination.space-6, .is-horizontal-touch > :not(:last-child).tabs.space-6, .is-horizontal-touch > :not(:last-child).box.space-6, .is-horizontal-touch > :not(:last-child).content.space-6, .is-horizontal-touch > :not(:last-child).notification.space-6, .is-horizontal-touch > :not(:last-child).progress.space-6, .is-horizontal-touch > :not(:last-child).table.space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 767px) {
  .is-horizontal-touch > :not(:last-child).block.space-0-mobile, .is-horizontal-touch > :not(:last-child).breadcrumb.space-0-mobile, .is-horizontal-touch > :not(:last-child).level.space-0-mobile, .is-horizontal-touch > :not(:last-child).message.space-0-mobile, .is-horizontal-touch > :not(:last-child).pagination.space-0-mobile, .is-horizontal-touch > :not(:last-child).tabs.space-0-mobile, .is-horizontal-touch > :not(:last-child).box.space-0-mobile, .is-horizontal-touch > :not(:last-child).content.space-0-mobile, .is-horizontal-touch > :not(:last-child).notification.space-0-mobile, .is-horizontal-touch > :not(:last-child).progress.space-0-mobile, .is-horizontal-touch > :not(:last-child).table.space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-1-mobile, .is-horizontal-touch > :not(:last-child).breadcrumb.space-1-mobile, .is-horizontal-touch > :not(:last-child).level.space-1-mobile, .is-horizontal-touch > :not(:last-child).message.space-1-mobile, .is-horizontal-touch > :not(:last-child).pagination.space-1-mobile, .is-horizontal-touch > :not(:last-child).tabs.space-1-mobile, .is-horizontal-touch > :not(:last-child).box.space-1-mobile, .is-horizontal-touch > :not(:last-child).content.space-1-mobile, .is-horizontal-touch > :not(:last-child).notification.space-1-mobile, .is-horizontal-touch > :not(:last-child).progress.space-1-mobile, .is-horizontal-touch > :not(:last-child).table.space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-2-mobile, .is-horizontal-touch > :not(:last-child).breadcrumb.space-2-mobile, .is-horizontal-touch > :not(:last-child).level.space-2-mobile, .is-horizontal-touch > :not(:last-child).message.space-2-mobile, .is-horizontal-touch > :not(:last-child).pagination.space-2-mobile, .is-horizontal-touch > :not(:last-child).tabs.space-2-mobile, .is-horizontal-touch > :not(:last-child).box.space-2-mobile, .is-horizontal-touch > :not(:last-child).content.space-2-mobile, .is-horizontal-touch > :not(:last-child).notification.space-2-mobile, .is-horizontal-touch > :not(:last-child).progress.space-2-mobile, .is-horizontal-touch > :not(:last-child).table.space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-3-mobile, .is-horizontal-touch > :not(:last-child).breadcrumb.space-3-mobile, .is-horizontal-touch > :not(:last-child).level.space-3-mobile, .is-horizontal-touch > :not(:last-child).message.space-3-mobile, .is-horizontal-touch > :not(:last-child).pagination.space-3-mobile, .is-horizontal-touch > :not(:last-child).tabs.space-3-mobile, .is-horizontal-touch > :not(:last-child).box.space-3-mobile, .is-horizontal-touch > :not(:last-child).content.space-3-mobile, .is-horizontal-touch > :not(:last-child).notification.space-3-mobile, .is-horizontal-touch > :not(:last-child).progress.space-3-mobile, .is-horizontal-touch > :not(:last-child).table.space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-4-mobile, .is-horizontal-touch > :not(:last-child).breadcrumb.space-4-mobile, .is-horizontal-touch > :not(:last-child).level.space-4-mobile, .is-horizontal-touch > :not(:last-child).message.space-4-mobile, .is-horizontal-touch > :not(:last-child).pagination.space-4-mobile, .is-horizontal-touch > :not(:last-child).tabs.space-4-mobile, .is-horizontal-touch > :not(:last-child).box.space-4-mobile, .is-horizontal-touch > :not(:last-child).content.space-4-mobile, .is-horizontal-touch > :not(:last-child).notification.space-4-mobile, .is-horizontal-touch > :not(:last-child).progress.space-4-mobile, .is-horizontal-touch > :not(:last-child).table.space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-5-mobile, .is-horizontal-touch > :not(:last-child).breadcrumb.space-5-mobile, .is-horizontal-touch > :not(:last-child).level.space-5-mobile, .is-horizontal-touch > :not(:last-child).message.space-5-mobile, .is-horizontal-touch > :not(:last-child).pagination.space-5-mobile, .is-horizontal-touch > :not(:last-child).tabs.space-5-mobile, .is-horizontal-touch > :not(:last-child).box.space-5-mobile, .is-horizontal-touch > :not(:last-child).content.space-5-mobile, .is-horizontal-touch > :not(:last-child).notification.space-5-mobile, .is-horizontal-touch > :not(:last-child).progress.space-5-mobile, .is-horizontal-touch > :not(:last-child).table.space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-6-mobile, .is-horizontal-touch > :not(:last-child).breadcrumb.space-6-mobile, .is-horizontal-touch > :not(:last-child).level.space-6-mobile, .is-horizontal-touch > :not(:last-child).message.space-6-mobile, .is-horizontal-touch > :not(:last-child).pagination.space-6-mobile, .is-horizontal-touch > :not(:last-child).tabs.space-6-mobile, .is-horizontal-touch > :not(:last-child).box.space-6-mobile, .is-horizontal-touch > :not(:last-child).content.space-6-mobile, .is-horizontal-touch > :not(:last-child).notification.space-6-mobile, .is-horizontal-touch > :not(:last-child).progress.space-6-mobile, .is-horizontal-touch > :not(:last-child).table.space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 768px) {
  .is-horizontal-touch > :not(:last-child).block.space-0-tablet, .is-horizontal-touch > :not(:last-child).breadcrumb.space-0-tablet, .is-horizontal-touch > :not(:last-child).level.space-0-tablet, .is-horizontal-touch > :not(:last-child).message.space-0-tablet, .is-horizontal-touch > :not(:last-child).pagination.space-0-tablet, .is-horizontal-touch > :not(:last-child).tabs.space-0-tablet, .is-horizontal-touch > :not(:last-child).box.space-0-tablet, .is-horizontal-touch > :not(:last-child).content.space-0-tablet, .is-horizontal-touch > :not(:last-child).notification.space-0-tablet, .is-horizontal-touch > :not(:last-child).progress.space-0-tablet, .is-horizontal-touch > :not(:last-child).table.space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-1-tablet, .is-horizontal-touch > :not(:last-child).breadcrumb.space-1-tablet, .is-horizontal-touch > :not(:last-child).level.space-1-tablet, .is-horizontal-touch > :not(:last-child).message.space-1-tablet, .is-horizontal-touch > :not(:last-child).pagination.space-1-tablet, .is-horizontal-touch > :not(:last-child).tabs.space-1-tablet, .is-horizontal-touch > :not(:last-child).box.space-1-tablet, .is-horizontal-touch > :not(:last-child).content.space-1-tablet, .is-horizontal-touch > :not(:last-child).notification.space-1-tablet, .is-horizontal-touch > :not(:last-child).progress.space-1-tablet, .is-horizontal-touch > :not(:last-child).table.space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-2-tablet, .is-horizontal-touch > :not(:last-child).breadcrumb.space-2-tablet, .is-horizontal-touch > :not(:last-child).level.space-2-tablet, .is-horizontal-touch > :not(:last-child).message.space-2-tablet, .is-horizontal-touch > :not(:last-child).pagination.space-2-tablet, .is-horizontal-touch > :not(:last-child).tabs.space-2-tablet, .is-horizontal-touch > :not(:last-child).box.space-2-tablet, .is-horizontal-touch > :not(:last-child).content.space-2-tablet, .is-horizontal-touch > :not(:last-child).notification.space-2-tablet, .is-horizontal-touch > :not(:last-child).progress.space-2-tablet, .is-horizontal-touch > :not(:last-child).table.space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-3-tablet, .is-horizontal-touch > :not(:last-child).breadcrumb.space-3-tablet, .is-horizontal-touch > :not(:last-child).level.space-3-tablet, .is-horizontal-touch > :not(:last-child).message.space-3-tablet, .is-horizontal-touch > :not(:last-child).pagination.space-3-tablet, .is-horizontal-touch > :not(:last-child).tabs.space-3-tablet, .is-horizontal-touch > :not(:last-child).box.space-3-tablet, .is-horizontal-touch > :not(:last-child).content.space-3-tablet, .is-horizontal-touch > :not(:last-child).notification.space-3-tablet, .is-horizontal-touch > :not(:last-child).progress.space-3-tablet, .is-horizontal-touch > :not(:last-child).table.space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-4-tablet, .is-horizontal-touch > :not(:last-child).breadcrumb.space-4-tablet, .is-horizontal-touch > :not(:last-child).level.space-4-tablet, .is-horizontal-touch > :not(:last-child).message.space-4-tablet, .is-horizontal-touch > :not(:last-child).pagination.space-4-tablet, .is-horizontal-touch > :not(:last-child).tabs.space-4-tablet, .is-horizontal-touch > :not(:last-child).box.space-4-tablet, .is-horizontal-touch > :not(:last-child).content.space-4-tablet, .is-horizontal-touch > :not(:last-child).notification.space-4-tablet, .is-horizontal-touch > :not(:last-child).progress.space-4-tablet, .is-horizontal-touch > :not(:last-child).table.space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-5-tablet, .is-horizontal-touch > :not(:last-child).breadcrumb.space-5-tablet, .is-horizontal-touch > :not(:last-child).level.space-5-tablet, .is-horizontal-touch > :not(:last-child).message.space-5-tablet, .is-horizontal-touch > :not(:last-child).pagination.space-5-tablet, .is-horizontal-touch > :not(:last-child).tabs.space-5-tablet, .is-horizontal-touch > :not(:last-child).box.space-5-tablet, .is-horizontal-touch > :not(:last-child).content.space-5-tablet, .is-horizontal-touch > :not(:last-child).notification.space-5-tablet, .is-horizontal-touch > :not(:last-child).progress.space-5-tablet, .is-horizontal-touch > :not(:last-child).table.space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-6-tablet, .is-horizontal-touch > :not(:last-child).breadcrumb.space-6-tablet, .is-horizontal-touch > :not(:last-child).level.space-6-tablet, .is-horizontal-touch > :not(:last-child).message.space-6-tablet, .is-horizontal-touch > :not(:last-child).pagination.space-6-tablet, .is-horizontal-touch > :not(:last-child).tabs.space-6-tablet, .is-horizontal-touch > :not(:last-child).box.space-6-tablet, .is-horizontal-touch > :not(:last-child).content.space-6-tablet, .is-horizontal-touch > :not(:last-child).notification.space-6-tablet, .is-horizontal-touch > :not(:last-child).progress.space-6-tablet, .is-horizontal-touch > :not(:last-child).table.space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 1263px) {
  .is-horizontal-touch > :not(:last-child).block.space-0-touch, .is-horizontal-touch > :not(:last-child).breadcrumb.space-0-touch, .is-horizontal-touch > :not(:last-child).level.space-0-touch, .is-horizontal-touch > :not(:last-child).message.space-0-touch, .is-horizontal-touch > :not(:last-child).pagination.space-0-touch, .is-horizontal-touch > :not(:last-child).tabs.space-0-touch, .is-horizontal-touch > :not(:last-child).box.space-0-touch, .is-horizontal-touch > :not(:last-child).content.space-0-touch, .is-horizontal-touch > :not(:last-child).notification.space-0-touch, .is-horizontal-touch > :not(:last-child).progress.space-0-touch, .is-horizontal-touch > :not(:last-child).table.space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-1-touch, .is-horizontal-touch > :not(:last-child).breadcrumb.space-1-touch, .is-horizontal-touch > :not(:last-child).level.space-1-touch, .is-horizontal-touch > :not(:last-child).message.space-1-touch, .is-horizontal-touch > :not(:last-child).pagination.space-1-touch, .is-horizontal-touch > :not(:last-child).tabs.space-1-touch, .is-horizontal-touch > :not(:last-child).box.space-1-touch, .is-horizontal-touch > :not(:last-child).content.space-1-touch, .is-horizontal-touch > :not(:last-child).notification.space-1-touch, .is-horizontal-touch > :not(:last-child).progress.space-1-touch, .is-horizontal-touch > :not(:last-child).table.space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-2-touch, .is-horizontal-touch > :not(:last-child).breadcrumb.space-2-touch, .is-horizontal-touch > :not(:last-child).level.space-2-touch, .is-horizontal-touch > :not(:last-child).message.space-2-touch, .is-horizontal-touch > :not(:last-child).pagination.space-2-touch, .is-horizontal-touch > :not(:last-child).tabs.space-2-touch, .is-horizontal-touch > :not(:last-child).box.space-2-touch, .is-horizontal-touch > :not(:last-child).content.space-2-touch, .is-horizontal-touch > :not(:last-child).notification.space-2-touch, .is-horizontal-touch > :not(:last-child).progress.space-2-touch, .is-horizontal-touch > :not(:last-child).table.space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-3-touch, .is-horizontal-touch > :not(:last-child).breadcrumb.space-3-touch, .is-horizontal-touch > :not(:last-child).level.space-3-touch, .is-horizontal-touch > :not(:last-child).message.space-3-touch, .is-horizontal-touch > :not(:last-child).pagination.space-3-touch, .is-horizontal-touch > :not(:last-child).tabs.space-3-touch, .is-horizontal-touch > :not(:last-child).box.space-3-touch, .is-horizontal-touch > :not(:last-child).content.space-3-touch, .is-horizontal-touch > :not(:last-child).notification.space-3-touch, .is-horizontal-touch > :not(:last-child).progress.space-3-touch, .is-horizontal-touch > :not(:last-child).table.space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-4-touch, .is-horizontal-touch > :not(:last-child).breadcrumb.space-4-touch, .is-horizontal-touch > :not(:last-child).level.space-4-touch, .is-horizontal-touch > :not(:last-child).message.space-4-touch, .is-horizontal-touch > :not(:last-child).pagination.space-4-touch, .is-horizontal-touch > :not(:last-child).tabs.space-4-touch, .is-horizontal-touch > :not(:last-child).box.space-4-touch, .is-horizontal-touch > :not(:last-child).content.space-4-touch, .is-horizontal-touch > :not(:last-child).notification.space-4-touch, .is-horizontal-touch > :not(:last-child).progress.space-4-touch, .is-horizontal-touch > :not(:last-child).table.space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-5-touch, .is-horizontal-touch > :not(:last-child).breadcrumb.space-5-touch, .is-horizontal-touch > :not(:last-child).level.space-5-touch, .is-horizontal-touch > :not(:last-child).message.space-5-touch, .is-horizontal-touch > :not(:last-child).pagination.space-5-touch, .is-horizontal-touch > :not(:last-child).tabs.space-5-touch, .is-horizontal-touch > :not(:last-child).box.space-5-touch, .is-horizontal-touch > :not(:last-child).content.space-5-touch, .is-horizontal-touch > :not(:last-child).notification.space-5-touch, .is-horizontal-touch > :not(:last-child).progress.space-5-touch, .is-horizontal-touch > :not(:last-child).table.space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-6-touch, .is-horizontal-touch > :not(:last-child).breadcrumb.space-6-touch, .is-horizontal-touch > :not(:last-child).level.space-6-touch, .is-horizontal-touch > :not(:last-child).message.space-6-touch, .is-horizontal-touch > :not(:last-child).pagination.space-6-touch, .is-horizontal-touch > :not(:last-child).tabs.space-6-touch, .is-horizontal-touch > :not(:last-child).box.space-6-touch, .is-horizontal-touch > :not(:last-child).content.space-6-touch, .is-horizontal-touch > :not(:last-child).notification.space-6-touch, .is-horizontal-touch > :not(:last-child).progress.space-6-touch, .is-horizontal-touch > :not(:last-child).table.space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 1264px) {
  .is-horizontal-touch > :not(:last-child).block.space-0-desktop, .is-horizontal-touch > :not(:last-child).breadcrumb.space-0-desktop, .is-horizontal-touch > :not(:last-child).level.space-0-desktop, .is-horizontal-touch > :not(:last-child).message.space-0-desktop, .is-horizontal-touch > :not(:last-child).pagination.space-0-desktop, .is-horizontal-touch > :not(:last-child).tabs.space-0-desktop, .is-horizontal-touch > :not(:last-child).box.space-0-desktop, .is-horizontal-touch > :not(:last-child).content.space-0-desktop, .is-horizontal-touch > :not(:last-child).notification.space-0-desktop, .is-horizontal-touch > :not(:last-child).progress.space-0-desktop, .is-horizontal-touch > :not(:last-child).table.space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-1-desktop, .is-horizontal-touch > :not(:last-child).breadcrumb.space-1-desktop, .is-horizontal-touch > :not(:last-child).level.space-1-desktop, .is-horizontal-touch > :not(:last-child).message.space-1-desktop, .is-horizontal-touch > :not(:last-child).pagination.space-1-desktop, .is-horizontal-touch > :not(:last-child).tabs.space-1-desktop, .is-horizontal-touch > :not(:last-child).box.space-1-desktop, .is-horizontal-touch > :not(:last-child).content.space-1-desktop, .is-horizontal-touch > :not(:last-child).notification.space-1-desktop, .is-horizontal-touch > :not(:last-child).progress.space-1-desktop, .is-horizontal-touch > :not(:last-child).table.space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-2-desktop, .is-horizontal-touch > :not(:last-child).breadcrumb.space-2-desktop, .is-horizontal-touch > :not(:last-child).level.space-2-desktop, .is-horizontal-touch > :not(:last-child).message.space-2-desktop, .is-horizontal-touch > :not(:last-child).pagination.space-2-desktop, .is-horizontal-touch > :not(:last-child).tabs.space-2-desktop, .is-horizontal-touch > :not(:last-child).box.space-2-desktop, .is-horizontal-touch > :not(:last-child).content.space-2-desktop, .is-horizontal-touch > :not(:last-child).notification.space-2-desktop, .is-horizontal-touch > :not(:last-child).progress.space-2-desktop, .is-horizontal-touch > :not(:last-child).table.space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-3-desktop, .is-horizontal-touch > :not(:last-child).breadcrumb.space-3-desktop, .is-horizontal-touch > :not(:last-child).level.space-3-desktop, .is-horizontal-touch > :not(:last-child).message.space-3-desktop, .is-horizontal-touch > :not(:last-child).pagination.space-3-desktop, .is-horizontal-touch > :not(:last-child).tabs.space-3-desktop, .is-horizontal-touch > :not(:last-child).box.space-3-desktop, .is-horizontal-touch > :not(:last-child).content.space-3-desktop, .is-horizontal-touch > :not(:last-child).notification.space-3-desktop, .is-horizontal-touch > :not(:last-child).progress.space-3-desktop, .is-horizontal-touch > :not(:last-child).table.space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-4-desktop, .is-horizontal-touch > :not(:last-child).breadcrumb.space-4-desktop, .is-horizontal-touch > :not(:last-child).level.space-4-desktop, .is-horizontal-touch > :not(:last-child).message.space-4-desktop, .is-horizontal-touch > :not(:last-child).pagination.space-4-desktop, .is-horizontal-touch > :not(:last-child).tabs.space-4-desktop, .is-horizontal-touch > :not(:last-child).box.space-4-desktop, .is-horizontal-touch > :not(:last-child).content.space-4-desktop, .is-horizontal-touch > :not(:last-child).notification.space-4-desktop, .is-horizontal-touch > :not(:last-child).progress.space-4-desktop, .is-horizontal-touch > :not(:last-child).table.space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-5-desktop, .is-horizontal-touch > :not(:last-child).breadcrumb.space-5-desktop, .is-horizontal-touch > :not(:last-child).level.space-5-desktop, .is-horizontal-touch > :not(:last-child).message.space-5-desktop, .is-horizontal-touch > :not(:last-child).pagination.space-5-desktop, .is-horizontal-touch > :not(:last-child).tabs.space-5-desktop, .is-horizontal-touch > :not(:last-child).box.space-5-desktop, .is-horizontal-touch > :not(:last-child).content.space-5-desktop, .is-horizontal-touch > :not(:last-child).notification.space-5-desktop, .is-horizontal-touch > :not(:last-child).progress.space-5-desktop, .is-horizontal-touch > :not(:last-child).table.space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > :not(:last-child).block.space-6-desktop, .is-horizontal-touch > :not(:last-child).breadcrumb.space-6-desktop, .is-horizontal-touch > :not(:last-child).level.space-6-desktop, .is-horizontal-touch > :not(:last-child).message.space-6-desktop, .is-horizontal-touch > :not(:last-child).pagination.space-6-desktop, .is-horizontal-touch > :not(:last-child).tabs.space-6-desktop, .is-horizontal-touch > :not(:last-child).box.space-6-desktop, .is-horizontal-touch > :not(:last-child).content.space-6-desktop, .is-horizontal-touch > :not(:last-child).notification.space-6-desktop, .is-horizontal-touch > :not(:last-child).progress.space-6-desktop, .is-horizontal-touch > :not(:last-child).table.space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch > .brick:not(:last-child) {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 767px) {
  .is-horizontal-touch > .brick:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 768px) {
  .is-horizontal-touch > .brick:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 1263px) {
  .is-horizontal-touch > .brick:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 1264px) {
  .is-horizontal-touch > .brick:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch > .brick:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch.is-spacing > *:not(:last-child) {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 767px) {
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 768px) {
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 1263px) {
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 1264px) {
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child) {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 767px) {
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 768px) {
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 1263px) {
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 1264px) {
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-2 > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child) {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 767px) {
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 768px) {
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (max-width: 1263px) {
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) and (min-width: 1264px) {
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-touch.is-spacing-3 > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch.is-centered {
    justify-content: center !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch.is-left {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch.is-right {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch.is-between {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch.is-around {
    justify-content: space-around !important;
  }
}
@media screen and (max-width: 1263px) {
  .is-horizontal-touch.is-evenly {
    justify-content: space-around !important;
    justify-content: space-evenly !important;
  }
}
@media screen and (max-width: 1263px) {
  @supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
    .is-horizontal-touch.is-evenly {
      justify-content: space-around !important;
    }
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop {
    display: flex !important;
    align-items: center !important;
  }
  .is-horizontal-desktop > :not(:last-child).block, .is-horizontal-desktop > :not(:last-child).breadcrumb, .is-horizontal-desktop > :not(:last-child).level, .is-horizontal-desktop > :not(:last-child).message, .is-horizontal-desktop > :not(:last-child).pagination, .is-horizontal-desktop > :not(:last-child).tabs, .is-horizontal-desktop > :not(:last-child).box, .is-horizontal-desktop > :not(:last-child).content, .is-horizontal-desktop > :not(:last-child).notification, .is-horizontal-desktop > :not(:last-child).progress, .is-horizontal-desktop > :not(:last-child).table {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-0, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-0, .is-horizontal-desktop > :not(:last-child).level.space-0, .is-horizontal-desktop > :not(:last-child).message.space-0, .is-horizontal-desktop > :not(:last-child).pagination.space-0, .is-horizontal-desktop > :not(:last-child).tabs.space-0, .is-horizontal-desktop > :not(:last-child).box.space-0, .is-horizontal-desktop > :not(:last-child).content.space-0, .is-horizontal-desktop > :not(:last-child).notification.space-0, .is-horizontal-desktop > :not(:last-child).progress.space-0, .is-horizontal-desktop > :not(:last-child).table.space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-1, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-1, .is-horizontal-desktop > :not(:last-child).level.space-1, .is-horizontal-desktop > :not(:last-child).message.space-1, .is-horizontal-desktop > :not(:last-child).pagination.space-1, .is-horizontal-desktop > :not(:last-child).tabs.space-1, .is-horizontal-desktop > :not(:last-child).box.space-1, .is-horizontal-desktop > :not(:last-child).content.space-1, .is-horizontal-desktop > :not(:last-child).notification.space-1, .is-horizontal-desktop > :not(:last-child).progress.space-1, .is-horizontal-desktop > :not(:last-child).table.space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-2, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-2, .is-horizontal-desktop > :not(:last-child).level.space-2, .is-horizontal-desktop > :not(:last-child).message.space-2, .is-horizontal-desktop > :not(:last-child).pagination.space-2, .is-horizontal-desktop > :not(:last-child).tabs.space-2, .is-horizontal-desktop > :not(:last-child).box.space-2, .is-horizontal-desktop > :not(:last-child).content.space-2, .is-horizontal-desktop > :not(:last-child).notification.space-2, .is-horizontal-desktop > :not(:last-child).progress.space-2, .is-horizontal-desktop > :not(:last-child).table.space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-3, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-3, .is-horizontal-desktop > :not(:last-child).level.space-3, .is-horizontal-desktop > :not(:last-child).message.space-3, .is-horizontal-desktop > :not(:last-child).pagination.space-3, .is-horizontal-desktop > :not(:last-child).tabs.space-3, .is-horizontal-desktop > :not(:last-child).box.space-3, .is-horizontal-desktop > :not(:last-child).content.space-3, .is-horizontal-desktop > :not(:last-child).notification.space-3, .is-horizontal-desktop > :not(:last-child).progress.space-3, .is-horizontal-desktop > :not(:last-child).table.space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-4, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-4, .is-horizontal-desktop > :not(:last-child).level.space-4, .is-horizontal-desktop > :not(:last-child).message.space-4, .is-horizontal-desktop > :not(:last-child).pagination.space-4, .is-horizontal-desktop > :not(:last-child).tabs.space-4, .is-horizontal-desktop > :not(:last-child).box.space-4, .is-horizontal-desktop > :not(:last-child).content.space-4, .is-horizontal-desktop > :not(:last-child).notification.space-4, .is-horizontal-desktop > :not(:last-child).progress.space-4, .is-horizontal-desktop > :not(:last-child).table.space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-5, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-5, .is-horizontal-desktop > :not(:last-child).level.space-5, .is-horizontal-desktop > :not(:last-child).message.space-5, .is-horizontal-desktop > :not(:last-child).pagination.space-5, .is-horizontal-desktop > :not(:last-child).tabs.space-5, .is-horizontal-desktop > :not(:last-child).box.space-5, .is-horizontal-desktop > :not(:last-child).content.space-5, .is-horizontal-desktop > :not(:last-child).notification.space-5, .is-horizontal-desktop > :not(:last-child).progress.space-5, .is-horizontal-desktop > :not(:last-child).table.space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-6, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-6, .is-horizontal-desktop > :not(:last-child).level.space-6, .is-horizontal-desktop > :not(:last-child).message.space-6, .is-horizontal-desktop > :not(:last-child).pagination.space-6, .is-horizontal-desktop > :not(:last-child).tabs.space-6, .is-horizontal-desktop > :not(:last-child).box.space-6, .is-horizontal-desktop > :not(:last-child).content.space-6, .is-horizontal-desktop > :not(:last-child).notification.space-6, .is-horizontal-desktop > :not(:last-child).progress.space-6, .is-horizontal-desktop > :not(:last-child).table.space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 767px) {
  .is-horizontal-desktop > :not(:last-child).block.space-0-mobile, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-0-mobile, .is-horizontal-desktop > :not(:last-child).level.space-0-mobile, .is-horizontal-desktop > :not(:last-child).message.space-0-mobile, .is-horizontal-desktop > :not(:last-child).pagination.space-0-mobile, .is-horizontal-desktop > :not(:last-child).tabs.space-0-mobile, .is-horizontal-desktop > :not(:last-child).box.space-0-mobile, .is-horizontal-desktop > :not(:last-child).content.space-0-mobile, .is-horizontal-desktop > :not(:last-child).notification.space-0-mobile, .is-horizontal-desktop > :not(:last-child).progress.space-0-mobile, .is-horizontal-desktop > :not(:last-child).table.space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-1-mobile, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-1-mobile, .is-horizontal-desktop > :not(:last-child).level.space-1-mobile, .is-horizontal-desktop > :not(:last-child).message.space-1-mobile, .is-horizontal-desktop > :not(:last-child).pagination.space-1-mobile, .is-horizontal-desktop > :not(:last-child).tabs.space-1-mobile, .is-horizontal-desktop > :not(:last-child).box.space-1-mobile, .is-horizontal-desktop > :not(:last-child).content.space-1-mobile, .is-horizontal-desktop > :not(:last-child).notification.space-1-mobile, .is-horizontal-desktop > :not(:last-child).progress.space-1-mobile, .is-horizontal-desktop > :not(:last-child).table.space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-2-mobile, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-2-mobile, .is-horizontal-desktop > :not(:last-child).level.space-2-mobile, .is-horizontal-desktop > :not(:last-child).message.space-2-mobile, .is-horizontal-desktop > :not(:last-child).pagination.space-2-mobile, .is-horizontal-desktop > :not(:last-child).tabs.space-2-mobile, .is-horizontal-desktop > :not(:last-child).box.space-2-mobile, .is-horizontal-desktop > :not(:last-child).content.space-2-mobile, .is-horizontal-desktop > :not(:last-child).notification.space-2-mobile, .is-horizontal-desktop > :not(:last-child).progress.space-2-mobile, .is-horizontal-desktop > :not(:last-child).table.space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-3-mobile, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-3-mobile, .is-horizontal-desktop > :not(:last-child).level.space-3-mobile, .is-horizontal-desktop > :not(:last-child).message.space-3-mobile, .is-horizontal-desktop > :not(:last-child).pagination.space-3-mobile, .is-horizontal-desktop > :not(:last-child).tabs.space-3-mobile, .is-horizontal-desktop > :not(:last-child).box.space-3-mobile, .is-horizontal-desktop > :not(:last-child).content.space-3-mobile, .is-horizontal-desktop > :not(:last-child).notification.space-3-mobile, .is-horizontal-desktop > :not(:last-child).progress.space-3-mobile, .is-horizontal-desktop > :not(:last-child).table.space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-4-mobile, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-4-mobile, .is-horizontal-desktop > :not(:last-child).level.space-4-mobile, .is-horizontal-desktop > :not(:last-child).message.space-4-mobile, .is-horizontal-desktop > :not(:last-child).pagination.space-4-mobile, .is-horizontal-desktop > :not(:last-child).tabs.space-4-mobile, .is-horizontal-desktop > :not(:last-child).box.space-4-mobile, .is-horizontal-desktop > :not(:last-child).content.space-4-mobile, .is-horizontal-desktop > :not(:last-child).notification.space-4-mobile, .is-horizontal-desktop > :not(:last-child).progress.space-4-mobile, .is-horizontal-desktop > :not(:last-child).table.space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-5-mobile, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-5-mobile, .is-horizontal-desktop > :not(:last-child).level.space-5-mobile, .is-horizontal-desktop > :not(:last-child).message.space-5-mobile, .is-horizontal-desktop > :not(:last-child).pagination.space-5-mobile, .is-horizontal-desktop > :not(:last-child).tabs.space-5-mobile, .is-horizontal-desktop > :not(:last-child).box.space-5-mobile, .is-horizontal-desktop > :not(:last-child).content.space-5-mobile, .is-horizontal-desktop > :not(:last-child).notification.space-5-mobile, .is-horizontal-desktop > :not(:last-child).progress.space-5-mobile, .is-horizontal-desktop > :not(:last-child).table.space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-6-mobile, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-6-mobile, .is-horizontal-desktop > :not(:last-child).level.space-6-mobile, .is-horizontal-desktop > :not(:last-child).message.space-6-mobile, .is-horizontal-desktop > :not(:last-child).pagination.space-6-mobile, .is-horizontal-desktop > :not(:last-child).tabs.space-6-mobile, .is-horizontal-desktop > :not(:last-child).box.space-6-mobile, .is-horizontal-desktop > :not(:last-child).content.space-6-mobile, .is-horizontal-desktop > :not(:last-child).notification.space-6-mobile, .is-horizontal-desktop > :not(:last-child).progress.space-6-mobile, .is-horizontal-desktop > :not(:last-child).table.space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 768px) {
  .is-horizontal-desktop > :not(:last-child).block.space-0-tablet, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-0-tablet, .is-horizontal-desktop > :not(:last-child).level.space-0-tablet, .is-horizontal-desktop > :not(:last-child).message.space-0-tablet, .is-horizontal-desktop > :not(:last-child).pagination.space-0-tablet, .is-horizontal-desktop > :not(:last-child).tabs.space-0-tablet, .is-horizontal-desktop > :not(:last-child).box.space-0-tablet, .is-horizontal-desktop > :not(:last-child).content.space-0-tablet, .is-horizontal-desktop > :not(:last-child).notification.space-0-tablet, .is-horizontal-desktop > :not(:last-child).progress.space-0-tablet, .is-horizontal-desktop > :not(:last-child).table.space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-1-tablet, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-1-tablet, .is-horizontal-desktop > :not(:last-child).level.space-1-tablet, .is-horizontal-desktop > :not(:last-child).message.space-1-tablet, .is-horizontal-desktop > :not(:last-child).pagination.space-1-tablet, .is-horizontal-desktop > :not(:last-child).tabs.space-1-tablet, .is-horizontal-desktop > :not(:last-child).box.space-1-tablet, .is-horizontal-desktop > :not(:last-child).content.space-1-tablet, .is-horizontal-desktop > :not(:last-child).notification.space-1-tablet, .is-horizontal-desktop > :not(:last-child).progress.space-1-tablet, .is-horizontal-desktop > :not(:last-child).table.space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-2-tablet, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-2-tablet, .is-horizontal-desktop > :not(:last-child).level.space-2-tablet, .is-horizontal-desktop > :not(:last-child).message.space-2-tablet, .is-horizontal-desktop > :not(:last-child).pagination.space-2-tablet, .is-horizontal-desktop > :not(:last-child).tabs.space-2-tablet, .is-horizontal-desktop > :not(:last-child).box.space-2-tablet, .is-horizontal-desktop > :not(:last-child).content.space-2-tablet, .is-horizontal-desktop > :not(:last-child).notification.space-2-tablet, .is-horizontal-desktop > :not(:last-child).progress.space-2-tablet, .is-horizontal-desktop > :not(:last-child).table.space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-3-tablet, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-3-tablet, .is-horizontal-desktop > :not(:last-child).level.space-3-tablet, .is-horizontal-desktop > :not(:last-child).message.space-3-tablet, .is-horizontal-desktop > :not(:last-child).pagination.space-3-tablet, .is-horizontal-desktop > :not(:last-child).tabs.space-3-tablet, .is-horizontal-desktop > :not(:last-child).box.space-3-tablet, .is-horizontal-desktop > :not(:last-child).content.space-3-tablet, .is-horizontal-desktop > :not(:last-child).notification.space-3-tablet, .is-horizontal-desktop > :not(:last-child).progress.space-3-tablet, .is-horizontal-desktop > :not(:last-child).table.space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-4-tablet, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-4-tablet, .is-horizontal-desktop > :not(:last-child).level.space-4-tablet, .is-horizontal-desktop > :not(:last-child).message.space-4-tablet, .is-horizontal-desktop > :not(:last-child).pagination.space-4-tablet, .is-horizontal-desktop > :not(:last-child).tabs.space-4-tablet, .is-horizontal-desktop > :not(:last-child).box.space-4-tablet, .is-horizontal-desktop > :not(:last-child).content.space-4-tablet, .is-horizontal-desktop > :not(:last-child).notification.space-4-tablet, .is-horizontal-desktop > :not(:last-child).progress.space-4-tablet, .is-horizontal-desktop > :not(:last-child).table.space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-5-tablet, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-5-tablet, .is-horizontal-desktop > :not(:last-child).level.space-5-tablet, .is-horizontal-desktop > :not(:last-child).message.space-5-tablet, .is-horizontal-desktop > :not(:last-child).pagination.space-5-tablet, .is-horizontal-desktop > :not(:last-child).tabs.space-5-tablet, .is-horizontal-desktop > :not(:last-child).box.space-5-tablet, .is-horizontal-desktop > :not(:last-child).content.space-5-tablet, .is-horizontal-desktop > :not(:last-child).notification.space-5-tablet, .is-horizontal-desktop > :not(:last-child).progress.space-5-tablet, .is-horizontal-desktop > :not(:last-child).table.space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-6-tablet, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-6-tablet, .is-horizontal-desktop > :not(:last-child).level.space-6-tablet, .is-horizontal-desktop > :not(:last-child).message.space-6-tablet, .is-horizontal-desktop > :not(:last-child).pagination.space-6-tablet, .is-horizontal-desktop > :not(:last-child).tabs.space-6-tablet, .is-horizontal-desktop > :not(:last-child).box.space-6-tablet, .is-horizontal-desktop > :not(:last-child).content.space-6-tablet, .is-horizontal-desktop > :not(:last-child).notification.space-6-tablet, .is-horizontal-desktop > :not(:last-child).progress.space-6-tablet, .is-horizontal-desktop > :not(:last-child).table.space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1263px) {
  .is-horizontal-desktop > :not(:last-child).block.space-0-touch, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-0-touch, .is-horizontal-desktop > :not(:last-child).level.space-0-touch, .is-horizontal-desktop > :not(:last-child).message.space-0-touch, .is-horizontal-desktop > :not(:last-child).pagination.space-0-touch, .is-horizontal-desktop > :not(:last-child).tabs.space-0-touch, .is-horizontal-desktop > :not(:last-child).box.space-0-touch, .is-horizontal-desktop > :not(:last-child).content.space-0-touch, .is-horizontal-desktop > :not(:last-child).notification.space-0-touch, .is-horizontal-desktop > :not(:last-child).progress.space-0-touch, .is-horizontal-desktop > :not(:last-child).table.space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-1-touch, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-1-touch, .is-horizontal-desktop > :not(:last-child).level.space-1-touch, .is-horizontal-desktop > :not(:last-child).message.space-1-touch, .is-horizontal-desktop > :not(:last-child).pagination.space-1-touch, .is-horizontal-desktop > :not(:last-child).tabs.space-1-touch, .is-horizontal-desktop > :not(:last-child).box.space-1-touch, .is-horizontal-desktop > :not(:last-child).content.space-1-touch, .is-horizontal-desktop > :not(:last-child).notification.space-1-touch, .is-horizontal-desktop > :not(:last-child).progress.space-1-touch, .is-horizontal-desktop > :not(:last-child).table.space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-2-touch, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-2-touch, .is-horizontal-desktop > :not(:last-child).level.space-2-touch, .is-horizontal-desktop > :not(:last-child).message.space-2-touch, .is-horizontal-desktop > :not(:last-child).pagination.space-2-touch, .is-horizontal-desktop > :not(:last-child).tabs.space-2-touch, .is-horizontal-desktop > :not(:last-child).box.space-2-touch, .is-horizontal-desktop > :not(:last-child).content.space-2-touch, .is-horizontal-desktop > :not(:last-child).notification.space-2-touch, .is-horizontal-desktop > :not(:last-child).progress.space-2-touch, .is-horizontal-desktop > :not(:last-child).table.space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-3-touch, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-3-touch, .is-horizontal-desktop > :not(:last-child).level.space-3-touch, .is-horizontal-desktop > :not(:last-child).message.space-3-touch, .is-horizontal-desktop > :not(:last-child).pagination.space-3-touch, .is-horizontal-desktop > :not(:last-child).tabs.space-3-touch, .is-horizontal-desktop > :not(:last-child).box.space-3-touch, .is-horizontal-desktop > :not(:last-child).content.space-3-touch, .is-horizontal-desktop > :not(:last-child).notification.space-3-touch, .is-horizontal-desktop > :not(:last-child).progress.space-3-touch, .is-horizontal-desktop > :not(:last-child).table.space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-4-touch, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-4-touch, .is-horizontal-desktop > :not(:last-child).level.space-4-touch, .is-horizontal-desktop > :not(:last-child).message.space-4-touch, .is-horizontal-desktop > :not(:last-child).pagination.space-4-touch, .is-horizontal-desktop > :not(:last-child).tabs.space-4-touch, .is-horizontal-desktop > :not(:last-child).box.space-4-touch, .is-horizontal-desktop > :not(:last-child).content.space-4-touch, .is-horizontal-desktop > :not(:last-child).notification.space-4-touch, .is-horizontal-desktop > :not(:last-child).progress.space-4-touch, .is-horizontal-desktop > :not(:last-child).table.space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-5-touch, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-5-touch, .is-horizontal-desktop > :not(:last-child).level.space-5-touch, .is-horizontal-desktop > :not(:last-child).message.space-5-touch, .is-horizontal-desktop > :not(:last-child).pagination.space-5-touch, .is-horizontal-desktop > :not(:last-child).tabs.space-5-touch, .is-horizontal-desktop > :not(:last-child).box.space-5-touch, .is-horizontal-desktop > :not(:last-child).content.space-5-touch, .is-horizontal-desktop > :not(:last-child).notification.space-5-touch, .is-horizontal-desktop > :not(:last-child).progress.space-5-touch, .is-horizontal-desktop > :not(:last-child).table.space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-6-touch, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-6-touch, .is-horizontal-desktop > :not(:last-child).level.space-6-touch, .is-horizontal-desktop > :not(:last-child).message.space-6-touch, .is-horizontal-desktop > :not(:last-child).pagination.space-6-touch, .is-horizontal-desktop > :not(:last-child).tabs.space-6-touch, .is-horizontal-desktop > :not(:last-child).box.space-6-touch, .is-horizontal-desktop > :not(:last-child).content.space-6-touch, .is-horizontal-desktop > :not(:last-child).notification.space-6-touch, .is-horizontal-desktop > :not(:last-child).progress.space-6-touch, .is-horizontal-desktop > :not(:last-child).table.space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 1264px) {
  .is-horizontal-desktop > :not(:last-child).block.space-0-desktop, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-0-desktop, .is-horizontal-desktop > :not(:last-child).level.space-0-desktop, .is-horizontal-desktop > :not(:last-child).message.space-0-desktop, .is-horizontal-desktop > :not(:last-child).pagination.space-0-desktop, .is-horizontal-desktop > :not(:last-child).tabs.space-0-desktop, .is-horizontal-desktop > :not(:last-child).box.space-0-desktop, .is-horizontal-desktop > :not(:last-child).content.space-0-desktop, .is-horizontal-desktop > :not(:last-child).notification.space-0-desktop, .is-horizontal-desktop > :not(:last-child).progress.space-0-desktop, .is-horizontal-desktop > :not(:last-child).table.space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-1-desktop, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-1-desktop, .is-horizontal-desktop > :not(:last-child).level.space-1-desktop, .is-horizontal-desktop > :not(:last-child).message.space-1-desktop, .is-horizontal-desktop > :not(:last-child).pagination.space-1-desktop, .is-horizontal-desktop > :not(:last-child).tabs.space-1-desktop, .is-horizontal-desktop > :not(:last-child).box.space-1-desktop, .is-horizontal-desktop > :not(:last-child).content.space-1-desktop, .is-horizontal-desktop > :not(:last-child).notification.space-1-desktop, .is-horizontal-desktop > :not(:last-child).progress.space-1-desktop, .is-horizontal-desktop > :not(:last-child).table.space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-2-desktop, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-2-desktop, .is-horizontal-desktop > :not(:last-child).level.space-2-desktop, .is-horizontal-desktop > :not(:last-child).message.space-2-desktop, .is-horizontal-desktop > :not(:last-child).pagination.space-2-desktop, .is-horizontal-desktop > :not(:last-child).tabs.space-2-desktop, .is-horizontal-desktop > :not(:last-child).box.space-2-desktop, .is-horizontal-desktop > :not(:last-child).content.space-2-desktop, .is-horizontal-desktop > :not(:last-child).notification.space-2-desktop, .is-horizontal-desktop > :not(:last-child).progress.space-2-desktop, .is-horizontal-desktop > :not(:last-child).table.space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-3-desktop, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-3-desktop, .is-horizontal-desktop > :not(:last-child).level.space-3-desktop, .is-horizontal-desktop > :not(:last-child).message.space-3-desktop, .is-horizontal-desktop > :not(:last-child).pagination.space-3-desktop, .is-horizontal-desktop > :not(:last-child).tabs.space-3-desktop, .is-horizontal-desktop > :not(:last-child).box.space-3-desktop, .is-horizontal-desktop > :not(:last-child).content.space-3-desktop, .is-horizontal-desktop > :not(:last-child).notification.space-3-desktop, .is-horizontal-desktop > :not(:last-child).progress.space-3-desktop, .is-horizontal-desktop > :not(:last-child).table.space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-4-desktop, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-4-desktop, .is-horizontal-desktop > :not(:last-child).level.space-4-desktop, .is-horizontal-desktop > :not(:last-child).message.space-4-desktop, .is-horizontal-desktop > :not(:last-child).pagination.space-4-desktop, .is-horizontal-desktop > :not(:last-child).tabs.space-4-desktop, .is-horizontal-desktop > :not(:last-child).box.space-4-desktop, .is-horizontal-desktop > :not(:last-child).content.space-4-desktop, .is-horizontal-desktop > :not(:last-child).notification.space-4-desktop, .is-horizontal-desktop > :not(:last-child).progress.space-4-desktop, .is-horizontal-desktop > :not(:last-child).table.space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-5-desktop, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-5-desktop, .is-horizontal-desktop > :not(:last-child).level.space-5-desktop, .is-horizontal-desktop > :not(:last-child).message.space-5-desktop, .is-horizontal-desktop > :not(:last-child).pagination.space-5-desktop, .is-horizontal-desktop > :not(:last-child).tabs.space-5-desktop, .is-horizontal-desktop > :not(:last-child).box.space-5-desktop, .is-horizontal-desktop > :not(:last-child).content.space-5-desktop, .is-horizontal-desktop > :not(:last-child).notification.space-5-desktop, .is-horizontal-desktop > :not(:last-child).progress.space-5-desktop, .is-horizontal-desktop > :not(:last-child).table.space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > :not(:last-child).block.space-6-desktop, .is-horizontal-desktop > :not(:last-child).breadcrumb.space-6-desktop, .is-horizontal-desktop > :not(:last-child).level.space-6-desktop, .is-horizontal-desktop > :not(:last-child).message.space-6-desktop, .is-horizontal-desktop > :not(:last-child).pagination.space-6-desktop, .is-horizontal-desktop > :not(:last-child).tabs.space-6-desktop, .is-horizontal-desktop > :not(:last-child).box.space-6-desktop, .is-horizontal-desktop > :not(:last-child).content.space-6-desktop, .is-horizontal-desktop > :not(:last-child).notification.space-6-desktop, .is-horizontal-desktop > :not(:last-child).progress.space-6-desktop, .is-horizontal-desktop > :not(:last-child).table.space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop > .brick:not(:last-child) {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 767px) {
  .is-horizontal-desktop > .brick:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 768px) {
  .is-horizontal-desktop > .brick:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1263px) {
  .is-horizontal-desktop > .brick:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 1264px) {
  .is-horizontal-desktop > .brick:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop > .brick:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop.is-spacing > *:not(:last-child) {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 767px) {
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 768px) {
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1263px) {
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 1264px) {
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child) {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 767px) {
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 768px) {
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1263px) {
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 1264px) {
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-2 > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child) {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-0 {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-1 {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-2 {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-3 {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-4 {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-5 {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-6 {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 767px) {
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-0-mobile {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-1-mobile {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-2-mobile {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-3-mobile {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-4-mobile {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-5-mobile {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-6-mobile {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 768px) {
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-0-tablet {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-1-tablet {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-2-tablet {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-3-tablet {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-4-tablet {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-5-tablet {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-6-tablet {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1263px) {
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-0-touch {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-1-touch {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-2-touch {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-3-touch {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-4-touch {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-5-touch {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-6-touch {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) and (min-width: 1264px) {
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-0-desktop {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-1-desktop {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-2-desktop {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-3-desktop {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-4-desktop {
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-5-desktop {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .is-horizontal-desktop.is-spacing-3 > *:not(:last-child).space-6-desktop {
    margin-right: 4.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop.is-centered {
    justify-content: center !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop.is-left {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop.is-right {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop.is-between {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop.is-around {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 1264px) {
  .is-horizontal-desktop.is-evenly {
    justify-content: space-around !important;
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1264px) {
  @supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
    .is-horizontal-desktop.is-evenly {
      justify-content: space-around !important;
    }
  }
}
.push-0 {
  margin: 0 !important;
}
.push-1 {
  margin: 0.8rem !important;
}
.push-2 {
  margin: 1.6rem !important;
}
.push-3 {
  margin: 2.4rem !important;
}
.push-4 {
  margin: 3.2rem !important;
}
.push-5 {
  margin: 4rem !important;
}
.push-6 {
  margin: 4.8rem !important;
}
.pad-0 {
  padding: 0 !important;
}
.pad-1 {
  padding: 0.8rem !important;
}
.pad-2 {
  padding: 1.6rem !important;
}
.pad-3 {
  padding: 2.4rem !important;
}
.pad-4 {
  padding: 3.2rem !important;
}
.pad-5 {
  padding: 4rem !important;
}
.pad-6 {
  padding: 4.8rem !important;
}
.push-top-auto {
  margin-top: auto !important;
}
.push-right-auto {
  margin-right: auto !important;
}
.push-bottom-auto {
  margin-bottom: auto !important;
}
.push-left-auto {
  margin-left: auto !important;
}
.push-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.push-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.text-size-xsmall {
  font-size: 1.1rem !important;
}
.text-size-small {
  font-size: 1.2rem !important;
}
.text-size-normal {
  font-size: 1.4rem !important;
}
.text-size-medium {
  font-size: 1.6rem !important;
}
.text-size-large {
  font-size: 1.8rem !important;
}
.text-size-xlarge {
  font-size: 2.2rem !important;
}
.text-size-xxlarge {
  font-size: 3rem !important;
}
@media screen and (max-width: 767px) {
  .text-size-xsmall-mobile {
    font-size: 1.1rem !important;
  }

  .text-size-small-mobile {
    font-size: 1.2rem !important;
  }

  .text-size-normal-mobile {
    font-size: 1.4rem !important;
  }

  .text-size-medium-mobile {
    font-size: 1.6rem !important;
  }

  .text-size-large-mobile {
    font-size: 1.8rem !important;
  }

  .text-size-xlarge-mobile {
    font-size: 2.2rem !important;
  }

  .text-size-xxlarge-mobile {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 768px), print {
  .text-size-xsmall-tablet {
    font-size: 1.1rem !important;
  }

  .text-size-small-tablet {
    font-size: 1.2rem !important;
  }

  .text-size-normal-tablet {
    font-size: 1.4rem !important;
  }

  .text-size-medium-tablet {
    font-size: 1.6rem !important;
  }

  .text-size-large-tablet {
    font-size: 1.8rem !important;
  }

  .text-size-xlarge-tablet {
    font-size: 2.2rem !important;
  }

  .text-size-xxlarge-tablet {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 1263px) {
  .text-size-xsmall-touch {
    font-size: 1.1rem !important;
  }

  .text-size-small-touch {
    font-size: 1.2rem !important;
  }

  .text-size-normal-touch {
    font-size: 1.4rem !important;
  }

  .text-size-medium-touch {
    font-size: 1.6rem !important;
  }

  .text-size-large-touch {
    font-size: 1.8rem !important;
  }

  .text-size-xlarge-touch {
    font-size: 2.2rem !important;
  }

  .text-size-xxlarge-touch {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 1264px) {
  .text-size-xsmall-desktop {
    font-size: 1.1rem !important;
  }

  .text-size-small-desktop {
    font-size: 1.2rem !important;
  }

  .text-size-normal-desktop {
    font-size: 1.4rem !important;
  }

  .text-size-medium-desktop {
    font-size: 1.6rem !important;
  }

  .text-size-large-desktop {
    font-size: 1.8rem !important;
  }

  .text-size-xlarge-desktop {
    font-size: 2.2rem !important;
  }

  .text-size-xxlarge-desktop {
    font-size: 3rem !important;
  }
}
.text-weight-normal {
  font-weight: 400 !important;
}
.text-weight-bold {
  font-weight: 700 !important;
}
@media screen and (max-width: 767px) {
  .text-weight-normal-mobile {
    font-weight: 400 !important;
  }

  .text-weight-bold-mobile {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 768px), print {
  .text-weight-normal-tablet {
    font-weight: 400 !important;
  }

  .text-weight-bold-tablet {
    font-weight: 700 !important;
  }
}
@media screen and (max-width: 1263px) {
  .text-weight-normal-touch {
    font-weight: 400 !important;
  }

  .text-weight-bold-touch {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 1264px) {
  .text-weight-normal-desktop {
    font-weight: 400 !important;
  }

  .text-weight-bold-desktop {
    font-weight: 700 !important;
  }
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .text-center-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px), print {
  .text-center-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .text-center-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1263px) {
  .text-center-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1264px) {
  .text-center-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .text-center-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1580px) {
  .text-center-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .text-center-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1900px) {
  .text-center-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .text-justify-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 768px), print {
  .text-justify-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .text-justify-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1263px) {
  .text-justify-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1264px) {
  .text-justify-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .text-justify-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1580px) {
  .text-justify-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .text-justify-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1900px) {
  .text-justify-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 767px) {
  .text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px), print {
  .text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1263px) {
  .text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1264px) {
  .text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1580px) {
  .text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1900px) {
  .text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px), print {
  .text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1263px) {
  .text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1263px) {
  .text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1264px) {
  .text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1579px) {
  .text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1580px) {
  .text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1899px) {
  .text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1900px) {
  .text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}
.is-lowercase {
  text-transform: lowercase !important;
}
.is-uppercase {
  text-transform: uppercase !important;
}
.is-italic {
  font-style: italic !important;
}
.is-underline {
  text-decoration: underline !important;
}
.is-single-line {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.is-double-line {
  display: -webkit-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical !important;
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 1264px) {
  .container {
    max-width: 1087px;
  }
}
@media screen and (max-width: 1579px) {
  .container.is-widescreen {
    max-width: 1403px;
  }
}
@media screen and (max-width: 1899px) {
  .container.is-fullhd {
    max-width: 1723px;
  }
}
@media screen and (min-width: 1580px) {
  .container {
    max-width: 1403px;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    max-width: 1723px;
  }
}
.section.is-fit {
  padding: 0 80px;
}
.section.is-small {
  padding: 1.6rem 80px;
}
@media screen and (max-width: 767px) {
  .section, .section.is-fit, .section.is-small, .section.is-medium, .section.is-large {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tile.is-mobile:not(.is-child),
.tile.is-mobile .tile:not(.is-child) {
  display: flex;
}
.tile.is-mobile:not(.is-child).is-1,
.tile.is-mobile .tile:not(.is-child).is-1 {
  flex: none;
  width: 8.3333333333%;
}
.tile.is-mobile:not(.is-child).is-2,
.tile.is-mobile .tile:not(.is-child).is-2 {
  flex: none;
  width: 16.6666666667%;
}
.tile.is-mobile:not(.is-child).is-3,
.tile.is-mobile .tile:not(.is-child).is-3 {
  flex: none;
  width: 25%;
}
.tile.is-mobile:not(.is-child).is-4,
.tile.is-mobile .tile:not(.is-child).is-4 {
  flex: none;
  width: 33.3333333333%;
}
.tile.is-mobile:not(.is-child).is-5,
.tile.is-mobile .tile:not(.is-child).is-5 {
  flex: none;
  width: 41.6666666667%;
}
.tile.is-mobile:not(.is-child).is-6,
.tile.is-mobile .tile:not(.is-child).is-6 {
  flex: none;
  width: 50%;
}
.tile.is-mobile:not(.is-child).is-7,
.tile.is-mobile .tile:not(.is-child).is-7 {
  flex: none;
  width: 58.3333333333%;
}
.tile.is-mobile:not(.is-child).is-8,
.tile.is-mobile .tile:not(.is-child).is-8 {
  flex: none;
  width: 66.6666666667%;
}
.tile.is-mobile:not(.is-child).is-9,
.tile.is-mobile .tile:not(.is-child).is-9 {
  flex: none;
  width: 75%;
}
.tile.is-mobile:not(.is-child).is-10,
.tile.is-mobile .tile:not(.is-child).is-10 {
  flex: none;
  width: 83.3333333333%;
}
.tile.is-mobile:not(.is-child).is-11,
.tile.is-mobile .tile:not(.is-child).is-11 {
  flex: none;
  width: 91.6666666667%;
}
.tile.is-mobile:not(.is-child).is-12,
.tile.is-mobile .tile:not(.is-child).is-12 {
  flex: none;
  width: 100%;
}
.badge {
  display: inline-block;
  min-width: 1.4em;
  padding: 0.2em 0.4em;
  font-weight: 700;
  font-size: 1.4rem;
  color: #31422f;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background: #F4F4F4;
  border-radius: 1em;
}
.badge.is-white {
  background: #ffffff;
  color: #31422f;
}
.badge.is-black {
  background: #0a0a0a;
  color: #ffffff;
}
.badge.is-light {
  background: #f5f5f5;
  color: #31422f;
}
.badge.is-dark {
  background: #3E3E3E;
  color: #ffffff;
}
.badge.is-primary {
  background: #6eba1e;
  color: #ffffff;
}
.badge.is-secondary {
  background: #597e5b;
  color: #ffffff;
}
.badge.is-link {
  background: #6eba1e;
  color: #ffffff;
}
.badge.is-info {
  background: #0c495c;
  color: #ffffff;
}
.badge.is-success {
  background: #679466;
  color: #ffffff;
}
.badge.is-warning {
  background: #F7B505;
  color: #31422f;
}
.badge.is-danger {
  background: #D13F5C;
  color: #ffffff;
}
.badge.is-progress-NotStartedYet {
  background: #FDDA7B;
  color: #31422f;
}
.badge.is-progress-Upcomming {
  background: #CACACA;
  color: #31422f;
}
.badge.is-progress-Overdue {
  background: #FF7B7B;
  color: #ffffff;
}
.badge.is-progress-InProgress {
  background: #8BD7F8;
  color: #31422f;
}
.badge.is-progress-Completed {
  background: #44CBB6;
  color: #ffffff;
}
.badge.is-progress-course-NotStartedYet {
  background: #ecb920;
  color: #31422f;
}
.badge.is-progress-course-InProgress {
  background: #2098c3;
  color: #ffffff;
}
.badge.is-progress-course-Completed {
  background: #6eba1e;
  color: #ffffff;
}
.badge.is-progress-Passed {
  background: #44CBB6;
  color: #ffffff;
}
.badge.is-progress-Failed {
  background: #FF7B7B;
  color: #ffffff;
}
.badge.is-progress-Missed {
  background: #CACACA;
  color: #31422f;
}
.badge.is-progress-Waiting {
  background: #FDDA7B;
  color: #31422f;
}
.badge.is-exam-header {
  background: #797979;
  color: #ffffff;
}
.badge.is-reward-point {
  background: #ecb920;
  color: #31422f;
}
.badge.is-exp-point {
  background: #4493CB;
  color: #ffffff;
}
.badge.is-got-reward {
  background: #AAAAAA;
  color: #ffffff;
}
.badge.is-correct-item {
  background: #2699FB;
  color: #ffffff;
}
.badge.is-wrong-item {
  background: #CE0029;
  color: #ffffff;
}
.badge.is-table-header {
  background: #848EA0;
  color: #ffffff;
}
.badge.is-hero-header {
  background: #8ec051;
  color: #ffffff;
}
.badge-corner {
  position: relative;
  white-space: nowrap;
}
.badge-corner.is-badge-white[data-badge]::after, .badge-corner.is-badge-white:not([data-badge])::after {
  background: #ffffff;
  color: #31422f;
}
.badge-corner.is-badge-black[data-badge]::after, .badge-corner.is-badge-black:not([data-badge])::after {
  background: #0a0a0a;
  color: #ffffff;
}
.badge-corner.is-badge-light[data-badge]::after, .badge-corner.is-badge-light:not([data-badge])::after {
  background: #f5f5f5;
  color: #31422f;
}
.badge-corner.is-badge-dark[data-badge]::after, .badge-corner.is-badge-dark:not([data-badge])::after {
  background: #3E3E3E;
  color: #ffffff;
}
.badge-corner.is-badge-primary[data-badge]::after, .badge-corner.is-badge-primary:not([data-badge])::after {
  background: #6eba1e;
  color: #ffffff;
}
.badge-corner.is-badge-secondary[data-badge]::after, .badge-corner.is-badge-secondary:not([data-badge])::after {
  background: #597e5b;
  color: #ffffff;
}
.badge-corner.is-badge-link[data-badge]::after, .badge-corner.is-badge-link:not([data-badge])::after {
  background: #6eba1e;
  color: #ffffff;
}
.badge-corner.is-badge-info[data-badge]::after, .badge-corner.is-badge-info:not([data-badge])::after {
  background: #0c495c;
  color: #ffffff;
}
.badge-corner.is-badge-success[data-badge]::after, .badge-corner.is-badge-success:not([data-badge])::after {
  background: #679466;
  color: #ffffff;
}
.badge-corner.is-badge-warning[data-badge]::after, .badge-corner.is-badge-warning:not([data-badge])::after {
  background: #F7B505;
  color: #31422f;
}
.badge-corner.is-badge-danger[data-badge]::after, .badge-corner.is-badge-danger:not([data-badge])::after {
  background: #D13F5C;
  color: #ffffff;
}
.badge-corner.is-badge-progress-NotStartedYet[data-badge]::after, .badge-corner.is-badge-progress-NotStartedYet:not([data-badge])::after {
  background: #FDDA7B;
  color: #31422f;
}
.badge-corner.is-badge-progress-Upcomming[data-badge]::after, .badge-corner.is-badge-progress-Upcomming:not([data-badge])::after {
  background: #CACACA;
  color: #31422f;
}
.badge-corner.is-badge-progress-Overdue[data-badge]::after, .badge-corner.is-badge-progress-Overdue:not([data-badge])::after {
  background: #FF7B7B;
  color: #ffffff;
}
.badge-corner.is-badge-progress-InProgress[data-badge]::after, .badge-corner.is-badge-progress-InProgress:not([data-badge])::after {
  background: #8BD7F8;
  color: #31422f;
}
.badge-corner.is-badge-progress-Completed[data-badge]::after, .badge-corner.is-badge-progress-Completed:not([data-badge])::after {
  background: #44CBB6;
  color: #ffffff;
}
.badge-corner.is-badge-progress-course-NotStartedYet[data-badge]::after, .badge-corner.is-badge-progress-course-NotStartedYet:not([data-badge])::after {
  background: #ecb920;
  color: #31422f;
}
.badge-corner.is-badge-progress-course-InProgress[data-badge]::after, .badge-corner.is-badge-progress-course-InProgress:not([data-badge])::after {
  background: #2098c3;
  color: #ffffff;
}
.badge-corner.is-badge-progress-course-Completed[data-badge]::after, .badge-corner.is-badge-progress-course-Completed:not([data-badge])::after {
  background: #6eba1e;
  color: #ffffff;
}
.badge-corner.is-badge-progress-Passed[data-badge]::after, .badge-corner.is-badge-progress-Passed:not([data-badge])::after {
  background: #44CBB6;
  color: #ffffff;
}
.badge-corner.is-badge-progress-Failed[data-badge]::after, .badge-corner.is-badge-progress-Failed:not([data-badge])::after {
  background: #FF7B7B;
  color: #ffffff;
}
.badge-corner.is-badge-progress-Missed[data-badge]::after, .badge-corner.is-badge-progress-Missed:not([data-badge])::after {
  background: #CACACA;
  color: #31422f;
}
.badge-corner.is-badge-progress-Waiting[data-badge]::after, .badge-corner.is-badge-progress-Waiting:not([data-badge])::after {
  background: #FDDA7B;
  color: #31422f;
}
.badge-corner.is-badge-exam-header[data-badge]::after, .badge-corner.is-badge-exam-header:not([data-badge])::after {
  background: #797979;
  color: #ffffff;
}
.badge-corner.is-badge-reward-point[data-badge]::after, .badge-corner.is-badge-reward-point:not([data-badge])::after {
  background: #ecb920;
  color: #31422f;
}
.badge-corner.is-badge-exp-point[data-badge]::after, .badge-corner.is-badge-exp-point:not([data-badge])::after {
  background: #4493CB;
  color: #ffffff;
}
.badge-corner.is-badge-got-reward[data-badge]::after, .badge-corner.is-badge-got-reward:not([data-badge])::after {
  background: #AAAAAA;
  color: #ffffff;
}
.badge-corner.is-badge-correct-item[data-badge]::after, .badge-corner.is-badge-correct-item:not([data-badge])::after {
  background: #2699FB;
  color: #ffffff;
}
.badge-corner.is-badge-wrong-item[data-badge]::after, .badge-corner.is-badge-wrong-item:not([data-badge])::after {
  background: #CE0029;
  color: #ffffff;
}
.badge-corner.is-badge-table-header[data-badge]::after, .badge-corner.is-badge-table-header:not([data-badge])::after {
  background: #848EA0;
  color: #ffffff;
}
.badge-corner.is-badge-hero-header[data-badge]::after, .badge-corner.is-badge-hero-header:not([data-badge])::after {
  background: #8ec051;
  color: #ffffff;
}
.badge-corner[data-badge]::after, .badge-corner:not([data-badge])::after {
  background: #797979;
  background-clip: padding-box;
  border-radius: 290486px;
  box-shadow: 0 0 0 0.2rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.2rem, -1rem);
}
.badge-corner[data-badge]::after {
  font-size: 1.4rem;
  height: 1.8em;
  line-height: 1;
  min-width: 1.8em;
  padding: 0.4em 0.4em;
  text-align: center;
  white-space: nowrap;
}
.badge-corner:not([data-badge])::after, .badge-corner[data-badge=""]::after {
  height: 0.6rem;
  min-width: 0.6rem;
  padding: 0;
  width: 0.6rem;
}
.badge-corner[data-badge="0"]::after {
  display: none;
}
.badge-corner.button::after {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.box.is-highlighted {
  border-top: 2px solid #6eba1e;
}
.box.is-bordered {
  border: 1px solid #E5E5E5;
}
.box.is-white {
  border-color: #ffffff;
}
.box.is-black {
  border-color: #0a0a0a;
}
.box.is-light {
  border-color: #f5f5f5;
}
.box.is-dark {
  border-color: #3E3E3E;
}
.box.is-primary {
  border-color: #6eba1e;
}
.box.is-secondary {
  border-color: #597e5b;
}
.box.is-link {
  border-color: #6eba1e;
}
.box.is-info {
  border-color: #0c495c;
}
.box.is-success {
  border-color: #679466;
}
.box.is-warning {
  border-color: #F7B505;
}
.box.is-danger {
  border-color: #D13F5C;
}
.box.is-progress-NotStartedYet {
  border-color: #FDDA7B;
}
.box.is-progress-Upcomming {
  border-color: #CACACA;
}
.box.is-progress-Overdue {
  border-color: #FF7B7B;
}
.box.is-progress-InProgress {
  border-color: #8BD7F8;
}
.box.is-progress-Completed {
  border-color: #44CBB6;
}
.box.is-progress-course-NotStartedYet {
  border-color: #ecb920;
}
.box.is-progress-course-InProgress {
  border-color: #2098c3;
}
.box.is-progress-course-Completed {
  border-color: #6eba1e;
}
.box.is-progress-Passed {
  border-color: #44CBB6;
}
.box.is-progress-Failed {
  border-color: #FF7B7B;
}
.box.is-progress-Missed {
  border-color: #CACACA;
}
.box.is-progress-Waiting {
  border-color: #FDDA7B;
}
.box.is-exam-header {
  border-color: #797979;
}
.box.is-reward-point {
  border-color: #ecb920;
}
.box.is-exp-point {
  border-color: #4493CB;
}
.box.is-got-reward {
  border-color: #AAAAAA;
}
.box.is-correct-item {
  border-color: #2699FB;
}
.box.is-wrong-item {
  border-color: #CE0029;
}
.box.is-table-header {
  border-color: #848EA0;
}
.box.is-hero-header {
  border-color: #8ec051;
}
.box.has-box-detail {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box-detail {
  padding: 1.25rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box-detail + .box-detail {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box-detail:not(:last-child) {
  margin-bottom: 1.6rem;
}
.button {
  font-size: 1.4rem;
  font-weight: 400;
}
.button.is-fat {
  min-width: 100px;
}
.button.is-small {
  height: 3.2rem;
  padding-left: 1em;
  padding-right: 1em;
}
.button.is-large {
  height: 4.8rem;
  padding-left: 1em;
  padding-right: 1em;
}
.button.is-white.is-inverted.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-white .badge {
  color: #ffffff;
  background: #31422f;
}
.button.is-black.is-inverted.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black .badge {
  color: #0a0a0a;
  background: #ffffff;
}
.button.is-light.is-inverted.is-loading::after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}
.button.is-light .badge {
  color: #f5f5f5;
  background: #31422f;
}
.button.is-dark.is-inverted.is-loading::after {
  border-color: transparent transparent #3E3E3E #3E3E3E !important;
}
.button.is-dark .badge {
  color: #3E3E3E;
  background: #ffffff;
}
.button.is-primary.is-inverted.is-loading::after {
  border-color: transparent transparent #6eba1e #6eba1e !important;
}
.button.is-primary .badge {
  color: #6eba1e;
  background: #ffffff;
}
.button.is-secondary.is-inverted.is-loading::after {
  border-color: transparent transparent #597e5b #597e5b !important;
}
.button.is-secondary .badge {
  color: #597e5b;
  background: #ffffff;
}
.button.is-link.is-inverted.is-loading::after {
  border-color: transparent transparent #6eba1e #6eba1e !important;
}
.button.is-link .badge {
  color: #6eba1e;
  background: #ffffff;
}
.button.is-info.is-inverted.is-loading::after {
  border-color: transparent transparent #0c495c #0c495c !important;
}
.button.is-info .badge {
  color: #0c495c;
  background: #ffffff;
}
.button.is-success.is-inverted.is-loading::after {
  border-color: transparent transparent #679466 #679466 !important;
}
.button.is-success .badge {
  color: #679466;
  background: #ffffff;
}
.button.is-warning.is-inverted.is-loading::after {
  border-color: transparent transparent #F7B505 #F7B505 !important;
}
.button.is-warning .badge {
  color: #F7B505;
  background: #31422f;
}
.button.is-danger.is-inverted.is-loading::after {
  border-color: transparent transparent #D13F5C #D13F5C !important;
}
.button.is-danger .badge {
  color: #D13F5C;
  background: #ffffff;
}
.button.is-progress-NotStartedYet.is-inverted.is-loading::after {
  border-color: transparent transparent #FDDA7B #FDDA7B !important;
}
.button.is-progress-NotStartedYet .badge {
  color: #FDDA7B;
  background: #31422f;
}
.button.is-progress-Upcomming.is-inverted.is-loading::after {
  border-color: transparent transparent #CACACA #CACACA !important;
}
.button.is-progress-Upcomming .badge {
  color: #CACACA;
  background: #31422f;
}
.button.is-progress-Overdue.is-inverted.is-loading::after {
  border-color: transparent transparent #FF7B7B #FF7B7B !important;
}
.button.is-progress-Overdue .badge {
  color: #FF7B7B;
  background: #ffffff;
}
.button.is-progress-InProgress.is-inverted.is-loading::after {
  border-color: transparent transparent #8BD7F8 #8BD7F8 !important;
}
.button.is-progress-InProgress .badge {
  color: #8BD7F8;
  background: #31422f;
}
.button.is-progress-Completed.is-inverted.is-loading::after {
  border-color: transparent transparent #44CBB6 #44CBB6 !important;
}
.button.is-progress-Completed .badge {
  color: #44CBB6;
  background: #ffffff;
}
.button.is-progress-course-NotStartedYet.is-inverted.is-loading::after {
  border-color: transparent transparent #ecb920 #ecb920 !important;
}
.button.is-progress-course-NotStartedYet .badge {
  color: #ecb920;
  background: #31422f;
}
.button.is-progress-course-InProgress.is-inverted.is-loading::after {
  border-color: transparent transparent #2098c3 #2098c3 !important;
}
.button.is-progress-course-InProgress .badge {
  color: #2098c3;
  background: #ffffff;
}
.button.is-progress-course-Completed.is-inverted.is-loading::after {
  border-color: transparent transparent #6eba1e #6eba1e !important;
}
.button.is-progress-course-Completed .badge {
  color: #6eba1e;
  background: #ffffff;
}
.button.is-progress-Passed.is-inverted.is-loading::after {
  border-color: transparent transparent #44CBB6 #44CBB6 !important;
}
.button.is-progress-Passed .badge {
  color: #44CBB6;
  background: #ffffff;
}
.button.is-progress-Failed.is-inverted.is-loading::after {
  border-color: transparent transparent #FF7B7B #FF7B7B !important;
}
.button.is-progress-Failed .badge {
  color: #FF7B7B;
  background: #ffffff;
}
.button.is-progress-Missed.is-inverted.is-loading::after {
  border-color: transparent transparent #CACACA #CACACA !important;
}
.button.is-progress-Missed .badge {
  color: #CACACA;
  background: #31422f;
}
.button.is-progress-Waiting.is-inverted.is-loading::after {
  border-color: transparent transparent #FDDA7B #FDDA7B !important;
}
.button.is-progress-Waiting .badge {
  color: #FDDA7B;
  background: #31422f;
}
.button.is-exam-header.is-inverted.is-loading::after {
  border-color: transparent transparent #797979 #797979 !important;
}
.button.is-exam-header .badge {
  color: #797979;
  background: #ffffff;
}
.button.is-reward-point.is-inverted.is-loading::after {
  border-color: transparent transparent #ecb920 #ecb920 !important;
}
.button.is-reward-point .badge {
  color: #ecb920;
  background: #31422f;
}
.button.is-exp-point.is-inverted.is-loading::after {
  border-color: transparent transparent #4493CB #4493CB !important;
}
.button.is-exp-point .badge {
  color: #4493CB;
  background: #ffffff;
}
.button.is-got-reward.is-inverted.is-loading::after {
  border-color: transparent transparent #AAAAAA #AAAAAA !important;
}
.button.is-got-reward .badge {
  color: #AAAAAA;
  background: #ffffff;
}
.button.is-correct-item.is-inverted.is-loading::after {
  border-color: transparent transparent #2699FB #2699FB !important;
}
.button.is-correct-item .badge {
  color: #2699FB;
  background: #ffffff;
}
.button.is-wrong-item.is-inverted.is-loading::after {
  border-color: transparent transparent #CE0029 #CE0029 !important;
}
.button.is-wrong-item .badge {
  color: #CE0029;
  background: #ffffff;
}
.button.is-table-header.is-inverted.is-loading::after {
  border-color: transparent transparent #848EA0 #848EA0 !important;
}
.button.is-table-header .badge {
  color: #848EA0;
  background: #ffffff;
}
.button.is-hero-header.is-inverted.is-loading::after {
  border-color: transparent transparent #8ec051 #8ec051 !important;
}
.button.is-hero-header .badge {
  color: #8ec051;
  background: #ffffff;
}
.icon-text {
  line-height: 1.5;
  align-items: center;
  flex-wrap: nowrap;
}
.icon {
  font-size: 1em;
}
.icon, .icon.is-small, .icon.is-medium, .icon.is-large {
  width: 1em;
  height: 1em;
}
.icon.is-small {
  font-size: 0.75em;
}
.icon.is-medium {
  font-size: 1.25em;
}
.icon.is-large {
  font-size: 1.5em;
}
.icon.icon-img img {
  width: 100%;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: 0;
  margin-right: 0;
}
.button .icon:first-child:not(:last-child) {
  margin-left: 0;
  margin-right: 0.8rem;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.8rem;
  margin-right: 0;
}
.ic-up-1 {
  margin-bottom: 1px !important;
}
.ic-down-1 {
  margin-top: 1px !important;
}
.ic-up-2 {
  margin-bottom: 2px !important;
}
.ic-down-2 {
  margin-top: 2px !important;
}
.ic-up-3 {
  margin-bottom: 3px !important;
}
.ic-down-3 {
  margin-top: 3px !important;
}
.ic-up-4 {
  margin-bottom: 4px !important;
}
.ic-down-4 {
  margin-top: 4px !important;
}
.ic-up-5 {
  margin-bottom: 5px !important;
}
.ic-down-5 {
  margin-top: 5px !important;
}
.ic-up-6 {
  margin-bottom: 6px !important;
}
.ic-down-6 {
  margin-top: 6px !important;
}
.table tr.is-white {
  background: #ffffff;
}
.table tr.is-white th, .table tr.is-white td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-black {
  background: #0a0a0a;
}
.table tr.is-black th, .table tr.is-black td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-light {
  background: #f5f5f5;
}
.table tr.is-light th, .table tr.is-light td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-dark {
  background: #3E3E3E;
}
.table tr.is-dark th, .table tr.is-dark td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-primary {
  background: #6eba1e;
}
.table tr.is-primary th, .table tr.is-primary td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-secondary {
  background: #597e5b;
}
.table tr.is-secondary th, .table tr.is-secondary td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-link {
  background: #6eba1e;
}
.table tr.is-link th, .table tr.is-link td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-info {
  background: #0c495c;
}
.table tr.is-info th, .table tr.is-info td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-success {
  background: #679466;
}
.table tr.is-success th, .table tr.is-success td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-warning {
  background: #F7B505;
}
.table tr.is-warning th, .table tr.is-warning td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-danger {
  background: #D13F5C;
}
.table tr.is-danger th, .table tr.is-danger td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-progress-NotStartedYet {
  background: #FDDA7B;
}
.table tr.is-progress-NotStartedYet th, .table tr.is-progress-NotStartedYet td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-progress-Upcomming {
  background: #CACACA;
}
.table tr.is-progress-Upcomming th, .table tr.is-progress-Upcomming td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-progress-Overdue {
  background: #FF7B7B;
}
.table tr.is-progress-Overdue th, .table tr.is-progress-Overdue td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-progress-InProgress {
  background: #8BD7F8;
}
.table tr.is-progress-InProgress th, .table tr.is-progress-InProgress td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-progress-Completed {
  background: #44CBB6;
}
.table tr.is-progress-Completed th, .table tr.is-progress-Completed td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-progress-course-NotStartedYet {
  background: #ecb920;
}
.table tr.is-progress-course-NotStartedYet th, .table tr.is-progress-course-NotStartedYet td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-progress-course-InProgress {
  background: #2098c3;
}
.table tr.is-progress-course-InProgress th, .table tr.is-progress-course-InProgress td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-progress-course-Completed {
  background: #6eba1e;
}
.table tr.is-progress-course-Completed th, .table tr.is-progress-course-Completed td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-progress-Passed {
  background: #44CBB6;
}
.table tr.is-progress-Passed th, .table tr.is-progress-Passed td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-progress-Failed {
  background: #FF7B7B;
}
.table tr.is-progress-Failed th, .table tr.is-progress-Failed td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-progress-Missed {
  background: #CACACA;
}
.table tr.is-progress-Missed th, .table tr.is-progress-Missed td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-progress-Waiting {
  background: #FDDA7B;
}
.table tr.is-progress-Waiting th, .table tr.is-progress-Waiting td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-exam-header {
  background: #797979;
}
.table tr.is-exam-header th, .table tr.is-exam-header td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-reward-point {
  background: #ecb920;
}
.table tr.is-reward-point th, .table tr.is-reward-point td {
  color: #31422f;
  border-color: #E5E5E5;
}
.table tr.is-exp-point {
  background: #4493CB;
}
.table tr.is-exp-point th, .table tr.is-exp-point td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-got-reward {
  background: #AAAAAA;
}
.table tr.is-got-reward th, .table tr.is-got-reward td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-correct-item {
  background: #2699FB;
}
.table tr.is-correct-item th, .table tr.is-correct-item td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-wrong-item {
  background: #CE0029;
}
.table tr.is-wrong-item th, .table tr.is-wrong-item td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-table-header {
  background: #848EA0;
}
.table tr.is-table-header th, .table tr.is-table-header td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table tr.is-hero-header {
  background: #8ec051;
}
.table tr.is-hero-header th, .table tr.is-hero-header td {
  color: #ffffff;
  border-color: #E5E5E5;
}
.table.is-header-centered th {
  text-align: center;
}
.table.is-cell-centered th, .table.is-cell-centered td {
  text-align: center;
}
.modal.has-no-footer .modal-card .modal-card-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal .modal-card.modal-card-no-footer .modal-card-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal .modal-card-title {
  text-align: center;
  font-weight: 700;
}
.modal .modal-card-body {
  max-height: calc(100vh - 80px);
}
.modal.is-white .modal-card-head {
  background-color: #ffffff;
}
.modal.is-white .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-black .modal-card-head {
  background-color: #0a0a0a;
}
.modal.is-black .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-light .modal-card-head {
  background-color: #f5f5f5;
}
.modal.is-light .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-dark .modal-card-head {
  background-color: #3E3E3E;
}
.modal.is-dark .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-primary .modal-card-head {
  background-color: #6eba1e;
}
.modal.is-primary .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-secondary .modal-card-head {
  background-color: #597e5b;
}
.modal.is-secondary .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-link .modal-card-head {
  background-color: #6eba1e;
}
.modal.is-link .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-info .modal-card-head {
  background-color: #0c495c;
}
.modal.is-info .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-success .modal-card-head {
  background-color: #679466;
}
.modal.is-success .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-warning .modal-card-head {
  background-color: #F7B505;
}
.modal.is-warning .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-danger .modal-card-head {
  background-color: #D13F5C;
}
.modal.is-danger .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-progress-NotStartedYet .modal-card-head {
  background-color: #FDDA7B;
}
.modal.is-progress-NotStartedYet .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-progress-Upcomming .modal-card-head {
  background-color: #CACACA;
}
.modal.is-progress-Upcomming .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-progress-Overdue .modal-card-head {
  background-color: #FF7B7B;
}
.modal.is-progress-Overdue .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-progress-InProgress .modal-card-head {
  background-color: #8BD7F8;
}
.modal.is-progress-InProgress .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-progress-Completed .modal-card-head {
  background-color: #44CBB6;
}
.modal.is-progress-Completed .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-progress-course-NotStartedYet .modal-card-head {
  background-color: #ecb920;
}
.modal.is-progress-course-NotStartedYet .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-progress-course-InProgress .modal-card-head {
  background-color: #2098c3;
}
.modal.is-progress-course-InProgress .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-progress-course-Completed .modal-card-head {
  background-color: #6eba1e;
}
.modal.is-progress-course-Completed .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-progress-Passed .modal-card-head {
  background-color: #44CBB6;
}
.modal.is-progress-Passed .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-progress-Failed .modal-card-head {
  background-color: #FF7B7B;
}
.modal.is-progress-Failed .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-progress-Missed .modal-card-head {
  background-color: #CACACA;
}
.modal.is-progress-Missed .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-progress-Waiting .modal-card-head {
  background-color: #FDDA7B;
}
.modal.is-progress-Waiting .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-exam-header .modal-card-head {
  background-color: #797979;
}
.modal.is-exam-header .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-reward-point .modal-card-head {
  background-color: #ecb920;
}
.modal.is-reward-point .modal-card-head .modal-card-title {
  color: #31422f;
}
.modal.is-exp-point .modal-card-head {
  background-color: #4493CB;
}
.modal.is-exp-point .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-got-reward .modal-card-head {
  background-color: #AAAAAA;
}
.modal.is-got-reward .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-correct-item .modal-card-head {
  background-color: #2699FB;
}
.modal.is-correct-item .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-wrong-item .modal-card-head {
  background-color: #CE0029;
}
.modal.is-wrong-item .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-table-header .modal-card-head {
  background-color: #848EA0;
}
.modal.is-table-header .modal-card-head .modal-card-title {
  color: #ffffff;
}
.modal.is-hero-header .modal-card-head {
  background-color: #8ec051;
}
.modal.is-hero-header .modal-card-head .modal-card-title {
  color: #ffffff;
}
@media screen and (min-width: 1264px) {
  .modal.modal-auto > .modal-content,
.modal.modal-auto > .modal-card {
    width: auto;
  }
}
@media screen and (min-width: 1264px) {
  .modal.modal-small > .modal-content,
.modal.modal-small > .modal-card {
    width: 320px;
  }
}
@media screen and (min-width: 1264px) {
  .modal.modal-medium > .modal-content,
.modal.modal-medium > .modal-card {
    width: 780px;
  }
}
@media screen and (min-width: 1264px) {
  .modal.modal-large > .modal-content,
.modal.modal-large > .modal-card {
    width: 960px;
  }
}
@media screen and (min-width: 1264px) {
  .modal.modal-full > .modal-content,
.modal.modal-full > .modal-card {
    width: 100%;
    height: 100%;
  }
}
.modal-card-head .modal-card-title {
  margin-left: 25px;
  margin-right: 5px;
}
.modal-card-head .delete {
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
}
.navbar-item .navbar-dropdown a.navbar-item,
.navbar-item .navbar-dropdown .navbar-link {
  color: #31422f;
}
.navbar-item .navbar-dropdown a.navbar-item.active,
.navbar-item .navbar-dropdown .navbar-link.active {
  color: #6eba1e;
}
.navbar-item .navbar-dropdown a.navbar-item:hover,
.navbar-item .navbar-dropdown .navbar-link:hover {
  background-color: #F4F4F4;
  color: #000000;
}
.navbar-item .navbar-dropdown .navbar-link.active::after {
  border-color: #6eba1e;
}
@media screen and (min-width: 1264px) {
  .navbar-dropdown .navbar-item.has-dropdown:hover > a.navbar-item,
.navbar-dropdown .navbar-item.has-dropdown:hover > .navbar-link {
    background-color: #F4F4F4;
    color: #000000;
  }
  .navbar-dropdown .navbar-item.has-dropdown:hover .navbar-link::after {
    border-color: #000000;
  }
}
.navbar-item:hover {
  background-color: inherit;
}
.navbar-item:hover > .navbar-link {
  color: #6eba1e;
}
.navbar-item:hover > .navbar-link::after {
  border-color: #6eba1e;
}
.navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
  background-color: transparent;
}
/* 
 * By default, Bulma's .navbar-item.has-dropdown has no padding because of .navbar-link padding inside.
 * This modification will make .navbar-item.has-dropdown has padding same as any .navbar-item,
 * then remove .navbar-link's padding except its right side, 
 */
.navbar-item,
.navbar-link {
  padding: 0.5rem 1rem;
}
.navbar-item.has-dropdown {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.navbar-item.has-dropdown .navbar-link {
  padding: 0;
}
.navbar-item.has-dropdown .navbar-link:not(.is-arrowless) {
  padding-right: 1.5em;
}
.navbar-item .navbar-link::after {
  right: 0.25em;
}
.navbar-item .navbar-link:not(.is-arrowless)::after {
  margin-top: -0.5em;
}
/*
 * Create .navbar-item-content to use as content container same as .navbar-link 
 * but for non-link content
 */
.navbar-item.has-badge .navbar-item-content {
  position: relative;
  padding-right: 2.5em;
}
.navbar-item.has-badge .badge {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-dropdown {
  font-size: 1.4rem;
}
@media screen and (min-width: 1264px) {
  .navbar-dropdown {
    font-size: 1.4rem;
  }

  .navbar > .container.is-fullhd .navbar-brand,
.navbar > .container.is-widescreen .navbar-brand,
.container.is-fullhd > .navbar .navbar-brand,
.container.is-widescreen > .navbar .navbar-brand {
    margin-left: 0;
  }
  .navbar > .container.is-fullhd .navbar-menu,
.navbar > .container.is-widescreen .navbar-menu,
.container.is-fullhd > .navbar .navbar-menu,
.container.is-widescreen > .navbar .navbar-menu {
    margin-right: 0;
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 1rem;
  }
  .navbar-dropdown a.navbar-item .is-active:not(:focus):not(:hover) {
    background-color: #F4F4F4;
  }
}
.tabs.is-sheet {
  margin-bottom: 0;
}
.tabs.is-sheet a {
  border-color: #E5E5E5;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  background-color: #fafafa;
}
.tabs.is-sheet a:hover {
  background-color: #F4F4F4;
  border-color: #404040;
}
.tabs.is-sheet li + li {
  margin-left: -1px;
}
.tabs.is-sheet li.is-active a {
  color: #6eba1e;
  border-color: #E5E5E5;
  border-bottom-color: transparent;
  background: #ffffff;
}
.tabs.is-sheet.is-below ul {
  border-bottom: 0;
  border-top-color: #E5E5E5;
  border-top-style: solid;
  border-top-width: 1px;
}
.tabs.is-sheet.is-below a {
  margin-bottom: 0;
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
}
.tabs.is-sheet.is-below li.is-active a {
  border-bottom-color: #E5E5E5;
  border-top-color: transparent;
}
.tabs.is-sheet.is-highlighted li a {
  border-top-color: #6eba1e;
  border-top-style: solid;
  border-top-width: 3px;
}
.tabs.is-sheet.is-highlighted li.is-white a {
  border-top-color: #ffffff;
}
.tabs.is-sheet.is-highlighted li.is-black a {
  border-top-color: #0a0a0a;
}
.tabs.is-sheet.is-highlighted li.is-light a {
  border-top-color: #f5f5f5;
}
.tabs.is-sheet.is-highlighted li.is-dark a {
  border-top-color: #3E3E3E;
}
.tabs.is-sheet.is-highlighted li.is-primary a {
  border-top-color: #6eba1e;
}
.tabs.is-sheet.is-highlighted li.is-secondary a {
  border-top-color: #597e5b;
}
.tabs.is-sheet.is-highlighted li.is-link a {
  border-top-color: #6eba1e;
}
.tabs.is-sheet.is-highlighted li.is-info a {
  border-top-color: #0c495c;
}
.tabs.is-sheet.is-highlighted li.is-success a {
  border-top-color: #679466;
}
.tabs.is-sheet.is-highlighted li.is-warning a {
  border-top-color: #F7B505;
}
.tabs.is-sheet.is-highlighted li.is-danger a {
  border-top-color: #D13F5C;
}
.tabs.is-sheet.is-highlighted li.is-progress-NotStartedYet a {
  border-top-color: #FDDA7B;
}
.tabs.is-sheet.is-highlighted li.is-progress-Upcomming a {
  border-top-color: #CACACA;
}
.tabs.is-sheet.is-highlighted li.is-progress-Overdue a {
  border-top-color: #FF7B7B;
}
.tabs.is-sheet.is-highlighted li.is-progress-InProgress a {
  border-top-color: #8BD7F8;
}
.tabs.is-sheet.is-highlighted li.is-progress-Completed a {
  border-top-color: #44CBB6;
}
.tabs.is-sheet.is-highlighted li.is-progress-course-NotStartedYet a {
  border-top-color: #ecb920;
}
.tabs.is-sheet.is-highlighted li.is-progress-course-InProgress a {
  border-top-color: #2098c3;
}
.tabs.is-sheet.is-highlighted li.is-progress-course-Completed a {
  border-top-color: #6eba1e;
}
.tabs.is-sheet.is-highlighted li.is-progress-Passed a {
  border-top-color: #44CBB6;
}
.tabs.is-sheet.is-highlighted li.is-progress-Failed a {
  border-top-color: #FF7B7B;
}
.tabs.is-sheet.is-highlighted li.is-progress-Missed a {
  border-top-color: #CACACA;
}
.tabs.is-sheet.is-highlighted li.is-progress-Waiting a {
  border-top-color: #FDDA7B;
}
.tabs.is-sheet.is-highlighted li.is-exam-header a {
  border-top-color: #797979;
}
.tabs.is-sheet.is-highlighted li.is-reward-point a {
  border-top-color: #ecb920;
}
.tabs.is-sheet.is-highlighted li.is-exp-point a {
  border-top-color: #4493CB;
}
.tabs.is-sheet.is-highlighted li.is-got-reward a {
  border-top-color: #AAAAAA;
}
.tabs.is-sheet.is-highlighted li.is-correct-item a {
  border-top-color: #2699FB;
}
.tabs.is-sheet.is-highlighted li.is-wrong-item a {
  border-top-color: #CE0029;
}
.tabs.is-sheet.is-highlighted li.is-table-header a {
  border-top-color: #848EA0;
}
.tabs.is-sheet.is-highlighted li.is-hero-header a {
  border-top-color: #8ec051;
}
.tabs.is-sheet.is-highlighted.is-below li a {
  border-top-color: #E5E5E5;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #6eba1e;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.tabs.is-sheet.is-highlighted.is-below li.is-white a {
  border-bottom-color: #ffffff;
}
.tabs.is-sheet.is-highlighted.is-below li.is-black a {
  border-bottom-color: #0a0a0a;
}
.tabs.is-sheet.is-highlighted.is-below li.is-light a {
  border-bottom-color: #f5f5f5;
}
.tabs.is-sheet.is-highlighted.is-below li.is-dark a {
  border-bottom-color: #3E3E3E;
}
.tabs.is-sheet.is-highlighted.is-below li.is-primary a {
  border-bottom-color: #6eba1e;
}
.tabs.is-sheet.is-highlighted.is-below li.is-secondary a {
  border-bottom-color: #597e5b;
}
.tabs.is-sheet.is-highlighted.is-below li.is-link a {
  border-bottom-color: #6eba1e;
}
.tabs.is-sheet.is-highlighted.is-below li.is-info a {
  border-bottom-color: #0c495c;
}
.tabs.is-sheet.is-highlighted.is-below li.is-success a {
  border-bottom-color: #679466;
}
.tabs.is-sheet.is-highlighted.is-below li.is-warning a {
  border-bottom-color: #F7B505;
}
.tabs.is-sheet.is-highlighted.is-below li.is-danger a {
  border-bottom-color: #D13F5C;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-NotStartedYet a {
  border-bottom-color: #FDDA7B;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-Upcomming a {
  border-bottom-color: #CACACA;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-Overdue a {
  border-bottom-color: #FF7B7B;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-InProgress a {
  border-bottom-color: #8BD7F8;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-Completed a {
  border-bottom-color: #44CBB6;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-course-NotStartedYet a {
  border-bottom-color: #ecb920;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-course-InProgress a {
  border-bottom-color: #2098c3;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-course-Completed a {
  border-bottom-color: #6eba1e;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-Passed a {
  border-bottom-color: #44CBB6;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-Failed a {
  border-bottom-color: #FF7B7B;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-Missed a {
  border-bottom-color: #CACACA;
}
.tabs.is-sheet.is-highlighted.is-below li.is-progress-Waiting a {
  border-bottom-color: #FDDA7B;
}
.tabs.is-sheet.is-highlighted.is-below li.is-exam-header a {
  border-bottom-color: #797979;
}
.tabs.is-sheet.is-highlighted.is-below li.is-reward-point a {
  border-bottom-color: #ecb920;
}
.tabs.is-sheet.is-highlighted.is-below li.is-exp-point a {
  border-bottom-color: #4493CB;
}
.tabs.is-sheet.is-highlighted.is-below li.is-got-reward a {
  border-bottom-color: #AAAAAA;
}
.tabs.is-sheet.is-highlighted.is-below li.is-correct-item a {
  border-bottom-color: #2699FB;
}
.tabs.is-sheet.is-highlighted.is-below li.is-wrong-item a {
  border-bottom-color: #CE0029;
}
.tabs.is-sheet.is-highlighted.is-below li.is-table-header a {
  border-bottom-color: #848EA0;
}
.tabs.is-sheet.is-highlighted.is-below li.is-hero-header a {
  border-bottom-color: #8ec051;
}
.tabs.is-sheet.is-highlighted.is-below li.is-active a {
  border-top-color: transparent;
}
.tabs.is-sheet.has-box {
  box-shadow: -2px 0px 0px -1px rgba(10, 10, 10, 0.1);
}
.tabs.is-sheet.has-box.is-sheet li:first-child a {
  border-left: 0;
}
.tabs.is-sheet.has-box + .box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.label {
  font-size: 1.4rem;
}
.field.is-horizontal .field-label {
  margin-top: 0.95rem;
}
.field.is-horizontal .field-label.is-xsmall {
  font-size: 1.1rem;
  margin-top: 1.175rem;
  padding: 0;
}
.field.is-horizontal .field-label.is-small {
  font-size: 1.2rem;
  margin-top: 1.1rem;
  padding: 0;
}
.field.is-horizontal .field-label.is-normal {
  font-size: 1.4rem;
  margin-top: 0.95rem;
  padding: 0;
}
.field.is-horizontal .field-label.is-medium {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  padding: 0;
}
.field.is-horizontal .field-label.is-large {
  font-size: 1.8rem;
  margin-top: 0.65rem;
  padding: 0;
}
.field.is-horizontal .field-label.is-xlarge {
  font-size: 2.2rem;
  margin-top: 0.35rem;
  padding: 0;
}
.field.is-horizontal .field-label.is-xxlarge {
  font-size: 3rem;
  margin-top: -0.25rem;
  padding: 0;
}
.field.is-horizontal .field-label.is-align-top {
  margin-top: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 3rem;
}
.control.has-icons-left .icon,
.control.has-icons-right .icon {
  width: 3rem;
  height: 4rem;
}
.checkbox {
  line-height: 1em;
}
.checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.checkbox input[type=checkbox] + span {
  padding-left: 1em;
  margin-left: 0.8rem;
}
.checkbox input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  border: 1px solid #E5E5E5;
  background-color: #fff;
  height: 1em;
  width: 1em;
  top: 0;
  left: 0;
}
.checkbox input[type=checkbox]:checked + span::before {
  border-color: #6eba1e;
}
.checkbox input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "✓";
  text-align: center;
  font-weight: bold;
  color: #6eba1e;
  font-size: 0.8em;
  line-height: 1.25;
  height: 1.25em;
  width: 1.25em;
  top: 0;
  left: 0;
}
.checkbox.is-text-color input[type=checkbox]:checked ~ * {
  color: #6eba1e;
}
.checkbox.is-filled input[type=checkbox]:checked + span::before {
  background-color: #6eba1e;
}
.checkbox.is-filled input[type=checkbox]:checked + span::after {
  color: #fff;
}
.checkbox.is-white input[type=checkbox]:checked + span::before {
  border-color: #ffffff;
}
.checkbox.is-white input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-white.is-text-color input[type=checkbox]:checked ~ * {
  color: #ffffff;
}
.checkbox.is-white.is-filled input[type=checkbox]:checked + span::before {
  background-color: #ffffff;
}
.checkbox.is-white.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-black input[type=checkbox]:checked + span::before {
  border-color: #0a0a0a;
}
.checkbox.is-black input[type=checkbox]:checked + span::after {
  color: #0a0a0a;
}
.checkbox.is-black.is-text-color input[type=checkbox]:checked ~ * {
  color: #0a0a0a;
}
.checkbox.is-black.is-filled input[type=checkbox]:checked + span::before {
  background-color: #0a0a0a;
}
.checkbox.is-black.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-light input[type=checkbox]:checked + span::before {
  border-color: #f5f5f5;
}
.checkbox.is-light input[type=checkbox]:checked + span::after {
  color: #f5f5f5;
}
.checkbox.is-light.is-text-color input[type=checkbox]:checked ~ * {
  color: #f5f5f5;
}
.checkbox.is-light.is-filled input[type=checkbox]:checked + span::before {
  background-color: #f5f5f5;
}
.checkbox.is-light.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-dark input[type=checkbox]:checked + span::before {
  border-color: #3E3E3E;
}
.checkbox.is-dark input[type=checkbox]:checked + span::after {
  color: #3E3E3E;
}
.checkbox.is-dark.is-text-color input[type=checkbox]:checked ~ * {
  color: #3E3E3E;
}
.checkbox.is-dark.is-filled input[type=checkbox]:checked + span::before {
  background-color: #3E3E3E;
}
.checkbox.is-dark.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-primary input[type=checkbox]:checked + span::before {
  border-color: #6eba1e;
}
.checkbox.is-primary input[type=checkbox]:checked + span::after {
  color: #6eba1e;
}
.checkbox.is-primary.is-text-color input[type=checkbox]:checked ~ * {
  color: #6eba1e;
}
.checkbox.is-primary.is-filled input[type=checkbox]:checked + span::before {
  background-color: #6eba1e;
}
.checkbox.is-primary.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-secondary input[type=checkbox]:checked + span::before {
  border-color: #597e5b;
}
.checkbox.is-secondary input[type=checkbox]:checked + span::after {
  color: #597e5b;
}
.checkbox.is-secondary.is-text-color input[type=checkbox]:checked ~ * {
  color: #597e5b;
}
.checkbox.is-secondary.is-filled input[type=checkbox]:checked + span::before {
  background-color: #597e5b;
}
.checkbox.is-secondary.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-link input[type=checkbox]:checked + span::before {
  border-color: #6eba1e;
}
.checkbox.is-link input[type=checkbox]:checked + span::after {
  color: #6eba1e;
}
.checkbox.is-link.is-text-color input[type=checkbox]:checked ~ * {
  color: #6eba1e;
}
.checkbox.is-link.is-filled input[type=checkbox]:checked + span::before {
  background-color: #6eba1e;
}
.checkbox.is-link.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-info input[type=checkbox]:checked + span::before {
  border-color: #0c495c;
}
.checkbox.is-info input[type=checkbox]:checked + span::after {
  color: #0c495c;
}
.checkbox.is-info.is-text-color input[type=checkbox]:checked ~ * {
  color: #0c495c;
}
.checkbox.is-info.is-filled input[type=checkbox]:checked + span::before {
  background-color: #0c495c;
}
.checkbox.is-info.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-success input[type=checkbox]:checked + span::before {
  border-color: #679466;
}
.checkbox.is-success input[type=checkbox]:checked + span::after {
  color: #679466;
}
.checkbox.is-success.is-text-color input[type=checkbox]:checked ~ * {
  color: #679466;
}
.checkbox.is-success.is-filled input[type=checkbox]:checked + span::before {
  background-color: #679466;
}
.checkbox.is-success.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-warning input[type=checkbox]:checked + span::before {
  border-color: #F7B505;
}
.checkbox.is-warning input[type=checkbox]:checked + span::after {
  color: #F7B505;
}
.checkbox.is-warning.is-text-color input[type=checkbox]:checked ~ * {
  color: #F7B505;
}
.checkbox.is-warning.is-filled input[type=checkbox]:checked + span::before {
  background-color: #F7B505;
}
.checkbox.is-warning.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-danger input[type=checkbox]:checked + span::before {
  border-color: #D13F5C;
}
.checkbox.is-danger input[type=checkbox]:checked + span::after {
  color: #D13F5C;
}
.checkbox.is-danger.is-text-color input[type=checkbox]:checked ~ * {
  color: #D13F5C;
}
.checkbox.is-danger.is-filled input[type=checkbox]:checked + span::before {
  background-color: #D13F5C;
}
.checkbox.is-danger.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-progress-NotStartedYet input[type=checkbox]:checked + span::before {
  border-color: #FDDA7B;
}
.checkbox.is-progress-NotStartedYet input[type=checkbox]:checked + span::after {
  color: #FDDA7B;
}
.checkbox.is-progress-NotStartedYet.is-text-color input[type=checkbox]:checked ~ * {
  color: #FDDA7B;
}
.checkbox.is-progress-NotStartedYet.is-filled input[type=checkbox]:checked + span::before {
  background-color: #FDDA7B;
}
.checkbox.is-progress-NotStartedYet.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-progress-Upcomming input[type=checkbox]:checked + span::before {
  border-color: #CACACA;
}
.checkbox.is-progress-Upcomming input[type=checkbox]:checked + span::after {
  color: #CACACA;
}
.checkbox.is-progress-Upcomming.is-text-color input[type=checkbox]:checked ~ * {
  color: #CACACA;
}
.checkbox.is-progress-Upcomming.is-filled input[type=checkbox]:checked + span::before {
  background-color: #CACACA;
}
.checkbox.is-progress-Upcomming.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-progress-Overdue input[type=checkbox]:checked + span::before {
  border-color: #FF7B7B;
}
.checkbox.is-progress-Overdue input[type=checkbox]:checked + span::after {
  color: #FF7B7B;
}
.checkbox.is-progress-Overdue.is-text-color input[type=checkbox]:checked ~ * {
  color: #FF7B7B;
}
.checkbox.is-progress-Overdue.is-filled input[type=checkbox]:checked + span::before {
  background-color: #FF7B7B;
}
.checkbox.is-progress-Overdue.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-progress-InProgress input[type=checkbox]:checked + span::before {
  border-color: #8BD7F8;
}
.checkbox.is-progress-InProgress input[type=checkbox]:checked + span::after {
  color: #8BD7F8;
}
.checkbox.is-progress-InProgress.is-text-color input[type=checkbox]:checked ~ * {
  color: #8BD7F8;
}
.checkbox.is-progress-InProgress.is-filled input[type=checkbox]:checked + span::before {
  background-color: #8BD7F8;
}
.checkbox.is-progress-InProgress.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-progress-Completed input[type=checkbox]:checked + span::before {
  border-color: #44CBB6;
}
.checkbox.is-progress-Completed input[type=checkbox]:checked + span::after {
  color: #44CBB6;
}
.checkbox.is-progress-Completed.is-text-color input[type=checkbox]:checked ~ * {
  color: #44CBB6;
}
.checkbox.is-progress-Completed.is-filled input[type=checkbox]:checked + span::before {
  background-color: #44CBB6;
}
.checkbox.is-progress-Completed.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-progress-course-NotStartedYet input[type=checkbox]:checked + span::before {
  border-color: #ecb920;
}
.checkbox.is-progress-course-NotStartedYet input[type=checkbox]:checked + span::after {
  color: #ecb920;
}
.checkbox.is-progress-course-NotStartedYet.is-text-color input[type=checkbox]:checked ~ * {
  color: #ecb920;
}
.checkbox.is-progress-course-NotStartedYet.is-filled input[type=checkbox]:checked + span::before {
  background-color: #ecb920;
}
.checkbox.is-progress-course-NotStartedYet.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-progress-course-InProgress input[type=checkbox]:checked + span::before {
  border-color: #2098c3;
}
.checkbox.is-progress-course-InProgress input[type=checkbox]:checked + span::after {
  color: #2098c3;
}
.checkbox.is-progress-course-InProgress.is-text-color input[type=checkbox]:checked ~ * {
  color: #2098c3;
}
.checkbox.is-progress-course-InProgress.is-filled input[type=checkbox]:checked + span::before {
  background-color: #2098c3;
}
.checkbox.is-progress-course-InProgress.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-progress-course-Completed input[type=checkbox]:checked + span::before {
  border-color: #6eba1e;
}
.checkbox.is-progress-course-Completed input[type=checkbox]:checked + span::after {
  color: #6eba1e;
}
.checkbox.is-progress-course-Completed.is-text-color input[type=checkbox]:checked ~ * {
  color: #6eba1e;
}
.checkbox.is-progress-course-Completed.is-filled input[type=checkbox]:checked + span::before {
  background-color: #6eba1e;
}
.checkbox.is-progress-course-Completed.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-progress-Passed input[type=checkbox]:checked + span::before {
  border-color: #44CBB6;
}
.checkbox.is-progress-Passed input[type=checkbox]:checked + span::after {
  color: #44CBB6;
}
.checkbox.is-progress-Passed.is-text-color input[type=checkbox]:checked ~ * {
  color: #44CBB6;
}
.checkbox.is-progress-Passed.is-filled input[type=checkbox]:checked + span::before {
  background-color: #44CBB6;
}
.checkbox.is-progress-Passed.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-progress-Failed input[type=checkbox]:checked + span::before {
  border-color: #FF7B7B;
}
.checkbox.is-progress-Failed input[type=checkbox]:checked + span::after {
  color: #FF7B7B;
}
.checkbox.is-progress-Failed.is-text-color input[type=checkbox]:checked ~ * {
  color: #FF7B7B;
}
.checkbox.is-progress-Failed.is-filled input[type=checkbox]:checked + span::before {
  background-color: #FF7B7B;
}
.checkbox.is-progress-Failed.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-progress-Missed input[type=checkbox]:checked + span::before {
  border-color: #CACACA;
}
.checkbox.is-progress-Missed input[type=checkbox]:checked + span::after {
  color: #CACACA;
}
.checkbox.is-progress-Missed.is-text-color input[type=checkbox]:checked ~ * {
  color: #CACACA;
}
.checkbox.is-progress-Missed.is-filled input[type=checkbox]:checked + span::before {
  background-color: #CACACA;
}
.checkbox.is-progress-Missed.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-progress-Waiting input[type=checkbox]:checked + span::before {
  border-color: #FDDA7B;
}
.checkbox.is-progress-Waiting input[type=checkbox]:checked + span::after {
  color: #FDDA7B;
}
.checkbox.is-progress-Waiting.is-text-color input[type=checkbox]:checked ~ * {
  color: #FDDA7B;
}
.checkbox.is-progress-Waiting.is-filled input[type=checkbox]:checked + span::before {
  background-color: #FDDA7B;
}
.checkbox.is-progress-Waiting.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-exam-header input[type=checkbox]:checked + span::before {
  border-color: #797979;
}
.checkbox.is-exam-header input[type=checkbox]:checked + span::after {
  color: #797979;
}
.checkbox.is-exam-header.is-text-color input[type=checkbox]:checked ~ * {
  color: #797979;
}
.checkbox.is-exam-header.is-filled input[type=checkbox]:checked + span::before {
  background-color: #797979;
}
.checkbox.is-exam-header.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-reward-point input[type=checkbox]:checked + span::before {
  border-color: #ecb920;
}
.checkbox.is-reward-point input[type=checkbox]:checked + span::after {
  color: #ecb920;
}
.checkbox.is-reward-point.is-text-color input[type=checkbox]:checked ~ * {
  color: #ecb920;
}
.checkbox.is-reward-point.is-filled input[type=checkbox]:checked + span::before {
  background-color: #ecb920;
}
.checkbox.is-reward-point.is-filled input[type=checkbox]:checked + span::after {
  color: #31422f;
}
.checkbox.is-exp-point input[type=checkbox]:checked + span::before {
  border-color: #4493CB;
}
.checkbox.is-exp-point input[type=checkbox]:checked + span::after {
  color: #4493CB;
}
.checkbox.is-exp-point.is-text-color input[type=checkbox]:checked ~ * {
  color: #4493CB;
}
.checkbox.is-exp-point.is-filled input[type=checkbox]:checked + span::before {
  background-color: #4493CB;
}
.checkbox.is-exp-point.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-got-reward input[type=checkbox]:checked + span::before {
  border-color: #AAAAAA;
}
.checkbox.is-got-reward input[type=checkbox]:checked + span::after {
  color: #AAAAAA;
}
.checkbox.is-got-reward.is-text-color input[type=checkbox]:checked ~ * {
  color: #AAAAAA;
}
.checkbox.is-got-reward.is-filled input[type=checkbox]:checked + span::before {
  background-color: #AAAAAA;
}
.checkbox.is-got-reward.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-correct-item input[type=checkbox]:checked + span::before {
  border-color: #2699FB;
}
.checkbox.is-correct-item input[type=checkbox]:checked + span::after {
  color: #2699FB;
}
.checkbox.is-correct-item.is-text-color input[type=checkbox]:checked ~ * {
  color: #2699FB;
}
.checkbox.is-correct-item.is-filled input[type=checkbox]:checked + span::before {
  background-color: #2699FB;
}
.checkbox.is-correct-item.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-wrong-item input[type=checkbox]:checked + span::before {
  border-color: #CE0029;
}
.checkbox.is-wrong-item input[type=checkbox]:checked + span::after {
  color: #CE0029;
}
.checkbox.is-wrong-item.is-text-color input[type=checkbox]:checked ~ * {
  color: #CE0029;
}
.checkbox.is-wrong-item.is-filled input[type=checkbox]:checked + span::before {
  background-color: #CE0029;
}
.checkbox.is-wrong-item.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-table-header input[type=checkbox]:checked + span::before {
  border-color: #848EA0;
}
.checkbox.is-table-header input[type=checkbox]:checked + span::after {
  color: #848EA0;
}
.checkbox.is-table-header.is-text-color input[type=checkbox]:checked ~ * {
  color: #848EA0;
}
.checkbox.is-table-header.is-filled input[type=checkbox]:checked + span::before {
  background-color: #848EA0;
}
.checkbox.is-table-header.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox.is-hero-header input[type=checkbox]:checked + span::before {
  border-color: #8ec051;
}
.checkbox.is-hero-header input[type=checkbox]:checked + span::after {
  color: #8ec051;
}
.checkbox.is-hero-header.is-text-color input[type=checkbox]:checked ~ * {
  color: #8ec051;
}
.checkbox.is-hero-header.is-filled input[type=checkbox]:checked + span::before {
  background-color: #8ec051;
}
.checkbox.is-hero-header.is-filled input[type=checkbox]:checked + span::after {
  color: #ffffff;
}
.checkbox-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.checkbox-group .checkbox-title {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 0.8rem;
}
.checkbox-group .checkbox-title.is-filled {
  color: #ffffff;
  background: #6eba1e;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.8rem;
}
.checkbox-group .checkbox + .checkbox {
  margin-top: 0.8rem;
}
.checkbox-group.is-horizontal {
  flex-direction: row;
  align-items: center;
}
.checkbox-group.is-horizontal .checkbox-title {
  text-align: right;
  margin-right: 1.6rem;
  margin-bottom: 0;
}
.checkbox-group.is-horizontal .checkbox-title.checkbox-title-filled {
  text-align: center;
}
.checkbox-group.is-horizontal .checkbox + .checkbox {
  margin-top: 0;
  margin-left: 1.6rem;
}
.checkbox-group.is-bordered {
  border: 1px solid #E5E5E5;
}
.checkbox-group.is-bordered.is-horizontal .checkbox + .checkbox,
.checkbox-group.is-bordered .checkbox {
  margin: 0.8rem;
}
.checkbox-group.is-bordered.is-horizontal .checkbox-title + .checkbox {
  margin-left: 0;
}
.checkbox-group.is-bordered .checkbox-title {
  padding: 0 0.8rem;
}
.checkbox-group.has-divide.is-bordered.is-horizontal .checkbox + .checkbox,
.checkbox-group.has-divide .checkbox {
  padding-right: 1.6rem;
  margin-right: 0;
}
.checkbox-group.has-divide .checkbox {
  border-right: 1px solid #E5E5E5;
}
.checkbox-group.has-divide .checkbox:last-child {
  border-right: 0;
}
.checkbox-group.is-white.is-bordered {
  border-color: #ffffff;
}
.checkbox-group.is-white.has-divide .checkbox {
  border-color: #ffffff;
}
.checkbox-group.is-white .checkbox-title.is-filled {
  background-color: #ffffff;
  color: #31422f;
}
.checkbox-group.is-black.is-bordered {
  border-color: #0a0a0a;
}
.checkbox-group.is-black.has-divide .checkbox {
  border-color: #0a0a0a;
}
.checkbox-group.is-black .checkbox-title.is-filled {
  background-color: #0a0a0a;
  color: #ffffff;
}
.checkbox-group.is-light.is-bordered {
  border-color: #f5f5f5;
}
.checkbox-group.is-light.has-divide .checkbox {
  border-color: #f5f5f5;
}
.checkbox-group.is-light .checkbox-title.is-filled {
  background-color: #f5f5f5;
  color: #31422f;
}
.checkbox-group.is-dark.is-bordered {
  border-color: #3E3E3E;
}
.checkbox-group.is-dark.has-divide .checkbox {
  border-color: #3E3E3E;
}
.checkbox-group.is-dark .checkbox-title.is-filled {
  background-color: #3E3E3E;
  color: #ffffff;
}
.checkbox-group.is-primary.is-bordered {
  border-color: #6eba1e;
}
.checkbox-group.is-primary.has-divide .checkbox {
  border-color: #6eba1e;
}
.checkbox-group.is-primary .checkbox-title.is-filled {
  background-color: #6eba1e;
  color: #ffffff;
}
.checkbox-group.is-secondary.is-bordered {
  border-color: #597e5b;
}
.checkbox-group.is-secondary.has-divide .checkbox {
  border-color: #597e5b;
}
.checkbox-group.is-secondary .checkbox-title.is-filled {
  background-color: #597e5b;
  color: #ffffff;
}
.checkbox-group.is-link.is-bordered {
  border-color: #6eba1e;
}
.checkbox-group.is-link.has-divide .checkbox {
  border-color: #6eba1e;
}
.checkbox-group.is-link .checkbox-title.is-filled {
  background-color: #6eba1e;
  color: #ffffff;
}
.checkbox-group.is-info.is-bordered {
  border-color: #0c495c;
}
.checkbox-group.is-info.has-divide .checkbox {
  border-color: #0c495c;
}
.checkbox-group.is-info .checkbox-title.is-filled {
  background-color: #0c495c;
  color: #ffffff;
}
.checkbox-group.is-success.is-bordered {
  border-color: #679466;
}
.checkbox-group.is-success.has-divide .checkbox {
  border-color: #679466;
}
.checkbox-group.is-success .checkbox-title.is-filled {
  background-color: #679466;
  color: #ffffff;
}
.checkbox-group.is-warning.is-bordered {
  border-color: #F7B505;
}
.checkbox-group.is-warning.has-divide .checkbox {
  border-color: #F7B505;
}
.checkbox-group.is-warning .checkbox-title.is-filled {
  background-color: #F7B505;
  color: #31422f;
}
.checkbox-group.is-danger.is-bordered {
  border-color: #D13F5C;
}
.checkbox-group.is-danger.has-divide .checkbox {
  border-color: #D13F5C;
}
.checkbox-group.is-danger .checkbox-title.is-filled {
  background-color: #D13F5C;
  color: #ffffff;
}
.checkbox-group.is-progress-NotStartedYet.is-bordered {
  border-color: #FDDA7B;
}
.checkbox-group.is-progress-NotStartedYet.has-divide .checkbox {
  border-color: #FDDA7B;
}
.checkbox-group.is-progress-NotStartedYet .checkbox-title.is-filled {
  background-color: #FDDA7B;
  color: #31422f;
}
.checkbox-group.is-progress-Upcomming.is-bordered {
  border-color: #CACACA;
}
.checkbox-group.is-progress-Upcomming.has-divide .checkbox {
  border-color: #CACACA;
}
.checkbox-group.is-progress-Upcomming .checkbox-title.is-filled {
  background-color: #CACACA;
  color: #31422f;
}
.checkbox-group.is-progress-Overdue.is-bordered {
  border-color: #FF7B7B;
}
.checkbox-group.is-progress-Overdue.has-divide .checkbox {
  border-color: #FF7B7B;
}
.checkbox-group.is-progress-Overdue .checkbox-title.is-filled {
  background-color: #FF7B7B;
  color: #ffffff;
}
.checkbox-group.is-progress-InProgress.is-bordered {
  border-color: #8BD7F8;
}
.checkbox-group.is-progress-InProgress.has-divide .checkbox {
  border-color: #8BD7F8;
}
.checkbox-group.is-progress-InProgress .checkbox-title.is-filled {
  background-color: #8BD7F8;
  color: #31422f;
}
.checkbox-group.is-progress-Completed.is-bordered {
  border-color: #44CBB6;
}
.checkbox-group.is-progress-Completed.has-divide .checkbox {
  border-color: #44CBB6;
}
.checkbox-group.is-progress-Completed .checkbox-title.is-filled {
  background-color: #44CBB6;
  color: #ffffff;
}
.checkbox-group.is-progress-course-NotStartedYet.is-bordered {
  border-color: #ecb920;
}
.checkbox-group.is-progress-course-NotStartedYet.has-divide .checkbox {
  border-color: #ecb920;
}
.checkbox-group.is-progress-course-NotStartedYet .checkbox-title.is-filled {
  background-color: #ecb920;
  color: #31422f;
}
.checkbox-group.is-progress-course-InProgress.is-bordered {
  border-color: #2098c3;
}
.checkbox-group.is-progress-course-InProgress.has-divide .checkbox {
  border-color: #2098c3;
}
.checkbox-group.is-progress-course-InProgress .checkbox-title.is-filled {
  background-color: #2098c3;
  color: #ffffff;
}
.checkbox-group.is-progress-course-Completed.is-bordered {
  border-color: #6eba1e;
}
.checkbox-group.is-progress-course-Completed.has-divide .checkbox {
  border-color: #6eba1e;
}
.checkbox-group.is-progress-course-Completed .checkbox-title.is-filled {
  background-color: #6eba1e;
  color: #ffffff;
}
.checkbox-group.is-progress-Passed.is-bordered {
  border-color: #44CBB6;
}
.checkbox-group.is-progress-Passed.has-divide .checkbox {
  border-color: #44CBB6;
}
.checkbox-group.is-progress-Passed .checkbox-title.is-filled {
  background-color: #44CBB6;
  color: #ffffff;
}
.checkbox-group.is-progress-Failed.is-bordered {
  border-color: #FF7B7B;
}
.checkbox-group.is-progress-Failed.has-divide .checkbox {
  border-color: #FF7B7B;
}
.checkbox-group.is-progress-Failed .checkbox-title.is-filled {
  background-color: #FF7B7B;
  color: #ffffff;
}
.checkbox-group.is-progress-Missed.is-bordered {
  border-color: #CACACA;
}
.checkbox-group.is-progress-Missed.has-divide .checkbox {
  border-color: #CACACA;
}
.checkbox-group.is-progress-Missed .checkbox-title.is-filled {
  background-color: #CACACA;
  color: #31422f;
}
.checkbox-group.is-progress-Waiting.is-bordered {
  border-color: #FDDA7B;
}
.checkbox-group.is-progress-Waiting.has-divide .checkbox {
  border-color: #FDDA7B;
}
.checkbox-group.is-progress-Waiting .checkbox-title.is-filled {
  background-color: #FDDA7B;
  color: #31422f;
}
.checkbox-group.is-exam-header.is-bordered {
  border-color: #797979;
}
.checkbox-group.is-exam-header.has-divide .checkbox {
  border-color: #797979;
}
.checkbox-group.is-exam-header .checkbox-title.is-filled {
  background-color: #797979;
  color: #ffffff;
}
.checkbox-group.is-reward-point.is-bordered {
  border-color: #ecb920;
}
.checkbox-group.is-reward-point.has-divide .checkbox {
  border-color: #ecb920;
}
.checkbox-group.is-reward-point .checkbox-title.is-filled {
  background-color: #ecb920;
  color: #31422f;
}
.checkbox-group.is-exp-point.is-bordered {
  border-color: #4493CB;
}
.checkbox-group.is-exp-point.has-divide .checkbox {
  border-color: #4493CB;
}
.checkbox-group.is-exp-point .checkbox-title.is-filled {
  background-color: #4493CB;
  color: #ffffff;
}
.checkbox-group.is-got-reward.is-bordered {
  border-color: #AAAAAA;
}
.checkbox-group.is-got-reward.has-divide .checkbox {
  border-color: #AAAAAA;
}
.checkbox-group.is-got-reward .checkbox-title.is-filled {
  background-color: #AAAAAA;
  color: #ffffff;
}
.checkbox-group.is-correct-item.is-bordered {
  border-color: #2699FB;
}
.checkbox-group.is-correct-item.has-divide .checkbox {
  border-color: #2699FB;
}
.checkbox-group.is-correct-item .checkbox-title.is-filled {
  background-color: #2699FB;
  color: #ffffff;
}
.checkbox-group.is-wrong-item.is-bordered {
  border-color: #CE0029;
}
.checkbox-group.is-wrong-item.has-divide .checkbox {
  border-color: #CE0029;
}
.checkbox-group.is-wrong-item .checkbox-title.is-filled {
  background-color: #CE0029;
  color: #ffffff;
}
.checkbox-group.is-table-header.is-bordered {
  border-color: #848EA0;
}
.checkbox-group.is-table-header.has-divide .checkbox {
  border-color: #848EA0;
}
.checkbox-group.is-table-header .checkbox-title.is-filled {
  background-color: #848EA0;
  color: #ffffff;
}
.checkbox-group.is-hero-header.is-bordered {
  border-color: #8ec051;
}
.checkbox-group.is-hero-header.has-divide .checkbox {
  border-color: #8ec051;
}
.checkbox-group.is-hero-header .checkbox-title.is-filled {
  background-color: #8ec051;
  color: #ffffff;
}
.radio {
  line-height: 1em;
  position: relative;
}
.radio.has-bg {
  display: inline-flex;
  align-items: center;
}
.radio.has-bg input[type=radio] + span {
  padding-left: 2em;
  padding-right: 0.5em;
  line-height: 1.5em;
  border: 1px solid #E5E5E5;
  margin-left: 0;
}
.radio.has-bg input[type=radio] + span::after {
  top: calc( 0.5em + 1px);
  left: calc( 0.5em + 1px);
}
.radio.has-bg .radio-bg {
  background: #ffffff;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  left: 1px;
  top: 1px;
  border-right: 1px solid #E5E5E5;
}
.radio.has-bg .radio-bg::after {
  position: absolute;
  content: "";
  border: 1px solid #E5E5E5;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  top: 0.25em;
  left: 0.25em;
}
.radio.has-no-text input[type=radio] + span {
  padding-left: 1em;
}
.radio + .radio {
  margin-left: 0.8rem;
}
.radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.radio input[type=radio] + span {
  padding-left: 1em;
  margin-left: 0.8rem;
  display: inline-block;
}
.radio input[type=radio] + span::before {
  position: absolute;
  content: "";
  border: 1px solid #E5E5E5;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  top: 0;
  left: 0;
}
.radio input[type=radio] + span::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 0.5em;
  width: 0.5em;
  top: 0.25em;
  left: 0.25em;
}
.radio input[type=radio]:checked + span::before {
  border-color: #6eba1e;
}
.radio input[type=radio]:checked + span::after {
  background: #6eba1e;
}
.radio.is-white input[type=radio]:checked + span::before {
  border-color: #ffffff;
}
.radio.is-white input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-white.is-text-color input[type=radio]:checked + span {
  color: #ffffff;
}
.radio.is-white.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-white.has-bg input[type=radio]:checked + span {
  border-color: #ffffff;
}
.radio.is-white.has-bg input[type=radio]:checked + span .radio-bg {
  background: #ffffff;
  border-color: #ffffff;
}
.radio.is-white.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-black input[type=radio]:checked + span::before {
  border-color: #0a0a0a;
}
.radio.is-black input[type=radio]:checked + span::after {
  background: #0a0a0a;
}
.radio.is-black.is-text-color input[type=radio]:checked + span {
  color: #0a0a0a;
}
.radio.is-black.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-black.has-bg input[type=radio]:checked + span {
  border-color: #0a0a0a;
}
.radio.is-black.has-bg input[type=radio]:checked + span .radio-bg {
  background: #0a0a0a;
  border-color: #0a0a0a;
}
.radio.is-black.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-light input[type=radio]:checked + span::before {
  border-color: #f5f5f5;
}
.radio.is-light input[type=radio]:checked + span::after {
  background: #f5f5f5;
}
.radio.is-light.is-text-color input[type=radio]:checked + span {
  color: #f5f5f5;
}
.radio.is-light.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-light.has-bg input[type=radio]:checked + span {
  border-color: #f5f5f5;
}
.radio.is-light.has-bg input[type=radio]:checked + span .radio-bg {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.radio.is-light.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-dark input[type=radio]:checked + span::before {
  border-color: #3E3E3E;
}
.radio.is-dark input[type=radio]:checked + span::after {
  background: #3E3E3E;
}
.radio.is-dark.is-text-color input[type=radio]:checked + span {
  color: #3E3E3E;
}
.radio.is-dark.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-dark.has-bg input[type=radio]:checked + span {
  border-color: #3E3E3E;
}
.radio.is-dark.has-bg input[type=radio]:checked + span .radio-bg {
  background: #3E3E3E;
  border-color: #3E3E3E;
}
.radio.is-dark.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-primary input[type=radio]:checked + span::before {
  border-color: #6eba1e;
}
.radio.is-primary input[type=radio]:checked + span::after {
  background: #6eba1e;
}
.radio.is-primary.is-text-color input[type=radio]:checked + span {
  color: #6eba1e;
}
.radio.is-primary.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-primary.has-bg input[type=radio]:checked + span {
  border-color: #6eba1e;
}
.radio.is-primary.has-bg input[type=radio]:checked + span .radio-bg {
  background: #6eba1e;
  border-color: #6eba1e;
}
.radio.is-primary.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-secondary input[type=radio]:checked + span::before {
  border-color: #597e5b;
}
.radio.is-secondary input[type=radio]:checked + span::after {
  background: #597e5b;
}
.radio.is-secondary.is-text-color input[type=radio]:checked + span {
  color: #597e5b;
}
.radio.is-secondary.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-secondary.has-bg input[type=radio]:checked + span {
  border-color: #597e5b;
}
.radio.is-secondary.has-bg input[type=radio]:checked + span .radio-bg {
  background: #597e5b;
  border-color: #597e5b;
}
.radio.is-secondary.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-link input[type=radio]:checked + span::before {
  border-color: #6eba1e;
}
.radio.is-link input[type=radio]:checked + span::after {
  background: #6eba1e;
}
.radio.is-link.is-text-color input[type=radio]:checked + span {
  color: #6eba1e;
}
.radio.is-link.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-link.has-bg input[type=radio]:checked + span {
  border-color: #6eba1e;
}
.radio.is-link.has-bg input[type=radio]:checked + span .radio-bg {
  background: #6eba1e;
  border-color: #6eba1e;
}
.radio.is-link.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-info input[type=radio]:checked + span::before {
  border-color: #0c495c;
}
.radio.is-info input[type=radio]:checked + span::after {
  background: #0c495c;
}
.radio.is-info.is-text-color input[type=radio]:checked + span {
  color: #0c495c;
}
.radio.is-info.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-info.has-bg input[type=radio]:checked + span {
  border-color: #0c495c;
}
.radio.is-info.has-bg input[type=radio]:checked + span .radio-bg {
  background: #0c495c;
  border-color: #0c495c;
}
.radio.is-info.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-success input[type=radio]:checked + span::before {
  border-color: #679466;
}
.radio.is-success input[type=radio]:checked + span::after {
  background: #679466;
}
.radio.is-success.is-text-color input[type=radio]:checked + span {
  color: #679466;
}
.radio.is-success.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-success.has-bg input[type=radio]:checked + span {
  border-color: #679466;
}
.radio.is-success.has-bg input[type=radio]:checked + span .radio-bg {
  background: #679466;
  border-color: #679466;
}
.radio.is-success.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-warning input[type=radio]:checked + span::before {
  border-color: #F7B505;
}
.radio.is-warning input[type=radio]:checked + span::after {
  background: #F7B505;
}
.radio.is-warning.is-text-color input[type=radio]:checked + span {
  color: #F7B505;
}
.radio.is-warning.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-warning.has-bg input[type=radio]:checked + span {
  border-color: #F7B505;
}
.radio.is-warning.has-bg input[type=radio]:checked + span .radio-bg {
  background: #F7B505;
  border-color: #F7B505;
}
.radio.is-warning.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-danger input[type=radio]:checked + span::before {
  border-color: #D13F5C;
}
.radio.is-danger input[type=radio]:checked + span::after {
  background: #D13F5C;
}
.radio.is-danger.is-text-color input[type=radio]:checked + span {
  color: #D13F5C;
}
.radio.is-danger.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-danger.has-bg input[type=radio]:checked + span {
  border-color: #D13F5C;
}
.radio.is-danger.has-bg input[type=radio]:checked + span .radio-bg {
  background: #D13F5C;
  border-color: #D13F5C;
}
.radio.is-danger.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-NotStartedYet input[type=radio]:checked + span::before {
  border-color: #FDDA7B;
}
.radio.is-progress-NotStartedYet input[type=radio]:checked + span::after {
  background: #FDDA7B;
}
.radio.is-progress-NotStartedYet.is-text-color input[type=radio]:checked + span {
  color: #FDDA7B;
}
.radio.is-progress-NotStartedYet.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-NotStartedYet.has-bg input[type=radio]:checked + span {
  border-color: #FDDA7B;
}
.radio.is-progress-NotStartedYet.has-bg input[type=radio]:checked + span .radio-bg {
  background: #FDDA7B;
  border-color: #FDDA7B;
}
.radio.is-progress-NotStartedYet.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-Upcomming input[type=radio]:checked + span::before {
  border-color: #CACACA;
}
.radio.is-progress-Upcomming input[type=radio]:checked + span::after {
  background: #CACACA;
}
.radio.is-progress-Upcomming.is-text-color input[type=radio]:checked + span {
  color: #CACACA;
}
.radio.is-progress-Upcomming.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-Upcomming.has-bg input[type=radio]:checked + span {
  border-color: #CACACA;
}
.radio.is-progress-Upcomming.has-bg input[type=radio]:checked + span .radio-bg {
  background: #CACACA;
  border-color: #CACACA;
}
.radio.is-progress-Upcomming.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-Overdue input[type=radio]:checked + span::before {
  border-color: #FF7B7B;
}
.radio.is-progress-Overdue input[type=radio]:checked + span::after {
  background: #FF7B7B;
}
.radio.is-progress-Overdue.is-text-color input[type=radio]:checked + span {
  color: #FF7B7B;
}
.radio.is-progress-Overdue.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-Overdue.has-bg input[type=radio]:checked + span {
  border-color: #FF7B7B;
}
.radio.is-progress-Overdue.has-bg input[type=radio]:checked + span .radio-bg {
  background: #FF7B7B;
  border-color: #FF7B7B;
}
.radio.is-progress-Overdue.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-InProgress input[type=radio]:checked + span::before {
  border-color: #8BD7F8;
}
.radio.is-progress-InProgress input[type=radio]:checked + span::after {
  background: #8BD7F8;
}
.radio.is-progress-InProgress.is-text-color input[type=radio]:checked + span {
  color: #8BD7F8;
}
.radio.is-progress-InProgress.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-InProgress.has-bg input[type=radio]:checked + span {
  border-color: #8BD7F8;
}
.radio.is-progress-InProgress.has-bg input[type=radio]:checked + span .radio-bg {
  background: #8BD7F8;
  border-color: #8BD7F8;
}
.radio.is-progress-InProgress.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-Completed input[type=radio]:checked + span::before {
  border-color: #44CBB6;
}
.radio.is-progress-Completed input[type=radio]:checked + span::after {
  background: #44CBB6;
}
.radio.is-progress-Completed.is-text-color input[type=radio]:checked + span {
  color: #44CBB6;
}
.radio.is-progress-Completed.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-Completed.has-bg input[type=radio]:checked + span {
  border-color: #44CBB6;
}
.radio.is-progress-Completed.has-bg input[type=radio]:checked + span .radio-bg {
  background: #44CBB6;
  border-color: #44CBB6;
}
.radio.is-progress-Completed.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-course-NotStartedYet input[type=radio]:checked + span::before {
  border-color: #ecb920;
}
.radio.is-progress-course-NotStartedYet input[type=radio]:checked + span::after {
  background: #ecb920;
}
.radio.is-progress-course-NotStartedYet.is-text-color input[type=radio]:checked + span {
  color: #ecb920;
}
.radio.is-progress-course-NotStartedYet.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-course-NotStartedYet.has-bg input[type=radio]:checked + span {
  border-color: #ecb920;
}
.radio.is-progress-course-NotStartedYet.has-bg input[type=radio]:checked + span .radio-bg {
  background: #ecb920;
  border-color: #ecb920;
}
.radio.is-progress-course-NotStartedYet.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-course-InProgress input[type=radio]:checked + span::before {
  border-color: #2098c3;
}
.radio.is-progress-course-InProgress input[type=radio]:checked + span::after {
  background: #2098c3;
}
.radio.is-progress-course-InProgress.is-text-color input[type=radio]:checked + span {
  color: #2098c3;
}
.radio.is-progress-course-InProgress.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-course-InProgress.has-bg input[type=radio]:checked + span {
  border-color: #2098c3;
}
.radio.is-progress-course-InProgress.has-bg input[type=radio]:checked + span .radio-bg {
  background: #2098c3;
  border-color: #2098c3;
}
.radio.is-progress-course-InProgress.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-course-Completed input[type=radio]:checked + span::before {
  border-color: #6eba1e;
}
.radio.is-progress-course-Completed input[type=radio]:checked + span::after {
  background: #6eba1e;
}
.radio.is-progress-course-Completed.is-text-color input[type=radio]:checked + span {
  color: #6eba1e;
}
.radio.is-progress-course-Completed.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-course-Completed.has-bg input[type=radio]:checked + span {
  border-color: #6eba1e;
}
.radio.is-progress-course-Completed.has-bg input[type=radio]:checked + span .radio-bg {
  background: #6eba1e;
  border-color: #6eba1e;
}
.radio.is-progress-course-Completed.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-Passed input[type=radio]:checked + span::before {
  border-color: #44CBB6;
}
.radio.is-progress-Passed input[type=radio]:checked + span::after {
  background: #44CBB6;
}
.radio.is-progress-Passed.is-text-color input[type=radio]:checked + span {
  color: #44CBB6;
}
.radio.is-progress-Passed.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-Passed.has-bg input[type=radio]:checked + span {
  border-color: #44CBB6;
}
.radio.is-progress-Passed.has-bg input[type=radio]:checked + span .radio-bg {
  background: #44CBB6;
  border-color: #44CBB6;
}
.radio.is-progress-Passed.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-Failed input[type=radio]:checked + span::before {
  border-color: #FF7B7B;
}
.radio.is-progress-Failed input[type=radio]:checked + span::after {
  background: #FF7B7B;
}
.radio.is-progress-Failed.is-text-color input[type=radio]:checked + span {
  color: #FF7B7B;
}
.radio.is-progress-Failed.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-Failed.has-bg input[type=radio]:checked + span {
  border-color: #FF7B7B;
}
.radio.is-progress-Failed.has-bg input[type=radio]:checked + span .radio-bg {
  background: #FF7B7B;
  border-color: #FF7B7B;
}
.radio.is-progress-Failed.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-Missed input[type=radio]:checked + span::before {
  border-color: #CACACA;
}
.radio.is-progress-Missed input[type=radio]:checked + span::after {
  background: #CACACA;
}
.radio.is-progress-Missed.is-text-color input[type=radio]:checked + span {
  color: #CACACA;
}
.radio.is-progress-Missed.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-Missed.has-bg input[type=radio]:checked + span {
  border-color: #CACACA;
}
.radio.is-progress-Missed.has-bg input[type=radio]:checked + span .radio-bg {
  background: #CACACA;
  border-color: #CACACA;
}
.radio.is-progress-Missed.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-progress-Waiting input[type=radio]:checked + span::before {
  border-color: #FDDA7B;
}
.radio.is-progress-Waiting input[type=radio]:checked + span::after {
  background: #FDDA7B;
}
.radio.is-progress-Waiting.is-text-color input[type=radio]:checked + span {
  color: #FDDA7B;
}
.radio.is-progress-Waiting.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-progress-Waiting.has-bg input[type=radio]:checked + span {
  border-color: #FDDA7B;
}
.radio.is-progress-Waiting.has-bg input[type=radio]:checked + span .radio-bg {
  background: #FDDA7B;
  border-color: #FDDA7B;
}
.radio.is-progress-Waiting.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-exam-header input[type=radio]:checked + span::before {
  border-color: #797979;
}
.radio.is-exam-header input[type=radio]:checked + span::after {
  background: #797979;
}
.radio.is-exam-header.is-text-color input[type=radio]:checked + span {
  color: #797979;
}
.radio.is-exam-header.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-exam-header.has-bg input[type=radio]:checked + span {
  border-color: #797979;
}
.radio.is-exam-header.has-bg input[type=radio]:checked + span .radio-bg {
  background: #797979;
  border-color: #797979;
}
.radio.is-exam-header.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-reward-point input[type=radio]:checked + span::before {
  border-color: #ecb920;
}
.radio.is-reward-point input[type=radio]:checked + span::after {
  background: #ecb920;
}
.radio.is-reward-point.is-text-color input[type=radio]:checked + span {
  color: #ecb920;
}
.radio.is-reward-point.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-reward-point.has-bg input[type=radio]:checked + span {
  border-color: #ecb920;
}
.radio.is-reward-point.has-bg input[type=radio]:checked + span .radio-bg {
  background: #ecb920;
  border-color: #ecb920;
}
.radio.is-reward-point.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-exp-point input[type=radio]:checked + span::before {
  border-color: #4493CB;
}
.radio.is-exp-point input[type=radio]:checked + span::after {
  background: #4493CB;
}
.radio.is-exp-point.is-text-color input[type=radio]:checked + span {
  color: #4493CB;
}
.radio.is-exp-point.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-exp-point.has-bg input[type=radio]:checked + span {
  border-color: #4493CB;
}
.radio.is-exp-point.has-bg input[type=radio]:checked + span .radio-bg {
  background: #4493CB;
  border-color: #4493CB;
}
.radio.is-exp-point.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-got-reward input[type=radio]:checked + span::before {
  border-color: #AAAAAA;
}
.radio.is-got-reward input[type=radio]:checked + span::after {
  background: #AAAAAA;
}
.radio.is-got-reward.is-text-color input[type=radio]:checked + span {
  color: #AAAAAA;
}
.radio.is-got-reward.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-got-reward.has-bg input[type=radio]:checked + span {
  border-color: #AAAAAA;
}
.radio.is-got-reward.has-bg input[type=radio]:checked + span .radio-bg {
  background: #AAAAAA;
  border-color: #AAAAAA;
}
.radio.is-got-reward.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-correct-item input[type=radio]:checked + span::before {
  border-color: #2699FB;
}
.radio.is-correct-item input[type=radio]:checked + span::after {
  background: #2699FB;
}
.radio.is-correct-item.is-text-color input[type=radio]:checked + span {
  color: #2699FB;
}
.radio.is-correct-item.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-correct-item.has-bg input[type=radio]:checked + span {
  border-color: #2699FB;
}
.radio.is-correct-item.has-bg input[type=radio]:checked + span .radio-bg {
  background: #2699FB;
  border-color: #2699FB;
}
.radio.is-correct-item.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-wrong-item input[type=radio]:checked + span::before {
  border-color: #CE0029;
}
.radio.is-wrong-item input[type=radio]:checked + span::after {
  background: #CE0029;
}
.radio.is-wrong-item.is-text-color input[type=radio]:checked + span {
  color: #CE0029;
}
.radio.is-wrong-item.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-wrong-item.has-bg input[type=radio]:checked + span {
  border-color: #CE0029;
}
.radio.is-wrong-item.has-bg input[type=radio]:checked + span .radio-bg {
  background: #CE0029;
  border-color: #CE0029;
}
.radio.is-wrong-item.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-table-header input[type=radio]:checked + span::before {
  border-color: #848EA0;
}
.radio.is-table-header input[type=radio]:checked + span::after {
  background: #848EA0;
}
.radio.is-table-header.is-text-color input[type=radio]:checked + span {
  color: #848EA0;
}
.radio.is-table-header.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-table-header.has-bg input[type=radio]:checked + span {
  border-color: #848EA0;
}
.radio.is-table-header.has-bg input[type=radio]:checked + span .radio-bg {
  background: #848EA0;
  border-color: #848EA0;
}
.radio.is-table-header.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.radio.is-hero-header input[type=radio]:checked + span::before {
  border-color: #8ec051;
}
.radio.is-hero-header input[type=radio]:checked + span::after {
  background: #8ec051;
}
.radio.is-hero-header.is-text-color input[type=radio]:checked + span {
  color: #8ec051;
}
.radio.is-hero-header.has-bg input[type=radio]:checked + span::after {
  background: #ffffff;
}
.radio.is-hero-header.has-bg input[type=radio]:checked + span {
  border-color: #8ec051;
}
.radio.is-hero-header.has-bg input[type=radio]:checked + span .radio-bg {
  background: #8ec051;
  border-color: #8ec051;
}
.radio.is-hero-header.has-bg input[type=radio]:checked + span .radio-bg::after {
  border-color: #ffffff;
}
.select.is-borderless select {
  background: transparent;
  border: 0;
  padding-left: 0;
}
.select .show-placeholder {
  color: #999999;
}
.select .show-placeholder option {
  color: #31422f;
}
.select:not(.is-multiple) select {
  padding-right: 1.8em;
}
.select.is-loading::after {
  top: 50%;
  margin-top: -0.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.6em;
  border-radius: 0;
  border-width: 1px;
  margin-top: -0.45em;
}
.select:not(:hover).is-loading::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.is-required .label:after {
  color: #D13F5C;
  content: " *";
  display: inline;
}
form.submitted .select select.ng-invalid,
form .select select.ng-touched.ng-invalid {
  border: 1px solid #D13F5C;
}
form.submitted .ng-invalid:hover ~ .error-message-tooltip,
form .ng-touched.ng-invalid:hover ~ .error-message-tooltip {
  display: block;
}
form.submitted .ng-invalid ~ .error-message-control,
form .ng-touched.ng-invalid ~ .error-message-control {
  display: block;
}
form.submitted .ng-invalid.input, form.submitted .ng-invalid.textarea,
form .ng-touched.ng-invalid.input,
form .ng-touched.ng-invalid.textarea {
  border: 1px solid #D13F5C;
}
form.submitted .ng-invalidinput[type=radio] + span::before,
form .ng-touched.ng-invalidinput[type=radio] + span::before {
  border: 1px solid #D13F5C;
}
form.submitted .ng-invalid.base-control .input,
form.submitted .ng-invalid.base-control .select select,
form.submitted .ng-invalid.base-control .textarea,
form .ng-touched.ng-invalid.base-control .input,
form .ng-touched.ng-invalid.base-control .select select,
form .ng-touched.ng-invalid.base-control .textarea {
  border: 1px solid #D13F5C;
}
form.submitted .ng-invalid.base-control input[type=radio] + span::before,
form .ng-touched.ng-invalid.base-control input[type=radio] + span::before {
  border: 1px solid #D13F5C;
}
form.submitted .ng-invalid.base-control .file .button,
form.submitted .ng-invalid.base-control .file .file-name,
form.submitted .ng-invalid.base-control .file .file-cta,
form .ng-touched.ng-invalid.base-control .file .button,
form .ng-touched.ng-invalid.base-control .file .file-name,
form .ng-touched.ng-invalid.base-control .file .file-cta {
  border: 1px solid #D13F5C;
}
form.submitted .ng-invalid.base-control .file.is-right .file-name,
form .ng-touched.ng-invalid.base-control .file.is-right .file-name {
  border-right-width: 0px;
}
form.submitted .ng-invalid.base-control .file.is-left .file-name,
form .ng-touched.ng-invalid.base-control .file.is-left .file-name {
  border-left-width: 0px;
}
.error-message-control {
  display: none;
}
.error-message-tooltip {
  display: none;
  position: absolute;
  top: -4rem;
  left: 0;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background-color: #D13F5C;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
  z-index: 9999;
}
.circle {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #797979;
}
.circle.is-white {
  background: #ffffff;
}
.circle.is-black {
  background: #0a0a0a;
}
.circle.is-light {
  background: #f5f5f5;
}
.circle.is-dark {
  background: #3E3E3E;
}
.circle.is-primary {
  background: #6eba1e;
}
.circle.is-secondary {
  background: #597e5b;
}
.circle.is-link {
  background: #6eba1e;
}
.circle.is-info {
  background: #0c495c;
}
.circle.is-success {
  background: #679466;
}
.circle.is-warning {
  background: #F7B505;
}
.circle.is-danger {
  background: #D13F5C;
}
.circle.is-progress-NotStartedYet {
  background: #FDDA7B;
}
.circle.is-progress-Upcomming {
  background: #CACACA;
}
.circle.is-progress-Overdue {
  background: #FF7B7B;
}
.circle.is-progress-InProgress {
  background: #8BD7F8;
}
.circle.is-progress-Completed {
  background: #44CBB6;
}
.circle.is-progress-course-NotStartedYet {
  background: #ecb920;
}
.circle.is-progress-course-InProgress {
  background: #2098c3;
}
.circle.is-progress-course-Completed {
  background: #6eba1e;
}
.circle.is-progress-Passed {
  background: #44CBB6;
}
.circle.is-progress-Failed {
  background: #FF7B7B;
}
.circle.is-progress-Missed {
  background: #CACACA;
}
.circle.is-progress-Waiting {
  background: #FDDA7B;
}
.circle.is-exam-header {
  background: #797979;
}
.circle.is-reward-point {
  background: #ecb920;
}
.circle.is-exp-point {
  background: #4493CB;
}
.circle.is-got-reward {
  background: #AAAAAA;
}
.circle.is-correct-item {
  background: #2699FB;
}
.circle.is-wrong-item {
  background: #CE0029;
}
.circle.is-table-header {
  background: #848EA0;
}
.circle.is-hero-header {
  background: #8ec051;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid black;
}
.triangle-up.is-white {
  border-bottom: 0.5em solid #ffffff;
}
.triangle-up.is-black {
  border-bottom: 0.5em solid #0a0a0a;
}
.triangle-up.is-light {
  border-bottom: 0.5em solid #f5f5f5;
}
.triangle-up.is-dark {
  border-bottom: 0.5em solid #3E3E3E;
}
.triangle-up.is-primary {
  border-bottom: 0.5em solid #6eba1e;
}
.triangle-up.is-secondary {
  border-bottom: 0.5em solid #597e5b;
}
.triangle-up.is-link {
  border-bottom: 0.5em solid #6eba1e;
}
.triangle-up.is-info {
  border-bottom: 0.5em solid #0c495c;
}
.triangle-up.is-success {
  border-bottom: 0.5em solid #679466;
}
.triangle-up.is-warning {
  border-bottom: 0.5em solid #F7B505;
}
.triangle-up.is-danger {
  border-bottom: 0.5em solid #D13F5C;
}
.triangle-up.is-progress-NotStartedYet {
  border-bottom: 0.5em solid #FDDA7B;
}
.triangle-up.is-progress-Upcomming {
  border-bottom: 0.5em solid #CACACA;
}
.triangle-up.is-progress-Overdue {
  border-bottom: 0.5em solid #FF7B7B;
}
.triangle-up.is-progress-InProgress {
  border-bottom: 0.5em solid #8BD7F8;
}
.triangle-up.is-progress-Completed {
  border-bottom: 0.5em solid #44CBB6;
}
.triangle-up.is-progress-course-NotStartedYet {
  border-bottom: 0.5em solid #ecb920;
}
.triangle-up.is-progress-course-InProgress {
  border-bottom: 0.5em solid #2098c3;
}
.triangle-up.is-progress-course-Completed {
  border-bottom: 0.5em solid #6eba1e;
}
.triangle-up.is-progress-Passed {
  border-bottom: 0.5em solid #44CBB6;
}
.triangle-up.is-progress-Failed {
  border-bottom: 0.5em solid #FF7B7B;
}
.triangle-up.is-progress-Missed {
  border-bottom: 0.5em solid #CACACA;
}
.triangle-up.is-progress-Waiting {
  border-bottom: 0.5em solid #FDDA7B;
}
.triangle-up.is-exam-header {
  border-bottom: 0.5em solid #797979;
}
.triangle-up.is-reward-point {
  border-bottom: 0.5em solid #ecb920;
}
.triangle-up.is-exp-point {
  border-bottom: 0.5em solid #4493CB;
}
.triangle-up.is-got-reward {
  border-bottom: 0.5em solid #AAAAAA;
}
.triangle-up.is-correct-item {
  border-bottom: 0.5em solid #2699FB;
}
.triangle-up.is-wrong-item {
  border-bottom: 0.5em solid #CE0029;
}
.triangle-up.is-table-header {
  border-bottom: 0.5em solid #848EA0;
}
.triangle-up.is-hero-header {
  border-bottom: 0.5em solid #8ec051;
}
.triangle-down {
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid black;
}
.triangle-down.is-white {
  border-top: 0.5em solid #ffffff;
}
.triangle-down.is-black {
  border-top: 0.5em solid #0a0a0a;
}
.triangle-down.is-light {
  border-top: 0.5em solid #f5f5f5;
}
.triangle-down.is-dark {
  border-top: 0.5em solid #3E3E3E;
}
.triangle-down.is-primary {
  border-top: 0.5em solid #6eba1e;
}
.triangle-down.is-secondary {
  border-top: 0.5em solid #597e5b;
}
.triangle-down.is-link {
  border-top: 0.5em solid #6eba1e;
}
.triangle-down.is-info {
  border-top: 0.5em solid #0c495c;
}
.triangle-down.is-success {
  border-top: 0.5em solid #679466;
}
.triangle-down.is-warning {
  border-top: 0.5em solid #F7B505;
}
.triangle-down.is-danger {
  border-top: 0.5em solid #D13F5C;
}
.triangle-down.is-progress-NotStartedYet {
  border-top: 0.5em solid #FDDA7B;
}
.triangle-down.is-progress-Upcomming {
  border-top: 0.5em solid #CACACA;
}
.triangle-down.is-progress-Overdue {
  border-top: 0.5em solid #FF7B7B;
}
.triangle-down.is-progress-InProgress {
  border-top: 0.5em solid #8BD7F8;
}
.triangle-down.is-progress-Completed {
  border-top: 0.5em solid #44CBB6;
}
.triangle-down.is-progress-course-NotStartedYet {
  border-top: 0.5em solid #ecb920;
}
.triangle-down.is-progress-course-InProgress {
  border-top: 0.5em solid #2098c3;
}
.triangle-down.is-progress-course-Completed {
  border-top: 0.5em solid #6eba1e;
}
.triangle-down.is-progress-Passed {
  border-top: 0.5em solid #44CBB6;
}
.triangle-down.is-progress-Failed {
  border-top: 0.5em solid #FF7B7B;
}
.triangle-down.is-progress-Missed {
  border-top: 0.5em solid #CACACA;
}
.triangle-down.is-progress-Waiting {
  border-top: 0.5em solid #FDDA7B;
}
.triangle-down.is-exam-header {
  border-top: 0.5em solid #797979;
}
.triangle-down.is-reward-point {
  border-top: 0.5em solid #ecb920;
}
.triangle-down.is-exp-point {
  border-top: 0.5em solid #4493CB;
}
.triangle-down.is-got-reward {
  border-top: 0.5em solid #AAAAAA;
}
.triangle-down.is-correct-item {
  border-top: 0.5em solid #2699FB;
}
.triangle-down.is-wrong-item {
  border-top: 0.5em solid #CE0029;
}
.triangle-down.is-table-header {
  border-top: 0.5em solid #848EA0;
}
.triangle-down.is-hero-header {
  border-top: 0.5em solid #8ec051;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid black;
}
.triangle-right.is-white {
  border-left: 0.5em solid #ffffff;
}
.triangle-right.is-black {
  border-left: 0.5em solid #0a0a0a;
}
.triangle-right.is-light {
  border-left: 0.5em solid #f5f5f5;
}
.triangle-right.is-dark {
  border-left: 0.5em solid #3E3E3E;
}
.triangle-right.is-primary {
  border-left: 0.5em solid #6eba1e;
}
.triangle-right.is-secondary {
  border-left: 0.5em solid #597e5b;
}
.triangle-right.is-link {
  border-left: 0.5em solid #6eba1e;
}
.triangle-right.is-info {
  border-left: 0.5em solid #0c495c;
}
.triangle-right.is-success {
  border-left: 0.5em solid #679466;
}
.triangle-right.is-warning {
  border-left: 0.5em solid #F7B505;
}
.triangle-right.is-danger {
  border-left: 0.5em solid #D13F5C;
}
.triangle-right.is-progress-NotStartedYet {
  border-left: 0.5em solid #FDDA7B;
}
.triangle-right.is-progress-Upcomming {
  border-left: 0.5em solid #CACACA;
}
.triangle-right.is-progress-Overdue {
  border-left: 0.5em solid #FF7B7B;
}
.triangle-right.is-progress-InProgress {
  border-left: 0.5em solid #8BD7F8;
}
.triangle-right.is-progress-Completed {
  border-left: 0.5em solid #44CBB6;
}
.triangle-right.is-progress-course-NotStartedYet {
  border-left: 0.5em solid #ecb920;
}
.triangle-right.is-progress-course-InProgress {
  border-left: 0.5em solid #2098c3;
}
.triangle-right.is-progress-course-Completed {
  border-left: 0.5em solid #6eba1e;
}
.triangle-right.is-progress-Passed {
  border-left: 0.5em solid #44CBB6;
}
.triangle-right.is-progress-Failed {
  border-left: 0.5em solid #FF7B7B;
}
.triangle-right.is-progress-Missed {
  border-left: 0.5em solid #CACACA;
}
.triangle-right.is-progress-Waiting {
  border-left: 0.5em solid #FDDA7B;
}
.triangle-right.is-exam-header {
  border-left: 0.5em solid #797979;
}
.triangle-right.is-reward-point {
  border-left: 0.5em solid #ecb920;
}
.triangle-right.is-exp-point {
  border-left: 0.5em solid #4493CB;
}
.triangle-right.is-got-reward {
  border-left: 0.5em solid #AAAAAA;
}
.triangle-right.is-correct-item {
  border-left: 0.5em solid #2699FB;
}
.triangle-right.is-wrong-item {
  border-left: 0.5em solid #CE0029;
}
.triangle-right.is-table-header {
  border-left: 0.5em solid #848EA0;
}
.triangle-right.is-hero-header {
  border-left: 0.5em solid #8ec051;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.5em solid black;
}
.triangle-left.is-white {
  border-right: 0.5em solid #ffffff;
}
.triangle-left.is-black {
  border-right: 0.5em solid #0a0a0a;
}
.triangle-left.is-light {
  border-right: 0.5em solid #f5f5f5;
}
.triangle-left.is-dark {
  border-right: 0.5em solid #3E3E3E;
}
.triangle-left.is-primary {
  border-right: 0.5em solid #6eba1e;
}
.triangle-left.is-secondary {
  border-right: 0.5em solid #597e5b;
}
.triangle-left.is-link {
  border-right: 0.5em solid #6eba1e;
}
.triangle-left.is-info {
  border-right: 0.5em solid #0c495c;
}
.triangle-left.is-success {
  border-right: 0.5em solid #679466;
}
.triangle-left.is-warning {
  border-right: 0.5em solid #F7B505;
}
.triangle-left.is-danger {
  border-right: 0.5em solid #D13F5C;
}
.triangle-left.is-progress-NotStartedYet {
  border-right: 0.5em solid #FDDA7B;
}
.triangle-left.is-progress-Upcomming {
  border-right: 0.5em solid #CACACA;
}
.triangle-left.is-progress-Overdue {
  border-right: 0.5em solid #FF7B7B;
}
.triangle-left.is-progress-InProgress {
  border-right: 0.5em solid #8BD7F8;
}
.triangle-left.is-progress-Completed {
  border-right: 0.5em solid #44CBB6;
}
.triangle-left.is-progress-course-NotStartedYet {
  border-right: 0.5em solid #ecb920;
}
.triangle-left.is-progress-course-InProgress {
  border-right: 0.5em solid #2098c3;
}
.triangle-left.is-progress-course-Completed {
  border-right: 0.5em solid #6eba1e;
}
.triangle-left.is-progress-Passed {
  border-right: 0.5em solid #44CBB6;
}
.triangle-left.is-progress-Failed {
  border-right: 0.5em solid #FF7B7B;
}
.triangle-left.is-progress-Missed {
  border-right: 0.5em solid #CACACA;
}
.triangle-left.is-progress-Waiting {
  border-right: 0.5em solid #FDDA7B;
}
.triangle-left.is-exam-header {
  border-right: 0.5em solid #797979;
}
.triangle-left.is-reward-point {
  border-right: 0.5em solid #ecb920;
}
.triangle-left.is-exp-point {
  border-right: 0.5em solid #4493CB;
}
.triangle-left.is-got-reward {
  border-right: 0.5em solid #AAAAAA;
}
.triangle-left.is-correct-item {
  border-right: 0.5em solid #2699FB;
}
.triangle-left.is-wrong-item {
  border-right: 0.5em solid #CE0029;
}
.triangle-left.is-table-header {
  border-right: 0.5em solid #848EA0;
}
.triangle-left.is-hero-header {
  border-right: 0.5em solid #8ec051;
}
ss-multiselect-dropdown .button {
  padding-right: 2em;
}
ss-multiselect-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
ss-multiselect-dropdown .dropdown-menu span {
  margin-left: 0.5em;
  vertical-align: top;
}
.completer-selected-row {
  background-color: #6eba1e !important;
  color: #ffffff !important;
}
bs-datepicker-container, bs-daterangepicker-container {
  z-index: 1020;
}
.bs-datepicker-body .today-class {
  color: #6eba1e;
}
.bs-datepicker-body table td {
  text-align: center;
}
.theme-default .bs-datepicker-head {
  background-color: #6eba1e;
}
tag-input.readonly .ng2-tag-input {
  border-bottom: none !important;
}
tag-input.readonly tag-input-form {
  display: none;
}
.ng2-tag-input {
  border-bottom: 1px solid #ccc !important;
  padding: 0 !important;
}
.ng2-tag-input tag {
  background: #e5e5e5 !important;
  cursor: auto !important;
}
.ng2-tag-input delete-icon {
  cursor: pointer;
}
.ng2-tag-input__text-input,
.ng2-tag-input__text-input[disabled=true] {
  background: none !important;
}
.tag__text::after {
  content: " ";
  white-space: pre-line;
}
.ngx-datatable.material {
  box-shadow: none;
  border: 1px solid #E5E5E5;
  background-color: #ffffff;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover, .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #f2f2f2;
}
.ngx-datatable.material.striped .datatable-row-odd {
  background-color: #fafafa;
}
.ngx-datatable.material.striped:not(.cell-selection) .datatable-body-row:hover .datatable-row-odd, .ngx-datatable.material.striped:not(.cell-selection) .datatable-body-row:hover .datatable-row-group .datatable-row-odd {
  background-color: #f2f2f2;
}
.ngx-datatable.material .selectable:not(.checkbox-selection) .datatable-body-row {
  cursor: pointer;
}
.ngx-datatable.material .sortable .sort-btn {
  color: #ffffff;
}
.ngx-datatable.material .sortable .sort-btn:after {
  font-family: data-table;
  content: "c";
}
.ngx-datatable.material .sortable .sort-btn.datatable-icon-down:after, .ngx-datatable.material .sortable .sort-btn.datatable-icon-up:after {
  content: "";
}
.ngx-datatable.material .datatable-header-cell-template-wrap > .sort-btn {
  display: none !important;
}
.ngx-datatable.material .datatable-header-cell.sortable .datatable-header-cell-template-wrap-custom-head {
  cursor: pointer;
}
.ngx-datatable.material .datatable-header-cell.sortable .group-header-cell-template .datatable-header-cell-template-wrap-custom-head {
  cursor: auto;
}
.ngx-datatable.material .datatable-header-cell .datatable-header-cell-wrapper {
  cursor: auto;
}
.ngx-datatable.material .datatable-body-cell,
.ngx-datatable.material .datatable-header-cell,
.ngx-datatable.material .datatable-header .datatable-header-cell .sort-btn {
  line-height: 1.5;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
  color: #797979;
  background-color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  font-weight: bold;
  height: 100%;
  padding: 0;
  overflow-x: visible;
  border-right: 1px solid #E5E5E5;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
}
.ngx-datatable.material .datatable-header .datatable-header-cell:last-child {
  border-right: 0;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  text-align: center;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper .datatable-header-cell-label {
  display: block;
  white-space: pre-wrap;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-white .datatable-header-cell-template-wrap-custom-head {
  background-color: #ffffff;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-black .datatable-header-cell-template-wrap-custom-head {
  background-color: #0a0a0a;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-light .datatable-header-cell-template-wrap-custom-head {
  background-color: #f5f5f5;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-dark .datatable-header-cell-template-wrap-custom-head {
  background-color: #3E3E3E;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-primary .datatable-header-cell-template-wrap-custom-head {
  background-color: #6eba1e;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-secondary .datatable-header-cell-template-wrap-custom-head {
  background-color: #597e5b;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-link .datatable-header-cell-template-wrap-custom-head {
  background-color: #6eba1e;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-info .datatable-header-cell-template-wrap-custom-head {
  background-color: #0c495c;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-success .datatable-header-cell-template-wrap-custom-head {
  background-color: #679466;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-warning .datatable-header-cell-template-wrap-custom-head {
  background-color: #F7B505;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-danger .datatable-header-cell-template-wrap-custom-head {
  background-color: #D13F5C;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-NotStartedYet .datatable-header-cell-template-wrap-custom-head {
  background-color: #FDDA7B;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-Upcomming .datatable-header-cell-template-wrap-custom-head {
  background-color: #CACACA;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-Overdue .datatable-header-cell-template-wrap-custom-head {
  background-color: #FF7B7B;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-InProgress .datatable-header-cell-template-wrap-custom-head {
  background-color: #8BD7F8;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-Completed .datatable-header-cell-template-wrap-custom-head {
  background-color: #44CBB6;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-course-NotStartedYet .datatable-header-cell-template-wrap-custom-head {
  background-color: #ecb920;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-course-InProgress .datatable-header-cell-template-wrap-custom-head {
  background-color: #2098c3;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-course-Completed .datatable-header-cell-template-wrap-custom-head {
  background-color: #6eba1e;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-Passed .datatable-header-cell-template-wrap-custom-head {
  background-color: #44CBB6;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-Failed .datatable-header-cell-template-wrap-custom-head {
  background-color: #FF7B7B;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-Missed .datatable-header-cell-template-wrap-custom-head {
  background-color: #CACACA;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-progress-Waiting .datatable-header-cell-template-wrap-custom-head {
  background-color: #FDDA7B;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-exam-header .datatable-header-cell-template-wrap-custom-head {
  background-color: #797979;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-reward-point .datatable-header-cell-template-wrap-custom-head {
  background-color: #ecb920;
  color: #31422f;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-exp-point .datatable-header-cell-template-wrap-custom-head {
  background-color: #4493CB;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-got-reward .datatable-header-cell-template-wrap-custom-head {
  background-color: #AAAAAA;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-correct-item .datatable-header-cell-template-wrap-custom-head {
  background-color: #2699FB;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-wrong-item .datatable-header-cell-template-wrap-custom-head {
  background-color: #CE0029;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-table-header .datatable-header-cell-template-wrap-custom-head {
  background-color: #848EA0;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.is-hero-header .datatable-header-cell-template-wrap-custom-head {
  background-color: #8ec051;
  color: #ffffff;
}
.ngx-datatable.material .datatable-header .datatable-header-cell-template-wrap-custom {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ngx-datatable.material .datatable-header .datatable-header-cell-template-wrap-custom > .control {
  height: 5.6rem;
  padding: 0.8rem;
  background-color: #fafafa;
}
.ngx-datatable.material .datatable-header .datatable-header-cell-template-wrap-custom > .control .input,
.ngx-datatable.material .datatable-header .datatable-header-cell-template-wrap-custom > .control .select select {
  height: 4rem;
  border-radius: 0;
  border-color: #f2f2f2;
}
.ngx-datatable.material .datatable-header .datatable-header-cell-template-wrap-custom > .control .icon {
  height: 4rem;
}
.ngx-datatable.material .datatable-header .datatable-header-cell-template-wrap-custom-head {
  background-color: #848EA0;
  display: flex;
  flex: auto;
  padding: 0.5em 1em;
}
.ngx-datatable.material .datatable-header .datatable-header-cell-template-wrap-custom-head.group-header-cell-template {
  flex-grow: 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #E5E5E5;
}
.ngx-datatable.material .datatable-header .datatable-header-cell-template-wrap-custom-head .datatable-header-cell-wrapper {
  flex: 1;
}
.ngx-datatable.material .datatable-body .datatable-body-row {
  border-top: none;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  color: #31422f;
  font-size: 1.4rem;
  font-weight: inherit;
  padding: 0.25em 1em;
  border-right: 1px solid #E5E5E5;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell:last-child {
  border-right: 0;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell.is-flex .datatable-body-cell-label {
  flex-grow: 1;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .icon {
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .input-group-inline, .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .input-inline {
  margin-top: -0.5rem;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-white {
  background-color: #ffffff;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-black {
  background-color: #0a0a0a;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-light {
  background-color: #f5f5f5;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-dark {
  background-color: #3E3E3E;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-primary {
  background-color: #6eba1e;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-secondary {
  background-color: #597e5b;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-link {
  background-color: #6eba1e;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-info {
  background-color: #0c495c;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-success {
  background-color: #679466;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-warning {
  background-color: #F7B505;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-danger {
  background-color: #D13F5C;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-NotStartedYet {
  background-color: #FDDA7B;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-Upcomming {
  background-color: #CACACA;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-Overdue {
  background-color: #FF7B7B;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-InProgress {
  background-color: #8BD7F8;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-Completed {
  background-color: #44CBB6;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-course-NotStartedYet {
  background-color: #ecb920;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-course-InProgress {
  background-color: #2098c3;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-course-Completed {
  background-color: #6eba1e;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-Passed {
  background-color: #44CBB6;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-Failed {
  background-color: #FF7B7B;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-Missed {
  background-color: #CACACA;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-progress-Waiting {
  background-color: #FDDA7B;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-exam-header {
  background-color: #797979;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-reward-point {
  background-color: #ecb920;
  color: #31422f;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-exp-point {
  background-color: #4493CB;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-got-reward {
  background-color: #AAAAAA;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-correct-item {
  background-color: #2699FB;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-wrong-item {
  background-color: #CE0029;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-table-header {
  background-color: #848EA0;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-body-row.is-hero-header {
  background-color: #8ec051;
  color: #ffffff;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #F4F4F4;
}
.ngx-datatable.material .datatable-footer {
  background-color: #fafafa !important;
}
.ngx-datatable.material .datatable-footer .page-count {
  flex: initial;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  flex: 1;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  color: #ffffff;
  background-color: #6eba1e;
}
.ngx-datatable.material .datatable-body .progress-linear {
  position: relative;
  position: sticky;
  left: 0;
}
.ngx-datatable .datatable-body-cell,
.ngx-datatable .datatable-header-cell {
  -webkit-user-select: initial !important;
  -o-user-select: initial !important;
  user-select: initial !important;
}
datatable-selection {
  display: block;
}
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active,
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active:hover,
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #797979;
}
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active .datatable-body-cell-label, .ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active .icon,
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active:hover .datatable-body-cell-label,
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active:hover .icon,
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active .datatable-row-group .datatable-body-cell-label,
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active .datatable-row-group .icon,
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active:hover .datatable-row-group .datatable-body-cell-label,
.ngx-datatable.material.selectable:not(.cell-selection) .datatable-body-row.active:hover .datatable-row-group .icon,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-body-cell-label,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .icon,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-body-cell-label,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .icon,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-body-cell-label,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .icon,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group .datatable-body-cell-label,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group .icon,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group .datatable-body-cell-label,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group .icon,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group .datatable-body-cell-label,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group .icon {
  color: #ffffff;
}
.datatable-header-cell-template-wrap .datatable-checkbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.5em;
}
.datatable-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
}
.datatable-checkbox input[type=checkbox] {
  margin: 0;
}
.datatable-checkbox input[type=checkbox]::before {
  position: absolute;
  content: "";
  border: 1px solid #E5E5E5 !important;
  background-color: #fff;
  height: 1em !important;
  width: 1em !important;
  top: 0;
  left: 0;
  z-index: initial;
}
.datatable-checkbox input[type=checkbox]::after {
  content: none;
  background: none;
}
.datatable-checkbox input[type=checkbox]:checked::before {
  border: 1px solid #6eba1e !important;
  transform: none !important;
  height: inherit !important;
}
.datatable-checkbox input[type=checkbox]:checked::after {
  position: absolute;
  content: "✓";
  text-align: center;
  font-weight: bold;
  color: #6eba1e;
  font-size: 0.8em;
  line-height: 1.25;
  height: 1.25em;
  width: 1.25em;
  top: 0;
  left: 0;
}
.ngx-datatable.material .datatable-header .datatable-header-cell-template-wrap-custom > .control {
  padding: 0.8rem;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper .datatable-header-cell-label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.pcr-app .pcr-interaction .pcr-result {
  flex: 1 1 70px;
  min-width: 70px;
}
.ph-item {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.ph-item > * {
  padding-right: 0;
  padding-left: 0;
}
.toast-container .ngx-toastr {
  padding: 15px;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 7px #999999;
}
.toast-container .ngx-toastr.is-white {
  color: #31422f;
  background-color: #ffffff;
}
.toast-container .ngx-toastr.is-black {
  color: #ffffff;
  background-color: #0a0a0a;
}
.toast-container .ngx-toastr.is-light {
  color: #31422f;
  background-color: #f5f5f5;
}
.toast-container .ngx-toastr.is-dark {
  color: #ffffff;
  background-color: #3E3E3E;
}
.toast-container .ngx-toastr.is-primary {
  color: #ffffff;
  background-color: #6eba1e;
}
.toast-container .ngx-toastr.is-secondary {
  color: #ffffff;
  background-color: #597e5b;
}
.toast-container .ngx-toastr.is-link {
  color: #ffffff;
  background-color: #6eba1e;
}
.toast-container .ngx-toastr.is-info {
  color: #ffffff;
  background-color: #0c495c;
}
.toast-container .ngx-toastr.is-success {
  color: #ffffff;
  background-color: #679466;
}
.toast-container .ngx-toastr.is-warning {
  color: #31422f;
  background-color: #F7B505;
}
.toast-container .ngx-toastr.is-danger {
  color: #ffffff;
  background-color: #D13F5C;
}
.toast-container .ngx-toastr.is-progress-NotStartedYet {
  color: #31422f;
  background-color: #FDDA7B;
}
.toast-container .ngx-toastr.is-progress-Upcomming {
  color: #31422f;
  background-color: #CACACA;
}
.toast-container .ngx-toastr.is-progress-Overdue {
  color: #ffffff;
  background-color: #FF7B7B;
}
.toast-container .ngx-toastr.is-progress-InProgress {
  color: #31422f;
  background-color: #8BD7F8;
}
.toast-container .ngx-toastr.is-progress-Completed {
  color: #ffffff;
  background-color: #44CBB6;
}
.toast-container .ngx-toastr.is-progress-course-NotStartedYet {
  color: #31422f;
  background-color: #ecb920;
}
.toast-container .ngx-toastr.is-progress-course-InProgress {
  color: #ffffff;
  background-color: #2098c3;
}
.toast-container .ngx-toastr.is-progress-course-Completed {
  color: #ffffff;
  background-color: #6eba1e;
}
.toast-container .ngx-toastr.is-progress-Passed {
  color: #ffffff;
  background-color: #44CBB6;
}
.toast-container .ngx-toastr.is-progress-Failed {
  color: #ffffff;
  background-color: #FF7B7B;
}
.toast-container .ngx-toastr.is-progress-Missed {
  color: #31422f;
  background-color: #CACACA;
}
.toast-container .ngx-toastr.is-progress-Waiting {
  color: #31422f;
  background-color: #FDDA7B;
}
.toast-container .ngx-toastr.is-exam-header {
  color: #ffffff;
  background-color: #797979;
}
.toast-container .ngx-toastr.is-reward-point {
  color: #31422f;
  background-color: #ecb920;
}
.toast-container .ngx-toastr.is-exp-point {
  color: #ffffff;
  background-color: #4493CB;
}
.toast-container .ngx-toastr.is-got-reward {
  color: #ffffff;
  background-color: #AAAAAA;
}
.toast-container .ngx-toastr.is-correct-item {
  color: #ffffff;
  background-color: #2699FB;
}
.toast-container .ngx-toastr.is-wrong-item {
  color: #ffffff;
  background-color: #CE0029;
}
.toast-container .ngx-toastr.is-table-header {
  color: #ffffff;
  background-color: #848EA0;
}
.toast-container .ngx-toastr.is-hero-header {
  color: #ffffff;
  background-color: #8ec051;
}
.tippy-box {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #f2f2f2;
  color: #31422f;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  border-style: none;
  border-radius: 4px;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}
.tippy-box > .tippy-arrow::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-color: transparent;
  border-style: none;
}
.tippy-box[data-placement^=top] > .tippy-arrow::before {
  border-top-color: #f2f2f2;
}
.tippy-box[data-placement^=top] > .tippy-arrow::after {
  border-top-color: rgba(0, 8, 16, 0.15);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #f2f2f2;
  bottom: 16px;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow::after {
  border-bottom-color: rgba(0, 8, 16, 0.15);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}
.tippy-box[data-placement^=left] > .tippy-arrow::before {
  border-left-color: #f2f2f2;
}
.tippy-box[data-placement^=left] > .tippy-arrow::after {
  border-left-color: rgba(0, 8, 16, 0.15);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}
.tippy-box[data-placement^=right] > .tippy-arrow::before {
  border-right-color: #f2f2f2;
  right: 16px;
}
.tippy-box[data-placement^=right] > .tippy-arrow::after {
  border-right-color: rgba(0, 8, 16, 0.15);
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
}
.tippy-box[data-theme~=is-paddingless] .tippy-content {
  padding: 0;
}
.tippy-box[data-theme~=invert] {
  background-color: #242424;
  color: #ffffff;
}
.tippy-box[data-theme~=is-white] {
  background-color: #ffffff;
  color: #31422f;
}
.tippy-box[data-theme~=is-white][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #ffffff;
}
.tippy-box[data-theme~=is-white][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #ffffff;
}
.tippy-box[data-theme~=is-white][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #ffffff;
}
.tippy-box[data-theme~=is-white][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #ffffff;
}
.tippy-box[data-theme~=is-black] {
  background-color: #0a0a0a;
  color: #ffffff;
}
.tippy-box[data-theme~=is-black][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #0a0a0a;
}
.tippy-box[data-theme~=is-black][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #0a0a0a;
}
.tippy-box[data-theme~=is-black][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #0a0a0a;
}
.tippy-box[data-theme~=is-black][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #0a0a0a;
}
.tippy-box[data-theme~=is-light] {
  background-color: #f5f5f5;
  color: #31422f;
}
.tippy-box[data-theme~=is-light][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #f5f5f5;
}
.tippy-box[data-theme~=is-light][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #f5f5f5;
}
.tippy-box[data-theme~=is-light][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #f5f5f5;
}
.tippy-box[data-theme~=is-light][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #f5f5f5;
}
.tippy-box[data-theme~=is-dark] {
  background-color: #3E3E3E;
  color: #ffffff;
}
.tippy-box[data-theme~=is-dark][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #3E3E3E;
}
.tippy-box[data-theme~=is-dark][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #3E3E3E;
}
.tippy-box[data-theme~=is-dark][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #3E3E3E;
}
.tippy-box[data-theme~=is-dark][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #3E3E3E;
}
.tippy-box[data-theme~=is-primary] {
  background-color: #6eba1e;
  color: #ffffff;
}
.tippy-box[data-theme~=is-primary][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #6eba1e;
}
.tippy-box[data-theme~=is-primary][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #6eba1e;
}
.tippy-box[data-theme~=is-primary][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #6eba1e;
}
.tippy-box[data-theme~=is-primary][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #6eba1e;
}
.tippy-box[data-theme~=is-secondary] {
  background-color: #597e5b;
  color: #ffffff;
}
.tippy-box[data-theme~=is-secondary][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #597e5b;
}
.tippy-box[data-theme~=is-secondary][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #597e5b;
}
.tippy-box[data-theme~=is-secondary][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #597e5b;
}
.tippy-box[data-theme~=is-secondary][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #597e5b;
}
.tippy-box[data-theme~=is-link] {
  background-color: #6eba1e;
  color: #ffffff;
}
.tippy-box[data-theme~=is-link][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #6eba1e;
}
.tippy-box[data-theme~=is-link][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #6eba1e;
}
.tippy-box[data-theme~=is-link][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #6eba1e;
}
.tippy-box[data-theme~=is-link][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #6eba1e;
}
.tippy-box[data-theme~=is-info] {
  background-color: #0c495c;
  color: #ffffff;
}
.tippy-box[data-theme~=is-info][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #0c495c;
}
.tippy-box[data-theme~=is-info][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #0c495c;
}
.tippy-box[data-theme~=is-info][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #0c495c;
}
.tippy-box[data-theme~=is-info][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #0c495c;
}
.tippy-box[data-theme~=is-success] {
  background-color: #679466;
  color: #ffffff;
}
.tippy-box[data-theme~=is-success][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #679466;
}
.tippy-box[data-theme~=is-success][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #679466;
}
.tippy-box[data-theme~=is-success][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #679466;
}
.tippy-box[data-theme~=is-success][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #679466;
}
.tippy-box[data-theme~=is-warning] {
  background-color: #F7B505;
  color: #31422f;
}
.tippy-box[data-theme~=is-warning][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #F7B505;
}
.tippy-box[data-theme~=is-warning][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #F7B505;
}
.tippy-box[data-theme~=is-warning][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #F7B505;
}
.tippy-box[data-theme~=is-warning][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #F7B505;
}
.tippy-box[data-theme~=is-danger] {
  background-color: #D13F5C;
  color: #ffffff;
}
.tippy-box[data-theme~=is-danger][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #D13F5C;
}
.tippy-box[data-theme~=is-danger][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #D13F5C;
}
.tippy-box[data-theme~=is-danger][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #D13F5C;
}
.tippy-box[data-theme~=is-danger][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #D13F5C;
}
.tippy-box[data-theme~=is-progress-NotStartedYet] {
  background-color: #FDDA7B;
  color: #31422f;
}
.tippy-box[data-theme~=is-progress-NotStartedYet][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #FDDA7B;
}
.tippy-box[data-theme~=is-progress-NotStartedYet][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #FDDA7B;
}
.tippy-box[data-theme~=is-progress-NotStartedYet][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #FDDA7B;
}
.tippy-box[data-theme~=is-progress-NotStartedYet][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #FDDA7B;
}
.tippy-box[data-theme~=is-progress-Upcomming] {
  background-color: #CACACA;
  color: #31422f;
}
.tippy-box[data-theme~=is-progress-Upcomming][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #CACACA;
}
.tippy-box[data-theme~=is-progress-Upcomming][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #CACACA;
}
.tippy-box[data-theme~=is-progress-Upcomming][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #CACACA;
}
.tippy-box[data-theme~=is-progress-Upcomming][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #CACACA;
}
.tippy-box[data-theme~=is-progress-Overdue] {
  background-color: #FF7B7B;
  color: #ffffff;
}
.tippy-box[data-theme~=is-progress-Overdue][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #FF7B7B;
}
.tippy-box[data-theme~=is-progress-Overdue][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #FF7B7B;
}
.tippy-box[data-theme~=is-progress-Overdue][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #FF7B7B;
}
.tippy-box[data-theme~=is-progress-Overdue][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #FF7B7B;
}
.tippy-box[data-theme~=is-progress-InProgress] {
  background-color: #8BD7F8;
  color: #31422f;
}
.tippy-box[data-theme~=is-progress-InProgress][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #8BD7F8;
}
.tippy-box[data-theme~=is-progress-InProgress][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #8BD7F8;
}
.tippy-box[data-theme~=is-progress-InProgress][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #8BD7F8;
}
.tippy-box[data-theme~=is-progress-InProgress][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #8BD7F8;
}
.tippy-box[data-theme~=is-progress-Completed] {
  background-color: #44CBB6;
  color: #ffffff;
}
.tippy-box[data-theme~=is-progress-Completed][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #44CBB6;
}
.tippy-box[data-theme~=is-progress-Completed][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #44CBB6;
}
.tippy-box[data-theme~=is-progress-Completed][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #44CBB6;
}
.tippy-box[data-theme~=is-progress-Completed][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #44CBB6;
}
.tippy-box[data-theme~=is-progress-course-NotStartedYet] {
  background-color: #ecb920;
  color: #31422f;
}
.tippy-box[data-theme~=is-progress-course-NotStartedYet][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #ecb920;
}
.tippy-box[data-theme~=is-progress-course-NotStartedYet][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #ecb920;
}
.tippy-box[data-theme~=is-progress-course-NotStartedYet][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #ecb920;
}
.tippy-box[data-theme~=is-progress-course-NotStartedYet][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #ecb920;
}
.tippy-box[data-theme~=is-progress-course-InProgress] {
  background-color: #2098c3;
  color: #ffffff;
}
.tippy-box[data-theme~=is-progress-course-InProgress][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #2098c3;
}
.tippy-box[data-theme~=is-progress-course-InProgress][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #2098c3;
}
.tippy-box[data-theme~=is-progress-course-InProgress][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #2098c3;
}
.tippy-box[data-theme~=is-progress-course-InProgress][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #2098c3;
}
.tippy-box[data-theme~=is-progress-course-Completed] {
  background-color: #6eba1e;
  color: #ffffff;
}
.tippy-box[data-theme~=is-progress-course-Completed][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #6eba1e;
}
.tippy-box[data-theme~=is-progress-course-Completed][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #6eba1e;
}
.tippy-box[data-theme~=is-progress-course-Completed][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #6eba1e;
}
.tippy-box[data-theme~=is-progress-course-Completed][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #6eba1e;
}
.tippy-box[data-theme~=is-progress-Passed] {
  background-color: #44CBB6;
  color: #ffffff;
}
.tippy-box[data-theme~=is-progress-Passed][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #44CBB6;
}
.tippy-box[data-theme~=is-progress-Passed][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #44CBB6;
}
.tippy-box[data-theme~=is-progress-Passed][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #44CBB6;
}
.tippy-box[data-theme~=is-progress-Passed][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #44CBB6;
}
.tippy-box[data-theme~=is-progress-Failed] {
  background-color: #FF7B7B;
  color: #ffffff;
}
.tippy-box[data-theme~=is-progress-Failed][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #FF7B7B;
}
.tippy-box[data-theme~=is-progress-Failed][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #FF7B7B;
}
.tippy-box[data-theme~=is-progress-Failed][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #FF7B7B;
}
.tippy-box[data-theme~=is-progress-Failed][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #FF7B7B;
}
.tippy-box[data-theme~=is-progress-Missed] {
  background-color: #CACACA;
  color: #31422f;
}
.tippy-box[data-theme~=is-progress-Missed][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #CACACA;
}
.tippy-box[data-theme~=is-progress-Missed][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #CACACA;
}
.tippy-box[data-theme~=is-progress-Missed][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #CACACA;
}
.tippy-box[data-theme~=is-progress-Missed][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #CACACA;
}
.tippy-box[data-theme~=is-progress-Waiting] {
  background-color: #FDDA7B;
  color: #31422f;
}
.tippy-box[data-theme~=is-progress-Waiting][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #FDDA7B;
}
.tippy-box[data-theme~=is-progress-Waiting][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #FDDA7B;
}
.tippy-box[data-theme~=is-progress-Waiting][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #FDDA7B;
}
.tippy-box[data-theme~=is-progress-Waiting][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #FDDA7B;
}
.tippy-box[data-theme~=is-exam-header] {
  background-color: #797979;
  color: #ffffff;
}
.tippy-box[data-theme~=is-exam-header][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #797979;
}
.tippy-box[data-theme~=is-exam-header][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #797979;
}
.tippy-box[data-theme~=is-exam-header][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #797979;
}
.tippy-box[data-theme~=is-exam-header][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #797979;
}
.tippy-box[data-theme~=is-reward-point] {
  background-color: #ecb920;
  color: #31422f;
}
.tippy-box[data-theme~=is-reward-point][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #ecb920;
}
.tippy-box[data-theme~=is-reward-point][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #ecb920;
}
.tippy-box[data-theme~=is-reward-point][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #ecb920;
}
.tippy-box[data-theme~=is-reward-point][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #ecb920;
}
.tippy-box[data-theme~=is-exp-point] {
  background-color: #4493CB;
  color: #ffffff;
}
.tippy-box[data-theme~=is-exp-point][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #4493CB;
}
.tippy-box[data-theme~=is-exp-point][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #4493CB;
}
.tippy-box[data-theme~=is-exp-point][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #4493CB;
}
.tippy-box[data-theme~=is-exp-point][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #4493CB;
}
.tippy-box[data-theme~=is-got-reward] {
  background-color: #AAAAAA;
  color: #ffffff;
}
.tippy-box[data-theme~=is-got-reward][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #AAAAAA;
}
.tippy-box[data-theme~=is-got-reward][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #AAAAAA;
}
.tippy-box[data-theme~=is-got-reward][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #AAAAAA;
}
.tippy-box[data-theme~=is-got-reward][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #AAAAAA;
}
.tippy-box[data-theme~=is-correct-item] {
  background-color: #2699FB;
  color: #ffffff;
}
.tippy-box[data-theme~=is-correct-item][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #2699FB;
}
.tippy-box[data-theme~=is-correct-item][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #2699FB;
}
.tippy-box[data-theme~=is-correct-item][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #2699FB;
}
.tippy-box[data-theme~=is-correct-item][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #2699FB;
}
.tippy-box[data-theme~=is-wrong-item] {
  background-color: #CE0029;
  color: #ffffff;
}
.tippy-box[data-theme~=is-wrong-item][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #CE0029;
}
.tippy-box[data-theme~=is-wrong-item][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #CE0029;
}
.tippy-box[data-theme~=is-wrong-item][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #CE0029;
}
.tippy-box[data-theme~=is-wrong-item][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #CE0029;
}
.tippy-box[data-theme~=is-table-header] {
  background-color: #848EA0;
  color: #ffffff;
}
.tippy-box[data-theme~=is-table-header][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #848EA0;
}
.tippy-box[data-theme~=is-table-header][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #848EA0;
}
.tippy-box[data-theme~=is-table-header][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #848EA0;
}
.tippy-box[data-theme~=is-table-header][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #848EA0;
}
.tippy-box[data-theme~=is-hero-header] {
  background-color: #8ec051;
  color: #ffffff;
}
.tippy-box[data-theme~=is-hero-header][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #8ec051;
}
.tippy-box[data-theme~=is-hero-header][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #8ec051;
}
.tippy-box[data-theme~=is-hero-header][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #8ec051;
}
.tippy-box[data-theme~=is-hero-header][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #8ec051;
}
.tippy-box[data-theme~=is-bordered] {
  border-style: solid;
}
.tippy-box[data-theme~=is-bordered] > .tippy-arrow::after {
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .section.is-fit {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.toast-container .ngx-toastr .toast-close-button {
  position: static;
  text-shadow: none;
}
.toast-container .ngx-toastr.is-white .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-black .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-light .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-dark .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-primary .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-secondary .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-link .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-info .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-success .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-warning .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-danger .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-progress-NotStartedYet .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-progress-Upcomming .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-progress-Overdue .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-progress-InProgress .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-progress-Completed .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-progress-course-NotStartedYet .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-progress-course-InProgress .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-progress-course-Completed .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-progress-Passed .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-progress-Failed .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-progress-Missed .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-progress-Waiting .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-exam-header .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-reward-point .toast-close-button {
  color: #31422f;
}
.toast-container .ngx-toastr.is-exp-point .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-got-reward .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-correct-item .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-wrong-item .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-table-header .toast-close-button {
  color: #ffffff;
}
.toast-container .ngx-toastr.is-hero-header .toast-close-button {
  color: #ffffff;
}
html.is-overflow-hidden {
  padding-right: 17px;
}
.vjs-theme-fantasy {
  --vjs-theme-fantasy--primary: #6eba1e;
  --vjs-theme-fantasy--secondary: #fff;
}
.vjs-live-display {
  align-self: center;
}
.vjs-seek-to-live-control {
  align-items: center;
}
.vjs-liveui .vjs-marker {
  display: none;
}
.video-js .vjs-play-progress:before {
  z-index: 101;
}
.vjs-marker-watched {
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 99;
  background-color: #477813;
}
.vjs-progress-control.vjs-control {
  margin-right: 0.5em;
}
.vjs-playback-rate-value {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainContainer {
  display: flex;
}
#mainContainer .container {
  max-width: none !important;
  width: 100% !important;
}
#sidebar {
  width: auto;
}
#content {
  flex: 1;
}
#content {
  width: calc(100% - 240px);
}
@media screen and (min-width: 768px), print {
  body.mini-bar #content {
    width: calc(100% - 50px);
  }
  body.mini-bar .section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ng-sidebar__content {
  overflow: visible !important;
  position: static !important;
}
.ng-sidebar__backdrop {
  z-index: 2 !important;
}
._sidebar-opened-content {
  height: 100vh;
}
._g-watermark {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
._g-watermark ._g-watermark-text {
  background-color: black;
  font-size: 4.9rem;
  color: white;
  transform: rotate(-45deg);
  white-space: nowrap;
  padding: 0 0.5em;
}
._g-tabs {
  white-space: nowrap;
}
._g-tabs.tabs.is-toggle li a {
  display: block;
  border-color: #6eba1e;
  color: #6eba1e;
  text-align: center;
  min-width: 60px;
}
._g-tabs.tabs.is-toggle li.is-active a {
  background-color: #6eba1e;
  color: #ffffff;
  font-weight: 700;
}
._g-tabs.tabs.is-toggle li span {
  display: block;
  margin: 0;
}
._g-course-cover-image {
  padding-top: 56.25%;
  background-image: url('resources/course.8a2ed593f6b30d2daa04.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
._g-course-cover-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
._g-short-answer-control {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}
._g-circle-number {
  border-radius: 50%;
  background-color: #597e5b;
  color: #ffffff;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
}
._g-user-profile-level {
  padding: 0px 4px;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  border-radius: 2px;
  background: #F4F4F4;
}
.fr-toolbar {
  border-top: 0;
}
.fr-audio {
  text-align: left;
}
audio {
  height: 54px;
}
.datatable-scroll {
  width: auto !important;
}
._g-carousel-item-has-shadow-hovered .glide__slides > * {
  margin-top: 1px;
  margin-bottom: 10px;
}
._g-carousel-item-has-shadow-hovered .glide__track {
  margin-left: -7px;
  margin-right: -10px;
  padding-left: 7px;
  padding-right: 10px;
}
@media screen and (max-width: 1263px) {
  ._sidebar-opened-content #header,
._sidebar-opened-content #mainContainer {
    width: 100vw;
  }

  .vjs-control-bar {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px), print {
  ._g-tabs.tabs.is-toggle li a {
    display: flex;
    padding: 0.75em 1.5em;
  }
  ._g-tabs.tabs.is-toggle li span {
    display: inline;
  }
  ._g-tabs.tabs.is-toggle li span:first-child:not(:last-child) {
    margin-right: 0.5em;
  }
  ._g-tabs.tabs.is-fullwidth li {
    flex-grow: 0;
  }
}
@media print {
  html, body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  html {
    background-color: #F4F4F4 !important;
  }

  .no-print {
    display: none !important;
  }

  .box {
    background-color: white !important;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1) !important;
  }

  ._g-tabs.tabs.primary.is-toggle li.is-active a {
    background-color: #E11383 !important;
  }

  #content {
    border: none;
  }

  .ngx-datatable.material .datatable-header .datatable-header-cell.is-table-header {
    background-color: #848EA0 !important;
  }

  .select select, .input, .textarea {
    background-color: white !important;
  }
}
._t-cover {
  background-image: url('resources/oliv-bg.7d1926d8d710a3e926b9.png');
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
._t-banner {
  background-image: url('resources/oliv-banner.bc9748b562d6daa6c7d5.png');
}
._t-login-logo-1 {
  display: none;
}
._t-login-logo-2 {
  background-image: url('resources/oliv-logo.4ca0e7be355b703f09d2.svg');
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
}
._t-header-logo-1 {
  display: none;
}

/*# sourceMappingURL=styles.1554e047322190c77b71.css.map*/