@charset "UTF-8";
/* == Prueba - Styles == */
/* == Prueba - Mixins genéricos == */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* == Buendía Estudios - Estilos básicos == */
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Eina';
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414648;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75em;
  text-transform: none;
  background: #fff;
}
body.stop {
  overflow: hidden;
}
/* == Text Styles == */
a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color, 0.5s;
}
a,
a:active,
a:visited {
  color: #fff;
}
.noTouchDevice a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #14b2de;
  color: #fff;
  text-shadow: none;
}
p {
  margin-bottom: 0.7em;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.7em;
}
ol {
  padding-left: 2.2em;
  list-style-type: decimal;
}
ol li {
  padding-left: 0.7em;
  padding-bottom: 0.7em;
}
dl {
  zoom: 1;
}
dl dt {
  float: left;
  width: 48%;
  text-align: right;
  font-weight: bold;
  margin-right: 2%;
}
dl dt:after {
  content: ':';
}
dl dd {
  width: 50%;
  float: left;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
}
pre {
  margin-bottom: 1.5em;
}
blockquote {
  font-family: 'Eina';
  font-size: 1.357em;
  text-align: center;
  padding: .8em;
  margin-bottom: 1.5em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote img {
  margin-bottom: 9px;
}
/* == Heading Styles == */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Eina';
  color: #252525;
  font-weight: normal;
}
h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  padding-bottom: 5px;
}
h2 {
  font-size: 2em;
  line-height: 1.6em;
  padding-bottom: 10px;
}
h3 {
  /* OK */
  font-size: 1.7143em;
  letter-spacing: -0.006em;
  line-height: 1.25em;
  word-spacing: -0.059em;
}
h4 {
  font-size: 1.3571em;
  line-height: 1.0416em;
  letter-spacing: -0.006em;
  word-spacing: -0.059em;
}
h5 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
h6 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
.iframe-wrapper {
  position: relative;
  max-width: 100%;
  height: 0px;
  padding-top: 56.25%;
  margin: 30px 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* == Table Styles == */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #dddddd;
}
table tbody {
  overflow: scroll;
}
table tr td {
  font-size: 0.9em;
  line-height: 1.1em;
  text-align: center;
  vertical-align: middle;
  padding: 8px 5px 8px 5px;
  border-right: 1px solid #dddddd;
}
table tr td:last-child {
  border-right: 0;
}
table tr:nth-child(2n+1) td {
  background: #f5f5f5;
}
table tr th,
table thead tr td {
  font-family: 'Eina';
  text-align: center;
  font-weight: 400;
  background: #e0e0e0;
  font-size: 1.1em;
  line-height: 1.1em;
  vertical-align: middle;
  padding: 8px 5px 8px 5px;
  border-right: 1px solid #dddddd;
}
table tr th:last-child,
table thead tr td:last-child {
  border-right: 0;
}

