@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:200,300,400,500,700");
/*!
Theme Name: MZiQ - Cosan Limited RI
Author: MZiQ
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for Cosan Limited RI Site
Version: 1.0
License: GNU General Public License v2 or later

General description...
*/
/* MZ Sites */
*:focus {
  outline: none;
}

*:before, *:after {
  font: 400 20px/1 dashicons;
}

html.no-js {
  margin-top: 0 !important;
}

.logged-in {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-moz-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-ms-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-o-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-moz-scrollbar {
  width: 9px;
  height: 9px;
}

::-ms-scrollbar {
  width: 9px;
  height: 9px;
}

::-o-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7DBA00;
}

::-moz-scrollbar-thumb:hover {
  background: #7DBA00;
}

::-ms-scrollbar-thumb:hover {
  background: #7DBA00;
}

::-o-scrollbar-thumb:hover {
  background: #7DBA00;
}

::-webkit-scrollbar-thumb {
  background: #0078AB;
}

::-moz-scrollbar-thumb {
  background: #0078AB;
}

::-ms-scrollbar-thumb {
  background: #0078AB;
}

::-o-scrollbar-thumb {
  background: #0078AB;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@-ms-viewport {
  width: device-width;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1070px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1060px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.333333%;
  }

  .pull-sm-2 {
    right: 16.666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.333333%;
  }

  .pull-sm-5 {
    right: 41.666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.333333%;
  }

  .pull-sm-8 {
    right: 66.666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.333333%;
  }

  .pull-sm-11 {
    right: 91.666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.333333%;
  }

  .push-sm-2 {
    left: 16.666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.333333%;
  }

  .push-sm-5 {
    left: 41.666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.333333%;
  }

  .push-sm-8 {
    left: 66.666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.333333%;
  }

  .push-sm-11 {
    left: 91.666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.333333%;
  }

  .pull-md-2 {
    right: 16.666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.333333%;
  }

  .pull-md-5 {
    right: 41.666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.333333%;
  }

  .pull-md-8 {
    right: 66.666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.333333%;
  }

  .pull-md-11 {
    right: 91.666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.333333%;
  }

  .push-md-2 {
    left: 16.666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.333333%;
  }

  .push-md-5 {
    left: 41.666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.333333%;
  }

  .push-md-8 {
    left: 66.666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.333333%;
  }

  .push-md-11 {
    left: 91.666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1060px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1060px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1060px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
html {
  height: 100%;
}

body {
  margin: 0;
  background-color: #fff;
  min-height: 100%;
  position: relative;
}

body,
input,
button,
textarea,
select {
  font: 16px "MuseoSans", arial, helvetica, sans-serif;
  color: #404040;
  line-height: inherit;
  font-weight: 500;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
table,
td,
input,
button,
textarea,
select,
fieldset,
iframe {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

fieldset,
img {
  border: 0;
}

img {
  display: block;
}

li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.content-body .btn, .single-blog .btn {
  display: inline-block;
  outline: 0;
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  text-decoration: none;
  line-height: normal;
  box-shadow: 0px 0px 3px 0px #ccc;
  border: none;
  border-radius: 6px;
  background: none;
  background-color: #7DBA00;
  transition-duration: 0.144s;
  cursor: pointer;
}
.content-body .btn:focus, .single-blog .btn:focus {
  outline: 0;
}
.content-body .btn:hover, .single-blog .btn:hover {
  background-color: #0078AB;
}
.content-body .btn-primary,
.content-body .btn-sucess, .single-blog .btn-primary,
.single-blog .btn-sucess {
  background: #7DBA00;
  color: #fff;
}

/* calendar & datepicker */
#content > h1:first-child {
  display: none;
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}

.datepicker .nav-event {
  position: absolute;
  top: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #0078AB;
  font-size: 30px;
  font-size: 1.875rem;
}
.datepicker .nav-event.next {
  right: 15px;
}
.datepicker .nav-event.prev {
  left: 13px;
}
.datepicker .nav-event.prev::before {
  content: "\f0d9";
}

.datepicker .nav-event:hover {
  opacity: 0.8;
}

.datepicker .ui-datepicker-header {
  width: 100%;
  top: 0;
}

.datepicker .ui-datepicker-header h2 {
  text-align: center;
  display: none;
}

.interna #content h2.quarter-name {
  display: none;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 21px;
  margin-top: -10px;
  display: none;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev {
  /*background: url(../img/interna_arrow_left.png);*/
  left: -30px;
}

.datepicker .ui-datepicker-header .ui-datepicker-next {
  /*background: url(../img/interna_arrow_right.png);*/
  right: -30px;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev span,
.datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}

#data .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
  text-transform: uppercase;
}

.datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #0078AB;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.home .datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
  background: #fff;
}

.datepicker .ui-datepicker-unselectable {
  padding: 0;
  text-align: center;
  height: 35px;
}

#div_calendar .ui-datepicker .ui-datepicker-calendar tr td {
  border: 0 !important;
}

.datepicker .ui-datepicker-inline {
  border-collapse: separate;
  display: flex !important;
  margin: 0 auto;
  width: 100% !important;
  min-height: 310px;
  padding: 0;
}

.home .datepicker .ui-datepicker-inline {
  padding: 0;
  min-height: 200px;
}

.home .datepicker {
  padding: 0;
  max-width: 350px;
  margin: 0 auto;
}

.datepicker .ui-datepicker-group {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  border: 1px solid #eee;
  position: relative;
  width: 33.3%;
}

.datepicker .ui-datepicker-group.ui-datepicker-group-middle {
  margin: 0 15px;
}

.datepicker table, .ui-datepicker-group table.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  border: 0;
  z-index: 1;
  margin-top: 0 !important;
}

.datepicker table tr {
  padding: 0;
  float: none;
  border: 0;
}

.datepicker table thead th {
  padding: 9px 0 9px;
  font-size: 0.857em;
  color: #bbb;
  text-align: center;
  background: transparent;
}

.datepicker table thead .datepicker-switch {
  padding: 6px 0;
  font-size: 18px;
  background: #94795D;
  text-align: center;
  color: #FFF;
  font: normal 15px/25px;
}

.datepicker table tbody td {
  width: 14.3%;
  cursor: default;
}

.datepicker table tbody td {
  height: 27px;
  color: #bbb;
  background: transparent;
  opacity: 1 !important;
  padding: 5px 0;
  filter: alpha(opacity=100) !important;
}

.datepicker table tbody td span {
  color: #bbb;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  min-width: 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0;
}

.datepicker .datepicker-days table tbody td.empty span {
  background: none;
}

.home .datepicker table tbody td.has-event, .home .datepicker table tbody td.has-event span {
  color: #fff !important;
}

.calendar-popover li {
  margin-top: 9px;
}

.calendar-popover li:first-child {
  margin-top: 0;
}

.ui-tooltip, .arrow:after {
  background: #fff;
  border: 1px solid #e6e6e6;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  color: #2A2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}

.ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}

.ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.lista_eventos {
  color: #FF0000;
  width: 100%;
  border-top: 1px dashed #D0D0D0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lista_eventos a, .lista_eventos a:hover {
  text-decoration: none;
  color: #FF0000;
}

.CAL_Proximo_Evento {
  width: 100%;
}

.CAL_Proximo_Evento_Esquerda_Topo {
  background-image: url("img/bg_left.gif");
  background-repeat: repeat-y;
  background-position: left;
}

.CAL_Proximo_Evento_Direita_Topo {
  background-image: url("img/bg_right.gif");
  background-repeat: repeat-y;
  background-position: right;
}

.CAL_Proximo_Evento_Rodape {
  background-image: url("img/bg_bot.gif");
}

.CAL_Eventos, .CAL_proximo_evento_div {
  display: table;
}

.CAL_Proximo_Evento a, .CAL_Eventos a {
  font-family: Arial, Tahoma, Arial;
  color: #2A2222;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  background: #94795D;
  display: block;
  width: 32px;
  height: 32px;
}

/*.CAL_Proximo_Evento a:hover, .CAL_Eventos a:hover {
    color: #2A2222;
    font-size: 10px;
    text-decoration: none;
}*/
.CAL_Eventos .line {
  width: 100%;
  background-image: url("img/linha_dupla.gif");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: 15px;
  font-size: 1px;
  height: 20px;
}

.CAL_titulo {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
}

#proximo_evento_link {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:hover {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:visited {
  font-size: 11px;
  text-decoration: none;
}

.box_evento {
  padding-left: 15px;
}

.legenda_eventos {
  display: none;
  border: 1px solid #e1e1e1;
  width: 180px;
  white-space: nowrap;
  padding: 5px;
  display: none;
  position: absolute;
  background: #FFFFFF;
}

.legenda_eventos table td {
  white-space: nowrap;
}

.rodape_calendario {
  text-align: left;
}

.btn_legenda {
  text-align: left;
}

.btn_legenda .label {
  font-family: Arial, Tahoma, Arial;
  color: #0054A6;
  font-size: 10px;
  text-decoration: none;
}

#legenda_eventos {
  width: 100%;
  margin: 5px auto;
}

.legenda_texto {
  font: normal 20px/26px;
}

.legenda_item {
  margin: 5px 15px 5px 0;
  display: inline-block;
  position: relative;
}

.legenda_item .label {
  color: rgb(78, 54, 41);
  font: normal 15px/17px;
  padding: 5px 0 5px 22px;
}

.legenda_item .cor {
  float: left;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.legenda_fecha {
  text-align: right;
  cursor: pointer;
  font-weight: bold;
}

.conteudo-agenda-interna #main {
  padding: 0 !important;
}

#WzTtDiV {
  z-index: 999999999 !important;
}

.fn-calendar-load-past-events {
  margin-top: 20px;
}

.todo-conteudo-evento {
  display: table-row;
  vertical-align: middle;
  height: 45px;
}

.todo-conteudo-evento .CAL_data, .todo-conteudo-evento .imagem-calendario, .todo-conteudo-evento .nome-evento-agenda {
  color: #000;
  padding: 0px 5px;
  font: normal 17px/19px;
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}

.todo-conteudo-evento .nome-evento-agenda {
  padding-left: 15px;
}

.CAL_data {
  margin-right: 10px;
  min-width: 150px;
}

/*.hora_evento {
    margin-left: 10px;
}
*/
.CAL_local {
  font-size: 14px;
  line-height: 16px;
}

#proximo_evento_data, #hora_proximo_evento, #proximo_evento_link, #proximo_evento_local {
  color: #000;
}

#proximo_evento_titulo,
.CAL_TITULO_DO_EVENTO {
  font-size: 14px;
  font-weight: bold;
}

.interna #content h2#prox_eventos, .interna #content h2.eventos_passados {
  margin: 20px 0;
}

.seta_topo a {
  padding: 0 0 0 7px;
  font-size: 11px;
  color: #747474 !important;
  text-decoration: none !important;
}

.seta_topo {
  background: url("img/top.png") no-repeat 604px center;
  margin: 24px 0 6px 0;
  text-align: right;
}

.box_calendario_evento_corporativo {
  padding: 2px;
  text-align: center;
  margin: 0 auto;
}

.box_calendario_evento_corporativo img {
  float: left;
  margin: 0;
}

.box_calendario_evento_corporativo a {
  text-decoration: none;
  line-height: 25px;
}

.box_calendario_evento_corporativo .glyphicon-calendar:before {
  display: none;
}

.box_calendario_evento_corporativo .glyphicon-calendar {
  background: url("img/glyphicons_045_calendar.png") no-repeat;
  background-color: #94795D;
  float: left;
  height: 24px;
  width: 23px;
  position: relative;
  left: 95px;
}

.bloco-calendar {
  width: 620px;
  margin: 0 auto;
}

.iframe-calendario {
  width: 90%;
  margin: 0 auto;
}

.bg-top-favoritos {
  top: 4px;
}

.attachments {
  margin-left: 9px;
  margin-top: 5px;
}

#content .attachments a {
  font-size: 11px;
  line-height: 22px;
  color: #4D8E4A;
}

.attachments img {
  float: left;
  margin-right: 4px;
}

