/*!Semantic UI 2.2.12 - Segment (available: http://github.com/semantic-org/semantic-ui/) Released under MIT License. Also includes Notyf (released under MIT licence). Modified for Cooljugator.com*/
.ui.button {
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .ui.button,
  .ui.button:hover {
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  }
  .ui.button:focus .icon,
  .ui.button:hover .icon {
    opacity: 0.85;
  }
  .ui.button,
  .ui.dropdown {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
  }
  .ui.button,
  .ui.input,
  [data-tooltip]:after,
  i.icon {
    font-style: normal;
  }
  .ui.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0.25em 0 0;
    padding: 0.78571429em 1.5em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.1s ease, background-color 0.1s ease,
      color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
      box-shadow 0.1s ease, background 0.1s ease;
    will-change: "";
  }
  .ui.button:focus,
  .ui.button:hover {
    background-color: #cacbcd;
    color: rgba(0, 0, 0, 0.8);
  }
  .ui.button:hover {
    background-image: none;
  }
  .ui.button:focus {
    background-image: "" !important;
    box-shadow: "" !important;
  }
  .ui.button:active {
    background-color: #babbbc;
    background-image: "";
    color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 0 1px transparent inset, none;
  }
  @-webkit-keyframes button-spin {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes button-spin {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .ui.button:disabled {
    cursor: default;
    opacity: 0.45 !important;
    background-image: none !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }
  .ui.icon.input > i.icon:not(.link) {
    pointer-events: none;
  }
  .ui[class*="left labeled"].button > .label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ui.grid {
    -ms-flex-direction: row;
  }
  .ui.button:not(.icon) > .icon:not(.button):not(.dropdown),
  .ui.button > .icon:not(.button) {
    margin: 0 0.42857143em 0 -0.21428571em;
  }
  .ui[class*="left labeled"].button > .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ui.button > .icon:not(.button) {
    height: 0.85714286em;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    vertical-align: "";
    color: "";
  }
  .ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
    margin: 0 -0.21428571em 0 0.42857143em;
  }
  .ui[class*="left floated"].button {
    float: left;
    margin-left: 0;
    margin-right: 0.25em;
  }
  .ui[class*="right floated"].button {
    float: right;
    margin-right: 0;
    margin-left: 0.25em;
  }
  .ui.small.button {
    font-size: 0.92857143rem;
  }
  .ui.button {
    font-size: 1rem;
  }
  .ui.large.button {
    font-size: 1.14285714rem;
  }
  .ui.icon.button {
    padding: 0.78571429em;
  }
  .ui.icon.button > .icon {
    opacity: 0.9;
    margin: 0 !important;
    vertical-align: top;
  }
  .ui[class*="right labeled"].icon.button {
    padding-right: 4.07142857em !important;
    padding-left: 1.5em !important;
  }
  .ui[class*="right labeled"].icon.button > .icon {
    left: auto;
    right: 0;
    border-radius: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    box-shadow: 1px 0 0 0 transparent inset;
  }
  .ui.blue.button {
    background-color: #15803d;
    color: #fff;
    text-shadow: none;
    background-image: none;
  }
  .ui.blue.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  }
  .ui.blue.button:hover {
    background-color: #1678c2;
    color: #fff;
    text-shadow: none;
  }
  .ui.blue.button:focus {
    background-color: #0d71bb;
    color: #fff;
    text-shadow: none;
  }
  .ui.blue.button:active {
    background-color: #1a69a4;
    color: #fff;
    text-shadow: none;
  }
  .ui.green.button {
    background-color: #21ba45;
    color: #fff;
    text-shadow: none;
    background-image: none;
  }
  .ui.green.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  }
  .ui.green.button:hover {
    background-color: #16ab39;
    color: #fff;
    text-shadow: none;
  }
  .ui.green.button:focus {
    background-color: #0ea432;
    color: #fff;
    text-shadow: none;
  }
  .ui.green.button:active {
    background-color: #198f35;
    color: #fff;
    text-shadow: none;
  }
  @font-face {
    font-family: Checkbox;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)
      format("truetype");
  }
  .ui.container {
    display: block;
    max-width: 100% !important;
  }
  .ui.grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  @media only screen and (max-width: 767px) {
    .ui.container,
    .ui.grid.container {
      width: auto !important;
    }
    .invisible {
      display: none !important;
    }
    .ui.container {
      margin-left: 1em !important;
      margin-right: 1em !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui.container {
      width: 723px;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .ui.grid.container {
      width: calc(723px + 2rem) !important;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui.container {
      width: 933px;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .ui.grid.container {
      width: calc(933px + 2rem) !important;
    }
  }
  @media only screen and (min-width: 1200px) {
    .ui.container {
      width: 1540px;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .ui.grid.container {
      width: calc(1540px + 2rem) !important;
    }
  }
  .ui.text.container {
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
    max-width: 700px !important;
    line-height: 1.5;
    font-size: 1.14285714rem;
  }
  .ui.form,
  .ui.input input {
    max-width: 100%;
  }
  .ui[class*="left aligned"].container {
    text-align: left;
  }
  .ui[class*="center aligned"].container {
    text-align: center;
  }
  .ui[class*="right aligned"].container {
    text-align: right;
  }
  .ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: left;
    -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
  }
  .ui.dropdown > input:not(.search):first-child {
    display: none !important;
  }
  .ui.dropdown > .dropdown.icon {
    position: relative;
    font-size: 0.85714286em;
    margin: 0 0 0 1em;
  }
  .ui.dropdown > .text {
    display: inline-block;
    -webkit-transition: none;
    transition: none;
  }
  .ui.dropdown > .text > [class*="right floated"] {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 1em !important;
  }
  .ui.dropdown > .text > [class*="left floated"] {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 1em !important;
  }
  .ui.dropdown > .text > .icon,
  .ui.dropdown > .text > .label {
    margin-top: 0;
    margin-left: 0;
    float: none;
    margin-right: 0.78571429rem;
  }
  .ui.dropdown.icon.button > .dropdown.icon {
    margin: 0;
  }
  .ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit;
  }
  .ui.inline.dropdown .dropdown.icon {
    margin: 0 0.5em 0 0.21428571em;
    vertical-align: baseline;
  }
  .ui.inline.dropdown > .text {
    font-weight: 700;
  }
  @-webkit-keyframes dropdown-spin {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes dropdown-spin {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .ui.default.dropdown:not(.button) > .text,
  .ui.dropdown:not(.button) > .default.text {
    color: rgba(191, 191, 191, 0.87);
  }
  .ui.default.dropdown:not(.button) > input:focus ~ .text,
  .ui.dropdown:not(.button) > input:focus ~ .default.text {
    color: rgba(115, 115, 115, 0.87);
  }
  @font-face {
    font-family: Dropdown;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
        format("truetype"),
      url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)
        format("woff");
    font-weight: 400;
    font-style: normal;
  }
  .ui.dropdown > .dropdown.icon {
    font-family: Dropdown;
    line-height: 1;
    height: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    width: auto;
  }
  .ui.dropdown > .dropdown.icon:before {
    content: "\f0d7";
  }
  .ui.header,
  .ui.label {
    text-transform: none;
  }
  .ui.form {
    position: relative;
  }
  .ui.form > p {
    margin: 1em 0;
  }
  .ui.form input:not([type]),
  .ui.form input[type="date"],
  .ui.form input[type="datetime-local"],
  .ui.form input[type="email"],
  .ui.form input[type="file"],
  .ui.form input[type="number"],
  .ui.form input[type="password"],
  .ui.form input[type="search"],
  .ui.form input[type="tel"],
  .ui.form input[type="text"],
  .ui.form input[type="time"],
  .ui.form input[type="url"] {
    width: 100%;
    vertical-align: top;
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.21428571em;
    padding: 0.67857143em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
  }
  .ui.form ::-webkit-datetime-edit,
  .ui.form ::-webkit-inner-spin-button {
    height: 1.21428571em;
  }
  .ui.form input[type="checkbox"] {
    vertical-align: top;
  }
  .ui.form ::-webkit-input-placeholder {
    color: rgba(191, 191, 191, 0.87);
  }
  .ui.form :-ms-input-placeholder {
    color: rgba(191, 191, 191, 0.87);
  }
  .ui.form ::-moz-placeholder {
    color: rgba(191, 191, 191, 0.87);
  }
  .ui.form :focus::-webkit-input-placeholder {
    color: rgba(115, 115, 115, 0.87);
  }
  .ui.form :focus:-ms-input-placeholder {
    color: rgba(115, 115, 115, 0.87);
  }
  .ui.form :focus::-moz-placeholder {
    color: rgba(115, 115, 115, 0.87);
  }
  .ui.form input:not([type]):focus,
  .ui.form input[type="date"]:focus,
  .ui.form input[type="datetime-local"]:focus,
  .ui.form input[type="email"]:focus,
  .ui.form input[type="file"]:focus,
  .ui.form input[type="number"]:focus,
  .ui.form input[type="password"]:focus,
  .ui.form input[type="search"]:focus,
  .ui.form input[type="tel"]:focus,
  .ui.form input[type="text"]:focus,
  .ui.form input[type="time"]:focus,
  .ui.form input[type="url"]:focus {
    color: rgba(0, 0, 0, 0.95);
    border-color: #85b7d9;
    border-radius: 0.28571429rem;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  }
  @-webkit-keyframes form-spin {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes form-spin {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .ui.small.form {
    font-size: 0.92857143rem;
  }
  .ui.form {
    font-size: 1rem;
  }
  .ui.large.form {
    font-size: 1.14285714rem;
  }
  .ui.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    margin: -1rem;
  }
  .ui[class*="very relaxed"].grid {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .ui.grid + .grid {
    margin-top: 1rem;
  }
  .ui.grid > .column:not(.row) {
    position: relative;
    display: inline-block;
    width: 6.25%;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
  }
  .ui.grid > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ui.grid > .column:not(.row) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ui.grid > .ui.grid:first-child {
    margin-top: 0;
  }
  .ui.grid > .ui.grid:last-child {
    margin-bottom: 0;
  }
  .ui.grid > .column:only-child,
  .ui[class*="one column"].grid > .column:not(.row) {
    width: 100%;
  }
  .ui[class*="two column"].grid > .column:not(.row) {
    width: 50%;
  }
  .ui[class*="three column"].grid > .column:not(.row) {
    width: 33.33333333%;
  }
  .ui[class*="four column"].grid > .column:not(.row) {
    width: 25%;
  }
  .ui[class*="five column"].grid > .column:not(.row) {
    width: 20%;
  }
  .ui[class*="six column"].grid > .column:not(.row) {
    width: 16.66666667%;
  }
  .ui[class*="seven column"].grid > .column:not(.row) {
    width: 14.28571429%;
  }
  .ui[class*="eight column"].grid > .column:not(.row) {
    width: 12.5%;
  }
  .ui[class*="nine column"].grid > .column:not(.row) {
    width: 11.11111111%;
  }
  .ui[class*="ten column"].grid > .column:not(.row) {
    width: 10%;
  }
  .ui[class*="eleven column"].grid > .column:not(.row) {
    width: 9.09090909%;
  }
  .ui[class*="twelve column"].grid > .column:not(.row) {
    width: 8.33333333%;
  }
  .ui[class*="thirteen column"].grid > .column:not(.row) {
    width: 7.69230769%;
  }
  .ui[class*="fourteen column"].grid > .column:not(.row) {
    width: 7.14285714%;
  }
  .ui[class*="fifteen column"].grid > .column:not(.row) {
    width: 6.66666667%;
  }
  .ui[class*="sixteen column"].grid > .column:not(.row) {
    width: 6.25%;
  }
  .ui.column.grid > [class*="one wide"].column,
  .ui.grid > [class*="one wide"].column {
    width: 6.25% !important;
  }
  .ui.column.grid > [class*="two wide"].column,
  .ui.grid > [class*="two wide"].column {
    width: 12.5% !important;
  }
  .ui.column.grid > [class*="three wide"].column,
  .ui.grid > [class*="three wide"].column {
    width: 18.75% !important;
  }
  .ui.column.grid > [class*="four wide"].column,
  .ui.grid > [class*="four wide"].column {
    width: 25% !important;
  }
  .ui.column.grid > [class*="five wide"].column,
  .ui.grid > [class*="five wide"].column {
    width: 31.25% !important;
  }
  .ui.column.grid > [class*="six wide"].column,
  .ui.grid > [class*="six wide"].column {
    width: 37.5% !important;
  }
  .ui.column.grid > [class*="seven wide"].column,
  .ui.grid > [class*="seven wide"].column {
    width: 43.75% !important;
  }
  .ui.column.grid > [class*="eight wide"].column,
  .ui.grid > [class*="eight wide"].column {
    width: 50% !important;
  }
  .ui.column.grid > [class*="nine wide"].column,
  .ui.grid > [class*="nine wide"].column {
    width: 56.25% !important;
  }
  .ui.column.grid > [class*="ten wide"].column,
  .ui.grid > [class*="ten wide"].column {
    width: 62.5% !important;
  }
  .ui.column.grid > [class*="eleven wide"].column,
  .ui.grid > [class*="eleven wide"].column {
    width: 68.75% !important;
  }
  .ui.column.grid > [class*="twelve wide"].column,
  .ui.grid > [class*="twelve wide"].column {
    width: 75% !important;
  }
  .ui.column.grid > [class*="thirteen wide"].column,
  .ui.grid > [class*="thirteen wide"].column {
    width: 81.25% !important;
  }
  .ui.column.grid > [class*="fourteen wide"].column,
  .ui.grid > [class*="fourteen wide"].column {
    width: 87.5% !important;
  }
  .ui.column.grid > [class*="fifteen wide"].column,
  .ui.grid > [class*="fifteen wide"].column {
    width: 93.75% !important;
  }
  .ui.column.grid > [class*="sixteen wide"].column,
  .ui.grid > [class*="sixteen wide"].column {
    width: 100% !important;
  }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .ui.column.grid > [class*="one wide mobile"].column,
    .ui.grid > [class*="one wide mobile"].column {
      width: 6.25% !important;
    }
    .ui.column.grid > [class*="two wide mobile"].column,
    .ui.grid > [class*="two wide mobile"].column {
      width: 12.5% !important;
    }
    .ui.column.grid > [class*="three wide mobile"].column,
    .ui.grid > [class*="three wide mobile"].column {
      width: 18.75% !important;
    }
    .ui.column.grid > [class*="four wide mobile"].column,
    .ui.grid > [class*="four wide mobile"].column {
      width: 25% !important;
    }
    .ui.column.grid > [class*="five wide mobile"].column,
    .ui.grid > [class*="five wide mobile"].column {
      width: 31.25% !important;
    }
    .ui.column.grid > [class*="six wide mobile"].column,
    .ui.grid > [class*="six wide mobile"].column {
      width: 37.5% !important;
    }
    .ui.column.grid > [class*="seven wide mobile"].column,
    .ui.grid > [class*="seven wide mobile"].column {
      width: 43.75% !important;
    }
    .ui.column.grid > [class*="eight wide mobile"].column,
    .ui.grid > [class*="eight wide mobile"].column {
      width: 50% !important;
    }
    .ui.column.grid > [class*="nine wide mobile"].column,
    .ui.grid > [class*="nine wide mobile"].column {
      width: 56.25% !important;
    }
    .ui.column.grid > [class*="ten wide mobile"].column,
    .ui.grid > [class*="ten wide mobile"].column {
      width: 62.5% !important;
    }
    .ui.column.grid > [class*="eleven wide mobile"].column,
    .ui.grid > [class*="eleven wide mobile"].column {
      width: 68.75% !important;
    }
    .ui.column.grid > [class*="twelve wide mobile"].column,
    .ui.grid > [class*="twelve wide mobile"].column {
      width: 75% !important;
    }
    .ui.column.grid > [class*="thirteen wide mobile"].column,
    .ui.grid > [class*="thirteen wide mobile"].column {
      width: 81.25% !important;
    }
    .ui.column.grid > [class*="fourteen wide mobile"].column,
    .ui.grid > [class*="fourteen wide mobile"].column {
      width: 87.5% !important;
    }
    .ui.column.grid > [class*="fifteen wide mobile"].column,
    .ui.grid > [class*="fifteen wide mobile"].column {
      width: 93.75% !important;
    }
    .ui.column.grid > [class*="sixteen wide mobile"].column,
    .ui.grid > [class*="sixteen wide mobile"].column {
      width: 100% !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui.column.grid > [class*="one wide tablet"].column,
    .ui.grid > [class*="one wide tablet"].column {
      width: 6.25% !important;
    }
    .ui.column.grid > [class*="two wide tablet"].column,
    .ui.grid > [class*="two wide tablet"].column {
      width: 12.5% !important;
    }
    .ui.column.grid > [class*="three wide tablet"].column,
    .ui.grid > [class*="three wide tablet"].column {
      width: 18.75% !important;
    }
    .ui.column.grid > [class*="four wide tablet"].column,
    .ui.grid > [class*="four wide tablet"].column {
      width: 25% !important;
    }
    .ui.column.grid > [class*="five wide tablet"].column,
    .ui.grid > [class*="five wide tablet"].column {
      width: 31.25% !important;
    }
    .ui.column.grid > [class*="six wide tablet"].column,
    .ui.grid > [class*="six wide tablet"].column {
      width: 37.5% !important;
    }
    .ui.column.grid > [class*="seven wide tablet"].column,
    .ui.grid > [class*="seven wide tablet"].column {
      width: 43.75% !important;
    }
    .ui.column.grid > [class*="eight wide tablet"].column,
    .ui.grid > [class*="eight wide tablet"].column {
      width: 50% !important;
    }
    .ui.column.grid > [class*="nine wide tablet"].column,
    .ui.grid > [class*="nine wide tablet"].column {
      width: 56.25% !important;
    }
    .ui.column.grid > [class*="ten wide tablet"].column,
    .ui.grid > [class*="ten wide tablet"].column {
      width: 62.5% !important;
    }
    .ui.column.grid > [class*="eleven wide tablet"].column,
    .ui.grid > [class*="eleven wide tablet"].column {
      width: 68.75% !important;
    }
    .ui.column.grid > [class*="twelve wide tablet"].column,
    .ui.grid > [class*="twelve wide tablet"].column {
      width: 75% !important;
    }
    .ui.column.grid > [class*="thirteen wide tablet"].column,
    .ui.grid > [class*="thirteen wide tablet"].column {
      width: 81.25% !important;
    }
    .ui.column.grid > [class*="fourteen wide tablet"].column,
    .ui.grid > [class*="fourteen wide tablet"].column {
      width: 87.5% !important;
    }
    .ui.column.grid > [class*="fifteen wide tablet"].column,
    .ui.grid > [class*="fifteen wide tablet"].column {
      width: 93.75% !important;
    }
    .ui.column.grid > [class*="sixteen wide tablet"].column,
    .ui.grid > [class*="sixteen wide tablet"].column {
      width: 100% !important;
    }
  }
  @media only screen and (min-width: 992px) {
    .ui.column.grid > [class*="one wide computer"].column,
    .ui.grid > [class*="one wide computer"].column {
      width: 6.25% !important;
    }
    .ui.column.grid > [class*="two wide computer"].column,
    .ui.grid > [class*="two wide computer"].column {
      width: 12.5% !important;
    }
    .ui.column.grid > [class*="three wide computer"].column,
    .ui.grid > [class*="three wide computer"].column {
      width: 18.75% !important;
    }
    .ui.column.grid > [class*="four wide computer"].column,
    .ui.grid > [class*="four wide computer"].column {
      width: 25% !important;
    }
    .ui.column.grid > [class*="five wide computer"].column,
    .ui.grid > [class*="five wide computer"].column {
      width: 31.25% !important;
    }
    .ui.column.grid > [class*="six wide computer"].column,
    .ui.grid > [class*="six wide computer"].column {
      width: 37.5% !important;
    }
    .ui.column.grid > [class*="seven wide computer"].column,
    .ui.grid > [class*="seven wide computer"].column {
      width: 43.75% !important;
    }
    .ui.column.grid > [class*="eight wide computer"].column,
    .ui.grid > [class*="eight wide computer"].column {
      width: 50% !important;
    }
    .ui.column.grid > [class*="nine wide computer"].column,
    .ui.grid > [class*="nine wide computer"].column {
      width: 56.25% !important;
    }
    .ui.column.grid > [class*="ten wide computer"].column,
    .ui.grid > [class*="ten wide computer"].column {
      width: 62.5% !important;
    }
    .ui.column.grid > [class*="eleven wide computer"].column,
    .ui.grid > [class*="eleven wide computer"].column {
      width: 68.75% !important;
    }
    .ui.column.grid > [class*="twelve wide computer"].column,
    .ui.grid > [class*="twelve wide computer"].column {
      width: 75% !important;
    }
    .ui.column.grid > [class*="thirteen wide computer"].column,
    .ui.grid > [class*="thirteen wide computer"].column {
      width: 81.25% !important;
    }
    .ui.column.grid > [class*="fourteen wide computer"].column,
    .ui.grid > [class*="fourteen wide computer"].column {
      width: 87.5% !important;
    }
    .ui.column.grid > [class*="fifteen wide computer"].column,
    .ui.grid > [class*="fifteen wide computer"].column {
      width: 93.75% !important;
    }
    .ui.column.grid > [class*="sixteen wide computer"].column,
    .ui.grid > [class*="sixteen wide computer"].column {
      width: 100% !important;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .ui.column.grid > [class*="one wide large screen"].column,
    .ui.grid > [class*="one wide large screen"].column {
      width: 6.25% !important;
    }
    .ui.column.grid > [class*="two wide large screen"].column,
    .ui.grid > [class*="two wide large screen"].column {
      width: 12.5% !important;
    }
    .ui.column.grid > [class*="three wide large screen"].column,
    .ui.grid > [class*="three wide large screen"].column {
      width: 18.75% !important;
    }
    .ui.column.grid > [class*="four wide large screen"].column,
    .ui.grid > [class*="four wide large screen"].column {
      width: 25% !important;
    }
    .ui.column.grid > [class*="five wide large screen"].column,
    .ui.grid > [class*="five wide large screen"].column {
      width: 31.25% !important;
    }
    .ui.column.grid > [class*="six wide large screen"].column,
    .ui.grid > [class*="six wide large screen"].column {
      width: 37.5% !important;
    }
    .ui.column.grid > [class*="seven wide large screen"].column,
    .ui.grid > [class*="seven wide large screen"].column {
      width: 43.75% !important;
    }
    .ui.column.grid > [class*="eight wide large screen"].column,
    .ui.grid > [class*="eight wide large screen"].column {
      width: 50% !important;
    }
    .ui.column.grid > [class*="nine wide large screen"].column,
    .ui.grid > [class*="nine wide large screen"].column {
      width: 56.25% !important;
    }
    .ui.column.grid > [class*="ten wide large screen"].column,
    .ui.grid > [class*="ten wide large screen"].column {
      width: 62.5% !important;
    }
    .ui.column.grid > [class*="eleven wide large screen"].column,
    .ui.grid > [class*="eleven wide large screen"].column {
      width: 68.75% !important;
    }
    .ui.column.grid > [class*="twelve wide large screen"].column,
    .ui.grid > [class*="twelve wide large screen"].column {
      width: 75% !important;
    }
    .ui.column.grid > [class*="thirteen wide large screen"].column,
    .ui.grid > [class*="thirteen wide large screen"].column {
      width: 81.25% !important;
    }
    .ui.column.grid > [class*="fourteen wide large screen"].column,
    .ui.grid > [class*="fourteen wide large screen"].column {
      width: 87.5% !important;
    }
    .ui.column.grid > [class*="fifteen wide large screen"].column,
    .ui.grid > [class*="fifteen wide large screen"].column {
      width: 93.75% !important;
    }
    .ui.column.grid > [class*="sixteen wide large screen"].column,
    .ui.grid > [class*="sixteen wide large screen"].column {
      width: 100% !important;
    }
  }
  @media only screen and (min-width: 1920px) {
    .ui.column.grid > [class*="one wide widescreen"].column,
    .ui.grid > [class*="one wide widescreen"].column {
      width: 6.25% !important;
    }
    .ui.column.grid > [class*="two wide widescreen"].column,
    .ui.grid > [class*="two wide widescreen"].column {
      width: 12.5% !important;
    }
    .ui.column.grid > [class*="three wide widescreen"].column,
    .ui.grid > [class*="three wide widescreen"].column {
      width: 18.75% !important;
    }
    .ui.column.grid > [class*="four wide widescreen"].column,
    .ui.grid > [class*="four wide widescreen"].column {
      width: 25% !important;
    }
    .ui.column.grid > [class*="five wide widescreen"].column,
    .ui.grid > [class*="five wide widescreen"].column {
      width: 31.25% !important;
    }
    .ui.column.grid > [class*="six wide widescreen"].column,
    .ui.grid > [class*="six wide widescreen"].column {
      width: 37.5% !important;
    }
    .ui.column.grid > [class*="seven wide widescreen"].column,
    .ui.grid > [class*="seven wide widescreen"].column {
      width: 43.75% !important;
    }
    .ui.column.grid > [class*="eight wide widescreen"].column,
    .ui.grid > [class*="eight wide widescreen"].column {
      width: 50% !important;
    }
    .ui.column.grid > [class*="nine wide widescreen"].column,
    .ui.grid > [class*="nine wide widescreen"].column {
      width: 56.25% !important;
    }
    .ui.column.grid > [class*="ten wide widescreen"].column,
    .ui.grid > [class*="ten wide widescreen"].column {
      width: 62.5% !important;
    }
    .ui.column.grid > [class*="eleven wide widescreen"].column,
    .ui.grid > [class*="eleven wide widescreen"].column {
      width: 68.75% !important;
    }
    .ui.column.grid > [class*="twelve wide widescreen"].column,
    .ui.grid > [class*="twelve wide widescreen"].column {
      width: 75% !important;
    }
    .ui.column.grid > [class*="thirteen wide widescreen"].column,
    .ui.grid > [class*="thirteen wide widescreen"].column {
      width: 81.25% !important;
    }
    .ui.column.grid > [class*="fourteen wide widescreen"].column,
    .ui.grid > [class*="fourteen wide widescreen"].column {
      width: 87.5% !important;
    }
    .ui.column.grid > [class*="fifteen wide widescreen"].column,
    .ui.grid > [class*="fifteen wide widescreen"].column {
      width: 93.75% !important;
    }
    .ui.column.grid > [class*="sixteen wide widescreen"].column,
    .ui.grid > [class*="sixteen wide widescreen"].column {
      width: 100% !important;
    }
  }
  .ui.centered.grid {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ui.grid > .centered.column {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ui[class*="very relaxed"].grid > .column:not(.row) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  [class*="horizontally padded"].ui.grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [class*="vertically padded"].ui.grid {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ui.grid [class*="left floated"].column {
    margin-right: auto;
  }
  .ui.grid [class*="right floated"].column {
    margin-left: auto;
  }
  .ui[class*="vertically divided"].grid > .column:not(.row) {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ui[class*="internally celled"].grid {
    box-shadow: none;
    margin: 0;
  }
  .ui.grid > [class*="top aligned"].column:not(.row),
  .ui[class*="top aligned"].grid > .column:not(.row) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ui.grid > [class*="middle aligned"].column:not(.row),
  .ui[class*="middle aligned"].grid > .column:not(.row) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .ui.grid > [class*="bottom aligned"].column:not(.row),
  .ui[class*="bottom aligned"].grid > .column:not(.row) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: bottom;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ui.grid > [class*="left aligned"].column.column,
  .ui[class*="left aligned"].grid > .column {
    text-align: left;
    -ms-flex-item-align: inherit;
    -ms-grid-row-align: inherit;
    align-self: inherit;
  }
  .ui.grid > [class*="center aligned"].column.column,
  .ui[class*="center aligned"].grid > .column {
    text-align: center;
    -ms-flex-item-align: inherit;
    -ms-grid-row-align: inherit;
    align-self: inherit;
  }
  .ui[class*="center aligned"].grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ui.grid > [class*="right aligned"].column.column,
  .ui[class*="right aligned"].grid > .column {
    text-align: right;
    -ms-flex-item-align: inherit;
    -ms-grid-row-align: inherit;
    align-self: inherit;
  }
  .ui.grid > .green.column {
    background-color: #21ba45 !important;
    color: #fff;
  }
  .ui.grid > .blue.column {
    background-color: #15803d !important;
    color: #fff;
  }
  .ui[class*="equal width"].grid > .column:not(.row) {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ui[class*="equal width"].grid > .wide.column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  @media only screen and (max-width: 767px) {
    .ui[class*="mobile reversed"].grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .ui.stackable[class*="mobile reversed"],
    .ui[class*="mobile vertically reversed"].grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui[class*="tablet reversed"].grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .ui[class*="tablet vertically reversed"].grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  }
  @media only screen and (min-width: 992px) {
    .ui[class*="computer reversed"].grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .ui[class*="computer vertically reversed"].grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  }
  @media only screen and (max-width: 767px) {
    .ui.stackable.grid {
      width: auto;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .ui.stackable.grid > .column.grid > .column,
    .ui.stackable.grid > .column:not(.row),
    .ui.stackable.grid > .wide.column {
      width: 100% !important;
      margin: 0 !important;
      box-shadow: none !important;
      padding: 1rem !important;
    }
    .ui.container > .ui.stackable.grid > .column {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .ui.grid .ui.stackable.grid {
      margin-left: -1rem !important;
      margin-right: -1rem !important;
    }
  }
  .ui.header {
    border: none;
    margin: calc(2rem - 0.14285714em) 0 1rem;
    padding: 0;
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.28571429em;
    color: rgba(0, 0, 0, 0.87);
  }
  .ui.input,
  i.icon {
    font-weight: 400;
  }
  .ui.header:first-child {
    margin-top: -0.14285714em;
  }
  .ui.header:last-child {
    margin-bottom: 0;
  }
  .ui.header > .icon {
    display: table-cell;
    opacity: 1;
    font-size: 1.5em;
    padding-top: 0;
    vertical-align: middle;
  }
  .ui.header .icon:only-child {
    display: inline-block;
    padding: 0;
    margin-right: 0.75rem;
  }
  .ui.header .content {
    display: inline-block;
    vertical-align: top;
  }
  .ui.header .ui.label,
  .ui.header > .icon + .content,
  i.large.icon {
    vertical-align: middle;
  }
  .ui.header > .icon + .content {
    padding-left: 0.75rem;
    display: table-cell;
  }
  .ui.header .ui.label {
    font-size: "";
    margin-left: 0.5rem;
  }
  .ui.header + p {
    margin-top: 0;
  }
  h1.ui.header {
    font-size: 2rem;
  }
  h2.ui.header {
    font-size: 1.71428571rem;
  }
  h3.ui.header {
    font-size: 1.28571429rem;
  }
  h4.ui.header {
    font-size: 1.07142857rem;
  }
  h5.ui.header {
    font-size: 1rem;
  }
  .ui.large.header {
    font-size: 1.71428571em;
  }
  .ui.small.header {
    font-size: 1.07142857em;
  }
  .ui.icon.header {
    display: inline-block;
    text-align: center;
    margin: 2rem 0 1rem;
  }
  .ui.icon.header:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .ui.icon.header:first-child {
    margin-top: 0;
  }
  .ui.icon.header .icon {
    float: none;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
    font-size: 3em;
    margin: 0 auto 0.5rem;
    opacity: 1;
  }
  .ui.icon.header .content {
    display: block;
    padding: 0;
  }
  .ui.block.icon.header .icon {
    margin-bottom: 0;
  }
  .ui.icon.header.aligned {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  i.icon {
    display: inline-block;
  }
  .ui.green.header {
    color: #21ba45 !important;
  }
  a.ui.green.header:hover {
    color: #16ab39 !important;
  }
  .ui.blue.header {
    color: #15803d !important;
  }
  a.ui.blue.header:hover {
    color: #1678c2 !important;
  }
  .ui.left.aligned.header {
    text-align: left;
  }
  .ui.right.aligned.header {
    text-align: right;
  }
  .ui.center.aligned.header,
  .ui.centered.header,
  i.icon {
    text-align: center;
  }
  .ui[class*="left floated"].header {
    float: left;
    margin-top: 0;
    margin-right: 0.5em;
  }
  .ui[class*="right floated"].header {
    float: right;
    margin-top: 0;
    margin-left: 0.5em;
  }
  .ui.block.header {
    background: #f3f4f5;
    padding: 0.78571429rem 1rem;
    box-shadow: none;
    border: 1px solid #d4d4d5;
    border-radius: 0.28571429rem;
  }
  .ui.small.block.header {
    font-size: 0.92857143rem;
  }
  .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1rem;
  }
  .ui.large.block.header {
    font-size: 1.14285714rem;
  }
  .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.28571429em;
  }
  i.icon {
    opacity: 1;
    margin: 0 0.25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: Icons;
    text-decoration: inherit;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .ui.input input {
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  a,
  a:hover {
    text-decoration: none;
  }
  
  i.icon:before {
    background: 0 0 !important;
  }
  i.icon.hover {
    opacity: 1 !important;
  }
  i.link.icon {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  i.link.icon:hover {
    opacity: 1 !important;
  }
  i.green.icon {
    color: #21ba45 !important;
  }
  i.blue.icon {
    color: #15803d !important;
  }
  i.small.icon {
    line-height: 1;
    font-size: 0.75em;
  }
  i.icon {
    font-size: 1em;
  }
  i.large.icon {
    line-height: 1;
    font-size: 1.5em;
  }
  i.icon.dropdown:before {
    content: "\f0d7";
  }
  i.icon.table:before {
    content: "\f0ce";
  }
  .ui.input {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0, 0, 0, 0.87);
  }
  .ui.input input {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    padding: 0.67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow: none;
  }
  .ui.input input::-webkit-input-placeholder {
    color: rgba(191, 191, 191, 0.87);
  }
  .ui.input input::-moz-placeholder {
    color: rgba(191, 191, 191, 0.87);
  }
  .ui.input input:-ms-input-placeholder {
    color: rgba(191, 191, 191, 0.87);
  }
  .ui.input input:active {
    border-color: rgba(0, 0, 0, 0.3);
    background: #fafafa;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
  }
  .ui.input input:focus,
  .ui.input.focus input {
    border-color: #85b7d9;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: none;
  }
  .ui.input input:focus::-webkit-input-placeholder,
  .ui.input.focus input::-webkit-input-placeholder {
    color: rgba(115, 115, 115, 0.87);
  }
  .ui.input input:focus::-moz-placeholder,
  .ui.input.focus input::-moz-placeholder {
    color: rgba(115, 115, 115, 0.87);
  }
  .ui.input input:focus:-ms-input-placeholder,
  .ui.input.focus input:-ms-input-placeholder {
    color: rgba(115, 115, 115, 0.87);
  }
  .ui.transparent.input input {
    border-color: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .ui.transparent.icon.input > i.icon {
    width: 1.1em;
  }
  .ui.transparent.icon.input > input {
    padding-left: 0 !important;
    padding-right: 2em !important;
  }
  .ui.transparent[class*="left icon"].input > input {
    padding-left: 2em !important;
    padding-right: 0 !important;
  }
  .ui.icon.input > i.icon {
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: 0.5;
    border-radius: 0 0.28571429rem 0.28571429rem 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .ui.icon.input > i.link.icon,
  .ui.label > a,
  a.ui.label {
    cursor: pointer;
  }
  .ui.icon.input input {
    padding-right: 2.67142857em !important;
  }
  .ui.icon.input > i.icon:after,
  .ui.icon.input > i.icon:before {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -0.5em;
  }
  .ui[class*="left icon"].input > i.icon {
    right: auto;
    left: 1px;
    border-radius: 0.28571429rem 0 0 0.28571429rem;
  }
  .ui[class*="left icon"].input > input {
    padding-left: 2.67142857em !important;
    padding-right: 1em !important;
  }
  .ui.icon.input > input:focus ~ i.icon {
    opacity: 1;
  }
  .ui[class*="right labeled"].input input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right-color: transparent !important;
  }
  .ui[class*="right labeled"].input input + .label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ui[class*="right labeled"].input input:focus {
    border-right-color: #85b7d9 !important;
  }
  .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input
    input {
    padding-right: 2.5em !important;
  }
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])
    > input {
    padding-right: 3.25em !important;
  }
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])
    > .icon {
    margin-right: 1.25em;
  }
  .ui[class*="left corner labeled"].icon.input > input {
    padding-left: 3.25em !important;
  }
  .ui[class*="left corner labeled"].icon.input > .icon {
    margin-left: 1.25em;
  }
  .ui[class*="left action"].input > input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left-color: transparent !important;
  }
  .ui[class*="left action"].input > .button,
  .ui[class*="left action"].input > .dropdown {
    border-radius: 0;
  }
  .ui[class*="left action"].input > .button:first-child,
  .ui[class*="left action"].input > .dropdown:first-child {
    border-radius: 0.28571429rem 0 0 0.28571429rem;
  }
  .ui[class*="left action"].input > input:focus {
    border-left-color: #85b7d9 !important;
  }
  .ui.small.input {
    font-size: 0.92857143em;
  }
  .ui.input {
    font-size: 1em;
  }
  .ui.large.input {
    font-size: 1.14285714em;
  }
  .ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 0.14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: 0.5833em 0.833em;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: 0.28571429rem;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
  }
  .ui.label:first-child {
    margin-left: 0;
  }
  .ui.label:last-child {
    margin-right: 0;
  }
  .ui.label > a {
    color: inherit;
    opacity: 0.5;
    -webkit-transition: 0.1s opacity ease;
    transition: 0.1s opacity ease;
  }
  .ui.label > a:hover {
    opacity: 1;
  }
  .ui.label > .icon {
    width: auto;
    margin: 0 0.75em 0 0;
  }
  .ui.header > .ui.label {
    margin-top: -0.29165em;
  }
  
  .ui[class*="top attached"].label {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    padding: 0.75em 1em;
    border-radius: 0.21428571rem 0.21428571rem 0 0;
  }
  .ui[class*="bottom attached"].label {
    top: auto;
    bottom: 0;
    border-radius: 0 0 0.21428571rem 0.21428571rem;
  }
  .ui[class*="top left attached"].label {
    width: auto;
    margin-top: 0 !important;
    border-radius: 0.21428571rem 0 0.28571429rem;
  }
  .ui[class*="top right attached"].label {
    width: auto;
    left: auto;
    right: 0;
    border-radius: 0 0.21428571rem 0 0.28571429rem;
  }
  .ui[class*="bottom left attached"].label {
    width: auto;
    top: auto;
    bottom: 0;
    border-radius: 0 0.28571429rem 0 0.21428571rem;
  }
  .ui[class*="bottom right attached"].label {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: auto;
    border-radius: 0.28571429rem 0 0.21428571rem;
  }
  a.ui.label:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    background-image: none;
    color: rgba(0, 0, 0, 0.8);
  }
  a.ui.label:hover:before {
    color: rgba(0, 0, 0, 0.8);
  }
  .ui.label.hidden {
    display: none !important;
  }
  .ui.green.label {
    background-color: #21ba45 !important;
    border-color: #21ba45 !important;
    color: #fff !important;
  }
  a.ui.green.label:hover {
    background-color: #16ab39 !important;
    border-color: #16ab39 !important;
    color: #fff !important;
  }
  .ui.green.ribbon.label {
    border-color: #198f35 !important;
  }
  .ui.black.label {
    background-color: #1b1c1d !important;
    border-color: #1b1c1d !important;
    color: #fff !important;
  }
  .ui.blue.label {
    background-color: #15803d !important;
    border-color: #15803d !important;
    color: #fff !important;
  }
  a.ui.blue.label:hover {
    background-color: #1678c2 !important;
    border-color: #1678c2 !important;
    color: #fff !important;
  }
  .ui.blue.ribbon.label {
    border-color: #1a69a4 !important;
  }
  .ui[class*="pointing above"].label {
    margin-top: 1em;
  }
  .ui[class*="pointing above"].label:before {
    border-width: 1px 0 0 1px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 50%;
  }
  .ui[class*="bottom pointing"].label,
  .ui[class*="pointing below"].label {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .ui[class*="bottom pointing"].label:before,
  .ui[class*="pointing below"].label:before {
    border-width: 0 1px 1px 0;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 100%;
    left: 50%;
  }
  .ui[class*="left pointing"].label {
    margin-top: 0;
    margin-left: 0.6666em;
  }
  .ui[class*="left pointing"].label:before {
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    bottom: auto;
    right: auto;
    top: 50%;
    left: 0;
  }
  .ui[class*="right pointing"].label {
    margin-top: 0;
    margin-right: 0.6666em;
  }
  .ui[class*="right pointing"].label:before {
    border-width: 1px 1px 0 0;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .ui.small.label {
    font-size: 0.78571429rem;
  }
  .ui.label {
    font-size: 0.85714286rem;
  }
  .ui.large.label {
    font-size: 1rem;
  }
  button {
    text-transform: none;
  }
  [data-tooltip]:before {
    content: "";
    width: 0.71428571em;
    height: 0.71428571em;
    z-index: 2;
    box-shadow: 1px 1px 0 0 #bababc;
  }
  [data-tooltip]:after,
  [data-tooltip]:before {
    position: absolute;
    font-size: 1rem;
    background: #fff;
  }
  [data-tooltip] {
    position: relative;
  }
  [data-tooltip]:not([data-position]):before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #fff;
    margin-left: -0.07142857rem;
    margin-bottom: 0.14285714rem;
  }
  [data-tooltip]:not([data-position]):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 0.5em;
  }
  [data-tooltip]:after,
  [data-tooltip]:before {
    pointer-events: none;
    visibility: hidden;
  }
  [data-tooltip]:before {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(0) !important;
    transform: rotate(45deg) scale(0) !important;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  [data-tooltip]:after {
    content: attr(data-tooltip);
    text-transform: none;
    text-align: left;
    white-space: nowrap;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    max-width: none;
    padding: 0.833em 1em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12),
      0 2px 10px 0 rgba(34, 36, 38, 0.15);
    opacity: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    z-index: 10;
  }
  [data-tooltip]:hover:after,
  [data-tooltip]:hover:before {
    visibility: visible;
    pointer-events: auto;
  }
  .invisible {
    visibility: hidden;
  }
  [data-tooltip]:hover:before {
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important;
    opacity: 1;
  }
  [data-tooltip]:after,
  [data-tooltip][data-position="bottom center"]:after,
  [data-tooltip][data-position="top center"]:after {
    -webkit-transform: translateX(-50%) scale(0) !important;
    transform: translateX(-50%) scale(0) !important;
  }
  [data-tooltip]:hover:after,
  [data-tooltip][data-position="bottom center"]:hover:after {
    -webkit-transform: translateX(-50%) scale(1) !important;
    transform: translateX(-50%) scale(1) !important;
  }
  [data-tooltip][data-position="left center"]:after,
  [data-tooltip][data-position="right center"]:after {
    -webkit-transform: translateY(-50%) scale(0) !important;
    transform: translateY(-50%) scale(0) !important;
  }
  [data-tooltip][data-position="left center"]:hover:after,
  [data-tooltip][data-position="right center"]:hover:after {
    -webkit-transform: translateY(-50%) scale(1) !important;
    transform: translateY(-50%) scale(1) !important;
  }
  [data-tooltip][data-position="bottom left"]:after,
  [data-tooltip][data-position="bottom right"]:after,
  [data-tooltip][data-position="top left"]:after,
  [data-tooltip][data-position="top right"]:after {
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
  }
  [data-tooltip][data-position="bottom left"]:hover:after,
  [data-tooltip][data-position="bottom right"]:hover:after,
  [data-tooltip][data-position="top left"]:hover:after,
  [data-tooltip][data-position="top right"]:hover:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  [data-tooltip][data-inverted]:before {
    box-shadow: none !important;
    background: #1b1c1d;
  }
  [data-tooltip][data-inverted]:after {
    background: #1b1c1d;
    color: #fff;
    border: none;
    box-shadow: none;
  }
  [data-tooltip][data-inverted]:after .header {
    background-color: none;
    color: #fff;
  }
  [data-position="top center"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 0.5em;
  }
  [data-position="top center"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #fff;
    margin-left: -0.07142857rem;
    margin-bottom: 0.14285714rem;
  }
  [data-position="top left"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: 0.5em;
  }
  [data-position="top left"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 1em;
    margin-left: -0.07142857rem;
    margin-bottom: 0.14285714rem;
  }
  [data-position="top right"][data-tooltip]:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: 0.5em;
  }
  [data-position="top right"][data-tooltip]:before {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 1em;
    margin-left: -0.07142857rem;
    margin-bottom: 0.14285714rem;
  }
  [data-position="bottom center"][data-tooltip]:after {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0.5em;
  }
  [data-position="bottom center"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 50%;
    margin-left: -0.07142857rem;
    margin-top: 0.14285714rem;
  }
  [data-position="bottom left"][data-tooltip]:after {
    left: 0;
    top: 100%;
    margin-top: 0.5em;
  }
  [data-position="bottom left"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 1em;
    margin-left: -0.07142857rem;
    margin-top: 0.14285714rem;
  }
  [data-position="bottom right"][data-tooltip]:after {
    right: 0;
    top: 100%;
    margin-top: 0.5em;
  }
  [data-position="bottom right"][data-tooltip]:before {
    bottom: auto;
    left: auto;
    top: 100%;
    right: 1em;
    margin-left: -0.14285714rem;
    margin-top: 0.07142857rem;
  }
  [data-position="left center"][data-tooltip]:after {
    right: 100%;
    top: 50%;
    margin-right: 0.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [data-position="right center"][data-tooltip]:after {
    left: 100%;
    top: 50%;
    margin-left: 0.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [data-position~="bottom"][data-tooltip]:before {
    background: #fff;
    box-shadow: -1px -1px 0 0 #bababc;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  [data-position="left center"][data-tooltip]:before {
    right: 100%;
    top: 50%;
    margin-top: -0.14285714rem;
    margin-right: -0.07142857rem;
    background: #fff;
    box-shadow: 1px -1px 0 0 #bababc;
  }
  [data-position="right center"][data-tooltip]:before {
    left: 100%;
    top: 50%;
    margin-top: -0.07142857rem;
    margin-left: 0.14285714rem;
    background: #fff;
    box-shadow: -1px 1px 0 0 #bababc;
  }
  [data-position~="top"][data-tooltip]:before {
    background: #fff;
  }
  [data-inverted][data-position~="bottom"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px -1px 0 0 #bababc;
  }
  [data-inverted][data-position="left center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: 1px -1px 0 0 #bababc;
  }
  [data-inverted][data-position="right center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px 1px 0 0 #bababc;
  }
  [data-inverted][data-position~="top"][data-tooltip]:before {
    background: #1b1c1d;
  }
  [data-position~="bottom"][data-tooltip]:after {
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  [data-position="left center"][data-tooltip]:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  [data-position="left center"][data-tooltip]:after,
  [data-position="right center"][data-tooltip]:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  [data-position="right center"][data-tooltip]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  *,
  :after,
  :before {
    box-sizing: inherit;
  }
  html {
    box-sizing: border-box;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
  } /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  footer,
  header {
    display: block;
  }
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  button,
  input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
  }
  [type="reset"],
  [type="submit"],
  button,
  html [type="button"] {
    -webkit-appearance: button;
  }
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: ButtonText dotted 1px;
  }
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  [hidden] {
    display: none;
  }
  .ui.table [class*="single line"],
  .ui.table[class*="single line"] {
    white-space: nowrap;
  }
  body,
  p {
    line-height: 1.4285em;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 0;
  }
  @-webkit-keyframes segment-spin {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes segment-spin {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  p:first-child {
    margin-top: 0;
  }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  p:last-child {
    margin-bottom: 0;
  }
  .ui.table {
    box-shadow: none;
  }
  body,
  html {
    font-size: 14px;
    height: 100%;
  }
  body {
    margin: 0;
    overflow-x: hidden;
    min-width: 320px;
    color: rgba(0, 0, 0, 0.87);
    font-smoothing: antialiased;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.28571429em;
    margin: calc(2rem - 0.14285714em) 0 1rem;
    font-weight: 700;
  }
  h1 {
    min-height: 1rem;
    font-size: 2rem;
  }
  h2 {
    font-size: 1.71428571rem;
  }
  h3 {
    font-size: 1.28571429rem;
  }
  h4 {
    font-size: 1.07142857rem;
  }
  h5 {
    font-size: 1rem;
  }
  p {
    margin: 0 0 1em;
  }
  a {
    color: #4183c4;
  }
  a:hover {
    color: #1e70bf;
  }
  .ui.table,
  ::selection,
  input::selection {
    color: rgba(0, 0, 0, 0.87);
  }
  ::-webkit-selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, 0.87);
  }
  ::-moz-selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, 0.87);
  }
  ::selection {
    background-color: #cce2ff;
  }
  input::-webkit-selection {
    background-color: rgba(100, 100, 100, 0.4);
    color: rgba(0, 0, 0, 0.87);
  }
  input::-moz-selection {
    background-color: rgba(100, 100, 100, 0.4);
    color: rgba(0, 0, 0, 0.87);
  }
  input::selection {
    background-color: rgba(100, 100, 100, 0.4);
  }
  body ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }
  body ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  body ::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  body ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.15);
  }
  body ::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 135, 139, 0.8);
  }
  .transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .hidden.transition {
    display: none;
    visibility: hidden;
  }
  @-webkit-keyframes browseIn {
    0% {
      -webkit-transform: scale(0.8) translateZ(0);
      transform: scale(0.8) translateZ(0);
      z-index: -1;
    }
    10% {
      -webkit-transform: scale(0.8) translateZ(0);
      transform: scale(0.8) translateZ(0);
      z-index: -1;
      opacity: 0.7;
    }
    80% {
      -webkit-transform: scale(1.05) translateZ(0);
      transform: scale(1.05) translateZ(0);
      opacity: 1;
      z-index: 999;
    }
    100% {
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0);
      z-index: 999;
    }
  }
  @keyframes browseIn {
    0% {
      -webkit-transform: scale(0.8) translateZ(0);
      transform: scale(0.8) translateZ(0);
      z-index: -1;
    }
    10% {
      -webkit-transform: scale(0.8) translateZ(0);
      transform: scale(0.8) translateZ(0);
      z-index: -1;
      opacity: 0.7;
    }
    80% {
      -webkit-transform: scale(1.05) translateZ(0);
      transform: scale(1.05) translateZ(0);
      opacity: 1;
      z-index: 999;
    }
    100% {
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0);
      z-index: 999;
    }
  }
  @-webkit-keyframes browseOutLeft {
    0% {
      z-index: 999;
      -webkit-transform: translateX(0) rotateY(0) rotateX(0);
      transform: translateX(0) rotateY(0) rotateX(0);
    }
    50% {
      z-index: -1;
      -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
        translateZ(-10px);
      transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }
    80% {
      opacity: 1;
    }
    100% {
      z-index: -1;
      -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
      transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
      opacity: 0;
    }
  }
  @keyframes browseOutLeft {
    0% {
      z-index: 999;
      -webkit-transform: translateX(0) rotateY(0) rotateX(0);
      transform: translateX(0) rotateY(0) rotateX(0);
    }
    50% {
      z-index: -1;
      -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
        translateZ(-10px);
      transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }
    80% {
      opacity: 1;
    }
    100% {
      z-index: -1;
      -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
      transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
      opacity: 0;
    }
  }
  @-webkit-keyframes browseOutRight {
    0% {
      z-index: 999;
      -webkit-transform: translateX(0) rotateY(0) rotateX(0);
      transform: translateX(0) rotateY(0) rotateX(0);
    }
    50% {
      z-index: 1;
      -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg)
        translateZ(-10px);
      transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }
    80% {
      opacity: 1;
    }
    100% {
      z-index: 1;
      -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
      transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
      opacity: 0;
    }
  }
  @keyframes browseOutRight {
    0% {
      z-index: 999;
      -webkit-transform: translateX(0) rotateY(0) rotateX(0);
      transform: translateX(0) rotateY(0) rotateX(0);
    }
    50% {
      z-index: 1;
      -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg)
        translateZ(-10px);
      transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }
    80% {
      opacity: 1;
    }
    100% {
      z-index: 1;
      -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
      transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
      opacity: 0;
    }
  }
  @-webkit-keyframes dropIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes dropIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes dropOut {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }
  @keyframes dropOut {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }
  .transition[class*="fade up"].in {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .transition[class*="fade down"].in {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .transition[class*="fade left"].in {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .transition[class*="fade right"].in {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(10%);
      transform: translateX(10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(10%);
      transform: translateX(10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-10%);
      transform: translateX(-10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-10%);
      transform: translateX(-10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(5%);
      transform: translateY(5%);
    }
  }
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(5%);
      transform: translateY(5%);
    }
  }
  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-5%);
      transform: translateY(-5%);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-5%);
      transform: translateY(-5%);
    }
  }
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(5%);
      transform: translateX(5%);
    }
  }
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(5%);
      transform: translateX(5%);
    }
  }
  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-5%);
      transform: translateX(-5%);
    }
  }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-5%);
      transform: translateX(-5%);
    }
  }
  @-webkit-keyframes horizontalFlipIn {
    0% {
      -webkit-transform: perspective(2000px) rotateY(-90deg);
      transform: perspective(2000px) rotateY(-90deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(0);
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
  }
  @keyframes horizontalFlipIn {
    0% {
      -webkit-transform: perspective(2000px) rotateY(-90deg);
      transform: perspective(2000px) rotateY(-90deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(0);
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes verticalFlipIn {
    0% {
      -webkit-transform: perspective(2000px) rotateX(-90deg);
      transform: perspective(2000px) rotateX(-90deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: perspective(2000px) rotateX(0);
      transform: perspective(2000px) rotateX(0);
      opacity: 1;
    }
  }
  @keyframes verticalFlipIn {
    0% {
      -webkit-transform: perspective(2000px) rotateX(-90deg);
      transform: perspective(2000px) rotateX(-90deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: perspective(2000px) rotateX(0);
      transform: perspective(2000px) rotateX(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes horizontalFlipOut {
    0% {
      -webkit-transform: perspective(2000px) rotateY(0);
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(90deg);
      transform: perspective(2000px) rotateY(90deg);
      opacity: 0;
    }
  }
  @keyframes horizontalFlipOut {
    0% {
      -webkit-transform: perspective(2000px) rotateY(0);
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(90deg);
      transform: perspective(2000px) rotateY(90deg);
      opacity: 0;
    }
  }
  @-webkit-keyframes verticalFlipOut {
    0% {
      -webkit-transform: perspective(2000px) rotateX(0);
      transform: perspective(2000px) rotateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(2000px) rotateX(-90deg);
      transform: perspective(2000px) rotateX(-90deg);
      opacity: 0;
    }
  }
  @keyframes verticalFlipOut {
    0% {
      -webkit-transform: perspective(2000px) rotateX(0);
      transform: perspective(2000px) rotateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(2000px) rotateX(-90deg);
      transform: perspective(2000px) rotateX(-90deg);
      opacity: 0;
    }
  }
  .scale.transition.in {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
  }
  @-webkit-keyframes scaleIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes scaleIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes scaleOut {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  @keyframes scaleOut {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  .transition[class*="fly up"].in {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp;
  }
  .transition[class*="fly down"].in {
    -webkit-animation-name: flyInDown;
    animation-name: flyInDown;
  }
  .transition[class*="fly left"].in {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
  }
  .transition[class*="fly right"].in {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
  }
  @-webkit-keyframes flyIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes flyIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  @-webkit-keyframes flyInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 1500px, 0);
      transform: translate3d(0, 1500px, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes flyInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 1500px, 0);
      transform: translate3d(0, 1500px, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes flyInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -1500px, 0);
      transform: translate3d(0, -1500px, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes flyInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -1500px, 0);
      transform: translate3d(0, -1500px, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @-webkit-keyframes flyInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(1500px, 0, 0);
      transform: translate3d(1500px, 0, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes flyInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(1500px, 0, 0);
      transform: translate3d(1500px, 0, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @-webkit-keyframes flyInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-1500px, 0, 0);
      transform: translate3d(-1500px, 0, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes flyInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-1500px, 0, 0);
      transform: translate3d(-1500px, 0, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @-webkit-keyframes flyOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  @keyframes flyOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  @-webkit-keyframes flyOutUp {
    20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  @keyframes flyOutUp {
    20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  @-webkit-keyframes flyOutDown {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  @keyframes flyOutDown {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  @-webkit-keyframes flyOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  @keyframes flyOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  @-webkit-keyframes flyOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  @keyframes flyOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  .transition[class*="slide down"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .transition[class*="slide up"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .transition[class*="slide left"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  .transition[class*="slide right"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  @-webkit-keyframes slideInY {
    0% {
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes slideInY {
    0% {
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @-webkit-keyframes slideInX {
    0% {
      opacity: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes slideInX {
    0% {
      opacity: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @-webkit-keyframes slideOutY {
    0% {
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
  }
  @keyframes slideOutY {
    0% {
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
  }
  @-webkit-keyframes slideOutX {
    0% {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
  }
  @keyframes slideOutX {
    0% {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
  }
  .transition[class*="swing down"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .transition[class*="swing up"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .transition[class*="swing left"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  .transition[class*="swing right"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  @-webkit-keyframes swingInX {
    0% {
      -webkit-transform: perspective(1000px) rotateX(90deg);
      transform: perspective(1000px) rotateX(90deg);
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(1000px) rotateX(-30deg);
      transform: perspective(1000px) rotateX(-30deg);
      opacity: 1;
    }
    60% {
      -webkit-transform: perspective(1000px) rotateX(15deg);
      transform: perspective(1000px) rotateX(15deg);
    }
    80% {
      -webkit-transform: perspective(1000px) rotateX(-7.5deg);
      transform: perspective(1000px) rotateX(-7.5deg);
    }
    100% {
      -webkit-transform: perspective(1000px) rotateX(0);
      transform: perspective(1000px) rotateX(0);
    }
  }
  @keyframes swingInX {
    0% {
      -webkit-transform: perspective(1000px) rotateX(90deg);
      transform: perspective(1000px) rotateX(90deg);
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(1000px) rotateX(-30deg);
      transform: perspective(1000px) rotateX(-30deg);
      opacity: 1;
    }
    60% {
      -webkit-transform: perspective(1000px) rotateX(15deg);
      transform: perspective(1000px) rotateX(15deg);
    }
    80% {
      -webkit-transform: perspective(1000px) rotateX(-7.5deg);
      transform: perspective(1000px) rotateX(-7.5deg);
    }
    100% {
      -webkit-transform: perspective(1000px) rotateX(0);
      transform: perspective(1000px) rotateX(0);
    }
  }
  @-webkit-keyframes swingInY {
    0% {
      -webkit-transform: perspective(1000px) rotateY(-90deg);
      transform: perspective(1000px) rotateY(-90deg);
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(1000px) rotateY(30deg);
      transform: perspective(1000px) rotateY(30deg);
      opacity: 1;
    }
    60% {
      -webkit-transform: perspective(1000px) rotateY(-17.5deg);
      transform: perspective(1000px) rotateY(-17.5deg);
    }
    80% {
      -webkit-transform: perspective(1000px) rotateY(7.5deg);
      transform: perspective(1000px) rotateY(7.5deg);
    }
    100% {
      -webkit-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0);
    }
  }
  @keyframes swingInY {
    0% {
      -webkit-transform: perspective(1000px) rotateY(-90deg);
      transform: perspective(1000px) rotateY(-90deg);
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(1000px) rotateY(30deg);
      transform: perspective(1000px) rotateY(30deg);
      opacity: 1;
    }
    60% {
      -webkit-transform: perspective(1000px) rotateY(-17.5deg);
      transform: perspective(1000px) rotateY(-17.5deg);
    }
    80% {
      -webkit-transform: perspective(1000px) rotateY(7.5deg);
      transform: perspective(1000px) rotateY(7.5deg);
    }
    100% {
      -webkit-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0);
    }
  }
  @-webkit-keyframes swingOutX {
    0% {
      -webkit-transform: perspective(1000px) rotateX(0);
      transform: perspective(1000px) rotateX(0);
    }
    40% {
      -webkit-transform: perspective(1000px) rotateX(-7.5deg);
      transform: perspective(1000px) rotateX(-7.5deg);
    }
    60% {
      -webkit-transform: perspective(1000px) rotateX(17.5deg);
      transform: perspective(1000px) rotateX(17.5deg);
    }
    80% {
      -webkit-transform: perspective(1000px) rotateX(-30deg);
      transform: perspective(1000px) rotateX(-30deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(1000px) rotateX(90deg);
      transform: perspective(1000px) rotateX(90deg);
      opacity: 0;
    }
  }
  @keyframes swingOutX {
    0% {
      -webkit-transform: perspective(1000px) rotateX(0);
      transform: perspective(1000px) rotateX(0);
    }
    40% {
      -webkit-transform: perspective(1000px) rotateX(-7.5deg);
      transform: perspective(1000px) rotateX(-7.5deg);
    }
    60% {
      -webkit-transform: perspective(1000px) rotateX(17.5deg);
      transform: perspective(1000px) rotateX(17.5deg);
    }
    80% {
      -webkit-transform: perspective(1000px) rotateX(-30deg);
      transform: perspective(1000px) rotateX(-30deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(1000px) rotateX(90deg);
      transform: perspective(1000px) rotateX(90deg);
      opacity: 0;
    }
  }
  @-webkit-keyframes swingOutY {
    0% {
      -webkit-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0);
    }
    40% {
      -webkit-transform: perspective(1000px) rotateY(7.5deg);
      transform: perspective(1000px) rotateY(7.5deg);
    }
    60% {
      -webkit-transform: perspective(1000px) rotateY(-10deg);
      transform: perspective(1000px) rotateY(-10deg);
    }
    80% {
      -webkit-transform: perspective(1000px) rotateY(30deg);
      transform: perspective(1000px) rotateY(30deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(1000px) rotateY(-90deg);
      transform: perspective(1000px) rotateY(-90deg);
      opacity: 0;
    }
  }
  @keyframes swingOutY {
    0% {
      -webkit-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0);
    }
    40% {
      -webkit-transform: perspective(1000px) rotateY(7.5deg);
      transform: perspective(1000px) rotateY(7.5deg);
    }
    60% {
      -webkit-transform: perspective(1000px) rotateY(-10deg);
      transform: perspective(1000px) rotateY(-10deg);
    }
    80% {
      -webkit-transform: perspective(1000px) rotateY(30deg);
      transform: perspective(1000px) rotateY(30deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(1000px) rotateY(-90deg);
      transform: perspective(1000px) rotateY(-90deg);
      opacity: 0;
    }
  }
  @-webkit-keyframes flash {
    0%,
    100%,
    50% {
      opacity: 1;
    }
    25%,
    75% {
      opacity: 0;
    }
  }
  @keyframes flash {
    0%,
    100%,
    50% {
      opacity: 1;
    }
    25%,
    75% {
      opacity: 0;
    }
  }
  @-webkit-keyframes shake {
    0%,
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  @keyframes shake {
    0%,
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  @-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
    }
  }
  @keyframes tada {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
    }
  }
  @-webkit-keyframes pulse {
    0%,
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0.7;
    }
  }
  @keyframes pulse {
    0%,
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0.7;
    }
  }
  @-webkit-keyframes jiggle {
    0%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
  }
  @keyframes jiggle {
    0%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
  }
  .ui.table {
    width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
  }
  .ui.table:first-child {
    margin-top: 0;
  }
  .ui.table:last-child {
    margin-bottom: 0;
  }
  .ui.table > .icon {
    vertical-align: baseline;
  }
  .ui.table [class*="top aligned"],
  .ui.table[class*="top aligned"] {
    vertical-align: top;
  }
  .ui.table > .icon:only-child {
    margin: 0;
  }
  @media only screen and (max-width: 767px) {
    .ui.table:not(.unstackable) {
      width: 100%;
      padding: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .ui[class*="tablet stackable"].table {
      width: 100% !important;
      display: block !important;
    }
    .ui[class*="tablet stackable"].table {
      padding: 0;
    }
  }
  .ui.table [class*="left aligned"],
  .ui.table[class*="left aligned"] {
    text-align: left;
  }
  .ui.table [class*="center aligned"],
  .ui.table[class*="center aligned"] {
    text-align: center;
  }
  .ui.table [class*="right aligned"],
  .ui.table[class*="right aligned"] {
    text-align: right;
  }
  .centered {
    text-align: center;
  }
  .ui.table [class*="middle aligned"],
  .ui.table[class*="middle aligned"] {
    vertical-align: middle;
  }
  .ui.table [class*="bottom aligned"],
  .ui.table[class*="bottom aligned"] {
    vertical-align: bottom;
  }
  .ui[class*="top attached"].table {
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    margin-top: 1em;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
  }
  .ui.table[class*="top attached"]:first-child {
    margin-top: 0;
  }
  .ui[class*="bottom attached"].table {
    bottom: 0;
    margin-top: 0;
    top: 0;
    margin-bottom: 1em;
    box-shadow: none, none;
    border-radius: 0 0 0.28571429rem 0.28571429rem;
  }
  .ui[class*="bottom attached"].table:last-child {
    margin-bottom: 0;
  }
  .ui.green.table {
    border-top: 0.2em solid #21ba45;
  }
  .ui.blue.table {
    border-top: 0.2em solid #15803d;
  }
  .ui[class*="very basic"].table {
    border: none;
  }
  .ui.small.table {
    font-size: 0.9em;
  }
  .ui.table {
    font-size: 1em;
  }
  .ui.large.table {
    font-size: 1.1em;
  }
  .conjugation-cell,
  .tense-title {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
  }
  .conjugation-cell,
  .initial,
  .tense-title {
    border-left: 1px solid #dedede;
  }
  body {
    background: #f7f7f7;
  }
  .conjugation-table {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .conjugation-table > .conjugation-cell-four {
    min-width: 50px;
    width: 21%;
  }
  .conjugation-table > .conjugation-cell-pronouns {
    width: 16%;
  }

.conjugation-pronoun {
    font-size: 80%;
}

  .conjugation-cell {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    list-style: none;
  }
  .tense-title {
    font-weight: 700;
    background: #f9fafb;
    border-top: 1px solid #dedede;
  }
  @-webkit-keyframes a {
    0% {
      opacity: 0;
      bottom: -15px;
      max-height: 0;
      max-width: 0;
      margin-top: 0;
    }
    30% {
      opacity: 0.8;
      bottom: -3px;
    }
    to {
      opacity: 1;
      bottom: 0;
      max-height: 200px;
      margin-top: 12px;
      max-width: 400px;
    }
  }
  @keyframes a {
    0% {
      opacity: 0;
      bottom: -15px;
      max-height: 0;
      max-width: 0;
      margin-top: 0;
    }
    30% {
      opacity: 0.8;
      bottom: -3px;
    }
    to {
      opacity: 1;
      bottom: 0;
      max-height: 200px;
      margin-top: 12px;
      max-width: 400px;
    }
  }
  @-webkit-keyframes b {
    0% {
      opacity: 1;
      bottom: 0;
    }
    30% {
      opacity: 0.2;
      bottom: -3px;
    }
    to {
      opacity: 0;
      bottom: -15px;
    }
  }
  @keyframes b {
    0% {
      opacity: 1;
      bottom: 0;
    }
    30% {
      opacity: 0.2;
      bottom: -3px;
    }
    to {
      opacity: 0;
      bottom: -15px;
    }
  }
  @-webkit-keyframes c {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0.5;
    }
    to {
      opacity: 0.6;
    }
  }
  @keyframes c {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0.5;
    }
    to {
      opacity: 0.6;
    }
  }
  @-webkit-keyframes d {
    0% {
      opacity: 0.6;
    }
    30% {
      opacity: 0.1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes d {
    0% {
      opacity: 0.6;
    }
    30% {
      opacity: 0.1;
    }
    to {
      opacity: 0;
    }
  }
  .leftmost {
    border-right: 1px solid #dedede;
  }
  .ui.ribbon.label {
    padding-left: calc(0.5rem + 1.2em);
    padding-right: 1.2em;
  }
  .pronounColumn {
    background: rgba(0, 0, 0, 0.03);
  }
  .pronounColumn div.ui.ribbon.label {
    min-width: initial;
    word-wrap: wrap;
  }
  .pronounColumnFirst {
    background: #fff;
    border-top: 0;
    border-left: 0;
  }
  @media all and (max-width: 767px) {
    .collapsable > .conjugation-cell,
    .tense-title {
      border-right: 1px solid #dedede;
    }
    .collapsable {
      display: block;
    }
    .collapsable > .conjugation-cell {
      width: 100% !important;
      display: flex;
    }
    .collapsable > .bottom {
      margin-bottom: 1em;
    }
    .pronounColumn {
      display: none !important;
    }
    .ribbon-wrapper {
      flex-direction: row;
      flex-grow: 0;
      flex-shrink: 0;
    }
    .forms-wrapper {
      width: auto;
      flex-basis: auto;
      overflow: hidden;
    }
    .meta-form,
    .meta-translation,
    .meta-transliteration {
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-all;
    }
    .meta-translation,
    .meta-transliteration {
      display: block;
    }
  }
  .hidden {
    display: none;
  }
  .meta-transliteration {
    color: rgba(0, 0, 0, 0.4);
    margin-top: 0.5em;
  }
  .meta-translation {
    font-style: italic;
    margin-top: 0.5em;
  }
  .ui.ribbon a {
    color: #fff;
    opacity: 1;
  }
  .forms-wrapper {
    text-align: left;
  }
  @media only screen and (min-width: 768px) {
    .tense-title .dropdown.icon {
      display: none;
    }
    .conjugation-table:not(:first-of-type) {
      margin-top: 2em;
    }
  }
  #logo {
    max-height: 32px;
  }
  .transparent {
    background-color: transparent;
  }
  #conjugationDivs {
    padding-right: 0;
    border-right: 0;
  }
  


  .wordcloud ul li a {
    white-space: nowrap
}
.wordcloud ul {
    padding: 0 0 3vh;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.wordcloud ul::after {
    content: '';
    flex-grow: 1000000000
}

.wordcloud ul li {
    display: inline-block;
    margin: 0 .3em .3em 0;
    padding: 0 .18em;
    flex-basis: auto;
    flex-grow: 1
}

.wordcloud ul li a {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 2.5em 0 1em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    -webkit-transition: .2s;
    transition: .2s
}


.wordcloud li span {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 2;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #16A34A;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s
}

.wordcloud ul li a:hover {
    background-color: #7ad785;
    border: 1px solid #16A34A;
    color: #fff
}

.wordcloud ul li a:hover span {
    background-color: #fff;
    color: #3498db
}