
/* we will explain what these classes do next! */
.loader-enter-active,
.loader-leave-active {
    transition: opacity 0.5s ease;
}
.loader-enter-from,
.loader-leave-to {
    opacity: 0;
}

.appkit-connect-button-styles[data-v-06c6b8ce] {
        background: var(--wui-color-accent-100);
        border: 1px solid var(--wui-color-gray-glass-010);
        border-radius: var(--wui-border-radius-m);
        gap: var(--wui-spacing-xs);
        padding: 9px 16px;
        font-size: 15px;
        font-family: Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        box-sizing: border-box;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-weight: 600;
}
@media (max-width: 767px) {
.appkit-connect-button-styles.mobileFullScreen[data-v-06c6b8ce] { 
            width: 100%;
            min-height: 64px;
}
.appkit-connect-button-styles.mobileFullScreenWithShadow[data-v-06c6b8ce] { 
            width: 100%;
            min-height: 64px;
            box-shadow: 0 16px 64px 0 rgba(0,0,0,1), 0 3px 12px 0 rgba(0,0,0,1);
}
}

/* box */
.box[data-v-27d167bf] {
    padding: 16px;
    border-radius: 8px;
}
.box h4[data-v-27d167bf] {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.box h4[data-v-27d167bf], .box p[data-v-27d167bf] {
    margin-bottom: 12px;
}
.box p.extra-heading[data-v-27d167bf] {
    font-weight: 600;
    line-height: 24px; /* 171.429% */
}
.box p[data-v-27d167bf], .box ol[data-v-27d167bf] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.box.box-info[data-v-27d167bf] {
    background-color: rgba(245, 132, 31, 0.20);
}
.box.box-solution[data-v-27d167bf] {
    background-color: rgba(133, 133, 133, 0.20);
}
.custom-blur[data-v-27d167bf] {
    border-radius: 574px;
    opacity: 0.8;
    filter: blur(23px);
    position: absolute;
    bottom: -287px;
    right: -287px;
    z-index: 0;
}
.popup-fade-enter-active[data-v-27d167bf], .popup-fade-leave-active[data-v-27d167bf] {
    transition: opacity 0.6s;
}
.popup-fade-enter-from[data-v-27d167bf], .popup-fade-leave-to[data-v-27d167bf] {
    opacity: 0;
}
.popup-fade-enter-to[data-v-27d167bf], .popup-fade-leave-from[data-v-27d167bf] {
    opacity: 1;
}
.popup-fade-2-enter-active[data-v-27d167bf], .popup-fade-2-leave-active[data-v-27d167bf] {
    transition: opacity 0.4s;
}
.popup-fade-2-enter-from[data-v-27d167bf], .popup-fade-2-leave-to[data-v-27d167bf] {
    opacity: 0;
}
.popup-fade-2-enter-to[data-v-27d167bf], .popup-fade-2-leave-from[data-v-27d167bf] {
    transition-delay: 0.3s;
    opacity: 1;
}


.custom-section-height[data-v-47098afd] {
  min-height: 100vh;
}
html.matomoHeatmap .custom-section-height[data-v-47098afd] { 
  min-height: unset!important;
  height: 100vh;
  max-height: 1000px;
}
.image-container[data-v-47098afd] {
    position: relative;
}
.image-container[data-v-47098afd]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgb(22, 22, 22) 85%);
}
.step-number[data-v-47098afd] {
    color: transparent;
    font-weight: 500;
    -webkit-text-stroke: 1px rgba(161, 179, 160, 0.10);
}
.gradient-red[data-v-47098afd] {
    position: relative;
}
.gradient-red[data-v-47098afd]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 51%, rgba(27, 27, 27, 0) 88%, rgba(252, 0, 0, 0.08) 100%);
}
html[data-v-47098afd] {
    scroll-behavior: smooth;
}

/* Fixed header with hide/show animation */
.fixed-header[data-v-47098afd] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  transform: translateY(0);
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.fixed-header.nav-hidden[data-v-47098afd] {
  transform: translateY(-100%);
}
.fixed-header.near-top[data-v-47098afd] {
  background: rgba(22,22,22,0.95);
}