.datepicker .datepicker-header .prev, .datepicker .datepicker-header .next {
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  #div_calendar .ui-datepicker-group {
    width: 50%;
  }

  #div_calendar .ui-datepicker-group-last {
    display: none;
  }

  .datepicker .ui-datepicker-group.ui-datepicker-group-middle {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  #div_calendar .ui-datepicker-group {
    width: 100%;
  }

  #div_calendar .ui-datepicker-group-middle {
    display: none;
  }
}
@media (max-width: 540px) {
  .datepicker .ui-datepicker-inline {
    padding: 0;
  }

  .datepicker .nav-event {
    z-index: 9;
    width: 45px;
  }

  .datepicker .nav-event.prev {
    left: 0;
  }

  .datepicker .nav-event.next {
    right: 0;
  }

  #legenda_eventos {
    padding: 0 2px;
  }
}
.content-body .table-calendario tr td a {
  display: inline;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  clear: both;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.accordion,
.ui-panel {
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px #ccc;
}

.ui-panel {
  margin-top: 15px;
}

.accordion + .accordion,
.ui-panel + .ui-panel {
  margin-top: 15px;
}

.accordion .accordion-header,
.accordion .accordion__item__header,
.ui-panel .panel-header {
  padding: 12px 64px 12px 20px;
  position: relative;
  font-weight: 500;
  color: #0078AB;
}

.accordion .accordion-header,
.accordion .accordion__item__header {
  cursor: pointer;
}

.content-body .accordion {
  box-shadow: 0px 0px 3px 0px #ccc;
}
.content-body .accordion .accordion-header {
  transition: all 0.3s;
  color: #404040;
}
.content-body .accordion .accordion-header p, .content-body .accordion .accordion-header h2, .content-body .accordion .accordion-header h3 {
  margin: 0;
}
@media (max-width: 767px) {
  .content-body .accordion .accordion-header {
    padding: 10px 84px 10px 5px;
  }
}
.content-body .accordion .accordion-header::after {
  content: "+";
  position: absolute;
  display: block;
  font-size: 40px;
  line-height: 20px;
  width: 35px;
  height: 25px;
  right: 1%;
  top: 25%;
  text-align: center;
  transition: all 0.3s;
  font-weight: 300;
  color: #0078AB;
  background: -webkit-linear-gradient(#0078AB, #7DBA00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .content-body .accordion .accordion-header::after {
    top: 17%;
    right: 4.5%;
  }
}
.content-body .accordion .accordion__item__header {
  transition: all 0.3s;
  color: #404040;
}
.content-body .accordion .accordion__item__header p, .content-body .accordion .accordion__item__header h2, .content-body .accordion .accordion__item__header h3 {
  margin: 0;
}
@media (max-width: 767px) {
  .content-body .accordion .accordion__item__header {
    padding: 10px 84px 10px 5px;
  }
}
.content-body .accordion .accordion__item__header::after {
  content: "+";
  position: absolute;
  display: block;
  font-size: 40px;
  line-height: 20px;
  width: 35px;
  height: 25px;
  right: 1%;
  top: 25%;
  text-align: center;
  transition: all 0.3s;
  font-weight: 300;
  color: #0078AB;
  background: -webkit-linear-gradient(#0078AB, #7DBA00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .content-body .accordion .accordion__item__header::after {
    top: 17%;
    right: 4.5%;
  }
}
.content-body .accordion .accordion__item__content {
  display: none;
  margin-top: 0;
  border: none;
  padding: 15px;
}
.content-body .accordion .accordion__item__content table {
  margin-top: 0;
}
.content-body .accordion .accordion-body {
  padding: 15px 20px 20px;
  display: none;
}
.content-body .accordion .accordion-body p:first-child {
  margin-top: 0;
}
.content-body .accordion.active .accordion-header {
  position: relative;
}
.content-body .accordion.active .accordion-header::before {
  content: "";
  display: block;
  width: 35px;
  height: 6px;
  background: #7DBA00;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.content-body .accordion.active .accordion-header::after {
  transform: rotate(133deg);
}
.content-body.cke_editable .accordion-header {
  cursor: initial;
}
.content-body.cke_editable .accordion-body {
  display: block;
}
.content-body .targetAccordion {
  text-decoration: underline;
}
.content-body .targetAccordion::before {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #0078AB;
  color: #fff;
  line-height: 10px;
  text-align: center;
  content: "+";
}
.content-body .targetAccordion.active {
  color: #0078AB;
}
.content-body .targetAccordion.active::before {
  content: "–";
}
.content-body .info-fale-com-ri .accordion {
  box-shadow: 0px 0px 3px 0px #0078AB;
}

.search {
  padding-bottom: 100px;
}
.search table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.search table tr:nth-child(even) td {
  padding: 0.5rem !important;
  height: 49px;
  font-size: 16px;
  font-size: 1rem;
}
.search table tr:nth-child(even) td a {
  font-size: 16px;
  color: #404040;
}
.search table tr:nth-child(even) td a:hover {
  color: #0078AB;
}
.search .searchFiles__date {
  width: 85px;
  text-align: center;
}
.search .searchFiles__icon {
  width: 52px;
  text-align: center;
}
.search .searchFiles__icon img {
  max-width: 25px;
  margin: auto;
  display: block;
}
.search .circle {
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
  margin: auto;
}
.search .btn-navigation {
  background: transparent;
  font-weight: 700;
  text-transform: capitalize;
  color: #0078AB;
  text-decoration: none;
  padding: 0px 15px;
  border: 2px solid #0078AB;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  font-size: 1.0625rem;
}
.search .btn-navigation:hover {
  background: #0078AB;
  color: white;
}
.search button[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}
.search .col-md-6.divider::after {
  content: "";
  display: block;
  width: 3px;
  height: 90%;
  position: absolute;
  background: #0078AB;
  right: 0;
  top: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search .box-button {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}
.search button {
  margin: 5px;
}
.search footer {
  width: 100%;
  bottom: 0;
  position: fixed;
}
@media (max-width: 998px) {
  .search footer {
    position: relative;
  }
  .search .divider {
    border: none;
  }
}
.search .box-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
}

.blog .filters {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 82px 0;
}
@media (min-width: 1060px) {
  .blog .filters {
    flex-direction: row;
  }
}
.blog .filters select {
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 48px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("img/selectToggle.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 7.7px;
}
.blog .filters select.category {
  margin: 0 0 28px 0;
  color: #0078AB;
  background-color: #f0f0f0;
}
@media (min-width: 1060px) {
  .blog .filters select.category {
    max-width: 444px;
    margin: 0 28px 0 0;
  }
}
.blog .filters select.year {
  margin: 0 0 28px 0;
  color: #fff;
  background-color: #0078AB;
}
@media (min-width: 1060px) {
  .blog .filters select.year {
    max-width: 157px;
  }
}
.blog .posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog .posts .post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 360px;
  width: 100%;
  min-height: 393px;
  padding: 53px 28px 36px;
  margin: 0 30px 28px;
  content-visibility: auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .blog .posts .post {
    margin: 0 0 28px;
  }
}
.blog .posts .post .title {
  display: block;
  margin-bottom: 24px;
  color: #0078AB;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}
.blog .posts .post .title .date {
  display: block;
  margin-top: 14px;
  color: #505050;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
.blog .posts .post .share {
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px 0;
  color: #505050;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
.blog .posts .post .share > a {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 8px;
  border-radius: 24px;
  background-color: rgba(0, 120, 171, 0);
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.144s;
}
.blog .posts .post .share > a:hover {
  background-color: rgba(0, 120, 171, 0.1);
}
.blog .posts .post .share > a.facebook {
  background-image: url("img/socialMedias/facebook.svg");
}
.blog .posts .post .share > a.twitter {
  background-image: url("img/socialMedias/twitter.svg");
}
.blog .posts .post .share > a.linkedin {
  background-image: url("img/socialMedias/linkedin.svg");
}
.blog .posts .post .category {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.blog .posts .post .category.corporate-governance, .blog .posts .post .category.corporate-governance-pt, .blog .posts .post .category.governance {
  background-color: #0081AF;
}
.blog .posts .post .category.environmental, .blog .posts .post .category.environmental-pt, .blog .posts .post .category.sustainability, .blog .posts .post .category.sustainability-pt {
  background-color: #6BB223;
}
.blog .posts .post .category.social, .blog .posts .post .category.social-pt {
  background-color: #E4A335;
}
.blog .posts .post .category.economico-pt, .blog .posts .post .category.economico_slug {
  background-color: #9C193D;
}
.blog .pagination {
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 0 0;
}
.blog .pagination .arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: 0;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 8px;
  overflow: unset;
  background-color: rgba(0, 120, 171, 0);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.blog .pagination .arrow[disabled] {
  pointer-events: none;
  opacity: 0.25;
}
.blog .pagination .arrow::after {
  content: none;
}
.blog .pagination .arrow:hover {
  background-color: rgba(0, 120, 171, 0.1);
}
.blog .pagination .arrow.next {
  background-image: url("img/paginationRight.svg");
}
.blog .pagination .arrow.prev {
  background-image: url("img/paginationLeft.svg");
}
.blog .pagination .item {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: 0;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 8px;
  color: #0078AB;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  border-radius: 18px;
}
.blog .pagination .item.active {
  color: #fff;
  background-color: #0078ab;
}

.single-blog .container-blog {
  max-width: 754px;
  margin: 0 auto;
}
.single-blog h1 {
  color: #9c193d;
  font-size: 32px;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width: 1060px) {
  .single-blog h1 {
    font-size: 47px;
  }
}
.single-blog h1.corporate-governance, .single-blog h1.corporate-governance-pt {
  color: #0081AF;
}
.single-blog h1.environmental, .single-blog h1.environmental-pt, .single-blog h1.sustainability, .single-blog h1.sustainability-pt {
  color: #6BB223;
}
.single-blog h1.social, .single-blog h1.social-pt {
  color: #E4A335;
}
.single-blog h1.economico-pt, .single-blog h1.economico_slug {
  color: #9C193D;
}
.single-blog time {
  display: block;
  margin: 32px 0;
  color: #505050;
  font-size: 20px;
  font-weight: 300;
}
.single-blog p {
  color: #003a62;
  font-size: 17px;
  font-weight: 300;
  line-height: 160%;
}
.single-blog .btns {
  display: block;
  margin: 40px 0 0 0;
  text-align: center;
}
.single-blog .btns .button {
  display: inline-block;
  width: auto;
  padding: 12px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: #9c193d;
  transition-duration: 0.144s;
}

.blog .sustainability__nav,
.single-blog .sustainability__nav {
  top: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -30px 0 30px 0;
  z-index: 2;
}
.blog .sustainability__nav::before,
.single-blog .sustainability__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 45px;
  background-color: #7DBA00;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blog .sustainability__nav--list,
.single-blog .sustainability__nav--list {
  display: flex;
  justify-content: initial;
  align-items: initial;
  padding: 0 15px;
  margin: 0 auto;
  overflow: auto;
}
.blog .sustainability__nav--list .item,
.single-blog .sustainability__nav--list .item {
  margin: 0;
  border-left: 1px solid #fff;
}
.blog .sustainability__nav--list .item:last-child,
.single-blog .sustainability__nav--list .item:last-child {
  border-right: 1px solid #fff;
}
.blog .sustainability__nav--list .item:before,
.single-blog .sustainability__nav--list .item:before {
  display: none;
}
.blog .sustainability__nav--list .item a,
.single-blog .sustainability__nav--list .item a {
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7.5px 10px;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.blog .sustainability__nav--list .item a:hover,
.single-blog .sustainability__nav--list .item a:hover {
  text-decoration: underline;
}
@media (min-width: 1060px) {
  .blog .sustainability__nav--list .item a,
.single-blog .sustainability__nav--list .item a {
    padding: 13px 15px 10px 15px;
    height: auto;
    font-size: 16px;
  }
}

.dividends__download {
  background: #f5f5f5;
  border-radius: 5px;
  height: 55px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  text-transform: uppercase;
  color: #404040 !important;
  text-decoration: none !important;
  padding: 0 10px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.dividends__download img {
  margin-right: 20px;
}
.dividends__download:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .dividends__download {
    font-size: 0.75rem;
  }
}

.legend:lang(pt) {
  display: none;
}
.legend:lang(en) {
  display: block;
}

@font-face {
  font-family: "MuseoSans";
  src: url("fonts/MuseoSans-300.eot");
  src: url("fonts/MuseoSans-300.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSans-300.woff2") format("woff2"), url("fonts/MuseoSans-300.woff") format("woff"), url("fonts/MuseoSans-300.ttf") format("truetype"), url("fonts/MuseoSans-300.svg#Museo Sans 300") format("svg");
  font-weight: 300;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "MuseoSans";
  src: url("fonts/MuseoSans-500.eot");
  src: url("fonts/MuseoSans-500.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSans-500.woff2") format("woff2"), url("fonts/MuseoSans-500.woff") format("woff"), url("fonts/MuseoSans-500.ttf") format("truetype"), url("fonts/MuseoSans-500.svg#Museo Sans 500") format("svg");
  font-weight: 500;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "MuseoSans";
  src: url("fonts/MuseoSans-700.eot");
  src: url("fonts/MuseoSans-700.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSans-700.woff2") format("woff2"), url("fonts/MuseoSans-700.woff") format("woff"), url("fonts/MuseoSans-700.ttf") format("truetype"), url("fonts/MuseoSans-700.svg#Museo Sans 700") format("svg");
  font-weight: 700;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "MuseoSlab";
  src: url("fonts/MuseoSlab-300.eot");
  src: url("fonts/MuseoSlab-300.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSlab-300.woff2") format("woff2"), url("fonts/MuseoSlab-300.woff") format("woff"), url("fonts/MuseoSlab-300.ttf") format("truetype"), url("fonts/MuseoSlab-300.svg#Museo Slab 300") format("svg");
  font-weight: 300;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "MuseoSlab";
  src: url("fonts/MuseoSlab-500.eot");
  src: url("fonts/MuseoSlab-500.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSlab-500.woff2") format("woff2"), url("fonts/MuseoSlab-500.woff") format("woff"), url("fonts/MuseoSlab-500.ttf") format("truetype"), url("fonts/MuseoSlab-500.svg#Museo Slab 500") format("svg");
  font-weight: 500;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "MuseoSlab";
  src: url("fonts/MuseoSlab-700.eot");
  src: url("fonts/MuseoSlab-700.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSlab-700.woff2") format("woff2"), url("fonts/MuseoSlab-700.woff") format("woff"), url("fonts/MuseoSlab-700.ttf") format("truetype"), url("fonts/MuseoSlab-700.svg#Museo Slab 700") format("svg");
  font-weight: 700;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
/* -------------------- FONT DINpro raizen -----------------------------------*/
@font-face {
  font-family: "DINpro";
  src: url("fonts/DINpro/DINPro-Regular.eot");
  src: url("fonts/DINpro/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINpro/DINPro-Regular.woff2") format("woff2"), url("fonts/DINpro/DINPro-Regular.woff") format("woff"), url("fonts/DINpro/DINPro-Regular.ttf") format("truetype"), url("fonts/DINpro/DINPro-Regular.svg#DINPro-Regular 400") format("svg");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "DINpro";
  src: url("fonts/DINpro/DINPro-Medium.eot");
  src: url("fonts/DINpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/DINpro/DINPro-Medium.woff2") format("woff2"), url("fonts/DINpro/DINPro-Medium.woff") format("woff"), url("fonts/DINpro/DINPro-Medium.ttf") format("truetype"), url("fonts/DINpro/DINPro-Medium.svg#DINPro-Medium 600") format("svg");
  font-weight: 600;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "DINpro";
  src: url("fonts/DINpro/DINPro-Bold.eot");
  src: url("fonts/DINpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINpro/DINPro-Bold.woff2") format("woff2"), url("fonts/DINpro/DINPro-Bold.woff") format("woff"), url("fonts/DINpro/DINPro-Bold.ttf") format("truetype"), url("fonts/DINpro/DINPro-Bold.svg#DINPro-Bold 700") format("svg");
  font-weight: 700;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "DINpro";
  src: url("fonts/DINpro/DINPro-Light.eot");
  src: url("fonts/DINpro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/DINpro/DINPro-Light.woff2") format("woff2"), url("fonts/DINpro/DINPro-Light.woff") format("woff"), url("fonts/DINpro/DINPro-Light.ttf") format("truetype"), url("fonts/DINpro/DINPro-Light.svg#DINPro-Light 200") format("svg");
  font-weight: 200;
  font-style: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "DINpro";
  src: url("fonts/DINpro/DINPro-Italic.eot");
  src: url("fonts/DINpro/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/DINpro/DINPro-Italic.woff2") format("woff2"), url("fonts/DINpro/DINPro-Italic.woff") format("woff"), url("fonts/DINpro/DINPro-Italic.ttf") format("truetype"), url("fonts/DINpro/DINPro-Italic.svg#DINPro-Italic 400") format("svg");
  font-weight: 400;
  font-style: italic;
  unicode-range: U+0-10FFFF;
}
/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.container {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 737.28px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 983.04px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1311.36px;
  }
}

.tema-czlt .container {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .tema-czlt .container {
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .tema-czlt .container {
    width: 100%;
    max-width: 1920px;
    padding: 0 3%;
  }
}
@media (min-width: 1024px) {
  .tema-czlt .container {
    width: 100%;
    max-width: 1920px;
    padding: 0 3%;
  }
}
@media (min-width: 1366px) {
  .tema-czlt .container {
    width: 100%;
    max-width: 1920px;
    padding: 0 3%;
  }
}
@media (max-width: 1365px) {
  .tema-czlt .container {
    padding: 0 20px;
  }
}

.container-v {
  height: 100%;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("img/icon-all.png") no-repeat;
}

.icon-search-2 {
  width: 28px;
  height: 30px;
  background-position: -525px -89px;
}

.icon-search {
  width: 26px;
  height: 30px;
  background-position: -97px -11px;
}

.icon-close {
  width: 29px;
  height: 29px;
  background-position: -186px -90px;
}

.icon-pdf {
  width: 25px;
  height: 25px;
  background-position: -317px -92px;
}

.icon-excel {
  width: 25px;
  height: 25px;
  background-position: -637px -92px;
}

.icon-audio {
  width: 25px;
  height: 25px;
  background-position: -371px -92px;
}

.icon-grupo {
  width: 65px;
  height: 60px;
  background-position: -180px 3px;
}

.icon-planta {
  width: 65px;
  height: 60px;
  background-position: -297px 3px;
}

.icon-pasta {
  width: 65px;
  height: 60px;
  background-position: -422px 3px;
}

.icon-dialogo {
  width: 65px;
  height: 60px;
  background-position: -546px 3px;
}

template {
  display: none;
}

.clear {
  clear: both;
}

.no-scroll {
  overflow: hidden;
}

.xs-hide,
.reference-only,
.sidenav-disabled-only,
.sm-only {
  display: none;
}

.fancybox-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 120;
  display: none;
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

main {
  display: block;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

table tr.show {
  display: table-row !important;
}

.cke_editable .hide {
  display: block !important;
}

.cke_editable table tr.hide {
  display: table-row !important;
}

@media (min-width: 768px) {
  ul.inline::after {
    display: block;
    clear: both;
    content: "";
  }

  ul.inline li {
    float: left;
  }

  .xs-only {
    display: none !important;
  }

  .xs-hide {
    display: block;
  }

  .sm-only {
    display: block;
  }

  .sm-hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sidenav-disabled-only {
    display: block;
  }

  .sidenav-enabled-only {
    display: none !important;
  }

  .sm-only {
    display: none;
  }

  .sm-hidden {
    display: block;
  }
}
::selection {
  background: rgba(0, 120, 171, 0.25);
}

.checkbox-label {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border: 1px solid #ccc;
  padding: 2px;
}
.checkbox-label input {
  visibility: hidden;
}
.checkbox-label input::after {
  visibility: visible;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 0;
  transition: opacity linear 0.05s;
  content: "";
}
.checkbox-label input:checked::after {
  opacity: 1;
}

.quote-up {
  color: #25bd82 !important;
}

.quote-down {
  color: #f03c45 !important;
}

.align-number {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right,
.align-number {
  text-align: right !important;
}

.align-justify {
  text-align: justify !important;
}

.fixed-notification-on .ui-top {
  top: 37px;
}
@media (max-width: 1023px) {
  .fixed-notification-on .ui-top {
    top: 37px;
  }
}

@media (max-width: 1023px) {
  .fixed-notification-on.header-fill .ui-top {
    top: 0;
  }
}

.ui-top {
  background: #fff;
  position: relative;
  z-index: 5;
  /*CZLT
  padding: 15px;
  background: none;

  .container {
  	background: #fff;
  	border-radius: 10px;
  }
  */
}
.ui-top .header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ui-top .header-title .title {
  display: flex;
  align-items: stretch;
}
.ui-top .header-title .title .back-to-home {
  width: 176px;
  height: 78px;
  margin: 10px 30px 10px 0px;
  background-repeat: no-repeat;
  background-position: center left;
}
@media (max-width: 767px) {
  .ui-top .header-title .title .back-to-home {
    background-size: 120px;
    width: 125px;
  }
}
.ui-top .header-title .title .back-to-home .company-name {
  display: none;
}
.ui-top .header-title .title .complement {
  color: #0078AB;
  padding: 10px 0px 10px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ui-top .header-title .title .complement {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-top .header-title .title .complement {
    padding: 10px 0px 10px 10px;
  }
}
.ui-top .header-title .title .complement h2 {
  font-size: 1.4em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ui-top .header-title .language {
    position: absolute;
    right: 15px;
  }
  .ui-top .header-title .language .indices {
    display: none;
  }
  .ui-top .header-title .language span {
    display: none;
  }
}
.ui-top .header-title .language a.active {
  display: none;
}
.ui-top .header-title .language a img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.ui-top .header-title .language a span {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.9em;
}
.ui-top .menu-bar {
  background: #0078AB;
  color: #fff;
}
.ui-top .menu-bar .nav-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media (min-width: 1024px) {
  .ui-top .menu-bar .nav-trigger:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 29px;
    position: absolute;
    right: 0;
    top: 16%;
    background: url("img/icon-all.png") -98px -12px no-repeat;
  }
}

@media (max-width: 767px) {
  .ui-top {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 11px 1px #555;
  }
  .ui-top .header-title {
    justify-content: flex-start;
    margin-left: 45px;
  }
  .ui-top .header-title .title .back-to-home {
    background-size: 120px;
    width: 120px;
    height: 58px;
    margin: 5px 0;
  }
  .ui-top .ui-nav {
    padding: 18px 0 32px;
  }
  .ui-top .ui-nav .language .active,
.ui-top .ui-nav .language img {
    display: none;
  }
  .ui-top .menu-bar {
    position: absolute;
    top: 15px;
    color: #404040;
  }
  .ui-top .menu-bar .nav-trigger {
    height: 35px;
  }
  .ui-top .menu-bar .nav-trigger > i {
    color: #0078AB;
    font-size: 35px;
  }
}
/* Canal de ética */
.header-etica .image-denuncia img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
.header-etica .title-denuncia {
  z-index: 10000;
  color: #333;
  text-align: center;
  padding: 17px 15px;
  border-bottom: 2px #333 solid;
  border-top: 2px #333 solid;
  margin-top: 40px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .header-etica .title-denuncia {
    margin-top: 0;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .header-etica {
    position: relative;
    box-shadow: none;
  }
}

.iframe-form {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .iframe-form div iframe {
    margin: 0 auto !important;
    width: 100% !important;
  }
}

.ui-nav {
  z-index: 5;
}
.internas .ui-nav {
  z-index: 6;
}
@media (max-width: 767px) {
  .ui-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 82%;
    background-color: #fff;
    box-shadow: 5px 0 2px -3px rgba(0, 0, 0, 0.2);
    transform: translateX(-102%);
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.32s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ui-nav.in {
    transform: translateX(0);
  }
  .ui-nav .container {
    padding: 0;
  }
  .ui-nav .search i.icon {
    display: none;
  }
  .ui-nav a {
    display: block;
    margin: 1px 0;
    padding: 6px 16px;
  }
  .ui-nav a:active {
    background-color: #111;
    color: #ddd;
  }
  .enu .ui-nav li.hide-pt {
    display: none;
  }
  .ptb .ui-nav li.hide-en {
    display: none;
  }
  .ui-nav .search-menu {
    background: #0078AB;
  }
  .ui-nav .search-menu .input-search-mobile {
    margin: 6px 16px;
    padding: 4px 0px;
    width: 85%;
    background: none;
    color: #fff;
    border: 0;
  }
  .ui-nav .search-menu .input-search-mobile::placeholder {
    color: #fff;
  }
  .ui-nav .js-search-more {
    display: none;
  }
  .ui-nav .sub-menu .menu-item-has-children {
    padding-top: 10px;
  }
  .ui-nav .sub-menu .link-ri {
    color: #0078AB;
  }
  .ui-nav .sub-menu .link-inst {
    color: #7DBA00;
  }
  .ui-nav .sub-menu .sub-menu {
    padding-left: 10px;
  }
  .ui-nav .sub-menu .menu-extra {
    display: none !important;
  }
  .ui-nav .search i.material-icons {
    display: none;
  }
  .ui-nav.search-active .menu-item-has-children {
    padding-top: 0;
  }
  .ui-nav.search-active .js-search-more {
    display: block;
    background: #002748;
    color: #fff;
  }
  .ui-nav .menu-item-has-children {
    padding-top: 32px;
  }
  .ui-nav .menu-item-has-children .fa-search {
    display: none;
  }
  .ui-nav .menu-item-has-children.menu-g {
    display: none;
  }
  .ui-nav .section-title {
    padding: 0 16px 4px;
    font-size: 1.1em;
    font-weight: 500;
    color: #0078AB;
  }
  .ui-nav .nav-drawer {
    display: none;
  }
}
@media (min-width: 768px) {
  .ui-nav {
    /*position: absolute;*/
    top: 12px;
    left: 310px;
    right: 3%;
  }
  .ui-nav .nav-drawer,
.ui-nav .sub-menu {
    opacity: 0;
    transform: translateY(0);
    transition-property: opacity, transform, background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.24s;
    visibility: hidden;
  }
  .ui-nav.in .section-title {
    /* height: 54px; */
  }
  .ui-nav.in .nav-drawer,
.ui-nav.in .sub-menu {
    opacity: 1;
    transform: translateY(0);
    border-bottom: 1px solid #f1f1f1;
    visibility: visible;
  }
  .ui-nav .level-1 {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .ui-nav .level-1 {
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ui-nav .level-1 {
    height: 46px;
  }
}
@media (min-width: 768px) {
  .ui-nav .section-title {
    text-align: left;
    padding: 10px 30px 10px 10px;
    color: #fff;
    font-weight: 400;
    position: relative;
    text-align: left;
    font-size: 0.83em;
  }
  .ui-nav .section-title i.icon-search {
    position: absolute;
    top: 4px;
    right: 0;
  }
  .ui-nav .section-title:after {
    content: "";
    background: url("img/icon-all.png") -94px -97px no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 15px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .ui-nav .menu-item-has-children {
    vertical-align: top;
    position: relative;
    width: 100%;
    cursor: default;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .ui-nav .menu-item-has-children {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .ui-nav .menu-item-has-children.menu-a .sub-menu {
    border-left: 0;
    border-radius: 10px 0 0 0;
  }
}
@media (min-width: 768px) {
  .ui-nav .menu-item-has-children.menu-e .sub-menu {
    border-radius: 0 10px 0 0;
  }
}
@media (min-width: 768px) {
  .ui-nav .sub-menu {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    height: 400px;
    padding: 10px 5px 0 0px;
    color: #404040;
    font-size: 0.9em;
    border-image: linear-gradient(to bottom, #0078AB, #7DBA00) 1 100%;
    border-left: 1px solid;
    border-right: 0;
    background: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) and (max-width: 1390px) {
  .ui-nav .sub-menu {
    top: 50px;
    height: 433px;
  }
}
@media (min-width: 768px) {
  .ui-nav .sub-menu li {
    padding: 3px 5px 3px 5px;
    position: relative;
  }
  .ui-nav .sub-menu li:hover {
    box-shadow: inherit !important;
    /*&:after {
    	content: '';
    	width: 1px;
    	height: 100%;
    	position: absolute;
    	left: 0;
    	top: 0;
    	background: $alt-color;
    }*/
  }
  .ui-nav .sub-menu li:hover a {
    color: #0078AB;
  }
  .ui-nav .sub-menu li .sub-menu {
    height: auto;
    border-image: inherit;
    position: relative;
    display: block;
    background: transparent;
    padding: 0;
    padding-left: 10px;
    top: 0;
    border: 0;
    width: 100%;
  }
  .ui-nav .sub-menu li .sub-menu li {
    display: inline-block;
    padding: 0;
  }
  .ui-nav .sub-menu li .sub-menu li a {
    font-size: 14px;
    padding: 0;
  }
  .ui-nav .sub-menu li .sub-menu li.link-inst a {
    color: #7DBA00;
  }
  .ui-nav .sub-menu li .sub-menu li.link-ri a {
    color: #0078AB;
  }
  .ui-nav .sub-menu li .sub-menu li + li {
    border-left: 1px solid #ccc;
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .ui-nav .sub-menu a {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 0.9em;
  }
  .ui-nav .sub-menu a:hover {
    color: #002748;
  }
}
@media (min-width: 768px) {
  .ui-nav .sub-menu .highlight {
    margin: 0 -3px;
    padding: 2px 3px;
    background-color: rgba(0, 120, 171, 0.64);
    color: #fff;
  }
}
@media (min-width: 768px) {
  .ui-nav .sub-menu .menu-extra {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .ui-nav .sub-menu .menu-extra > ul {
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .ui-nav .sub-menu .menu-extra > ul li.title {
    font-weight: 700;
  }
  .ui-nav .sub-menu .menu-extra > ul li.company {
    margin-top: 5px;
  }
  .ui-nav .sub-menu .menu-extra > ul li > ul {
    padding: 0;
  }
  .ui-nav .sub-menu .menu-extra > ul li > ul li {
    padding: 0;
  }
  .ui-nav .sub-menu .menu-extra > ul li > ul li a {
    padding: 0;
    position: relative;
    font-weight: 700;
    padding-right: 22px;
  }
  .ui-nav .sub-menu .menu-extra > ul li > ul li a:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .ui-nav .sub-menu .menu-extra > ul li > ul li a:after {
    position: relative;
    vertical-align: middle;
    margin-left: 4px;
  }
}
@media (min-width: 768px) {
  .ui-nav .sub-menu .menu-extra > ul li > ul li a.link-1 {
    color: #7DBA00;
  }
  .ui-nav .sub-menu .menu-extra > ul li > ul li a.link-1:after {
    background: url("img/icon-all.png") -427px -96px no-repeat;
  }
}
@media (min-width: 768px) {
  .ui-nav .sub-menu .menu-extra > ul li > ul li a.link-2 {
    color: #0078AB;
  }
  .ui-nav .sub-menu .menu-extra > ul li > ul li a.link-2:after {
    background: url("img/icon-all.png") -477px -96px no-repeat;
  }
}
@media (min-width: 768px) {
  .ui-nav .sub-menu .menu-extra > ul li > ul li a:nth-child(2) {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #0078AB;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .ui-nav .sub-menu .menu-extra > ul li > ul li a:nth-child(2) {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .ui-nav .menu-item-has-children:hover {
    box-shadow: inset 0px -4px 0px 0px #7DBA00;
  }
  .ui-nav .menu-item-has-children:hover .sub-menu {
    background-color: #F5F5F5;
  }
}
@media (min-width: 768px) {
  .ui-nav .search {
    position: absolute;
    z-index: 5;
    height: 0;
    border-bottom: 1px solid #0078AB;
    width: 100%;
    left: 0;
    padding: 0px 10px 1px 10px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.1s;
    visibility: hidden;
    height: 42px;
    background: #F5F5F5;
    color: #0078AB;
    border-radius: 0px 0px 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1390px) {
  .ui-nav .search {
    top: 481px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .ptb .ui-nav .search {
    margin-top: 20px;
  }
  .enu .ui-nav .search {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .ui-nav .search i {
    position: relative;
    top: 5px;
    margin-right: 5px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .ui-nav .search input {
    background: none;
    border: 0;
    color: #0078AB;
    width: 65%;
    font-size: 0.85em;
    font-weight: 400;
    position: relative;
    top: -4px;
    display: inline-block;
    padding-left: 5px;
    outline: none;
    vertical-align: baseline;
  }
  .ui-nav .search input::placeholder {
    color: #0078AB;
  }
}
@media (min-width: 768px) {
  .ui-nav .search a {
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #0078AB;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s;
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 0.8em;
  }
  .ui-nav .search a.in {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .ui-nav .search .keyword {
    padding-right: 2px;
    font-weight: 500;
    font-style: italic;
  }
}
@media (min-width: 768px) {
  .ui-nav.in .search {
    opacity: 1;
    visibility: visible;
  }
  .ui-nav.in .search.in-2 a {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-nav .sub-menu li {
    padding: 0;
  }
  .ui-nav .sub-menu li a {
    font-size: 0.86em;
  }
  .ui-nav .section-title:after {
    content: "";
    right: 5px;
  }
}
@media (min-width: 1366px) {
  .ui-nav .sub-menu {
    top: 50px;
  }
  .ui-nav .section-title {
    padding: 10px 22px 10px 10px;
  }
  .ui-nav .section-title:after {
    content: "";
    position: relative;
    top: 1px;
    margin-left: 4px;
  }
}
@media (min-width: 1500px) {
  .ui-nav {
    top: 24px;
    left: 500px;
  }
  .ui-nav .menu-item-has-children {
    padding-left: 5px;
  }
  .ui-nav .menu-item-has-children .section-title {
    padding-left: 0;
  }
  .ui-nav .sub-menu {
    padding: 15px 0 0 0px;
  }
}

.ui-hero {
  /* height: $banner-height; */
  height: 340px;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .ui-hero {
    height: 120px;
    margin-top: 60px;
  }
}

.ui-hero.hero-a {
  background-image: url("img/hero/hero-1.jpg");
}

.ui-hero.hero-b {
  background-image: url("img/hero/hero-2.jpg");
}

.ui-hero.hero-c {
  background-image: url("img/hero/hero-3.jpg");
}

.ui-hero.hero-d {
  background-image: url("img/hero/hero-4.jpg");
}

.ui-hero.hero-e {
  background-image: url("img/hero/hero-5.jpg");
}

.ui-page-header {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ui-page-header > .container {
  height: 100%;
}
.ui-page-header .header-bar {
  position: absolute;
  bottom: 30px;
  z-index: 2;
}
.ui-page-header .ui-page-title h1, .ui-page-header .ui-page-title .h1 {
  color: #fff;
  font-family: "MuseoSlab";
  font-size: 2.5em;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ui-page-header .ui-page-title h1, .ui-page-header .ui-page-title .h1 {
    display: none;
  }
}
.ui-page-header #breadcrumbs {
  font-size: 0.8em;
  color: #fff;
}
.ui-page-header #breadcrumbs li {
  display: inline-block;
}
.ui-page-header #breadcrumbs li:first-child {
  display: none;
}
.ui-page-header #breadcrumbs li:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0);
  margin: 0 3px 0 7px;
  font-size: 1em;
  content: "\f105";
}
.ui-page-header #breadcrumbs li.separator {
  display: none;
}
.ui-page-header #breadcrumbs li.item-current:after {
  display: none;
}

.ui-bottom {
  background-color: #002748;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 4;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .ui-bottom {
    padding-bottom: 15px;
    position: static;
  }
}
.ui-bottom a {
  display: inline-block;
}
.ui-bottom a:hover {
  text-decoration: underline;
}
.ui-bottom .bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 35px;
}
@media (max-width: 1023px) {
  .ui-bottom .bottom-container {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .indices {
    margin-top: 10px;
  }
}
.ui-bottom .bottom-container .indices img {
  margin: 0 auto;
  max-width: 100%;
}
.ui-bottom .bottom-container .policies {
  font-size: 10px;
  min-width: 299px;
  text-align: right;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .ui-bottom .bottom-container .policies {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
@media (min-width: 1366px) {
  .ui-bottom .bottom-container .policies {
    font-size: 0.7em;
    width: auto;
    text-align: left;
    margin-left: 0;
  }
}
.ui-bottom .bottom-container .policies li {
  display: inline-block;
}
.ui-bottom .bottom-container .policies li:not(:last-child) {
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, #0078AB, #7DBA00) 1 100%;
  padding-right: 6px;
  margin-right: 4px;
  border-left: 0;
}
@media (max-width: 1023px) {
  .ui-bottom .bottom-container .policies li:not(:last-child) {
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #0078AB, #7DBA00) 1 100%;
    padding-right: 6px;
    margin-right: 4px;
    border-left: 0;
  }
}
@media (min-width: 1024px) {
  .ui-bottom .bottom-container .quick-access {
    width: 60%;
    min-width: 435px;
  }
}
@media (min-width: 1366px) {
  .ui-bottom .bottom-container .quick-access {
    width: auto;
  }
}
.ui-bottom .bottom-container .quick-access h3,
.ui-bottom .bottom-container .quick-access .box-details {
  display: inline-block;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access h3,
.ui-bottom .bottom-container .quick-access .box-details {
    display: block;
    font-size: 0.9em;
  }
}
@media (min-width: 1366px) {
  .ui-bottom .bottom-container .quick-access h3,
.ui-bottom .bottom-container .quick-access .box-details {
    font-size: 0.9em;
  }
}
.ui-bottom .bottom-container .quick-access h3 {
  color: #7DBA00;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access h3 {
    display: block;
    margin: 10px 0 20px 0;
  }
}
.ui-bottom .bottom-container .quick-access .box-details {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access .box-details {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access .box-details a.action {
    display: none;
  }
}
.ui-bottom .bottom-container .quick-access .box-details a.action:after {
  content: "";
  background: url(img/icon-all.png) 1px -98px no-repeat;
  width: 18px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access .box-details a.action:after {
    display: none;
  }
}
.ui-bottom .bottom-container .quick-access .box-details .content-details {
  display: none;
  position: absolute;
  width: 420px;
  bottom: 50px;
  background: #fff;
  color: #404040;
  padding: 20px 20px 20px 45px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px #666;
  z-index: 1;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-bottom .bottom-container .quick-access .box-details .content-details {
    left: 20%;
    bottom: 95px;
  }
}
.ui-bottom .bottom-container .quick-access .box-details .content-details li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access .box-details .content-details {
    display: block;
    width: 100%;
    position: static;
    text-align: left;
    padding: 10px;
    background: none;
    color: #fff;
    box-shadow: none;
  }
}
.ui-bottom .bottom-container .quick-access .box-details .content-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background-image: linear-gradient(to bottom, #0078AB, #7DBA00);
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access .box-details .content-details::before {
    display: none;
  }
}
.ui-bottom .bottom-container .quick-access .box-details .content-details .panel-header {
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
  color: #0078AB;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access .box-details .content-details .panel-header {
    color: #fff;
  }
}
.ui-bottom .bottom-container .quick-access .box-details .content-details .panel-header .icon-close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access .box-details .content-details .panel-header .icon-close {
    display: none;
  }
}
.ui-bottom .bottom-container .quick-access .box-details .content-details .panel-footer {
  position: relative;
  top: 6px;
}
.ui-bottom .bottom-container .quick-access .box-details .content-details .panel-footer a {
  font-weight: 600;
}
.ui-bottom .bottom-container .quick-access .box-details .content-details .panel-footer a:after {
  content: "";
  background: url("img/icon-all.png") -143px -97px no-repeat;
  width: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
  margin-left: 4px;
}
.ui-bottom .bottom-container .quick-access .box-details.active a.action:after {
  content: "";
  background-position: -47px -98px;
}
.ui-bottom .bottom-container .quick-access .box-details.active .content-details {
  display: block;
}
.ui-bottom .bottom-container .quick-access .box-details.panel-updates .content-details li a {
  display: flex;
}
.ui-bottom .bottom-container .quick-access .box-details.panel-updates .content-details li a time {
  color: #7DBA00;
  font-weight: 600;
  display: inline-block;
  min-width: 55px;
  font-size: 0.9em;
  vertical-align: top;
}
.ui-bottom .bottom-container .quick-access .box-details.panel-updates .content-details li a .title {
  display: inline-block;
  vertical-align: top;
}
.ui-bottom .bottom-container .quick-access .box-details.panel-updates .content-details li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .ui-bottom .bottom-container .quick-access .box-details.panel-earnings {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.ui-bottom .bottom-container .quick-access .box-details.panel-earnings .content-details li a:hover {
  text-decoration: none;
}
.ui-bottom .bottom-container .quick-access .box-details.panel-earnings .content-details li a i.icon,
.ui-bottom .bottom-container .quick-access .box-details.panel-earnings .content-details li a .title {
  display: inline-block;
  vertical-align: middle;
}
.ui-bottom .bottom-container .quick-access .box-details.panel-earnings .content-details li a .title {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.ui-backdrop,
.fancybox-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 4;
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transform: translateX(-100%);
}
.ui-backdrop.in,
.fancybox-overlay.in {
  background-color: rgba(0, 0, 0, 0.4);
  transform: translateX(0);
}

.fancybox-overlay {
  transform: none;
}

.ui-main {
  background: #fff;
}

.ui-content {
  padding: 30px 0 100px 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .ui-content {
    padding: 30px 0 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-content {
    padding: 30px 0 130px 0;
  }
}
.ui-content .last-updated {
  margin-top: 44px;
  font-size: 12px;
  color: #aaa;
  text-align: right;
}
.ptb .ui-content .last-updated time {
  text-transform: lowercase;
}
.ui-content.no-date-update .last-updated {
  display: none;
}

.content-body.cke_editable {
  max-width: 768px;
  margin: 0 auto;
  padding: 16px;
}

@media (max-width: 767px) {
  .ui-cover {
    padding-top: 40vh;
    padding-bottom: 20px;
    background: #002748;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-cover {
    padding-top: 30vh;
    background: none;
  }
}
@media (min-width: 1024px) {
  .ui-cover {
    padding-top: 45vh;
    background: none;
  }
}
@media (min-width: 1366px) {
  .ui-cover {
    padding-top: 55vh;
  }
}
@media (min-width: 1366px) and (max-height: 800px) {
  .ui-cover {
    padding-top: 47vh;
  }
}

.ui-banner {
  height: 100vh;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .ui-banner {
    height: 100%;
    font-size: 13px;
  }
  .ui-banner .bx-wrapper {
    width: 100%;
    height: 100%;
  }
  .ui-banner .bx-viewport,
.ui-banner .bxSlider,
.ui-banner .bxSlider li {
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .ui-banner {
    height: 40vh;
  }
}
.ui-banner .container {
  height: 100%;
  z-index: 2;
}
.ui-banner .banner-slide {
  height: 100vh;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 1023px) {
  .ui-banner .banner-slide {
    height: 100%;
    width: 100%;
    min-height: 100%;
    position: absolute;
  }
}
.ui-banner .banner-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0) 30%, rgba(51, 51, 51, 0) 70%, rgba(51, 51, 51, 0.5) 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ui-banner .banner-slide a {
  padding: 15px 20px;
  font-size: 1em;
  display: inline-block;
  margin-top: 25px;
  background: #7DBA00;
  transition: background 0.3s;
  color: #fff;
  border-radius: 5px;
  text-shadow: none;
}
@media (max-width: 1023px) {
  .ui-banner .banner-slide a {
    padding: 8px 10px;
    font-size: 0.8em;
    margin-top: 10px;
  }
}
.ui-banner .banner-slide a:hover {
  background: rgb(255, 255, 255);
  color: #0078AB;
}
.ui-banner .banner-panel {
  padding-top: 27vh;
}
@media (max-width: 767px) {
  .ui-banner .banner-panel {
    display: none;
  }
}
@media (max-width: 1023px) {
  .ui-banner .banner-panel {
    padding-top: 15vh;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ui-banner .banner-panel .banner-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-banner .banner-panel .banner-text {
    max-width: 650px;
  }
}
@media (min-width: 1366px) {
  .ui-banner .banner-panel .banner-text {
    max-width: 1040px;
  }
}
.ui-banner h1 {
  font-size: 1.75em;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px #333;
}
@media (min-width: 1024px) {
  .ui-banner h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1366px) {
  .ui-banner h1 {
    font-size: 2.76em;
  }
}
.ui-banner p {
  font-size: 1.3em;
  color: #333;
  font-weight: 600;
  font-style: italic;
}
.ui-banner a.details {
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 0.938em;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  transition: background 0.3s;
  text-shadow: 1px 1px #333;
}
.ui-banner a.details:hover {
  background: rgb(255, 255, 255);
  color: #0078AB;
  text-shadow: none;
}
.ui-banner .bx-pager {
  display: none;
}
.ui-banner .bx-controls-direction {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .ui-banner .bx-controls-direction {
    display: none;
  }
}
.ui-banner .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 40vh;
  z-index: 100;
  font-size: 60px;
}
.ui-banner .bx-controls-direction a.bx-prev {
  left: 3%;
}
.ui-banner .bx-controls-direction a.bx-next {
  right: 3%;
}
@media (max-width: 1023px) {
  .ui-banner .bx-controls-direction a.bx-prev {
    left: 5px;
  }
  .ui-banner .bx-controls-direction a.bx-prev i {
    background-size: 450px;
    background-position: -110px -75px;
    width: 26px;
    height: 36px;
  }
  .ui-banner .bx-controls-direction a.bx-next {
    right: 5px;
  }
  .ui-banner .bx-controls-direction a.bx-next i {
    background-size: 450px;
    background-position: -85px -75px;
    width: 26px;
    height: 36px;
  }
}
.ui-banner .bx-controls-direction a.disabled {
  display: none;
}
.ui-banner .bx-pager-item {
  display: inline-block;
  margin-left: 4px;
}
.ui-banner .bx-pager-link {
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 0;
  background: #9C8F8E;
  text-align: center;
  border: 1px solid #9C8F8E;
  margin-left: 5px;
  border-radius: 100%;
}
.ui-banner .bx-pager-link.active {
  background: #fff;
  border: 1px solid #fff;
}

#banner {
  overflow: hidden;
}
#banner .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 0;
}
#banner .video-container iframe,
#banner .video-embed,
#banner .video-fallback {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 120%;
}
#banner .video-fallback {
  background: #0078AB url("img/bg-video.jpg") no-repeat 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}
@media (max-width: 1023px) {
  #banner .video-fallback {
    display: block;
  }
}
#banner .video-embed {
  width: 200%;
  left: -50%;
  pointer-events: none;
}
.tema-csan #banner .video-embed {
  top: -10%;
}
@media (max-width: 1023px) {
  #banner .video-embed {
    display: none;
  }
}

.ui-home .banner-secundario {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .ui-home .banner-secundario {
    margin-top: 0;
  }
}
.ui-home .banner-secundario ul {
  text-align: center;
}
.ui-home .banner-secundario ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-left: -4px;
}
@media (max-width: 767px) {
  .ui-home .banner-secundario ul li {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    border-radius: 7px;
    padding: 1px;
    background-image: linear-gradient(to right, #0078AB, #7DBA00);
  }
}
.ui-home .banner-secundario ul li a {
  display: inline-block;
  padding: 0;
}
@media (max-width: 767px) {
  .ui-home .banner-secundario ul li a {
    display: flex;
    background: #002748;
    color: #fff;
    justify-content: start;
    padding-left: 10px;
    align-items: center;
    border-radius: 7px;
  }
}
.ui-home .banner-secundario ul li a i {
  position: relative;
}
@media (max-width: 767px) {
  .ui-home .banner-secundario ul li a i:after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    background: #7DBA00;
    width: 50%;
    left: 20%;
    bottom: 0;
  }
}
.ui-home .banner-secundario ul li a i:before {
  content: "";
  background: url("img/border-radius.png") no-repeat;
  width: 79px;
  height: 79px;
  display: block;
  position: absolute;
  top: -11px;
  left: -9px;
  border-radius: 100%;
  z-index: -1;
  transition: all ease-in 0.3s;
}
@media (max-width: 767px) {
  .ui-home .banner-secundario ul li a i:before {
    display: none;
  }
}
.ui-home .banner-secundario ul li a:hover i:before {
  background: #7DBA00;
}
.ui-home .banner-secundario ul li a .title {
  margin-top: 15px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 1px #666;
  border-radius: 10px;
  border-bottom: 0;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .ui-home .banner-secundario ul li a .title {
    font-size: 0.95em;
    margin-left: 20px;
    margin-top: 0;
    font-weight: 500;
  }
}

.tema-czz .ui-top .header-title .title {
  border-image: linear-gradient(to bottom, #0078ab, #7dba00) 1 100%;
  border-right: 1px solid;
  border-left: 0;
}
@media (max-width: 1023px) {
  .tema-czz .ui-top .header-title .title {
    border: 0;
  }
}
.tema-czz .ui-top .header-title .title .back-to-home {
  background: url("img/logo-new.png") no-repeat;
}
@media (max-width: 767px) {
  .tema-czz .ui-top .header-title .title .back-to-home {
    background-size: 120px;
    width: 125px;
  }
}
@media (min-width: 768px) {
  .tema-czz .ui-top .header-title .language {
    display: flex;
  }
  .tema-czz .ui-top .header-title .language img.indices {
    margin-right: 30px;
    height: auto;
  }
}
.tema-czz .ui-top .header-title .language .social-media {
  padding-right: 8px;
}
.tema-czz .ui-top .header-title .language .social-media a .icon-instagram, .tema-czz .ui-top .header-title .language .social-media a .icon-twitter, .tema-czz .ui-top .header-title .language .social-media a .icon-facebook, .tema-czz .ui-top .header-title .language .social-media a .icon-linkedin, .tema-czz .ui-top .header-title .language .social-media a .icon-youtube {
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tema-czz .ui-top .header-title .language .social-media a .icon-instagram {
  background-image: url(img/socialMedias/instagram.svg);
}
.tema-czz .ui-top .header-title .language .social-media a .icon-twitter {
  background-image: url(img/socialMedias/twitterNew.svg);
}
.tema-czz .ui-top .header-title .language .social-media a .icon-facebook {
  background-image: url(img/socialMedias/facebookNew.svg);
}
.tema-czz .ui-top .header-title .language .social-media a .icon-linkedin {
  background-image: url(img/socialMedias/linkedinNew.svg);
}
.tema-czz .ui-top .header-title .language .social-media a .icon-youtube {
  background-image: url(img/socialMedias/youtubeNew.svg);
}
.tema-czz .ui-top .companies {
  display: flex;
  justify-content: space-around;
  flex-grow: 1;
  margin-right: 180px;
}
@media (max-width: 1023px) {
  .tema-czz .ui-top .companies {
    display: none;
  }
}
@media (min-width: 1024px) {
  .tema-czz .ui-top .companies {
    margin-right: 50px;
    margin-left: 10px;
  }
}
@media (min-width: 1366px) {
  .tema-czz .ui-top .companies {
    margin-right: 150px;
    margin-left: 0px;
  }
}
.tema-czz .ui-top .companies a {
  display: inline-block;
}
.tema-czz .ui-top .companies a i {
  height: 40px;
  display: block;
  filter: grayscale(100%);
  opacity: 0.5;
}
.tema-czz .ui-top .companies a i.icon-logo-raizen {
  background: url("img/raizen-hover.png") 0px 0px no-repeat;
  width: 91px;
}
.tema-czz .ui-top .companies a i.icon-logo-comgas {
  background: url("img/comgas-hover.png") 0px 8px no-repeat;
  width: 115px;
}
.tema-czz .ui-top .companies a i.icon-logo-compass {
  background: url("img/compass_new.png") 0px 8px no-repeat;
  width: 113px;
  opacity: 0.2;
  background-size: contain;
  background-position: 0 10px;
}
.tema-czz .ui-top .companies a i.icon-logo-moove {
  background: url("img/moove-hover.png") 0px 1px no-repeat;
  width: 104px;
}
.tema-czz .ui-top .companies a i.icon-logo-rumo {
  background: url("img/rumo-hover.png") 0px 7px no-repeat;
  width: 86px;
}
.tema-czz .ui-top .companies a i:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.tema-czz .ui-top .companies a:hover .icon-logo-raizen {
  background-position: 0px -84px;
}
.tema-czz .ui-top .companies a:hover .icon-logo-comgas {
  background-position: 0px -70px;
}
.tema-czz .ui-top .companies a:hover .icon-logo-compass {
  opacity: 1;
}
.tema-czz .ui-top .companies a:hover .icon-logo-moove {
  background-position: 0px -82px;
}
.tema-czz .ui-top .companies a:hover .icon-logo-rumo {
  background-position: 0px -70px;
}
.tema-czz #banner .video-container iframe,
.tema-czz #banner .video-embed,
.tema-czz #banner .video-fallback {
  top: -10%;
}
.tema-czz .ui-nav .level-2 .menu-extra {
  margin-top: 0;
}
.tema-czz .ui-nav .level-2 .menu-extra > ul li.company:first-child {
  margin-top: 0;
}
.tema-czz .ui-nav .section-title {
  display: block;
}
@media (min-width: 1024px) {
  .tema-czz .ui-nav .section-title:after {
    right: 10%;
  }
}
@media (min-width: 1366px) {
  .tema-czz .ui-nav .section-title:after {
    right: auto;
  }
}
@media (max-width: 767px) {
  .tema-czz .ui-cover {
    padding-top: 40vh;
  }
  .tema-czz .ui-banner {
    height: 40vh;
  }
  .tema-czz #banner .video-container iframe,
.tema-czz #banner .video-embed,
.tema-czz #banner .video-fallback {
    top: -8%;
  }
}
.tema-czz .ui-hero.hero-page-home {
  background-image: url("/ptb/banner_slideshow/1/20_12_30_209_RT190426.jpg");
}
.tema-czz .icon-facebook {
  width: 26px;
  height: 26px;
  background-position: -7px -210px;
}
.tema-czz .icon-linkedin {
  width: 26px;
  height: 26px;
  background-position: -52px -210px;
}
.tema-czz .icon-youtube {
  width: 26px;
  height: 26px;
  background-position: -96px -210px;
}
@media (max-width: 767px) {
  .tema-czz .ui-bottom {
    min-height: 20vh;
  }
}
.tema-czz .ui-bottom .quick-access h3 {
  text-transform: none;
}
.tema-czz .ui-bottom .quick-access a {
  margin-left: 10px;
  position: relative;
}
.tema-czz .ui-bottom .quick-access a:after {
  content: "";
  background: url(img/icon-all.png) 1px -98px no-repeat;
  width: 18px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0px;
  margin-left: 4px;
}
.tema-czz .ui-bottom .social-media {
  min-width: 135px;
  height: 26px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tema-czz .ui-bottom .social-media {
    margin-top: 10px;
  }
}
.tema-czz .ui-bottom .social-media a {
  margin: 0 8px;
}

.ui-cover-azul {
  z-index: 1;
}
.ui-cover-azul:after {
  content: "";
  display: block;
  background: rgba(0, 120, 171, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* POPUP HOME */
#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(178, 179, 182, 0.95);
}
#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  height: auto;
  padding-bottom: 3%;
  width: auto;
  background: #f8f8f8;
  z-index: 9999;
  color: #404040;
  text-align: center;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup .box-msg::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 38px;
  background: #0078AB;
  background: linear-gradient(134.21deg, #0078AB 11.2%, #0078AB 50.74%, #7DBA00 99.46%);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 767px) {
  #popup .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    height: 97vh;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 336px) {
  #popup .box-msg {
    padding: 20px 2px;
    top: 20px;
  }
}
#popup .box-msg header {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 30px 0;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
#popup .box-msg header h3 {
  text-align: left;
}
#popup .box-msg header img {
  width: 30%;
  margin-left: auto;
}
#popup .box-msg #main-popup {
  padding: 0 30px;
  height: 500px;
  overflow-y: auto;
}
#popup .box-msg #main-popup .border-none {
  border: none !important;
}
@media (max-width: 575px) {
  #popup .box-msg #main-popup .border-sm-none {
    border: none !important;
  }
}
@media (max-width: 767px) {
  #popup .box-msg #main-popup .border-md-none {
    border: none !important;
  }
}
@media (max-width: 991px) {
  #popup .box-msg #main-popup .border-lg-none {
    border: none !important;
  }
}
@media (max-width: 1059px) {
  #popup .box-msg #main-popup .border-xl-none {
    border: none !important;
  }
}
#popup .box-msg #main-popup h4 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #popup .box-msg #main-popup {
    height: 85vh;
  }
}
#popup .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: white;
  font-size: 26px;
  border-radius: 62px;
  background: #7DBA00;
  font-family: arial, sans-serif;
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup .box-msg .close:hover {
  opacity: 0.8;
}
#popup .box-msg h2 {
  color: white;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 -40px;
}
#popup .box-msg h3 {
  color: #0078AB;
  position: relative;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup .box-msg p {
  color: #404040;
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.4em;
  margin: 1px 0;
  padding: 0;
}
#popup .box-msg strong {
  font-weight: 700;
  font-family: "MuseoSans", arial, helvetica, sans-serif;
}
#popup table {
  width: 100%;
  border-width: 0 !important;
  margin: auto;
}
#popup table td {
  padding: 0px 0px 4px !important;
  vertical-align: top;
  position: relative;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
}
#popup table td h3 {
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #0078AB;
}
#popup table td h3::before {
  display: none;
}
#popup table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup table td a {
  color: white;
  border: 1px solid #0078AB;
  padding: 5px;
  width: 120px;
  background-color: #0078AB;
}

