@charset "UTF-8";
















/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #474747;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #100c34;
  text-decoration: none; }
  a:hover, a:focus {
    color: black;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #f7f7f7; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1666px) {
    .container {
      width: 1366px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }


.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.rangeslider,
.rangeslider__fill {
  display: block; }

.rangeslider {
  background: #100c34;
  position: relative;
  border-radius: 10px; }
  .rangeslider:after {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    background-color: #868686;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.rangeslider--vertical {
  width: 15px;
  min-height: 150px;
  max-height: 100%; }

.rangeslider--disabled {
  opacity: 0.4; }

.rangeslider__fill {
  background: #100c34;
  position: absolute;
  border-radius: 10px; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  border: 2px solid #100c34;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  z-index: 2; }

.rangeslider__handle:after {
  content: attr(title);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #100c34; }

.rangeslider--vertical .rangeslider__handle {
  left: -8px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }


*:hover, *:active, *:focus {
  outline: none; }

.cover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.middle-ghost:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
  width: 0; }

.middle-ghost > .in-middle {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.middle-table {
  display: table;
  width: 100%;
  height: 100%; }
  .middle-table > .in-middle {
    display: table-cell;
    vertical-align: middle;
    float: none; }

.inline-middle {
  display: inline-block;
  vertical-align: middle; }

.stretch-childs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.relative {
  position: relative; }

@media screen and (max-width: 767px) {
  .show-partners-on-mobile .footer--partners {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .hide-overflow-mobile {
    overflow-y: hidden; } }

@-webkit-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%); }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(0.5) translateX(-50%);
    transform: scale(0.5) translateX(-50%); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%); } }

@keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%); }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(0.5) translateX(-50%);
    transform: scale(0.5) translateX(-50%); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%); } }

@-webkit-keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes load {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
    transform: translate(-50%, -50%) rotate(360deg) scale(1); } }

@keyframes load {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
    transform: translate(-50%, -50%) rotate(360deg) scale(1); } }

