.ht-cursor {
  font-family: fonttitle,sans-serif!important; 
  letter-spacing: .2em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s; }
  .ht-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    /*
    dbackground: currentColor;
    background-image: linear-gradient(
      45deg,
      hsl(258deg 86% 20%) 0%,
      hsl(237deg 63% 28%) 11%,
      hsl(221deg 84% 29%) 22%,
      hsl(212deg 100% 30%) 33%,
      hsl(208deg 100% 34%) 44%,
      hsl(205deg 100% 37%) 56%,
      hsl(202deg 100% 40%) 67%,
      hsl(199deg 100% 43%) 78%,
      hsl(196deg 100% 45%) 89%,
      hsl(195deg 89% 54%) 100%
    );    
    */
      background: transparent;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
  .ht-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
       -moz-transform: scale(0) rotate(10deg);
        -ms-transform: scale(0) rotate(10deg);
         -o-transform: scale(0) rotate(10deg);
            transform: scale(0) rotate(10deg);
    opacity: 0;
    color: white;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.01em;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
  @supports (mix-blend-mode: exclusion) {
    .ht-cursor.-exclusion, .ht-cursor.-opaque {
      mix-blend-mode: exclusion; } }
  @supports (mix-blend-mode: exclusion) {
    .ht-cursor.-exclusion:before, .ht-cursor.-opaque:before {
      background: white; } }
  .ht-cursor.-normal, .ht-cursor.-text {
    mix-blend-mode: normal; 
    }
    .ht-cursor.-normal:before, .ht-cursor.-text:before {
      fbackground: currentColor; }
  .ht-cursor.-inverse {
    color: white; }
  .ht-cursor.-visible:before {
    -webkit-transform: scale(0.2);
       -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
         -o-transform: scale(0.2);
            transform: scale(0.2); }
  .ht-cursor.-visible.-active:before {
    -webkit-transform: scale(0.23);
       -moz-transform: scale(0.23);
        -ms-transform: scale(0.23);
         -o-transform: scale(0.23);
            transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .ht-cursor.-pointer:before {
    -webkit-transform: scale(0.15);
       -moz-transform: scale(0.15);
        -ms-transform: scale(0.15);
         -o-transform: scale(0.15);
            transform: scale(0.15); }
  .ht-cursor.-text:before {
    opacity: 0.85;
    -webkit-transform: scale(1.7);
       -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
         -o-transform: scale(1.7);
            transform: scale(1.7); }
  .ht-cursor.-text .ht-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  .ht-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
         -o-transform: scale(1.6);
            transform: scale(1.6);
    -webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .ht-cursor.-opaque:before {
    -webkit-transform: scale(1.32);
       -moz-transform: scale(1.32);
        -ms-transform: scale(1.32);
         -o-transform: scale(1.32);
            transform: scale(1.32); }
  .ht-cursor.-opaque.-active:before {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2); }
  .ht-cursor.-md:before {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5); }
  .ht-cursor.-lg:before {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2); }
  .ht-cursor.-hidden:before {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }

.-color-red {
  color: #D20A0A; }

.-color-green {
  color: #83B002; }

.-color-accent-lilac {
  color: #8d53e9; }

.-color-accent-lilac-bg {
  background: #8d53e9; }

.-color-gradient-bg {
    background-image: linear-gradient(
      45deg,
      hsl(258deg 86% 20%) 0%,
      hsl(237deg 63% 28%) 11%,
      hsl(221deg 84% 29%) 22%,
      hsl(212deg 100% 30%) 33%,
      hsl(208deg 100% 34%) 44%,
      hsl(205deg 100% 37%) 56%,
      hsl(202deg 100% 40%) 67%,
      hsl(199deg 100% 43%) 78%,
      hsl(196deg 100% 45%) 89%,
      hsl(195deg 89% 54%) 100%
    );    
}

.ht-demo {
  background: #fff; }
  .ht-demo-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh; }
  .ht-demo-container {
    padding: 0 20px; }
    @media (min-width: 1600px) {
      .ht-demo-container {
        padding: 0 120px; } }
  .ht-demo-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 30px 0; }
    @media (min-width: 1600px) {
      .ht-demo-row {
        margin: 60px 0; } }
  .ht-demo-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 50px 30px;
    margin: 0 20px;
    color: #000;
    background: linear-gradient(50deg, rgb(0, 220, 0) 20%, rgb(255, 235, 51));
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px; }
    @media (min-width: 1600px) {
      .ht-demo-item {
        padding: 90px 30px;
        margin: 0 30px; } }
    .ht-demo-item-title {
      position: relative;
      margin: 0 0 25px 0;
      font-size: 30px;
      font-weight: bold; }
    .ht-demo-item-text {
      position: relative;
      max-width: 70%;
      margin: 0 auto;
      color: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      font-weight: 300;
      line-height: 150%; }

/* Cursor CSS */
/* Cursor */
.ht-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.3s, color 0.4s;
}

.ht-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0);
  border-radius: 50%;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
}

.ht-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.01em;
  transition: opacity .4s, transform 0.3s;
  white-space: nowrap;
}

@supports (mix-blend-mode: exclusion) {
  .ht-cursor.-exclusion, .ht-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {
  .ht-cursor.-exclusion:before, .ht-cursor.-opaque:before {
    background: white;
  }
}

.ht-cursor.-normal, .ht-cursor.-text {
  mix-blend-mode: normal;
}

.ht-cursor.-normal:before, .ht-cursor.-text:before {
  dbackground: currentColor;
}

.ht-cursor.-inverse {
  color: white;
}

.ht-cursor.-visible:before {
  transform: scale(0.2);
}

.ht-cursor.-visible.-active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.ht-cursor.-pointer:before {
  transform: scale(0.15);
}

.ht-cursor.-text:before {
  opacity: 1.85;
  transform: scale(3);
}

.ht-cursor.-text .ht-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.ht-cursor.-text:before,
.ht-cursor.-text.-active:before {
    /*
    background-color: #6c852a;
    background-image: linear-gradient(90deg, #5c751a 0%, #9fb549 30%, #9fb549 60%, #5c751a 130%);    
    */
    background: var(--link);
  transform: scale(3.2);
  transition-duration: 0.2s;      
}

.ht-cursor.-opaque:before {
  transform: scale(1.32);
}

.ht-cursor.-opaque.-active:before {
  transform: scale(1.2);
}

.ht-cursor.-md:before {
  transform: scale(1.5);
}

.ht-cursor.-lg:before {
  transform: scale(2);
}

.ht-cursor.-hidden:before {
  transform: scale(0);
}