<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* back top */
.back-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    color: var( --e-global-color-secondary );
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px #e7e7e7;
    box-shadow: inset 0 0 0 1px #e7e7e7;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 3
}

@media only screen and (max-width: 991px) {
    body:has(.et-mobile-panel-wrapper) .back-top {
        bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .sticky-panel ~ .back-top {
        bottom: 80px;
    }
}

.back-top:not(.backIn) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.back-top &gt; svg {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin: -1px
}

.back-top &gt; svg path {
    stroke: var( --e-global-color-secondary );
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.back-top span {
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
}

.back-top:hover span:before {
    display: inline-block;
    -webkit-animation: animArrow 1s infinite;
    animation: animArrow 1s infinite
}

@media only screen and (max-width: 992px) {
    .back-top:hover span:before {
        -webkit-animation:none;
        animation: none
    }
}

@media only screen and (max-width: 480px) {
    .back-top {
        right:15px;
        bottom: 15px
    }
}

@-webkit-keyframes animArrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animArrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}</pre></body></html>