.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 11px; }
  .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite; }
  .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite; }
  .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite; }
  .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

@keyframes fadeInImg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.img-loading {
  opacity: 0;
  width: 100%;
  height: auto; }

.img-loaded {
  animation: fadeInImg cubic-bezier(0.23, 1, 0.32, 1) 1;
  position: relative;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.1s; }

.LazyLoad {
  height: 100%; }

.lazy-figure {
  position: relative; }

.wm-disabled {
  background-image: linear-gradient(to bottom, #d8dbe7, #d2d5e1, #ccd0dc, #c6cad6, #c0c5d1) !important;
  box-shadow: none !important;
  color: #7683a8 !important; }

/* Reset css */
h1, h2, h3, h4, h5, h6, p, address, ul, li, figure, body {
  margin: 0;
  padding: 0; }

/* Remove white line between sections */
section, footer {
  margin: -1px 0 0 0; }

.link-wrapper {
  display: flex;
  align-items: center; }
  .link-wrapper .warning-container {
    position: relative;
    width: initial; }
    .link-wrapper .warning-container .warning-message {
      position: absolute;
      width: 320px;
      padding: 8px;
      border-radius: 10px;
      right: 100%;
      top: 100%;
      z-index: 99;
      background-color: #252e48; }
      .link-wrapper .warning-container .warning-message > i {
        margin-right: 3px; }

