.text-pc {
  color: var(--base-color);
}

.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--base-color);
}

.header-icon .icon > a {
  color: #0a534c;
}

.header-push-button .push-button span {
  background: #0a534c;
}

.glass {
  position: relative;
  background: inherit;
  overflow: hidden;
  width: 100%;
  height: 70%;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 
              0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.glass:before {
  content: '';
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -20px;
  box-shadow: inset 0 0 500px rgb(4 52 47);
  filter: blur(10px);
  z-index: -1;
}

.damn {
  padding: 5px 25px 10px 10px !important;
  min-width: 0px !important;
  max-width: none !important;
  width: fit-content;
}

.tp-splitted:nth-child(2){
  line-height: 10px !important;
}

.bg-green{
  background-color: #0a534c;
}

.marginbottomdamn{
  margin-bottom: 100px;
}

.sottodamn{
  font-size: 55px !important;
  letter-spacing: -5px !important;
  line-height: 50px !important;
}