<!doctype html>
<html lang="en">
<head>
<base href="https://cutt.ly">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preload" href="scripts/jquery.js?v=03112023" as="script">
<link rel="preload" href="scripts/bootstrap.min.js?v=2302202301" as="script">
<link rel="preload" href="css/style_c.css?v=1704202501" as="style" type="text/css" media="screen">
<title>Unshorten and Verify Shortened URLs | Cuttly</title>
<meta name="description" content="Unshorten and verify the destination of shortened links with Cutt.ly. Ensure safe browsing by expanding URLs and preventing malicious redirects with our powerful verification tool.">
<meta name="keywords" content="unshorten URL, verify URL, expand link, check short link, safe browsing, prevent malicious redirects, Cuttly tools">
<meta property="og:title" content="Unshorten and Verify Shortened URLs | Cuttly">
<meta property="og:site_name" content="Unshorten and Verify Shortened URLs | Cuttly">
<meta property="og:url" content="https://cutt.ly/verify">
<meta property="og:description" content="Unshorten and verify the destination of shortened links with Cutt.ly. Ensure safe browsing by expanding URLs and preventing malicious redirects with our powerful verification tool.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cutt.ly/img/pre_img.gif">
<meta name="DC.Title" content="Unshorten and Verify Shortened URLs | Cuttly">
<meta name="DC.Subject" content="URL Shortener">
<meta name="DC.Description" content="Unshorten and verify the destination of shortened links with Cutt.ly. Ensure safe browsing by expanding URLs and preventing malicious redirects with our powerful verification tool.">
<meta name="DC.Publisher" content="Cuttly by Web Room Studio">
<meta name="DC.Language" content="en">
<meta name="theme-color" content="#1e5af9">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index,follow,all">
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicon-48x48.png" sizes="48x48">
<link rel="icon" type="image/png" href="img/favicon-64x64.png" sizes="64x64">
<link rel="apple-touch-icon" sizes="152x152" href="img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-icon-180x180.png">
<link rel="preconnect" href="https://www.googletagmanager.com">
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EYXHB4M7KS" type="text/plain" data-cookiecategory="analytics"></script>
<script type="text/plain" data-cookiecategory="analytics">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('consent', 'default', {'ad_storage': 'denied','ad_user_data': 'denied','ad_personalization': 'denied','analytics_storage': 'denied'});gtag('js', new Date());gtag('config', 'G-EYXHB4M7KS');</script>
<link rel="stylesheet" href="css/style_c.css?v=1704202501" type="text/css" media="screen">
<script>
function isMobile(){return window.matchMedia("(max-width: 767px)").matches}
function isDesktop(){return window.matchMedia("(min-width: 768px)").matches}
function removeDesktopElements(){document.querySelectorAll('.desktop_only').forEach(function(el){el.remove()})}
function loadCSSForDesktop(href,callback){var link=document.createElement("link");link.rel="stylesheet";link.href=href;link.media="screen and (min-width: 768px)";link.onload=callback;document.head.appendChild(link)}
var lastWidth=window.innerWidth;document.addEventListener("DOMContentLoaded",function(){if(isMobile()){removeDesktopElements()}else if(isDesktop()){loadCSSForDesktop("css/style_apex.css?v=3003202301")}});window.addEventListener('resize',function(){if(window.innerWidth!==lastWidth){lastWidth=window.innerWidth;if(isMobile()){removeDesktopElements();location.reload()}else if(isDesktop()){location.reload()}}})
</script>
<link rel="stylesheet" href="css/print.css?v=0412202201" type="text/css" media="print">
<script src="scripts/jquery.js?v=03112023"></script>
<script>var cpy = "Copy"; var sho = "Shorten"; $("input[name=url]").val(""); $(document).ready(function(){ refreshResults(); });</script>
<script src="scripts/url.js?v=2812202401" defer></script>
<link rel="canonical" href="https://cutt.ly/verify"></head>
<body class=" ">
<header>
<nav class="navbar navbar-expand-md navbar-cuttly nav_flow">
<div class="container">
<a class="navbar-brand" href="/">
<span class="logo_nav"><img src="img/cuttly.svg" alt="Cuttly - URL Shortener and Link Management Platform"></span>
</a>
<div class="collapse navbar-collapse" id="cuttNav">
<ul class="navbar-nav ml-0">
<li class="nav-item dropdown drop_border">
<a class="nav-link dropdown-toggle no_after" href="#" id="cuttlyNav" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-label="Menu">
<div class="nav_line"><span class="n_l"></span><span class="n_l"></span><span class="n_l"></span></div>
</a>
<div class="dropdown-menu" aria-labelledby="cuttlyNav">
<a class="dropdown-item" href="/">URL Shortener</a>
<a class="dropdown-item" href="url-shortener-features">Available features</a>
<a class="dropdown-item" href="preview">Preview mode</a>
<a class="dropdown-item" href="cutt-url-button">CUTT URL button</a>
<a class="dropdown-item" href="verify">Check url</a>
<a class="dropdown-item" href="cuttly-api">API</a>
<a class="dropdown-item" href="resources/integrations">Integrations</a>
<a class="dropdown-item" href="resources/support">Support</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="login">Log in</a>
<a class="dropdown-item" href="register">Sign up</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="report">Abuse report</a>
</div>
</li>
</ul>
<ul class="navbar-nav ml-auto desktop_only">
<li class="nav-item">
<a class="nav-link rounded-6 nav_pro nav_standalone" href="pro-pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link rounded-6 nav_pro" href="login">Log in</a>
</li>
<li class="nav-item">
<a class="nav-link rounded-6 nav_green nav_green_all" href="register">Sign up</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle rounded-6 lang_nav" href="#" id="lang_drop" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span>EN</span></a>
<div class="dropdown-menu" aria-labelledby="lang_drop">
<a class="dropdown-item active" href="en">EN | English</a>
<a class="dropdown-item unact" href="pl">PL | Polski</a>
<a class="dropdown-item unact" href="ar">AR | عربى</a>
<a class="dropdown-item unact" href="de">DE | Deutsch</a>
<a class="dropdown-item unact" href="es">ES | Español</a>
<a class="dropdown-item unact" href="fr">FR | Français</a>
<a class="dropdown-item unact" href="hi">HI | हिन्दी</a>
<a class="dropdown-item unact" href="it">IT | Italiano</a>
<a class="dropdown-item unact" href="ja">JA | 日本語</a>
<a class="dropdown-item unact" href="ko">KO | 한국어</a>
<a class="dropdown-item unact" href="nl">NL | Nederlands</a>
<a class="dropdown-item unact" href="pt">PT | Português</a>
<a class="dropdown-item unact" href="ru">RU | Русский</a>
<a class="dropdown-item unact" href="tr">TR | Türkçe</a>
<a class="dropdown-item unact" href="uk">UK | Українська</a>
<a class="dropdown-item unact" href="zh">ZH | 中文</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main id="content">
<script>
function redirect(){ var url = $('#url').val(); url = url.split('/'); var size = url.length; url = url[size-1]; var baseHref = document.getElementsByTagName('base')[0].href; window.location = baseHref+url+'@';}</script>
<script>function allow(){ var date = new Date(); date.setTime(date.getTime() + 1000); var expires = "; expires=" + date.toUTCString(); document.cookie = "acc=1 "+expires+ "; path=/";}</script>
<section class='page_cuttly'>
<div class='container'>
<div class='row'>
<div class='col-12'><h2 class='h1_of'>This is original url for your shortened link</h2><p class='of_main'>URL → https://www.hacker9.com/<br><br>Click button below if you want to go to that url.<br><a href="NBihxlQ" class='for_preview_l'>https://www.hacker9.com/</a></p><p class='of_main'>You are now in a direct mode. It means that when you click shortened link you will direct redirect to original url.<br> If you want to activate preview mode and want to have preview of original url before it will redirect, set this mode at this page: <br><a href="https://cutt.ly/preview">Preview mode</a></p>
</div>
</div>
</div>
</section>
<footer class="footer-area footer--light">
<div class="container footer-big">
<div class="row">
<div class="col-md-3 col-sm-12">
<div class="footer-widget">
<div class="widget-about">
<img src="img/foot_logo.svg" alt="URL Shortener, Branded Short Links & More | Cuttly" width="160" height="42" class="img-fluid" loading="lazy">
<p class="arrow-up">URL Shortener, Branded Short Links & More | Cuttly</p>
<div class="social_cuttly">
<a href="https://www.facebook.com/cuttlyURL/" target="_blank" rel="noopener noreferrer"><img src="img/fb.svg" alt="facebook" width="50" height="50" loading="lazy"></a>
<a href="https://twitter.com/cutt_ly/" target="_blank" rel="noopener noreferrer"><img src="img/twitter.svg" alt="twitter" width="50" height="50" loading="lazy"></a>
<a href="https://www.instagram.com/cutt.ly/" target="_blank" rel="noopener noreferrer"><img src="img/instagram.svg" alt="instagram" width="50" height="50" loading="lazy"></a>
<a href="https://www.linkedin.com/showcase/cuttly-url-shortener/" target="_blank" rel="noopener noreferrer"><img src="img/linkedin.svg" alt="linked in" width="50" height="50" loading="lazy"></a>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="footer-widget">
<div class="footer-menu">
<h2 class="footer-widget-title">URL Shortener</h2>
<ul>
<li><a href="resources/blog/why-cuttly">Why Cuttly?</a></li>
<li><a href="/">URL Shortener</a></li>
<li><a href="pro-pricing">Features & Pricing</a></li>
</ul>
</div>
<div class="footer-menu mt-5">
<h2 class="footer-widget-title">Link Management</h2>
<ul>
<li><a href="cuttly-api">API</a></li>
<li><a href="verify">Check url</a></li>
<li><a href="cutt-url-button">CUTT URL button</a></li>
<li><a href="preview">Preview mode</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="footer-menu">
<h2 class="footer-widget-title">Cuttly Tools</h2>
<ul>
<li><a href="resources/tools/">Cuttly Platform</a></li>
<li><a href="resources/tools/url-shortener">URL shortener tool</a></li>
<li><a href="resources/tools/link-analytics">Link analytics tool</a></li>
<li><a href="resources/tools/cuttly-surveys">Cuttly Surveys</a></li>
<li><a href="resources/tools/link-in-bio">Link-in-bio</a></li>
<li><a href="resources/tools/qr-codes">QR Codes</a></li>
<li><a href="verify">Unshorten URL</a></li>
<li><a href="resources/blog/compliance-trai-sms-regulations">TRAI SMS Compliance with Cuttly: Custom Domains with Headers</a></li>
<li><a href="resources/blog/compliance-trai-sms-header-link-shortener">TRAI SMS Compliance with Cuttly: generic shortener with 2s.ms Domain & Headers</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="footer-widget">
<div class="footer-menu no-padding">
<h2 class="footer-widget-title">Cuttly Resources</h2>
<ul>
<li><a href="resources/blog/">Blog</a></li>
<li><a href="resources/support/">Support</a></li>
<li><a href="resources/integrations">Integrations</a></li>
<li><a href="https://status.cutt.ly">Status</a></li>
</ul>
</div>
</div>
<div class="footer-widget">
<div class="footer-menu no-padding">
<h2 class="footer-widget-title">Legal & Policies</h2>
<ul>
<li><a href="terms">Terms of service</a></li>
<li><a href="privacy">Privacy Policy</a></li>
<li><a href="privacy/#GDPR">GDPR</a></li>
<li><a href="#" aria-label="View cookie settings" data-cc="c-settings">Cookies</a></li>
<li><a href="report">Abuse report</a></li>
<li><a href="contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="mini-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright-text">
<p>© 2025 cutt.ly | Made by <a href="https://webroomstudio.pl" title="Cutt.ly by Web Room Studio" target="_blank" rel="noopener noreferrer"><img src="img/wrs.svg" width="40" height="17" alt="Web Room Studio"></a></p>
</div>
<div class="go_top">
<span class="icon-arrow-up"></span>
</div>
</div>
</div>
</div>
</div>
</footer>
</main>
<svg class="d-none">
<symbol id="i_link" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/></symbol>
<symbol id="i_copy" viewBox="0 0 24 24"><path d="M15.143 13.244l.837-2.244 2.698 5.641-5.678 2.502.805-2.23s-8.055-3.538-7.708-10.913c2.715 5.938 9.046 7.244 9.046 7.244zm8.857-7.244v18h-18v-6h-6v-18h18v6h6zm-2 2h-12.112c-.562-.578-1.08-1.243-1.521-2h7.633v-4h-14v14h4v-3.124c.6.961 1.287 1.823 2 2.576v6.548h14v-14z"/></symbol>
<symbol id="i_edit" viewBox="0 0 24 24"><path d="M19.391 17.097c.351.113.526.498.385.833-.135.319-.495.482-.827.374-2.617-.855-4.357-2.074-5.285-3.693-.177-.308-.068-.7.243-.875.311-.175.707-.067.883.241.77 1.341 2.285 2.372 4.601 3.12zm-8.59-.611c-.849.491-2.271 1.315-5.227 2.186-.41.121-.597.591-.382.956.124.229.422.372.717.285 2.703-.793 4.203-1.557 5.142-2.087.933-.526 1.02-.535 1.904.11.856.626 2.31 1.537 4.894 2.477.296.107.611-.025.747-.249.229-.35.071-.821-.324-.965-3.083-1.124-4.426-2.186-5.094-2.715-.866-.685-1.156-.705-2.377.002zm-.263 3.068c-.638.328-1.6.822-3.251 1.393-.215.074-.375.252-.425.472-.108.475.343.915.79.762 1.772-.607 2.803-1.138 3.482-1.487.518-.267.835-.321 1.429-.001.752.404 1.938 1.042 3.593 1.705.468.188.945-.226.856-.714-.04-.221-.191-.405-.401-.49-1.578-.635-2.711-1.244-3.431-1.631-1.133-.609-1.265-.717-2.642-.009zm-.694 3.25c-.228.106-.369.337-.358.586.017.387.368.61.693.61.091 0 .181-.018.26-.055 1.7-.792 1.11-.84 3.027.005.076.034.161.05.25.05.32 0 .677-.212.698-.603.014-.256-.134-.493-.37-.597-2.496-1.095-1.827-1.096-4.2.004zm2.354-14.206c.139-.327-.017-.704-.346-.841-.33-.137-.709.016-.848.343-1.058 2.498-3.731 4.424-7.253 5.273-.335.081-.551.404-.495.741.06.361.417.598.78.511 3.469-.833 6.784-2.773 8.162-6.027zm.647 4.136c.822-.932 1.476-1.965 1.944-3.071.47-1.111.389-2.231-.228-3.153-.646-.964-1.815-1.563-3.051-1.563-.698 0-1.37.192-1.944.555-.627.398-1.122.995-1.432 1.726-.647 1.527-2.344 2.755-4.654 3.411-.288.082-.485.345-.48.643.007.416.41.711.813.597 2.7-.766 4.714-2.263 5.515-4.153.444-1.05 1.322-1.494 2.182-1.494 1.428 0 2.81 1.224 2.085 2.935-1.529 3.612-5.11 5.937-9.157 6.958-.178.045-.33.162-.417.323-.087.161-.104.351-.044.523.107.31.436.485.755.405 1.984-.499 3.819-1.28 5.372-2.294 1.048-.685 1.97-1.474 2.741-2.348zm-5.819-6.2c.293-.501.571-.974 1.049-1.414 1.13-1.041 2.662-1.543 4.204-1.379 1.453.155 2.734.882 3.514 1.993 1.08 1.539.809 3.067.547 4.544-.225 1.263-.456 2.569.263 3.712.543.863 1.571 1.518 3.177 2.006.339.103.699-.098.785-.439.087-.345-.113-.696-.456-.802-1.246-.382-2.04-.86-2.407-1.444-.457-.726-.285-1.691-.087-2.81.279-1.571.625-3.526-.759-5.5-.994-1.417-2.611-2.341-4.438-2.536-1.914-.205-3.818.42-5.223 1.715-.62.569-.975 1.174-1.288 1.708-.493.84-.909 1.546-2.312 2.005-.222.073-.398.261-.435.54-.06.46.386.827.832.682 1.879-.614 2.464-1.611 3.034-2.581zm-2.06-1.69l.387-.572c1.549-2.217 4.286-3.304 7.323-2.909 2.886.376 5.256 2.014 6.037 4.173.692 1.914.419 3.459.199 4.701-.19 1.072-.354 1.999.22 2.742.233.302.565.535 1.021.71.38.146.796-.105.842-.505.035-.302-.137-.59-.42-.707-.195-.08-.334-.173-.416-.279-.229-.295-.116-.933.027-1.739.233-1.318.553-3.123-.255-5.357-1.13-3.123-4.746-5.102-8.454-5.102-2.466 0-4.86.882-6.553 2.746-.427.478-.69.823-.945 1.409-.167.382-.102.658.178.848.275.187.627.115.809-.159z"/></symbol>
<symbol id="i_title" viewBox="0 0 24 24"><path d="M9.777 2l11.395 11.395-7.779 7.777-11.393-11.39v-7.782h7.777zm.828-2l-10.604.001v10.609l13.392 13.39 10.607-10.605-13.395-13.395zm-6.019 7.414c-.78-.781-.779-2.047.002-2.827.781-.782 2.047-.781 2.826-.003.783.783.782 2.049 0 2.83-.779.781-2.045.781-2.828 0zm5.824 7.947l-3.537-3.535.709-.707 3.535 3.535-.707.707zm4.242 0l-5.658-5.656.708-.708 5.657 5.657-.707.707zm2.121-2.121l-5.657-5.657.707-.707 5.657 5.657-.707.707z"/></symbol>
<symbol id="i_qr" viewBox="0 0 256.39 256.14"><rect x="132.08" y="235.34" width="20.65" height="20.65"/><rect x="41.39" y="41.39" width="20.7" height="20.7"/><path d="M0-.14V103.33H103.48V-.14ZM82.78,82.64H20.7V20.55H82.78Z" transform="translate(0 0.14)"/><polygon points="256 173.53 256 152.9 194.04 152.9 194.04 173.53 173.39 173.53 173.39 152.9 152.74 152.9 152.74 194.19 132.08 194.19 132.08 214.84 173.39 214.84 173.39 235.49 194.04 235.49 194.04 256.14 256 256.14 256 235.49 235.35 235.49 235.35 214.84 214.69 214.84 214.69 173.53 256 173.53"/><rect x="194.3" y="41.39" width="20.7" height="20.7"/><path d="M152.91-.14V103.33H256.39V-.14Zm82.78,82.78H173.6V20.55h62.09Z" transform="translate(0 0.14)"/><rect x="41.39" y="193.94" width="20.7" height="20.7"/><path d="M0,152.41V255.89H103.48V152.41Zm82.78,82.78H20.7V173.1H82.78Z" transform="translate(0 0.14)"/></symbol>
<symbol id="i_chart" viewBox="0 0 24 24"><path d="M5 9.2h3V19H5zM10.6 5h2.8v14h-2.8zm5.6 8H19v6h-2.8z"/></symbol>
<symbol id="ico_branded_d" viewBox="0 0 24 24"><path d="M9 17h-5l8-8 8 8h-5v7h-6v-7zm-3.518-4.315c-.583-1.13-1.201-2.824-.872-4.936.233-1.492.939-2.829 1.935-3.887l.671-.271c.421-.632.445-.141.824-.306.126 0 .271-.52.406-.601.236-.152.056-.152.012-.221-.092-.151 1.973-.902 2.007-.768.028.114-1.022.661-.907.645-.266.036-.317.514-.267.512.133-.004.967-.633 1.355-.5.381.132 1.064-.303 1.332-.524.135-.112.259-.309.436-.309.819 0 2.042.336 2.322.503.426.254-.184.236-.25.402-.051.128-.171.302-.224.371-.092.12-.359.069-.307-.074.053-.15.312-.208-.079-.244-.4-.036-.51-.306-.912.031-.121.101-.211.257-.289.39-.111.189-.378.18-.49.356-.106.175.065.463.275.336.055-.034.688.58.606.085-.053-.328.177-.551.181-.798.002-.165.251-.06.185.027-.086.109-.183.48.045.499.087.007.306-.143.382-.077-.085-.001-.284.345-.27.339-.097.043-.21-.018-.136.189.067.205-.367.18-.446.222-.033.018-.375-.102-.367-.025-.118-.098.033-.341-.065-.38-.098.151-.052.461-.265.461-.182 0-.433.206-.542.332-.078.086-.548.276-.6.271.27.028.257.226.235.394-.054.39-.896.029-.86.177.034.142-.097.527-.126.651-.026.112.362.185.34.241.003-.006.525-.179.577-.225l.118-.264c.099-.066.203-.119.314-.161l.134-.232c.045-.018.581-.101.618-.083.135.062.384.318.478.435.034.043.205.105.205.169l-.005.201c.093.174.118-.361.079-.26 0-.17.126.063.155.044l-.592-.589c-.183-.308.49.165.577.222.085.057.256.566.482.451.143-.071-.003-.125.096-.206l.404-.081c-.321.234.25.542.163.5.145.067.229-.052.319-.019.05.02.596.013.509-.074.137.068.074.672-.039.766-.183.152-1.063.089-1.26-.052-.325-.235-.268.251-.426.317-.308.127-.771-.417-1.095-.434.157.024.014-.401.014-.43-.125-.154-.918.017-1.127.045-.391.052-.8.047-1.101.291-.211.171-.214.45-.429.586-.139.087-.292.058-.41.171-.211.2-.453.497-.571.76l.037.516c-.071.224-.099.47-.086.714l3.105-3.105 4.897 4.898c.497-.777 1.164-1.888.83-1.967l-.683.324c-.133.012-.643-.541-.777-.673-.249-.249-.358-.691-.561-.995-.119-.178-.479-.53-.479-.751.016.041.167.294.237.241l.012-.125c-.004.067.423.558.516.61.208.116.206.453.413.611.393.302.285 1.16.86.639.386-.349 1.139-1.009.938-1.612-.105-.32-.593-.086-.744.028-.16-.084-.747-.723-.516-.807.114-.041.364.295.454.345l.429-.006c.123.257.933-.265 1.125-.19.127.049.227.153.27.284.136.415.269 1.199.269 1.975 0 1.341-.357 2.598-.975 3.687l1.098 1.098c.874-1.388 1.387-3.024 1.387-4.785 0-4.971-4.03-9-9-9-4.971 0-9 4.029-9 9 0 1.761.513 3.398 1.387 4.785l1.095-1.1zm9.747-8.009c.062-.007-.08.125-.08.125.024.19.165.294.432.391.324.117.028.337-.158.286-.104-.028-.634-.189-.653.019 0 .124-.503.001-.425-.13.054-.088.037-.287.138-.417.144-.189.282-.086.287.023-.002.292.294-.278.459-.297zm-4.08-.263c.072.102.618-.146.531-.132.168-.084.022-.093-.072-.143-.032-.161-.06-.41-.16-.51l.066-.076c-.156-.224-.271.271-.271.271l.081-.023-.038.102c.064.116.016.186.005.249l-.112.069c-.04.05.193.057.196.064.01.026-.279.067-.226.129zm2.016 1.639c-.05 0-.333.026-.307.076.16.262.362-.069.307-.076zm-2.372-1.897c-.063.063.002.104.066.077.094-.041.22-.04.233-.165l.06-.075c.026-.039-.05-.103-.083-.109l-.112.077-.055.014-.051.065.005.036-.063.08z"/></symbol>
<symbol id="i_utm" viewBox="0 0 256 256"><path d="M81,94.25c-16.82,16.82-38.36,16.56-55.74-.83s-18-39.27-1.19-56.09L59.21,2.2a2.53,2.53,0,0,1,3.58,0L75,14.41A2.52,2.52,0,0,1,75,18L39.87,53.11c-8.64,8.64-8.5,19.32-1,26.86s17.78,7.22,26.42-1.41l35.12-35.13a2.53,2.53,0,0,1,3.58,0l12.12,12.12a2.53,2.53,0,0,1,0,3.58Z"/><path d="M143.25,112.25,96.19,159.31a2.53,2.53,0,0,1-3.58,0l-12.2-12.2a2.53,2.53,0,0,1,0-3.58l47.06-47.06a2.53,2.53,0,0,0,0-3.58l-15-15a2.52,2.52,0,0,1,0-3.57L122,64.84a2.52,2.52,0,0,1,3.57,0l49.45,49.45a2.52,2.52,0,0,1,0,3.57l-9.51,9.52a2.53,2.53,0,0,1-3.58,0l-15.13-15.13A2.53,2.53,0,0,0,143.25,112.25Z"/><path d="M175.93,239.06l30.79-30.93A2.53,2.53,0,0,0,204,204l-36.91,14.87a2.55,2.55,0,0,1-2.74-.55l-7.92-7.93a2.52,2.52,0,0,1-.56-2.73l14.85-36.85a2.53,2.53,0,0,0-4.13-2.73l-30.81,30.81a2.53,2.53,0,0,1-3.58,0l-10.52-10.53a2.52,2.52,0,0,1,0-3.57l60.15-60.16a2.55,2.55,0,0,1,3.58,0L199.74,139a2.51,2.51,0,0,1,.57,2.69l-18.43,47.91a2.53,2.53,0,0,0,3.27,3.27l47.91-18.43a2.53,2.53,0,0,1,2.7.58L250,189.25a2.52,2.52,0,0,1,0,3.57L189.86,253a2.53,2.53,0,0,1-3.58,0l-10.35-10.35A2.53,2.53,0,0,1,175.93,239.06Z"/><path d="M199.61,21.33h35V0h-35Z"/><rect x="234.67" width="21.33" height="53.54"/><path d="M56.39,234.67h-35V256H56.39Z"/><rect y="202.46" width="21.33" height="53.54"/></symbol>
<symbol id="i_remove" viewBox="0 0 24 24"><path d="M19 24h-14c-1.104 0-2-.896-2-2v-17h-1v-2h6v-1.5c0-.827.673-1.5 1.5-1.5h5c.825 0 1.5.671 1.5 1.5v1.5h6v2h-1v17c0 1.104-.896 2-2 2zm0-19h-14v16.5c0 .276.224.5.5.5h13c.276 0 .5-.224.5-.5v-16.5zm-9 4c0-.552-.448-1-1-1s-1 .448-1 1v9c0 .552.448 1 1 1s1-.448 1-1v-9zm6 0c0-.552-.448-1-1-1s-1 .448-1 1v9c0 .552.448 1 1 1s1-.448 1-1v-9zm-2-7h-4v1h4v-1z"/></symbol>
<symbol id="i_change" viewBox="0 0 255.81 255.81"><path d="M146.38,173,85,234.42c-.12.12-.24.24-.37.35-18.45,16.37-41.88,8.55-57-6.56S4.56,189.34,21.4,170.79l0,0c.44-.38.88-.79,1.33-1.24l4.77-4.77,17-17,38.27-38.28A6,6,0,0,0,74.33,101L12.69,162.62c-.11.1-.2.2-.3.31C-30,210,46.15,285.9,93.05,243.27l61.79-61.79a6,6,0,1,0-8.46-8.45Z" transform="translate(0 0)"/><path d="M237.05,18.76C214.82-3.47,181.66-6.36,163,12.32L101.38,73.93a6,6,0,1,0,8.45,8.45l61.61-61.61c14-14,39.62-11.09,57.16,6.44C237.37,36,242.73,47,243.7,58.16c.91,10.41-2.17,19.72-8.66,26.21L173.43,146a6,6,0,0,0,8.45,8.45L243.5,92.82C262.17,74.15,259.28,41,237.05,18.76Z" transform="translate(0 0)"/><path d="M130.64,133.62l3.38-3.38a6,6,0,1,0-8.45-8.45l-3.38,3.38a6,6,0,1,0,8.45,8.45Z" transform="translate(0 0)"/><path d="M172.67,83.14a6,6,0,0,0-8.45,0l-3.38,3.38a6,6,0,0,0,0,8.46h0a6,6,0,0,0,8.45,0l3.38-3.38A6,6,0,0,0,172.67,83.14Z" transform="translate(0 0)"/><path d="M83.54,172.27a6,6,0,0,0,8.46,0l3.38-3.38a6,6,0,1,0-8.46-8.46l-3.38,3.39A6,6,0,0,0,83.54,172.27Z" transform="translate(0 0)"/></symbol>
<symbol id="i_mobile" viewBox="0 0 24 24"><path d="M20 3c0-1.657-1.344-3-3-3s-3 1.343-3 3c0 .312.061.606.149.889l-4.21 3.157c.473.471.878 1.01 1.201 1.599l4.197-3.148c.477.316 1.048.503 1.663.503 1.656 0 3-1.343 3-3zm-2 0c0 .551-.448 1-1 1s-1-.449-1-1 .448-1 1-1 1 .449 1 1zm3 12.062c1.656 0 3-1.343 3-3s-1.344-3-3-3c-1.281 0-2.367.807-2.797 1.938h-6.283c.047.328.08.66.08 1s-.033.672-.08 1h6.244c.396 1.195 1.509 2.062 2.836 2.062zm-1-3c0-.551.448-1 1-1s1 .449 1 1-.448 1-1 1-1-.448-1-1zm-20-.062c0 2.761 2.238 5 5 5s5-2.239 5-5-2.238-5-5-5-5 2.239-5 5zm2 0c0-1.654 1.346-3 3-3s3 1.346 3 3-1.346 3-3 3-3-1.346-3-3zm7.939 4.955l4.21 3.157c-.088.282-.149.576-.149.888 0 1.657 1.344 3 3 3s3-1.343 3-3-1.344-3-3-3c-.615 0-1.186.187-1.662.504l-4.197-3.148c-.324.589-.729 1.127-1.202 1.599zm6.061 4.045c0-.551.448-1 1-1s1 .449 1 1-.448 1-1 1-1-.449-1-1z"/></symbol>
<symbol id="i_password" viewBox="0 0 24 24"><path d="M16 2c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6zm0-2c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm-5.405 16.4l-1.472 1.6h-3.123v2h-2v2h-2v-2.179l5.903-5.976c-.404-.559-.754-1.158-1.038-1.795l-6.865 6.95v5h6v-2h2v-2h2l2.451-2.663c-.655-.249-1.276-.562-1.856-.937zm7.405-11.4c.551 0 1 .449 1 1s-.449 1-1 1-1-.449-1-1 .449-1 1-1zm0-1c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></symbol>
<symbol id="i_source" viewBox="0 0 24 24"><path d="M12,0A11.94,11.94,0,0,0,5.07,2.22L3.35,0,1.42,6H8L6.3,3.81A10,10,0,1,1,2.46,9H.38A12,12,0,1,0,12,0Z"/><path d="M6,11.19v1.62c.82.29,1.35.37,1.61,1s-.06,1.08-.42,1.85l1.14,1.14c.78-.37,1.21-.68,1.85-.42s.72.79,1,1.61h1.62c.29-.82.37-1.35,1-1.61s1.06.05,1.85.42l1.14-1.14c-.37-.78-.68-1.22-.42-1.85s.79-.72,1.61-1V11.19c-.83-.29-1.35-.37-1.61-1s.05-1.07.42-1.85L15.67,7.19c-.78.37-1.21.68-1.85.42s-.72-.79-1-1.61H11.19c-.29.82-.37,1.35-1,1.61s-1.06-.05-1.85-.42L7.19,8.33c.37.78.68,1.21.42,1.85S6.82,10.9,6,11.19ZM12,10a2,2,0,1,1-2,2A2,2,0,0,1,12,10Z"/></symbol>
<symbol id="i_expiration" viewBox="0 0 24 24"><path d="M11 6v8h7v-2h-5v-6h-2zm10.854 7.683l1.998.159c-.132.854-.351 1.676-.652 2.46l-1.8-.905c.2-.551.353-1.123.454-1.714zm-2.548 7.826l-1.413-1.443c-.486.356-1.006.668-1.555.933l.669 1.899c.821-.377 1.591-.844 2.299-1.389zm1.226-4.309c-.335.546-.719 1.057-1.149 1.528l1.404 1.433c.583-.627 1.099-1.316 1.539-2.058l-1.794-.903zm-20.532-5.2c0 6.627 5.375 12 12.004 12 1.081 0 2.124-.156 3.12-.424l-.665-1.894c-.787.2-1.607.318-2.455.318-5.516 0-10.003-4.486-10.003-10s4.487-10 10.003-10c2.235 0 4.293.744 5.959 1.989l-2.05 2.049 7.015 1.354-1.355-7.013-2.184 2.183c-2.036-1.598-4.595-2.562-7.385-2.562-6.629 0-12.004 5.373-12.004 12zm23.773-2.359h-2.076c.163.661.261 1.344.288 2.047l2.015.161c-.01-.755-.085-1.494-.227-2.208z"/></symbol>
<symbol id="i_pixel" viewBox="0 0 256 256"><path d="M199.61,21.33h35V0h-35Z"/><rect x="234.67" width="21.33" height="53.54"/><path d="M56.39,234.67h-35V256H56.39Z"/><rect y="202.46" width="21.33" height="53.54"/><rect x="117.37" y="117.37" width="21.25" height="21.25"/><path d="M74.87,181.13H181.13V74.87H74.87Zm21.25-85h63.76v63.76H96.12Z"/><path d="M234.67,199.61v35H256v-35Z"/><rect x="202.46" y="234.67" width="53.54" height="21.33"/><path d="M21.33,56.39v-35H0V56.39Z"/><rect width="53.54" height="21.33"/></symbol>
<symbol id="i_fb" viewBox="0 0 24 24"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 10h-2v2h2v6h3v-6h1.82l.18-2h-2v-.833c0-.478.096-.667.558-.667h1.442v-2.5h-2.404c-1.798 0-2.596.792-2.596 2.308v1.692z"/></symbol>
<symbol id="i_tw" viewBox="0 0 24 24"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.5 8.778c-.441.196-.916.328-1.414.388.509-.305.898-.787 1.083-1.362-.476.282-1.003.487-1.564.597-.448-.479-1.089-.778-1.796-.778-1.59 0-2.758 1.483-2.399 3.023-2.045-.103-3.86-1.083-5.074-2.572-.645 1.106-.334 2.554.762 3.287-.403-.013-.782-.124-1.114-.308-.027 1.14.791 2.207 1.975 2.445-.346.094-.726.116-1.112.042.313.978 1.224 1.689 2.3 1.709-1.037.812-2.34 1.175-3.647 1.021 1.09.699 2.383 1.106 3.773 1.106 4.572 0 7.154-3.861 6.998-7.324.482-.346.899-.78 1.229-1.274z"/></symbol>
<symbol id="ico_abtest" viewBox="0 0 24 24"><path d="M22 3v18h-5v-2h3v-14h-6v3l-5.25-4 5.25-4v3h8zm-12 16h-6v-14h3v-2h-5v18h8v3l5.25-4-5.25-4v3z"/></symbol>
<symbol id="ico_share" viewBox="0 0 24 24"><path d="M5 9c1.654 0 3 1.346 3 3s-1.346 3-3 3-3-1.346-3-3 1.346-3 3-3zm0-2c-2.762 0-5 2.239-5 5s2.238 5 5 5 5-2.239 5-5-2.238-5-5-5zm15 9c-1.165 0-2.204.506-2.935 1.301l-5.488-2.927c-.23.636-.549 1.229-.944 1.764l5.488 2.927c-.072.301-.121.611-.121.935 0 2.209 1.791 4 4 4s4-1.791 4-4-1.791-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zm0-22c-2.209 0-4 1.791-4 4 0 .324.049.634.121.935l-5.488 2.927c.395.536.713 1.128.944 1.764l5.488-2.927c.731.795 1.77 1.301 2.935 1.301 2.209 0 4-1.791 4-4s-1.791-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z"/></symbol>
<symbol id="ico_click_l" viewBox="0 0 24 24"><path d="M12.849 24l-3.96-7.853-4.889 4.142v-20.289l16 12.875-6.192 1.038 3.901 7.696-4.86 2.391zm-3.299-10.979l4.194 8.3 1.264-.617-4.213-8.313 4.632-.749-9.427-7.559v11.984l3.55-3.046z"/></symbol>
<symbol id="ico_link_2" viewBox="0 0 24 24"><path d="M23.739.293c-.392-.391-1.026-.391-1.417 0l-4.304 4.303c-2.571-1.836-6.31-1.481-8.789.998l-3.646 3.65c-2.479 2.478-2.835 6.213-.999 8.788l-4.259 4.258c-.392.392-.391 1.024 0 1.415.392.392 1.025.394 1.417.002l4.259-4.26c2.572 1.837 6.311 1.48 8.788-.998l3.649-3.649c2.478-2.478 2.834-6.215.996-8.789l4.305-4.302c.391-.39.391-1.025 0-1.416zm-6.718 13.09l-3.648 3.649c-1.683 1.682-4.149 2.025-5.925.968l2.738-2.736c.39-.392.39-1.026-.002-1.418-.39-.39-1.024-.39-1.416.001l-2.736 2.737c-1.058-1.777-.713-4.242.967-5.924l3.648-3.649c1.682-1.681 4.148-2.024 5.924-.966l-2.736 2.735c-.392.392-.391 1.025-.002 1.417.393.39 1.027.392 1.417 0l2.737-2.737c1.058 1.775.715 4.243-.966 5.923z"/></symbol>
<symbol id="ico_team" viewBox="0 0 24 24"><path d="M16.835 0c-1.656 0-3 1.344-3 2.999s1.344 2.999 3 2.999c1.655 0 3-1.344 3-2.999s-1.345-2.999-3-2.999m0 1c1.103 0 2 .896 2 1.999 0 1.103-.897 2-2 2s-2-.897-2-2 .897-1.999 2-1.999m-9.669-1c-1.656 0-3 1.344-3 2.999s1.344 2.999 3 2.999c1.655 0 3-1.344 3-2.999s-1.345-2.999-3-2.999m0 1c1.103 0 2 .896 2 1.999 0 1.103-.897 2-2 2s-2-.897-2-2 .897-1.999 2-1.999m9.648 14.828c.694 0 1.231.524 1.277 1.245.05.741.172 2.201.28 3.489l.156 1.896c.02.251.164.542.508.542.404 0 .455-.425.46-.556l.472-11.447c.022-.512.701-.655.937-.222l1.645 2.977c.118.215.451.125.451-.117l-1.6-5.675c-.093-.335-.402-.567-.749-.567h-17.303c-.346 0-.655.232-.749.566l-1.59 5.61c-.022.402.364.326.442.183l1.645-2.977c.244-.439.916-.283.937.222l.471 11.448c.011.256.146.555.49.555.329 0 .497-.271.518-.541l.16-1.94c.107-1.277.227-2.712.277-3.448.047-.719.584-1.243 1.277-1.243.584 0 1.218.465 1.27 1.244.049.734.169 2.169.276 3.446l.16 1.94c.019.251.161.542.499.542.382 0 .439-.389.446-.556.122-2.956.629-12.29.635-12.384.014-.266.233-.473.499-.473h1.963c.266 0 .485.208.499.474.006.094.494 9.427.617 12.384.012.276.174.555.509.555.344 0 .49-.291.508-.541l.165-1.982c.105-1.266.223-2.679.272-3.406.052-.778.687-1.243 1.27-1.243m2.222 8.172c-.807 0-1.44-.616-1.506-1.465-.035-.455-.092-1.143-.155-1.889-.108-1.294-.231-2.761-.282-3.507-.015-.231-.154-.311-.279-.311-.079 0-.256.078-.272.31-.049.731-.168 2.15-.274 3.422-.066.779-.126 1.502-.163 1.976-.065.848-.698 1.464-1.504 1.464-.826 0-1.474-.65-1.511-1.513-.106-2.567-.489-9.954-.591-11.9h-1.015c-.105 1.944-.502 9.333-.608 11.899-.038.892-.631 1.514-1.444 1.514-.803 0-1.432-.616-1.497-1.465l-.16-1.934c-.107-1.283-.228-2.724-.277-3.462-.016-.233-.194-.311-.272-.311-.125 0-.265.081-.279.309-.05.74-.171 2.182-.278 3.465l-.16 1.934c-.065.848-.702 1.464-1.513 1.464-.827 0-1.453-.637-1.491-1.513l-.398-9.665-.78 1.413c-.323.584-1.088.781-1.573.538-.46-.195-.754-.637-.754-1.138 0-.115.016-.229.047-.339l1.59-5.609c.215-.762.919-1.294 1.711-1.294h17.303c.793 0 1.497.533 1.712 1.294l1.59 5.61c.031.109.047.223.047.338 0 .503-.297.947-.759 1.14l-.037.017c-.566.218-1.238-.028-1.53-.558l-.781-1.412-.398 9.664c-.038.892-.638 1.514-1.459 1.514"/></symbol>
<symbol id="ico_api" viewBox="0 0 24 24"><path d="M22 6v16h-20v-16h20zm2-6h-24v24h24v-24zm-11 11v1.649l3.229 1.351-3.229 1.347v1.653l5-2.201v-1.599l-5-2.2zm-7 2.201v1.599l5 2.2v-1.653l-3.229-1.347 3.229-1.351v-1.649l-5 2.201z"/></symbol>
</svg>
<script defer src="scripts/classie.js?v=2210202401"></script>
<script src="scripts/bootstrap.min.js?v=2302202301"></script>
<script defer src="scripts/main.js?v=1212202401"></script>
<link rel="stylesheet" href="https://cutt.ly/css/cookieconsent.css?v=2210202407" media="print" onload="this.media='all'">
<script defer src="https://cutt.ly/scripts/cookieconsent.js?v=1811202320"></script>
<script>
function getCookie(e){e=("; "+document.cookie).split("; "+e+"=");if(2===e.length)return e.pop().split(";").shift()}function setCookie(e,o,t){var i,n="";t&&((i=new Date).setTime(i.getTime()+24*t*60*60*1e3),n="; expires="+i.toUTCString()),document.cookie=e+"="+(o||"")+n+"; path=/"}window.addEventListener("load",function(){var t=initCookieConsent();t.run({current_lang:"en",autoclear_cookies:!0,page_scripts:!0,remove_cookie_tables:!0,gui_options:{consent_modal:{layout:"cloud",position:"bottom center",transition:"slide",swap_buttons:!0},settings_modal:{layout:"box",transition:"slide"}},onFirstAction:function(e,o){},onAccept:function(e){},onChange:function(e,o){t.allowedCategory("preferences")||("1"===getCookie("preview")&&setCookie("preview","",-1),getCookie("lang")&&setCookie("lang","",-1),location.reload())},languages:{en:{consent_modal:{title:"We have cookies",description:'We use cookies to ensure the functionality of our website, as well as to better understand how our website is used and to customize advertisements. More about cookies can be found in our <a href="/privacy">privacy policy</a>',primary_btn:{text:"Accept all",role:"accept_all"},secondary_btn:{text:"Manage",role:"settings"}},settings_modal:{title:"Cuttly | Cookie preferences",save_settings_btn:"Save settings",accept_all_btn:"Accept all",reject_all_btn:"Reject all",close_btn_label:"Close",cookie_table_headers:[{col1:"Name"},{col2:"Domain"},{col3:"Expiration"},{col4:"Description"}],blocks:[{title:"Cookie usage",description:'We use cookies on our website to provide you with access to website functionality as well as for analytics, personalization and marketing purposes. You can change your settings or accept the default settings at any time. For more information on cookies and other sensitive data, please read the full <a href="privacy" class="cc-link">privacy policy</a>.'},{title:"Necessary Cookies (Always Enabled)",description:"Necessary cookies are essential for the basic functionality of our website and cannot be disabled. They ensure that our website operates correctly and securely, providing the core services you request. This includes cookies that support features like secure log-in, session management, and fraud prevention. Unlike Preferences or Analytics Cookies, these are strictly required for the website to function and do not store any personal preferences or track user activity beyond essential site operations.",toggle:{value:"necessary",enabled:!0,readonly:!0}},{title:"Preferences Cookies",description:"Preferences Cookies enhance your browsing experience by remembering your individual settings and choices on our website. These cookies enable our site to remember key preferences such as your preferred language, preview mode and other customization features. By doing so, they facilitate more seamless and personalized interactions each time you visit. These cookies are not used for tracking purposes and are dedicated to making your website experience more convenient and tailored to your needs.",toggle:{value:"preferences",enabled:!1,readonly:!1}},{title:"Analytics Cookies",description:"These cookies help us understand how our website works, show the number of visitors and visualize how users are interacting with the website. These files usually do not collect personally identifiable information. This group includes Google Analytics - an analysis service provided by Google.",toggle:{value:"analytics",enabled:!1,readonly:!1},cookie_table:[{col1:"^_ga",col2:"google.com",col3:"2 years",col4:"description ...",is_regex:!0},{col1:"_gid",col2:"google.com",col3:"1 day",col4:"description ..."}]},{title:"Advertisement and Targeting Cookies",description:"Targeted and advertising cookies enable the collection of information from you on your device and thus show you advertisements based on your preferences. This includes the unique identification of your browser and end device.",toggle:{value:"targeting",enabled:!1,readonly:!1}}]}}}})});
</script>
</body>
</html>