/*--------------------------------------------------------------
    Totop
--------------------------------------------------------------*/

    #back-to-top {
        position: fixed;
        display: none;
        text-decoration: none;
        bottom: 20px;
        right: 20px;
        overflow: hidden;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(var(--wdtBorderColorRgb),0.4);
        text-indent: 100%;
        z-index: 9;
        text-indent: -9999px;
    }

    .back-to-top-icon {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: var(--wdtAccentTxtColor);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear;
        text-indent: 0;
        text-align: center;
        font-size: 20px;
        line-height: 1;
    }

    .back-to-top-icon i:before { margin: 0; }

    #back-to-top:hover .back-to-top-icon {
        margin-top: -4px;
    }

    #back-to-top:after {
        background-color: var(--wdtAccentTxtColor);
        content: "";
        display: block;
        height: 15px;
        margin: 0 auto;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        text-indent: 0;
        width: 2px;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    #back-to-top:hover:after {
        margin-top: 2px;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #back-to-top:active,
    #back-to-top:focus {
        outline: none;
    }

    /* Theme style */

    #back-to-top > *, #back-to-top .back-to-top-icon > *, #back-to-top:after {
        display: none;
    }

    #back-to-top {
        width: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem) /* 50 - 40 */;
        height: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem) /* 50 - 40 */;
        border-radius: var(--wdtRadius_2X);
    }

    #back-to-top .back-to-top-icon {
        display: block;
        width: 75%;
        height: 75%;
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 130' %3E%3Cpath d='M122.32,105c-14.76-10.59-33.63-10-56,1.19C43.31,95,24.43,94.45,9.68,105-8.6,119.2,7.9,126.3,25,126.3a75.15,75.15,0,0,0,41.25-11.82,75.33,75.33,0,0,0,41.28,11.82C124.1,126.86,140.6,119.2,122.32,105Zm-105,4.13C28,103.89,40.93,105,57.43,111.54,32.09,128.64-6.82,125.11,17.34,109.17Zm57.78,2.37c15.94-6.5,29.51-7.65,40.13-2.37C139.41,125.11,100.5,128.64,75.12,111.54Z'/%3E%3Cpath d='M61.56,21.32c-4.72,5.31-13,12.37-25.35,20-2.93,3.56-2.34,8.28,2.38,14.75a60.68,60.68,0,0,1,13,35.38,118.7,118.7,0,0,0-21.81-33.6c-5.91-10-5.32-17.69,2.93-24.19,6.47-4.12,13-7.65,19.47-11.18C59.22,17.79,63.34,11.28,63.94,3,65.72,10.69,64.53,17.19,61.56,21.32Z'/%3E%3Cpath d='M104,57.88c-8.25,8.85-15.34,20-21.81,33.6,0-12.38,4.72-24.16,13-35.38,4.72-7.06,5.31-11.78,2.34-14.75-12.37-8.25-21.22-14.72-25.94-20C68.66,17.19,67.47,10.69,69.25,3c1.15,8.85,5.31,15.35,12.37,19.48C87.53,25.44,94,29.57,101.1,33.69,109.35,40.19,110.53,48.44,104,57.88Z'/%3E%3Cpath d='M78.09,50.19A11.8,11.8,0,1,1,66.28,38.41,11.84,11.84,0,0,1,78.09,50.19Z'/%3E%3C/svg%3E");
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 130' %3E%3Cpath d='M122.32,105c-14.76-10.59-33.63-10-56,1.19C43.31,95,24.43,94.45,9.68,105-8.6,119.2,7.9,126.3,25,126.3a75.15,75.15,0,0,0,41.25-11.82,75.33,75.33,0,0,0,41.28,11.82C124.1,126.86,140.6,119.2,122.32,105Zm-105,4.13C28,103.89,40.93,105,57.43,111.54,32.09,128.64-6.82,125.11,17.34,109.17Zm57.78,2.37c15.94-6.5,29.51-7.65,40.13-2.37C139.41,125.11,100.5,128.64,75.12,111.54Z'/%3E%3Cpath d='M61.56,21.32c-4.72,5.31-13,12.37-25.35,20-2.93,3.56-2.34,8.28,2.38,14.75a60.68,60.68,0,0,1,13,35.38,118.7,118.7,0,0,0-21.81-33.6c-5.91-10-5.32-17.69,2.93-24.19,6.47-4.12,13-7.65,19.47-11.18C59.22,17.79,63.34,11.28,63.94,3,65.72,10.69,64.53,17.19,61.56,21.32Z'/%3E%3Cpath d='M104,57.88c-8.25,8.85-15.34,20-21.81,33.6,0-12.38,4.72-24.16,13-35.38,4.72-7.06,5.31-11.78,2.34-14.75-12.37-8.25-21.22-14.72-25.94-20C68.66,17.19,67.47,10.69,69.25,3c1.15,8.85,5.31,15.35,12.37,19.48C87.53,25.44,94,29.57,101.1,33.69,109.35,40.19,110.53,48.44,104,57.88Z'/%3E%3Cpath d='M78.09,50.19A11.8,11.8,0,1,1,66.28,38.41,11.84,11.84,0,0,1,78.09,50.19Z'/%3E%3C/svg%3E");
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        -webkit-mask-position: center center;
        transform: translate(4%,-50%);
        -webkit-transform: translate(4%,-50%);
    }

    #back-to-top:hover .back-to-top-icon {
        margin-top: 0px;
    }


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/


    /* Primary */
    #back-to-top { background-color: var(--wdtPrimaryColor); }

    /* Secondary */
    #back-to-top:hover { background-color: var(--wdtSecondaryColor); }

    /* Theme style */
    #back-to-top { background-color: var(--wdtPrimaryColor); }
    #back-to-top:hover { background-color: var(--wdtLinkHoverColor); border-color: transparent; }
    #back-to-top .back-to-top-icon { background-color: var(--wdtAccentTxtColor); }


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

    @media only screen and (max-width: 1280px) {

        .nav-is-visible #back-to-top {
            opacity: 0;
        }
    }