dash-website/get-dash/index.html
2017-09-28 19:07:00 +07:00

372 lines
36 KiB
HTML

---
layout: default
title: pages.get-dash.title
description: pages.get-dash.description
---
{% include hero/get-dash.html %}
{% include wallets_js_data.html %}
{% assign currencies = site.data.get-dash | map: "currency" | join: ',' | split: ',' | uniq %}
{% assign currencies_total = site.data.get-dash | where_exp: "item", "item.name == nil" %}
{% assign exchanges = site.data.get-dash | where_exp: "item", "item.name != nil" %}
{% assign methods = methods | join: ',' | split: ',' %}
{% for cur in currencies_total %}
{% for i in cur['currencies'] %}
{% for x in i[1] %}
{% assign methods = methods | push: x %}
{% endfor %}
{% endfor %}
{% endfor %}
{% assign methods = methods | uniq %}
<div class="page page--get-dash page--home">
<section class="section">
<div class="section__content content">
<div class="section__number">1</div>
<h2 class="bottom-space section__title">{% t pages.get-dash.download-title %}</h2>
<div class="get-dash-info-text">{% t pages.get-dash.download-text %}</div>
<div class="row" id="download">
<div class="col-sm-4">
<div class="get-wallet-tile" data-wallet="auto-detect">
<div class="thumbnail">
<div class="logo-container">
<img data-wallet="img" src="/assets/img/dash_circle_normal.png">
</div>
<div class="caption">
<h4 data-wallet="os">Dash Core Win/64 Installer</h4>
<div class="version-text" data-wallet="version">Desktop Wallet</div>
<div class="fine-print" data-wallet="text">
Official Dash Core fully featured Wallet and P2P Client, including InstantSend, PrivateSend, Governance and Masternode management features
</div>
</div>
<div class="wallet-links-container">
<div class="link">
<a data-wallet="link" href="/binaries/dashcore-0.12.1.5-win64-setup.exe" target="_blank">Download </a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="get-wallet-tile" data-toggle="modal" data-target="#win64-dash_core--dash_core_win_64_zip-modal">
<div class="thumbnail">
<div class="logo-container">
<img src="/assets/img/dash_circle_normal.png">
</div>
<div class="caption">
<h4>Dash Wallet <br>by Hash Engineering</h4>
<div class="version-text">Android wallet</div>
<div class="fine-print">
Official Dash Core fully featured Wallet and P2P Client, including InstantSend, PrivateSend, Governance and Masternode management features
</div>
</div>
<div class="wallet-links-container">
<div class="link">
<a href="/binaries/dashcore-0.12.1.5-win64.zip" target="_blank">Download </a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="get-wallet-tile" data-toggle="modal" data-target="#win64-jaxx--jaxx-modal">
<div class="thumbnail">
<div class="logo-container">
<img src="/assets/img/wallets/jaxx-logo.ico">
</div>
<div class="caption">
<h4>Jaxx</h4>
<div class="version-text">Desktop Wallet</div>
<div class="fine-print">
All keys are created on your local device and never sent to any servers. This means you have full control of your wallet and Jaxx neither holds nor has access to your funds.
</div>
</div>
<div class="wallet-links-container">
<div class="link">
<a href="https://jaxx.io/support.html" target="_blank">Downloads </a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="{{ basenav }}/wallets/" class="btn-large btn-gray" target="_blank">{% t pages.get-dash.all-wallets-btn %}</a>
</div>
</section>
<section class="section">
<div class="content">
<div class="section__number">2</div>
<h2 class="bottom-space section__title">{% t pages.get-dash.buy-dash-table %}</h2>
<div class="get-dash-info-text" id="buydash">{% t pages.get-dash.dash-select-label%} </div>
<div class="text-center">
<div class="get-dash__select-section">
<label class="get-dash-select-label" for="currency">I want to buy with </label>
<select class="get-dash-select" name="currency" id="currency">
<option value="all">any</option>
{% for cur in currencies_total %}
{% for i in cur['currencies'] %}
<option
value="{{i[0]| downcase}}"
data-method="{% for x in i[1] %}{{x | replace: ' ','' | downcase}} {% endfor %}"
>
{{i[0]}}
</option>
{% endfor %}
{% endfor %}
</select>
</div>
<div class="get-dash__select-section">
<label class="get-dash-select-label" for="method">Using </label>
<select class="get-dash-select" name="method" id="method">
<option value="all" data-method="all">any</option>
{% for x in methods %}
<option value="{{x | replace: ' ','' | downcase}}" data-method="{{x | replace: ' ','' | downcase}}">
{{x}}
</option>
{% endfor %}
</select>
</div>
</div>
<table id="getDashTable" width="100%" class="get-dash-table" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th>
<label class="get-dash-select-label" for="type">{% t pages.get-dash.service-type %}</label>
<select class="get-dash-select" name="type" id="type">
<option value="all">Any</option>
<option value="exchange">Exchange</option>
<option value="broker">Broker</option>
</select>
</th>
<th>
{% t pages.get-dash.exchange-rate %}
<span class="get-dash-table__popup tooltips">
?
<span>{% t pages.get-dash.tooltip %}</span>
</span>
</th>
<th>{% t pages.get-dash.payments-method %}</th>
<th>{% t pages.get-dash.buy-dash-table %}</th>
</tr>
</thead>
<tbody>
{% for exchange in exchanges %}
{% include get-dash.html %}
{% endfor %}
<tr>
<td colspan="4" class="no-padding">
<div data-btn="show-more" class="get-dash-table__show">{% t pages.get-dash.show-more-btn %}</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section>
<div class="content">
<h2 class="bottom-space section__title">{% t pages.get-dash.exchanges-heading %}</h2>
<div class="ctabox ctabox--gray-light-bg" data-js-ctabox>
<div class="ctabox__inner">
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://poloniex.com/" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/get-dash/poloniex.png" class="ctabox__image">
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">POLONIEX</h4>
<p class="ctabox__description">Exchange market</p>
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.bitfinex.com" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/get-dash/bitfinex.png" class="ctabox__image">
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">Bitfinex</h4>
<p class="ctabox__description">Exchange market</p>
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.kraken.com" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/get-dash/kraken.png" class="ctabox__image">
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">Kraken</h4>
<p class="ctabox__description">Exchange market</p>
</div>
</a>
</article>
</div>
</div>
<div class="text-center">
<a href="{{ base }}/exchanges/" class="btn-blue">{% t pages.get-dash.full-list-btn %}</a>
</div>
</div>
</section>
<section>
<div class="content">
<h2 class="bottom-space section__title">{% t pages.buy.brokers-heading %}</h2>
<div class="row bottom-space">
<ul class="member-list member-list--merchants">
<li class="member" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="https://www.bitpanda.com/trades/buy" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/get-dash/bitpanda_logo.png" alt="bitpanda">
</a>
</div>
</div>
<div class="member__name" style="height: 35px;">Bitpanda</div>
</li>
<li class="member" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="https://changelly.com" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/get-dash/changelly.png" alt="Changelly">
</a>
</div>
</div>
<div class="member__name" style="height: 35px;">Changelly</div>
</li>
<li class="member" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="https://shapeshift.io/" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/get-dash/shapeshift.png" alt="Shapeshift">
</a>
</div>
</div>
<div class="member__name" style="height: 35px;">Shapeshift</div>
</li>
<li class="member" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="https://magneticexchange.com" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/exchanges/magneticexchange_logo.png" alt="magneticexchange">
</a>
</div>
</div>
<div class="member__name" style="height: 35px;">Magneticexchange</div>
</li>
</ul>
</div>
</div>
</section>
<section class="home-latest-news">
<div class="content ">
<div class="row">
<div class="col-sm-7 ">
<h2 class="section__title text-left">{% t pages.get-dash.otc-heading %}</h2>
{% tmd pages.get-dash.otc-text %}
<div class="text-left">
<a href="https://dashpay.atlassian.net/wiki/x/UoFNBg" target="_blank" class="btn-blue">{% t pages.get-dash.otc-btn %}</a>
</div>
</div>
<div class="col-sm-4 col-sm-push-1">
<div class="news-post">
<a href="https://www.youtube.com/watch?v=irn9m7Ewx0E" target="_blank">
<div class="news-image">
<img src="/assets/img/blog/2017-03-12-woscryptoshow.png">
</div>
<div class="news-body news-body--short">
<h3 class="news-title">Wall of Coins on The Crypto Show</h3>
</div>
</a>
</div>
<div class="news-post">
<a href="https://www.youtube.com/watch?v=bE7pxHtAiNol" target="_blank">
<div class="news-image">
<img src="/assets/img/get-dash/dash-detailed.png">
</div>
<div class="news-body news-body--short">
<h3 class="news-title">Dashous Video</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="getdash-info">
<div class="section__content">
<h2 class="section__title">Use Dash everywhere</h2>
<div class="info-grid content">
<div class="info-grid__content">
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-wallet-setup">
<div class="info-grid__item-icon">
<svg width="70" height="70" viewBox="-3 0 62 68" xmlns="http://www.w3.org/2000/svg">
<title>dash-wallet</title><g fill="none" fill-rule="evenodd"><path d="M57 35.452c.98-.003 1.58-.285 2.02-.495.012-.007.023-.01.036-.018V33.79c0-1.08-.857-1.924-1.953-1.924l-.104.004v3.58zM7.864 18.122h6.684a14.17 14.17 0 0 1-.075-1.418c0-.493.03-.978.08-1.457-.05-.48-.08-.964-.08-1.456 0-.255.026-.504.04-.757h-6.65a5.416 5.416 0 0 0-4.95 3.208c.646.783 1.995 1.882 4.95 1.882M42.523 13.79c0 .493-.03.978-.08 1.457a13.574 13.574 0 0 1 .006 2.875h6.685c2.084 0 3.972.805 5.38 2.108v-1.905c0-2.915-2.417-5.292-5.38-5.292h-6.65c.014.253.038.502.038.758" fill="#EEE"/><path d="M33.917 18.122h6.02c.06-.466.102-.938.102-1.418 0-6.258-5.178-11.35-11.54-11.35-6.364 0-11.543 5.092-11.543 11.35 0 .48.04.952.1 1.418h7.893" fill="#F7F9FA"/><path d="M27.554 18.122h3.476" fill="#1E75BB"/><path d="M51.834 61.293A4.156 4.156 0 0 1 48.2 63.42h-.49a.82.82 0 0 1-.828-.814c0-.45.37-.815.827-.815h.49c.906 0 1.743-.49 2.182-1.278a.833.833 0 0 1 1.123-.324c.402.217.548.71.33 1.105zm-8.177 2.127H39.61a.82.82 0 0 1-.83-.814c0-.45.372-.815.83-.815h4.047c.456 0 .827.366.827.816 0 .45-.37.814-.827.814zm-8.092 0H31.52a.82.82 0 0 1-.827-.814c0-.45.37-.815.828-.815h4.045c.456 0 .828.366.828.816 0 .45-.372.814-.828.814zm-8.085 0h-4.043a.82.82 0 0 1-.828-.814c0-.45.37-.815.827-.815h4.043a.82.82 0 0 1 .827.816.82.82 0 0 1-.827.814zm-8.087 0h-4.04a.82.82 0 0 1-.83-.814c0-.45.37-.815.83-.815h4.04a.82.82 0 0 1 .828.816.82.82 0 0 1-.827.814zm-8.086 0H7.26a.82.82 0 0 1-.826-.814c0-.45.37-.815.827-.815h4.047c.456 0 .828.366.828.816 0 .45-.372.814-.828.814zM7.35 22.72h4.043a.82.82 0 0 1 .828.813.82.82 0 0 1-.827.814H7.35a.82.82 0 0 1-.83-.814c0-.45.373-.814.83-.814zm8.086 0h4.043a.82.82 0 0 1 .826.813.82.82 0 0 1-.827.814h-4.044a.82.82 0 0 1-.828-.814.82.82 0 0 1 .828-.814zm8.086 0h4.043a.82.82 0 0 1 .827.813.82.82 0 0 1-.827.814h-4.043a.82.82 0 0 1-.827-.814c0-.45.37-.814.827-.814zm8.085 0h4.042a.82.82 0 0 1 .827.813.82.82 0 0 1-.828.814h-4.043a.82.82 0 0 1-.83-.814c0-.45.373-.814.83-.814zm12.13 0a.82.82 0 0 1 .828.813.82.82 0 0 1-.828.814h-4.044a.82.82 0 0 1-.828-.814c0-.45.37-.814.828-.814h4.044zm4.05 0h.414c1.554 0 2.963.847 3.682 2.21a.81.81 0 0 1-.357 1.098.843.843 0 0 1-.38.09.83.83 0 0 1-.736-.44 2.486 2.486 0 0 0-2.21-1.33h-.412a.82.82 0 0 1-.828-.815c0-.45.372-.814.828-.814zm4.554 6.494v3.97c0 .45-.37.814-.827.814a.82.82 0 0 1-.83-.814v-3.97c0-.45.372-.814.83-.814.456 0 .828.365.828.814zM50.685 53.03c0-.448.37-.814.83-.814.455 0 .827.366.827.814V57c0 .45-.37.814-.827.814a.82.82 0 0 1-.83-.813v-3.97zm3.83-.514v-1.832H39.877c-2.51 0-4.552-2.01-4.552-4.478V39.93c0-2.468 2.043-4.477 4.552-4.477h14.64v-9.598c0-2.914-2.418-5.292-5.382-5.292H7.864c-2.533 0-4.238-.66-5.38-1.417v3.214c.25.098.575.198.977.268.45.078.75.5.67.943a.823.823 0 0 1-.813.675 6.176 6.176 0 0 1-.834-.172v35.973c0 .424.056.835.152 1.23.292.073.615.153.946.228.446.1.724.537.622.976a.815.815 0 0 1-.727.618 5.403 5.403 0 0 0 4.39 2.24h41.27c2.963 0 5.38-2.378 5.38-5.292v-7.53z" fill="#F7F9FA"/><path d="M51.505 60.188a.835.835 0 0 0-1.123.324 2.495 2.495 0 0 1-2.18 1.28h-.492a.82.82 0 0 0-.828.814c0 .45.37.814.828.814h.49c1.51 0 2.904-.815 3.634-2.127a.807.807 0 0 0-.33-1.105M43.657 61.79H39.61a.822.822 0 0 0-.83.816c0 .45.37.814.83.814h4.047a.822.822 0 0 0 .827-.814c0-.45-.37-.815-.827-.815M11.306 61.79H7.26a.822.822 0 0 0-.827.816c0 .45.37.814.827.814h4.046a.822.822 0 0 0 .828-.814c0-.45-.372-.815-.828-.815M35.565 61.79H31.52a.822.822 0 0 0-.826.816c0 .45.37.814.827.814h4.045a.822.822 0 0 0 .828-.814c0-.45-.37-.815-.828-.815M19.393 61.79H15.35a.822.822 0 0 0-.828.816c0 .45.37.814.828.814h4.043c.458 0 .83-.365.83-.814 0-.45-.372-.815-.83-.815M27.48 61.79h-4.043a.822.822 0 0 0-.828.816c0 .45.37.814.827.814h4.043a.82.82 0 0 0 .827-.814.82.82 0 0 0-.827-.815M47.788 24.347h.413c.93 0 1.778.51 2.21 1.33.147.28.436.44.736.44a.83.83 0 0 0 .38-.09.81.81 0 0 0 .355-1.097 4.14 4.14 0 0 0-3.68-2.21h-.412a.82.82 0 0 0-.827.813c0 .45.372.814.828.814M7.35 24.347h4.043a.82.82 0 0 0 .828-.814.82.82 0 0 0-.827-.813H7.35a.82.82 0 0 0-.83.813c0 .45.373.814.83.814M50.683 29.214v3.97c0 .45.372.814.83.814a.822.822 0 0 0 .827-.814v-3.97c0-.45-.37-.814-.828-.814a.822.822 0 0 0-.83.814M15.436 24.347h4.042a.82.82 0 0 0 .828-.814.82.82 0 0 0-.828-.813h-4.042a.82.82 0 0 0-.828.813c0 .45.372.814.828.814M51.512 57.814A.822.822 0 0 0 52.34 57v-3.97c0-.45-.37-.814-.828-.814a.822.822 0 0 0-.83.814V57c0 .45.373.814.83.814M31.606 24.347h4.042a.82.82 0 0 0 .828-.814.82.82 0 0 0-.828-.813h-4.042a.82.82 0 0 0-.83.813c0 .45.373.814.83.814M23.52 24.347h4.044a.82.82 0 0 0 .827-.814.82.82 0 0 0-.826-.813H23.52a.82.82 0 0 0-.826.813c0 .45.37.814.827.814M39.692 22.72a.82.82 0 0 0-.828.813c0 .45.372.814.828.814h4.047a.82.82 0 0 0 .826-.814.82.82 0 0 0-.827-.813H39.69z" fill="#353535"/><path d="M44.012 46.363c-1.847 0-3.352-1.478-3.352-3.296 0-1.816 1.505-3.294 3.352-3.294 1.848 0 3.352 1.478 3.352 3.294 0 1.818-1.504 3.296-3.352 3.296zm12.973 1.878c1.143 0 2.07-.91 2.07-2.034v-8.623a6.823 6.823 0 0 1-2.07.312h-17.11c-1.14 0-2.07.913-2.07 2.036v6.276c0 1.123.93 2.035 2.07 2.035h17.11z" fill="#F9F9F9"/><path d="M45.565 43.068c0-.84-.697-1.525-1.552-1.525-.855 0-1.55.684-1.55 1.525 0 .84.695 1.526 1.55 1.526.855 0 1.552-.685 1.552-1.526" fill="#F9F9F9"/><path d="M42.46 43.068c0-.84.697-1.525 1.552-1.525.855 0 1.553.684 1.553 1.525 0 .84-.698 1.526-1.553 1.526s-1.55-.685-1.55-1.526m4.902 0c0-1.817-1.505-3.295-3.352-3.295s-3.352 1.478-3.352 3.295c0 1.818 1.505 3.296 3.352 3.296s3.352-1.478 3.352-3.296" fill="#353535"/><path d="M24.95 18.122h-7.893c-.06-.466-.1-.938-.1-1.418 0-6.258 5.178-11.35 11.542-11.35 6.362 0 11.54 5.092 11.54 11.35 0 .48-.04.952-.1 1.418H24.948zm14.926 30.12c-1.142 0-2.07-.912-2.07-2.036V39.93c0-1.122.928-2.034 2.07-2.034h17.11a6.82 6.82 0 0 0 2.07-.313v8.623c0 1.124-.93 2.035-2.07 2.035h-17.11zm19.18-14.45v1.147c-.01.006-.025.01-.037.017-.44.21-1.04.492-2.02.495v-3.58l.103-.003c1.095 0 1.953.843 1.953 1.922zm-4.54-15.467v1.905a7.895 7.895 0 0 0-5.382-2.108H42.45a13.783 13.783 0 0 0-.007-2.875c.05-.48.08-.964.08-1.456 0-.255-.025-.504-.038-.757h6.65c2.962 0 5.38 2.377 5.38 5.292zM22.57 4.082c.276-.168.59-.284.897-.435a5.89 5.89 0 0 1 .97-.384l1.037-.32c.36-.07.725-.138 1.095-.206.365-.084.745-.09 1.123-.116l.568-.034c.107-.004.168-.018.312-.01l.275.013 1.105.072c.37.032.753.13 1.125.19.764.1 1.433.414 2.116.614.635.318 1.287.553 1.813.938l.79.51c.246.177.465.374.682.55.213.18.433.336.612.518.17.188.335.367.49.533.31.326.567.624.742.896l.577.83-.7-.726c-.207-.245-.494-.505-.84-.784-.33-.293-.712-.607-1.167-.906-.224-.152-.447-.325-.694-.48-.26-.135-.523-.28-.794-.425-.136-.076-.274-.15-.414-.226-.146-.058-.295-.118-.447-.177-.298-.124-.6-.252-.913-.38-.647-.166-1.306-.424-1.993-.51-.345-.05-.674-.14-1.04-.167l-1.103-.058-.277-.02c-.04-.004-.165.007-.243.01l-.534.028c-.356.02-.713.02-1.058.096-.35.053-.693.106-1.035.16l-.986.268c-.33.072-.633.205-.938.317-.3.12-.61.21-.882.35-.546.287-1.092.517-1.53.836-.458.293-.878.562-1.21.846-.35.27-.663.504-.882.742-.467.443-.734.693-.734.693s.224-.288.615-.798c.186-.262.468-.534.79-.858.163-.157.326-.338.52-.508l.634-.49c.43-.366.973-.65 1.523-.992zm-14.706 8.95h6.65c-.015.254-.04.503-.04.76 0 .49.03.976.08 1.455-.05.48-.08.964-.08 1.457 0 .478.026.95.074 1.418H7.864c-2.956 0-4.305-1.1-4.95-1.88a5.414 5.414 0 0 1 4.95-3.21zm46.65 47.014c0 2.914-2.417 5.29-5.38 5.29H7.864A5.4 5.4 0 0 1 3.476 63.1a.818.818 0 0 0 .726-.62.814.814 0 0 0-.62-.974c-.332-.076-.656-.155-.946-.228a5.232 5.232 0 0 1-.152-1.23V24.073c.21.06.436.115.688.158a.825.825 0 0 0 .96-.66.817.817 0 0 0-.672-.942 5.015 5.015 0 0 1-.976-.268v-3.214c1.14.757 2.847 1.417 5.38 1.417h41.27c2.963 0 5.38 2.378 5.38 5.293v9.597H39.877c-2.51 0-4.553 2.01-4.553 4.477v6.276c0 2.47 2.043 4.477 4.553 4.477h14.64v9.363zm2.59-30.62l-.105.004V18.326c0-4.26-3.528-7.735-7.866-7.735h-7.007C40.653 4.528 35.11 0 28.5 0c-6.613 0-12.157 4.527-13.63 10.59H7.864c-3.146 0-5.87 1.833-7.12 4.46-.48.994-.744 2.102-.744 3.275v41.72c0 4.267 3.526 7.735 7.864 7.735h41.27c4.33 0 7.865-3.468 7.865-7.734v-9.363c2.503-.007 4.54-2.013 4.54-4.477V33.792c0-2.407-1.99-4.366-4.437-4.366z" fill="#555"/><path d="M21.046 5.072c-.22.173-.433.337-.635.492-.19.17-.354.35-.518.508-.322.324-.603.596-.788.857l-.616.797s.267-.25.734-.693c.22-.238.533-.472.88-.74.334-.286.754-.554 1.212-.847.438-.32.984-.55 1.53-.837.273-.14.582-.23.882-.35.304-.11.607-.244.938-.315l.986-.268 1.034-.162c.345-.076.703-.075 1.058-.096l.535-.028c.078-.003.202-.014.243-.01l.276.02 1.106.058c.364.028.693.116 1.037.168.686.084 1.344.342 1.992.51.312.127.615.255.913.38.152.058.3.117.447.176.14.074.278.15.414.224.27.147.535.29.794.428.246.152.47.327.694.478.453.3.836.613 1.167.906.346.28.633.54.84.783l.7.727-.578-.83c-.175-.27-.432-.568-.743-.895a68.89 68.89 0 0 1-.49-.533c-.18-.18-.398-.337-.612-.52-.216-.175-.436-.372-.68-.548l-.792-.51c-.526-.385-1.178-.62-1.813-.938-.682-.2-1.352-.514-2.116-.613-.372-.06-.756-.16-1.126-.19l-1.103-.075-.275-.013c-.144-.008-.204.007-.31.01l-.57.036c-.377.028-.757.033-1.124.117-.37.07-.734.137-1.094.206l-1.035.32a5.896 5.896 0 0 0-.973.384c-.308.15-.62.267-.898.434-.55.345-1.094.627-1.524.992" fill="#F4FAFF"/><path d="M26.442 14.564h-5.938c-.337.684-.535 1.508-.832 2.23h5.975c.274-.735.526-1.492.795-2.23" fill="#658CAD"/><path d="M30.876 18.028h3.532c.247-.617.474-1.43.734-2.2.314-.942.682-1.873.868-2.64.305-1.25-.488-2.14-1.512-2.27h-11.27c-.268.792-.514 1.603-.795 2.38 3.227.062 6.72.062 9.946 0-.38 1.547-1.056 3.12-1.504 4.73z" fill="#658CAD"/></g>
</svg>
</div>
<h3 class="info-grid__item-title">{% t pages.get-dash.setup-heading %}</h3>
<p class="info-grid__item-text">{% t pages.get-dash.setup-text %}</p>
<a href="{% t pages.get-dash.setup-link %}" target="_blank" class="info-grid__item-link">{% t pages.get-dash.setup-btn %}</a>
</article>
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-buy">
<div class="info-grid__item-icon">
<svg width="61" height="61" viewBox="0 0 61 61" xmlns="http://www.w3.org/2000/svg"><title>dash-exchange</title><g fill="none" fill-rule="evenodd"><path d="M37.45 17.32c0 .948.448 1.448 1.716 1.913l.32.116v-3.714l-.265.033c-1.46.18-1.77 1-1.77 1.65" fill="#FFF"/><path d="M39.564 5.92c8.354.226 14.815 6.728 15.04 15.13.033 1.204-1.822 1.2-1.853 0-.197-7.377-5.85-13.066-13.186-13.263-1.193-.033-1.197-1.897 0-1.866M22.42 18.186c6.627 0 12.538 3.116 16.378 7.964.134.035.267.08.406.11l.284.055V22.22l-.087-.026c-3.51-.956-4.78-2.203-4.78-4.623 0-2.345 1.738-3.98 4.54-4.27l.107-.01.106.01v-1.32h1.883v1.36l.1.014c1.496.188 2.783.682 4.03 1.513l-1.28 2.25c-.894-.58-1.81-1.005-2.663-1.236l-.3-.08v3.96l.084.022c3.455.938 4.828 2.283 4.828 4.67 0 2.355-1.76 4-4.59 4.293l-.105.014-.104.01v1.293a21.022 21.022 0 0 1 2.078 8.553c8.048-1.747 14.098-8.956 14.098-17.565 0-9.91-8.016-17.972-17.868-17.972-8.885 0-16.255 6.564-17.62 15.12.16-.004.317-.013.476-.013" fill="#FFF"/><path d="M43.224 24.68c0-.935-.494-1.483-1.762-1.958l-.32-.12v3.816l.27-.043c1.5-.227 1.812-1.047 1.812-1.695" fill="#FFF"/><path d="M41.142 26.418v-3.815l.32.12c1.267.475 1.76 1.022 1.76 1.957 0 .648-.31 1.468-1.807 1.695l-.273.043zm-1.655-7.07l-.32-.116c-1.268-.464-1.717-.964-1.717-1.91 0-.652.31-1.472 1.77-1.653l.267-.034v3.713zm.076-16.27c9.853 0 17.87 8.063 17.87 17.973 0 8.61-6.05 15.82-14.1 17.565a20.993 20.993 0 0 0-2.078-8.552V28.77l.105-.01.106-.015c2.83-.292 4.59-1.938 4.59-4.294 0-2.384-1.374-3.73-4.828-4.668l-.086-.023V15.8l.3.08c.853.23 1.77.657 2.666 1.237l1.277-2.25c-1.245-.83-2.534-1.324-4.03-1.513l-.1-.016v-1.36h-1.882v1.32l-.106-.01-.108.01c-2.802.293-4.54 1.928-4.54 4.273 0 2.42 1.27 3.668 4.78 4.624l.087.025v4.096l-.283-.057c-.138-.03-.272-.075-.407-.11-3.838-4.85-9.75-7.965-16.377-7.965-.158 0-.317.01-.477.013 1.368-8.556 8.736-15.12 17.62-15.12zM22.42 57.21c-9.853 0-17.866-8.063-17.866-17.973 0-9.91 8.013-17.975 17.866-17.975 9.854 0 17.87 8.064 17.87 17.975 0 9.91-8.016 17.973-17.87 17.973zm38.074-36.16C60.494 9.445 51.104 0 39.564 0 28.88 0 20.047 8.096 18.793 18.51c-9.817 1.73-17.3 10.362-17.3 20.727 0 11.61 9.386 21.052 20.926 21.052 10.683 0 19.518-8.096 20.77-18.51 9.817-1.732 17.304-10.364 17.304-20.73z" fill="#555"/><path d="M39.564 7.787c7.336.198 12.99 5.886 13.187 13.265.032 1.198 1.887 1.202 1.854 0-.225-8.403-6.686-14.905-15.04-15.13-1.197-.032-1.193 1.832 0 1.865" fill="#555"/><path d="M22.42 54.367c-8.354-.228-14.815-6.728-15.04-15.13-.033-1.205 1.823-1.2 1.854 0 .197 7.377 5.85 13.066 13.187 13.264 1.193.034 1.198 1.898 0 1.867m0-30.26c8.356.225 14.817 6.726 15.042 15.13.033 1.202-1.823 1.198-1.854 0-.198-7.38-5.852-13.067-13.187-13.267-1.19-.03-1.197-1.897 0-1.864m17.868 15.13c0-9.91-8.014-17.974-17.867-17.974-9.852 0-17.867 8.064-17.867 17.974S12.568 57.21 22.42 57.21c9.854 0 17.868-8.063 17.868-17.974" fill="#FFF"/><path d="M22.42 52.5c-7.335-.197-12.99-5.885-13.187-13.264-.03-1.2-1.885-1.204-1.852 0 .226 8.403 6.687 14.903 15.04 15.13 1.2.032 1.193-1.832 0-1.866M22.42 25.97c7.336.2 12.99 5.887 13.188 13.266.03 1.2 1.886 1.203 1.853 0-.224-8.403-6.685-14.904-15.04-15.13-1.197-.033-1.192 1.833 0 1.864M9.67 7.758l.417 1.214c.203.596.71.695 1.127.22l3.557-4.058c.417-.473.25-.96-.37-1.08L9.094 3.022c-.62-.12-.96.268-.755.862l.407 1.185C3.757 7.024.522 11.28.008 16.63c-.178 1.835 2.688 1.818 2.864 0 .39-4.048 3.003-7.42 6.797-8.872M59.992 46.37c.177-1.835-2.69-1.818-2.864 0-.39 4.048-3.003 7.42-6.796 8.873l-.418-1.215c-.204-.595-.71-.695-1.127-.222l-3.558 4.06c-.417.473-.25.96.37 1.08l5.306 1.032c.62.12.96-.268.756-.863l-.408-1.184c4.99-1.955 8.223-6.21 8.738-11.56" fill="#555"/><path d="M15.938 32.76h13.626c1.238.16 2.196 1.26 1.83 2.805-.226.948-.67 2.1-1.052 3.264-.385 1.173-.71 2.448-1.096 3.218-.547 1.085-1.89 2.35-3.52 2.484-2.116.177-4.5 0-6.814 0-2.336 0-4.63.04-6.767-.045.298-.987.6-1.972.96-2.896h12.07c.54-2.003 1.365-3.963 1.83-5.888-3.902.076-8.125.076-12.026 0 .34-.96.636-1.964.958-2.943" fill="#658CAD"/><path d="M12.646 37.267h7.18c-.326.914-.63 1.85-.96 2.76H11.64c.36-.895.6-1.913 1.006-2.76" fill="#658CAD"/></g></svg>
</div>
<h3 class="info-grid__item-title">{% t pages.get-dash.buy-heading %}</h3>
<p class="info-grid__item-text">{% t pages.get-dash.buy-text %}</p>
<a href="{% t pages.get-dash.buy-link %}" target="_blank" class="info-grid__item-link">{% t pages.get-dash.buy-btn %}</a>
</article>
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-trade">
<div class="info-grid__item-icon">
<svg width="62" height="50" viewBox="0 0 62 50" xmlns="http://www.w3.org/2000/svg"><title>dash-trading</title><g fill="none" fill-rule="evenodd"><path d="M3.493 34.104h54.273V3.544H3.493v30.56zm31.05 4.738h-9.367a.66.66 0 0 1-.653-.662v-.393a.66.66 0 0 1 .653-.66h9.368a.66.66 0 0 1 .65.66v.393a.66.66 0 0 1-.65.662zM59.514 0H1.746C.787 0 0 .8 0 1.773V40.31c0 .97.786 1.77 1.747 1.77h23.605v3.747h-7.12c-.362 0-.726.29-.81.646l-.565 2.362c-.085.355.14.644.5.644h24.914c.362 0 .587-.29.5-.645l-.564-2.362c-.084-.355-.45-.646-.808-.646h-7.12V42.08H59.51c.96 0 1.745-.8 1.745-1.77V1.772C61.257.8 60.47 0 59.512 0z" fill="#555"/><path d="M7.93 16.85h3.494v12.914h3.49V19.71h3.493v10.054H21.9V16.846h3.492v12.918h3.49v-9.61h3.494v9.61h3.49V15.74h3.493v14.024h3.49v-16.46h3.492v16.46h3.494v-19.12h3.49v20.52H7.93V16.852zm1.228-5.02l7.498 3.38 7.037-3.272 6.85 4.053 6.725-5.614 7.113-.602 7.726-3.41.697 1.626-7.99 3.525-6.856.58-7.243 6.046-7.118-4.208-6.93 3.223L8.45 13.45l.708-1.62zM3.492 34.104h54.273V3.545H3.492v30.56zM35.195 38.18v-.392a.66.66 0 0 0-.65-.663h-9.37a.66.66 0 0 0-.652.663v.39a.66.66 0 0 0 .653.664h9.368c.358 0 .65-.3.65-.663M57.63 37.992c0-.81-.645-1.464-1.442-1.464-.8 0-1.447.653-1.447 1.464 0 .81.647 1.465 1.448 1.465.797 0 1.443-.655 1.443-1.465" fill="#FFF"/><path fill="#658CAD" d="M23.596 13.932l7.118 4.21 7.243-6.046 6.855-.58 7.99-3.526-.696-1.625-7.724 3.41-7.114.6-6.724 5.616-6.85-4.052-7.038 3.273-7.498-3.38-.71 1.618 8.218 3.707z"/><path fill="#555" d="M11.423 31.165h41.904v-20.52h-3.492v19.12h-3.492v-16.46H42.85v16.46h-3.49V15.738h-3.493v14.024h-3.492v-9.61h-3.492v9.61H25.39V16.846H21.9v12.918h-3.494V19.71h-3.49v10.054h-3.493V16.85H7.93v14.315h.728z"/></g></svg>
</div>
<h3 class="info-grid__item-title">{% t pages.get-dash.trade-heading %}</h3>
<p class="info-grid__item-text">{% t pages.get-dash.trade-text %}</p>
<a href="{% t pages.get-dash.trade-link %}" target="_blank" class="info-grid__item-link">{% t pages.get-dash.trade-btn %}</a>
</article>
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-atm">
<div class="info-grid__item-icon">
<svg width="50" height="37" viewBox="0 0 50 37" xmlns="http://www.w3.org/2000/svg"><title>dash-coin</title><g fill="none" fill-rule="evenodd"><path d="M17.183 27.845a36.85 36.85 0 0 1-3.96-.94v5.155c1.24.36 2.566.66 3.96.9v-5.115zM10.493 25.958c-1.17-.47-2.268-.99-3.275-1.567v5.11a21.252 21.252 0 0 0 3.275 1.63v-5.172zM4.488 22.523a15.22 15.22 0 0 1-1.855-1.784v2.24c0 1.543.663 3 1.855 4.31v-4.767zM24.024 28.51a44.614 44.614 0 0 1-4.11-.264v5.086c1.326.14 2.7.225 4.11.25v-5.07zM34.21 27.53v5.127a33.826 33.826 0 0 0 3.457-.92v-5.164a34.81 34.81 0 0 1-3.456.957M47.2 20.74c-.357.412-.75.81-1.173 1.198v4.505c.76-1.08 1.174-2.244 1.174-3.462v-2.24zM43.297 23.984a24.83 24.83 0 0 1-2.9 1.527v5.167a18.723 18.723 0 0 0 2.9-1.622v-5.07zM31.482 28.04c-1.52.228-3.1.378-4.728.443v5.073c1.636-.06 3.22-.2 4.728-.415v-5.1zM24.918 25.757c12.028 0 22.188-5.265 22.188-11.494 0-6.233-10.16-11.498-22.188-11.498-12.028 0-22.19 5.265-22.19 11.498 0 6.23 10.162 11.494 22.19 11.494" fill="#FFF"/><path d="M46.026 21.938c.424-.387.816-.786 1.175-1.198v2.24c0 1.22-.415 2.382-1.174 3.463v-4.505zm-5.63 8.74V25.51a24.543 24.543 0 0 0 2.9-1.526v5.07c-.85.59-1.82 1.132-2.9 1.623zm-13.642-2.195c1.63-.065 3.21-.215 4.728-.443v5.102a46.23 46.23 0 0 1-4.728.414v-5.073zm-6.84-.237c1.33.15 2.706.238 4.11.265v5.073a47.725 47.725 0 0 1-4.11-.25v-5.087zm-6.69-1.34c1.256.376 2.58.69 3.96.94v5.114a36.468 36.468 0 0 1-3.96-.9v-5.154zM7.217 24.39a26.105 26.105 0 0 0 3.276 1.568v5.17a20.968 20.968 0 0 1-3.276-1.63v-5.107zm26.993 8.267V27.53c1.204-.27 2.36-.59 3.458-.957v5.163c-1.083.353-2.24.662-3.457.92zM2.73 14.264c0-6.234 10.16-11.5 22.187-11.5 12.03 0 22.19 5.266 22.19 11.5 0 6.228-10.16 11.493-22.19 11.493-12.027 0-22.188-5.265-22.188-11.494zm-.097 6.475c.545.623 1.164 1.218 1.855 1.783v4.766c-1.192-1.31-1.855-2.766-1.855-4.31v-2.24zm47.204-6.476C49.837 6.264 38.89 0 24.917 0 10.945 0 0 6.264 0 14.264c0 .42.037.833.095 1.243v7.474c0 7.875 10.44 13.59 24.822 13.59 14.383 0 24.824-5.715 24.824-13.59v-7.473c.06-.41.097-.824.097-1.243z" fill="#555"/><path d="M17.427 7.272h17.45c1.598.17 2.893 1.325 2.517 2.947-.23.995-.726 2.206-1.142 3.427-.42 1.234-.757 2.573-1.204 3.382-.633 1.138-2.273 2.466-4.355 2.608-2.7.187-5.764 0-8.726 0-2.992 0-5.927.04-8.67-.047.32-1.035.647-2.07 1.048-3.042h15.46c.568-2.104 1.503-4.163 1.977-6.185-4.992.08-10.4.08-15.4 0 .375-1.01.693-2.063 1.045-3.09" fill="#658CAD"/><path d="M13.49 12.007h9.196c-.36.96-.693 1.942-1.06 2.898h-9.25c.404-.94.647-2.008 1.115-2.898" fill="#658CAD"/></g></svg>
</div>
<h3 class="info-grid__item-title">{% t pages.get-dash.atm-heading %}</h3>
<p class="info-grid__item-text">{% t pages.get-dash.atm-text %}</p>
<a href="{% t pages.get-dash.atm-link %}" target="_blank" class="info-grid__item-link">{% t pages.get-dash.atm-btn %}</a>
</article>
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-shop">
<div class="info-grid__item-icon">
<svg width="55" height="56" viewBox="0 0 55 56" xmlns="http://www.w3.org/2000/svg"><title>dash-cart</title><g fill="none" fill-rule="evenodd"><path fill="#FFF" d="M44.888 52.836l2.194-20.845H8.412l2.194 20.846z"/><path d="M46.725 52.836c.277 0 .563-.26.592-.536l2.093-20.31h-2.33l-2.193 20.846h1.838zM9.364 52.836h1.243L8.413 31.99h-2.49l2.788 20.274c.04.288.365.572.654.572" fill="#FFF"/><path fill="#FFF" d="M8.115 51.426h39.98v-1.89H8.115zM22.354 8.978l4.867 6.19h4.22l-7.952-10.11zM6.423 22.017L6.03 18.57l-2 3.447zM8.93 22.017h11.322l-3.418-4.35h-8.4zM48.85 22.017h2.022l-1.66-3.158zM27 17.668l3.42 4.35h15.924l.497-4.35zM49.12 24.517H32.386l.597.76a2.85 2.85 0 0 1-.467 3.99l-.285.223H49.12v-4.973zM5.264 29.49H26.13l-3.91-4.973H5.263zM51.827 24.517H49.12v4.973h2.707c.224 0 .415-.19.415-.417v-4.14a.422.422 0 0 0-.415-.416"/><path d="M2.906 29.49h2.358v-4.973H2.906a.422.422 0 0 0-.415.417v4.14c0 .226.192.416.416.416" fill="#FFF"/><path d="M6.423 22.017H4.03l2-3.447.393 3.447zm13.83 0H8.93l-.497-4.35h8.402l3.418 4.35zm6.97-6.85l-4.87-6.19 1.134-3.92 7.953 10.11h-4.217zm19.617 2.5l-.497 4.35H30.42L27 17.667h19.84zm2.01 4.35l.362-3.158 1.66 3.157h-2.02zM8.413 31.99h41L47.318 52.3c-.028.274-.317.535-.592.535H9.365c-.292 0-.616-.284-.655-.57L5.923 31.99h2.49zm-5.92-7.056c0-.227.19-.417.415-.417h19.311l3.912 4.973H2.907a.422.422 0 0 1-.416-.417v-4.14zm49.75 0v4.14a.42.42 0 0 1-.415.416H32.232l.284-.224a2.85 2.85 0 0 0 .468-3.988l-.6-.76H51.83a.42.42 0 0 1 .413.416zM18.276 3.282l1.488-1.214-1.975 6.057-1.724 1.362 2.21-6.205zm-2.34 8.663L17.76 10.5a.48.48 0 0 1 .302-.103.49.49 0 0 1 .39.184L31.15 26.73c.11.138.112.288.102.365a.482.482 0 0 1-.18.33l-1.827 1.445a.482.482 0 0 1-.302.104.49.49 0 0 1-.39-.185l-12.7-16.15a.504.504 0 0 1 .083-.695zm38.466 11.668a2.694 2.694 0 0 0-.255-.74l-2.938-5.57c-.646-1.216-2.165-2.135-3.54-2.135H34.414L23.335 1.078A2.813 2.813 0 0 0 21.113 0c-.633 0-1.256.217-1.75.61l-1.827 1.444a2.82 2.82 0 0 0-.825 1.094l-.016.01-3.026 8.003.015-.006a2.846 2.846 0 0 0 .338 2.938l.848 1.076h-7.37c-1.356 0-2.89.886-3.575 2.063L.66 22.865a2.73 2.73 0 0 0-.27.638c-.24.425-.39.91-.39 1.432v4.14a2.916 2.916 0 0 0 2.907 2.916h.502L6.24 52.606c.21 1.53 1.583 2.728 3.122 2.728h37.362c1.56 0 2.91-1.22 3.07-2.778l2.12-20.575a2.91 2.91 0 0 0 2.816-2.907v-4.14c0-.477-.126-.922-.33-1.32z" fill="#555"/><path d="M30.096 26.625c0 .69-.558 1.252-1.247 1.252a1.25 1.25 0 0 1-1.25-1.252 1.25 1.25 0 0 1 2.496 0zm-1.544 2.164a.49.49 0 0 0 .39.185c.077 0 .194-.02.304-.105l1.825-1.445a.487.487 0 0 0 .182-.33.487.487 0 0 0-.1-.366L18.454 10.58a.49.49 0 0 0-.39-.183.487.487 0 0 0-.305.103l-1.825 1.445a.505.505 0 0 0-.08.696l12.697 16.15z" fill="#FFF"/><path d="M28.848 25.373c-.688 0-1.246.56-1.246 1.25 0 .692.558 1.255 1.246 1.255a1.25 1.25 0 0 0 1.247-1.254c0-.692-.56-1.25-1.247-1.25" fill="#555"/><path fill="#FFF" d="M16.065 9.487l1.724-1.362 1.976-6.056-1.49 1.212z"/><path d="M23.153 35.332h11.93c1.085.14 1.924 1.103 1.602 2.452-.198.83-.586 1.836-.92 2.85-.338 1.028-.622 2.14-.96 2.815-.48.946-1.654 2.05-3.084 2.17-1.85.154-3.94 0-5.964 0-2.045 0-4.054.033-5.926-.04.26-.863.526-1.724.84-2.53l10.57-.002c.473-1.75 1.196-3.462 1.6-5.145a274.97 274.97 0 0 1-10.528 0c.3-.84.558-1.716.84-2.57" fill="#658CAD"/><path d="M26.556 39.27c-.285.8-.552 1.616-.84 2.412H19.39c.315-.78.523-1.67.88-2.41h6.286z" fill="#658CAD"/></g></svg>
</div>
<h3 class="info-grid__item-title">{% t pages.get-dash.shop-heading %}</h3>
<p class="info-grid__item-text">{% t pages.get-dash.shop-text %}</p>
<a href="{% t pages.get-dash.shop-link %}" target="_blank" class="info-grid__item-link">{% t pages.get-dash.shop-btn %}</a>
</article>
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-visa">
<div class="info-grid__item-icon">
<svg width="56" height="59" viewBox="0 0 56 59" xmlns="http://www.w3.org/2000/svg"><title>dash-label</title><g fill="none" fill-rule="evenodd"><path d="M53.854 11.17l-7.328-1.433-2.385-.47c-.548-2.49-2.382-6.72-3.805-8.778C39.52-.7 36.798.5 37.615 1.68c1.052 1.533 2.69 5.146 3.194 6.985.692 2.47.926 5.11.916 7.648l.003.366c-.015 1.09-.407 4.59-.69 5.688-.342 1.37 2.434 2.013 2.965.575.296-.777.836-4.322.86-5.203.05.036.1.08.153.125a5.79 5.79 0 0 1 1.82 4.598l-.004.027c-.013.14-.023.28-.043.427-.465 3.178-3.438 5.387-6.66 4.928-3.212-.46-5.443-3.41-4.98-6.59a5.763 5.763 0 0 1 2.5-3.96c.347-.243.582-.352.92-.51.046-2.608-.193-5.86-1.178-8.746-1.212-.232-2.72.136-3.7.87L.892 33.144A2.225 2.225 0 0 0 .44 36.25l16.216 21.43c.734.96 2.15 1.163 3.13.447l32.252-23.83c.984-.735 1.89-2.326 2.022-3.54L55.828 13.8c.128-1.213-.762-2.404-1.974-2.633" fill="#555"/><path d="M23.162 27.712l8.92 10.335c.69 1.043.477 2.48-.94 3.195-.87.44-2.04.846-3.175 1.306-1.147.463-2.33 1.04-3.17 1.242-1.185.284-3.027.08-4.198-1.07-1.52-1.49-2.947-3.413-4.46-5.168-1.53-1.772-3.062-3.486-4.398-5.162.947-.41 1.896-.814 2.835-1.138l7.903 9.155c1.88-.88 3.914-1.517 5.684-2.407a316.18 316.18 0 0 1-7.872-9.12c.954-.36 1.914-.783 2.87-1.168" fill="#FFF"/><path d="M18.115 28.606l4.7 5.445c-.91.343-1.82.714-2.73 1.05l-4.73-5.48c.917-.302 1.85-.777 2.76-1.014" fill="#FFF"/></g></svg>
</div>
<h3 class="info-grid__item-title">{% t pages.get-dash.visa-heading %}</h3>
<p class="info-grid__item-text">{% t pages.get-dash.visa-text %}</p>
<a href="{% t pages.get-dash.visa-link %}" target="_blank" class="info-grid__item-link">{% t pages.get-dash.visa-btn %}</a>
</article>
</div>
</div>
</div>
</section>
</div>