.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

#map {
  position: relative;
  width: 100%;
  height: 100vh;
}


.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}

    /* Cookie Dialog */
    #gdpr-cookie-message {
      position: fixed;
      right: 30px;
      bottom: 30px;
      max-width: 375px;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
      margin-left: 30px;
      font-family: system-ui;
      background-color: #1a1817;
      z-index: 999;
    }

    #gdpr-cookie-message h4 {
      font-family: 'Quicksand', sans-serif;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
      color: #8ecfd5;
    }

    #gdpr-cookie-message h5 {
      color: #8ecfd5;
      font-family: 'Quicksand', sans-serif;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    #gdpr-cookie-message p,
    #gdpr-cookie-message ul {
      color: white;
      font-size: 15px;
      line-height: 1.5em;
    }

    #gdpr-cookie-message p:last-child {
      margin-bottom: 0;
      text-align: right;
    }

    #gdpr-cookie-message li {
      width: 49%;
      display: inline-block;
    }

    #gdpr-cookie-message a {
      color: #8ecfd5;
      text-decoration: none;
      font-size: 15px;
      padding-bottom: 2px;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
      transition: all 0.3s ease-in;
    }

    #gdpr-cookie-message a:hover {
      color: white;
      border-bottom-color: var(--red);
      transition: all 0.3s ease-in;
    }

    #gdpr-cookie-message button {
      border: none;
      background: #187179;
      color: white;
      font-family: 'Quicksand', sans-serif;
      font-size: 15px;
      padding: 7px;
      border-radius: 3px;
      margin-left: 15px;
      cursor: pointer;
      transition: all 0.3s ease-in;
    }

    #gdpr-cookie-message button:hover {
      background: white;
      color: #187179;
      transition: all 0.3s ease-in;
    }

    button#gdpr-cookie-advanced {
      background: white;
      color: #187179;
    }

    #gdpr-cookie-message button:disabled {
      opacity: 0.3;
    }

    #gdpr-cookie-message input[type="checkbox"] {
      float: none;
      margin-top: 0;
      margin-right: 5px;
    }

    /* Preloader */
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 1);
      /* change if the mask should have another color then white */
      z-index: 9999;
      /* makes sure it stays on top */
    }

    .preloader-animation {
      font-size: 55px;
      position: absolute;
      left: 50%;
      /* centers the loading animation horizontally one the screen */
      top: 50%;
      /* centers the loading animation vertically one the screen */

    }

    .cssload-container {
      position: relative;
      top: 42vh;
      text-align: center;
    }

    .cssload-container {
      display: block;
      margin: auto;
      width: 31px;
    }

    .cssload-loading {
      width: 28px;
      height: 28px;
      text-align: left;
      animation: cssload-loading-ani1 2s ease-in-out infinite;
      -o-animation: cssload-loading-ani1 2s ease-in-out infinite;
      -ms-animation: cssload-loading-ani1 2s ease-in-out infinite;
      -webkit-animation: cssload-loading-ani1 2s ease-in-out infinite;
      -moz-animation: cssload-loading-ani1 2s ease-in-out infinite;
    }

    .cssload-loading i,
    .cssload-loading i:before {
      content: "";
      width: 28px;
      height: 28px;
      position: absolute;
    }

    .cssload-loading i {
      border-radius: 50%;
      overflow: hidden;
    }

    .cssload-loading i:nth-child(1) {
      background: rgb(81, 204, 206);
      transform: translate(0, -16px);
      -o-transform: translate(0, -16px);
      -ms-transform: translate(0, -16px);
      -webkit-transform: translate(0, -16px);
      -moz-transform: translate(0, -16px);
    }

    .cssload-loading i:nth-child(1):before {
      background: rgb(0, 168, 206);
      bottom: 0;
      animation: cssload-loading-ani2 2s ease-in-out infinite;
      -o-animation: cssload-loading-ani2 2s ease-in-out infinite;
      -ms-animation: cssload-loading-ani2 2s ease-in-out infinite;
      -webkit-animation: cssload-loading-ani2 2s ease-in-out infinite;
      -moz-animation: cssload-loading-ani2 2s ease-in-out infinite;
    }

    .cssload-loading i:nth-child(2) {
      background: rgb(0, 168, 206);
      transform: translate(0, 16px);
      -o-transform: translate(0, 16px);
      -ms-transform: translate(0, 16px);
      -webkit-transform: translate(0, 16px);
      -moz-transform: translate(0, 16px);
    }

    .cssload-loading i:nth-child(2):before {
      animation: cssload-loading-ani2 2s ease-in-out infinite;
      -o-animation: cssload-loading-ani2 2s ease-in-out infinite;
      -ms-animation: cssload-loading-ani2 2s ease-in-out infinite;
      -webkit-animation: cssload-loading-ani2 2s ease-in-out infinite;
      -moz-animation: cssload-loading-ani2 2s ease-in-out infinite;
      background: rgb(81, 204, 206);
    }



    @keyframes cssload-loading-ani1 {

      40%,
      50% {
        transform: rotate(180deg);
      }

      90%,
      100% {
        transform: rotate(360deg);
      }
    }

    @-o-keyframes cssload-loading-ani1 {

      40%,
      50% {
        -o-transform: rotate(180deg);
      }

      90%,
      100% {
        -o-transform: rotate(360deg);
      }
    }

    @-ms-keyframes cssload-loading-ani1 {

      40%,
      50% {
        -ms-transform: rotate(180deg);
      }

      90%,
      100% {
        -ms-transform: rotate(360deg);
      }
    }

    @-webkit-keyframes cssload-loading-ani1 {

      40%,
      50% {
        -webkit-transform: rotate(180deg);
      }

      90%,
      100% {
        -webkit-transform: rotate(360deg);
      }
    }

    @-moz-keyframes cssload-loading-ani1 {

      40%,
      50% {
        -moz-transform: rotate(180deg);
      }

      90%,
      100% {
        -moz-transform: rotate(360deg);
      }
    }

    @keyframes cssload-loading-ani2 {

      40%,
      100% {
        height: 100%;
      }

      50%,
      90% {
        height: 0;
      }
    }

    @-o-keyframes cssload-loading-ani2 {

      40%,
      100% {
        height: 100%;
      }

      50%,
      90% {
        height: 0;
      }
    }

    @-ms-keyframes cssload-loading-ani2 {

      40%,
      100% {
        height: 100%;
      }

      50%,
      90% {
        height: 0;
      }
    }

    @-webkit-keyframes cssload-loading-ani2 {

      40%,
      100% {
        height: 100%;
      }

      50%,
      90% {
        height: 0;
      }
    }

    @-moz-keyframes cssload-loading-ani2 {

      40%,
      100% {
        height: 100%;
      }

      50%,
      90% {
        height: 0;
      }
    }