/* Start custom CSS for html, class: .elementor-element-78abe18 */.go-top-wrapper {
    /*position: fixed;*/
    /*bottom: 30px;*/
    /*right: 30px;*/
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 999;
}

@media (max-width: 768px) {
    .go-top-wrapper {
        width: 42px;
        height: 42px;
        bottom: 20px;
        right: 20px;
    }

    .go-top-btn svg {
        width: 16px;
        height: 16px;
    }
}

.go-top-btn {
    position: absolute;
    inset: 0;
    background: #00000044;
    /*backdrop-filter: blur(4px);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.go-top-btn svg {
    width: 20px;
    height: 20px;
}

.progress-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    z-index: 1;
}

.progress-ring circle {
    fill: transparent;
    stroke-width: 2;
}

.progress-ring__bg {
    stroke: transparent;
}

.progress-ring__progress {
    stroke: #000000;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.1s linear;
}/* End custom CSS */