<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="{{ favicon ? favicon ~ '?option=favicon' : faviconCdn }}">
<meta name="robots" content="nofollow" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no user-scalable=0">
<meta name="theme-color" content="{{ getConfig('primary_color') }}" />
<meta name="description" content="{{ client.brand }} - {{ client.slogan }}" />
<title>{{ client.brand }} - {{ client.slogan }}</title>
<link href="https:{{ cdnGoogleFonts }}?family=Lato:wght@400;700&display=swap" rel="stylesheet" />
<link href="{{ cdn }}{{ clientVersion }}/lesson/{{ versionLesson }}/static/css/main.css" rel="stylesheet">
<link rel="manifest" href="/manifest.json">
<style type="text/css" nonce="{{ nonceHash }}">
{% include 'website/includes/css-config.html.twig' %}
</style>
{# CONFIG CUSTOM STYLES #}
<style type="text/css" nonce="{{ nonceHash }}">
{% if debug or not isLocal %}
{{ getCss('css')|raw }}
{% endif %}
</style>
{% block configTags %}
{% include 'website/includes/integrations-script-head.html.twig' %}
{% endblock %}
{% if activeMetrics == enum('ClientEnum::YES') %}
<script nonce="{{ nonceHash }}">
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3636984,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
{% endif %}
</head>
<body>
<script src="{{ path('eadPlayerNew') }}"></script>
<script src="https://player.pandavideo.com.br/api.v2.js"></script>
<script data-embed_id="ls_embed_{embed_id}" src="{{ cdnLivestream }}"></script>
<script samba-player-api="player" src="{{ cdnSambatech }}"></script>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
{% include 'website/includes/integrations-script-footer.html.twig' %}
{% include 'website/includes/sc-activate.html.twig' %}
{% include 'website/includes/sw.html.twig' %}
<script type="module" crossorigin src="{{ cdn }}{{ clientVersion }}/lesson/{{ versionLesson }}/static/js/main.js"></script>
{# CONFIG -- SCRIPTS #}
{% block config_scripts %}
{% if debug or not isLocal %}
{{ htmlDecode(getScript('scripts', nonceHash))|raw }}
{% endif %}
{% endblock %}
</body>
</html>