#popup-dividends {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(178, 179, 182, 0.95);
}
#popup-dividends .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 559px;
  width: 619px;
  background: white;
  z-index: 9999;
  padding: 50px 30px;
  color: #404040;
  text-align: center;
  height: auto;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup-dividends .box-msg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #0078AB;
  background: linear-gradient(134.21deg, #0078AB 11.2%, #0078AB 50.74%, #7DBA00 99.46%);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#popup-dividends .box-msg .info {
  padding: 0px 25px;
}
@media (max-width: 767px) {
  #popup-dividends .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 336px) {
  #popup-dividends .box-msg {
    padding: 20px 2px;
    top: 20px;
  }
}
#popup-dividends .box-msg header {
  margin-bottom: 15px;
}
#popup-dividends .box-msg header img {
  width: 30%;
  margin: auto;
  margin-top: -40px;
}
#popup-dividends .box-msg #main-popup h4 {
  margin-top: 40px;
}
#popup-dividends .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: white;
  font-size: 26px;
  border-radius: 62px;
  background: #7DBA00;
  font-family: arial, sans-serif;
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup-dividends .box-msg .close:hover {
  opacity: 0.8;
}
#popup-dividends .box-msg h2 {
  color: white;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 -40px;
}
#popup-dividends .box-msg h3 {
  color: #0078AB;
  position: relative;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup-dividends .box-msg p {
  color: #404040;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
  padding: 0;
}
#popup-dividends table {
  width: 100%;
  border-width: 0 !important;
  margin: auto;
}
#popup-dividends table td {
  padding: 0px 30px 4px !important;
  vertical-align: top;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
}
#popup-dividends table td:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #0078AB;
  height: 55px;
  top: 50%;
  right: 0;
}
#popup-dividends table td h3 {
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #0078AB;
}
#popup-dividends table td h3::before {
  display: none;
}
#popup-dividends table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup-dividends table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup-dividends table td a {
  color: white;
  border: 1px solid #0078AB;
  padding: 5px;
  width: 120px;
  background-color: #0078AB;
}

