/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2026 | 18:52:45 */
#top .taysha-floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #03A8D5;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
#top .taysha-floating-cta__link {
  font-family: 'NexaText-Bold'!important;
  font-size: 20px;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
#top .taysha-floating-cta__link:hover,
#top .taysha-floating-cta__link:focus {
  color: #fff;
  text-decoration: underline;
}
#top .taysha-floating-cta__close {
  position: absolute;
  top: -11px;
  right: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
#top .taysha-floating-cta__icon {
  margin-left: 0!important;
}
@media only screen and (max-width: 767px) {
  #top .taysha-floating-cta {
    left: 16px;
    bottom: 16px;
    padding: 16px 42px 16px 20px;
  }
  #top .taysha-floating-cta__link {
    font-size: 16px;
  }
}
#scroll-top-link {
  display: none!important;
}
