/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-pagetop-section a,.wl-pagetop-section a:visited,.wl-pagetop-section a:hover{text-decoration:none;color:#fff}.wl-pagetop-section .wl-pagetop-link{display:flex;flex-direction:column;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;border:2px solid #fff;background-color:#044d87;cursor:pointer;position:fixed;bottom:20px;right:50%;z-index:100;transform:translate(600px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.wl-pagetop-section .wl-pagetop-link.is-visible{opacity:1;visibility:visible}@media (width <= 1299px){.wl-pagetop-section .wl-pagetop-link{right:5rem;transform:translate(0)}}@media screen and (width < 750px){.wl-pagetop-section .wl-pagetop-link{bottom:var(--page-small-horizontal-padding);right:var(--page-small-horizontal-padding)}}.wl-pagetop-section .wl-pagetop-link svg{width:20px;height:20px}.wl-pagetop-section .wl-pagetop-link__text{font-size:1.4rem;line-height:1;font-weight:600;color:#fff}.wl-pagetop-section .page-width--full-width .wl-pagetop-link{bottom:5rem;right:5rem;transform:translate(0)}@media screen and (width < 750px){.wl-pagetop-section .page-width--full-width .wl-pagetop-link{bottom:var(--page-small-horizontal-padding);right:var(--page-small-horizontal-padding)}}
