2020-04-09 10:46:42 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="<%= I18n.locale.to_s %>" class="orbit">
|
|
|
|
<head>
|
|
|
|
<%= render_partial("head") %>
|
|
|
|
</head>
|
|
|
|
<body class="page-home">
|
|
|
|
<%= render_orbit_bar %>
|
|
|
|
<div class="background" data-pp="100"></div>
|
|
|
|
<%= render_header %>
|
|
|
|
<section class="layout-slide no-print single-child-datapp" data-pp="300"></section>
|
|
|
|
<div class="layout-content">
|
|
|
|
<a id="accesskey_content" accesskey="C" href="/<%= "#{locale.to_s}" %>/accesskey" title="Content">:::</a>
|
|
|
|
<div class="layout-content-inner container">
|
|
|
|
<section class="body-banner" data-pp="6"></section>
|
|
|
|
<div class="row">
|
|
|
|
<section class="layout-content-box col-sm-8" data-pp="7"></section>
|
|
|
|
<section class="layout-content-box col-sm-4" data-pp="2"></section>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<section class="layout-content-box col-sm-4" data-pp="4"></section>
|
|
|
|
<section class="layout-content-box col-sm-8" data-pp="3"></section>
|
|
|
|
</div>
|
2021-04-19 02:04:27 +00:00
|
|
|
<div class="column row onepart">
|
|
|
|
<div class="two-column col-sm-5 introimage" data-pp="11"></div>
|
|
|
|
<div class="two-column col-sm-7 introtext " data-pp="12"></div>
|
2020-04-09 10:46:42 +00:00
|
|
|
</div>
|
|
|
|
<section class="extra-box col-sm-12" data-pp="5"></section>
|
|
|
|
</div>
|
2021-04-19 02:04:27 +00:00
|
|
|
|
2020-04-09 10:46:42 +00:00
|
|
|
<div class="layout-content-box2 container">
|
|
|
|
<section class="body-banner" data-pp="8"></section>
|
|
|
|
<div class="row">
|
|
|
|
<section class="layout-content-box col-sm-8" data-pp="9"></section>
|
|
|
|
<section class="layout-content-box col-sm-4" data-pp="10"></section>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<section class="layout-content-box col-sm-4" data-pp="16"></section>
|
|
|
|
<section class="layout-content-box col-sm-8" data-pp="17"></section>
|
|
|
|
</div>
|
|
|
|
<div class="column row">
|
2021-04-19 02:04:27 +00:00
|
|
|
<div class="two-column col-sm-6 left">
|
|
|
|
<div class="three-column col-sm-12 big" data-pp="20"></div>
|
|
|
|
<div class="down">
|
|
|
|
<div class="columnbox leftbox" data-pp="21"></div>
|
|
|
|
<div class="columnbox rightbox" data-pp="22"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="two-column col-sm-6 right" >
|
|
|
|
<div class="down">
|
|
|
|
<div class="columnbox leftbox" data-pp="24"></div>
|
|
|
|
<div class="columnbox rightbox" data-pp="25"></div>
|
|
|
|
</div>
|
|
|
|
<div class="three-column col-sm-12 big" data-pp="26"></div>
|
|
|
|
</div>
|
2020-04-09 10:46:42 +00:00
|
|
|
</div>
|
|
|
|
<section class="extra-box col-sm-12" data-pp="23"></section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%= render_footer %>
|
|
|
|
</body>
|
2021-04-19 02:04:27 +00:00
|
|
|
</html>
|