#popup-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
@media (max-width: 767px) {
  #popup-mobile {
    display: block;
  }
}
#popup-mobile .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  min-height: 250px;
  background: white;
  z-index: 9999;
  padding: 15px 30px;
  color: #67666b;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup-mobile .box-msg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #0078AB;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 767px) {
  #popup-mobile .box-msg {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#popup-mobile .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 31px;
  height: 29px;
  padding: 0 5px;
  color: #0078AB;
  font-size: 26px;
  border-radius: 62px;
  background: #7DBA00;
  font-family: arial, sans-serif;
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup-mobile .box-msg .close:hover {
  opacity: 0.8;
}
#popup-mobile .box-msg .close::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#popup-mobile .box-msg #main-popup {
  padding-top: 0px !important;
}
#popup-mobile .box-msg h2 {
  color: white;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup-mobile .box-msg h3 {
  color: #039be5;
  position: relative;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup-mobile .box-msg h4 {
  margin: 15px 0;
}
#popup-mobile .box-msg p {
  color: #67666b;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
}
#popup-mobile .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: -9px 0px 34px 0;
}
#popup-mobile .box-msg table td {
  padding: 0px 30px 4px !important;
  vertical-align: top;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
}
#popup-mobile .box-msg table td h3 {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #039be5;
}
#popup-mobile .box-msg table td h3::before {
  display: none;
}
#popup-mobile .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup-mobile .box-msg table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup-mobile .box-msg table td a {
  display: block;
  color: #67666b;
  border: 1px solid #000;
  padding: 5px;
  margin: 5px 0;
  text-align: center;
  border-radius: 25px;
}