@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 670px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes draw {
  0% {
    stroke-dashoffset: 670px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes rotate {
  from {
    left: -265px; }
  to {
    left: 0px; } }

@keyframes rotate {
  from {
    left: -265px; }
  to {
    left: 0px; } }

[class^="fi-"], [class*=" fi-"] {
  
  font-family: 'icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fi-facebook-outline:before {
  content: ""; }

.fi-close:before {
  content: ""; }

.fi-layers:before {
  content: ""; }

.fi-escadas .path1:before {
  content: "";
  color: white; }

.fi-escadas .path2:before {
  content: "";
  margin-left: -0.865234375em;
  color: #100c34; }

.fi-elevator .path1:before {
  content: "";
  color: white; }

.fi-elevator .path2:before {
  content: "";
  margin-left: -0.865234375em;
  color: #100c34; }

.fi-elevator .path3:before {
  content: "";
  margin-left: -0.865234375em;
  color: #100c34; }

.fi-agenda:before {
  content: ""; }

.fi-envelope:before {
  content: ""; }

.fi-angle-down:before {
  content: ""; }

.fi-facebook2:before {
  content: ""; }

.fi-twitter:before {
  content: ""; }

.fi-arrow-left:before {
  content: ""; }

.fi-arrow-right:before {
  content: ""; }

.fi-person:before {
  content: ""; }

.fi-question-mark:before {
  content: ""; }

.fi-list:before {
  content: ""; }

.fi-marker:before {
  content: ""; }

.fi-share:before {
  content: ""; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  line-height: 1.25; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #e9e9e9; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 27px;
  margin-bottom: 13.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 10.5px; }

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 90px; }
  h2, .h2 {
    font-size: 60px; }
  h3, .h3 {
    font-size: 32px; }
  h4, .h4 {
    font-size: 28px; }
  h5, .h5 {
    font-size: 22px; }
  h6, .h6 {
    font-size: 11px; } }

p {
  margin: 0 0 13.5px;
  font-size: 15px;
  line-height: 1.8; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 17px; } }

.lead {
  margin-bottom: 27px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 22.5px; } }

small,
.small {
  font-size: 80%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-muted {
  color: #e9e9e9; }

.text-primary {
  color: #100c34; }

a.text-primary:hover,
a.text-primary:focus {
  color: #03020b; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #100c34; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #03020b; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #f7f7f7; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e9e9e9; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 18.75px;
  border-left: 5px solid #f7f7f7; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.8;
    color: #e9e9e9; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f7f7f7;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.8; }


body {
  overflow-x: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

@media screen and (max-width: 767px) {
  #page-wrapper {
    padding-bottom: 60px; } }


.no-padding {
  padding: 0 !important; }

.no-border {
  border: 0 !important; }

.no-radius {
  border-radius: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-decoration {
  text-decoration: none !important; }
  .no-decoration:link, .no-decoration:hover, .no-decoration:active, .no-decoration:focus {
    text-decoration: none !important; }

.no-float {
  float: none !important; }


@font-face {
  font-family: 'icon-set';
  src: url("../fonts/icon-set.eot?l1xbtu");
  src: url("../fonts/icon-set.eot?l1xbtu#iefix") format("embedded-opentype"), url("../fonts/icon-set.ttf?l1xbtu") format("truetype"), url("../fonts/icon-set.woff?l1xbtu") format("woff");
  font-weight: normal;
  font-style: normal; }































.content-image {
  background-color: inherit;
  color: inherit;
  
   }
  .content-image--image {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto; }
  .content-image--caption {
    border-bottom: 1px solid transparent;
    padding: 15px;
    font-style: italic;
    display: block;
    text-align: center;
    letter-spacing: 3px; }
  @media screen and (max-width: 767px) {
    .content-image--caption {
      margin: 0 15px; } }















.content-simple {
  background-color: transparent;
  color: inherit;
  position: relative;
  
   }
  .content-simple p {
    margin-bottom: 30px;
    color: inherit; }
  .content-simple a {
    color: inherit;
    border-bottom: 1px solid #fff;
    word-break: break-all; }
    .content-simple a:hover, .content-simple a:focus, .content-simple a:active {
      color: inherit;
      opacity: .8;
      text-decoration: none; }
  .content-simple--signature {
    font-family: 'Archivo', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    display: block; }
    .content-simple--signature_right {
      text-align: right; }
  .content-simple h1, .content-simple .h1 {
    margin-bottom: 30px;
    margin-top: 0; }
  .content-simple h2, .content-simple .h2 {
    margin-bottom: 30px;
    margin-top: 0; }
  .content-simple h3, .content-simple .h3 {
    margin-bottom: 30px;
    margin-top: 0; }
  .content-simple h4, .content-simple .h4 {
    margin-bottom: 30px;
    margin-top: 0; }
  .content-simple h5, .content-simple .h5 {
    margin-bottom: 30px;
    margin-top: 0; }
  .content-simple h6, .content-simple .h6 {
    margin-bottom: 30px;
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .content-simple {
      padding: 0 30px; } }















.list {
  background-color: transparent;
  color: inherit;
  
   }
  .list--title {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    text-align: center;
    color: #fff;
    text-transform: lowercase;
    position: relative;
    margin-bottom: .5rem;
    letter-spacing: 20px; }
    .list--title:before, .list--title:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
      transform: translateY(-45%);
      height: 100%;
      width: 20px;
      border: 9px solid #fff; }
    .list--title:before {
      border-right: transparent;
      border-right-style: initial;
      right: 100%; }
    .list--title:after {
      border-left: transparent;
      border-left-style: initial;
      left: 100%; }
  .list--related {
    padding-top: 0; }
    .list--related_title {
      padding: 15px 0; }
  .list--articles {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .list--articles_limit .list--card:nth-child(n + 3) {
      display: none; }
  .list--section {
    text-align: center;
    margin-top: 135px;
    margin-bottom: 105px; }
  .list--title-small {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;}
  .list--card {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .list--card:hover .call-to-action--btn, .list--card:focus .call-to-action--btn, .list--card:active .call-to-action--btn {
      text-decoration: none;
      color: #100c34; }
      .list--card:hover .call-to-action--btn .before:before,
      .list--card:hover .call-to-action--btn .after:after, .list--card:focus .call-to-action--btn .before:before,
      .list--card:focus .call-to-action--btn .after:after, .list--card:active .call-to-action--btn .before:before,
      .list--card:active .call-to-action--btn .after:after {
        width: -webkit-calc(72.5% - .5em);
        width: calc(72.5% - .5em); }
      .list--card:hover .call-to-action--btn .after:before,
      .list--card:hover .call-to-action--btn .before:after, .list--card:focus .call-to-action--btn .after:before,
      .list--card:focus .call-to-action--btn .before:after, .list--card:active .call-to-action--btn .after:before,
      .list--card:active .call-to-action--btn .before:after {
        width: -webkit-calc(22.5% - .5em);
        width: calc(22.5% - .5em); }
    .list--card-info {
      background: #fff; }
      .list--card-info--title, .list--card-info--subtitle, .list--card-info--meta {
        margin: 0; }
      .list--card-info--title {
        line-height: 1.3; }
      .list--card-info--title, .list--card-info--subtitle {
        color: #100c34; }
      .list--card-info--subtitle {
        letter-spacing: 3px;
        line-height: 1; }
      .list--card-info--meta {
        font-size: 11px;
        font-size: 1.1rem;
        color: #737373;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end; }
      .list--card-info--title, .list--card-info--meta {
        letter-spacing: .5px; }
      .list--card-info_bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .list--card-media {
      overflow: hidden;
      position: relative; }
    .list--card-image {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
      html:not(.object-fit) .list--card-image {
        position: absolute;
        height: auto;
        width: auto;
        left: 50%;
        top: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      html.object-fit .list--card-image {
        height: 100%;
        object-fit: cover;
        width: 100%; }
    .list--card-link {
      color: #100c34; }
      .list--card-link .call-to-action--btn_square {
        line-height: .5; }
  @media screen and (max-width: 767px) {
    .list {
      padding-top: 62px; }
      .list--section {
        display: none; }
      .list--related {
        padding-top: 0; }
        .list--related_title {
          padding-top: 15px; }
      .list--articles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .list--card {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .list--card-info {
          padding: 15px;
          padding-left: 20px;
          border-bottom: 1px solid #100c34; }
        .list--card-media {
          min-width: 115px;
          max-width: 145px; }
        .list--card-info {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          border-right: 5px solid transparent; }
          .list--card-info--title {
            font-size: 11px;
            font-size: 1.1rem;
            margin-bottom: 3px; }
          .list--card-info--subtitle {
            line-height: 1.15;
            font-size: 19px;
            font-size: 1.9rem; }
          .list--card-info--meta {
            font-size: 9px;
            font-size: 0.9rem; }
          .list--card-info_bottom {
            margin-top: 15px; } }
  @media screen and (min-width: 768px) {
    .list {
      padding-top: 100px; }
      .list--related {
        padding-top: 0; }
        .list--related_title {
          padding: 15px 0;
          text-transform: uppercase;
          letter-spacing: 5.8px;
          text-align: center;
          font-size: 42px;
          font-size: 4.2rem; }
        .list--related .list--articles {
          width: 750px; }
        .list--related .list--card {
          max-width: 50%;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
      .list--title-small {
        font-size: 42px;
        font-size: 4.2rem; }
      .list--articles {
        width: 750px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 90px; }
        .list--related .list--articles {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
      .list--card {
        padding: 7.5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        width: 50%;
        max-width: 50%; }
        .list--card-info {
          padding: 18px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          border-bottom: 5px solid transparent;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
          .list--card-info--title {
            margin-bottom: 7.5px; }
          .list--card-info--subtitle {
            font-size: 32px;
            font-size: 3.2rem; }
          .list--card-info_bottom {
            margin-top: 30px; }
        .list--card-media {
          padding-bottom: 56.25%; } }
  @media screen and (min-width: 992px) {
    .list--articles {
      width: 970px; }
      .list--articles_limit {
        width: 750px; }
    .list--card {
      padding: 7.5px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 33.33%;
      -ms-flex: 1 0 33.33%;
      flex: 1 0 33.33%;
      width: 33.33%;
      max-width: 33.33%; } }
  @media screen and (min-width: 1666px) {
    .list--articles {
      width: 1366px; }
      .list--articles_limit {
        width: 750px; }
    .list--card-info--subtitle {
      font-size: 45px;
      font-size: 4.5rem; } }















.list-secondary {
  background-color: transparent;
  color: inherit;
  
   }
  .list-secondary--title {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    text-align: center;
    color: #fff;
    text-transform: lowercase;
    position: relative;
    margin-bottom: .5rem;
    letter-spacing: 20px; }
    .list-secondary--title:before, .list-secondary--title:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
      transform: translateY(-45%);
      height: 100%;
      width: 20px;
      border: 9px solid #fff; }
    .list-secondary--title:before {
      border-right: transparent;
      border-right-style: initial;
      right: 100%; }
    .list-secondary--title:after {
      border-left: transparent;
      border-left-style: initial;
      left: 100%; }
  .list-secondary--related {
    padding-top: 0 !important; }
    .list-secondary--related_title {
      padding: 15px 0; }
  .list-secondary--articles {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .list-secondary--articles_limit .list-secondary--card:nth-child(n + 3) {
      display: none; }
  .list-secondary--section {
    text-align: center;
    margin-top: 135px;
    margin-bottom: 105px; }
  .list-secondary--title-small {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif; }
  .list-secondary--link {
    text-decoration: none; }
  .list-secondary--card {
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .list-secondary--card:hover, .list-secondary--card:focus, .list-secondary--card:active {
      background: #e9e9e9; }
      .list-secondary--card:hover .call-to-action--btn, .list-secondary--card:focus .call-to-action--btn, .list-secondary--card:active .call-to-action--btn {
        text-decoration: none;
        color: #100c34; }
        .list-secondary--card:hover .call-to-action--btn .before:before,
        .list-secondary--card:hover .call-to-action--btn .after:after, .list-secondary--card:focus .call-to-action--btn .before:before,
        .list-secondary--card:focus .call-to-action--btn .after:after, .list-secondary--card:active .call-to-action--btn .before:before,
        .list-secondary--card:active .call-to-action--btn .after:after {
          width: -webkit-calc(72.5% - .5em);
          width: calc(72.5% - .5em); }
        .list-secondary--card:hover .call-to-action--btn .after:before,
        .list-secondary--card:hover .call-to-action--btn .before:after, .list-secondary--card:focus .call-to-action--btn .after:before,
        .list-secondary--card:focus .call-to-action--btn .before:after, .list-secondary--card:active .call-to-action--btn .after:before,
        .list-secondary--card:active .call-to-action--btn .before:after {
          width: -webkit-calc(22.5% - .5em);
          width: calc(22.5% - .5em); }
    .list-secondary--card-info--title, .list-secondary--card-info--subtitle, .list-secondary--card-info--meta {
      margin: 0; }
    .list-secondary--card-info--title, .list-secondary--card-info--subtitle {
      color: #100c34;
      white-space: pre-wrap; }
    .list-secondary--card-info--title {
      letter-spacing: 3px; }
    .list-secondary--card-info--subtitle {
      margin-top: 7.5px;
      letter-spacing: 5px;
      text-transform: uppercase;
      font-size: 15px;
      font-size: 1.5rem; }
    .list-secondary--card-info--meta {
      font-size: 11px;
      font-size: 1.1rem;
      color: #868686; }
    .list-secondary--card-info_bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .list-secondary--card-media-content {
      overflow: hidden;
      position: relative;
      border-radius: 50%; }
    .list-secondary--card-image {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
      html:not(.object-fit) .list-secondary--card-image {
        position: absolute;
        height: auto;
        width: auto;
        left: 50%;
        top: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      html.object-fit .list-secondary--card-image {
        height: 100%;
        object-fit: cover;
        width: 100%; }
    .list-secondary--card .call-to-action--btn_square {
      color: #100c34; }
  @media screen and (max-width: 767px) {
    .list-secondary {
      padding-top: 62px; }
      .list-secondary--section {
        display: none; }
      .list-secondary--related {
        padding-top: 0; }
        .list-secondary--related_title {
          padding-top: 15px; }
      .list-secondary--articles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .list-secondary--card {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 0.5px solid #868686; }
        .list-secondary--card-media-wrapper {
          min-width: 115px;
          max-width: 145px;
          padding: 15px; }
        .list-secondary--card-media-content {
          position: relative; }
        .list-secondary--card-info {
          padding: 15px;
          border-right: 5px solid transparent;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
          .list-secondary--card-info--title {
            font-size: 19px;
            font-size: 1.9rem; }
          .list-secondary--card-info--subtitle {
            font-size: 13px;
            font-size: 1.3rem; }
          .list-secondary--card-info--btn {
            position: absolute;
            right: 0; }
          .list-secondary--card-info_top {
            position: relative; }
          .list-secondary--card-info_bottom {
            margin-top: 15px; }
        .list-secondary--card-media-content {
          padding-bottom: 100%; } }
  @media screen and (min-width: 768px) {
    .list-secondary {
      padding-top: 100px; }
      .list-secondary--related_title {
        padding: 15px 0;
        text-transform: uppercase;
        letter-spacing: 5.8px;
        text-align: center;
        font-size: 42px;
        font-size: 4.2rem; }
      .list-secondary--related .list-secondary--articles {
        width: 750px; }
      .list-secondary--related .list-secondary--card {
        max-width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
      .list-secondary--title-small {
        font-size: 42px;
        font-size: 4.2rem; }
      .list-secondary--articles {
        width: 750px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 90px; }
        .list-secondary--related .list-secondary--articles {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
      .list-secondary--card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        border: 1px solid #100c34;
        padding: 30px 15px 15px 15px;
        border-left: transparent;
        border-top: transparent;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 33.33%;
        -ms-flex: 1 0 33.33%;
        flex: 1 0 33.33%;
        width: 33.33%;
        max-width: 33.33%;
        min-height: 350px; }
        .list-secondary--card-link {
          margin-bottom: 15px; }
        .list-secondary--card-info {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .list-secondary--card-info--title {
            font-size: 28px;
            font-size: 2.1rem; }
          .list-secondary--card-info--subtitle {
            margin-bottom: 15px; }
          .list-secondary--card-info_top {
            text-align: center; }
          .list-secondary--card-info_bottom {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
          .list-secondary--card-info--meta {
            margin-top: 15px; }
        .list-secondary--card-media-wrapper {
          margin-bottom: 30px; }
        .list-secondary--card-media-content {
          padding-bottom: 75%;
          max-width: 75%;
          margin: auto; }
        .list-secondary--card .call-to-action {
          margin-bottom: 30px; } }
  @media screen and (min-width: 992px) {
    .list-secondary--articles {
      width: 970px; }
    .list-secondary--card-media-wrapper {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1666px) {
    .list-secondary--articles {
      width: 1366px; }
    .list-secondary--card {
      padding: 45px 45px 15px 45px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%;
      width: 25%;
      max-width: 25%; }
    .list-secondary--card-media-wrapper {
      margin-bottom: 30px; }
    .list-secondary--card-media-content {
      padding-bottom: 100%;
      max-width: 100%; }

	.list-secondary--card-info--title {
		font-size: 1.8rem;
	}
	  
}















.ambientation {
  background-color: transparent;
  color: inherit;
  position: relative;
  
   }
  .ambientation--title, .ambientation--text, .ambientation--year, .ambientation--floor, .ambientation--author, .ambientation--copyright {
    margin: 0;
    color: #fff; }
  .ambientation--author, .ambientation--floor, .ambientation--year {
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 'Archivo', sans-serif;
font-weight: 700;	}
  .ambientation--content {
    margin: 0 auto;
    position: relative; }
  .ambientation--wrapper {
    position: relative; }
  .ambientation--title {
    letter-spacing: 4px;
    line-height: 1; }
  .ambientation--text {
    text-transform: uppercase;
    letter-spacing: 2px; }
  .ambientation--copyright {
    position: absolute;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
  .ambientation--media {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden; }
    .ambientation--media:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      content: ''; }
  .ambientation--image {
    display: inline-block;
    display: block;
    max-width: 100%;
    height: auto; }
    html:not(.object-fit) .ambientation--image {
      position: absolute;
      height: auto;
      width: auto;
      left: 50%;
      top: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    html.object-fit .ambientation--image {
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .ambientation--image_sm {
      display: none; }
  @media screen and (max-width: 767px) {
    .ambientation {
      padding-top: 60px; }
      .ambientation--media {
        position: relative; }
      .ambientation--icon-wrapper {
        color: #fff;
        position: relative; }
      .ambientation--icon-back {
        position: absolute;
        left: 15px;
        top: 15px; }
      .ambientation--icon-down {
        font-size: 30px;
        font-size: 3rem;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
        pointer-events: none; }
      .ambientation--copyright {
        right: 15px;
        bottom: 15px; }
      .ambientation--content {
        background-color: transparent;
        padding: 22px; }
      .ambientation--year {
        margin-bottom: 15px; }
      .ambientation--text {
        font-size: 12px;
        font-size: 1.2rem; }
      .ambientation--title {
        margin-bottom: 15px;
        position: relative;
        padding-bottom: 15px; }
        .ambientation--title:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: -12px;
          width: -webkit-calc(100% + 24px);
          width: calc(100% + 24px);
          height: 1px;
          background-color: #fff;
          opacity: .75; }
      .ambientation--year, .ambientation--author {
        font-size: 17px;
        font-size: 1.7rem; }
      .ambientation--middle .call-to-action--btn {
        padding: .8em;
        font-size: 15px;
        font-size: 1.5rem; }
      .ambientation--bottom {
        margin-top: 30px;
        padding-top: 15px;
        position: relative; }
        .ambientation--bottom:before {
          content: '';
          position: absolute;
          top: 0;
          left: -12px;
          width: -webkit-calc(100% + 24px);
          width: calc(100% + 24px);
          height: 1px;
          background-color: #fff;
          opacity: .75; }
      .ambientation--author {
        margin-bottom: 15px; }
      .ambientation--floor {
        background: none;
        border: none;
        width: 100%;
        -webkit-appearance: none; }
        .ambientation--floor-option {
          color: #606060; }
        .ambientation--floor:-ms-expand {
          display: none; } }
  .ambientation--image {
    display: inline-block;
    display: block;
    max-width: 100%;
    height: auto; }
    .ambientation--image_sm {
      display: none; }
  @media screen and (min-width: 768px) {
    .ambientation {
      min-height: -webkit-calc(100vh - (150px * 2));
      min-height: calc(100vh - (150px * 2));
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 20px solid transparent; }
      .ambientation--content {
        background-color: transparent !important; }
      .ambientation--media {
        position: absolute; }
        .ambientation--media:before {
          background-color: rgba(0, 0, 0, 0.35); }
      .ambientation--icon-back {
        display: none; }
      .ambientation--content {
        width: 750px;
        padding-top: 100px;
        padding: 100px 15px 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .ambientation--text {
        font-size: 13px;
        font-size: 1.3rem; }
      .ambientation--title {
        margin: 30px 0;
        border: 1px solid #fff;
        border-right: transparent;
        border-left: transparent;
        padding: 30px 0;
        color: #fff;
        font-size: 60px;
        font-size: 6rem; }
      .ambientation--author {
        margin-bottom: 15px; }
      .ambientation--year, .ambientation--author {
        font-size: 22px;
        font-size: 2.2rem; }
      .ambientation--bottom {
        display: none; }
      .ambientation--copyright {
        width: 750px;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .ambientation--top {
        margin-top: 30px; }
      .ambientation--middle {
        margin-bottom: 15px; }
      .ambientation--image_sm {
        display: inline-block; }
      .ambientation--image_xs {
        display: none; } }
  @media screen and (min-width: 992px) {
    .ambientation--content {
      width: 970px; }
    .ambientation--copyright {
      width: 970px; }
    .ambientation--middle {
      max-width: 50%; } }
  @media screen and (min-width: 1666px) {
    .ambientation--content {
      width: 1366px; }
    .ambientation--copyright {
      width: 1366px; }
    .ambientation--ambientation--title {
      font-size: 90px;
      font-size: 9rem; }
    .ambientation--top {
      margin-top: 75px; }
    .ambientation--middle {
      margin-bottom: 75px; } }















.ambientation-secondary {
  background-color: transparent;
  color: inherit;
  width: 100%;
  position: relative;
  
   }
  .ambientation-secondary--title, .ambientation-secondary--text, .ambientation-secondary--author, .ambientation-secondary--copyright {
    margin: 0;
    color: #fff; }
  .ambientation-secondary--title, .ambientation-secondary--text, .ambientation-secondary--author {
    text-align: center; }
  .ambientation-secondary--author {
   font-family: 'Archivo', sans-serif; font-weight: 700;}
  .ambientation-secondary--content {
    margin: 0 auto;
    position: relative; }
  .ambientation-secondary--wrapper {
    position: relative; }
  .ambientation-secondary--title {
    line-height: 1.2; }
  .ambientation-secondary--text {
    text-transform: uppercase;
    letter-spacing: 2px; }
  html:not(.object-fit) .ambientation-secondary--image {
    position: absolute;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  html.object-fit .ambientation-secondary--image {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .ambientation-secondary--copyright {
    position: absolute;
    bottom: 30px;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
  .ambientation-secondary--media {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden; }
    .ambientation-secondary--media:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.35);
      pointer-events: none;
      content: ''; }
  .ambientation-secondary--avatar {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 150px;
    max-width: 160px;
    margin: 0 auto;
    width: 100%; }
  .ambientation-secondary--profile-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 100%;
    border: 5px solid #fff;
    border-radius: 50%; }
    html:not(.object-fit) .ambientation-secondary--profile-image {
      position: absolute;
      height: auto;
      width: auto;
      left: 50%;
      top: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    html.object-fit .ambientation-secondary--profile-image {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .ambientation-secondary .call-to-action {
    text-align: center; }
  .ambientation-secondary--image {
    display: inline-block; }
    .ambientation-secondary--image_sm {
      display: none; }
  @media screen and (max-width: 767px) {
    .ambientation-secondary {
      padding-top: 60px;
      position: relative;
      overflow: hidden; }
      .ambientation-secondary--icon {
        color: #fff;
        position: absolute;
        left: 15px;
        top: 15px; }
      .ambientation-secondary--copyright {
        right: 15px;
        bottom: 2.5px; }
      .ambientation-secondary--content {
        padding: 15px; }
      .ambientation-secondary--title {
        margin: 7.5px 0 15px 0;
        letter-spacing: 10px;
        font-size: 32px;
        font-size: 3.2rem; }
      .ambientation-secondary .call-to-action--btn {
        padding: .8em;
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 15px; }
      .ambientation-secondary--author {
        margin-bottom: 15px;
        font-size: 17px;
        font-size: 1.7rem; }
      .ambientation-secondary--text {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media screen and (min-width: 768px) {
    .ambientation-secondary {
      min-height: -webkit-calc(100vh - (150px * 2));
      min-height: calc(100vh - (150px * 2));
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .ambientation-secondary--icon {
        display: none; }
      .ambientation-secondary--media {
        position: absolute; }
      .ambientation-secondary--content {
        width: 750px;
        padding: 100px 15px 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .ambientation-secondary--text {
        font-size: 13px;
        font-size: 1.3rem; }
      .ambientation-secondary--title {
        margin: 30px 0 15px 0;
        color: #fff;
        letter-spacing: 15px;
        font-size: 60px;
        font-size: 6rem; }
      .ambientation-secondary--author {
        margin-bottom: 15px;
        font-size: 22px;
        font-size: 2.2rem; }
      .ambientation-secondary--bottom {
        display: none; }
      .ambientation-secondary--copyright {
        width: 750px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .ambientation-secondary--avatar {
        margin-top: 30px; }
      .ambientation-secondary--image_sm {
        display: inline-block; }
      .ambientation-secondary--image_xs {
        display: none; } }
  @media screen and (min-width: 992px) {
    .ambientation-secondary--content {
      width: 970px; }
    .ambientation-secondary--copyright {
      width: 970px; }
    .ambientation-secondary--middle {
      max-width: 50%; } }
  @media screen and (min-width: 1666px) {
    .ambientation-secondary--content {
      width: 1366px; }
    .ambientation-secondary--copyright {
      width: 1366px; }
    .ambientation-secondary--title {
      margin: 30px 0 15px 0;
      color: #fff;
      font-size: 90px;
      font-size: 9rem; }
    .ambientation-secondary--author .ambientation-secondary--avatar {
      margin-bottom: 75px; } }















.overview {
  background-color: transparent;
  color: inherit;
  width: 100%;
  
   }
  .overview--content {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    .overview--content-media {
	  margin-bottom: 30px;
	  margin-top: 180px;
	}
  .overview--brand {
    display: inline-block;
    display: block;
    max-width: 100%;
    height: auto; }
    .overview--brand_sm {
      display: none; }
  .overview--media {
    overflow: hidden;
    height: 100%;
	position: fixed;
	}
  html:not(.object-fit) .overview--image {
    position: absolute;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  html.object-fit .overview--image {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .overview .slick-slide {
    height: 100vh; }
  .overview--date {
    font-family: 'Archivo', sans-serif;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 3px; }
    .overview--date-start, .overview--date-end, .overview--date-end:before {
      display: inline-block;
      vertical-align: middle; }
    .overview--date-end:before {
      content: '';
      width: 4em;
      height: 2px;
      background-color: currentColor;
      margin: 0 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .overview {
      height: -webkit-calc(100vh - 60px);
      height: calc(100vh - 60px);
      padding-top: 61px; }
      .overview--content {
        width: 100%;
        padding: 0 15px; } }
  @media screen and (min-width: 768px) {
    /*.overview {
      height: 100vh; }
	 */
      .overview--content {
        width: 450px; }
      .overview--brand_sm {
        display: inline-block; }
      .overview--brand_xs {
        display: none; } }
  @media screen and (min-width: 992px) {
    .overview--content {
      width: 670px; }
    .overview--date {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 1666px) {
    .overview--content {
      width: 1366px; }
    .overview--date {
      font-size: 32px;
      font-size: 3.2rem; } }


.aexpo {
	margin-top: 80px;
}

.aexpo .columns p {
	color: #FFF;
}

.aexpo .img {
	width: 100%;
	text-align: center;
	margin: 80px 0 110px 0px;
}

.aexpo .img a {
	display: inline-block;
	width: 220px;
}

.aexpo .img img {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.aexpo .img {
		width: 100%;
	}
}

@media screen and (min-width: 1666px) {
	.aexpo {
		width: 960px;
		display: inline-block;
	}
	
	.aexpo .img {
		width: 740px;
		display: inline-block;
	}
	
	.aexpo .img a {
		width: 400px;
	}
}












.navigation-language {
  background-color: transparent;
  color: inherit;
  
   }
  .navigation-language--toggle {
    border: none;
    background: none;
    color: #fff;
    padding: 0;
    padding-right: 10px; }
    .navigation-language--toggle:after {
      content: '';
      position: absolute;
      right: 0px;
      top: 50%;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #fff; }
    .navigation-language--toggle.is-active:after {
      border-top: transparent;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid #fff; }
  .navigation-language--list {
    list-style: none;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em); }
    .navigation-language--list.is-activing, .navigation-language--list.is-active {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }
    .navigation-language--list.is-activing, .navigation-language--list.is-active {
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); }
  .navigation-language--item {
    letter-spacing: 3px;
    text-transform: uppercase; }
  .navigation-language--link:hover {
    opacity: .8;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .navigation-language--list {
      background-color: #000 !important;
      overflow: hidden;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      position: fixed;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 42px;
      margin: 0; }
    .navigation-language--toggle {
      position: relative;
      font-size: 12px;
      font-size: 1.2rem; }
    .navigation-language--link {
      color: #fff;
      display: inline-block;
      margin-bottom: 30px;
      letter-spacing: 7px; }
    .navigation-language--item {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (min-width: 768px) {
    .navigation-language--wrapper {
      position: relative; }
    .navigation-language--list {
      background-color: #fff;
      position: absolute;
      left: -15%;
      top: -webkit-calc(100% + 15px);
      top: calc(100% + 15px);
      margin-bottom: 0; }
    .navigation-language--item {
      display: block;
      width: 100%;
      padding: 15px;
      font-size: 13px;
      font-size: 1.3rem; }
    .navigation-language--toggle {
      letter-spacing: 3px;
      font-size: 13px;
      font-size: 1.3rem; } }















.navigation-main {
  background-color: transparent;
  
   }
  .navigation-main--item {
    text-transform: uppercase; }
  .navigation-main--link:hover, .navigation-main--link:focus, .navigation-main--link:active {
    color: inherit;
    opacity: .8;
    text-decoration: none; }
	
	.navigation-main--item:first-child {
        display: none; } 
	
  @media screen and (max-width: 767px) {
    .navigation-main {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60px; }
      .navigation-main--icon {
        display: block;
        font-size: 17px;
        color: inherit; }
      .navigation-main--list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        padding: 0;
        margin: 0;
        border-top: 1px solid #e9e9e9;
        height: 100%;
        padding: 7.5px 0; }
      .navigation-main--item {
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 9px;
        font-size: 0.9rem;
        letter-spacing: 1px;
        color: #b0b0b0;
        margin: 0 10px; }
        .navigation-main--item.is-active {
          color: #100c34; }
      .navigation-main--text {
        display: block;
        margin-top: 5px; }
      .navigation-main--link {
        text-align: center;
        color: inherit; } }
  @media screen and (min-width: 768px) {
    .navigation-main {
      margin-left: 15px; }
      .navigation-main--list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        padding: 0;
        margin: 0; }
      .navigation-main--item {
        margin: 0 7.5px;
        font-size: 13px;
        font-size: 1.3rem;
        color: #fff;
        position: relative;
        letter-spacing: 4px; }
        .navigation-main--item:after {
          content: '';
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 100%;
          background: #fff;
          height: 1px;
          -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;
          pointer-events: none;
          -webkit-transform: translateY(3px);
          -ms-transform: translateY(3px);
          transform: translateY(3px); }
        .navigation-main--item:hover:after, .navigation-main--item.is-active:after {
          opacity: 1;
          filter: alpha(opacity=100);
          visibility: visible;
          -webkit-transform: translate(0);
          -ms-transform: translate(0);
          transform: translate(0); }
      .navigation-main--link {
        color: #fff; }
      .navigation-main--icon {
        display: none; }
      }
  @media screen and (min-width: 992px) {
    .navigation-main {
      margin-left: 0; }
      .navigation-main--item {
        margin: 0 15px; } }















.navigation-share {
  background-color: transparent;
  color: inherit;
  position: absolute;
  
   }
  .navigation-share--title {
    text-transform: uppercase;
    margin-bottom: 15px !important;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #606060; }
  .navigation-share--items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .navigation-share--icon {
    font-size: 22px;
    font-size: 2.2rem; }
  .navigation-share--link {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #606060;
    margin-bottom: 15px;
    border: none !important; }
    .navigation-share--link:hover, .navigation-share--link:focus, .navigation-share--link:active {
      opacity: .8; }
  @media screen and (max-width: 767px) {
    .navigation-share {
      display: none; } }
  @media screen and (min-width: 768px) {
    .navigation-share {
      display: none; } }
  @media screen and (min-width: 992px) {
    .navigation-share {
      display: block;
      right: -webkit-calc(100% + 25px);
      right: calc(100% + 25px); } }
  @media screen and (min-width: 1666px) {
    .navigation-share {
      right: -webkit-calc(100% + 60px);
      right: calc(100% + 60px); } }















.navigation-range {
  background-color: transparent;
  color: inherit;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  
   }
  .navigation-range.is-activing, .navigation-range.is-active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .navigation-range--icon {
    color: #100c34;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1; }
  .navigation-range--wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navigation-range .floor-dots {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    padding: 5px 0;
    left: 0; }
  .navigation-range .dots {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 3px solid #100c34; }















.header {
  color: inherit;
  z-index: 2;
  width: 100%;
  background-color: #000;
  
   }
  .header--content {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto; }
  .header--menu, .header--language, .header--brand_second {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .header--menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .header--brand_first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    z-index: 1; }
  .header--brand_second {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    z-index: 1; }
  .header--language {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .header--brand_first img, .header--brand_second img {
    display: block;
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    .header {
      position: absolute; }
      .header--brand_first {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .header--brand_second {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
  @media screen and (min-width: 768px) {
    .header {
      position: fixed;
      top: 0; }
      .header_transparent {
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0 auto;
        background: transparent;
        color: #fff; }
      .header--content {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px; }
      .header--menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .header--brand_first {
        -webkit-box-flex: 2;
        -webkit-flex: 2 0 200px;
        -ms-flex: 2 0 200px;
        flex: 2 0 200px; }
      .header--brand_second {
        -webkit-box-flex: 2;
        -webkit-flex: 2 0 80px;
        -ms-flex: 2 0 80px;
        flex: 2 0 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .header--language {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media screen and (min-width: 992px) {
    .header--content {
      width: 970px; } }
  @media screen and (min-width: 1666px) {
    .header--content {
      width: 1366px; } }















.footer {
  background-color: #fff;
  color: inherit;
  position: relative;
  
   }
  .footer_transparent {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    border-top: 1px solid #868686; }
    .footer_transparent .address--info,
    .footer_transparent .address--info-link,
    .footer_transparent .address--icon,
    .footer_transparent .copyright--title,
    .footer_transparent .partners--title {
      color: #fff; }
  .footer--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
  .footer_overview {
    display: none; }
  @media screen and (max-width: 767px) {
    .footer--content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .footer--address {
      background-color: #e9e9e9;
      padding: 20px 15px;
      color: #868686; }
    .footer--copyright {
      background-color: #f7f7f7;
      padding: 20px 15px; }
    .footer--copyright {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .footer--partners {
      display: none;
      background-color: #f7f7f7;
      padding: 20px 15px 0; } }
  @media screen and (min-width: 768px) {
    .footer_overview {
      display: block; }
    .footer--content {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 720px;
      padding: 30px 0; }
    .footer--address {
      -webkit-flex-basis: 265px;
      -ms-flex-preferred-size: 265px;
      flex-basis: 265px; }
    .footer--copyright {
      -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .footer--partners {
      -webkit-flex-basis: 330px;
      -ms-flex-preferred-size: 330px;
      flex-basis: 330px; } }
  @media screen and (min-width: 992px) {
    .footer--content {
      width: 940px; }
    .footer--address {
      -webkit-flex-basis: 265px;
      -ms-flex-preferred-size: 265px;
      flex-basis: 265px; }
    .footer--copyright {
      -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }
    .footer--partners {
      -webkit-flex-basis: 390px;
      -ms-flex-preferred-size: 390px;
      flex-basis: 390px; } }
  @media screen and (min-width: 1666px) {
    .footer--content {
      width: 1336px; } }















.call-to-action {
  background-color: transparent;
  color: #fff;
  
   }
  .call-to-action--btn {
    display: inline-block;
    border: none;
    background: transparent;
    padding: 1em 2em;
    line-height: 1;
    position: relative;
    color: inherit;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;
	font-weight: 700;
    letter-spacing: 3px; 
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .call-to-action--btn:hover, .call-to-action--btn:focus, .call-to-action--btn:active {
      text-decoration: none;
      color: inherit; }
      .call-to-action--btn:hover .before:before,
      .call-to-action--btn:hover .after:after, .call-to-action--btn:focus .before:before,
      .call-to-action--btn:focus .after:after, .call-to-action--btn:active .before:before,
      .call-to-action--btn:active .after:after {
        width: -webkit-calc(72.5% - .5em);
        width: calc(72.5% - .5em); }
      .call-to-action--btn:hover .after:before,
      .call-to-action--btn:hover .before:after, .call-to-action--btn:focus .after:before,
      .call-to-action--btn:focus .before:after, .call-to-action--btn:active .after:before,
      .call-to-action--btn:active .before:after {
        width: -webkit-calc(22.5% - .5em);
        width: calc(22.5% - .5em); }
    .call-to-action--btn .before:before, .call-to-action--btn .before:after,
    .call-to-action--btn .after:before,
    .call-to-action--btn .after:after {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      content: '';
      border: 5px solid currentColor;
      width: -webkit-calc(50% - .4em);
      width: calc(50% - .4em);
      height: 50%;
      position: absolute; }
    .call-to-action--btn .before:before,
    .call-to-action--btn .after:before {
      top: 0;
      border-bottom-style: none;
      border-bottom-color: transparent; }
    .call-to-action--btn .before:after,
    .call-to-action--btn .after:after {
      bottom: 0;
      border-top-style: none;
      border-top-color: transparent; }
    .call-to-action--btn .before:before, .call-to-action--btn .before:after {
      left: 0;
      border-right-style: none;
      border-right-color: transparent; }
    .call-to-action--btn .after:before, .call-to-action--btn .after:after {
      right: 0;
      border-left-style: none;
      border-left-color: transparent; }
    .call-to-action--btn_square {
      line-height: .5; }
  @media screen and (max-width: 767px) {
    .call-to-action {
      text-align: center; }
      .call-to-action--btn {
        display: block; }
        .call-to-action--btn .before:before, .call-to-action--btn .before:after,
        .call-to-action--btn .after:before,
        .call-to-action--btn .after:after {
          border: 3px solid currentColor;
          width: -webkit-calc(50% - .2em);
          width: calc(50% - .2em); }
        .call-to-action--btn .before:before,
        .call-to-action--btn .after:before {
          top: 0;
          border-bottom-style: initial;
          border-bottom-color: transparent; }
        .call-to-action--btn .before:after,
        .call-to-action--btn .after:after {
          bottom: 0;
          border-top-style: initial;
          border-top-color: transparent; }
        .call-to-action--btn .before:before, .call-to-action--btn .before:after {
          left: 0;
          border-right-style: initial;
          border-right-color: transparent; }
        .call-to-action--btn .after:before, .call-to-action--btn .after:after {
          right: 0;
          border-left-style: initial;
          border-left-color: transparent; }
        .call-to-action--btn_square {
          padding: .4em; }
      .call-to-action--btn + .call-to-action--btn {
        margin-top: 15px; }
      .call-to-action--btn {
        font-size: 16px;
        font-size: 1.6rem; } }
  @media screen and (min-width: 768px) {
    .call-to-action--btn_square {
      padding: 0.7em .7em 0.8em .9em; } }
  @media screen and (min-width: 992px) {
    .call-to-action--btn + .call-to-action--btn {
      margin-left: 0;
      margin-top: 15px; } }
  @media screen and (min-width: 1666px) {
    .call-to-action--btn + .call-to-action--btn {
      margin-left: 15px; } }















.partners {
  background-color: transparent;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  
   }
  .partners--title {
    margin-bottom: 15px;
    letter-spacing: .5px; }
  .partners--media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .partners--image {
    width: 100%; }
  .partners--items + .partners--items {
    margin-left: 15px; }
  @media screen and (max-width: 767px) {
    .partners {
      margin: 0 auto;
      display: block;
      max-width: 100%;
      height: auto; }
      .partners--title {
        margin-left: 75px;
        font-size: 15px;
        color: #3b3839;
        font-size: 12px;
        font-size: 1.2rem; }
      .partners--media {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; } }
  @media screen and (min-width: 768px) {
    .partners--title {
      font-size: 9px;
      font-size: 0.9rem;
      margin-left: 45px;
      color: #474747; }
    .partners--image {
      max-width: 300px; } }
  @media screen and (min-width: 992px) {
    .partners--image {
      max-width: 400px; } }
  @media screen and (min-width: 1666px) {
    .partners--items:not(:last-child) {
      margin-right: 15px; } }















.address {
  background-color: transparent;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
   }
  .address--icon {
    color: #100c34;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .address--info {
    margin-left: 15px; }
    .address--info-title {
      margin: 0;
      font-family: 'Archivo', sans-serif; }
    .address--info-link {
      display: block; }
  @media screen and (max-width: 767px) {
    .address {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .address--icon {
        font-size: 22px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .address--info {
        color: #3b3839; }
        .address--info-subtitle {
          margin: 0; }
        .address--info-title, .address--info-subtitle {
          font-size: 13px;
          font-size: 1.3rem; }
        .address--info-link {
          display: none; } }
  @media screen and (min-width: 768px) {
    .address--icon {
      font-size: 32px;
      font-size: 3.2rem; }
    .address-link {
      display: block; }
    .address--info {
      color: #868686; }
      .address--info-title, .address--info-subtitle, .address--info-link {
        line-height: 1.3;
        font-size: 12px;
        font-size: 1.2rem; }
      .address--info-subtitle {
        margin: 0; } }
  @media screen and (min-width: 1666px) {
    .address--icon {
      font-size: 42px;
      font-size: 4.2rem; }
    .address--info-title, .address--info-subtitle, .address--info-link {
      line-height: 1.3;
      font-size: 15px;
      font-size: 1.5rem; } }















.copyright {
  background-color: transparent;
  color: inherit;
  
   }
  .copyright--title {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-size: 9px;
    font-size: 0.9rem; }
    .copyright--title_overview {
      color: #fff; }
  @media screen and (max-width: 767px) {
    .copyright--title {
      color: #3b3839;
      letter-spacing: 0;
      text-align: center;
      font-weight: bolder; } }
  @media screen and (min-width: 768px) {
    .copyright--title {
      color: #868686; } }
  @media screen and (min-width: 1666px) {
    .copyright--title {
      font-size: 11px;
      font-size: 1.1rem; } }















.brand {
  background-color: transparent;
  color: inherit;
  
   }
  .brand img {
    display: block;
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    .brand {
      margin: 0 7.5px; }
      .brand img {
        max-width: 160px; } }
  @media screen and (min-width: 768px) {
    .brand img {
      width: 180px; } }
  @media screen and (min-width: 1666px) {
    .brand img {
      width: 230px; } }















.brand-secondary {
  background-color: transparent;
  color: inherit;
  
   }
  .brand-secondary img {
    display: block;
    max-width: 100%;
	width: 29px;
    height: auto; }
  @media screen and (max-width: 767px) {
   }
  @media screen and (min-width: 1000px) {
    .brand-secondary img {
      width: 100px; } }
  @media screen and (min-width: 1666px) {
    .brand-secondary img {
      width: 130px; } }















.section {
  background-color: transparent;
  color: inherit;
  
   }
  .section_primary {
    color: #fff;
    background-color: #000; }
  .section_top {
    padding-top: 0 !important; }
  .section_null {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  @media screen and (max-width: 767px) {
    .section {
      padding-top: 60px;
      padding-bottom: 30px; }
      .section--container, .section--container-small,
      .section .container {
        margin: 0 auto 15px; } }
  @media screen and (min-width: 768px) {
    .section {
      padding-top: 45px;
      padding-bottom: 60px; }
      .section--container {
        width: 750px;
        margin: 0 auto 30px; }
      .section--container-small {
        width: 750px;
        margin: 0 auto 30px; }
      .section .container {
        margin: 0 auto 30px; } }
  @media screen and (min-width: 992px) {
    .section--container {
      width: 970px; } }
  @media screen and (min-width: 1666px) {
    .section--container {
      width: 1366px; } }















.navigation-map {
  background-color: transparent;
  color: inherit;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  
   }
  .navigation-map.is-activing, .navigation-map.is-active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .navigation-map--wrapper, .navigation-map--img {
    position: relative; }
  .navigation-map--sizer {
    padding: 15px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navigation-map--wrapper {
    width: 60%; }
  .navigation-map--img {
    max-width: 100%;
    max-height: 100%;
    height: auto; }
  .navigation-map--floating-element {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    display: inline-block; }
  .navigation-map--pin {
    width: 32px;
    height: 32px;
    background: rgba(16, 12, 52, 0.5); }
    .navigation-map--pin-title, .navigation-map--pin:before, .navigation-map--pin:after {
      cursor: pointer; }
    .navigation-map--pin-title {
      position: absolute;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center;
      color: #100c34;
      text-transform: uppercase;
      line-height: 1.2;
      display: inline-block;
      width: 300%; }
    .navigation-map--pin, .navigation-map--pin:before, .navigation-map--pin:after {
      border-radius: 50%; }
    .navigation-map--pin:before, .navigation-map--pin:after {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .navigation-map--pin:before {
      width: 75%;
      height: 75%;
      background: #100c34; }
    .navigation-map--pin:after {
      width: 25%;
      height: 25%;
      background: #fff; }
  .navigation-map--indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navigation-map--tabs {
    height: 100%;
    width: 100%;
    position: relative; }
  .navigation-map--tab {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none; }
    .navigation-map--tab.is-active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .navigation-map--title {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 3px 0;
    color: #100c34;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem; }
    .navigation-map--title:after {
      content: attr(title); }
  @media screen and (max-width: 767px) {
    .navigation-map {
      padding-top: 62px;
      height: -webkit-calc( 100vh - 60px);
      height: calc( 100vh - 60px); } }
  @media screen and (min-width: 768px) {
    .navigation-map {
      padding-top: 104px; } }















.modal {
  color: inherit;
  padding-top: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
  
   }
  .modal.is-activing, .modal.is-active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .modal.is-activing, .modal.is-active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .modal--bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .9; }
  .modal--title, .modal--text, .modal--author, .modal--copyright {
    margin: 0;
    color: #fff; }
  .modal--title, .modal--text, .modal--author {
    text-align: center; }
  .modal--author {
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 'Archivo', sans-serif;
	font-weight: 700;
    margin-bottom: 15px; }
  .modal--content {
    margin: 0 auto;
    position: relative;
    padding: 15px 15px 60px;
    overflow: auto;
    height: 100%; }
  .modal--wrapper {
    position: relative; }
  .modal--title {
    line-height: 1.2;
    margin: 15px 0; }
  .modal--text {
    text-transform: uppercase; }
  .modal--copyright {
    position: absolute;
    bottom: 15px;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
  .modal--media {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 8px solid rgba(16, 12, 52, 0.5);
    padding-bottom: 170px;
    max-width: 186px;
    margin: auto; }
  .modal--image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 8px solid #100c34;
    border-radius: 50%; }
    html:not(.object-fit) .modal--image {
      position: absolute;
      height: auto;
      width: auto;
      left: 50%;
      top: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    html.object-fit .modal--image {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .modal .call-to-action {
    text-align: center; }
  .modal .call-to-action--btn {
    display: inline-block;
    padding: .8em;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px; }
  .modal--icon {
    color: #fff;
    position: relative;
    left: 0;
    top: 0; }
  .modal--copyright {
    right: 15px; }
  @media screen and (max-width: 767px) {
    .modal {
      padding-top: 62px; }
      .modal--title {
        letter-spacing: 10px;
        font-size: 32px;
        font-size: 3.2rem; } }
  @media screen and (min-width: 768px) {
    .modal--title {
      letter-spacing: 15px; } }















.btn-share {
  background-color: transparent;
  color: inherit;
  width: 15%;
  max-width: 60px;
  position: fixed;
  right: 15px;
  bottom: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  
   }
  .btn-share--button {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    background-color: #000;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }
    .btn-share--button_toggle .btn-share--icon {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .btn-share--button_toggle .btn-share--icon.rotate {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .btn-share--button_share {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .btn-share--button_share.is-active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .btn-share--button_share-1 {
      -webkit-transition-delay: 0ms;
      transition-delay: 0ms; }
      .btn-share--button_share-1.is-active {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms; }
    .btn-share--button_share-2 {
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms; }
      .btn-share--button_share-2.is-active {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms; }
    .btn-share--button_share-3 {
      -webkit-transition-delay: 200ms;
      transition-delay: 200ms; }
      .btn-share--button_share-3.is-active {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms; }
  .btn-share--icon {
    display: block;
    text-align: center;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-top: -.5em;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff; }
    .btn-share--icon.fi-envelope {
      line-height: .9; }
  @media screen and (max-width: 767px) {
    .btn-share {
      display: block; } }
  @media screen and (min-width: 768px) {
    .btn-share {
      display: none; } }















.ambientation-tertiary {
  background-color: #000;
  color: inherit;
  width: 100%;
  position: relative;
  
   }
  .ambientation-tertiary--content {
    text-align: center; }
    .ambientation-tertiary--content-media {
      margin-bottom: 60px; }
  .ambientation-tertiary--brand {
    display: inline-block;
    display: block;
    max-width: 100%;
    height: auto; }
    .ambientation-tertiary--brand_sm {
      display: none; }
  .ambientation-tertiary--media {
    height: 100%;
    overflow: hidden;
    width: 100%; }
    .ambientation-tertiary--media:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      pointer-events: none;
      content: ''; }
  html:not(.object-fit) .ambientation-tertiary--image {
    position: absolute;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  html.object-fit .ambientation-tertiary--image {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .ambientation-tertiary--date {
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 30px; }
    .ambientation-tertiary--date-start-n-end {
      display: block;
      font-family: 'Archivo', sans-serif;
	font-weight: 700; }
    .ambientation-tertiary--date-weekdays {
      display: block;
      font-family: 'Archivo', sans-serif; }
  .ambientation-tertiary--icon {
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem; }
  .ambientation-tertiary--address {
    color: #fff;
    display: inline-block;
    margin: 0;
    margin-left: 7.5px;
    font-size: 17px;
    font-size: 1.7rem; }
  .ambientation-tertiary--container {
    width: 100%; }
  .ambientation-tertiary--title {
    color: #fff;
    margin: 0;
    text-align: center;
    margin: auto;
    letter-spacing: 3px;
    font-family: 'Archivo', sans-serif; }
  @media screen and (max-width: 767px) {
    .ambientation-tertiary {
      padding-top: 61px; }
      .ambientation-tertiary--content {
        width: 100%;
        padding: 0 15px; }
        .ambientation-tertiary--content-media {
          padding: 30px;
          padding-bottom: 0; }
      .ambientation-tertiary--media {
        display: none; }
      .ambientation-tertiary--wrapper {
        max-width: 200px;
        margin: auto; }
      .ambientation-tertiary--location {
        border: 1px solid #fff;
        padding: 45px 0;
        border-left: transparent;
        border-right: transparent; }
      .ambientation-tertiary--container {
        padding: 0 15px;
        position: relative; }
      .ambientation-tertiary--title {
        position: relative;
        padding: 30px; }
        .ambientation-tertiary--title:after {
          content: '';
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          background-color: #fff;
          height: 1px; } }
  @media screen and (min-width: 768px) {
    .ambientation-tertiary {
      min-height: -webkit-calc(100vh - (150px * 2));
      min-height: calc(100vh - (150px * 2));
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .ambientation-tertiary--content {
        position: relative;
        margin: 100px auto 45px;
        width: 750px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .ambientation-tertiary--media {
        position: absolute; }
      .ambientation-tertiary--brand_sm {
        display: inline-block; }
      .ambientation-tertiary--brand_xs {
        display: none; }
      .ambientation-tertiary--container {
        width: 750px;
        margin: 100px auto 30px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media screen and (min-width: 992px) {
    .ambientation-tertiary--container {
      width: 970px; } }
  @media screen and (min-width: 1666px) {
    .ambientation-tertiary--content {
      width: 970px; }
    .ambientation-tertiary--container {
      width: 1366px; } }















.article {
  background-color: transparent;
  color: inherit;
  position: relative;
  
   }
  .article p {
    margin-bottom: 30px;
    color: inherit; }
  .article a {
    color: inherit;
    border-bottom: 1px solid #fff; }
    .article a:hover, .article a:focus, .article a:active {
      color: inherit;
      opacity: .8;
      text-decoration: none; }
  .article--signature {
   font-family: 'Archivo', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    display: block; }
    .article--signature_right {
      text-align: right; }
  .article h1, .article .h1 {
    margin-bottom: 30px;
    margin-top: 0; }
  .article h2, .article .h2 {
    margin-bottom: 30px;
    margin-top: 0; }
  .article h3, .article .h3 {
    margin-bottom: 30px;
    margin-top: 0; }
  .article h4, .article .h4 {
    margin-bottom: 30px;
    margin-top: 0; }
  .article h5, .article .h5 {
    margin-bottom: 30px;
    margin-top: 0; }
  .article h6, .article .h6 {
    margin-bottom: 30px;
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .article {
      padding: 0 30px; } }















@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.modal-share {
  color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 0 36px 0 36px;
  height: 100%;
  overflow-y: auto;
  
   }
  .modal-share.is-activing, .modal-share.is-active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .modal-share.is-activing, .modal-share.is-active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .modal-share--content {
    padding: 50px 0; }
  .modal-share--form {
    position: relative;
    max-width: 450px;
    margin: auto;
    display: block; }
  .modal-share--message {
    padding: 15px;
    color: white;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 0; }
  .modal-share--label {
    display: block;
    color: white; }
  .modal-share--input-group {
    padding: 7.5px 0; }
  .modal-share--input {
    width: 100%;
    color: #100c34;
    padding: 7.5px;
    border: 1px solid white; }
  .modal-share--button-group {
    padding-top: 15px; }
  .modal-share--button {
    color: #100c34;
    border: none;
    padding: 0 15px; }
    .modal-share--button:hover {
      background-color: #100c34;
      color: white; }
  .modal-share--error {
    border: 1px solid red; }
  .modal-share--close {
    cursor: pointer;
    display: block;
    margin: auto;
    max-width: 600px; }
  .modal-share--title, .modal-share--text, .modal-share--author, .modal-share--copyright {
    margin: 0;
    color: #fff; }
  .modal-share--title, .modal-share--text, .modal-share--author {
    text-align: center; }
  .modal-share--title {
    font-size: 28px;
    font-size: 2.8rem; }
  .modal-share--loader {
    margin-top: 50px;
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(42%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
    .modal-share--loader:before {
      width: 50%;
      height: 50%;
      background: #ffffff;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
    .modal-share--loader:after {
      background: #100c34;
      width: 75%;
      height: 75%;
      border-radius: 50%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .modal-share .is-hidden {
    visibility: hidden;
    opacity: 0;
    display: none; }
  @media screen and (max-width: 767px) {
    .modal-share--message {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .modal-share--title {
      font-size: 42px;
      font-size: 4.2rem; } }
  .modal-share-is-active {
    visibility: visible;
    opacity: 1;
    background-color: #100c34; }















.email {
  background-color: transparent;
  color: inherit;
  
   }
















.home {
  background-color: #000;
  color: inherit;
  
   }















.artist-detail {
  background-color: transparent;
  position: relative;
  
   }
  .artist-detail .content-image,
  .artist-detail .content-simple {
    color: #221e1f; }
    .artist-detail .content-image a,
    .artist-detail .content-simple a {
      color: #221e1f; }















.artists {
  background-color: #100c34;
  color: inherit;
  
   }















.works-detail {
  background-color: transparent;
  color: inherit;
  
   }









.section--container-full.video {
	display: inline-block;
	width: 100%;
	padding: 0 30px;
	margin-bottom: 50px;
}

.content-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.content-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1000px) {
	.section--container-full.video {
		padding: 0;
		width: 750px;
	}
}

.about .content-video {
	margin-bottom: 40px;
}





.about .content-simple ul {
	padding-left: 12px;
	padding-left: 0;
}

.about .content-simple ul li {
	font-size: 18px;
	    list-style-type: none;
}

.about .tam02 {
	font-size: 17px;
}

@media screen and (min-width: 1000px) {
	.about .content-simple ul li {
		font-size: 20px;
	}
	
	.about .tam02 {
		font-size: 19px;
	}
	
	.about .content-video {
		margin-bottom: 70px;
	}
}












.works {
  background-color: #000;
  color: inherit;
  
   }















.types {
  background-color: transparent;
  color: inherit;
  
   }















.map {
  background-color: transparent;
  color: inherit;
  
   }















.schedule {
  background-color: transparent;
  color: inherit;
  
   }















.email {
  background-color: transparent;
  color: inherit;
  
   }




.btn-share--button_share-3 { display: none! important;}
.navigation-share .navigation-share--items a:nth-child(3) { display: none !important; }

.list--related .list--card,
.list-secondary--related .list-secondary--card {
	display: none;
}





.brand-secondary .desk {
	display: none;

}

@media screen and (min-width: 650px) {
	
}

@media screen and (min-width: 1000px) {
	.brand-secondary .mob { display: none; }
	.brand-secondary .desk { display: block; }
}



.page-id-81 .p1 b {
	font-size: 17px;
}

.about .tam02.titulo {
	font-size: 19px;
}

.about .tam02.versa {
	font-variant: small-caps;
}

@media screen and (min-width: 768px){
	.page-id-81 .p1 b {
		font-size: 17px;
	}
}