/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

html {
  min-width: 100%;
  min-height: 100%; }

body {
  background: #fff;
  font-family: 'Avenir-Book', sans-serif;
  width: 100vw;
  height: 100vh;
  font-size: 14px;
  overflow-x: hidden; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 100%; }

a {
  text-decoration: none;
  transition: .2s; }

a * {
  cursor: pointer; }

a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 100%; }

h1 {
  font-family: 'Avenir-Book', sans-serif;
  font-size: 45px;
  line-height: 55px; }

h1 strong {
  font-family: 'Avenir-Black', sans-serif;
  display: block; }

h2 {
  font-family: 'Avenir-Book', sans-serif;
  font-size: 45px;
  line-height: 55px; }

h2 strong {
  font-family: 'Avenir-Black', sans-serif; }

h3 {
  font-family: 'Avenir-Book', sans-serif; }

h3 strong {
  font-family: 'Avenir-Black', sans-serif;
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-family: 'Avenir-Book', sans-serif; }

button, button:active, button:focus, input, input:active, input:focus, select, select:active, select:focus, textarea, textarea:active, textarea:focus {
  outline-color: transparent;
  outline-width: 0;
  background: #fff; }

.input-block:-webkit-autofill, .input-block:-webkit-autofill:hover, .input-block:-webkit-autofill:focus {
  background: transparent;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s; }

.page-ready .main {
  opacity: 1; }

.main {
  position: relative;
  margin: auto;
  min-height: 100vh;
  padding-top: 6rem;
  opacity: 0;
  transition: .2s; }

.main p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 25px;
  text-align: justify;
  font-size: 18px; }

.main .btn-link {
  font-family: 'Avenir-Black', sans-serif;
  background-color: #f8e001;
  color: #000;
  padding: 1rem 2rem;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 1rem; }