#popup-img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(178, 179, 182, 0.95);
}
@media (max-width: 767px) {
  #popup-img {
    display: block;
  }
}
#popup-img .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  background: white;
  z-index: 9999;
  color: #404040;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #popup-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 336px) {
  #popup-img {
    padding: 20px 2px;
    top: 20px;
  }
}
#popup-img header img {
  width: 30%;
  margin: auto;
}
@media (max-width: 768px) {
  #popup-img #main-popup div > img {
    width: 400px;
  }
}
#popup-img .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: white;
  font-size: 26px;
  border-radius: 62px;
  background: #7DBA00;
  font-family: arial, sans-serif;
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup-img .close:hover {
  opacity: 0.8;
}
#popup-img h2 {
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
}
#popup-img h3 {
  color: #0078AB;
  position: relative;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup-img p {
  color: #404040;
  font-size: 13px;
  line-height: 1.4em;
  margin: 10px 0;
}
#popup-img table {
  width: 100%;
  border-width: 0 !important;
  margin: 12px 0px 0px 0;
}
@media (max-width: 767px) {
  #popup-img table {
    margin: auto;
    margin-left: 0 !important;
  }
}
#popup-img table td {
  padding: 0px 30px 4px !important;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  #popup-img table td {
    padding: 0px !important;
  }
}
#popup-img table td:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #0078AB;
  height: 79px;
  top: 30%;
  right: 0;
}
#popup-img table td h3 {
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #0078AB;
}
#popup-img table td h3::before {
  display: none;
}
#popup-img table td p {
  font-size: 13px;
  line-height: 1.7em;
}
#popup-img table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup-img table td a {
  color: white;
  border: 1px solid #0078AB;
  padding: 5px;
  width: 120px;
  background-color: #0078AB;
}

.ui-content > header {
  margin-bottom: 44px;
  display: none;
}
.ui-content > header h1 {
  font: 400 24px accord, sans-serif;
}

.ui-content .breadcrumb {
  margin-top: 4px;
  font: 400 14px accord, sans-serif;
}
.ui-content .breadcrumb li {
  float: left;
}
.ui-content .breadcrumb li + li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 6px;
  font-size: 12px;
  color: #0078AB;
  content: "\f105";
}
.ui-content .breadcrumb::after::after {
  display: block;
  clear: both;
  content: "";
}

.content-body h2, .content-body h3 {
  margin-top: 1.4em;
  font-family: "MuseoSlab";
}
.content-body h2:first-child, .content-body h3:first-child {
  margin-top: 0;
}
.content-body h2 {
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 500;
  color: #0078AB;
}
@media (max-width: 767px) {
  .content-body h2 {
    font-size: 1.4em;
  }
}
.content-body h3 {
  font-size: 1.5em;
  color: #404040;
  font-weight: 500;
}
@media (max-width: 767px) {
  .content-body h3 {
    font-size: 1.15em;
  }
}
.content-body h4 {
  font-size: 1.1em;
  font-weight: 700;
  color: #404040;
}
@media (max-width: 767px) {
  .content-body h4 {
    font-size: 1.05em;
  }
}

