@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none!important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none!important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset,10px);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none!important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  left: 0;
  top: var(--swiper-pagination-top,auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none!important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity,1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: var(--swiper-pagination-left,auto);
  right: var(--swiper-pagination-right,8px);
  top: 50%;
  transform: translate3d(0,-50%,0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s,top .2s;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s,left .2s;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s,right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size,4px);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  -ms-touch-action: none;
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none!important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: var(--swiper-scrollbar-bottom,4px);
  height: var(--swiper-scrollbar-size,4px);
  left: var(--swiper-scrollbar-sides-offset,1%);
  position: absolute;
  top: var(--swiper-scrollbar-top,auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
  z-index: 50;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
  left: var(--swiper-scrollbar-left,auto);
  position: absolute;
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  width: var(--swiper-scrollbar-size,4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}
/*!
 * # Fomantic-UI - Dimmer
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

.dimmable:not(body) {
  position: relative;
}

.ui.dimmer {
  align-items: center;
  animation-duration: .5s;
  animation-fill-mode: both;
  background-color: rgba(0,0,0,.85);
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0!important;
  line-height: 1;
  opacity: 0;
  padding: 1em;
  position: absolute;
  text-align: center;
  top: 0!important;
  transition: background-color .5s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 100%;
  will-change: opacity;
  z-index: 1000;
}

.ui.dimmer>.content {
  color: #fff;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ui.segment>.ui.dimmer {
  border-radius: inherit!important;
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
  background: hsla(0,0%,100%,.1);
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
  background: hsla(0,0%,100%,.25);
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
  background: hsla(0,0%,100%,.15);
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
  background: hsla(0,0%,100%,.35);
}

.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
  overflow: hidden;
}

.dimmed.dimmable>.ui.animating.dimmer,
.dimmed.dimmable>.ui.visible.dimmer,
.ui.active.dimmer {
  display: flex;
  opacity: 1;
}

.ui.disabled.dimmer {
  height: 0!important;
  width: 0!important;
}

.dimmed.dimmable>.ui.animating.legacy.dimmer,
.dimmed.dimmable>.ui.visible.legacy.dimmer,
.ui.active.legacy.dimmer {
  display: block;
}

.ui[class*="top aligned"].dimmer {
  justify-content: flex-start;
}

.ui[class*="bottom aligned"].dimmer {
  justify-content: flex-end;
}

.ui.page.dimmer {
  perspective: 2000px;
  position: fixed;
  transform-origin: center center;
  transform-style: "";
}

body.animating.in.dimmable,
body.dimmed.dimmable {
  overflow: hidden;
}

body.dimmable>.dimmer {
  position: fixed;
}

.blurring.dimmable>:not(.dimmer) {
  filter: none;
  transition: filter .8s ease;
}

.blurring.dimmed.dimmable>:not(.dimmer):not(.popup) {
  filter: blur(5px) grayscale(.7);
}

.blurring.dimmable>.dimmer {
  background-color: rgba(0,0,0,.6);
}

.blurring.dimmable>.inverted.dimmer {
  background-color: hsla(0,0%,100%,.6);
}

.ui.dimmer>.top.aligned.content>* {
  vertical-align: top;
}

.ui.dimmer>.bottom.aligned.content>* {
  vertical-align: bottom;
}

.medium.medium.medium.medium.medium.dimmer {
  background-color: rgba(0,0,0,.65);
}

.light.light.light.light.light.dimmer {
  background-color: rgba(0,0,0,.45);
}

.very.light.light.light.light.dimmer {
  background-color: rgba(0,0,0,.25);
}

.ui.inverted.dimmer {
  background-color: hsla(0,0%,100%,.85);
}

.ui.inverted.dimmer>.content,
.ui.inverted.dimmer>.content>* {
  color: #000;
}

.medium.medium.medium.medium.medium.inverted.dimmer {
  background-color: hsla(0,0%,100%,.65);
}

.light.light.light.light.light.inverted.dimmer {
  background-color: hsla(0,0%,100%,.45);
}

.very.light.light.light.light.inverted.dimmer {
  background-color: hsla(0,0%,100%,.25);
}

.ui.simple.dimmer {
  background-color: transparent;
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
  z-index: -100;
}

.dimmed.dimmable>.ui.simple.dimmer {
  background-color: rgba(0,0,0,.85);
  height: 100%;
  opacity: 1;
  overflow: visible;
  width: 100%;
  z-index: 1;
}

.ui.simple.inverted.dimmer {
  background-color: hsla(0,0%,100%,0);
}

.dimmed.dimmable>.ui.simple.inverted.dimmer {
  background-color: hsla(0,0%,100%,.85);
}

.ui[class*="bottom dimmer"],
.ui[class*="center dimmer"],
.ui[class*="top dimmer"] {
  height: auto;
}

.ui[class*="bottom dimmer"] {
  bottom: 0;
  top: auto!important;
}

.ui[class*="center dimmer"] {
  top: 50%!important;
  transform: translateY(-50%);
  -webkit-transform: translateY(calc(-50% - .5px));
}

.ui.segment>.ui[class*="top dimmer"] {
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}

.ui.segment>.ui[class*="center dimmer"] {
  border-radius: 0!important;
}

.ui.segment>.ui[class*="bottom dimmer"] {
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
}

.ui[class*="center dimmer"].transition[class*="fade up"].in {
  animation-name: fadeInUpCenter;
}

.ui[class*="center dimmer"].transition[class*="fade down"].in {
  animation-name: fadeInDownCenter;
}

.ui[class*="center dimmer"].transition[class*="fade up"].out {
  animation-name: fadeOutUpCenter;
}

.ui[class*="center dimmer"].transition[class*="fade down"].out {
  animation-name: fadeOutDownCenter;
}

.ui[class*="center dimmer"].bounce.transition {
  animation-name: bounceCenter;
}

@keyframes fadeInUpCenter {
  0% {
    opacity: 0;
    transform: translateY(-40%);
    -webkit-transform: translateY(calc(-40% - .5px));
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - .5px));
  }
}

@keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    transform: translateY(-60%);
    -webkit-transform: translateY(calc(-60% - .5px));
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - .5px));
  }
}

@keyframes fadeOutUpCenter {
  0% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - .5px));
  }

  to {
    opacity: 0;
    transform: translateY(-45%);
    -webkit-transform: translateY(calc(-45% - .5px));
  }
}

@keyframes fadeOutDownCenter {
  0% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - .5px));
  }

  to {
    opacity: 0;
    transform: translateY(-55%);
    -webkit-transform: translateY(calc(-55% - .5px));
  }
}

@keyframes bounceCenter {
  0%, 20%, 50%, 80%, to {
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - .5px));
  }

  40% {
    transform: translateY(calc(-50% - 30px));
  }

  60% {
    transform: translateY(calc(-50% - 15px));
  }
}
/*!
 * # Fomantic-UI - Modal
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

.ui.modal {
  background: #fff;
  border: none;
  border-radius: .28571429rem;
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);
  display: none;
  flex: 0 0 auto;
  position: absolute;
  text-align: left;
  transform-origin: 50% 25%;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  will-change: top,left,margin,transform,opacity;
  z-index: 1001;
}

.ui.modal>.dimmer:first-child+.icon+*,
.ui.modal>.dimmer:first-child+:not(.icon),
.ui.modal>.icon:first-child+*,
.ui.modal>:first-child:not(.icon):not(.dimmer) {
  border-top-left-radius: .28571429rem;
  border-top-right-radius: .28571429rem;
}

.ui.modal>:last-child {
  border-bottom-left-radius: .28571429rem;
  border-bottom-right-radius: .28571429rem;
}

.ui.modal>.close {
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  height: 2.25rem;
  opacity: .8;
  padding: .625rem 0 0;
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  width: 2.25rem;
  z-index: 1;
}

.ui.modal>.close:hover {
  opacity: 1;
}

.ui.modal>.header {
  background: #fff;
  border-bottom: 1px solid rgba(34,36,38,.15);
  box-shadow: none;
  color: rgba(0,0,0,.85);
  display: block;
  font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 1.25rem 1.5rem;
}

.ui.modal>.header:not(.ui) {
  font-size: 1.42857143rem;
  font-weight: 700;
  line-height: 1.28571429em;
}

.ui.modal>.content {
  background: #fff;
  display: block;
  font-size: 1em;
  line-height: 1.4;
  padding: 1.5rem;
  width: 100%;
}

.ui.modal>.image.content {
  display: flex;
  flex-direction: row;
}

.ui.modal>.content>.image {
  align-self: start;
  display: block;
  flex: 0 1 auto;
  max-width: 100%;
  width: "";
}

.ui.modal>[class*="top aligned"] {
  align-self: start;
}

.ui.modal>[class*="middle aligned"] {
  align-self: center;
}

.ui.modal>[class*=stretched] {
  align-self: stretch;
}

.ui.modal>.content>.description {
  align-self: start;
  display: block;
  flex: 1 0 auto;
  min-width: 0;
}

.ui.modal>.content>.icon+.description,
.ui.modal>.content>.image+.description {
  flex: 0 1 auto;
  min-width: "";
  padding-left: 2em;
  width: auto;
}

.ui.modal>.content>.image>i.icon {
  font-size: 8rem;
  line-height: 1;
  margin: 0;
  opacity: 1;
  width: auto;
}

.ui.modal>.actions {
  background: #f9fafb;
  border-top: 1px solid rgba(34,36,38,.15);
  padding: 1rem;
  text-align: right;
}

.ui.modal .actions>.button {
  margin-left: .75em;
}

.ui.basic.modal>.actions {
  border-top: none;
}

@media only screen and (max-width:767.98px) {
  .ui.modal:not(.fullscreen) {
    margin: 0;
    width: 95%;
  }
}

@media only screen and (min-width:768px) {
  .ui.modal:not(.fullscreen) {
    margin: 0;
    width: 88%;
  }
}

@media only screen and (min-width:992px) {
  .ui.modal:not(.fullscreen) {
    margin: 0;
    width: 850px;
  }
}

@media only screen and (min-width:1200px) {
  .ui.modal:not(.fullscreen) {
    margin: 0;
    width: 900px;
  }
}

@media only screen and (min-width:1920px) {
  .ui.modal:not(.fullscreen) {
    margin: 0;
    width: 950px;
  }
}

@media only screen and (max-width:991.98px) {
  .ui.modal>.header {
    padding-right: 2.25rem;
  }

  .ui.modal>.close {
    color: rgba(0,0,0,.87);
    right: 1rem;
    top: 1.0535rem;
  }
}

@media only screen and (max-width:767.98px) {
  .ui.modal>.header {
    padding: .75rem 2.25rem .75rem 1rem!important;
  }

  .ui.overlay.fullscreen.modal>.content.content.content {
    min-height: calc(100vh - 8.1rem);
  }

  .ui.overlay.fullscreen.modal>.scrolling.content.content.content {
    max-height: calc(100vh - 8.1rem);
  }

  .ui.modal>.content {
    display: block;
    padding: 1rem!important;
  }

  .ui.modal>.close {
    right: .5rem!important;
    top: .5rem!important;
  }

  .ui.modal .image.content {
    flex-direction: column;
  }

  .ui.modal .content>.image {
    display: block;
    margin: 0 auto!important;
    max-width: 100%;
    padding: 0 0 1rem!important;
    text-align: center;
  }

  .ui.modal>.content>.image>i.icon {
    font-size: 5rem;
    text-align: center;
  }

  .ui.modal .content>.description {
    box-shadow: none;
    display: block;
    margin: 0!important;
    padding: 1rem 0!important;
    width: 100%!important;
  }

  .ui.modal>.actions {
    padding: 1rem 1rem 0!important;
  }

  .ui.modal .actions>.button,
  .ui.modal .actions>.buttons {
    margin-bottom: 1rem;
  }
}

.ui.inverted.dimmer>.ui.modal {
  box-shadow: 1px 3px 10px 2px rgba(0,0,0,.2);
}

.ui.basic.modal {
  border: none;
  border-radius: 0;
  box-shadow: none!important;
  color: #fff;
}

.ui.basic.modal,
.ui.basic.modal>.actions,
.ui.basic.modal>.content,
.ui.basic.modal>.header {
  background-color: transparent;
}

.ui.basic.modal>.header {
  color: #fff;
}

.ui.basic.modal>.close {
  color: #fff;
  right: 1.5rem;
  top: 1rem;
}

.ui.inverted.dimmer>.basic.modal {
  color: rgba(0,0,0,.87);
}

.ui.inverted.dimmer>.ui.basic.modal>.header {
  color: rgba(0,0,0,.85);
}

.ui.legacy.legacy.modal,
.ui.legacy.legacy.page.dimmer>.ui.modal {
  left: 50%!important;
}

.ui.legacy.legacy.modal:not(.aligned),
.ui.legacy.legacy.page.dimmer>.ui.modal:not(.aligned) {
  top: 50%;
}

.ui.legacy.legacy.page.dimmer>.ui.scrolling.modal:not(.aligned),
.ui.page.dimmer>.ui.scrolling.legacy.legacy.modal:not(.aligned),
.ui.top.aligned.dimmer>.ui.legacy.legacy.modal:not(.aligned),
.ui.top.aligned.legacy.legacy.page.dimmer>.ui.modal:not(.aligned) {
  top: auto;
}

.ui.legacy.overlay.fullscreen.modal {
  margin-top: -1rem!important;
}

.ui.loading.modal {
  display: block;
  visibility: hidden;
  z-index: -1;
}

.ui.active.modal {
  display: block;
}

.ui.top.aligned.modal {
  top: 5vh;
}

.ui.bottom.aligned.modal {
  bottom: 5vh;
}

@media only screen and (max-width:767.98px) {
  .ui.top.aligned.modal {
    top: 1rem;
  }

  .ui.bottom.aligned.modal {
    bottom: 1rem;
  }
}

.scrolling.dimmable.dimmed {
  overflow: hidden;
}

.scrolling.dimmable>.dimmer {
  justify-content: flex-start;
  position: fixed;
}

.scrolling.dimmable.dimmed>.dimmer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modals.dimmer .ui.scrolling.modal:not(.fullscreen) {
  margin: 1rem auto;
}

.scrolling.undetached.dimmable.dimmed {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.scrolling.undetached.dimmable.dimmed>.dimmer {
  overflow: hidden;
}

.scrolling.undetached.dimmable .ui.scrolling.modal:not(.fullscreen) {
  left: 50%;
  margin-top: 1rem!important;
  position: absolute;
}

.ui.modal>.scrolling.content {
  max-height: calc(80vh - 10rem);
  overflow: auto;
}

.ui.overlay.fullscreen.modal>.content {
  min-height: calc(100vh - 9.1rem);
}

.ui.overlay.fullscreen.modal>.scrolling.content {
  max-height: calc(100vh - 9.1rem);
}

.ui.fullscreen.modal {
  left: 2.5%;
  margin: 1em auto;
  width: 95%;
}

.ui.overlay.fullscreen.modal {
  border-radius: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
}

.ui.fullscreen.modal>.header {
  padding-right: 2.25rem;
}

.ui.fullscreen.modal>.close {
  color: rgba(0,0,0,.87);
  right: 1rem;
  top: 1.0535rem;
}

.ui.basic.fullscreen.modal>.close {
  color: #fff;
}

.ui.modal {
  font-size: 1rem;
}

.ui.mini.modal>.header:not(.ui) {
  font-size: 1.3em;
}

@media only screen and (max-width:767.98px) {
  .ui.mini.modal {
    margin: 0;
    width: 95%;
  }
}

@media only screen and (min-width:768px) {
  .ui.mini.modal {
    margin: 0;
    width: 35.2%;
  }
}

@media only screen and (min-width:992px) {
  .ui.mini.modal {
    margin: 0;
    width: 340px;
  }
}

@media only screen and (min-width:1200px) {
  .ui.mini.modal {
    margin: 0;
    width: 360px;
  }
}

@media only screen and (min-width:1920px) {
  .ui.mini.modal {
    margin: 0;
    width: 380px;
  }
}

.ui.tiny.modal>.header:not(.ui) {
  font-size: 1.3em;
}

@media only screen and (max-width:767.98px) {
  .ui.tiny.modal {
    margin: 0;
    width: 95%;
  }
}

@media only screen and (min-width:768px) {
  .ui.tiny.modal {
    margin: 0;
    width: 52.8%;
  }
}

@media only screen and (min-width:992px) {
  .ui.tiny.modal {
    margin: 0;
    width: 510px;
  }
}

@media only screen and (min-width:1200px) {
  .ui.tiny.modal {
    margin: 0;
    width: 540px;
  }
}

@media only screen and (min-width:1920px) {
  .ui.tiny.modal {
    margin: 0;
    width: 570px;
  }
}

.ui.small.modal>.header:not(.ui) {
  font-size: 1.3em;
}

@media only screen and (max-width:767.98px) {
  .ui.small.modal {
    margin: 0;
    width: 95%;
  }
}

@media only screen and (min-width:768px) {
  .ui.small.modal {
    margin: 0;
    width: 70.4%;
  }
}

@media only screen and (min-width:992px) {
  .ui.small.modal {
    margin: 0;
    width: 680px;
  }
}

@media only screen and (min-width:1200px) {
  .ui.small.modal {
    margin: 0;
    width: 720px;
  }
}

@media only screen and (min-width:1920px) {
  .ui.small.modal {
    margin: 0;
    width: 760px;
  }
}

.ui.large.modal>.header {
  font-size: 1.6em;
}

@media only screen and (max-width:767.98px) {
  .ui.large.modal {
    margin: 0;
    width: 95%;
  }
}

@media only screen and (min-width:768px) {
  .ui.large.modal {
    margin: 0;
    width: 88%;
  }
}

@media only screen and (min-width:992px) {
  .ui.large.modal {
    margin: 0;
    width: 1020px;
  }
}

@media only screen and (min-width:1200px) {
  .ui.large.modal {
    margin: 0;
    width: 1080px;
  }
}

@media only screen and (min-width:1920px) {
  .ui.large.modal {
    margin: 0;
    width: 1140px;
  }
}

.ui.inverted.modal {
  background: rgba(0,0,0,.9);
}

.ui.inverted.modal>.content,
.ui.inverted.modal>.header {
  background: rgba(0,0,0,.9);
  color: #fff;
}

.ui.inverted.modal>.actions {
  background: #191a1b;
  border-top: 1px solid rgba(34,36,38,.85);
  color: #fff;
}

.ui.inverted.dimmer>.modal>.close {
  color: rgba(0,0,0,.85);
}

@media only screen and (max-width:991.98px) {
  .ui.dimmer .inverted.modal>.close {
    color: #fff;
  }
}

.ui.inverted.fullscreen.modal>.close {
  color: #fff;
}
/*!
 * # Fomantic-UI - Transition
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

.transition {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

.animating.transition {
  backface-visibility: hidden;
  visibility: visible!important;
}

.loading.transition {
  left: -99999px;
  position: absolute;
  top: -99999px;
}

.hidden.transition {
  display: none;
  visibility: hidden;
}

.visible.transition {
  display: block!important;
  visibility: visible!important;
}

.disabled.transition {
  animation-play-state: paused;
}

.looping.transition {
  animation-iteration-count: infinite;
}

.transition.browse {
  animation-duration: .5s;
}

.transition.browse.in {
  animation-name: browseIn;
}

.transition.browse.left.out,
.transition.browse.out {
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  animation-name: browseOutRight;
}

@keyframes browseIn {
  0% {
    transform: scale(.8) translateZ(0);
    z-index: -1;
  }

  10% {
    opacity: .7;
    transform: scale(.8) translateZ(0);
    z-index: -1;
  }

  80% {
    opacity: 1;
    transform: scale(1.05) translateZ(0);
    z-index: 999;
  }

  to {
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}

@keyframes browseOutLeft {
  0% {
    transform: translateX(0) rotateY(0deg) rotateX(0deg);
    z-index: 999;
  }

  50% {
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    z-index: -1;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translateX(0) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    z-index: -1;
  }
}

@keyframes browseOutRight {
  0% {
    transform: translateX(0) rotateY(0deg) rotateX(0deg);
    z-index: 999;
  }

  50% {
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    z-index: 1;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translateX(0) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    z-index: 1;
  }
}

.drop.transition {
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(.34,1.61,.7,1);
  transform-origin: top center;
}

.drop.transition.in {
  animation-name: dropIn;
}

.drop.transition.out {
  animation-name: dropOut;
}

@keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dropOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

.transition.fade.in {
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  animation-name: fadeInRight;
}

.transition.fade.out {
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  animation-name: fadeOutRight;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(5%);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-5%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(5%);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-5%);
  }
}

.flip.transition.in,
.flip.transition.out {
  animation-duration: .6s;
}

.horizontal.flip.transition.in {
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  animation-name: verticalFlipOut;
}

@keyframes horizontalFlipIn {
  0% {
    opacity: 0;
    transform: perspective(2000px) rotateY(-90deg);
  }

  to {
    opacity: 1;
    transform: perspective(2000px) rotateY(0deg);
  }
}

@keyframes verticalFlipIn {
  0% {
    opacity: 0;
    transform: perspective(2000px) rotateX(-90deg);
  }

  to {
    opacity: 1;
    transform: perspective(2000px) rotateX(0deg);
  }
}

@keyframes horizontalFlipOut {
  0% {
    opacity: 1;
    transform: perspective(2000px) rotateY(0deg);
  }

  to {
    opacity: 0;
    transform: perspective(2000px) rotateY(90deg);
  }
}

@keyframes verticalFlipOut {
  0% {
    opacity: 1;
    transform: perspective(2000px) rotateX(0deg);
  }

  to {
    opacity: 0;
    transform: perspective(2000px) rotateX(-90deg);
  }
}

.scale.transition.in {
  animation-name: scaleIn;
}

.scale.transition.out {
  animation-name: scaleOut;
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(.9);
  }
}

.transition.fly {
  animation-duration: .6s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.transition.fly.in {
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  animation-name: flyInRight;
}

.transition.fly.out {
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  animation-name: flyOutRight;
}

@keyframes flyIn {
  0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
  }

  20% {
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    transform: scale3d(.97,.97,.97);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes flyInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,1500px,0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0,-20px,0);
  }

  75% {
    transform: translate3d(0,10px,0);
  }

  90% {
    transform: translate3d(0,-5px,0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes flyInDown {
  0% {
    opacity: 0;
    transform: translate3d(0,-1500px,0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0,25px,0);
  }

  75% {
    transform: translate3d(0,-10px,0);
  }

  90% {
    transform: translate3d(0,5px,0);
  }

  to {
    transform: none;
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    transform: translate3d(1500px,0,0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px,0,0);
  }

  75% {
    transform: translate3d(10px,0,0);
  }

  90% {
    transform: translate3d(-5px,0,0);
  }

  to {
    transform: none;
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    transform: translate3d(-1500px,0,0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px,0,0);
  }

  75% {
    transform: translate3d(-10px,0,0);
  }

  90% {
    transform: translate3d(5px,0,0);
  }

  to {
    transform: none;
  }
}

@keyframes flyOut {
  20% {
    transform: scale3d(.9,.9,.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1,1.1,1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
  }
}

@keyframes flyOutUp {
  20% {
    transform: translate3d(0,10px,0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0,-20px,0);
  }

  to {
    opacity: 0;
    transform: translate3d(0,2000px,0);
  }
}

@keyframes flyOutDown {
  20% {
    transform: translate3d(0,-10px,0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0,20px,0);
  }

  to {
    opacity: 0;
    transform: translate3d(0,-2000px,0);
  }
}

@keyframes flyOutRight {
  20% {
    opacity: 1;
    transform: translate3d(20px,0,0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px,0,0);
  }
}

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(-20px,0,0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px,0,0);
  }
}

.transition.slide.in,
.transition[class*="slide down"].in {
  animation-name: slideInY;
  transform-origin: top center;
}

.transition[class*="slide up"].in {
  animation-name: slideInY;
  transform-origin: bottom center;
}

.transition[class*="slide left"].in {
  animation-name: slideInX;
  transform-origin: center right;
}

.transition[class*="slide right"].in {
  animation-name: slideInX;
  transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
  animation-name: slideOutY;
  transform-origin: top center;
}

.transition[class*="slide up"].out {
  animation-name: slideOutY;
  transform-origin: bottom center;
}

.transition[class*="slide left"].out {
  animation-name: slideOutX;
  transform-origin: center right;
}

.transition[class*="slide right"].out {
  animation-name: slideOutX;
  transform-origin: center left;
}

@keyframes slideInY {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes slideInX {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes slideOutY {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }

  to {
    opacity: 0;
    transform: scaleY(0);
  }
}

@keyframes slideOutX {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }

  to {
    opacity: 0;
    transform: scaleX(0);
  }
}

.transition.swing {
  animation-duration: .8s;
}

.transition[class*="swing down"].in {
  animation-name: swingInX;
  transform-origin: top center;
}

.transition[class*="swing up"].in {
  animation-name: swingInX;
  transform-origin: bottom center;
}

.transition[class*="swing left"].in {
  animation-name: swingInY;
  transform-origin: center right;
}

.transition[class*="swing right"].in {
  animation-name: swingInY;
  transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
  animation-name: swingOutX;
  transform-origin: top center;
}

.transition[class*="swing up"].out {
  animation-name: swingOutX;
  transform-origin: bottom center;
}

.transition[class*="swing left"].out {
  animation-name: swingOutY;
  transform-origin: center right;
}

.transition[class*="swing right"].out {
  animation-name: swingOutY;
  transform-origin: center left;
}

@keyframes swingInX {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg);
  }

  40% {
    opacity: 1;
    transform: perspective(1000px) rotateX(-30deg);
  }

  60% {
    transform: perspective(1000px) rotateX(15deg);
  }

  80% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  to {
    transform: perspective(1000px) rotateX(0deg);
  }
}

@keyframes swingInY {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-90deg);
  }

  40% {
    opacity: 1;
    transform: perspective(1000px) rotateY(30deg);
  }

  60% {
    transform: perspective(1000px) rotateY(-17.5deg);
  }

  80% {
    transform: perspective(1000px) rotateY(7.5deg);
  }

  to {
    transform: perspective(1000px) rotateY(0deg);
  }
}

@keyframes swingOutX {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }

  40% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  60% {
    transform: perspective(1000px) rotateX(17.5deg);
  }

  80% {
    opacity: 1;
    transform: perspective(1000px) rotateX(-30deg);
  }

  to {
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg);
  }
}

@keyframes swingOutY {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }

  40% {
    transform: perspective(1000px) rotateY(7.5deg);
  }

  60% {
    transform: perspective(1000px) rotateY(-10deg);
  }

  80% {
    opacity: 1;
    transform: perspective(1000px) rotateY(30deg);
  }

  to {
    opacity: 0;
    transform: perspective(1000px) rotateY(-90deg);
  }
}

.transition.zoom.in {
  animation-name: zoomIn;
}

.transition.zoom.out {
  animation-name: zoomOut;
}

@keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 1;
    transform: scale(0);
  }
}

.flash.transition {
  animation-duration: .75s;
  animation-name: flash;
}

.shake.transition {
  animation-duration: .75s;
  animation-name: shake;
}

.bounce.transition {
  animation-duration: .75s;
  animation-name: bounce;
}

.tada.transition {
  animation-duration: .75s;
  animation-name: tada;
}

.pulse.transition {
  animation-duration: .5s;
  animation-name: pulse;
}

.jiggle.transition {
  animation-duration: .75s;
  animation-name: jiggle;
}

.transition.glow {
  animation-duration: 2s;
  animation-name: glow;
  animation-timing-function: cubic-bezier(.19,1,.22,1);
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes shake {
  0%, to {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, to {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  to {
    transform: scale(1) rotate(0);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .7;
    transform: scale(.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jiggle {
  0% {
    transform: scaleX(1);
  }

  30% {
    transform: scale3d(1.25,.75,1);
  }

  40% {
    transform: scale3d(.75,1.25,1);
  }

  50% {
    transform: scale3d(1.15,.85,1);
  }

  65% {
    transform: scale3d(.95,1.05,1);
  }

  75% {
    transform: scale3d(1.05,.95,1);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes glow {
  0% {
    background-color: #fcfcfd;
  }

  30% {
    background-color: #fff6cd;
  }

  to {
    background-color: #fcfcfd;
  }
}
/*!
 * # Fomantic-UI - Calendar
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

.ui.calendar .ui.popup {
  border: none;
  max-width: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ui.calendar .calendar:focus {
  outline: 0;
}

.ui.calendar .ui.popup .ui.grid {
  display: block;
  white-space: nowrap;
}

.ui.calendar .ui.popup .ui.grid>.column {
  width: auto;
}

.ui.calendar .ui.table.minute,
.ui.calendar .ui.table.month,
.ui.calendar .ui.table.year {
  min-width: 15em;
}

.ui.calendar .ui.table.day {
  min-width: 18em;
}

.ui.calendar .ui.table.day.andweek {
  min-width: 22em;
}

.ui.calendar .ui.table.hour {
  min-width: 20em;
}

.ui.calendar .ui.table tr td,
.ui.calendar .ui.table tr th {
  padding: .5em;
  white-space: nowrap;
}

.ui.calendar .ui.table tr th {
  border-left: none;
}

.ui.calendar .ui.table tr th .icon {
  margin: 0;
}

.ui.calendar .ui.table tr:first-child th {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.ui.calendar .ui.table.day tr:first-child th {
  border: none;
}

.ui.calendar .ui.table.day tr:nth-child(2) th {
  padding-bottom: .3em;
  padding-top: .2em;
}

.ui.calendar .ui.table tr td {
  padding-left: .1em;
  padding-right: .1em;
}

.ui.calendar .ui.table tr .link {
  cursor: pointer;
}

.ui.calendar .ui.table tr .prev.link {
  left: 0;
  position: absolute;
  width: 14.28571429%;
}

.ui.calendar .ui.table tr .next.link {
  position: absolute;
  right: 0;
  width: 14.28571429%;
}

.ui.calendar .ui.table tr .disabled {
  color: rgba(40,40,40,.3);
  cursor: default;
  pointer-events: auto;
}

.ui.calendar .ui.table tr .adjacent:not(.disabled) {
  background: rgba(0,0,0,.03);
  color: rgba(0,0,0,.6);
}

.ui.calendar .ui.table tr td.today {
  font-weight: 700;
}

.ui.calendar .ui.table tr td.range {
  background: rgba(0,0,0,.05);
  box-shadow: none;
  color: rgba(0,0,0,.95);
}

.ui.calendar .ui.table.inverted tr td.range {
  background: hsla(0,0%,100%,.08);
  box-shadow: none;
  color: #fff;
}

.ui.calendar:not(.disabled) .calendar.active .ui.table tbody tr td.focus,
.ui.calendar:not(.disabled) .calendar.active .ui.table.inverted tbody tr td.focus,
.ui.calendar:not(.disabled) .calendar:focus .ui.table tbody tr td.focus,
.ui.calendar:not(.disabled) .calendar:focus .ui.table.inverted tbody tr td.focus {
  box-shadow: inset 0 0 0 1px #85b7d9;
}

.ui.disabled.calendar {
  opacity: .45;
}

.ui.disabled.calendar .ui.table tr .link,
.ui.disabled.calendar>.input {
  pointer-events: none;
}
/*!
 * # Fomantic-UI - Popup
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

.ui.popup {
  background: #fff;
  border: 1px solid #d4d4d5;
  border-radius: .28571429rem;
  box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  display: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285em;
  max-width: 250px;
  min-width: -moz-min-content;
  min-width: min-content;
  padding: .833em 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1900;
}

.ui.popup>.header {
  font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
  font-size: 1.14285714em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}

.ui.popup>.header+.content {
  padding-top: .5em;
}

.ui.popup:before {
  background: #fff;
  box-shadow: 1px 1px 0 0 #bababc;
  content: "";
  height: .71428571em;
  position: absolute;
  transform: rotate(45deg);
  width: .71428571em;
  z-index: 1901;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]:before {
  box-shadow: 1px 1px 0 0 #bababc;
  content: "";
  height: .71428571em;
  transform: rotate(45deg);
  width: .71428571em;
  z-index: 1901;
}

[data-tooltip]:after,
[data-tooltip]:before {
  background: #fff;
  font-size: 1rem;
  pointer-events: none;
  position: absolute;
}

[data-tooltip]:after {
  border: 1px solid #d4d4d5;
  border-radius: .28571429rem;
  box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  content: attr(data-tooltip);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285em;
  max-width: none;
  padding: .833em 1em;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
  z-index: 1900;
}

[data-tooltip]:not([data-position]):before {
  background: #fff;
  bottom: 100%;
  left: 50%;
  margin-bottom: .14285714rem;
  margin-left: -.07142857rem;
  right: auto;
  top: auto;
}

[data-tooltip]:not([data-position]):after {
  bottom: 100%;
  left: 50%;
  margin-bottom: .5em;
  transform: translateX(-50%);
}

[data-tooltip]:after,
[data-tooltip]:before {
  pointer-events: none;
  visibility: hidden;
}

[data-tooltip]:before {
  opacity: 0;
  transform: rotate(45deg) scale(0)!important;
  transform-origin: center top;
  transition: all .1s ease;
}

[data-tooltip]:after {
  opacity: 1;
  transform-origin: center bottom;
  transition: all .1s ease;
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  pointer-events: auto;
  visibility: visible;
}

[data-tooltip]:hover:before {
  opacity: 1;
  transform: rotate(45deg) scale(1)!important;
}

[data-tooltip]:after,
[data-tooltip][data-position="bottom center"]:after,
[data-tooltip][data-position="top center"]:after {
  transform: translateX(-50%) scale(0)!important;
}

[data-tooltip]:hover:after,
[data-tooltip][data-position="bottom center"]:hover:after {
  transform: translateX(-50%) scale(1)!important;
}

[data-tooltip][data-position="left center"]:after,
[data-tooltip][data-position="right center"]:after {
  transform: translateY(-50%) scale(0)!important;
}

[data-tooltip][data-position="left center"]:hover:after,
[data-tooltip][data-position="right center"]:hover:after {
  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 {
  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 {
  transform: scale(1)!important;
}

[data-tooltip][data-inverted]:before {
  background: #1b1c1d;
  box-shadow: none!important;
}

[data-tooltip][data-inverted]:after {
  background: #1b1c1d;
  border: none;
  box-shadow: none;
  color: #fff;
}

[data-tooltip][data-inverted]:after .header {
  background: none;
  color: #fff;
}

[data-position="top center"][data-tooltip]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: .5em;
  right: auto;
  top: auto;
  transform: translateX(-50%);
}

[data-position="top center"][data-tooltip]:before {
  background: #fff;
  bottom: 100%;
  left: 50%;
  margin-bottom: .14285714rem;
  margin-left: -.07142857rem;
  right: auto;
  top: auto;
}

[data-position="top left"][data-tooltip]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: .5em;
  right: auto;
  top: auto;
}

[data-position="top left"][data-tooltip]:before {
  bottom: 100%;
  left: 1em;
  margin-bottom: .14285714rem;
  margin-left: -.07142857rem;
  right: auto;
  top: auto;
}

[data-position="top right"][data-tooltip]:after {
  bottom: 100%;
  left: auto;
  margin-bottom: .5em;
  right: 0;
  top: auto;
}

[data-position="top right"][data-tooltip]:before {
  bottom: 100%;
  left: auto;
  margin-bottom: .14285714rem;
  margin-left: -.07142857rem;
  right: 1em;
  top: auto;
}

[data-position="bottom center"][data-tooltip]:after {
  bottom: auto;
  left: 50%;
  margin-top: .5em;
  right: auto;
  top: 100%;
  transform: translateX(-50%);
}

[data-position="bottom center"][data-tooltip]:before {
  bottom: auto;
  left: 50%;
  margin-left: -.07142857rem;
  margin-top: .14285714rem;
  right: auto;
  top: 100%;
}

[data-position="bottom left"][data-tooltip]:after {
  left: 0;
  margin-top: .5em;
  top: 100%;
}

[data-position="bottom left"][data-tooltip]:before {
  bottom: auto;
  left: 1em;
  margin-left: -.07142857rem;
  margin-top: .14285714rem;
  right: auto;
  top: 100%;
}

[data-position="bottom right"][data-tooltip]:after {
  margin-top: .5em;
  right: 0;
  top: 100%;
}

[data-position="bottom right"][data-tooltip]:before {
  bottom: auto;
  left: auto;
  margin-left: -.14285714rem;
  margin-top: .07142857rem;
  right: 1em;
  top: 100%;
}

[data-position="left center"][data-tooltip]:after {
  margin-right: .5em;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

[data-position="left center"][data-tooltip]:before {
  margin-right: -.07142857rem;
  margin-top: -.14285714rem;
  right: 100%;
  top: 50%;
}

[data-position="right center"][data-tooltip]:after {
  left: 100%;
  margin-left: .5em;
  top: 50%;
  transform: translateY(-50%);
}

[data-position="right center"][data-tooltip]:before {
  left: 100%;
  margin-left: .14285714rem;
  margin-top: -.07142857rem;
  top: 50%;
}

[data-position~=bottom][data-tooltip]:before {
  background: #fff;
  box-shadow: -1px -1px 0 0 #bababc;
}

[data-position="left center"][data-tooltip]:before {
  background: #fff;
  box-shadow: 1px -1px 0 0 #bababc;
}

[data-position="right center"][data-tooltip]:before {
  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]:before {
  transform-origin: center bottom;
}

[data-position~=bottom][data-tooltip]:after {
  transform-origin: center top;
}

[data-position="left center"][data-tooltip]:before {
  transform-origin: top center;
}

[data-position="left center"][data-tooltip]:after,
[data-position="right center"][data-tooltip]:before {
  transform-origin: right center;
}

[data-position="right center"][data-tooltip]:after {
  transform-origin: left center;
}

[data-tooltip][data-variation~=mini]:after,
[data-tooltip][data-variation~=mini]:before {
  font-size: .78571429rem;
}

[data-tooltip][data-variation~=tiny]:after,
[data-tooltip][data-variation~=tiny]:before {
  font-size: .85714286rem;
}

[data-tooltip][data-variation~=small]:after,
[data-tooltip][data-variation~=small]:before {
  font-size: .92857143rem;
}

[data-tooltip][data-variation~=medium]:after,
[data-tooltip][data-variation~=medium]:before {
  font-size: 1rem;
}

[data-tooltip][data-variation~=large]:after,
[data-tooltip][data-variation~=large]:before {
  font-size: 1.14285714rem;
}

[data-tooltip][data-variation~=huge]:after,
[data-tooltip][data-variation~=huge]:before {
  font-size: 1.42857143rem;
}

[data-tooltip][data-variation~=basic]:before {
  display: none;
}

.ui.popup {
  margin: 0;
}

.ui.top.popup {
  margin: 0 0 .71428571em;
}

.ui.top.left.popup {
  transform-origin: left bottom;
}

.ui.top.center.popup {
  transform-origin: center bottom;
}

.ui.top.right.popup {
  transform-origin: right bottom;
}

.ui.left.center.popup {
  margin: 0 .71428571em 0 0;
  transform-origin: right 50%;
}

.ui.right.center.popup {
  margin: 0 0 0 .71428571em;
  transform-origin: left 50%;
}

.ui.bottom.popup {
  margin: .71428571em 0 0;
}

.ui.bottom.left.popup {
  transform-origin: left top;
}

.ui.bottom.center.popup {
  transform-origin: center top;
}

.ui.bottom.right.popup {
  transform-origin: right top;
}

.ui.bottom.center.popup:before {
  bottom: auto;
  box-shadow: -1px -1px 0 0 #bababc;
  left: 50%;
  margin-left: -.30714286em;
  right: auto;
  top: -.30714286em;
}

.ui.bottom.left.popup {
  margin-left: 0;
}

.ui.bottom.left.popup:before {
  bottom: auto;
  box-shadow: -1px -1px 0 0 #bababc;
  left: 1em;
  margin-left: 0;
  right: auto;
  top: -.30714286em;
}

.ui.bottom.right.popup {
  margin-right: 0;
}

.ui.bottom.right.popup:before {
  bottom: auto;
  box-shadow: -1px -1px 0 0 #bababc;
  left: auto;
  margin-left: 0;
  right: 1em;
  top: -.30714286em;
}

.ui.top.center.popup:before {
  bottom: -.30714286em;
  left: 50%;
  margin-left: -.30714286em;
  right: auto;
  top: auto;
}

.ui.top.left.popup {
  margin-left: 0;
}

.ui.top.left.popup:before {
  bottom: -.30714286em;
  left: 1em;
  margin-left: 0;
  right: auto;
  top: auto;
}

.ui.top.right.popup {
  margin-right: 0;
}

.ui.top.right.popup:before {
  bottom: -.30714286em;
  left: auto;
  margin-left: 0;
  right: 1em;
  top: auto;
}

.ui.left.center.popup:before {
  bottom: auto;
  box-shadow: 1px -1px 0 0 #bababc;
  left: auto;
  margin-top: -.30714286em;
  right: -.30714286em;
  top: 50%;
}

.ui.right.center.popup:before {
  bottom: auto;
  box-shadow: -1px 1px 0 0 #bababc;
  left: -.30714286em;
  margin-top: -.30714286em;
  right: auto;
  top: 50%;
}

.ui.bottom.popup:before,
.ui.left.center.popup:before,
.ui.right.center.popup:before,
.ui.top.popup:before {
  background: #fff;
}

.ui.inverted.bottom.popup:before,
.ui.inverted.left.center.popup:before,
.ui.inverted.right.center.popup:before,
.ui.inverted.top.popup:before {
  background: #1b1c1d;
}

.ui.popup>.ui.grid:not(.padded) {
  margin: -.7rem -.875rem;
  width: calc(100% + 1.75rem);
}

.ui.loading.popup {
  display: block;
  visibility: hidden;
  z-index: -1;
}

.ui.animating.popup,
.ui.visible.popup {
  display: block;
}

.ui.visible.popup {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.ui.basic.popup:before {
  display: none;
}

.ui.wide.popup {
  max-width: 350px;
}

.ui[class*="very wide"].popup {
  max-width: 550px;
}

@media only screen and (max-width:767.98px) {
  .ui.wide.popup,
  .ui[class*="very wide"].popup {
    max-width: 250px;
  }
}

.ui.fluid.popup {
  max-width: none;
  width: 100%;
}

.ui.inverted.popup {
  background: #1b1c1d;
  border: none;
  box-shadow: none;
  color: #fff;
}

.ui.inverted.popup .header {
  background-color: none;
  color: #fff;
}

.ui.inverted.popup:before {
  background-color: #1b1c1d;
  box-shadow: none!important;
}

.ui.flowing.popup {
  max-width: none;
}

.ui.mini.popup {
  font-size: .78571429rem;
}

.ui.tiny.popup {
  font-size: .85714286rem;
}

.ui.small.popup {
  font-size: .92857143rem;
}

.ui.popup {
  font-size: 1rem;
}

.ui.large.popup {
  font-size: 1.14285714rem;
}

.ui.huge.popup {
  font-size: 1.42857143rem;
}