@media only screen and (max-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 40px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1300px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 30;
  padding-bottom: 1rem;
  background: #fff; }

.header .container {
  max-width: 1500px; }

.header .header-logo {
  margin-top: 1rem;
  float: left;
  background: center no-repeat;
  background-size: contain;
  background-image: url("../imgs/logo.png");
  width: 200px;
  height: 60px; }

.header .header-logo .logo {
  display: block;
  width: 200px;
  height: 60px; }

.header .header-navbutton {
  margin-top: 3rem;
  float: right;
  margin-right: 2rem;
  border: 0;
  background: transparent;
  cursor: pointer; }

.header .header-navbutton .icon {
  display: block;
  width: 25px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: .25rem 0; }

.header .header-navbutton .icon::before {
  display: block;
  content: '';
  width: 70%;
  background: #000;
  height: 2px; }

.header-navbar {
  position: fixed;
  z-index: 35;
  right: -350px;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  max-width: 350px;
  width: 100%;
  height: 100%;
  transition: .5s; }

.header-navbar.open {
  right: 0; }

.header-navbar .header-navclose {
  cursor: pointer;
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 2rem; }

.header-navbar .header-navclose::before, .header-navbar .header-navclose::after {
  display: block;
  content: '';
  height: 1px;
  width: 25px;
  background: #fff; }

.header-navbar .header-navclose::before {
  transform: rotate(-45deg); }

.header-navbar .header-navclose::after {
  transform: rotate(45deg); }

.header-menu {
  text-align: right;
  font-size: 2rem;
  color: #d8d8d8;
  font-family: 'Avenir-Book';
  margin-right: 2rem; }

.header-menu .active a {
  color: #f5de02;
  font-family: 'Avenir-Black'; }

.header-menu a {
  color: #d8d8d8; }

.header-menu a:hover {
  color: #f5de02; }

.header-contact {
  z-index: 31;
  position: fixed;
  left: 0;
  bottom: 100%;
  background: #000;
  width: 100vw;
  height: 100%;
  color: #fff;
  transition: .5s;
  overflow-y: auto; }

.header-contact.open {
  bottom: 0; }

.header-contact .container {
  max-width: 900px; }

.header-contact .header-form {
  background: #101010;
  padding-top: 3rem; }

.header-contact .contact-close {
  float: right;
  color: #fff;
  background: transparent;
  font-size: 2rem;
  border: 0;
  position: relative;
  width: 25px;
  height: 25px; }

.header-contact .contact-close::before, .header-contact .contact-close::after {
  display: block;
  content: '';
  height: 1px;
  width: 25px;
  background: #fff; }

.header-contact .contact-close::before {
  transform: rotate(-45deg); }

.header-contact .contact-close::after {
  transform: rotate(45deg); }

.header-contact h2 {
  color: #f8e001;
  font-size: 2rem;
  font-family: 'Avenir-Black', sans-serif;
  margin-bottom: 2rem; }

.header-contact h2::before {
  content: '';
  display: block;
  background: #f8e001;
  height: .25rem;
  width: 3rem;
  margin-bottom: .5rem; }

.header-contact .panel-form {
  padding-top: 5rem;
  padding-bottom: 4rem; }

.header-contact .panel-form .field-block {
  position: relative;
  margin-bottom: 1.5rem; }

.header-contact .panel-form .field-block:nth-child(2) .label {
  width: 210px; }

.header-contact .panel-form .field-block:nth-child(2) .input-control {
  width: calc(100% - 220px); }

.header-contact .panel-form .field-block:nth-child(3) .label {
  width: 230px; }

.header-contact .panel-form .field-block:nth-child(3) .input-control {
  width: calc(100% - 240px); }

.header-contact .panel-form .field-block:nth-child(4) .label {
  width: 270px; }

.header-contact .panel-form .field-block:nth-child(4) .input-control {
  width: calc(100% - 280px); }

.header-contact .panel-form .field-block:nth-child(5) .label {
  width: 320px; }

.header-contact .panel-form .field-block:nth-child(5) .input-control {
  width: calc(100% - 330px); }

.header-contact .panel-form .field-block-file .fa-times-circle {
  display: none; }

.header-contact .panel-form .field-block-file.attached .fa-plus-circle {
  display: none; }

.header-contact .panel-form .field-block-file.attached .fa-times-circle {
  display: block; }

.header-contact .panel-form .icon-check {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  color: #f8e001;
  font-size: 1.5rem;
  display: none; }

.header-contact .panel-form .label {
  display: inline-block;
  font-size: 1.2rem; }

.header-contact .panel-form .input-control {
  height: 40px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #6c6c6c;
  color: #fff; }

.header-contact .panel-form .input-document {
  cursor: pointer; }

.header-contact .panel-form .icon-field {
  position: absolute;
  bottom: .5rem;
  font-size: 1.5rem;
  cursor: pointer;
  right: 2.5rem; }

.header-contact .panel-form .button-control {
  display: block;
  margin-left: auto;
  background: #f8e001;
  width: 150px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  color: #6c6c6c;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: .2s; }

.header-contact .panel-form .button-control:hover {
  color: #000; }

.header-contact .form-thanks {
  display: none;
  padding: 10rem 0 11rem; }

.header-contact .form-thanks h2 {
  margin-bottom: 0;
  font-size: 2.5rem; }

.header-contact .form-thanks h2::before {
  display: none; }

.header-contact .form-thanks h2 .icon-check {
  margin-right: 1rem; }

.header-contact .form-thanks .text {
  margin-left: 3.5rem; }

.header-contact .footer-form {
  padding: 3rem 0 2rem; }

.header-contact .footer-form a {
  color: #fff; }

.header-contact .footer-form .title {
  margin-bottom: .5rem; }

.header-contact .footer-form .menu-item {
  display: inline-block;
  margin-right: .5rem;
  line-height: 35px; }

.header-contact .footer-form .menu-item a {
  background-color: #7B7B7B;
  color: #000;
  border-radius: 100%;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  font-size: 1.2rem; }

@media only screen and (max-width: 992px) {
  .header .header-navbutton {
    margin-right: 0; } }

@media only screen and (max-width: 768px) {
  .panel-form .field-block .label {
    display: block; }
  .panel-form .field-block .input-control {
    width: 100% !important; }
  .header .header-logo {
    margin-top: 1rem;
    width: 130px;
    height: 40px; }
  .header .header-navbutton {
    margin-top: 2rem; }
  .header-contact .header-form {
    padding-top: 1rem; }
  .header-contact .panel-form {
    padding-top: 2rem; } }

.footer {
  position: relative;
  background: #000000;
  color: #a8a8a8;
  padding: 3rem 0; }

.footer a {
  color: #a8a8a8; }

.footer a:hover {
  color: #f8e001; }

.footer::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: .5rem;
  max-width: 550px;
  background: #f8e001;
  width: 80%; }

.footer .footer-social {
  margin-bottom: 2rem; }

.footer .footer-social .menu-item {
  display: inline-block;
  margin-right: .5rem;
  line-height: 35px; }

.footer .footer-social a {
  background-color: #7B7B7B;
  color: #000;
  border-radius: 100%;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  font-size: 1.2rem; }

.footer .menu {
  border-left: 1px solid #7B7B7B;
  padding: .5rem 0 .5rem 2rem; }

.footer .menu .footer-menu {
  margin-bottom: .5rem; }

.footer .menu .footer-menu li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 .5rem;
  line-height: 1rem; }

.footer .menu .footer-menu li:last-child {
  border-right: 0; }

.footer .menu .related img {
  height: 50px; }

.footer .menu a {
  padding: 0; }

@media (max-width: 768px) {
  .footer .menu {
    border-left: 0;
    padding: 0.5rem 0 0.5rem 0; } }

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

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

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

.home .header {
  background: transparent;
  transition: .5s; }

.home .header-logo {
  background-image: url("../imgs/logo-home.png"); }

.home .header-navbutton .icon {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.home .header-navbutton .icon::before {
  background: #fff; }

.home .main {
  padding-top: 0; }

.home.scroll .header {
  background: #fff; }

.home.scroll .header .header-logo {
  background-image: url("../imgs/logo.png"); }

.home.scroll .header .header-navbutton .icon {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }

.home.scroll .header .header-navbutton .icon::before {
  background: #000; }

.home-banner {
  height: 90vh;
  max-width: 1530px;
  margin: auto;
  background: #000;
  position: relative;
  overflow: hidden; }

.home-banner .timer {
  width: 60%;
  height: 2px;
  background: #f8e001;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: .5s; }

.home-banner .item {
  height: 100vh;
  width: 100%;
  background: top center no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 1s; }

.home-banner .item .row {
  background-color: rgba(0, 0, 0, 0.5); }

.home-banner .item.active {
  opacity: 1;
  z-index: 2; }

.home-banner .item.active .block {
  opacity: 1;
  margin-right: 2rem; }

.home-banner .item .block {
  max-width: 450px;
  margin-left: auto;
  text-align: right;
  margin-right: 5rem;
  opacity: 0;
  transition: 1s;
  transition-delay: .5s; }

.home-banner .item .block h2 {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 2.8rem;
  color: #fff; }

.home-banner .item .block h2::before {
  content: '';
  display: block;
  margin-left: auto;
  width: 30px;
  height: 5px;
  background-color: #f8e001;
  margin-bottom: 1rem; }

.home-banner .item .block p {
  color: #fff;
  text-align: right;
  margin-bottom: 2rem; }

.home-banner .item .block .link {
  font-family: 'Avenir-Black', sans-serif;
  background-color: #f8e001;
  color: #000;
  padding: 1rem 2rem;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 1rem; }

.home-banner .control {
  text-align: right;
  position: absolute;
  z-index: 5;
  right: 2rem;
  bottom: 3rem; }

.home-banner .control .bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fff;
  margin-right: 1rem;
  cursor: pointer; }

.home-banner .control .bullet.active {
  background: #f8e001; }

.home-banner .arrow {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  bottom: 0;
  text-align: center;
  color: #fff;
  z-index: 5; }

.home-banner .arrow i {
  display: block;
  font-size: 1rem; }

.home-banner .arrow i:nth-child(1) {
  margin-bottom: -6px; }

.home-banner .arrow::after {
  content: '';
  width: 1px;
  height: 65px;
  background: #fff;
  display: block;
  margin: 1rem auto 0;
  animation-name: home-arrow;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

.home-social {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 5; }

.home-social .menu-item {
  display: inline-block;
  margin-right: .5rem;
  line-height: 35px; }

.home-social .menu-item a {
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  font-size: 1.2rem;
  opacity: .5;
  box-shadow: 0 0 5px #000; }

.home-social .menu-item a:hover {
  opacity: 1; }

.home-about {
  background: #f8e001;
  color: #000;
  position: relative;
  padding: 6rem 0 5rem;
  text-align: center;
  max-width: 1530px;
  margin: auto; }

.home-about::before {
  content: '';
  width: 1px;
  height: 65px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -.5px; }

.home-about.done .container {
  opacity: 1;
  margin-top: 0; }

.home-about .container {
  opacity: 0;
  margin-top: 2rem;
  transition: 1s; }

.home-about h1 {
  margin-bottom: 2.5rem; }

.home-about h1 strong {
  font-size: 3.2rem; }

.home-about .text {
  margin: 0 auto;
  max-width: 900px; }

.home-about .text p {
  text-align: center;
  line-height: 2rem; }

.home-project {
  padding: 0 2.5rem 3rem;
  max-width: 1530px;
  margin: auto;
  opacity: 0;
  margin-top: 5rem;
  transition: 1s; }

.home-project.done {
  opacity: 1;
  margin-top: 2rem; }

.home-project .project-block {
  background: center no-repeat;
  background-size: auto 100%;
  position: relative;
  transition: .5s;
  margin-bottom: 30px;
  background-color: #eee; }

.home-project .project-block:hover {
  background-size: auto 120%; }

.home-project .project-block:hover .title {
  opacity: 1;
  padding-bottom: 1rem; }

.home-project .project-block .link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.home-project .project-block .title {
  font-family: 'Avenir-Black', sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  padding: 1rem 1rem 1.5rem;
  color: #000;
  transition: .5s;
  font-size: 1.2rem;
  opacity: 0; }

.home-project .project-block .title strong {
  font-family: 'Avenir-Black', sans-serif; }

.home-project .project-mode-a {
  height: 320px; }

.home-project .project-mode-b {
  height: 670px; }

.home-project .project-mode-c {
  height: 320px;
  background-size: 100% auto; }

.home-project .project-mode-c:hover {
  background-size: 120% auto; }

.home-project .control {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase; }

.home-project .control a {
  color: #000;
  font-weight: bold; }

@keyframes home-arrow {
  10% {
    margin-top: .5rem; }
  50% {
    margin-top: .5rem; }
  80% {
    margin-top: 1rem; } }

@media (max-width: 992px) {
  .home-project .project-mode-c {
    background-size: auto 100%; }
  .home-project .project-mode-c:hover {
    background-size: auto 120%; } }

@media (max-width: 768px) {
  .home-banner .item .block {
    margin-left: 1rem; }
  .home-banner .arrow {
    display: none; }
  .home-banner .control {
    bottom: 5rem; }
  .home-banner .item .block h2 {
    font-size: 2rem; }
  .home-about h1 {
    font-size: 2rem; }
  .home-about h1 strong {
    font-size: 2.5rem; }
  .home-project {
    padding-left: 1rem;
    padding-right: 1rem; }
  .home-project .project-mode-a, .home-project .project-mode-b, .home-project .project-mode-c {
    height: 30rem; }
  .home-banner .item {
    background-attachment: inherit; } }

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

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

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

.page-template-about .header {
  background: transparent;
  transition: .5s; }

.page-template-about .main {
  padding-top: 0; }

.page-template-about.scroll .header {
  background: #fff; }

.page-template-about.scroll .header .header-navbutton .icon {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }

.page-template-about.scroll .header .header-navbutton .icon::before {
  background: #000; }

.about-banner {
  height: 90vh;
  position: relative;
  padding: 2rem;
  max-width: 1460px;
  margin: auto;
  background: #000 top center no-repeat;
  background-image: url("../imgs/about-banner.jpg");
  background-attachment: fixed;
  background-size: cover; }

.about-banner .arrow {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  bottom: 0;
  text-align: center;
  color: #fff;
  z-index: 5; }

.about-banner .arrow i {
  display: block;
  font-size: 1rem;
  color: #000; }

.about-banner .arrow i:nth-child(1) {
  margin-bottom: -6px; }

.about-banner .arrow::after {
  content: '';
  width: 1px;
  height: 65px;
  background: #000;
  display: block;
  margin: 1rem auto 0;
  animation-name: home-arrow;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

.about-banner h1 {
  font-size: 3.2rem;
  font-family: 'Avenir-Black', sans-serif;
  font-weight: bold;
  color: #000;
  transition: 2s;
  opacity: 0;
  margin-left: 5rem; }

.about-banner h1::before {
  content: '';
  width: 30px;
  height: 5px;
  background: #000;
  display: block;
  margin-bottom: 2rem; }

.about-banner.done h1 {
  opacity: 1;
  margin-left: 0; }

.about-info {
  background: #f8e001;
  padding: 8rem 0;
  text-align: center;
  max-width: 1460px;
  margin: auto;
  position: relative; }

.about-info::before {
  content: '';
  width: 1px;
  height: 65px;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -.5px; }

.about-info.done .container {
  opacity: 1;
  margin-top: 0; }

.about-info .container {
  transition: 2s;
  opacity: 0;
  margin-top: 5rem;
  max-width: 800px; }

.about-info h2 {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 1rem; }

.about-info h2 span {
  display: block;
  font-family: 'Avenir-Book', sans-serif;
  font-style: italic;
  font-size: 2.5rem; }

.about-info h2 span::before {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  background: #000;
  margin: 1rem auto 2rem; }

.about-info p {
  text-align: center;
  line-height: 2rem; }

.about-text {
  padding: 8rem 0;
  text-align: center; }

.about-text.done .container {
  opacity: 1;
  margin-top: 0; }

.about-text .container {
  transition: 2s;
  opacity: 0;
  margin-top: 5rem;
  max-width: 1000px; }

.about-text p {
  text-align: center;
  line-height: 2rem; }

.about-text h2 {
  background-image: url("../imgs/icon-bubble.png");
  background-size: 60px auto;
  background-position: top right;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 3rem 2rem 0;
  margin-bottom: 3rem; }

.about-text .step {
  display: inline-block;
  margin: 0 1rem 2rem;
  max-width: 200px;
  width: 90%; }

.about-customer {
  overflow: hidden; }

.about-customer .banner {
  height: 26rem;
  background: top center no-repeat;
  background-image: url("../imgs/about-banner.jpg");
  background-attachment: fixed;
  background-size: cover;
  max-width: 1460px;
  margin: auto; }

.about-customer.done .container {
  opacity: 1;
  margin-top: 0; }

.about-customer .container {
  transition: 2s;
  opacity: 0;
  margin-top: 5rem;
  text-align: center;
  padding: 6rem 0; }

.about-customer .container h2 {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 4rem;
  text-align: center; }

.about-customer .container h2::after {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  background: #000;
  margin: 1rem auto 2rem; }

@media only screen and (max-width: 768px) {
  .about-info h2 {
    font-size: 2rem; }
  .about-info h2 span {
    font-size: 1.8rem; }
  .about-banner {
    background-attachment: inherit; }
  .about-customer .banner {
    background-attachment: inherit; } }

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

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

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

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

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

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

.news-item {
  height: 550px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px; }

.news-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: center center no-repeat;
  background-size: cover; }

.news-item .panel {
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 200px);
  width: 100%;
  padding: 3rem 4rem;
  background: rgba(0, 0, 0, 0.9);
  color: #87868a; }

.news-item h3 {
  display: inline-block;
  border-bottom: 1px solid #87868a;
  text-transform: uppercase;
  padding: 0 15px 5px 0;
  margin-bottom: 15px;
  font-size: 14px; }

.news-item h1, .news-item h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'Avenir-Black', sans-serif;
  color: #fff;
  margin-bottom: 3rem; }

.news-header {
  position: relative;
  max-height: 530px;
  max-width: 1530px;
  margin: auto; }

.news-header .container {
  height: 530px;
  position: relative; }

.news-header h1 {
  color: #f8e001; }

.news-header .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background: top center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.news-header.done .panel {
  bottom: 0;
  opacity: 1;
  transition: 2s; }

.news-header .panel {
  position: absolute;
  bottom: 5rem;
  opacity: 0;
  left: 0;
  max-width: 670px;
  width: 60%;
  padding: 6rem 7rem;
  background: rgba(28, 28, 28, 0.9);
  color: #87868a;
  border-radius: 5px; }

.news-header h3 {
  display: inline-block;
  border-bottom: 1px solid #87868a;
  text-transform: uppercase;
  padding: 0 15px 5px 0;
  margin-bottom: 25px;
  font-size: 14px; }

.news-header h1, .news-header h2 {
  font-size: 35px;
  line-height: 40px;
  font-family: 'Avenir-Black', sans-serif;
  margin-bottom: 3rem; }

.news-special {
  padding-top: 5rem;
  transition: 2s;
  opacity: 0;
  margin-top: 5rem; }

.news-special.done {
  opacity: 1;
  margin-top: 0; }

.news-slide .container {
  position: relative;
  height: 360px; }

.news-slide .news-item {
  height: 360px; }

.news-slide .image {
  height: 340px;
  top: 10px;
  left: 0;
  width: 50%; }

.news-slide .panel {
  left: 50%;
  height: 360px;
  width: 50%; }

.news-slide .carousel-indicators {
  margin-left: 0;
  text-align: left;
  width: 50%; }

.news-slide .carousel-indicators li {
  background: #cbcbcb;
  display: inline-block; }

.news-slide .carousel-indicators li.active {
  background-color: #000; }

.news-post {
  padding-top: 50px;
  padding-bottom: 50px; }

.post-thumbnail {
  height: 100vh;
  max-height: 30rem;
  background: center center no-repeat;
  background-size: cover;
  max-width: 1530px;
  margin: auto; }

.post-header .container {
  position: relative; }

.post-header .container::before, .post-header .container::after {
  position: absolute;
  content: '';
  top: 220px;
  width: 100px;
  height: 100px;
  background: center center no-repeat url("../imgs/home-post-icon.png");
  background-size: contain; }

.post-header .container::before {
  left: -35px; }

.post-header .container::after {
  right: -35px; }

.post-header .panel {
  background: #000;
  position: relative;
  z-index: 10;
  color: #fff;
  padding: 20px 40px 70px;
  margin-top: -8rem;
  text-align: center;
  border-radius: 5px; }

.post-header .panel .link {
  position: absolute;
  color: #f8e001;
  font-size: 15px;
  left: 2rem;
  top: 2rem; }

.post-header .panel .link i {
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle; }

.post-header .panel .subtitle {
  font-size: 14px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #7b7b7b; }

.post-header .panel .subtitle::after {
  content: '';
  display: block;
  margin: .5rem auto 0;
  height: 1px;
  width: 160px;
  background: #fff; }

.post-header .panel h1 {
  color: #f8e001;
  font-family: 'Avenir-Black', sans-serif; }

.post-header .panel .detail {
  font-size: 18px; }

.post-body {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.post-body .container {
  position: relative;
  max-width: 900px; }

.post-body .wp-block-blockgallery-carousel {
  margin-bottom: 50px; }

.post-body .presentation {
  padding: 80px 0 0;
  font-size: 18px; }

.post-body .presentation h3 {
  font-size: 24px;
  line-height: 40px;
  font-family: 'Avenir-Heavy', sans-serif; }

.post-body ul {
  margin-left: 50px;
  margin-bottom: 50px; }

.post-body ul li {
  margin-bottom: 10px; }

.post-body ul li::before {
  content: '';
  float: left;
  background: #f8e001;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 5px 10px 0 -20px; }

.post-body .wp-block-quote {
  border-left: 5px solid #f8e001;
  padding: 10px 0 10px 40px; }

.post-body .wp-block-quote p {
  font-size: 22px; }

.post-control {
  padding-bottom: 20px; }

@media only screen and (max-width: 768px) {
  .news-item .panel {
    padding: 2rem; }
  .news-slide .panel {
    left: 20%;
    width: 80%; }
  .news-slide .panel h1, .news-slide .panel h2 {
    font-size: 25px;
    line-height: 25px; }
  .news-slide .carousel-indicators {
    bottom: 0; }
  .news-header .panel {
    width: 90%;
    padding: 3rem 2rem; }
  .post-header .panel h1 {
    font-size: 2rem;
    line-height: 2rem; }
  .post-header .panel {
    padding-top: 40px; }
  .post-header .panel .link {
    left: 1rem;
    top: 1rem; }
  .news-header .image {
    background-attachment: inherit; } }

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

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

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

.portfolio-project {
  margin-top: 2rem; }

.portfolio-project.done {
  margin-top: 0; }

.project-feature {
  height: 80vh;
  position: relative;
  background: #000 top center no-repeat;
  background-image: url("../imgs/home-banner.jpg");
  background-attachment: fixed;
  background-size: cover;
  max-width: 1460px;
  margin: auto; }

.project-info {
  background: #f8e001;
  padding: 9rem 0;
  max-width: 1460px;
  margin: auto; }

.project-info.done .panel {
  opacity: 1;
  margin-top: 0; }

.project-info .panel {
  max-width: 1000px;
  margin: auto;
  text-align: left;
  opacity: 0;
  margin-top: 5rem;
  transition: 1s; }

.project-info .panel .detail::after {
  display: block;
  content: '';
  clear: both; }

.project-info .panel .detail > .wp-block-group .wp-block-group {
  float: left;
  width: 60%; }

.project-info .panel .detail > .wp-block-group .wp-block-group:first-child {
  width: 40%; }

.project-info .panel h1, .project-info .panel h2 {
  font-size: 2rem;
  font-family: 'Avenir-Black', sans-serif; }

.project-info .panel h3 {
  font-size: 1.5rem;
  font-family: 'Avenir-Black', sans-serif; }

.project-info .panel h3 strong {
  display: inli; }

.project-info .panel p {
  text-align: left;
  line-height: 2rem; }

.project-gallery {
  padding: 2rem 0; }

.project-gallery .container {
  max-width: 1490px;
  width: 95%; }

.project-gallery .item {
  background: center no-repeat;
  background-size: cover;
  margin-bottom: 2rem; }

.project-gallery .item-a {
  height: 60rem;
  background-image: url("../imgs/home-banner.jpg"); }

.project-gallery .item-b {
  height: 50rem;
  background-image: url("../imgs/home-banner-2.jpg"); }

.project-gallery .control {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase; }

.project-gallery .control a {
  color: #000;
  font-weight: bold; }

@media only screen and (max-width: 768px) {
  .project-info .panel h1 {
    font-size: 2rem; }
  .project-gallery .item-a, .project-gallery .item-b {
    height: 30rem; }
  .project-feature {
    background-attachment: inherit; }
  .project-info .panel .detail > .wp-block-group .wp-block-group {
    width: 100%; }
  .project-info .panel .detail > .wp-block-group .wp-block-group:first-child {
    margin-bottom: 2rem;
    width: 100%; } }