.content-body {
  font-weight: 300;
}
.content-body .content-fale-com-ri {
  margin-bottom: 40px;
}
.content-body a.fa {
  font-size: 0;
}
.content-body a.fa:before {
  font-size: 15px;
}
.content-body a {
  color: #0078AB;
  text-decoration: underline;
}
.content-body p,
.content-body ul,
.content-body ol,
.content-body table {
  margin-top: 1em;
  line-height: 1.4em;
}
.content-body .att {
  margin-top: 44px;
  font-size: 12px;
  color: #aaa;
  text-align: right;
}
.content-body a:hover {
  text-decoration: underline;
}
.content-body .bg-highlights {
  background: #7DBA00;
  color: #fff;
  text-align: center;
  margin: 30px 0;
  position: relative;
}
.content-body .bg-highlights > .container {
  padding: 40px 40px;
}
@media (max-width: 767px) {
  .content-body .bg-highlights > .container {
    padding: 30px 10px;
  }
}
.content-body .bg-highlights * {
  color: #fff;
  position: relative;
  z-index: 1;
}
.content-body .bg-highlights h2:first-child, .content-body .bg-highlights p:first-child {
  margin-top: 0;
}
.content-body .bg-highlights h2 {
  font-family: "MuseoSlab";
  font-weight: 300;
}
.content-body .bg-highlights h3 {
  font-size: 1.6em;
  font-family: "MuseoSlab";
  font-weight: 300;
}
.content-body .bg-highlights h3:first-child {
  margin-top: 0;
}
.content-body form {
  max-width: 775px;
}
.content-body form.forms.select {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  font-weight: 500;
}
.content-body form.forms.select::before {
  content: "";
  background: url(img/icon-all.png) -47px -98px no-repeat;
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 44%;
  right: 15px;
  pointer-events: none;
  z-index: 1;
}
.content-body form.forms.select.docsCvm::before {
  display: none;
}
.content-body form.forms.select.docsCvm #filtro-empresa,
.content-body form.forms.select.docsCvm #filtro-ano {
  display: inline-block;
  position: relative;
}
.content-body form.forms.select.docsCvm #filtro-empresa select,
.content-body form.forms.select.docsCvm #filtro-ano select {
  width: auto;
}
.content-body form.forms.select.docsCvm #filtro-ano {
  margin-left: 15px;
}
.content-body form.forms.select label {
  display: none;
}
.content-body form.forms.select select {
  padding: 5px 45px 5px 20px;
  -webkit-appearance: none;
  background-color: rgb(248, 248, 248);
  height: 37px;
  border: 0;
  -webkit-box-shadow: 0 0 3px 0 #ccc;
  -moz-box-shadow: 0 0 3px 0 #ccc;
  -ms-box-shadow: 0 0 3px 0 #ccc;
  -o-box-shadow: 0 0 3px 0 #ccc;
  box-shadow: 0 0 3px 0 #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.content-body form.wpcf7-form input[type=text],
.content-body form.wpcf7-form input[type=email] {
  padding: 19px 8px !important;
}
.content-body form.wpcf7-form label {
  padding-top: 0 !important;
}
.content-body form.wpcf7-form span {
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}
.content-body form fieldset {
  clear: both;
  display: block;
  width: 100%;
  border: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}
.content-body form input[type=text],
.content-body form input[type=email],
.content-body form input[type=tel],
.content-body form textarea,
.content-body form select {
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 8px;
  border: 0;
  color: #404040;
  font-size: 15px;
  font-size: 0.9375rem;
}
.content-body form input[type=text]::-webkit-input-placeholder,
.content-body form input[type=email]::-webkit-input-placeholder,
.content-body form input[type=tel]::-webkit-input-placeholder,
.content-body form textarea::-webkit-input-placeholder,
.content-body form select::-webkit-input-placeholder {
  color: #404040;
}
.content-body form input[type=text]::-moz-input-placeholder,
.content-body form input[type=email]::-moz-input-placeholder,
.content-body form input[type=tel]::-moz-input-placeholder,
.content-body form textarea::-moz-input-placeholder,
.content-body form select::-moz-input-placeholder {
  color: #404040;
}
.content-body form input[type=text]::-ms-input-placeholder,
.content-body form input[type=email]::-ms-input-placeholder,
.content-body form input[type=tel]::-ms-input-placeholder,
.content-body form textarea::-ms-input-placeholder,
.content-body form select::-ms-input-placeholder {
  color: #404040;
}
.content-body form input[type=text]::-o-input-placeholder,
.content-body form input[type=email]::-o-input-placeholder,
.content-body form input[type=tel]::-o-input-placeholder,
.content-body form textarea::-o-input-placeholder,
.content-body form select::-o-input-placeholder {
  color: #404040;
}
.content-body form input[type=text]::input-placeholder,
.content-body form input[type=email]::input-placeholder,
.content-body form input[type=tel]::input-placeholder,
.content-body form textarea::input-placeholder,
.content-body form select::input-placeholder {
  color: #404040;
}
.content-body form select {
  height: 60px;
  position: relative;
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: left;
  margin: 15px 0;
  -webkit-box-shadow: 0 0 3px 0 #ccc;
  -moz-box-shadow: 0 0 3px 0 #ccc;
  -ms-box-shadow: 0 0 3px 0 #ccc;
  -o-box-shadow: 0 0 3px 0 #ccc;
  box-shadow: 0 0 3px 0 #ccc;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.content-body form select#sl_groups {
  display: none;
}
.content-body form label {
  position: relative;
  padding-top: 22px;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  -ms-box-shadow: 0px 0px 3px 0px #ccc;
  -o-box-shadow: 0px 0px 3px 0px #ccc;
  box-shadow: 0px 0px 3px 0px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.content-body form label input:not(:placeholder-shown) + span,
.content-body form label textarea:not(:placeholder-shown) + span {
  color: #0078AB;
  transform: translateY(-10px) scale(0.75);
}
.content-body form label input:focus + span,
.content-body form label textarea:focus + span {
  color: #0078AB;
  transform: translateY(-10px) scale(0.75);
}
.content-body form label span {
  position: absolute;
  top: 16px;
  left: 8px;
  font-size: 18px;
  color: #404040;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.content-body form textarea {
  height: 100px;
  resize: none;
  overflow: auto;
  margin-bottom: 10px;
}
.content-body form .g-recaptcha {
  display: block;
  height: 95px;
}
.content-body form .g-recaptcha > div {
  float: left;
}
.content-body .datepicker table:before {
  display: none;
}
.content-body .datepicker table thead th span {
  color: #0078AB;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  float: left;
  width: 100%;
}
.content-body .datepicker table tbody td {
  background: #fff !important;
  padding: 5px !important;
}
.content-body .datepicker table tbody td span {
  color: #868686;
  font-weight: 300;
  text-align: center;
  font-size: 15px;
}
.content-body .datepicker table tbody td.has-event {
  background-color: #fff !important;
}
.content-body .datepicker table tbody td.has-event span {
  color: #fff !important;
  background: transparent !important;
  width: 30px;
  margin: 0 auto;
  height: 30px;
  border-radius: 50%;
}
.content-body .datepicker table tbody td.has-event.divulgacao-de-resultado span {
  background: #ff690b !important;
}
.content-body .datepicker table tbody td.has-event.webcast span {
  background: #002168 !important;
}
.content-body .datepicker table tbody td.has-event.mais-de-um-evento span {
  background: #00adee !important;
}
.content-body .datepicker table tbody td.has-event.conferencias span {
  background: #ffca07 !important;
}
.content-body .datepicker table tbody td.has-event.outros-eventos span {
  background: #a7a7a7 !important;
}
.content-body .datepicker table tbody td.has-event.presenciais span {
  background: #ff690b !important;
  opacity: 0.4;
}
.content-body .datepicker table tbody td.has-event.acionistas span {
  background: #ff690b !important;
  opacity: 0.7;
}
.content-body .datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #4a4a4a;
}
.content-body .datepicker .ui-datepicker-header .ui-datepicker-title span {
  font-weight: 300;
}
.content-body .legenda_item .cor-01 {
  background: #ff690b !important;
}
.content-body .legenda_item .cor-02 {
  background: #002168 !important;
}
.content-body .legenda_item .cor-03 {
  background: #00adee !important;
}
.content-body .legenda_item .cor-04 {
  background: #ffca07 !important;
}
.content-body .legenda_item .cor-05 {
  background: #a7a7a7 !important;
}
.content-body .evento-realizado {
  margin-top: 30px;
}
.content-body .fale-conteudo {
  margin-top: 60px;
}
.content-body .table-calendario tr td a img {
  display: inline-block;
}
.content-body table tr th.icone {
  text-align: center;
}
.content-body table tr td img {
  display: block;
  margin: 0 auto;
}
.content-body table tr td.icone {
  width: 109px;
}
.content-body table tr td.off img {
  opacity: 0.3;
}
.content-body .chart :before {
  display: none !important;
}

.fm-header {
  margin-top: 2rem !important;
}

.ui-document .document-date {
  color: #7DBA00;
}
.ui-document .document-header {
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 3px 0px #ccc;
}
@media (max-width: 767px) {
  .ui-document .document-header {
    padding: 18px 32px 18px 16px;
  }
  .ui-document .document-date {
    padding-bottom: 4px;
  }
  .ui-document .add-to-downloads-button,
.ui-document .download-button {
    display: none;
  }
}
@media (min-width: 768px) {
  .ui-document .document-header {
    display: table;
    width: 100%;
    padding: 10px 172px 10px 16px;
  }
  .ui-document .document-date,
.ui-document .document-title {
    display: table-cell;
    vertical-align: middle;
  }
  .ui-document .document-date {
    width: 80px;
    padding: 0 15px 0 5px;
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
  }
  .ui-document .document-title a {
    color: #404040;
    text-decoration: none;
  }
  .ui-document .document-actions {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .ui-document .document-actions a {
    color: #0078AB;
  }
  .ui-document .document-actions .actions-wrapper {
    display: table;
    height: 100%;
  }
  .ui-document .document-actions .material-icons {
    vertical-align: middle;
  }
  .ui-document .document-actions .share-sheet,
.ui-document .document-actions .add-to-downloads-button,
.ui-document .document-actions .download-button {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .ui-document .add-to-downloads-button {
    padding: 0 10px;
  }
  .ui-document .download-button {
    padding: 0 10px;
  }
}
.ui-document .share-sheet {
  overflow: hidden;
}
@media (max-width: 767px) {
  .ui-document .share-sheet {
    position: absolute;
    top: 12px;
    right: 16px;
  }
}
@media (min-width: 768px) {
  .ui-document .share-sheet {
    position: relative;
  }
}
.ui-document .share-sheet .share-placeholder,
.ui-document .share-sheet .share-buttons {
  float: left;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.ui-document .share-sheet .share-placeholder {
  position: absolute;
  right: 10px;
  top: 9px;
  padding: 1px 4px 0;
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.ui-document .share-sheet .share-placeholder i {
  font-size: 21px;
}
.ui-document .share-sheet .share-buttons {
  font-size: 18px;
  opacity: 0;
  transform: translateX(100%);
}
.ui-document .share-sheet .share-buttons ul {
  margin-top: 0;
  padding: 0;
}
.ui-document .share-sheet .share-buttons li {
  float: left;
  margin-top: 6px;
}
.ui-document .share-sheet .share-buttons li::before {
  display: none;
}
.no-touch .ui-document .share-sheet:hover .share-placeholder, .touch .ui-document .share-sheet.active .share-placeholder {
  opacity: 0;
}
.no-touch .ui-document .share-sheet:hover .share-buttons, .touch .ui-document .share-sheet.active .share-buttons {
  opacity: 1;
  transform: translateX(0);
}
.ui-document .share-sheet a {
  display: block;
  padding: 0 8px;
  color: #0078AB;
}

.disclosure h2 {
  margin-bottom: 1em;
}
.disclosure .entry .info {
  border-top: 1px solid #fff;
  font-size: 12px;
}

.disclosure-description h3 {
  margin-top: 0.5em;
  display: none;
}

.disclosure-media {
  display: table;
  width: 100%;
}
.disclosure-media .action {
  display: table-cell;
}
@media (max-width: 767px) {
  .disclosure-media .action {
    display: block;
  }
}
.disclosure-media .action p {
  margin-top: 0;
}
.disclosure-media .action ul {
  margin-top: 2px;
  padding-left: 0;
}
.disclosure-media .action li {
  display: inline-block;
}
.disclosure-media .action li + li {
  margin-left: 12px;
}
.disclosure-media .action li::before {
  display: none;
}
.disclosure-media .download li + li {
  margin-left: 24px;
}
.disclosure-media .download i {
  margin-right: 4px;
}
.disclosure-media .download .file-type {
  text-decoration: underline;
}
.disclosure-media .download .file-size {
  margin-left: 3px;
}
.disclosure-media .download a {
  text-decoration: none;
}
.disclosure-media .share {
  width: 180px;
}
@media (max-width: 767px) {
  .disclosure-media .share {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-top: 10px;
  }
}

.year-nav {
  padding-left: 0 !important;
}
@media (min-width: 1024px) {
  .year-nav {
    padding-bottom: 18px;
  }
}
.year-nav ul {
  padding-left: 0;
  margin: 0;
}
.year-nav li {
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.year-nav li::before {
  display: none !important;
}
.year-nav a {
  display: block;
  border-bottom: 1px solid #7DBA00;
  padding: 3px 9px;
  font-size: 18px;
  color: #404040;
  text-decoration: none !important;
}
.year-nav .active {
  color: #0078AB;
  border-bottom-color: #0078AB;
}
.year-nav label {
  font-size: 1.05em;
  line-height: 24px;
  padding-right: 5px;
}
.year-nav .select-wrapper {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  font-weight: 500;
}
.year-nav .select-wrapper select {
  padding: 5px 45px 5px 20px;
  -webkit-appearance: none;
  border: 0;
  box-shadow: 0px 0px 3px 0px #ccc;
  border-radius: 5px;
}
.year-nav .select-wrapper select::-ms-expand {
  display: none;
}
.year-nav .select-wrapper::before {
  content: "";
  background: url("img/icon-all.png") -47px -98px no-repeat;
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 14px;
  right: 15px;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .year-nav {
    padding-bottom: 20px;
  }
}

.year-nav .bx-wrapper {
  position: relative;
  padding: 0 10px;
}

.year-nav .bx-controls a {
  position: absolute;
  top: 58%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  color: #0078AB;
  text-align: center;
  transition: opacity linear 0.2s;
  border: 0;
}

.year-nav .bx-controls .bx-prev, .year-nav .bx-controls .bx-next {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

.year-nav .bx-controls .bx-prev {
  left: -24px;
}

.year-nav .bx-controls .bx-prev:before {
  content: "\f053";
}

.year-nav .bx-controls .bx-next {
  right: -24px;
}

.year-nav .bx-controls .bx-next:before {
  content: "\f054";
}

.year-nav .bx-controls .disabled {
  opacity: 0.1;
}

.content-body ul, .content-body ol {
  padding-left: 36px;
}
.content-body ul li, .content-body ol li {
  margin-top: 0.25em;
}
.content-body ul li {
  position: relative;
}
.content-body ul > li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 1px;
  left: -16px;
  color: #404040;
  content: "\f105";
  font-weight: bold;
}
.content-body ul.list-unstyled > li::before {
  display: none;
}
.content-body ol li {
  list-style-type: decimal;
}
.content-body ol.decimal li {
  list-style-type: decimal;
}
.content-body ol.lower-roman li {
  list-style-type: lower-roman;
}
.content-body ol.upper-roman li {
  list-style-type: upper-roman;
}
.content-body ol.lower-alpha li {
  list-style-type: lower-alpha;
}
.content-body ol.upper-alpha li {
  list-style-type: upper-alpha;
}

.btn-sub-headings {
  margin-bottom: 40px;
  overflow: auto;
  width: 100%;
  margin: 0 0 30px !important;
  border-bottom: 1px solid #a5a5a5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn-sub-headings .item {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #7DBA00;
  text-align: center;
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  margin-bottom: 0 !important;
  font-size: 16px;
  font-size: 1rem;
}
.btn-sub-headings .item a {
  text-decoration: none;
}
.btn-sub-headings .item:before {
  display: none !important;
}
.btn-sub-headings .item:after {
  content: "";
  display: none;
  width: 100%;
  height: 5.5px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  background-color: #0078AB;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.btn-sub-headings .item.active {
  pointer-events: none;
}
.btn-sub-headings .item.active:after {
  display: block;
}

.content-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 1px;
  position: relative;
}
.content-body table td, .content-body table th {
  padding: 12px 12px;
  border-top: 1px solid #E5E5E5;
}
@media (max-width: 767px) {
  .content-body table td, .content-body table th {
    padding: 9px 5px;
  }
}
.content-body table tbody tr:hover td, .content-body table tbody tr:hover th {
  background: #fff;
}
.content-body table thead td, .content-body table thead th {
  background: #F5F5F5;
  border: 0;
}
.content-body table thead td, .content-body table th {
  font-weight: 700;
  text-align: left;
  color: #0078AB;
}
.content-body table.table-center {
  width: auto;
  margin: 0 auto;
}
.content-body table caption {
  padding: 10px;
  font-size: 11px;
  color: #333;
  text-align: left;
  caption-side: bottom;
}
.content-body table.formulario {
  border: 0;
}
.content-body table.formulario td {
  border: 0;
}
.content-body table.formulario td:hover {
  background: none;
}
.content-body table.wide {
  font-size: 0.9em;
}
.content-body table.wide td, .content-body table.wide th {
  padding: 9px 3px;
}

.content-body img {
  max-width: 100%;
}
.content-body .float-left {
  float: left;
  margin: 1em 2em 1em 0;
}
.content-body .float-center img,
.content-body .float-center .cke_image_resizer_wrapper {
  display: block;
  margin: 1em auto 0;
}
.content-body .float-right {
  float: right;
  margin: 1em 0 1em 2em;
}
.content-body figcaption {
  font-size: 11px;
  color: #333;
}

.content-body .field {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .content-body .field > label {
    display: table;
    width: 100%;
  }
  .content-body .field .field-label {
    display: table-cell;
    width: 15%;
    padding: 3px 5px;
    vertical-align: middle;
  }
  .content-body .field .field-input {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
  }
}
@media (min-width: 1366px) {
  .content-body .field .field-input {
    width: 60%;
  }
}
.content-body .field .field-input input[type=text],
.content-body .field .field-input input[type=email],
.content-body .field .field-input input[type=tel],
.content-body .field .field-input input[type=password],
.content-body .field .field-input textarea,
.content-body .field .field-input select {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 9px 9px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #ccc;
}
@media (min-width: 1024px) {
  .content-body .field .field-input input[type=text],
.content-body .field .field-input input[type=email],
.content-body .field .field-input input[type=tel],
.content-body .field .field-input input[type=password],
.content-body .field .field-input textarea,
.content-body .field .field-input select {
    width: 100%;
    min-width: 300px;
  }
}
.content-body .field .field-input input[type=text]:focus,
.content-body .field .field-input input[type=email]:focus,
.content-body .field .field-input input[type=tel]:focus,
.content-body .field .field-input input[type=password]:focus,
.content-body .field .field-input textarea:focus,
.content-body .field .field-input select:focus {
  border-color: rgba(0, 0, 0, 0.32);
  outline: 0;
}
.content-body .field .field-input input[type=text].error,
.content-body .field .field-input input[type=email].error,
.content-body .field .field-input input[type=tel].error,
.content-body .field .field-input input[type=password].error,
.content-body .field .field-input textarea.error,
.content-body .field .field-input select.error {
  border-color: #e6242a !important;
}
.content-body .field .field-input select {
  padding: 9px 6px;
}
.content-body .field .field-input textarea {
  height: 200px;
  max-height: 500px;
  resize: vertical;
}
.content-body .field .field-input div.error {
  margin-top: 2px;
  font-size: 11px;
  color: #e6242a;
}
@media (max-width: 767px) {
  .content-body .field .float-right-error div.error {
    float: right;
  }
}
.content-body form {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.content-body form div.cadastro {
  text-align: left;
}
.content-body ul.form {
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .content-body ul.form {
    display: inline-block;
  }
}
.content-body ul.form li:before {
  display: none;
}
.content-body .field-captcha {
  margin-top: 3em;
}
.content-body .field-captcha::after {
  display: block;
  clear: both;
  content: "";
}
.content-body .field-captcha p {
  margin-bottom: 0.1em;
}
.content-body .field-captcha .error {
  float: left;
  display: inline-block;
  margin-left: 15px;
  padding-top: 18px;
}
.content-body .captcha-challenge {
  float: left;
  display: table;
  width: 150px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.01)) center;
  font-size: 24px;
  overflow: hidden;
  -webkit-user-select: none;
  color: #0078AB;
}
.content-body .captcha-challenge > span {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.content-body .captcha-challenge > span > span {
  display: inline-block;
  transform: skew(35deg, -20deg) perspective(12px) rotateX(-12deg) rotate(6deg) translateX(10px);
}
.content-body .captcha-response {
  float: left;
  width: 120px !important;
  margin: 9px 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.content-body .box-senha p {
  margin-top: 0;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .content-body .form .action,
.content-body .form .info {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .content-body .form .action,
.content-body .form .info {
    padding-left: 20%;
  }
}
.content-body .form .info {
  margin-top: 2em;
}
.content-body .form .final-info {
  margin-top: 3em;
  padding-left: 0;
}
.content-body .form .final-info.detalhes_privacidade {
  text-align: right;
}
.content-body .form .action {
  margin-top: 4em;
}
.content-body .form .final-info + .action {
  margin-top: 1em;
}
.content-body .form .form-response {
  margin-top: 1em;
  font-weight: bold;
  color: #005478;
}
.content-body .cadastro .personal-data {
  padding-bottom: 3em;
}
.content-body .subscription-mailing li {
  display: inline-block;
  margin-right: 10px;
}
.content-body .beneficiario {
  margin: 1.5em 0;
}
.content-body .beneficiario li {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .content-body .beneficiario p {
    display: table-cell;
  }
  .content-body .beneficiario ul.list-unstyled {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .content-body .beneficiario ul.list-unstyled {
    padding-left: 0;
    margin-top: 0;
  }
}
.content-body .checkbox-mask, .content-body .radio-mask {
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  padding: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}
.content-body .checkbox-mask .pin, .content-body .radio-mask .pin {
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: all linear 0.05s;
  background-color: #0078AB;
}
.content-body .checkbox-mask input, .content-body .radio-mask input {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  outline: 0;
  opacity: 0;
  z-index: 1;
  -webkit-appearance: none;
}
.content-body .checkbox-mask.active .pin, .content-body .radio-mask.active .pin {
  opacity: 1;
}
.content-body .radio-mask {
  border-radius: 9px;
}
.content-body .radio-mask .pin {
  border-radius: 6px;
}
.content-body .new_checkbox tr:first-child td {
  font-weight: 700;
  color: #0078AB;
}
.content-body .new_checkbox td {
  text-align: center;
}
.content-body .new_checkbox td:first-child {
  text-align: left;
}

.field_check {
  display: flex;
}
.field_check .input-check {
  width: 30px;
  margin: 7px;
  height: 20px;
}
.field_check .label-check {
  margin-top: 0;
  padding: 8px;
}

.page-template-page-fale-com-ri form, .page-template-page-mailing-subscribe form {
  max-width: 600px;
}

.ui-timeline .year-nav {
  margin-bottom: 55px;
  padding-bottom: 0;
  padding: 0 20px !important;
}
.ui-timeline .year-nav .slick-slide {
  text-align: center;
}
.ui-timeline .year-nav a {
  display: inline-block;
  padding: 3px 9px;
  color: #404040;
  text-decoration: none !important;
  border-bottom: 1px solid #7DBA00;
}
.ui-timeline .year-nav a:hover {
  cursor: pointer;
}
.ui-timeline .year-nav .slick-current a {
  background-color: #7DBA00;
  color: white;
  border-bottom-color: #7DBA00;
}
.ui-timeline .slick-prev::before,
.ui-timeline .slick-next::before {
  font-family: "FontAwesome";
  color: #0078AB;
  font-size: 30px;
}
.ui-timeline .slick-prev::before {
  content: "\f0d9";
}
.ui-timeline .slick-next::before {
  content: "\f0da";
}
.ui-timeline .pager {
  max-width: 92%;
  margin: 15px auto;
  margin-bottom: 40px;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
  /* Let's get this party started */
  /* Track */
  /* Handle */
}
@media (max-width: 767px) {
  .ui-timeline .pager {
    max-width: 85%;
  }
}
.ui-timeline .pager::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
.ui-timeline .pager::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-timeline .pager::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #0078AB;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Glossario */
.glossario .nav > li > a {
  padding: 10px 10px;
  font-weight: bold;
  text-decoration: none;
  outline: 0;
}

.glossario .ui-state-active a {
  border-color: #eee #eee #ddd;
  background: #eee;
}

.glossario .nav-tabs li {
  float: left;
  margin-bottom: -1px;
}

.glossario .nav li a {
  padding: 10px 10px;
  font-weight: bold;
  text-decoration: none;
  outline: 0;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  display: inline-block;
  color: #333;
}

.glossario .nav li.disabled a {
  color: #ddd;
}

.glossario .nav:before {
  content: " ";
  display: table;
}

.glossario .nav:after {
  content: " ";
  display: table;
}

.glossario .nav li:before {
  display: none;
}

.glossario .nav:after {
  clear: both;
}

.glossario .nav-tabs {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.glossario .nav-tabs li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px;
}

.glossario .nav li a {
  padding: 6px;
}

.glossario .nav-tabs {
  padding-left: 20px;
  border-top: 0px;
  margin-bottom: 20px;
}

.glossario .nav-tabs li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.glossario .nav-tabs li.disabled a:hover, .glossario .nav-tabs li.disabled a:focus {
  color: #bbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.glossario .nav-tabs li.active a, .glossario .nav-tabs li.active a:hover, .glossario .nav-tabs li.active a:focus {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.glossario .nav-tabs li.active a, .glossario .nav-tabs li.active a:hover, .glossario .nav-tabs li.active a:focus {
  color: #0078AB;
}

.glossario .tab-content h2 {
  margin-top: 0.9em;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-pane.active h2:first-child {
  margin-top: 0;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  clear: both;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.ui-mobile-viewer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 6;
  display: none;
}
.ui-mobile-viewer.in {
  display: block;
}
.ui-mobile-viewer .viewer {
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.ui-mobile-viewer .window {
  padding: 0 1em 2em;
}
.ui-mobile-viewer .content-body {
  width: 768px;
}
.ui-mobile-viewer .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding-left: 12px;
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 56px;
  box-shadow: 0px 5px 2px -3px rgba(0, 0, 0, 0.2);
}
.ui-mobile-viewer .back::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 8px;
  font-size: 14px;
  content: "\f053";
}

@media (max-width: 767px) {
  .mobile-viewer {
    display: block;
    max-width: 100%;
    height: 180px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .mobile-viewer::before {
    font: 16px "MuseoSans", arial, helvetica, sans-serif;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 95px 0 0;
    background: rgba(241, 241, 241, 0.9);
    font-size: 18px;
    text-align: center;
    z-index: 1;
  }
  .mobile-viewer::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 64px 0 0;
    font-size: 18px;
    color: #666;
    text-align: center;
    content: "\f065";
    z-index: 2;
  }

  #lang-pt-br .mobile-viewer:before {
    content: "Expandir conteúdo";
  }

  #lang-en .mobile-viewer:before {
    content: "Expand content";
  }
}
.year-nav-carousel {
  height: 55px;
  overflow: hidden;
  padding: 0 20px !important;
}
.year-nav-carousel .currentYear {
  pointer-events: none;
}
.year-nav-carousel li {
  width: 55px;
  margin-left: 0;
}
.year-nav-carousel li a {
  cursor: pointer;
}
.year-nav-carousel li a:hover {
  color: #0078AB;
}
.year-nav-carousel li a:hover:after {
  background-color: #0078AB;
}
.year-nav-carousel .owl-nav .owl-prev {
  border: 0;
}
.year-nav-carousel .owl-nav .owl-prev .fa {
  left: 0;
}
.year-nav-carousel .owl-nav .owl-next {
  border: 0;
}
.year-nav-carousel .owl-nav .owl-next .fa {
  right: 0;
}
.year-nav-carousel .owl-nav .fa {
  background-color: #fff;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 3px;
  color: #0078AB;
  width: 20px;
  text-align: center;
  opacity: 1;
  font-size: 25px;
  font-size: 1.5625rem;
}
.year-nav-carousel .owl-nav .disabled .fa {
  pointer-events: none;
  color: #d2d2d2;
}
.year-nav-carousel .owl-dots {
  display: none;
}

#no-files {
  display: none;
}

.page-template-page-sustentabilidade .ui-main .container,
.page-template-page-sustentabilidade-new .ui-main .container {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .ui-main .container,
.page-template-page-sustentabilidade-new .ui-main .container {
    padding: 0;
  }
}
.page-template-page-sustentabilidade .ui-main .text,
.page-template-page-sustentabilidade-new .ui-main .text {
  padding-top: 0;
  padding-bottom: 51px;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .ui-main .text,
.page-template-page-sustentabilidade-new .ui-main .text {
    padding-bottom: 98px;
  }
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .ui-main .text,
.page-template-page-sustentabilidade-new .ui-main .text {
    padding-bottom: 0;
  }
}
.page-template-page-sustentabilidade .sustainability .container,
.page-template-page-sustentabilidade-new .sustainability .container {
  max-width: 1155px;
}
.page-template-page-sustentabilidade .sustainability__toolbar,
.page-template-page-sustentabilidade-new .sustainability__toolbar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 100px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: 0 0 40px rgba(2, 60, 85, 0.43);
  -moz-box-shadow: 0 0 40px rgba(2, 60, 85, 0.43);
  -ms-box-shadow: 0 0 40px rgba(2, 60, 85, 0.43);
  -o-box-shadow: 0 0 40px rgba(2, 60, 85, 0.43);
  box-shadow: 0 0 40px rgba(2, 60, 85, 0.43);
  z-index: 2;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability__toolbar,
.page-template-page-sustentabilidade-new .sustainability__toolbar {
    display: none;
  }
}
.page-template-page-sustentabilidade .sustainability__toolbar .item,
.page-template-page-sustentabilidade-new .sustainability__toolbar .item {
  background-color: #0078AB;
  margin: 0;
  display: flex;
}
.page-template-page-sustentabilidade .sustainability__toolbar .item:before,
.page-template-page-sustentabilidade-new .sustainability__toolbar .item:before {
  display: none;
}
.page-template-page-sustentabilidade .sustainability__toolbar .item.green,
.page-template-page-sustentabilidade-new .sustainability__toolbar .item.green {
  background-color: #7DBA00;
}
.page-template-page-sustentabilidade .sustainability__toolbar .item:hover,
.page-template-page-sustentabilidade-new .sustainability__toolbar .item:hover {
  opacity: 0.85;
}
.page-template-page-sustentabilidade .sustainability__toolbar .item a,
.page-template-page-sustentabilidade-new .sustainability__toolbar .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 8px;
  text-decoration: none;
  cursor: pointer;
  font-size: 10px;
  font-size: 0.625rem;
}
.page-template-page-sustentabilidade .sustainability__toolbar .item a.small,
.page-template-page-sustentabilidade-new .sustainability__toolbar .item a.small {
  font-size: 8px;
  font-size: 0.5rem;
}
.page-template-page-sustentabilidade .sustainability__toolbar .item a img,
.page-template-page-sustentabilidade-new .sustainability__toolbar .item a img {
  width: 25px;
}
.page-template-page-sustentabilidade .sustainability__toolbar .item a span,
.page-template-page-sustentabilidade-new .sustainability__toolbar .item a span {
  display: block;
  margin-top: 10px;
}
.page-template-page-sustentabilidade .sustainability__nav,
.page-template-page-sustentabilidade-new .sustainability__nav {
  display: none !important;
  background-color: #7DBA00;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .sustainability__nav,
.page-template-page-sustentabilidade-new .sustainability__nav {
    top: 68px;
  }
}
.page-template-page-sustentabilidade .sustainability__nav--list,
.page-template-page-sustentabilidade-new .sustainability__nav--list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item,
.page-template-page-sustentabilidade-new .sustainability__nav--list .item {
  margin: 0;
  border-left: 1px solid #ffffff;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item:last-child,
.page-template-page-sustentabilidade-new .sustainability__nav--list .item:last-child {
  border-right: 1px solid #ffffff;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item:before,
.page-template-page-sustentabilidade-new .sustainability__nav--list .item:before {
  display: none;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item a,
.page-template-page-sustentabilidade-new .sustainability__nav--list .item a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 13px 15px 10px 15px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item a:hover,
.page-template-page-sustentabilidade-new .sustainability__nav--list .item a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .sustainability__nav--list .item a,
.page-template-page-sustentabilidade-new .sustainability__nav--list .item a {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7.5px 10px;
    line-height: 110%;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 540px) {
  .page-template-page-sustentabilidade .sustainability__nav--list .item a,
.page-template-page-sustentabilidade-new .sustainability__nav--list .item a {
    padding: 7.5px 2.5px 7.5px 10px;
  }
}
.page-template-page-sustentabilidade .sustainability .row,
.page-template-page-sustentabilidade-new .sustainability .row {
  margin: 0;
  padding: 0 15px;
}
.page-template-page-sustentabilidade .sustainability .row.bg-sustainabilityReport,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainabilityReport {
  background-color: #F2F7F9;
}
.page-template-page-sustentabilidade .sustainability .row.bg-covid,
.page-template-page-sustentabilidade-new .sustainability .row.bg-covid {
  background-color: #0078AB;
  position: relative;
}
.page-template-page-sustentabilidade .sustainability .row.bg-covid .container,
.page-template-page-sustentabilidade-new .sustainability .row.bg-covid .container {
  position: static;
}
.page-template-page-sustentabilidade .sustainability .row.bg-sustainableDevelopments, .page-template-page-sustentabilidade .sustainability .row.bg-sustainableDevelopmentsNew,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainableDevelopments,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainableDevelopmentsNew {
  background: url(img/img-sustainableDevelopments.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding-bottom: 125px;
}
.page-template-page-sustentabilidade .sustainability .row.bg-sustainableDevelopments:after, .page-template-page-sustentabilidade .sustainability .row.bg-sustainableDevelopmentsNew:after,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainableDevelopments:after,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainableDevelopmentsNew:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 125px;
  width: 100%;
  background: url(img/img-onda.png) no-repeat center bottom;
  background-size: 100% 100%;
}
@media (max-width: 1400px) {
  .page-template-page-sustentabilidade .sustainability .row.bg-sustainableDevelopments:after, .page-template-page-sustentabilidade .sustainability .row.bg-sustainableDevelopmentsNew:after,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainableDevelopments:after,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainableDevelopmentsNew:after {
    background-size: auto;
  }
}
.page-template-page-sustentabilidade .sustainability .row.bg-sustainableHandprint,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainableHandprint {
  background: url(img/img-sustainableHandprint.png) no-repeat center;
  background-size: cover;
}
.page-template-page-sustentabilidade .sustainability .row.bg-sustainableBlog,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainableBlog {
  background: url(img/img-sustainableBlog.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.page-template-page-sustentabilidade .sustainability .row.bg-sustainableBlog:before,
.page-template-page-sustentabilidade-new .sustainability .row.bg-sustainableBlog:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-template-page-sustentabilidade .sustainability .row h2,
.page-template-page-sustentabilidade-new .sustainability .row h2 {
  font-family: "MuseoSlab";
  font-style: normal;
  font-weight: normal;
  color: #0078AB;
  font-size: 42px;
  font-size: 2.625rem;
}
.page-template-page-sustentabilidade .sustainability .row h2.white,
.page-template-page-sustentabilidade-new .sustainability .row h2.white {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row h2,
.page-template-page-sustentabilidade-new .sustainability .row h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.page-template-page-sustentabilidade .sustainability .row__post,
.page-template-page-sustentabilidade-new .sustainability .row__post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px;
}
.page-template-page-sustentabilidade .sustainability .row__post .avatar,
.page-template-page-sustentabilidade-new .sustainability .row__post .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 260px;
  max-width: 260px;
}
.page-template-page-sustentabilidade .sustainability .row__post .avatar .title,
.page-template-page-sustentabilidade-new .sustainability .row__post .avatar .title {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #0078AB;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .sustainability .row__post .avatar .subtitle,
.page-template-page-sustentabilidade-new .sustainability .row__post .avatar .subtitle {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 18px;
  padding-top: 5px;
  color: #0078AB;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-template-page-sustentabilidade .sustainability .row__post .info,
.page-template-page-sustentabilidade-new .sustainability .row__post .info {
  padding: 25px 80px;
  position: relative;
}
.page-template-page-sustentabilidade .sustainability .row__post .info:before, .page-template-page-sustentabilidade .sustainability .row__post .info:after,
.page-template-page-sustentabilidade-new .sustainability .row__post .info:before,
.page-template-page-sustentabilidade-new .sustainability .row__post .info:after {
  content: "";
  width: 145px;
  height: 125px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-page-sustentabilidade .sustainability .row__post .info:before,
.page-template-page-sustentabilidade-new .sustainability .row__post .info:before {
  background-image: url(img/icon-aspas-left.png);
  top: 0;
  left: 0;
}
.page-template-page-sustentabilidade .sustainability .row__post .info:after,
.page-template-page-sustentabilidade-new .sustainability .row__post .info:after {
  background-image: url(img/icon-aspas-right.png);
  bottom: 0;
  right: 0;
}
.page-template-page-sustentabilidade .sustainability .row__post .info p,
.page-template-page-sustentabilidade-new .sustainability .row__post .info p {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #204150;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row__post,
.page-template-page-sustentabilidade-new .sustainability .row__post {
    flex-direction: column;
    padding: 45px 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__post .info,
.page-template-page-sustentabilidade-new .sustainability .row__post .info {
    padding: 25px 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__post .info:before, .page-template-page-sustentabilidade .sustainability .row__post .info:after,
.page-template-page-sustentabilidade-new .sustainability .row__post .info:before,
.page-template-page-sustentabilidade-new .sustainability .row__post .info:after {
    content: "";
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments {
  padding: 45px 0 0 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments p,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments p {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel {
  max-width: 890px;
  margin: 35px auto 0;
  padding: 0 50px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage-outer,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage-outer {
  height: 548px !important;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-item {
  text-align: center;
  background-color: #ffffff;
  border: 6px solid #ffffff;
  min-height: 452px;
  padding: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item.center,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-item.center {
  border-color: #0078AB;
  padding: 45px 10px;
  min-height: 538px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item h4,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-item h4 {
  color: #0078AB;
  font-size: 40px;
  font-size: 2.5rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item p,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-item p {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  color: #204150;
  font-size: 14px;
  font-size: 0.875rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item p.txt,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-item p.txt {
  min-height: 110px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: -30px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot {
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 17px;
  height: 17px;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot.active, .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot:hover,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot.active,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot:hover {
  background-color: #ffffff;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot:focus,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav {
  display: block;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button {
  position: absolute;
  top: 35%;
  border: none;
  background: url(img/icon-arrow-carousel-right.png) no-repeat center;
  width: 20px;
  height: 46px;
  text-indent: -9000px;
  cursor: pointer;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button.owl-prev,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button.owl-prev {
  background-image: url(img/icon-arrow-carousel-left.png);
  left: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button.owl-next,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button:focus,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button:focus {
  outline: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button:hover,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav button:hover {
  opacity: 0.9;
}
@media (max-width: 890px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel {
    padding: 0;
    max-width: 290px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage-outer,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage-outer {
    height: 510px !important;
    overflow: visible;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-item {
    min-height: 510px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item.center,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-item.center {
    padding: 25px 10px;
    min-height: 510px;
    padding: 10px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav {
    display: none;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: -30px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    margin: 10px 7.5px;
  }
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay {
  padding: 25px 0 45px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay h2,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay h2 {
  margin-bottom: -35px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box.last,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box.last {
  align-items: flex-start;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box.last img,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box.last img {
  margin-top: -45px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box .info {
  max-width: 55%;
  min-width: 55%;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info-1,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box .info-1 {
  padding-right: 50px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info-2,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box .info-2 {
  padding-left: 50px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box .img,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box .img {
  max-width: 45%;
  min-width: 45%;
  text-align: center;
  margin: 0;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box p,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box p {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #204150;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box p:first-child,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box p:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row__cosansWay h2,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay h2 {
    margin-bottom: 20px;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box {
    flex-direction: column;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box:last-child,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box:last-child {
    flex-direction: column-reverse;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box:last-child img,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box:last-child img {
    margin-top: 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box .info {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info-1,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box .info-1 {
    margin-bottom: 20px;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box .img,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box .img {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box .img img,
.page-template-page-sustentabilidade-new .sustainability .row__cosansWay .box .img img {
    margin: 0 auto;
  }
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint {
  padding: 45px 0 100px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint h2,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint h2 {
  color: #204150;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel {
  margin: 35px auto 0;
  max-width: 980px;
  padding: 0 50px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-stage,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-stage {
  display: flex;
  align-items: flex-start;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-stage-outer,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-stage-outer {
  min-height: 475px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt {
  text-align: center;
  background-color: #ffffff;
  min-height: 475px;
  padding: 15px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt h3,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt h3 {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  color: #0078AB;
  font-size: 24px;
  font-size: 1.5rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt img,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt img {
  margin: 25px auto;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt img.img-2,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt img.img-2 {
  padding: 6px 0;
  margin-bottom: 36px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt p,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt p {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #204150;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt p strong,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt p strong {
  background-color: #0078AB;
  color: white;
  font-weight: 300;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt p strong span,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt p strong span {
  line-height: 34px;
  display: inline-block;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-dots,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-dots {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: -30px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-dots .owl-dot,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-dots .owl-dot {
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 17px;
  height: 17px;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-dots .owl-dot.active, .page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-dots .owl-dot:hover,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-dots .owl-dot.active,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-dots .owl-dot:hover {
  background-color: #ffffff;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-dots .owl-dot:focus,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-nav,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-nav {
  display: block;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button {
  position: absolute;
  top: 35%;
  border: none;
  background: url(img/icon-arrow-carousel-right.png) no-repeat center;
  width: 20px;
  height: 46px;
  text-indent: -9000px;
  cursor: pointer;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button.owl-prev,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button.owl-prev {
  background-image: url(img/icon-arrow-carousel-left.png);
  left: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button.owl-next,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button:focus,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button:focus {
  outline: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button:hover,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button:hover {
  opacity: 0.9;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button.disabled,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-nav button.disabled {
  display: none;
}
@media (max-width: 767px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainableHandprint h2,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel {
    padding: 0 35px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-stage-outer,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-stage-outer {
    min-height: 100px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableHandprint .owl-carousel .owl-item .item .txt {
    min-height: 100px;
  }
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport {
  display: flex;
  flex-direction: column;
  padding: 25px 0 42px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport p,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport p {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #204150;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles {
  display: flex;
  align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 45px auto;
  position: relative;
  z-index: 1;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select {
  background: #0078AB;
  position: relative;
  width: 100%;
  max-width: 220px;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select .year {
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  position: relative;
  cursor: pointer;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -ms-text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year:before,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select .year:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 37px;
  height: 100%;
  background: url(img/icon-file-select.png) no-repeat center;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year:after,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select .year:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 35px;
  height: 100%;
  background: url(img/icon-arrow-select.png) no-repeat center;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .bg-dropFiles,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select .bg-dropFiles {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .bg-dropFiles.open,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select .bg-dropFiles.open {
  display: block;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select__list {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 0;
  width: 100%;
  padding: 0;
  margin: 1px 0 0;
  z-index: 9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list::-webkit-scrollbar,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select__list::-webkit-scrollbar {
  width: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list.open,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select__list.open {
  height: auto;
  max-height: 240px;
  overflow: auto;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select__list .item {
  background-color: #0078AB;
  text-align: center;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item:before,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select__list .item:before {
  display: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item:hover, .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item.active,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select__list .item:hover,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select__list .item.active {
  background-color: #005478;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item:last-child,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select__list .item:last-child {
  border-bottom: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .links {
  display: none;
  align-items: center;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links.active, .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links:first-child,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .links.active,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .links:first-child {
  display: flex;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links .btn,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .links .btn {
  width: 320px;
  max-width: 320px;
  margin-left: 10px;
}
@media (max-width: 380px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links .btn,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .links .btn {
    max-width: 100%;
    width: 100%;
  }
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .logos,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 780px;
  width: 100%;
  margin: 15px auto;
  padding: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .logos .item,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .logos .item {
  margin: 0;
  padding: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .logos .item:before,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .logos .item:before {
  display: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .video,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .video {
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .video iframe,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .video iframe {
    width: 100% !important;
    height: 210px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .dropFiles .select {
    max-width: 220px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .links,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .links {
    flex-direction: column;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .links .btn,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .links .btn {
    max-width: 320px;
    width: 100%;
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .logos,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .logos {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .logos .item,
.page-template-page-sustentabilidade-new .sustainability .row__sustainabilityReport .logos .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50%;
    margin: 15px auto;
    padding: 0 15px;
  }
}
.page-template-page-sustentabilidade .sustainability .row__covid,
.page-template-page-sustentabilidade-new .sustainability .row__covid {
  padding: 25px 0 45px;
}
.page-template-page-sustentabilidade .sustainability .row__covid .box,
.page-template-page-sustentabilidade-new .sustainability .row__covid .box {
  width: 67.5%;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row__covid .box,
.page-template-page-sustentabilidade-new .sustainability .row__covid .box {
    width: 100%;
    padding-right: 0;
  }
}
.page-template-page-sustentabilidade .sustainability .row__covid .box h2,
.page-template-page-sustentabilidade-new .sustainability .row__covid .box h2 {
  color: #ffffff;
}
.page-template-page-sustentabilidade .sustainability .row__covid .box p,
.page-template-page-sustentabilidade-new .sustainability .row__covid .box p {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #FFFFFF;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .sustainability .row__covid .box .btn,
.page-template-page-sustentabilidade-new .sustainability .row__covid .box .btn {
  max-width: 430px;
  margin-top: 35px;
  padding-right: 65px;
}
@media (max-width: 980px) {
  .page-template-page-sustentabilidade .sustainability .row__covid .box .btn,
.page-template-page-sustentabilidade-new .sustainability .row__covid .box .btn {
    height: auto;
    min-height: 70px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.page-template-page-sustentabilidade .sustainability .row__covid .grade,
.page-template-page-sustentabilidade-new .sustainability .row__covid .grade {
  background: url(img/img-grade-covid.png) 0 0;
  position: absolute;
  top: 0;
  left: 64%;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row__covid .grade,
.page-template-page-sustentabilidade-new .sustainability .row__covid .grade {
    display: none;
  }
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog {
  padding: 45px 0 100px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog.posts h2,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog.posts h2 {
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-size: 2.5rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel {
  max-width: 100%;
  margin: 35px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-stage,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-stage {
  display: flex;
  align-items: flex-start;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-item .item,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-item .item {
  background-color: #ffffff;
  max-width: 100%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-item .item .title,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-item .item .title {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  color: #003A62;
  font-size: 24px;
  font-size: 1.5rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-item .item .title time,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-item .item .title time {
  margin-top: 10px;
  display: block;
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #505050;
  font-size: 20px;
  font-size: 1.25rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-dots,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-dots {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: -30px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-dots .owl-dot,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-dots .owl-dot {
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 17px;
  height: 17px;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-dots .owl-dot.active, .page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-dots .owl-dot:hover,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-dots .owl-dot.active,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-dots .owl-dot:hover {
  background-color: #ffffff;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-dots .owl-dot:focus,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-nav,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-nav {
  display: block;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-nav button,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-nav button {
  position: absolute;
  top: 35%;
  border: none;
  background: url(img/icon-arrow-carousel-right.png) no-repeat center;
  width: 20px;
  height: 46px;
  text-indent: -9000px;
  cursor: pointer;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-nav button.owl-prev,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-nav button.owl-prev {
  background-image: url(img/icon-arrow-carousel-left.png);
  left: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-nav button.owl-next,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-nav button:focus,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-nav button:focus {
  outline: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-nav button:hover,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-nav button:hover {
  opacity: 0.9;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-nav button.disabled,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-nav button.disabled {
  display: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .btn,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .btn {
  padding: 10px 0;
  box-shadow: none;
  position: relative;
  width: 250px;
  left: 50%;
  margin-top: 25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-template-page-sustentabilidade .sustainability .row__sustainableBlog .btn:before,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .btn:before {
  display: none;
}
@media (max-width: 980px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainableBlog.posts h2,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog.posts h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel {
    padding: 0 35px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-item .item .title,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-item .item .title {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableBlog .owl-carousel .owl-item .item .title time,
.page-template-page-sustentabilidade-new .sustainability .row__sustainableBlog .owl-carousel .owl-item .item .title time {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-template-page-sustentabilidade .sustainability .btn,
.page-template-page-sustentabilidade-new .sustainability .btn {
  background-color: #7DBA00;
  position: relative;
  padding-right: 55px;
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .sustainability .btn.white,
.page-template-page-sustentabilidade-new .sustainability .btn.white {
  background-color: #ffffff;
  color: #0078AB;
}
.page-template-page-sustentabilidade .sustainability .btn.white:before,
.page-template-page-sustentabilidade-new .sustainability .btn.white:before {
  background-image: url(img/icon-download-blue.png);
}
.page-template-page-sustentabilidade .sustainability .btn.blue,
.page-template-page-sustentabilidade-new .sustainability .btn.blue {
  background-color: #0078AB;
}
.page-template-page-sustentabilidade .sustainability .btn.small,
.page-template-page-sustentabilidade-new .sustainability .btn.small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.page-template-page-sustentabilidade .sustainability .btn:before,
.page-template-page-sustentabilidade-new .sustainability .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  background: url(img/icon-download-white.png) no-repeat center;
}
.page-template-page-sustentabilidade .sustainability .btn:hover,
.page-template-page-sustentabilidade-new .sustainability .btn:hover {
  opacity: 0.85;
}
@media (max-width: 380px) {
  .page-template-page-sustentabilidade .sustainability .btn,
.page-template-page-sustentabilidade-new .sustainability .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.page-template-page-sustentabilidade .new .sustainability__nav,
.page-template-page-sustentabilidade-new .new .sustainability__nav {
  display: flex !important;
}
.page-template-page-sustentabilidade .new .sustainability__nav--list,
.page-template-page-sustentabilidade-new .new .sustainability__nav--list {
  justify-content: initial;
  align-items: initial;
  overflow: auto;
  padding: 0 15px;
}
.page-template-page-sustentabilidade .new .sustainability__nav--list::-webkit-scrollbar,
.page-template-page-sustentabilidade-new .new .sustainability__nav--list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.page-template-page-sustentabilidade .new .sustainability__nav--list::-moz-scrollbar,
.page-template-page-sustentabilidade-new .new .sustainability__nav--list::-moz-scrollbar {
  width: 0;
  height: 0;
}
.page-template-page-sustentabilidade .new .sustainability__nav--list::-ms-scrollbar,
.page-template-page-sustentabilidade-new .new .sustainability__nav--list::-ms-scrollbar {
  width: 0;
  height: 0;
}
.page-template-page-sustentabilidade .new .sustainability__nav--list::-o-scrollbar,
.page-template-page-sustentabilidade-new .new .sustainability__nav--list::-o-scrollbar {
  width: 0;
  height: 0;
}
.page-template-page-sustentabilidade .new .sustainability__nav--list .item a,
.page-template-page-sustentabilidade-new .new .sustainability__nav--list .item a {
  white-space: nowrap;
}
@media (max-width: 540px) {
  .page-template-page-sustentabilidade .new .sustainability__nav--list .item a,
.page-template-page-sustentabilidade-new .new .sustainability__nav--list .item a {
    padding: 7.5px 10px;
  }
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew {
  padding: 45px 0 0 0;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew p,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew p {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel {
  max-width: 890px;
  margin: 35px auto 0;
  padding: 0 50px;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-item .txt,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-item .txt {
  text-align: center;
  background-color: #ffffff;
  padding: 45px 15px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-item .txt h3,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-item .txt h3 {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  color: #0078AB;
  font-size: 24px;
  font-size: 1.5rem;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-item .txt h4,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-item .txt h4 {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  color: #204150;
  margin-top: 15px;
  font-size: 20px;
  font-size: 1.25rem;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-item .txt p,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-item .txt p {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #204150;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: -30px;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot {
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 17px;
  height: 17px;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot.active, .page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot:hover,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot.active,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot:hover {
  background-color: #ffffff;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot:focus,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav {
  display: block;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button {
  position: absolute;
  top: 35%;
  border: none;
  background: url(img/icon-arrow-carousel-right.png) no-repeat center;
  width: 20px;
  height: 46px;
  text-indent: -9000px;
  cursor: pointer;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button.owl-prev,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button.owl-prev {
  background-image: url(img/icon-arrow-carousel-left.png);
  left: 0;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button.owl-next,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button:focus,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button:focus {
  outline: none;
}
.page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button:hover,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-nav button:hover {
  opacity: 0.9;
}
@media (max-width: 890px) {
  .page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel {
    padding: 0 35px;
  }
  .page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: -30px;
  }
  .page-template-page-sustentabilidade .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot,
.page-template-page-sustentabilidade-new .new .row__sustainableDevelopmentsNew .owl-carousel .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    margin: 10px 7.5px;
  }
}
.page-template-page-sustentabilidade .new .row__cosansWay .box table th,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box table th {
  text-align: left;
  background-color: #0078AB;
  color: white;
  padding: 0 15px;
}
.page-template-page-sustentabilidade .new .row__cosansWay .box table th .icone,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box table th .icone {
  padding: 12px 0 12px 32px;
  background: url(img/icon-masc.png) no-repeat 0 center;
  display: block;
}
.page-template-page-sustentabilidade .new .row__cosansWay .box table th .icone.fem,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box table th .icone.fem {
  background-image: url(img/icon-fem.png);
}
.page-template-page-sustentabilidade .new .row__cosansWay .box table tr:nth-child(odd) td,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box table tr:nth-child(odd) td {
  background-color: #F2F7F9;
}
.page-template-page-sustentabilidade .new .row__cosansWay .box table tr td,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box table tr td {
  color: #204150;
  text-align: left;
}
.page-template-page-sustentabilidade .new .row__cosansWay .box .info h4,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box .info h4 {
  font-family: "MuseoSans", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  margin: 25px 0 0;
  color: #003A62;
  font-size: 24px;
  font-size: 1.5rem;
}
.page-template-page-sustentabilidade .new .row__cosansWay .box .info .itens,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box .info .itens {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-page-sustentabilidade .new .row__cosansWay .box .info .itens li,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box .info .itens li {
  width: 25%;
  padding: 10px 15px 0 0;
  text-align: center;
}
.page-template-page-sustentabilidade .new .row__cosansWay .box .info .itens li img,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box .info .itens li img {
  margin: 0 auto;
}
.page-template-page-sustentabilidade .new .row__cosansWay .box .info .itens li:before,
.page-template-page-sustentabilidade-new .new .row__cosansWay .box .info .itens li:before {
  display: none;
}
.page-template-page-sustentabilidade .new .row__covid .grade,
.page-template-page-sustentabilidade-new .new .row__covid .grade {
  background: url(img/img-covid.jpeg) no-repeat center 0;
  background-size: cover;
  width: 40%;
}

.page-template-page-moove .dropFiles {
  display: flex;
  margin: 35px 0 10px 0;
}
@media (max-width: 768px) {
  .page-template-page-moove .dropFiles {
    flex-direction: column;
  }
}
.page-template-page-moove .dropFiles .select {
  background: #0078AB;
  position: relative;
  width: 100%;
  max-width: 220px;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-template-page-moove .dropFiles .select .year {
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  position: relative;
  cursor: pointer;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -ms-text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.page-template-page-moove .dropFiles .select .year:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 37px;
  height: 100%;
  background: url(img/icon-file-select.png) no-repeat center;
}
.page-template-page-moove .dropFiles .select .year:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 35px;
  height: 100%;
  background: url(img/icon-arrow-select.png) no-repeat center;
}
.page-template-page-moove .dropFiles .select .bg-dropFiles {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.page-template-page-moove .dropFiles .select .bg-dropFiles.open {
  display: block;
}
.page-template-page-moove .dropFiles .select__list {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 0;
  width: 100%;
  padding: 0;
  margin: 1px 0 0;
  z-index: 9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-template-page-moove .dropFiles .select__list::-webkit-scrollbar {
  width: 0;
}
.page-template-page-moove .dropFiles .select__list.open {
  height: auto;
  max-height: 240px;
  overflow: auto;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.page-template-page-moove .dropFiles .select__list .item {
  background-color: #0078AB;
  text-align: center;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.page-template-page-moove .dropFiles .select__list .item:before {
  display: none;
}
.page-template-page-moove .dropFiles .select__list .item:hover, .page-template-page-moove .dropFiles .select__list .item.active {
  background-color: #005478;
}
.page-template-page-moove .dropFiles .select__list .item:last-child {
  border-bottom: none;
}
.page-template-page-moove .dropFiles .links {
  display: none;
  align-items: center;
}
.page-template-page-moove .dropFiles .links.active, .page-template-page-moove .dropFiles .links:first-child {
  display: flex;
}
.page-template-page-moove .dropFiles .links .btn {
  width: 320px;
  max-width: 320px;
  margin-left: 10px;
}
@media (max-width: 380px) {
  .page-template-page-moove .dropFiles .links .btn {
    max-width: 100%;
    width: 100%;
  }
}
.page-template-page-moove .tabs {
  min-height: 70px;
}
@media (max-width: 768px) {
  .page-template-page-moove .tabs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page-template-page-moove .tabs .links {
  display: none;
  align-items: center;
}
.page-template-page-moove .tabs .links.active, .page-template-page-moove .tabs .links:first-child {
  display: flex;
}
@media (max-width: 768px) {
  .page-template-page-moove .tabs .links.active, .page-template-page-moove .tabs .links:first-child {
    flex-direction: column;
  }
}
.page-template-page-moove .tabs .links .btn {
  width: 330px;
  margin-left: 10px;
  padding: 24px 30px;
  position: relative;
}
@media (max-width: 380px) {
  .page-template-page-moove .tabs .links .btn {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.page-template-page-moove .tabs .links .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  background: url(img/icon-download-white.png) no-repeat center;
}

.page-template-page-mailer-unsubscribed .formRegister {
  max-width: 506px !important;
  position: relative;
  margin: 0;
}
.page-template-page-mailer-unsubscribed .formRegister form input,
.page-template-page-mailer-unsubscribed .formRegister form textarea,
.page-template-page-mailer-unsubscribed .formRegister form select {
  height: auto !important;
  display: block;
  font-size: 16px;
  padding: 18px 15px !important;
  border-radius: 0;
  border: 0;
  width: 100%;
  box-shadow: 0px 0px 3px 0px #ccc;
  color: #404040;
  overflow-x: hidden;
}
.page-template-page-mailer-unsubscribed .formRegister form input:focus,
.page-template-page-mailer-unsubscribed .formRegister form textarea:focus,
.page-template-page-mailer-unsubscribed .formRegister form select:focus {
  border-color: #0078AB;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm .field, .page-template-page-mailer-unsubscribed .formRegister .mailerFormBlacklist .field {
  box-shadow: 0px 0px 0px 0px #ccc;
  margin-top: -20px;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm .field .selectGroup, .page-template-page-mailer-unsubscribed .formRegister .mailerFormBlacklist .field .selectGroup {
  display: none;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm,
.page-template-page-mailer-unsubscribed .formRegister .mailerFormBlacklist {
  max-width: 100% !important;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm .multiple {
  min-height: 100px !important;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm .multiple option {
  padding: 0;
  color: #404040;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm .multiple option.selected {
  background-color: #ddd !important;
  color: #373a3c !important;
}
.page-template-page-mailer-unsubscribed .formRegister .g-recaptcha {
  bottom: 64px;
  justify-content: left;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm {
  max-width: 100% !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm span.label {
  display: none !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms {
  justify-content: left;
  position: absolute;
  z-index: 999;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms input {
  max-width: 15px !important;
  margin-top: 0px !important;
  color: #0078AB;
  border: 2px solid #0078AB !important;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  margin: 0 15px 0 0;
  cursor: pointer;
  padding: 0 !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms input:checked {
  background-image: url(img/check-solid.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms span#acceptedTerm {
  display: block !important;
  padding-left: 20px;
  font-size: 19px;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons {
    padding-top: 60px;
  }
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons button.clear {
  display: none !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons button.send {
  margin: 0 auto;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons button.send:disabled {
  background: #ddd;
  border-color: #ddd;
  color: #373a3c;
}

/*# sourceMappingURL=style.css.map */