#CookieDeclarationChangeConsentChange, #CookieDeclarationChangeConsentWithdraw {
  color: #FE4815;
}
.CookieDeclarationType {
  border:none!important;
  padding: 0!important;
  margin: 0!important;
}
/* == Form Styles == */
textarea {
  padding: 14px 10px 0px 10px;
}
input:-moz-placeholder {
  color: #a9a9a9;
}
textarea:-moz-placeholder {
  color: #a9a9a9;
}
textarea,
input {
  font-family: 'Eina';
  font-size: 0.8571em;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -moz-appearance: caret;
  /* Mobile Firefox too! */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dddddd;
  padding: 0.8em;
}
input[type="submit"],
input[type="cancel"],
button {
  background: #0f9ac3;
  color: white;
  font-size: 1.285em;
  font-family: 'Eina';
  text-decoration: none;
  padding: 0.6em 2em 0.4em 2em;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #0090b0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
label {
  font-family: 'Eina';
  font-weight: normal;
  font-size: 0.9285em;
  position: relative;
  padding-right: 1em;
  padding-bottom: 0.7em;
}
/* == Content elements == */
hr {
  margin: 40px auto;
  background-color: #FE4815;
  border: 0;
  height: 1px;
  max-width: 1430px;
  width: 100%;
  display: block;
}
.alignnone,
.alignright,
.alignleft,
.aligncenter {
  display: block;
}
.alignnone {
  float: none;
  margin: 0 0 3em 0;
}
.alignright {
  float: right;
  margin: 0 0 3em 30px;
}
.alignleft {
  float: left;
  margin: 0 30px 3em 0;
}
.aligncenter {
  float: none;
  margin: 0 auto 30px auto;
}
.wp-caption {
  display: block;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 2px;
  text-align: center;
}
.wp-caption img {
  max-width: 100%;
}
.wp-caption-text {
  font-family: 'Eina';
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
  text-align: center;
  color: rgba(68, 68, 68, 0.6);
  margin: 0.5em 0 0 0;
  padding: 0;
}
/* == jQuery UI Datepicker Styles == */
.ui-datepicker {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #F0F0F0;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker thead {
  background: #232323;
}
.ui-datepicker thead tr th {
  background: #232323;
  font-weight: bold;
  font-size: 0.75em;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #fff;
}
.ui-datepicker table tr td {
  border: 1px solid #DDD;
  padding: 0;
}
.ui-datepicker table tr td a {
  display: block;
  padding: 12px 12px;
  background: #fff;
}
.noTouchDevice .ui-datepicker table tr td a:hover {
  background: #EBEBEB;
}
.ui-datepicker table tr td.ui-datepicker-today a {
  background: #EBEBEB;
}
.ui-datepicker table tr td.ui-datepicker-current-day a {
  background: #000;
  color: #fff;
}
.button,
.button-primary,
a.button,
input[type="submit"],
input.button,
input.button-primary input.button-primary {
  outline: 0;
  font-family: 'Eina';
  font-weight: normal!important;
  font-size: 0.928em;
  /* 13/14 */
  font-style: normal;
  color: #fff;
  background-color: #84d020;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 17px 58px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  display: inline-block;
  letter-spacing: 0.2em;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
}
.button:hover,
.button-primary:hover,
a.button:hover,
input[type="submit"]:hover,
input.button:hover,
input.button-primary input.button-primary:hover {
  color: #fff;
  background-color: #67B500;
}
@font-face {
  font-family: 'Eina';
  src: url('_fonts/eina01-light-webfont.woff2') format('woff2'), url('_fonts/eina01-light-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Eina2';
  src: url('_fonts/eina02-light-webfont.woff2') format('woff2'), url('_fonts/eina02-light-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Eina';
  src: url('_fonts/eina01-regular-webfont.woff2') format('woff2'), url('_fonts/eina01-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Eina4';
  src: url('_fonts/eina04-regular-webfont.woff2') format('woff2'), url('_fonts/eina04-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Eina';
  src: url('_fonts/eina01-bold-webfont.woff2') format('woff2'), url('_fonts/eina01-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Eina';
  src: url('_fonts/eina01-semibold-webfont.woff2') format('woff2'), url('_fonts/eina01-semibold-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "buendia";
  src: url("_fonts/_icons/buendia.eot");
  src: url("_fonts/_icons/buendia.eot?#iefix") format("embedded-opentype"), url("_fonts/_icons/buendia.woff") format("woff"), url("_fonts/_icons/buendia.ttf") format("truetype"), url("_fonts/_icons/buendia.svg#buendia") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "buendia" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "buendia" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
  content: "\61";
}
.icon-twitter:before {
  content: "\62";
}
.icon-facebook:before {
  content: "\63";
}
.icon-instagram:before {
  content: "\64";
}
.icon-tiktok:before {
  content: "\65";
}
.overlay-main {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.overlay-main:before {
  content: "";
  background: #F99FC9;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.overlay-main:after {
  content: "";
  background: #FECD00;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.overlay-main.hide.ended {
  z-index: -5;
  display: none;
}
.overlay-main.hide:before {
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  height: 0;
}
.overlay-main.hide:after {
  -webkit-transition: all, 0.7s;
  -moz-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
  height: 0;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module--header {
  background: #FECD00;
}
.module--header .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px 40px;
  position: relative;
}
.module--header .inner .lbl {
  font-size: 6.250em;
  color: white;
  font-family: 'Eina';
  font-weight: bold;
  display: block;
  line-height: 1em;
  letter-spacing: -0.06em;
}
.module--main .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.module--main .inner .video-wrapper{
	position: absolute;
	height: 950px;
}
.module--main .inner .video-wrapper video{
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.module--main .inner .main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 950px;
  overflow: hidden;
}
.module--main .inner .main-background.main-background_single {
  position: relative;
  height: 800px;
}
.module--main .inner .main-background.main-background_single:before {
  content: none;
}
.module--main .inner .main-background.main-background_single .title {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
.module--main .inner .main-background.main-background_single .title span {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  color: white;
  display: block;
  line-height: 1.1em;
  font-size: 6.250em;
  font-weight: bold;
  padding: 0 40px;
}
.module--main .inner .main-background:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
  height: 100%;
}
.module--main .inner .main-background.main-background_page {
  height: 870px;
}
.module--main .inner .main-background.main-background_page + .container-main_info {
  height: 870px;
}
.module--main .inner .main-background .slick-list {
  height: 100%;
}
.module--main .inner .main-background .slick-list .slick-track {
  height: 100%;
}
.module--main .inner .main-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.module--main .inner .container-main_info {
  max-width: 1520px;
  height: 950px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.module--main .inner .container-main_info .main-info {
  position: absolute;
  left: 40px;
  top: -100px;
}
.module--main .inner .container-main_info .main-info.main-info_bottom {
  right: 40px;
  left: auto;
  top: auto;
  bottom: 40px;
}
.module--main .inner .container-main_info .main-info.main-info_bottom .title {
  color: #FECD00;
  text-align: right;
  max-width: 1120px;
  font-size: 5.000em;
}
.module--main .inner .container-main_info .main-info .title {
  display: block;
  line-height: .85em;
  color: white;
  font-family: 'Eina';
  font-weight: bold;
  max-width: 750px;
  width: 100%;
  font-size: 7.438em;
  letter-spacing: -0.05em;
}
.module--main .inner .container-main_info .main-info .container-btn {
  margin: 40px 0 0;
}
.module--main .inner .container-main_info .main-info .container-btn .btn {
  height: 76px;
  display: inline-block;
  padding: 23px 40px;
  background: #FE4815;
  position: relative;
  overflow: hidden;
}
.module--main .inner .container-main_info .main-info .container-btn .btn > span {
  font-size: 1.563em;
  display: block;
  line-height: 1em;
  color: white;
  font-family: 'Eina4';
  font-weight: normal;
  position: relative;
  letter-spacing: -0.07px;
}
.module--main .inner .container-main_info .main-info .container-btn .btn:before {
  content: "";
  display: block;
  background: #FECD00;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.module--main .inner .container-main_info .main-info .container-btn .btn:hover:before {
  top: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--shows {
  background: white;
}
.module--shows .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
  position: relative;
}
.module--shows .inner .title {
  display: block;
  line-height: 1.1em;
  font-family: 'Eina';
  font-weight: 900;
  color: #FE4815;
  font-size: 2em;
  text-align: center;
}
.module--shows .inner .container-tabs {
  margin: 30px 0;
}
.module--shows .inner .container-tabs .nav--tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module--shows .inner .container-tabs .nav--tabs.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 1;
  padding: 10px 0;
}
.module--shows .inner .container-tabs .nav--tabs.sticky + .nav--content {
  margin-top: 120px;
}
.module--shows .inner .container-tabs .nav--tabs > li {
  text-align: center;
  padding: 30px 0;
}
.module--shows .inner .container-tabs .nav--tabs > li + li {
  border-left: 1px solid #C7C7C7;
}
.module--shows .inner .container-tabs .nav--tabs > li a {
  text-align: center;
  color: black;
  font-size: 1em;
  font-family: 'Eina';
  font-weight: 900;
  padding: 0 20px;
  display: block;
  line-height: 1em;
}
.module--shows .inner .container-tabs .nav--tabs > li.active a:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #FE4815;
  position: absolute;
  width: 65px;
  bottom: 15px;
  left: 50%;
  margin-left: -32.5px;
}
.module--shows .inner .container-tabs .nav--content {
  margin: 70px 0 20px;
}
.module--shows .inner .container-tabs .nav--content .tab-pane {
  display: none;
}
.module--shows .inner .container-tabs .nav--content .tab-pane.show-block {
  display: block;
}
.module--shows .inner .container-tabs .nav--content .tab-pane.show .tab-pane_header .column,
.module--shows .inner .container-tabs .nav--content .tab-pane.show .tab-pane_content .column {
  left: 0;
  position: relative;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.module--shows .inner .container-tabs .nav--content .tab-pane.show .tab-pane_header .column + .column,
.module--shows .inner .container-tabs .nav--content .tab-pane.show .tab-pane_content .column + .column {
  left: 0;
  right: auto;
  position: relative;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column {
  width: 60%;
  left: -300px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  position: relative;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column + .column {
  left: 300px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 35%;
  padding: 0 0 10px 0;
  position: relative;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .cat {
  display: block;
  line-height: .8em;
  font-family: 'Eina2';
  font-weight: 100;
  font-size: 2em;
  color: #FE4815;
  letter-spacing: -0.06em;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .brand {
  padding: 0 10px;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .brand > img {
  display: block;
  height: auto;
  width: 100px;
  margin: 0 0 10px auto;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .title {
  display: block;
  line-height: 1em;
  color: #FE4815;
  font-family: 'Eina';
  font-weight: bold;
  font-size: 6.875em;
  text-align: left;
  letter-spacing: -0.045em;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show-info {
  display: block;
  line-height: 1em;
  font-family: 'Eina';
  font-weight: normal;
  font-size: 1.125em;
  color: #FE4815;
  text-transform: uppercase;
  text-align: right;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show-info + .show-info {
  margin-top: 8px;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 62px;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info {
  width: 50%;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn {
  height: 76px;
  display: inline-block;
  padding: 23px 20px;
  background: #FE4815;
  position: relative;
  overflow: hidden;
  top: 10px;
  max-width: 192px;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn > span {
  font-size: 1.563em;
  display: block;
  line-height: 1em;
  color: white;
  font-family: 'Eina4';
  font-weight: normal;
  position: relative;
  letter-spacing: -0.07px;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn:before {
  content: "";
  display: block;
  background: #FECD00;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn:hover:before {
  top: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content {
  margin: 30px 0 0;
  display: flex;
  width: 100%;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column {
  width: 65%;
  padding-right: 10px;
  left: -300px;
  position: relative;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column + .column {
  left: 300px;
  position: relative;
  width: 35%;
  padding-left: 10px;
  padding-right: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column p {
  color: black;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  letter-spacing: -0.01em;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column p a {
  color: #FE4815;
  text-decoration: underline;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column p + p {
  margin-top: 25px;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column p + figure,
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column p img {
  margin-top: 80px;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure.ratio1_2:before {
  padding-top: 200%;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure .container-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  line-height: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure .container-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure .container-image:before {
  content: "";
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  z-index: 1;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure .container-image.show:before {
  height: 0;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure .container-image.show > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure.image-vert {
  height: 600px;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure.image-vert img {
  height: 600px;
  object-fit: cover;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure img {
  width: 100%;
  display: block;
}
.module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure + figure {
  margin-top: 20px;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.module--about .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 0;
  position: relative;
}
.module--about .inner .title {
  display: block;
  line-height: 1.1em;
  font-family: 'Eina';
  font-weight: 900;
  color: #FE4815;
  font-size: 2em;
  text-align: center;
  margin: 0 0 30px;
}
.module--about .inner a {
  color: rgb(254, 72, 21);
  text-decoration: underline;
}
.module--about .inner .wrapper--flex {
  display: flex;
  padding-bottom: 40px;
}
.module--about .inner .wrapper--flex .column {
  width: 35%;
  padding-right: 10px;
}
.module--about .inner .wrapper--flex .column + .column {
  width: 65%;
  padding-left: 10px;
  padding-right: 0;
  position: relative;
}
.module--about .inner .wrapper--flex .column img {
  width: 100%;
  display: block;
}
.module--about .inner .wrapper--flex .column p {
  color: black;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  letter-spacing: -0.01em;
}
.module--about .inner .wrapper--flex .column p:last-of-type {
  margin-bottom: 76px;
}
.module--about .inner .wrapper--flex .column p + p {
  margin-top: 25px;
}
.module--about .inner .wrapper--flex .column .btn {
  height: 76px;
  display: block;
  padding: 23px 40px;
  background: #FE4815;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 20px 0 0 auto;
  max-width: 250px;
}
.module--about .inner .wrapper--flex .column .btn > span {
  font-size: 1.563em;
  display: block;
  line-height: 1em;
  color: white;
  font-family: 'Eina4';
  font-weight: normal;
  position: relative;
  text-align: center;
  letter-spacing: -0.07px;
}
.module--about .inner .wrapper--flex .column .btn:before {
  content: "";
  display: block;
  background: #FECD00;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.module--about .inner .wrapper--flex .column .btn:hover:before {
  top: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--text .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  position: relative;
}
.module--text .inner .txt-highlight {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  display: block;
  line-height: 1em;
  color: #FE4815;
  font-family: 'Eina';
  font-weight: 100;
  font-size: 3.750em;
  letter-spacing: -0.09em;
}
.module--text .inner .txt-highlight + .txt-highlight {
  margin: 10px auto 0;
}
.module--text .inner .txt-highlight.txt-highlight_bold {
  font-family: 'Eina';
  max-width: 1070px;
  font-size: 3.750em;
  margin-top: 25px;
  letter-spacing: -0.09em;
  padding-right: 30%;
}
.module--text .inner .wysiwyg {
  max-width: 1070px;
  width: 100%;
  padding: 0;
  margin: 50px auto 80px;
}
.module--text .inner .wysiwyg p {
  line-height: 1.4em;
  font-size: 1.500em;
  margin: 0;
  font-weight: normal;
  letter-spacing: -0.01em;
}
.module--text .inner .wysiwyg p strong {
  font-weight: 900;
}
.module--text .inner .wysiwyg p a {
  color: #FE4815;
}
.module--text .inner .wysiwyg p + p {
  margin-top: 30px;
}
.module--team .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.module--team .inner .title {
  display: block;
  line-height: 1.1em;
  font-family: 'Eina';
  font-weight: 900;
  color: #FE4815;
  font-size: 3.125em;
  text-align: left;
}
.module--team .inner .list--team {
  max-width: 1070px;
  width: 100%;
  padding: 0;
  margin: 40px auto 0;
}
.module--team .inner .list--team .list--team_title {
  display: block;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #242424;
  font-size: 1.125em;
  font-weight: 900;
  margin: 0 0 30px 0;
  padding-top: 40px;
  border-top: 1px solid #C7C7C7;
}
.module--team .inner .list--team ul {
  display: flex;
  flex-wrap: wrap;
}
.module--team .inner .list--team ul.color--g > li .name {
  color: #777;
}
.module--team .inner .list--team ul .break {
  flex-basis: 100%;
}
.module--team .inner .list--team ul > li {
  width: 33%;
  padding: 0;
  margin: 0 0 40px 0;
}
.module--team .inner .list--team ul > li.fwidth {
  width: 100%;
}
.module--team .inner .list--team ul > li.fwidth .name {
  font-weight: 900;
}
.module--team .inner .list--team ul > li .name {
  display: block;
  line-height: 1em;
  color: #FE4815;
  font-weight: normal;
  font-size: 1.875em;
}
.module--team .inner .list--team ul > li .role {
  margin: 10px 0 0;
  display: block;
  line-height: 1.1em;
  font-weight: normal;
  font-size: 1.563em;
  padding-right: 40px;
}
.module--detail-description_header {
  background: #F6F4EB;
}
.module--detail-description_header.color--red {
  background: #FE4815;
}
.module--detail-description_header.color--red + .color--red .inner {
  padding-top: 0;
  padding-bottom: 80px;
}
.module--detail-description_header.color--red + .color--red .inner .detail--content {
  margin-top: 0;
}
.module--detail-description_header.color--red .inner .detail--header .column .title {
  color: white;
}
.module--detail-description_header.color--red .inner .detail--header .column .show-info {
  color: white;
}
.module--detail-description_header.color--red .inner .detail--header .column .show--info_container .info .btn {
  background: none;
  border: 1px solid white;
}
.module--detail-description_header.color--red .inner .detail--header .column .show--info_container .info .btn:hover:before {
  top: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--detail-description_header .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.module--detail-description_header .inner .detail--header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.module--detail-description_header .inner .detail--header .column {
  width: 60%;
  position: relative;
}
.module--detail-description_header .inner .detail--header .column + .column {
  width: 35%;
  padding: 0 0 10px 0;
  position: relative;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--detail-description_header .inner .detail--header .column .brand img {
  height: 25px;
  width: auto;
}
.module--detail-description_header .inner .detail--header .column .cat {
  display: block;
  line-height: .8em;
  font-family: 'Eina2';
  font-weight: 100;
  font-size: 2.500em;
  color: #FE4815;
  letter-spacing: -0.06em;
}
.module--detail-description_header .inner .detail--header .column .brand {
  padding: 0 10px;
}
.module--detail-description_header .inner .detail--header .column .brand > img {
  display: block;
  height: auto;
  width: 100px;
  margin: 0 0 10px auto;
}
.module--detail-description_header .inner .detail--header .column .title {
  display: block;
  line-height: 1em;
  color: #FE4815;
  font-family: 'Eina';
  font-weight: bold;
  font-size: 5em;
  text-align: left;
  letter-spacing: -0.045em;
}
.module--detail-description_header .inner .detail--header .column .show-info {
  display: block;
  line-height: 1em;
  font-family: 'Eina';
  font-weight: normal;
  font-size: 1.625em;
  color: #FE4815;
  text-align: right;
}
.module--detail-description_header .inner .detail--header .column .show-info + .show-info {
  margin-top: 8px;
}
.module--detail-description_header .inner .detail--header .column .show--info_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.module--detail-description_header .inner .detail--header .column .show--info_container .info {
  width: 50%;
}
.module--detail-description_header .inner .detail--header .column .show--info_container .info .btn {
  height: 76px;
  display: inline-block;
  padding: 23px 20px;
  background: #FE4815;
  position: relative;
  overflow: hidden;
  top: 7px;
  max-width: 192px;
}
.module--detail-description_header .inner .detail--header .column .show--info_container .info .btn > span {
  font-size: 1.563em;
  display: block;
  line-height: 1em;
  color: white;
  font-family: 'Eina4';
  font-weight: normal;
  position: relative;
  letter-spacing: -0.07px;
}
.module--detail-description_header .inner .detail--header .column .show--info_container .info .btn:before {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.module--detail-description_header .inner .detail--header .column .show--info_container .info .btn:hover > span {
  color: black;
}
.module--detail-description_header .inner .detail--header .column .show--info_container .info .btn:hover:before {
  top: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--detail-description.color--red {
  background: #FE4815;
}
.module--detail-description.color--red .inner .detail--content .title {
  color: white;
}
.module--detail-description.color--red .inner .detail--content p {
  color: white;
}
.module--detail-description .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 40px;
}
.module--detail-description .inner .detail--content {
  margin: 20px 0 0;
}
.module--detail-description .inner .detail--content .title {
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: 900;
  color: #FE4815;
  letter-spacing: -0.045em;
}
.module--detail-description .inner .detail--content p {
  margin: 10px 0 0;
  color: #000;
  font-size: 1.500em;
  font-weight: normal;
  line-height: 1.3em;
  max-width: 912px;
}
.module--detail-description .inner .detail--content p + p {
  margin-top: 30px;
}
.module--carousel .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 80px;
}
.module--carousel .inner .title {
  text-align: right;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
  margin: 0 0 10px;
}
.module--carousel .inner .carousel .carousel-page:focus {
  outline: 0;
}
.module--carousel .inner .carousel .carousel-page .row {
  display: flex;
}
.module--carousel .inner .carousel .carousel-page .row + .row {
  margin-top: 20px;
}
.module--carousel .inner .carousel .carousel-page .row .column {
  width: 33.3333%;
  padding-right: 10px;
}
.module--carousel .inner .carousel .carousel-page .row .column.column_top {
  top: -180px;
  position: relative;
}
.module--carousel .inner .carousel .carousel-page .row .column figure {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.module--carousel .inner .carousel .carousel-page .row .column figure.ratio1_2:before {
  padding-top: 200%;
}
.module--carousel .inner .carousel .carousel-page .row .column figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.module--carousel .inner .carousel .carousel-page .row .column figure .container-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  line-height: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module--carousel .inner .carousel .carousel-page .row .column figure .container-image:before {
  content: "";
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  z-index: 1;
}
.module--carousel .inner .carousel .carousel-page .row .column figure .container-image a {
  display: block;
  color: #FE4815;
  font-weight: 100;
  font-size: 8em;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 90px;
  width: 96px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  line-height: .35em;
}
.module--carousel .inner .carousel .carousel-page .row .column figure .container-image a:hover {
  color: white;
  background: #FE4815;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--carousel .inner .carousel .carousel-page .row .column figure .container-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--carousel .inner .carousel .carousel-page .row .column figure .container-image.show:before {
  height: 0;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.module--carousel .inner .carousel .carousel-page .row .column figure .container-image.show img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--carousel .inner .carousel .carousel-page .row .column figure.image-vert {
  height: 600px;
}
.module--carousel .inner .carousel .carousel-page .row .column figure.image-vert img {
  height: 600px;
  object-fit: cover;
}
.module--carousel .inner .carousel .carousel-page .row .column figure img {
  width: 100%;
  display: block;
}
.module--carousel .inner .carousel .carousel-page .row .column figure + figure {
  margin-top: 10px;
}
.module--carousel .inner .carousel .carousel-page .row .column + .column {
  width: 66.6666%;
  padding-right: 200px;
  padding-left: 10px;
}
.module--carousel .inner .carousel .carousel-page .row .column .caption {
  font-size: 1.125em;
  line-height: 1.4em;
  display: block;
  font-weight: normal;
  margin-top: 15px;
}
.module--carousel .inner .carousel .carousel-page .row .column.column_full {
  display: flex;
  width: 100%;
  padding: 0;
}
.module--carousel .inner .carousel .carousel-page .row .column.column_full .fxcol {
  width: 33.3333%;
  padding-right: 10px;
  padding-left: 50px;
}
.module--carousel .inner .carousel .carousel-page .row .column.column_full .fxcol + .fxcol {
  width: 66.6666%;
  padding-left: 10px;
  padding-right: 0;
}
.module--carousel .inner .carousel .carousel-page .row .column.column_full .fxcol .caption {
  margin-top: 0;
  text-align: right;
}
.module--carousel .inner .carousel .carousel-page .row .column .container-image img {
  width: 100%;
  display: block;
}
.module--carousel .inner .carousel .slick-dots {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
.module--carousel .inner .carousel .slick-dots > li {
  padding: 0;
  max-width: 155px;
  width: 100%;
  margin: 0 10px;
}
.module--carousel .inner .carousel .slick-dots > li:only-child {
  display: none;
}
.module--carousel .inner .carousel .slick-dots > li button,
.module--carousel .inner .carousel .slick-dots > li input[type="button"] {
  border: 1px solid #D5D5D5;
  background: none;
  max-width: 100%;
  width: 100%;
  height: 9px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--carousel .inner .carousel .slick-dots > li.slick-active button,
.module--carousel .inner .carousel .slick-dots > li.slick-active input[type="button"] {
  background: #FE4815;
  border: 1px solid #FE4815;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--images-dist .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px 120px;
}
.module--images-dist .inner .title {
  text-align: left;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
  margin: 0 0 40px;
}
.module--images-dist .inner .container-images .container-images_wrapper:focus {
  outline: 0;
}
.module--images-dist .inner .container-images .container-images_wrapper .row {
  display: flex;
}
.module--images-dist .inner .container-images .container-images_wrapper .row.row_down {
  align-items: flex-end;
}
.module--images-dist .inner .container-images .container-images_wrapper .row.row_down .column {
  position: relative;
}
.module--images-dist .inner .container-images .container-images_wrapper .row.row_down .column .caption {
  position: absolute;
}
.module--images-dist .inner .container-images .container-images_wrapper .row + .row {
  margin-top: 70px;
  position: relative;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column {
  width: 40%;
  padding-right: 10px;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure.ratio1_2:before {
  padding-top: 140%;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure .container-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  line-height: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure .container-image:before {
  content: "";
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  z-index: 1;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure .container-image a {
  display: block;
  color: #FE4815;
  font-weight: 100;
  font-size: 8em;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 90px;
  width: 96px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  line-height: .35em;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure .container-image a:hover {
  color: white;
  background: #FE4815;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure .container-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure .container-image.show:before {
  height: 0;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure .container-image.show img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure.image-vert {
  height: 600px;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure.image-vert img {
  height: 600px;
  object-fit: cover;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure img {
  width: 100%;
  display: block;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column figure + figure {
  margin-top: 10px;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column + .column {
  top: auto;
  position: initial;
  width: 60%;
  padding-right: 200px;
  padding-left: 10px;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column .caption {
  font-size: 1.125em;
  line-height: 1.4em;
  display: block;
  font-weight: normal;
  margin-top: 15px;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column.column_full-block {
  display: block;
  width: 100%;
  padding: 0;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column.column_full-block .fxcol {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column.column_full-block .fxcol .caption {
  margin-top: 10px;
  text-align: left;
  max-width: 680px;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column.column_full-block .fxcol figure {
  height: 800px;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column.column_mix {
  display: flex;
  width: 100%;
  padding: 0;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column.column_mix .caption {
  position: absolute;
  margin-top: 0;
  text-align: right;
  top: 0;
  left: 0;
  max-width: 28%;
  width: 100%;
}
.module--images-dist .inner .container-images .container-images_wrapper .row .column .container-image img {
  width: 100%;
  display: block;
}
.module--videos .inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px;
  background: #FECD00;
}
.module--videos .inner .title {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 40px;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
}
.module--videos .inner .video {
  position: relative;
  display: block;
  padding: 0 10px;
}
.module--videos .inner .video a {
  display: block;
  position: relative;
  height: 590px;
}
.module--videos .inner .video a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module--videos .inner .video a:hover .icon {
  background: white;
  padding: 20px;
  border-radius: 100%;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}
.module--videos .inner .video .icon {
  position: absolute;
  width: 69px;
  height: 73px;
  top: 50%;
  left: 50%;
  margin: -34.5px 0 0 -36.5px;
  backface-visibility: hidden;
  pointer-events: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.module--videos .inner .video .icon > img {
  width: 100%;
  height: 100%;
  display: block;
}
.module--videos .inner .slick-dots {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
.module--videos .inner .slick-dots > li {
  padding: 0;
  max-width: 155px;
  width: 100%;
  margin: 0 10px;
}
.module--videos .inner .slick-dots > li:only-child {
  display: none;
}
.module--videos .inner .slick-dots > li button,
.module--videos .inner .slick-dots > li input[type="button"] {
  border: 1px solid white;
  background: white;
  max-width: 100%;
  width: 100%;
  height: 9px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--videos .inner .slick-dots > li.slick-active button,
.module--videos .inner .slick-dots > li.slick-active input[type="button"] {
  background: #FE4815;
  border: 1px solid #FE4815;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--news .inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px;
  background: white;
}
.module--news .inner .title {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 40px;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
}
.module--news .inner .new {
  position: relative;
  display: block;
  padding: 0 10px;
}
.module--news .inner .new.slick-current .title-new {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.module--news .inner .new a {
  display: block;
  position: relative;
  height: 590px;
}
.module--news .inner .new a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module--news .inner .new .title-new {
  height: auto;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  display: block;
  margin: 15px 0 0;
  color: black;
  font-weight: 900;
  line-height: 1.1em;
  font-size: 2.188em;
}
.module--news .inner .slick-dots {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
.module--news .inner .slick-dots > li {
  padding: 0;
  max-width: 155px;
  width: 100%;
  margin: 0 10px;
}
.module--news .inner .slick-dots > li:only-child {
  display: none;
}
.module--news .inner .slick-dots > li button,
.module--news .inner .slick-dots > li input[type="button"] {
  border: 1px solid #D2D2D2;
  background: white;
  max-width: 100%;
  width: 100%;
  height: 9px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--news .inner .slick-dots > li.slick-active button,
.module--news .inner .slick-dots > li.slick-active input[type="button"] {
  background: #FE4815;
  border: 1px solid #FE4815;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--news_ext .inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px;
  background: white;
}
.module--news_ext .inner .title {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 40px;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
}
.module--news_ext .inner .new {
  position: relative;
  display: block;
  padding: 0 10px;
}
.module--news_ext .inner .new.slick-current .title-new-ext {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.module--news_ext .inner .new a {
  display: block;
  position: relative;
  height: 400px;
}
.module--news_ext .inner .new a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module--news_ext .inner .new .title-new-ext {
  height: auto;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  display: block;
  margin: 15px 0 0;
  color: black;
  font-weight: 900;
  line-height: 1.1em;
  font-size: 2.188em;
}
.module--news_ext .inner .slick-dots {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
.module--news_ext .inner .slick-dots > li {
  padding: 0;
  max-width: 155px;
  width: 100%;
  margin: 0 10px;
}
.module--news_ext .inner .slick-dots > li:only-child {
  display: none;
}
.module--news_ext .inner .slick-dots > li button,
.module--news_ext .inner .slick-dots > li input[type="button"] {
  border: 1px solid #D2D2D2;
  background: white;
  max-width: 100%;
  width: 100%;
  height: 9px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--news_ext .inner .slick-dots > li.slick-active button,
.module--news_ext .inner .slick-dots > li.slick-active input[type="button"] {
  background: #FE4815;
  border: 1px solid #FE4815;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--press .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px 20px;
}
.module--press .inner .container {
  display: flex;
}
.module--press .inner .container .title {
  width: 45%;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
  margin: 0 0 10px;
}
.module--press .inner .container .container-press {
  width: 55%;
}
.module--press .inner .container .container-press .press p {
  font-size: 1.563em;
  line-height: 1.3em;
  color: #242424;
  font-weight: 900;
}
.module--press .inner .container .container-press .press p + .via {
  margin-top: 30px;
}
.module--press .inner .container .container-press .press .via {
  display: block;
  line-height: 1.1em;
  color: #FE4815;
  font-weight: 900;
  text-transform: uppercase;
}
.module--press .inner .container .container-press .press + .press {
  margin-top: 40px;
}
.module--awards .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.module--awards .inner .title {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
}
.module--awards .inner .wysiwyg {
  max-width: 765px;
  width: 100%;
  margin-left: 100px;
}
.module--awards .inner .wysiwyg p strong {
  color: #FE4815;
  font-weight: 900;
  display: block;
  line-height: 1.1em;
  font-size: 1.875em;
}
.module--awards .inner .wysiwyg p + p {
  margin-top: 60px;
}
.module--awards .inner .wysiwyg ul li {
  padding: 0;
  color: #242424;
  font-size: 1.563em;
  font-weight: normal;
  list-style: initial;
  margin-left: 30px;
  line-height: 1.4em;
}
.module--awards .inner .wysiwyg ul li + li {
  margin-top: 10px;
}
.module--awards .inner .wysiwyg ul + p {
  margin-top: 60px;
}
.module--talent .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.module--talent .inner .title {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
}
.module--talent .inner .wysiwyg {
  max-width: 765px;
  width: 100%;
  padding-left: 100px;
}
.module--talent .inner .wysiwyg + .wysiwyg {
  margin-top: 40px;
}
.module--talent .inner .wysiwyg.wysiwyg--full {
  max-width: 100%;
}
.module--talent .inner .wysiwyg .block-columns {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.module--talent .inner .wysiwyg .block-columns .break {
  flex-basis: 100%;
  height: 40px;
}
.module--talent .inner .wysiwyg .block-columns .block-column {
  width: 20%;
  padding-right: 30px;
}
.module--talent .inner .wysiwyg .block-columns .block-column.block-column_list {
  width: 100%;
  padding-right: 0;
}
.module--talent .inner .wysiwyg .block-columns .block-column.block-column_list ul {
  display: flex;
  flex-wrap: wrap;
}
.module--talent .inner .wysiwyg .block-columns .block-column.block-column_list ul li {
  width: 20%;
  padding-right: 30px;
  margin-bottom: 10px;
}
.module--talent .inner .wysiwyg .block-columns .block-column.block-column_list ul li + li {
  margin-top: 0;
}
.module--talent .inner .wysiwyg .block-columns .block-column ul li {
  list-style: none;
  margin-left: 0;
}
.module--talent .inner .wysiwyg p strong {
  color: #FE4815;
  font-weight: 900;
  display: block;
  line-height: 1.1em;
  font-size: 1.875em;
}
.module--talent .inner .wysiwyg p + p {
  margin-top: 60px;
}
.module--talent .inner .wysiwyg span {
  display: block;
  color: #242424;
  font-size: 1.563em;
  font-weight: normal;
  line-height: 1.4em;
}
.module--talent .inner .wysiwyg ul li {
  padding: 0;
  color: #242424;
  font-size: 1.563em;
  font-weight: normal;
  list-style: initial;
  margin-left: 30px;
  line-height: 1.4em;
}
.module--talent .inner .wysiwyg ul li + li {
  margin-top: 10px;
}
.module--talent .inner .wysiwyg ul + p {
  margin-top: 60px;
}
.module--talent-dist {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.module--talent-dist .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.module--talent-dist .inner .title {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
}
.module--talent-dist .inner .wysiwyg {
  max-width: 765px;
  width: 100%;
  padding-left: 100px;
}
.module--talent-dist .inner .wysiwyg + .wysiwyg {
  margin-top: 40px;
}
.module--talent-dist .inner .wysiwyg.wysiwyg--full {
  max-width: 100%;
}
.module--talent-dist .inner .wysiwyg .block-columns {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.module--talent-dist .inner .wysiwyg .block-columns .block-column {
  width: 30%;
  padding-right: 70px;
}
.module--talent-dist .inner .wysiwyg .block-columns .block-column + .block-column {
  width: 70%;
  padding-right: 0;
}
.module--talent-dist .inner .wysiwyg .title-bck {
  text-transform: uppercase;
  color: #242424;
  font-weight: 900;
  display: block;
  line-height: 1.1em;
  font-size: 1.125em;
  margin: 0 0 40px 0;
}
.module--talent-dist .inner .wysiwyg ul {
  display: flex;
  flex-wrap: wrap;
}
.module--talent-dist .inner .wysiwyg ul.main {
  display: block;
}
.module--talent-dist .inner .wysiwyg ul.main li {
  width: 100%;
  padding: 0;
  font-size: 1.875em;
  line-height: 1.1em;
  color: #FE4815;
  font-weight: bold;
  max-width: 290px;
}
.module--talent-dist .inner .wysiwyg ul li {
  width: 25%;
  padding: 0 20px 50px 0;
}
.module--talent-dist .inner .wysiwyg ul li span {
  font-size: 1.563em;
  font-weight: 900;
  line-height: 1.4em;
  color: #FE4815;
  display: block;
  line-height: 1.1em;
}
.module--talent-dist .inner .wysiwyg ul li span + span {
  margin: 8px 0 0;
  color: #242424;
  font-weight: normal;
  font-size: 1.250em;
  display: block;
  line-height: 1.1em;
}
.module--talent-dist .inner .wysiwyg ul + p {
  margin-top: 60px;
}
.module--featured .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 40px;
}
.module--featured .inner .module--featured_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module--featured .inner .module--featured_header .title {
  padding: 0;
  display: block;
  line-height: 1.1em;
  font-size: 2.500em;
  font-weight: bold;
  color: #FE4815;
  letter-spacing: -0.045em;
}
.module--featured .inner .module--featured_header .nav--tabs_container {
  width: 60%;
}
.module--featured .inner .module--featured_header .nav--tabs_container ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.module--featured .inner .module--featured_header .nav--tabs_container ul > li {
  padding: 30px 0;
  text-align: center;
}
.module--featured .inner .module--featured_header .nav--tabs_container ul > li + li {
  border-left: 1px solid #C7C7C7;
}
.module--featured .inner .module--featured_header .nav--tabs_container ul > li a {
  text-align: center;
  display: block;
  padding: 0 20px;
  color: #000;
  font-weight: 900;
  font-size: 1.063em;
  line-height: 1.1em;
  position: relative;
}
.module--featured .inner .module--featured_header .nav--tabs_container ul > li a.active:before {
  content: "";
  background: #FE4815;
  height: 4px;
  width: 80px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -15px;
}
.module--featured .inner .module--featured_content {
  margin-top: 30px;
}
.module--featured .inner .module--featured_content .bck {
  position: relative;
  display: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: 30px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--featured .inner .module--featured_content .bck.show-block {
  display: block;
}
.module--featured .inner .module--featured_content .bck.show {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 0px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--featured .inner .module--featured_content .bck .name {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 5.000em;
  font-weight: bold;
  letter-spacing: -0.045em;
  color: #FE4815;
  line-height: 1em;
  z-index: 1;
  max-width: 900px;
}
.module--featured .inner .module--featured_content .bck .container-image {
  height: 954px;
  overflow: hidden;
  position: relative;
}
.module--featured .inner .module--featured_content .bck .container-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.module--featured .inner .module--featured_content .bck .container-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module--generic .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.module--generic .inner > .title {
  color: #FE4815;
  font-size: 6.250em;
  display: block;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -0.045em;
}
.module--generic .inner > .title + .wrapper-list_box {
  margin-top: 40px;
}
.module--generic .inner > .title + p {
  max-width: 910px;
  margin: 30px 0 60px auto;
  font-size: 1.500em;
  font-weight: normal;
  line-height: 1.4em;
  color: black;
}
.module--generic .inner .subtitle {
  margin: 0 0 40px;
}
.module--generic .inner .subtitle a {
  display: flex;
  align-items: center;
}
.module--generic .inner .subtitle a span {
  display: block;
  line-height: 1.1em;
  font-weight: 900;
  color: #FE4815;
  font-size: 1.6em;
}
.module--generic .inner .subtitle a span + img {
  margin-left: 10px;
}
.module--generic .inner .subtitle a img {
  max-width: 140px;
  display: block;
}
.module--generic .inner .wrapper-list_box {
  display: flex;
  flex-wrap: wrap;
}
.module--generic .inner .wrapper-list_box .box {
  width: 49%;
  margin: 0 0 40px 0;
}
.module--generic .inner .wrapper-list_box .box.box_layer {
  position: relative;
}
.module--generic .inner .wrapper-list_box .box.box_layer:hover {
  cursor: pointer;
}
.module--generic .inner .wrapper-list_box .box.box_layer:hover .box-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.module--generic .inner .wrapper-list_box .box.box_layer .box-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  padding: 20px;
  background: #F99FC9;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.module--generic .inner .wrapper-list_box .box.box_layer .box-overlay p {
  font-size: 1.500em;
  color: black;
  font-weight: 900;
  line-height: 1.3em;
}
.module--generic .inner .wrapper-list_box .box.box_layer .box-overlay ul {
  margin: 20px 25px;
  list-style: initial;
}
.module--generic .inner .wrapper-list_box .box.box_layer .box-overlay ul li {
  padding: 5px 0;
}
.module--generic .inner .wrapper-list_box .box.box_layer .box-overlay ul li a {
  display: block;
  line-height: 1.1em;
  font-size: 1.500em;
  color: black;
  font-weight: normal;
}
.module--generic .inner .wrapper-list_box .box.box_layer .box-overlay .title-overlay {
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-size: 2.188em;
  color: white;
  font-weight: 900;
  display: block;
}
.module--generic .inner .wrapper-list_box .box:nth-child(2n+2) {
  margin-left: 2%;
}
.module--generic .inner .wrapper-list_box .box:nth-child(2n+2) .image.show:before {
  height: 0;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
}
.module--generic .inner .wrapper-list_box .box .image {
  width: 100%;
  position: relative;
}
.module--generic .inner .wrapper-list_box .box .image:before {
  content: "";
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  z-index: 1;
}
.module--generic .inner .wrapper-list_box .box .image > a,
.module--generic .inner .wrapper-list_box .box .image > div {
  width: 100%;
  height: 540px;
  overflow: hidden;
  display: block;
}
.module--generic .inner .wrapper-list_box .box .image > a > img,
.module--generic .inner .wrapper-list_box .box .image > div > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--generic .inner .wrapper-list_box .box .image.show:before {
  height: 0;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.module--generic .inner .wrapper-list_box .box .image.show a > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--generic .inner .wrapper-list_box .box .image.show a:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--generic .inner .wrapper-list_box .box .title {
  display: block;
  line-height: 1.2em;
  margin: 10px 0;
  font-size: 2.188em;
  color: #FE4815;
  font-weight: 900;
}
.module--generic .inner .wrapper-list_box .box .title a {
  font-weight: 900;
  color: #FE4815;
  display: block;
}
.module--forms .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 80px;
}
.module--forms .inner > .title {
  color: #FE4815;
  font-size: 6.250em;
  display: block;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -0.045em;
  margin-bottom: 40px;
}
.module--forms .inner .form {
  max-width: 910px;
  margin: 0 auto;
  width: 100%;
}
.module--forms .inner .form p {
  font-family: 'Eina';
  line-height: 1.6em;
  color: black;
  font-weight: normal;
  font-size: 1.500em;
  margin: 0 0 50px 0;
}
.module--forms .inner .form .field-submit p {
  font-size: 1.000em;
}

.module--forms .inner .form .wpcf7-form-control-wrap.checkbox-legal {
  padding-top: 20px;
  display: block;
}

.module--forms .inner .form .field-submit .wpcf7-list-item-label {
  font-size: 1.250em;
}

.module--forms .inner .form .row {
  display: flex;
}
.module--forms .inner .form .row.row_fw .field {
  width: 100%;
  padding: 0;
}
.module--forms .inner .form .row + .row {
  margin-top: 40px;
}
.module--forms .inner .form .row .field {
  width: 50%;
  padding-right: 5px;
}
.module--forms .inner .form .row .field + .field {
  padding-left: 5px;
  padding-right: 0;
}
.module--forms .inner .form .field.field-submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.module--forms .inner .form .field.field-submit .btn {
  margin-left: 40px;
}
.module--forms .inner .form .field label {
  display: block;
  line-height: 1.1em;
  color: black;
  padding: 0 0 20px 0;
  font-size: 1.125em;
  font-weight: 900;
}
.module--forms .inner .form .field .recipient-re{
  display: block;
  width: 100%;
  border: 1px solid #979797;
  height: 52px;
  width: 100%;
  position: relative;
}
.module--forms .inner .form .field .recipient-re:after{
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
}
.module--forms .inner .form .field .recipient-re select{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  padding: 5px 10px;
  font-size: 1em;
  color: black;
  font-weight: normal;
  background: white;
}
.module--forms .inner .form .field .recipient-re select:focus{
  outline: none;
}
.module--forms .inner .form .field input[type="text"],
.module--forms .inner .form .field input[type="email"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #979797;
  height: 52px;
  width: 100%;
  padding: 5px 10px;
  font-size: 1em;
  color: black;
  font-weight: normal;
  background: white;
}
.module--forms .inner .form .field textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #979797;
  height: 155px;
  width: 100%;
  padding: 5px 10px;
  font-size: 1em;
  color: black;
  font-weight: normal;
  background: white;
}
.module--forms .inner .form .field .btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 76px;
  background: #FE4815;
  padding: 20px 30px;
  color: white;
  font-size: 1.563em;
  text-align: center;
  display: inline-block;
  text-transform: inherit;
  letter-spacing: normal;
}
.module--forms .inner .form .field .btn:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.module--forms .inner .form .field .checkbox-legal label {
  padding: 0;
  font-weight: normal;
  font-size: 0.750em;
  display: flex;
  align-items: center;
}
.module--forms .inner .form .field .checkbox-legal label a {
  text-decoration: underline;
  color: black;
}
.module--forms .inner .form .field .ajax-loader {
  display: none;
}
.module--head-news .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px 40px;
  position: relative;
  display: flex;
}
.module--head-news .inner .container-text-featured {
  width: 45%;
  padding-right: 20px;
}
.module--head-news .inner .container-text-featured .date {
  display: block;
  line-height: 1em;
  color: #FE4815;
  font-size: 1.563em;
  font-weight: normal;
  margin: 15px 0;
}
.module--head-news .inner .container-text-featured .title {
  color: #FE4815;
  font-size: 5.000em;
  font-weight: normal;
  line-height: .9em;
  display: block;
}
.module--head-news .inner .container-text-featured .intro {
  color: #242424;
  line-height: 1.2em;
  font-size: 1.875em;
  font-weight: normal;
  margin: 0;
}
.module--head-news .inner .container-image-featured {
  padding-left: 20px;
  width: 55%;
  position: relative;
}
.module--head-news .inner .container-image-featured figure {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.module--head-news .inner .container-image-featured figure.ratio1_2:before {
  padding-top: 200%;
}
.module--head-news .inner .container-image-featured figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.module--head-news .inner .container-image-featured figure .container-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  line-height: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module--head-news .inner .container-image-featured figure .container-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--head-news .inner .container-image-featured figure .container-image:before {
  content: "";
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  z-index: 1;
}
.module--head-news .inner .container-image-featured figure .container-image.show:before {
  height: 0;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.module--head-news .inner .container-image-featured figure .container-image.show > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
}
.module--head-news .inner .container-image-featured figure.image-vert {
  height: 600px;
}
.module--head-news .inner .container-image-featured figure.image-vert img {
  height: 600px;
  object-fit: cover;
}
.module--head-news .inner .container-image-featured figure img {
  width: 100%;
  display: block;
}
.module--head-news .inner .container-image-featured figure + figure {
  margin-top: 10px;
}
.module--content .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 40px;
  position: relative;
}
.module--content .inner .share {
  margin: 0 0 80px;
}
.module--content .inner .share .lbl {
  margin: 0 0 10px;
  display: block;
  line-height: 1em;
  color: black;
  font-size: 1em;
}
.module--content .inner .share .share--list {
  display: flex;
}
.module--content .inner .share .share--list > li {
  padding: 0;
}
.module--content .inner .share .share--list > li a {
  color: #FE4815;
  display: block;
  line-height: 1.1em;
  font-size: 1.563em;
  font-weight: normal;
}
.module--content .inner .share .share--list > li + li {
  margin-left: 25px;
}
.module--content .inner .wysiwyg {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.module--content .inner .wysiwyg p {
  color: black;
  font-size: 1.375em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 30px;
}
.module--content .inner .wysiwyg p em,
.module--content .inner .wysiwyg p i {
  font-style: italic;
}
.module--content .inner .wysiwyg p strong {
  font-weight: 900;
}
.module--content .inner .wysiwyg p a {
  color: #FE4815;
}
.module--content .inner .wysiwyg ul {
  list-style: inherit;
}
.module--content .inner .wysiwyg ul li,
.module--content .inner .wysiwyg ol li {
  color: black;
  font-size: 1.375em;
  line-height: 1.5em;
  font-weight: normal;
  padding-left: 0;
  margin-left: 1.4em;
}
.module--detail-intro {
  background: #F6F4EB;
}
.module--detail-intro .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.module--detail-intro .inner .title {
  color: #FE4815;
  font-weight: 900;
  font-size: 2.500em;
  display: block;
  line-height: 1.1em;
  text-align: center;
}
.module--detail-intro .inner .info,
.module--detail-intro .inner p {
  text-align: center;
  color: black;
  line-height: 1.4em;
  font-weight: normal;
  font-size: 1.500em;
  max-width: 910px;
  margin: 10px auto 0;
  width: 100%;
  display: block;
}
.module--video-fw {
  background: #000;
}
.module--video-fw .inner .video {
  position: relative;
  display: block;
}
.module--video-fw .inner .video a {
  display: block;
  position: relative;
  height: 800px;
}
.module--video-fw .inner .video a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module--video-fw .inner .video a:hover .icon {
  background: white;
  padding: 20px;
  border-radius: 100%;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}
.module--video-fw .inner .video .icon {
  position: absolute;
  width: 69px;
  height: 73px;
  top: 50%;
  left: 50%;
  margin: -34.5px 0 0 -36.5px;
  backface-visibility: hidden;
  pointer-events: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.module--video-fw .inner .video .icon > img {
  width: 100%;
  height: 100%;
  display: block;
}
.module--contact-dist .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 60px;
  position: relative;
}
.module--contact-dist .inner .title {
  color: #FE4815;
  font-weight: 900;
  font-size: 2.500em;
  display: block;
  line-height: 1.1em;
  margin: 0 0 50px 0;
}
.module--contact-dist .inner .wrapper {
  display: flex;
  max-width: 100%;
  width: 100%;
  padding-left: 100px;
  align-items: center;
}
.module--contact-dist .inner .wrapper .column {
  width: 50%;
  padding-right: 20px;
}
.module--contact-dist .inner .wrapper .column + .column {
  padding-right: 0;
  padding-left: 20px;
}
.module--contact-dist .inner .wrapper .column + .column .email {
  font-weight: 900;
  color: #242424;
  font-size: 1.250em;
  display: block;
  line-height: 1.1em;
  margin: 0 0 20px;
}
.module--contact-dist .inner .wrapper .column .title-column {
  display: block;
  line-height: 1.1em;
  color: #242424;
  font-weight: 900;
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.module--contact-dist .inner .wrapper .column .list--contact > li {
  padding: 0;
}
.module--contact-dist .inner .wrapper .column .list--contact > li + li {
  margin-top: 40px;
}
.module--contact-dist .inner .wrapper .column .list--contact > li .name {
  display: block;
  line-height: 1.1em;
  color: #FE4815;
  font-weight: 900;
  font-size: 1.563em;
}
.module--contact-dist .inner .wrapper .column .list--contact > li .email {
  margin-top: 10px;
  display: block;
  line-height: 1.1em;
  color: #242424;
  font-size: 1.250em;
}
.module--contact-dist .inner .wrapper .column .social > li {
  padding: 0;
  font-weight: normal;
  color: #242424;
  font-size: 1.250em;
}
.module--contact-dist .inner .wrapper .column .social > li + li {
  margin-top: 5px;
}
.module--contact-dist .inner .wrapper .column .social > li.icon:before {
  color: #FE4815;
  margin-right: 10px;
  font-size: 1em;
  top: 5px;
  position: relative;
}
.module--wysiwyg .inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.module--wysiwyg .inner h1 {
  font-size: 1.8em;
}
.module--wysiwyg .inner h2 {
  font-size: 1.6em;
}
.module--wysiwyg .inner h3 {
  font-size: 1.4em;
}
.module--wysiwyg .inner h4,
.module--wysiwyg .inner h5,
.module--wysiwyg .inner h6 {
  font-size: 1.2em;
}
.module--wysiwyg .inner h1,
.module--wysiwyg .inner h2,
.module--wysiwyg .inner h3,
.module--wysiwyg .inner h4,
.module--wysiwyg .inner h5,
.module--wysiwyg .inner h6 {
  font-weight: 900;
  color: black;
  margin: 0 0 15px 0;
  display: block;
}
.module--wysiwyg .inner em,
.module--wysiwyg .inner i {
  font-style: italic;
}
.module--wysiwyg .inner p {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.4em;
  color: black;
}
.module--wysiwyg .inner p strong {
  font-weight: 900;
}
.module--wysiwyg .inner p a {
  color: #FE4815;
}
.module--wysiwyg .inner p + h1,
.module--wysiwyg .inner p + h2,
.module--wysiwyg .inner p + h3 {
  margin-top: 40px;
}
.module--wysiwyg .inner ol {
  margin: 20px 0;
  padding: 0;
}
.module--wysiwyg .inner ol + h1,
.module--wysiwyg .inner ol + h2,
.module--wysiwyg .inner ol + h3 {
  margin-top: 40px;
}
.module--wysiwyg .inner ol li {
  padding: 0;
  color: #242424;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: normal;
  list-style: decimal;
  margin-left: 30px;
}
.module--wysiwyg .inner ol li a {
  color: #FE4815;
}
.module--wysiwyg .inner ol li + li {
  margin-top: 10px;
}
.module--wysiwyg .inner ul {
  margin: 20px 0;
}
.module--wysiwyg .inner ul + h1,
.module--wysiwyg .inner ul + h2,
.module--wysiwyg .inner ul + h3 {
  margin-top: 40px;
}
.module--wysiwyg .inner ul li {
  padding: 0;
  color: #242424;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: normal;
  list-style: initial;
  margin-left: 30px;
}
.module--wysiwyg .inner ul li a {
  color: #FE4815;
}
.module--wysiwyg .inner ul li + li {
  margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 20px;
  border: 2px solid #00a0d2;
  line-height: 1.1em;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
  background: #f8d7da;
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #d4edda;
}
.wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  hr {
    max-width: 1200px;
  }
  .module--header .inner .lbl {
    font-size: 5.438em;
  }
  .module--main .inner .video-wrapper{
	height: 550px;
  }
  .module--main .inner .main-background {
    height: 550px;
  }
  .module--main .inner .main-background.main-background_page {
    height: 550px;
  }
  .module--main .inner .main-background.main-background_page + .container-main_info {
    height: 550px;
  }
  .module--main .inner .main-background.main-background_single {
    height: 450px;
  }
  .module--main .inner .main-background.main-background_single img {
    object-position: center;
  }
  .module--main .inner .container-main_info {
    height: 550px;
  }
  .module--main .inner .container-main_info .main-info {
    top: -73px;
  }
  .module--main .inner .container-main_info .main-info.main-info_bottom .title {
    font-size: 4.438em;
  }
  .module--main .inner .container-main_info .main-info .title {
    font-size: 5.438em;
    max-width: 452px;
  }
  .module--main .inner .container-main_info .main-info .container-btn .btn {
    height: 66px;
    padding: 20px 40px;
  }
  .module--main .inner .container-main_info .main-info .container-btn .btn > span {
    font-size: 1.363em;
  }
  .module--shows .inner {
    max-width: 1100px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .cat {
    font-size: 1.688em;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .title {
    font-size: 3.875em;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show-info {
    font-size: 1em;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container {
    margin-top: 44px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn {
    height: 66px;
    padding: 24px 30px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn > span {
    font-size: 1.1em;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column p {
    font-size: 1em;
  }
  .module--videos .inner .title {
    max-width: 1100px;
  }
  .module--videos .inner .video a {
    height: 350px;
  }
  .module--video-fw .inner .video a {
    height: 520px;
  }
  .module--head-news .inner {
    max-width: 1100px;
  }
  .module--head-news .inner .container-text-featured .title {
    font-size: 3.5em;
  }
  .module--head-news .inner .container-text-featured .date {
    font-size: 1.2em;
  }
  .module--head-news .inner .container-text-featured .intro {
    font-size: 1.4em;
  }
  .module--news .inner .title {
    max-width: 1100px;
  }
  .module--news .inner .new a {
    height: 350px;
  }
  .module--news .inner .new .title-new {
    font-size: 1.5em;
    height: auto;
  }
  .module--news_ext .inner .new a {
    height: 350px;
  }
  .module--news_ext .inner .new .title-new-ext {
    font-size: 1.5em;
    height: auto;
  }
  .module--about .inner {
    max-width: 1100px;
  }
  .module--about .inner .wrapper--flex .column p {
    font-size: 1.2em;
  }
  .module--about .inner .wrapper--flex .column p:last-of-type {
    margin-bottom: 66px;
  }
  .module--about .inner .wrapper--flex .column .btn {
    height: 66px;
    padding: 20px 40px;
  }
  .module--about .inner .wrapper--flex .column .btn > span {
    font-size: 1.363em;
  }
  .module--generic .inner {
    max-width: 1100px;
  }
  .module--generic .inner .wrapper-list_box .box .image > a {
    height: 370px;
  }
  .module--generic .inner .wrapper-list_box .box.box_layer .box-overlay p {
    font-size: 1em;
  }
  .module--generic .inner .wrapper-list_box .box.box_layer .box-overlay ul li a {
    font-size: 1em;
  }
  .module--generic .inner > .title + p {
    max-width: 750px;
    font-size: 1.300em;
  }
  .module--generic .inner > .title {
    font-size: 4.375em;
  }
  .module--detail-description_header .inner {
    max-width: 1100px;
  }
  .module--detail-description_header .inner .detail--header .column .cat {
    font-size: 1.688em;
  }
  .module--detail-description_header .inner .detail--header .column .title {
    font-size: 3.875em;
  }
  .module--detail-description_header .inner .detail--header .column .show-info {
    font-size: 1em;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container {
    margin-top: 44px;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container .info .btn {
    height: 66px;
    padding: 24px 30px;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container .info .btn > span {
    font-size: 1.1em;
  }
  .module--detail-description .inner {
    max-width: 1100px;
  }
  .module--detail-description .inner .detail--content p {
    font-size: 1.4em;
  }
  .module--carousel .inner {
    max-width: 1100px;
  }
  .module--press .inner {
    max-width: 1100px;
  }
  .module--awards .inner {
    max-width: 1100px;
  }
  .module--awards .inner .wysiwyg {
    max-width: 100%;
    margin-left: 0;
  }
  .module--team .inner {
    max-width: 1100px;
  }
  .module--text .inner {
    max-width: 1100px;
  }
  .module--contact-dist .inner {
    max-width: 1100px;
  }
  .module--contact-dist .inner .wrapper {
    padding-left: 0;
  }
  .module--talent .inner {
    max-width: 1100px;
  }
  .module--talent .inner .wysiwyg {
    padding-left: 0;
  }
  .module--talent-dist .inner {
    max-width: 1100px;
  }
  .module--talent-dist .inner .wysiwyg.wysiwyg--full {
    padding-left: 0;
  }
  .module--talent-dist .inner .wysiwyg ul.main li {
    font-size: 1.3em;
  }
  .module--talent-dist .inner .wysiwyg ul li span {
    font-size: 1.3em;
  }
  .module--featured .inner {
    max-width: 1100px;
  }
  .module--featured .inner .module--featured_content .bck .name {
    font-size: 4em;
  }
  .module--featured .inner .module--featured_content .bck .container-image {
    height: 600px;
  }
  .module--content .inner {
    max-width: 1100px;
  }
  .module--content .inner .wysiwyg {
    max-width: 100%;
  }
  .module--content .inner .wysiwyg p {
    font-size: 1.15em;
  }
  .module--content .inner .wysiwyg ul {
    list-style: inherit;
  }
  .module--content .inner .wysiwyg ul li,
  .module--content .inner .wysiwyg ol li {
    font-size: 1.15em;
  }
  .module--images-dist .inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1024px) {
  .module--shows .inner {
    padding: 30px 20px;
  }
  .module--shows .inner .title {
    font-size: 1.813em;
  }
  .module--shows .inner .container-tabs {
    margin: 30px 0;
  }
  .module--shows .inner .container-tabs .nav--tabs {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-y: hidden;
  }
  .module--shows .inner .container-tabs .nav--tabs > li {
    display: inline-block;
    white-space: nowrap;
  }
  .module--shows .inner .container-tabs .nav--tabs > li a {
    font-size: 1.150em;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header {
    display: block;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column {
    width: 100%;
    left: -50px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column + .column {
    left: 50px;
    width: 100%;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container {
    margin-top: 20px;
    align-items: center;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info {
    width: 40%;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info + .info {
    width: 60%;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn {
    top: 0;
    height: 40px;
    display: inline-block;
    padding: 10px 20px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn > span {
    font-size: 1em;
  }
}
@media screen and (max-width: 970px) {
  .module--main .inner .container-main_info .main-info {
    left: 20px;
  }
  .module--main .inner .container-main_info .main-info.main-info_bottom {
    right: 20px;
  }
  .module--about .inner .wrapper--flex .column p {
    font-size: 1.4em;
  }
  .module--about .inner .wrapper--flex .column p:last-of-type {
    margin-bottom: 0;
  }
  .module--about .inner .wrapper--flex .column .btn {
    position: relative;
    margin: 18px 0 0 0;
    height: 40px;
    display: inline-block;
    padding: 10px 20px;
  }
  .module--about .inner .wrapper--flex .column .btn > span {
    font-size: 1em;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container .info .btn {
    height: 40px;
    display: inline-block;
    padding: 10px 20px;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container .info .btn > span {
    font-size: 1em;
  }
  .module--head-news .inner .container-text-featured {
    width: 55%;
  }
  .module--head-news .inner .container-text-featured .date {
    font-size: 1.1em;
  }
  .module--head-news .inner .container-text-featured .title {
    font-size: 3.000em;
  }
  .module--head-news .inner .container-text-featured .intro {
    font-size: 1.375em;
  }
  .module--head-news .inner .container-image-featured {
    width: 45%;
  }
  .module--content .inner .share {
    margin: 0 0 50px;
  }
  .module--content .inner .share .share--list > li a {
    font-size: 1em;
  }
  .module--content .inner .wysiwyg p {
    color: black;
    font-size: 1.1em;
  }
  .module--content .inner .wysiwyg ul {
    list-style: inherit;
  }
  .module--content .inner .wysiwyg ul li,
  .module--content .inner .wysiwyg ol li {
    font-size: 1.1em;
  }
  .module--awards .inner .wysiwyg {
    margin-left: 0;
  }
  .module--talent-dist .inner .wysiwyg {
    padding-left: 0;
  }
  .module--generic .inner > .title + p {
    margin: 30px 0;
    font-size: 1.200em;
  }
}
@media screen and (max-width: 770px) {
  hr {
    margin: 20px auto;
  }
  .module--header .inner {
    padding: 40px 20px;
  }
  .module--header .inner .lbl {
    font-size: 3.438em;
  }
  .module--main .inner .video-wrapper {
    height: 450px;
  }
  .module--main .inner .main-background {
    height: 450px;
    overflow: hidden;
  }
  .module--main .inner .main-background.main-background_single {
    position: relative;
    height: 420px;
  }
  .module--main .inner .main-background.main-background_single .title span {
    padding: 0 20px;
    font-size: 3em;
  }
  .module--main .inner .main-background.main-background_page {
    height: 420px;
  }
  .module--main .inner .main-background.main-background_page + .container-main_info {
    height: 420px;
  }
  .module--main .inner .container-main_info {
    height: 450px;
  }
  .module--main .inner .container-main_info .main-info {
    left: 20px;
    top: -75px;
  }
  .module--main .inner .container-main_info .main-info.main-info_bottom {
    right: 40px;
    left: auto;
    top: auto;
    bottom: 40px;
  }
  .module--main .inner .container-main_info .main-info.main-info_bottom .title {
    color: #FECD00;
    text-align: right;
    max-width: 1040px;
    font-size: 3.438em;
  }
  .module--main .inner .container-main_info .main-info .title {
    font-size: 3.438em;
    max-width: 323px;
  }
  .module--main .inner .container-main_info .main-info .container-btn .btn {
    height: 40px;
    display: inline-block;
    padding: 10px 20px;
  }
  .module--main .inner .container-main_info .main-info .container-btn .btn > span {
    font-size: 1em;
  }
  .module--shows .inner {
    padding: 30px 20px;
  }
  .module--shows .inner .title {
    font-size: 1.813em;
  }
  .module--shows .inner .container-tabs {
    margin: 30px 0;
  }
  .module--shows .inner .container-tabs .nav--tabs {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-y: hidden;
  }
  .module--shows .inner .container-tabs .nav--tabs > li {
    padding: 10px 0;
    display: inline-block;
    white-space: nowrap;
  }
  .module--shows .inner .container-tabs .nav--tabs > li.active a:before {
    bottom: 0;
  }
  .module--shows .inner .container-tabs .nav--content {
    margin: 50px 0 20px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header {
    display: block;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column {
    width: 100%;
    left: -50px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column + .column {
    left: 50px;
    width: 100%;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .cat {
    font-size: 1.688em;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .title {
    font-size: 3em;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container {
    margin-top: 20px;
    align-items: flex-end;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info {
    line-height: 1em;
    width: 40%;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info + .info {
    width: 60%;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn {
    top: 0;
    height: 40px;
    display: inline-block;
    padding: 10px 20px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_header .column .show--info_container .info .btn > span {
    font-size: 1em;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content {
    display: block;
    width: 100%;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column {
    width: 100%;
    padding-right: 0;
    left: -50px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column + .column {
    left: 50px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column p {
    font-size: 1em;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column p + figure,
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column p img {
    margin-top: 30px;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure.image-vert {
    height: auto;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure.image-vert img {
    height: auto;
    object-fit: inherit;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure img {
    width: 100%;
    display: block;
  }
  .module--shows .inner .container-tabs .nav--content .tab-pane .tab-pane_content .column figure + figure {
    margin-top: 10px;
  }
  .module--about .inner {
    padding: 20px 20px 0;
  }
  .module--about .inner .title {
    font-size: 1.813em;
  }
  .module--about .inner .wrapper--flex {
    display: block;
  }
  .module--about .inner .wrapper--flex .column {
    width: 100%;
    padding-right: 10;
  }
  .module--about .inner .wrapper--flex .column + .column {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .module--about .inner .wrapper--flex .column p {
    font-size: 1.2em;
  }
  .module--about .inner .wrapper--flex .column .btn {
    height: 40px;
    display: inline-block;
    padding: 10px 20px;
  }
  .module--about .inner .wrapper--flex .column .btn > span {
    font-size: 1em;
  }
  .module--text .inner {
    padding: 20px;
  }
  .module--text .inner .txt-highlight {
    font-size: 2.150em;
  }
  .module--text .inner .txt-highlight.txt-highlight_bold {
    font-size: 2.150em;
    padding-right: 0;
  }
  .module--text .inner .wysiwyg {
    margin: 50px auto;
  }
  .module--text .inner .wysiwyg p {
    font-size: 1.200em;
  }
  .module--team .inner {
    padding: 40px 20px;
  }
  .module--team .inner .title {
    font-size: 1.813em;
  }
  .module--team .inner .list--team {
    margin: 20px 0 0;
  }
  .module--team .inner .list--team ul {
    display: block;
  }
  .module--team .inner .list--team ul > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .module--team .inner .list--team ul > li .name {
    font-size: 1.375em;
  }
  .module--team .inner .list--team ul > li .role {
    font-size: 1.163em;
  }
  .module--detail-description_header .inner {
    padding: 40px 20px;
  }
  .module--detail-description_header .inner .detail--header {
    display: block;
  }
  .module--detail-description_header .inner .detail--header .column {
    width: 100%;
  }
  .module--detail-description_header .inner .detail--header .column + .column {
    width: 100%;
  }
  .module--detail-description_header .inner .detail--header .column .cat {
    font-size: 1.688em;
  }
  .module--detail-description_header .inner .detail--header .column .title {
    font-size: 3em;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container {
    margin-top: 20px;
    align-items: flex-end;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container .info {
    line-height: 1em;
    width: 40%;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container .info + .info {
    width: 60%;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container .info .btn {
    top: 0;
    height: 40px;
    display: inline-block;
    padding: 10px 20px;
  }
  .module--detail-description_header .inner .detail--header .column .show--info_container .info .btn > span {
    font-size: 1em;
  }
  .module--detail-description .inner {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .module--detail-description .inner .detail--content .title {
    font-size: 1.750em;
  }
  .module--detail-description .inner .detail--content p {
    font-size: 1.1em;
  }
  .module--carousel .inner {
    padding: 0 20px 40px;
  }
  .module--carousel .inner .title {
    font-size: 1.750em;
    text-align: left;
  }
  .module--carousel .inner .carousel .carousel-page .row {
    display: block;
  }
  .module--carousel .inner .carousel .carousel-page .row .column {
    width: 100%;
    padding-right: 0;
  }
  .module--carousel .inner .carousel .carousel-page .row .column.column_top {
    top: 0;
  }
  .module--carousel .inner .carousel .carousel-page .row .column.column_top + .column {
    margin-top: 20px;
  }
  .module--carousel .inner .carousel .carousel-page .row .column + .column {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .module--carousel .inner .carousel .carousel-page .row .column .caption {
    font-size: 1em;
  }
  .module--carousel .inner .carousel .carousel-page .row .column.column_full {
    display: block;
  }
  .module--carousel .inner .carousel .carousel-page .row .column.column_full .fxcol {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .module--carousel .inner .carousel .carousel-page .row .column.column_full .fxcol + .fxcol {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .module--carousel .inner .carousel .carousel-page .row .column.column_full .fxcol .caption {
    margin-top: 0;
    text-align: left;
  }
  .module--carousel .inner .carousel .slick-dots {
    margin: 20px 0 0;
  }
  .module--carousel .inner .carousel .slick-dots > li {
    max-width: 35px;
  }
  .module--images-dist .inner {
    padding: 40px 20px;
  }
  .module--images-dist .inner .title {
    font-size: 1.750em;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row {
    display: block;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row.row_down .column {
    top: 0;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row.row_down .column .caption {
    position: relative;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row + .row {
    margin-top: 40px;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row .column {
    width: 100%;
    padding-right: 0;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row .column + .column {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 40px;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row .column .caption {
    font-size: 1em;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row .column.column_full-block .fxcol figure {
    height: 450px;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row .column.column_mix {
    display: block;
  }
  .module--images-dist .inner .container-images .container-images_wrapper .row .column.column_mix .caption {
    position: relative;
    text-align: left;
    margin-top: 15px;
    max-width: 100%;
    width: 100%;
  }
  .module--videos .inner .title {
    padding: 0 20px 20px;
    font-size: 1.750em;
  }
  .module--videos .inner .video a {
    height: 230px;
  }
  .module--videos .inner .slick-dots {
    margin: 20px 0 0;
  }
  .module--videos .inner .slick-dots > li {
    max-width: 35px;
  }
  .module--news .inner .title {
    font-size: 1.750em;
    padding: 0 20px 20px;
  }
  .module--news .inner .slick-dots {
    margin: 20px 0 0;
  }
  .module--news .inner .slick-dots > li {
    max-width: 35px;
  }
  .module--news_ext .inner .title {
    font-size: 1.750em;
    padding: 0 20px 20px;
  }
  .module--news_ext .inner .slick-dots {
    margin: 20px 0 0;
  }
  .module--news_ext .inner .slick-dots > li {
    max-width: 35px;
  }
  .module--press .inner {
    padding: 40px 20px 20px;
  }
  .module--press .inner .container {
    display: block;
  }
  .module--press .inner .container .title {
    width: 100%;
    font-size: 1.750em;
    margin-bottom: 20px;
  }
  .module--press .inner .container .container-press {
    width: 100%;
  }
  .module--press .inner .container .container-press .press p {
    font-size: 1.2em;
  }
  .module--press .inner .container .container-press .press p + .via {
    margin-top: 20px;
  }
  .module--press .inner .container .container-press .press .via {
    font-size: 1em;
  }
  .module--press .inner .container .container-press .press + .press {
    margin-top: 40px;
  }
  .module--awards .inner {
    padding: 40px 20px;
  }
  .module--awards .inner .title {
    font-size: 1.750em;
    padding-bottom: 20px;
  }
  .module--awards .inner .wysiwyg {
    margin-left: 0;
  }
  .module--awards .inner .wysiwyg p strong {
    font-size: 1.3em;
  }
  .module--awards .inner .wysiwyg p + p {
    margin-top: 30px;
  }
  .module--awards .inner .wysiwyg ul li {
    font-size: 1.1em;
  }
  .module--awards .inner .wysiwyg ul li + li {
    margin-top: 10px;
  }
  .module--awards .inner .wysiwyg ul + p {
    margin-top: 30px;
  }
  .module--talent .inner {
    padding: 40px 20px;
  }
  .module--talent .inner .title {
    padding: 0 0 20px;
    font-size: 1.750em;
  }
  .module--talent .inner .wysiwyg {
    padding-left: 0;
  }
  .module--talent .inner .wysiwyg + .wysiwyg {
    margin-top: 30px;
  }
  .module--talent .inner .wysiwyg .block-columns {
    display: block;
  }
  .module--talent .inner .wysiwyg .block-columns .block-column {
    width: 100%;
    padding-right: 0;
  }
  .module--talent .inner .wysiwyg .block-columns .block-column.block-column_list ul {
    display: block;
  }
  .module--talent .inner .wysiwyg .block-columns .block-column.block-column_list ul li {
    width: 100%;
    padding-right: 0;
  }
  .module--talent .inner .wysiwyg .block-columns .block-column + .block-column {
    margin-top: 30px;
  }
  .module--talent .inner .wysiwyg p strong {
    font-size: 1.3em;
  }
  .module--talent .inner .wysiwyg p + p {
    margin-top: 30px;
  }
  .module--talent .inner .wysiwyg p + .block-columns .block-column + .block-column {
    margin-top: 8px;
  }
  .module--talent .inner .wysiwyg span {
    font-size: 1.1em;
  }
  .module--talent .inner .wysiwyg ul li {
    font-size: 1.1em;
  }
  .module--talent .inner .wysiwyg ul + p {
    margin-top: 30px;
  }
  .module--talent-dist .inner {
    padding: 40px 20px;
  }
  .module--talent-dist .inner .title {
    padding: 0 0 40px;
    font-size: 1.750em;
  }
  .module--talent-dist .inner .wysiwyg {
    padding-left: 0;
  }
  .module--talent-dist .inner .wysiwyg .block-columns {
    display: block;
  }
  .module--talent-dist .inner .wysiwyg .block-columns .block-column {
    width: 100%;
    padding-right: 0;
  }
  .module--talent-dist .inner .wysiwyg .block-columns .block-column + .block-column {
    margin-top: 40px;
    width: 100%;
  }
  .module--talent-dist .inner .wysiwyg .title-bck {
    font-size: .9em;
    margin: 0 0 20px 0;
  }
  .module--talent-dist .inner .wysiwyg ul {
    display: block;
  }
  .module--talent-dist .inner .wysiwyg ul.main {
    display: block;
  }
  .module--talent-dist .inner .wysiwyg ul.main li {
    font-size: 1.2em;
    max-width: 100%;
  }
  .module--talent-dist .inner .wysiwyg ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  .module--talent-dist .inner .wysiwyg ul li span {
    font-size: 1.1em;
  }
  .module--talent-dist .inner .wysiwyg ul li span + span {
    font-size: 1em;
  }
  .module--featured .inner {
    padding: 0 20px 40px;
  }
  .module--featured .inner .module--featured_header {
    display: block;
  }
  .module--featured .inner .module--featured_header .title {
    font-size: 1.750em;
  }
  .module--featured .inner .module--featured_header .nav--tabs_container {
    width: 100%;
    margin-top: 20px;
  }
  .module--featured .inner .module--featured_header .nav--tabs_container ul {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-y: hidden;
  }
  .module--featured .inner .module--featured_header .nav--tabs_container ul > li {
    padding: 20px 0;
    display: inline-block;
    white-space: nowrap;
    width: auto;
  }
  .module--featured .inner .module--featured_header .nav--tabs_container ul > li.active a:before {
    bottom: 0;
  }
  .module--featured .inner .module--featured_header .nav--tabs_container ul > li a {
    font-size: 1em;
  }
  .module--featured .inner .module--featured_header .nav--tabs_container ul > li a.active:before {
    bottom: -10px;
  }
  .module--featured .inner .module--featured_content .bck .name {
    font-size: 3em;
  }
  .module--featured .inner .module--featured_content .bck .container-image {
    height: 350px;
  }
  .module--generic .inner {
    padding: 40px 20px;
  }
  .module--generic .inner > .title {
    font-size: 3em;
  }
  .module--generic .inner > .title + .wrapper-list_box {
    margin-top: 30px;
  }
  .module--generic .inner .subtitle {
    margin: 0 0 30px;
  }
  .module--generic .inner .subtitle a span {
    font-size: 1.3em;
  }
  .module--generic .inner .subtitle a img {
    max-width: 100px;
  }
  .module--generic .inner .wrapper-list_box {
    display: block;
  }
  .module--generic .inner .wrapper-list_box .box {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .module--generic .inner .wrapper-list_box .box:nth-child(2n+2) {
    padding-left: 0;
  }
  .module--generic .inner .wrapper-list_box .box.box_layer .box-overlay p {
    font-size: 1.100em;
  }
  .module--generic .inner .wrapper-list_box .box.box_layer .box-overlay ul li a {
    font-size: 1.100em;
  }
  .module--generic .inner .wrapper-list_box .box.box_layer .box-overlay .title-overlay {
    font-size: 1.3em;
  }
  .module--generic .inner .wrapper-list_box .box .title {
    font-size: 1.288em;
  }
  .module--head-news .inner {
    padding: 50px 20px 40px;
    display: block;
  }
  .module--head-news .inner .container-text-featured {
    padding-right: 0;
    width: 100%;
  }
  .module--head-news .inner .container-text-featured .title {
    font-size: 2.800em;
  }
  .module--head-news .inner .container-text-featured .intro {
    font-size: 1.1em;
  }
  .module--head-news .inner .container-image-featured {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .module--content .inner {
    padding: 0 20px 40px;
  }
  .module--content .inner .share {
    margin: 0 0 30px;
  }
  .module--content .inner .wysiwyg p {
    font-size: 1em;
  }
  .module--content .inner .wysiwyg ul li,
  .module--content .inner .wysiwyg ol li {
    font-size: 1em;
  }
  .module--detail-intro .inner {
    padding: 40px 20px;
  }
  .module--detail-intro .inner .title {
    font-size: 2em;
  }
  .module--detail-intro .inner .info {
    font-size: 1.100em;
  }
  .module--video-fw .inner .video a {
    height: 400px;
  }
  .module--contact-dist .inner {
    padding: 40px 20px 60px;
  }
  .module--contact-dist .inner .title {
    font-size: 1.750em;
  }
  .module--contact-dist .inner .wrapper {
    display: block;
    padding-left: 0;
  }
  .module--contact-dist .inner .wrapper .column {
    width: 100%;
    padding-right: 0;
  }
  .module--contact-dist .inner .wrapper .column + .column {
    padding-right: 0;
    padding-left: 0;
    margin-top: 50px;
  }
  .module--contact-dist .inner .wrapper .column + .column .email {
    font-size: 1.150em;
  }
  .module--contact-dist .inner .wrapper .column .title-column {
    font-size: .9em;
    margin: 0 0 20px;
  }
  .module--contact-dist .inner .wrapper .column .list--contact > li {
    padding: 0;
  }
  .module--contact-dist .inner .wrapper .column .list--contact > li + li {
    margin-top: 40px;
  }
  .module--contact-dist .inner .wrapper .column .list--contact > li .name {
    font-size: 1.1em;
  }
  .module--contact-dist .inner .wrapper .column .list--contact > li .email {
    font-size: 1em;
  }
  .module--contact-dist .inner .wrapper .column .social > li {
    font-size: 1em;
  }
  .module--forms .inner {
    padding: 40px 20px 80px;
  }
  .module--forms .inner > .title {
    font-size: 3.250em;
  }
  .module--forms .inner .form p {
    font-size: 1.1em;
  }
  .module--forms .inner .form .row {
    display: block;
  }
  .module--forms .inner .form .row + .row {
    margin-top: 30px;
  }
  .module--forms .inner .form .row .field {
    width: 100%;
    padding-right: 0;
  }
  .module--forms .inner .form .row .field + .field {
    padding-left: 0;
    padding-right: 0;
  }
  .module--forms .inner .form .field + .field {
    margin-top: 30px;
  }
  .module--forms .inner .form .field.field-submit {
    display: block;
  }
  .module--forms .inner .form .field.field-submit .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .module--forms .inner .form .field .btn {
    height: 76px;
    background: #FE4815;
    padding: 20px 30px;
    color: white;
    font-size: 1.563em;
    text-align: center;
    display: inline-block;
    text-transform: inherit;
    letter-spacing: normal;
  }
  .module--forms .inner .form .field .btn:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }
  .module--forms .inner .form .field .checkbox-legal label {
    padding: 0;
    font-weight: normal;
    font-size: 0.750em;
    display: flex;
    align-items: center;
  }
  .module--forms .inner .form .field .checkbox-legal label a {
    text-decoration: underline;
    color: black;
  }
  .module--forms .inner .form .field .ajax-loader {
    display: none;
  }
}
.menu-bg-layout {
  background: #ffca00;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.menu-bg-layout.show {
  left: 0;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  overflow-y: auto;
}
.menu-bg-layout .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.menu-bg-layout .inner .menu-main-layout {
  display: flex;
  padding: 100px 0 40px;
  align-items: center;
  justify-content: center;
}
.menu-bg-layout .inner .menu-main-layout .navigation-primary-layout .menu-primary-layout li {
  padding: 0;
  text-align: center;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: -10px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.menu-bg-layout .inner .menu-main-layout .navigation-primary-layout .menu-primary-layout li.show {
  top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.menu-bg-layout .inner .menu-main-layout .navigation-primary-layout .menu-primary-layout li + li {
  margin-top: 40px;
}
.menu-bg-layout .inner .menu-main-layout .navigation-primary-layout .menu-primary-layout li a {
  display: block;
  text-align: center;
  color: #FE4815;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.4em;
}
.menu-bg-layout .inner .menu-main-layout .navigation-primary-layout .menu-primary-layout li a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.menu-bg-layout .inner .container-header-top {
  padding-bottom: 40px;
}
.menu-bg-layout .inner .container-header-top .menu-secondary-layout > ul {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  border-top: 1px solid #FE4815;
  margin-top: 20px;
}
.menu-bg-layout .inner .container-header-top .menu-secondary-layout > ul > li {
  padding: 0;
}
.menu-bg-layout .inner .container-header-top .menu-secondary-layout > ul > li + li {
  margin-left: 20px;
}
.menu-bg-layout .inner .container-header-top .menu-secondary-layout > ul > li a {
  display: block;
  font-family: 'Eina';
  font-weight: normal;
  color: #FE4815;
  font-size: 1.250em;
}
.menu-bg-layout .inner .container-header-top .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-bg-layout .inner .container-header-top .social .social--list {
  margin-left: 0;
  margin-top: 13px;
  display: flex;
}
.menu-bg-layout .inner .container-header-top .social .social--list > li {
  padding: 0;
}
.menu-bg-layout .inner .container-header-top .social .social--list > li + li {
  margin-left: 20px;
}
.menu-bg-layout .inner .container-header-top .social .social--list > li a {
  display: block;
}
.menu-bg-layout .inner .container-header-top .social .social--list > li a.icon:before {
  color: #FE4815;
}
.menu-bg-layout .inner .container-header-top .social .social--list > li a.icon.icon-twitter:before {
  font-size: 1.2em;
  top: 2px;
  position: relative;
}
.menu-bg-layout .inner .container-header-top .lang {
  margin: 10px 0;
}
.menu-bg-layout .inner .container-header-top .lang ul {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  border-top: 1px solid #FE4815;
}
.menu-bg-layout .inner .container-header-top .lang ul > li {
  padding: 0;
}
.menu-bg-layout .inner .container-header-top .lang ul > li.active a,
.menu-bg-layout .inner .container-header-top .lang ul > li.wpml-ls-current-language a {
  padding: 0;
}
.menu-bg-layout .inner .container-header-top .lang ul > li.active a:after,
.menu-bg-layout .inner .container-header-top .lang ul > li.wpml-ls-current-language a:after {
  width: 10px;
}
.menu-bg-layout .inner .container-header-top .lang ul > li a {
  display: block;
  color: #FE4815;
  font-size: 1em;
  font-family: 'Eina';
  font-weight: normal;
  position: relative;
  line-height: 1em;
  padding: 0;
}
.menu-bg-layout .inner .container-header-top .lang ul > li a:after {
  background: none;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #FE4815;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  margin-left: -5px;
}
.menu-bg-layout .inner .container-header-top .lang ul > li a:hover:after {
  width: 10px;
}
.menu-bg-layout .inner .container-header-top .lang ul > li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #FE4815;
}
.header {
  background: #ffca00;
}
.header.header-page {
  background: white;
}
.header.header-page .inner {
  padding: 0 0 0 40px;
}
.header.header-page .inner .header--container {
  align-items: center;
}
.header.header-page .inner .header--container .header-column.header-column_flex {
  display: flex;
  align-items: center;
}
.header.header-page .inner .header--container .header-column.header-column_flex .nav-burger + .title,
.header.header-page .inner .header--container .header-column.header-column_flex .nav-burger + .breadcrumb {
  margin-left: 25px;
}
.header.header-page .inner .header--container .header-column .lang {
  margin: 0;
}
.header.header-page .inner .header--container .header-column .nav-burger {
  width: 34px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  z-index: 20;
}
.header.header-page .inner .header--container .header-column .nav-burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header.header-page .inner .header--container .header-column .nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.header.header-page .inner .header--container .header-column .nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.header.header-page .inner .header--container .header-column .nav-burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header.header-page .inner .header--container .header-column .nav-burger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FE4815;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header.header-page .inner .header--container .header-column .nav-burger span:nth-child(1) {
  top: 0px;
}
.header.header-page .inner .header--container .header-column .nav-burger span:nth-child(2),
.header.header-page .inner .header--container .header-column .nav-burger span:nth-child(3) {
  top: 13px;
}
.header.header-page .inner .header--container .header-column .nav-burger span:nth-child(4) {
  top: 26px;
}
.header.header-page .inner .header--container .header-column .breadcrumb ul {
  display: flex;
  align-items: center;
}
.header.header-page .inner .header--container .header-column .breadcrumb ul > li {
  display: block;
  line-height: 1em;
  font-size: 1.375em;
  font-family: 'Eina';
  font-weight: normal;
  color: #FE4815;
  padding: 0;
}
.header.header-page .inner .header--container .header-column .breadcrumb ul > li:first-child a {
  color: #FE4815;
  font-family: 'Eina';
  font-weight: 900;
  display: block;
}
.header.header-page .inner .header--container .header-column .breadcrumb ul > li + li:before {
  margin: 0 5px;
  content: "/";
  font-family: 'Eina';
  font-weight: normal;
}
.header.header-page .inner .header--container .header-column .title {
  display: block;
  line-height: 1em;
  font-size: 1.375em;
  font-weight: 900;
  color: #FE4815;
  padding: 0;
}
.header.header-page .inner .header--container .header-column .menu-main {
  margin: 26px 0px;
}
.header.header-page .inner .header--container .header-column .menu-main .navigation-primary .menu-primary li {
  padding: 0;
}
.header.header-page .inner .header--container .header-column .menu-main .navigation-primary .menu-primary li a {
  font-size: 1.375em;
  font-weight: 900;
}
.header.header-page .inner .header--container .header-column .logo img {
  max-width: 232px;
}
.header .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px 40px;
}
.header .inner .header--container {
  display: flex;
  justify-content: space-between;
}
.header .inner .header--container.header--container_home .header-column {
  width: 60%;
}
.header .inner .header--container.header--container_home .header-column + .header-column {
  width: 40%;
}
.header .inner .header--container.header--container_home .header-column .nav-burger {
  display: none;
}
.header .inner .header--container .header-column {
  width: 50%;
}
.header .inner .header--container .header-column .nav-burger {
  width: 34px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  z-index: 20;
}
.header .inner .header--container .header-column .nav-burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header .inner .header--container .header-column .nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.header .inner .header--container .header-column .nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.header .inner .header--container .header-column .nav-burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header .inner .header--container .header-column .nav-burger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FE4815;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header .inner .header--container .header-column .nav-burger span:nth-child(1) {
  top: 0px;
}
.header .inner .header--container .header-column .nav-burger span:nth-child(2),
.header .inner .header--container .header-column .nav-burger span:nth-child(3) {
  top: 13px;
}
.header .inner .header--container .header-column .nav-burger span:nth-child(4) {
  top: 26px;
}
.header .inner .header--container .header-column .container-header-top {
  display: flex;
  align-items: center;
}
.header .inner .header--container .header-column .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .inner .header--container .header-column .social .social--list {
  margin-top: 13px;
  display: flex;
}
.header .inner .header--container .header-column .social .social--list > li {
  padding: 0;
}
.header .inner .header--container .header-column .social .social--list > li + li {
  margin-left: 20px;
}
.header .inner .header--container .header-column .social .social--list > li a {
  display: block;
}
.header .inner .header--container .header-column .social .social--list > li a.icon:before {
  color: #FE4815;
}
.header .inner .header--container .header-column .social .social--list > li a.icon.icon-twitter:before {
  font-size: 1.2em;
  top: 2px;
  position: relative;
}
.header .inner .header--container .header-column .menu-second {
  position: relative;
  top: 5px;
  margin: 0 80px;
}
.header .inner .header--container .header-column .menu-second .navigation-secondary .menu-secondary {
  display: flex;
}
.header .inner .header--container .header-column .menu-second .navigation-secondary .menu-secondary > li {
  padding: 0;
}
.header .inner .header--container .header-column .menu-second .navigation-secondary .menu-secondary > li + li {
  margin-left: 20px;
}
.header .inner .header--container .header-column .menu-second .navigation-secondary .menu-secondary > li a {
  display: block;
  font-family: 'Eina';
  font-weight: normal;
  color: #FE4815;
  font-size: 1.250em;
}
.header .inner .header--container .header-column .lang {
  margin: 20px 0 10px;
}
.header .inner .header--container .header-column .lang ul {
  display: flex;
}
.header .inner .header--container .header-column .lang ul > li {
  padding: 0;
}
.header .inner .header--container .header-column .lang ul > li.active a,
.header .inner .header--container .header-column .lang ul > li.wpml-ls-current-language a {
  padding: 0;
}
.header .inner .header--container .header-column .lang ul > li.active a:after,
.header .inner .header--container .header-column .lang ul > li.wpml-ls-current-language a:after {
  width: 30px;
}
.header .inner .header--container .header-column .lang ul > li a {
  display: block;
  color: #FE4815;
  font-size: 1em;
  font-family: 'Eina';
  font-weight: normal;
  position: relative;
  padding: 0;
  line-height: 1em;
}
.header .inner .header--container .header-column .lang ul > li a:after {
  background: none;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #FE4815;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  margin-left: -15px;
}
.header .inner .header--container .header-column .lang ul > li a:hover:after {
  width: 30px;
}
.header .inner .header--container .header-column .lang ul > li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #FE4815;
}
.header .inner .header--container .header-column .menu-main {
  margin: 45px 0 0;
  display: flex;
  align-items: center;
}
.header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
}
.header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary li {
  flex: 35%;
  padding: 0;
}
.header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary li:nth-child(2n+2) {
  flex: 65%;
}
.header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary a {
  display: inline-block;
  line-height: 1.1em;
  font-size: 2.188em;
  font-family: 'Eina';
  font-weight: normal;
  color: #FE4815;
  position: relative;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.header .inner .header--container .header-column .logo {
  position: relative;
}
.header .inner .header--container .header-column .logo img {
  max-width: 496px;
  width: 100%;
  display: block;
  margin: 0 0 0 auto;
}
.header .inner .header--container .header-column .description {
  padding: 0 20px 0 0;
}
.header .inner .header--container .header-column .description p {
  color: #FE4815;
  font-size: 1.438em;
  line-height: 1.1em;
  font-family: 'Eina';
  font-weight: normal;
  max-width: 493px;
  margin: 50px 0 0 auto;
  top: -10px;
  position: relative;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  left: 50%;
  top: 50%;
  margin-left: -28.5px;
  margin-top: -28.5px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.sk-folding-cube.hide {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffca00;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@media screen and (max-width: 1280px) {
  .header .inner .header--container .header-column .menu-main {
    margin: 35px 0 0;
  }
  .header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary a {
    font-size: 1.8em;
  }
  .header .inner .header--container .header-column .logo img {
    max-width: 340px;
  }
  .header .inner .header--container .header-column .description p {
    font-size: 1.238em;
    max-width: 420px;
    top: 5px;
  }
  .menu-bg-layout .inner .menu-main-layout .navigation-primary-layout .menu-primary-layout li a {
    font-size: 2.2em;
  }
  .menu-bg-layout .inner .menu-main-layout .navigation-primary-layout .menu-primary-layout li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header .inner {
    padding: 0 0 155px 40px;
  }
  .header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary li {
    flex: 45%;
  }
  .header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary li:nth-child(2n+2) {
    flex: 55%;
  }
  .header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary li a {
    font-size: 1.5em;
  }
  .header .inner .header--container .header-column .description {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .header .inner {
    padding: 0 0 150px 20px;
  }
  .header .inner .header--container .header-column .menu-second {
    top: 6px;
    margin: 0 30px;
  }
  .header .inner .header--container .header-column .menu-second .navigation-secondary .menu-secondary > li a {
    font-size: 1em;
  }
  .header .inner .header--container .header-column .menu-main .navigation-primary .menu-primary li {
    flex: 100%;
  }
}
@media screen and (max-width: 770px) {
  .menu-bg-layout {
    overflow-y: auto;
  }
  .menu-bg-layout .inner {
    padding: 0 20px;
    overflow-y: auto;
  }
  .menu-bg-layout .inner .menu-main-layout {
    padding: 80px 0 20px;
  }
  .menu-bg-layout .inner .menu-main-layout .navigation-primary-layout .menu-primary-layout li a {
    font-size: 1.8em;
  }
  .menu-bg-layout .inner .menu-main-layout .navigation-primary-layout .menu-primary-layout li + li {
    margin-top: 20px;
  }
  .menu-bg-layout .inner .container-header-top {
    padding-bottom: 40px;
  }
  .menu-bg-layout .inner .container-header-top .social {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-bg-layout .inner .container-header-top .social .social--list {
    margin-left: 0;
    margin-top: 13px;
    display: flex;
  }
  .menu-bg-layout .inner .container-header-top .social .social--list > li {
    padding: 0;
  }
  .menu-bg-layout .inner .container-header-top .social .social--list > li + li {
    margin-left: 20px;
  }
  .menu-bg-layout .inner .container-header-top .social .social--list > li a {
    display: block;
  }
  .menu-bg-layout .inner .container-header-top .social .social--list > li a.icon:before {
    color: #FE4815;
  }
  .menu-bg-layout .inner .container-header-top .social .social--list > li a.icon.icon-twitter:before {
    font-size: 1.2em;
    top: 2px;
    position: relative;
  }
  .menu-bg-layout .inner .container-header-top .lang {
    margin: 10px 0;
  }
  .menu-bg-layout .inner .container-header-top .lang ul {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    border-top: 1px solid #FE4815;
  }
  .menu-bg-layout .inner .container-header-top .lang ul > li {
    padding: 0;
  }
  .menu-bg-layout .inner .container-header-top .lang ul > li.active a:after {
    width: 60px;
  }
  .menu-bg-layout .inner .container-header-top .lang ul > li a {
    display: block;
    color: #FE4815;
    font-size: 1em;
    font-family: 'Eina';
    font-weight: normal;
    position: relative;
    line-height: 1em;
  }
  .menu-bg-layout .inner .container-header-top .lang ul > li a:after {
    background: none;
    bottom: -10px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #FE4815;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    margin-left: -30px;
  }
  .menu-bg-layout .inner .container-header-top .lang ul > li a:hover:after {
    width: 60px;
  }
  .menu-bg-layout .inner .container-header-top .lang ul > li + li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #FE4815;
  }
  .header.header-page .inner {
    padding: 0;
  }
  .header.header-page .inner .header--container {
    justify-content: space-between;
  }
  .header.header-page .inner .header--container .header-column {
    width: 50%;
  }
  .header.header-page .inner .header--container .header-column.header-column_flex .nav-burger {
    top: -17px;
    left: 20px;
  }
  .header.header-page .inner .header--container .header-column.header-column_flex .nav-burger + .title {
    margin-left: 32px;
    top: -15px;
    position: relative;
  }
  .header.header-page .inner .header--container .header-column.header-column_flex .nav-burger + .breadcrumb {
    display: none;
  }
  .header.header-page .inner .header--container .header-column + .header-column {
    width: 50%;
  }
  .header.header-page .inner .header--container .header-column .title {
    font-size: 1em;
    margin: 0;
  }
  .header .inner {
    padding: 0 0 140px 20px;
  }
  .header .inner .header--container.header--container_home .header-column {
    width: 40%;
  }
  .header .inner .header--container.header--container_home .header-column + .header-column {
    width: 60%;
  }
  .header .inner .header--container.header--container_home .header-column .nav-burger {
    display: block;
  }
  .header .inner .header--container .header-column {
    align-self: flex-end;
  }
  .header .inner .header--container .header-column .nav-burger {
    top: -5px;
    display: block;
    height: 32px;
  }
  .header .inner .header--container .header-column .logo img {
    max-width: 232px;
  }
  .header .inner .header--container .header-column .lang,
  .header .inner .header--container .header-column .menu-main,
  .header .inner .header--container .header-column .social,
  .header .inner .header--container .header-column .menu-second {
    display: none;
  }
  .header .inner .header--container .header-column .description {
    display: none;
  }
}
.home .footer .inner .footer--flex.footer--flex_border {
  border-top: 1px solid #FE4815;
}
.footer .inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 50px;
}
.footer .inner .footer--flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .inner .footer--flex.footer--flex_border {
  padding-top: 20px;
  border-top: 1px solid #CECECE;
}
.footer .inner .footer--flex .column {
  width: 33%;
  text-align: center;
}
.footer .inner .footer--flex .column .copy {
  text-align: left;
  display: block;
  line-height: 1em;
  color: #242B42;
  font-size: 0.938em;
  font-weight: normal;
}
.footer .inner .footer--flex .column .nav-secondary .menu-secondary {
  display: flex;
  justify-content: flex-end;
}
.footer .inner .footer--flex .column .nav-secondary .menu-secondary > li {
  padding: 0;
}
.footer .inner .footer--flex .column .nav-secondary .menu-secondary > li + li {
  margin-left: 20px;
}
.footer .inner .footer--flex .column .nav-secondary .menu-secondary > li a {
  display: block;
  line-height: 1.1em;
  font-size: 0.688em;
  color: #242B42;
  text-transform: uppercase;
  font-weight: normal;
}
.footer .inner .footer--flex .column .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .inner .footer--flex .column .social .lbl {
  display: block;
  line-height: 1.1em;
  font-size: 0.688em;
  color: #242B42;
  text-transform: uppercase;
  font-weight: normal;
}
.footer .inner .footer--flex .column .social .social--list {
  margin-left: 30px;
  display: flex;
}
.footer .inner .footer--flex .column .social .social--list > li {
  padding: 0;
}
.footer .inner .footer--flex .column .social .social--list > li + li {
  margin-left: 20px;
}
.footer .inner .footer--flex .column .social .social--list > li a {
  display: block;
}
.footer .inner .footer--flex .column .social .social--list > li a.icon:before {
  color: #c5c5c5;
}
@media screen and (max-width: 1024px) {
  .footer .inner {
    padding: 20px 20px 30px;
  }
  .footer .inner .footer--flex {
    display: block;
  }
  .footer .inner .footer--flex .column {
    width: 100%;
  }
  .footer .inner .footer--flex .column + .column {
    margin-top: 20px;
  }
  .footer .inner .footer--flex .column .copy {
    text-align: center;
  }
  .footer .inner .footer--flex .column .nav-secondary .menu-secondary {
    justify-content: center;
    align-items: center;
  }
}
