body:not(.flatsome-editor) .tooltipster-base {
  display: none !important;
}

html.fonts-loading body {
  opacity: 0;
}

html.fonts-loaded body {
  opacity: 1;
  transition: opacity .2s ease;
}
.absolute-footer, html {
    background-color: #FFF;
}

.absolute-footer {
	display:none;
}

::-moz-selection {
color: #fff;
background: #000;
}

::selection {
color: #fff;
background: #000;
}

html.lenis {
    height: auto;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}

img.lazy-load {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

img.lazy-load.lazy-load-active {
  opacity: 1;
}

.index0 {
	z-index:0
}

.index1 {
	z-index:1
}

.index2 {
	z-index:2
}

.index3 {
	z-index:3
}

.h1,.h2,h1,h2 {
  line-height: inherit;
}

h2 {

}

.kicker p {
	letter-spacing:0.3em;
	font-weight:500
}

.button.animated {
  display: inline-flex;
  will-change: transform;
}

svg.lucide {
  width: 38px;
  height: 38px;

  transition: all .3s ease;
}

.kok-feature:hover svg.lucide {
  transform: translateY(-2px);
  stroke: var(--kok-gold-light);
}
