@import url(https://fonts.googleapis.com/css?family=Nunito);body {
  line-height: 1.2;
  font-family: "Sintony", sans-serif;
}

p {
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.3 !important;
  font-size: 15px !important;
}

.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.section {
  padding: 30px 0;
}

h2.title {
  color: #4e1817;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}

.description {
  color: #000;
  text-align: justify;
}

.bar {
  background: #4e1817;
  height: 3px;
  width: 174px;
  text-align: center;
}

.bar-fluid {
  background-image: -webkit-gradient(linear, left top, right top, from(#b2a256), color-stop(#e7eae9), to(#b2a256));
  background-image: linear-gradient(to right, #b2a256, #e7eae9, #b2a256);
  height: 8px;
}

.read-more--about {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.phrase-area {
  color: #FFF;
}

.phrase-area .phrase,
.phrase-area .author {
  text-align: right;
  font-style: italic;
}

.phrase-area .phrase {
  font-size: 29px;
}

.phrase-area .author {
  font-size: 18px;
  padding-top: 30px;
}

.featured-area.products {
  margin-top: 25px;
}

.bg-wall {
  background-size: cover;
  box-shadow: 32px -1.1px 29px 0 rgba(0, 0, 0, 0.35);
  background-image: url("/images/wall.jpg");
}

.products-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.row-products {
  padding: 20px;
}

.menu-column-2 {
  -webkit-columns: 250px 2;
     -moz-columns: 250px 2;
          columns: 250px 2;
  width: 220% !important;
}

.btn-orange {
  background-color: #ea6434;
  border: #ea6434;
  color: white;
}

.bar-slim {
  background: #FFF;
  height: 1px;
  width: 174px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}

.modal-close img {
  max-width: 25px;
}

header .top {
  background: #2c0b0c;
}

header .menu {
  background: #2c0b0c;
}

header .menu .navbar {
  padding: 0;
}

header .menu .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 0.8rem 0.7rem;
  font-size: 18.5px;
  font-weight: bold;
  text-transform: uppercase;
}

header .menu .navbar-nav .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  width: 200px;
}

header .menu .navbar-nav .dropdown-menu .nav-link {
  background: #FFF;
  font-weight: normal;
  color: #4e1817;
  font-size: 14.5px;
  padding: 0.5rem 0.7rem;
}

header .menu .navbar-nav .dropdown-menu .nav-link:hover {
  font-weight: bold;
}

header .menu .categories-menu .dropdown {
  position: initial;
}

header .menu .categories-menu .root {
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.5rem 0.7rem;
}

header .menu .categories-menu .root .fa {
  font-weight: normal;
  font-size: 12px;
}

header .menu .categories-menu .root:hover {
  text-decoration: none;
}

header .menu .categories-menu .dropdown-menu {
  width: 325px;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link {
  font-size: 14px;
  color: #FFF;
  padding: 0.3rem 0.7rem;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link .image {
  width: 25px;
  height: 25px;
  background-color: #656565;
  float: left;
  margin-right: 5px;
  position: relative;
  bottom: 4px;
}

header .menu .categories-menu .dropdown-menu .nav-item.first:hover .nav-link .image {
  background-color: #fff;
}

header .menu .categories-menu .dropdown-menu .submenu a {
  margin: 3px 0 8px;
  margin-bottom: 12px;
}

header .menu .categories-menu .submenu {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border-left: 0;
  padding: 10px;
  border-left: 1px solid #eaeaea;
  overflow: auto;
}

header .menu .categories-menu .submenu a {
  display: block;
  font-size: 14px;
  color: #656565;
}

header .top {
  background: #2c0b0c;
  padding: 5px 0;
}

header .top a {
  color: #fff;
}

header .top .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

header .top .container .search {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 234px;
}

header .top .container .search .form-group {
  position: relative;
  margin: 0;
}

header .top .container .search .form-group input[type=search] {
  background-color: #6c5454;
  border-color: transparent;
  border-radius: 1px;
  max-height: 24px;
  color: #FFF;
}

header .top .container .search .form-group input[type=search]::-webkit-input-placeholder {
  font-size: 14.5px;
  color: #FFF;
  padding-left: 10px;
}

header .top .container .search .form-group input[type=search]::-moz-placeholder {
  font-size: 14.5px;
  color: #FFF;
  padding-left: 10px;
}

header .top .container .search .form-group input[type=search]:-ms-input-placeholder {
  font-size: 14.5px;
  color: #FFF;
  padding-left: 10px;
}

header .top .container .search .form-group input[type=search]::-ms-input-placeholder {
  font-size: 14.5px;
  color: #FFF;
  padding-left: 10px;
}

header .top .container .search .form-group input[type=search]::placeholder {
  font-size: 14.5px;
  color: #FFF;
  padding-left: 10px;
}

header .top .container .search .form-group input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

header .top .container .search .form-group button {
  position: absolute;
  top: -3px;
  right: -32px;
  background: transparent;
  border: 0;
  font-size: 24px;
  color: #FFF;
}

header .top .phones a {
  margin: 0 5px;
}

header .top .phones a .fa {
  margin-right: 5px;
}

header .top .actions {
  font-weight: bold;
}

header .top .languages a {
  margin-right: 5px;
}

header .top .languages a .flag-icon {
  width: 1.8rem;
  line-height: 1.5rem;
}

header .top .languages a:hover {
  text-decoration: none;
}

header .header-container {
  background: #4e1817;
}

header .header-container.sticky {
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  box-shadow: 0 1px 10px #ccc;
}

header .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

header .header .logo {
  max-width: 403px;
}

header .header .logo img {
  width: 100%;
}

header .header .icons-header {
  display: -webkit-box;
  display: flex;
}

header .header .icons-header .cart {
  position: relative;
}

header .header .icons-header .cart .badge-cart {
  position: absolute;
  right: 0;
}

header .header .icons-header .cart,
header .header .icons-header .billet {
  margin: 0 14px;
  text-align: center;
}

header .header .icons-header .cart a,
header .header .icons-header .billet a {
  color: #1B435D;
  font-size: 12px;
}

header .header .icons-header .cart svg,
header .header .icons-header .billet svg {
  max-width: 38px;
  fill: #1B435D;
}

section.main {
  -webkit-box-flex: 1;
          flex: 1;
}

.footer {
  color: #FFF;
  font-weight: bold;
  background: #2c0b0c;
  padding: 30px 0;
}

.footer .bar {
  height: 2px !important;
}

.footer .footer-content {
  line-height: 26.5px;
}

.footer .privacy-policy {
  font-size: 15px;
  text-decoration: underline;
  margin-top: 30px;
}

.footer .privacy-policy li {
  list-style: none;
}

.footer .privacy-policy li a {
  font-weight: bold;
}

.footer .title {
  margin-bottom: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.footer .title i {
  font-size: 10px;
  margin-right: 10px;
}

.footer .logo-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.footer .logo-area .logo-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 299px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.footer .logo-area .logo-footer img {
  max-width: 299px;
}

.footer .logo-area .selo-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 228px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.footer .logo-area .selo-footer img {
  max-width: 228px;
}

.footer .fast-access {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

.footer .social-area .title,
.footer .fast-access .title,
.footer .cont .title {
  letter-spacing: 1.82px;
  font-size: 14px;
}

.footer .cont {
  font-size: 13px;
  margin-right: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.footer .cont .address {
  margin-top: 15px;
  font-weight: normal;
}

.footer .cont .phone,
.footer .cont .hour {
  margin-top: 30px;
  font-weight: normal;
  font-size: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.footer .cont .phone p,
.footer .cont .hour p {
  padding-top: 5px;
}

.footer .cont .phone a {
  padding-top: 5px;
}

.footer .cont a,
.footer .cont span {
  font-weight: normal;
}

.footer .cont .bar,
.footer .social-area .bar {
  background-color: #FFF;
}

.footer a {
  color: #fff;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul li {
  font-weight: normal;
}

.social {
  display: -webkit-box;
  display: flex;
}

.social .social-block {
  background-color: #FFF;
  border-radius: 4px;
  color: #fff;
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 30px;
  font-size: 20px;
  margin-top: 15px;
}

.social .social-block .fa.fa-facebook {
  color: #2c0b0c;
  font-size: 25px;
}

.social .social-block .fa.fa-instagram {
  color: #2c0b0c;
  font-size: 25px;
}

.social .social-block .fa.fa-whatsapp {
  color: #000;
  font-size: 30px !important;
  padding: 0 !important;
}

.copyright {
  position: relative;
  height: 65px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  color: #4e1817;
}

.copyright a {
  color: #4e1817;
  margin-left: 2px;
}

.copyright .selo-lgpd {
  width: 65px;
  margin-left: 20px;
  position: absolute;
  left: 0px;
}

#lightcase-content {
  background-color: white !important;
}

.custom-control-label::before {
  top: 0;
}

.custom-control-label::after {
  top: 0.01rem;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.owl-carousel .owl-item .line-product > a {
  min-height: 310px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.owl-carousel .owl-item .line-product > a .ref {
  color: #212529;
}

.owl-carousel .owl-item .line-product > a img {
  width: auto !important;
  max-height: 140px;
  margin: 0 auto;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -40px !important;
  margin-left: -20px !important;
  display: block !important;
  border: 0 solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -40px !important;
  margin-right: -23px !important;
  right: 0;
  display: block !important;
  border: 0 solid black;
}

.owl-prev i,
.owl-next i {
  -webkit-transform: scale(1, 3);
          transform: scale(1, 3);
  color: #ccc;
}

.categories-container {
  width: 95%;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 30px !important;
  height: 3px !important;
}

.title.featured-title {
  background: #646464;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 10px 15px;
}

.dynamic-block--featured h2.title {
  color: #FFF;
}

.dynamic-block--featured .read-more {
  margin-top: 35px;
}

.row-featured-block {
  padding: 70px 0;
}

.featured-blocks {
  padding-bottom: 20px;
}

.featured {
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  margin-left: 0 !important;
}

.featured .content-featured {
  max-width: 200px;
  padding: 0;
}

.featured .content-featured .image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.featured .content-featured .image img {
  max-width: 148px;
}

.featured .content-featured .link {
  border-left: 1px solid #4e1817;
  border-right: 1px solid #4e1817;
  text-align: center;
  padding: 0 5px;
  font-weight: bold;
  height: 31px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none !important;
  color: #4e1817;
  font-size: 14px;
  -webkit-transition: ease-out all 0.3s;
  transition: ease-out all 0.3s;
}

.featured .content-featured .link:hover {
  background-color: #4e1817;
  color: #FFF !important;
}

.row-block {
  padding: 60px 0;
}

.bg-section {
  background: #ebebeb;
}

.section.bg {
  background-color: #4e1817;
}

.block {
  border-radius: 1px;
}

.block .image-block {
  position: relative;
  margin-bottom: 20px;
  height: 100%;
}

.block .image-block img {
  width: 100%;
  height: 100%;
}

.block .title-block {
  background: #2c0b0c;
  opacity: 0.8;
  font-size: 25px;
  font-weight: bold;
  text-align: justify;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4e1817;
  border-color: #4e1817;
}

.pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e1817;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.account-panel ul {
  list-style: none;
  background-color: #ececec;
  padding-left: 0;
}

.account-panel ul li a {
  width: 100%;
  display: block;
  padding: 5px 0 5px 15px;
  color: #0c0c0c;
}

.account-panel ul li a:hover {
  background-color: #1B435D;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#btn-whatsapp-fixed {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 55px;
  background: #4fb129;
  font-size: 35px;
  color: white;
  border-radius: 50%;
  z-index: 999;
}

#btn-whatsapp-fixed:hover {
  text-decoration: none;
}

.bar-vertically {
  background: #4e1817;
  height: 375px;
  width: 4px;
}

.bar-white {
  background: #FFF;
  height: 3px;
  width: 174px;
}

.title-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.search-page .results-area {
  margin-bottom: 3rem;
}

.search-page .results-area .searched-for .results-for {
  margin-bottom: 0;
  padding: 1rem 0;
  border-bottom: 2px solid #3c3d3d;
  text-align: center;
  color: #3c3d3d;
}

.search-page .results-area .search-results {
  width: 100%;
  margin-top: 1.5rem;
  padding-left: 0;
}

.search-page .results-area .search-results > li {
  padding: 1.5rem 0;
  list-style-type: none;
}

.search-page .results-area .search-results > li .result-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.search-page .results-area .search-results > li .result-title a {
  color: #4e1817;
}

.search-page .results-area .search-results > li .result-title a h4 {
  font-weight: bold;
  text-shadow: 2px 2px 3px #00000020;
}

.search-page .results-area .search-results > li .result-body {
  height: 100%;
}

.search-page .results-area .search-results > li .result-body > p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-page .results-area ul.pagination .page-item .page-link {
  color: #4e1817;
}

.search-page .results-area ul.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem #ff7e0040;
}

.search-page .results-area ul.pagination .page-item.active .page-link {
  border-color: #4e1817;
  background-color: #4e1817;
  color: #FFF;
}

.search-page .results-area ul.pagination .page-item.disabled .page-link {
  background-color: #efefef;
  color: #a0a0a0;
}

.bar-form {
  width: 174px;
  height: 3px;
  background-color: #7a7676;
  margin-bottom: 8px;
}

.tp-caption-phrase {
  color: #fff;
}

.tp-caption-phrase span {
  padding: 0 10px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -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, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -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, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s ease-in 0.175s;
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s ease-in 0.175s;
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  -webkit-transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -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: rotate(225deg);
          transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -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: rotate(-225deg);
          transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s linear 0.13s;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -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, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}

.hamburger--stand .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}

.hamburger--stand-r .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -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: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 992px) {
  header .header {
    -webkit-box-pack: center;
            justify-content: center;
  }

  header .header .search {
    margin-right: 0;
    max-width: 100%;
  }

  .testimonials .testimonial .lawyer-img .image {
    padding: 4px !important;
  }

  .categories .category-area {
    max-width: 100% !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .rev_slider .tp-mask-wrap .btn-banner {
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tp-caption-phrase span {
    font-size: 14px;
  }

  .categories {
    padding: 10px 0 !important;
  }

  .categories .category .image img {
    width: auto;
  }

  .tparrows {
    background-color: transparent !important;
  }

  header .menu .categories-menu .fa-angle-right {
    display: none !important;
  }

  header .menu .categories-menu .submenu {
    display: none !important;
  }

  .testimonials .testimonial {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
    padding: 0 !important;
  }

  .testimonials .testimonial .image {
    width: 100% !important;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-top: 20px;
  }

  .testimonials .testimonial .image img {
    width: 160px;
  }

  .testimonials .testimonial .text .company,
  .testimonials .testimonial .text .register {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .testimonials .testimonial .text .read-more-all {
    margin-top: 30px !important;
  }

  #btn-whatsapp-fixed {
    bottom: 103px;
  }
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  header .top .container {
    display: block;
  }

  header .top .container .search {
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }

  header .top .container .languages,
  header .top .container .phones {
    margin: 10px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
  }

  header .top .container .actions {
    text-align: center;
  }

  header .menu .container {
    padding: 0;
  }

  header .menu .categories-menu {
    width: calc(100% - 67px);
  }

  header .menu .categories-menu .root {
    width: 100%;
  }

  header .menu .categories-menu .dropdown-menu {
    width: calc(100% + 67px) !important;
  }

  header .menu .fa-angle-right {
    display: none;
  }

  header .menu .hamburger {
    padding: 3px;
    padding-left: 0;
    margin-right: 6px;
  }

  header .menu .hamburger .hamburger-inner,
  header .menu .hamburger .hamburger-inner:after,
  header .menu .hamburger .hamburger-inner:before {
    background-color: #fff;
  }

  header .menu .navbar-nav .dropdown-menu {
    width: 100%;
  }

  header .menu .navbar-nav.menu-default .dropdown-menu {
    position: initial;
  }

  header .header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }

  header .header .logo {
    margin-right: 0;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }

  header .header .icons-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 15px;
  }

  header .header .icons-header svg {
    max-width: 30px !important;
    display: block;
    margin: 0 auto;
  }

  .facebook h2.title {
    margin-left: 0 !important;
  }

  .testimonials .testimonial-media {
    margin-left: 0px;
  }

  .testimonials .testimonial .text {
    margin-top: 20px;
  }

  .testimonials .testimonial .text .read-more-all {
    margin-bottom: 30px !important;
  }

  .testimonials .testimonial .text .description {
    padding: 0 5px;
  }

  .testimonials .testimonial .image {
    margin-bottom: 10px;
  }

  .word-break {
    word-break: break-word !important;
  }

  .table.table-striped.table-responsive {
    display: block !important;
  }

  .calculator-area .form-simulator .date-area {
    display: block !important;
  }

  .calculator-area .form-simulator td {
    font-size: 12px;
    text-align: center;
  }

  .calculator-area .form-simulator .form-group.group-value {
    min-height: 110px;
  }

  .calculator-area .form-simulator .form-group .form-control {
    font-size: 12px;
    margin-top: 10px !important;
  }

  .calculator-area .form-simulator .form-group .form-control.value-control {
    padding: 0.375rem 5px;
  }

  .calculator-area .form-simulator .form-group .form-control.month-control {
    width: 67px !important;
  }

  .calculator-area .form-simulator .form-group .form-control.form-description.form-textarea {
    display: block !important;
  }

  .calculator-area .form-simulator .form-group .form-control.form-description.description-input {
    display: none !important;
  }

  .calculator-area .form-simulator .table-head th {
    padding: 10px 5px;
    width: 115px;
  }

  .calculator-area .form-simulator .table-head th.head-plus {
    display: none;
  }

  .calculator-area .form-simulator .table-head th.head-value {
    width: 112px;
  }

  .calculator-area .form-simulator .mobile-area .addDebt {
    display: -webkit-box;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }

  .calculator-area .form-simulator .td-mobile {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
            justify-content: center;
    margin-left: 5px;
  }

  .calculator-area .form-simulator .td-mobile .plus-mobile .btn-red {
    width: unset !important;
    padding: 10px;
  }

  .calculator-area .form-simulator td {
    padding-left: 0 !important;
  }

  .calculator-area .form-simulator td.td-description {
    display: none;
  }

  .debtArea .showDebt td {
    margin-left: 5px !important;
  }

  .testimonials .testimonial .lawyer-img .image {
    height: unset !important;
  }

  .page-blocks .page-block .row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .page-blocks .page-block .page-block-content {
    margin-top: 10px;
  }

  .where-find .representatives {
    margin-bottom: 20px;
  }

  .featured {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .content-featured {
    margin-bottom: 30px;
  }

  .about .read-more {
    margin-bottom: 20px;
  }

  .btn-calculate--link {
    padding: 5px !important;
    font-size: 10px !important;
  }

  .lines .myx,
  .lines .myhouse {
    height: auto !important;
  }

  .lines .myx .logo,
  .lines .myhouse .logo {
    height: auto !important;
    margin-bottom: 10px;
  }

  .lines .myx .logo img,
  .lines .myhouse .logo img {
    max-width: 50%;
  }

  .lines .myx .line-products .product,
  .lines .myhouse .line-products .product {
    height: auto !important;
  }

  .phrase-area .phrase,
  .phrase-area .author {
    text-align: left;
  }

  .block .image-block {
    height: unset;
  }

  .where-find .representatives,
  .where-find .where {
    height: 230px !important;
  }

  .products .product img {
    max-height: 100% !important;
  }

  footer .footer .logo-area {
    padding: 10px 0;
  }

  footer .footer .cont {
    margin-right: 0 !important;
  }

  footer .cont {
    margin-bottom: 10px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
  }

  footer .cont .link {
    text-align: center;
  }

  footer .social-area {
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .brands .brand {
    text-align: center;
    margin-bottom: 10px;
  }

  .newsletter .inputs {
    margin-top: 20px;
  }

  .facebook {
    margin-top: 20px;
  }

  .products {
    display: block !important;
  }

  .products .product:not(:first-child) {
    display: none;
  }

  .owl-prev {
    margin-left: -14px !important;
  }

  .owl-next {
    margin-right: -10px !important;
  }

  .page-container .representative {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .map {
    margin-top: 20px;
  }
}

@media (max-width: 450px) {
  .copyright .selo-lgpd {
    width: 55px;
    margin-left: 0px;
    left: -10px;
  }

  .email-display {
    display: block !important;
  }
}

@media (max-width: 280px) {
  .logo-area .logo-footer img {
    max-width: 250px !important;
  }

  #btn-whatsapp-fixed {
    bottom: 124px;
  }

  .top .phones {
    font-size: 15px;
  }
}

.products,
.about,
.lines,
.where-find,
.usage-scenarios,
.simulators,
.testimonials,
.posts,
.newsletter {
  padding: 20px 0;
}

.testimonials {
  padding: 20px 0;
}

.where-find {
  padding-top: 30px;
}

.lines {
  padding-bottom: 0;
}

.row-category {
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 100px;
}

.categories {
  background: #FFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.categories .category-area {
  max-width: 20%;
  max-height: 180px;
}

.categories .category-area .category {
  width: 195px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.categories .category-area .category .title {
  text-align: center;
  margin-top: 5px;
  line-height: 1.1;
  color: #FFF;
  font-size: 28px;
  padding: 5px;
  position: relative;
  bottom: 130px;
  max-width: 200px;
}

.categories .category-area .category .image {
  text-align: center;
}

.categories .category-area .category .image img {
  max-width: 55%;
  display: inline-block;
}

.categories .category-area .category a {
  color: #fff;
}

.tips {
  margin-top: 30px;
}

.tips .tip {
  position: relative;
  margin-bottom: 30px;
}

.tips .tip a:hover {
  text-decoration: none;
}

.tips .tip .title {
  text-align: center;
  color: #1B435D;
  background: #E6E6E6;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.tips .tip .description {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  right: 0;
  background: rgba(27, 67, 93, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.tips .tip .description .t {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.tips .tip .description .d {
  text-align: center;
  font-size: 14px;
}

.tips .tip .description .b {
  background: #fff;
  color: #1B435D;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
}

.tips .tip:hover .description {
  opacity: 1;
}

.tips .tip:hover .title {
  opacity: 0;
}

.about .title,
.about .description {
  margin-bottom: 20px;
}

.about .description {
  text-align: justify;
}

.about .read-more {
  text-align: center;
}

.about iframe {
  width: 100%;
  height: 300px;
}

.billets {
  margin-top: 45px;
}

.billets .image {
  text-align: center;
}

.billets .description {
  text-align: justify;
}

.billets p {
  margin: 0;
}

.billets .description {
  margin-top: 20px;
}

.billets .description .btn {
  margin: 0 auto;
  margin-top: 20px;
}

.blog h2.title,
.facebook h2.title {
  text-align: left;
}

.facebook h2.title {
  margin-left: 20px;
}

.posts .title {
  margin-bottom: 20px;
}

.posts .post {
  padding-bottom: 30px;
  display: -webkit-box;
  display: flex;
  padding-right: 25px;
}

.posts .post .title a {
  color: #4e1817 !important;
  font-size: 15px;
}

.posts .post .date {
  margin-right: 20px;
  text-align: center;
}

.posts .post .date .day {
  font-weight: bold;
  font-size: 49.5px;
}

.posts .post .date .month {
  font-size: 20.5px;
  margin-top: -5px;
  color: #7f7f7f;
}

.posts .post .body {
  -webkit-box-flex: 1;
          flex: 1;
}

.posts .post .body .title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}

.posts .post .body .p {
  color: #000;
  font-size: 14px;
  text-align: justify;
}

.posts .post .body .read-more {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #7f7f7f;
  width: 125px;
}

.posts .post .body .read-more a {
  color: #000;
  font-size: 12px;
}

.posts .read-more-all {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.newsletter {
  background: #3E789E;
  color: #fff;
}

.newsletter h2.title {
  color: #fff;
}

.newsletter .body {
  text-align: justify;
}

.newsletter .inputs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.newsletter .inputs .inputs-container {
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: 30px;
}

.newsletter .inputs .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.newsletter .inputs .form-control::-webkit-input-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control::-moz-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control:-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control::-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control::placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .btn {
  border-radius: 0;
  color: #1B435D;
  background: #fff;
}

.simulators .title,
.simulators .description {
  margin-bottom: 20px;
}

.simulators .actions {
  text-align: center;
  margin-bottom: 20px;
}

.lines .myx {
  margin-bottom: 30px;
}

.lines .myx,
.lines .myhouse {
  height: 400px;
  padding: 30px 0;
  position: relative;
  color: #fff;
}

.lines .myx .logo,
.lines .myhouse .logo {
  height: 340px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lines .myx:after,
.lines .myhouse:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.lines .myx *,
.lines .myhouse * {
  z-index: 2;
}

.lines .myx .line-products .product,
.lines .myhouse .line-products .product {
  height: 340px;
  padding: 20px;
  background: #1B435D;
  border-radius: 5px;
}

.lines .myx .line-products .product .title,
.lines .myhouse .line-products .product .title {
  text-align: center;
  height: 40px;
  margin-bottom: 10px;
}

.lines .myx .line-products .product .image,
.lines .myhouse .line-products .product .image {
  height: 180px;
  text-align: center;
}

.lines .myx .line-products .product .image img,
.lines .myhouse .line-products .product .image img {
  max-height: 180px;
  width: auto !important;
  display: inline-block !important;
}

.lines .myx .line-products .product .ref,
.lines .myhouse .line-products .product .ref {
  text-align: center;
  color: #999;
  margin-top: 10px;
}

.lines .myx .line-products .product .read-more,
.lines .myhouse .line-products .product .read-more {
  margin-top: 10px;
  text-align: center;
}

.lines .myx .line-products .product .read-more a,
.lines .myhouse .line-products .product .read-more a {
  background: #3D779E;
  border-radius: 4px;
}

.where-find .representatives,
.where-find .where {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 325px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.where-find .representatives svg,
.where-find .where svg {
  width: 65%;
  height: auto;
  fill: #1B435D;
  margin-bottom: 5px;
}

.where-find .representatives .caption,
.where-find .where .caption {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #2e4861;
  font-weight: bold;
  text-transform: initial;
  text-align: center;
  font-size: 18px;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
}

.where-find .representatives .caption:hover,
.where-find .where .caption:hover {
  color: #fff;
  background: #2e4861;
  text-decoration: none;
}

.where-find .representatives .caption:hover svg,
.where-find .where .caption:hover svg {
  fill: #fff;
}

.testimonial-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.testimonial-content .title {
  color: #FFF !important;
}

.testimonial-content .bar {
  background: #FFF !important;
}

.testimonial-media {
  margin-left: 30px;
}

.testimonials {
  -webkit-box-pack: center;
          justify-content: center;
}

.testimonials .testimonial {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.testimonials .testimonial .image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 289px;
  height: 289px;
}

.testimonials .testimonial .image .image-rounded {
  width: 100%;
  display: block;
}

.testimonials .testimonial .testimonial-area {
  margin-top: 15px;
}

.testimonials .testimonial .testimonial-area .text {
  padding-top: 0px;
  color: #FFF !important;
  font-size: 15px;
}

.testimonials .testimonial .testimonial-area .company {
  color: #FFF !important;
  font-weight: bold;
  font-size: 20px;
}

.read-more-all {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.read-more-all a {
  background: #000;
  width: 76px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.featured-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 25px;
}

.featured-area .slug-post {
  text-decoration: none;
}

.featured-area .title-post {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  padding-top: 10px;
  min-height: 47px;
}

.btn.btn-primary {
  border-radius: 0;
  width: 117px;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
  height: 29px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn.btn-primary.btn-red {
  background: #4e1817;
  border-color: #4e1817;
  color: #FFF;
}

.btn.btn-primary.btn-white {
  background: #FFF;
  border-color: #FFF;
  color: #4e1817;
}

.btn.btn-primary.btn-calculate--link {
  width: unset !important;
  padding: 18px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 15px;
  height: 42px !important;
}

a:hover {
  text-decoration: none;
}

.breadcrumb-container {
  background: #ebebeb;
}

.breadcrumb-container .breadcrumb {
  background: transparent;
  padding-left: 0;
}

.breadcrumb-container .breadcrumb a {
  color: #4e1817;
  font-weight: bold;
  font-size: 15px;
}

.breadcrumb-container .breadcrumb-item.active {
  color: #4e1817;
  font-weight: bold;
  font-size: 15px;
}

.page-container {
  text-align: justify;
  margin-bottom: 30px;
}

.page-container .page-title.title-news h1 {
  margin-bottom: 0;
}

.page-container .page-title h1 {
  text-align: left;
  color: #2c0b0c;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-container .date-news {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #000;
  font-size: 15px;
}

.page-container .page-content {
  text-align: justify;
  margin-bottom: 30px;
  color: #000;
}

.page-container .page-content.page-content {
  margin-top: 30px;
}

.page-container .page-content p {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
}

.page-container .page-content figure img {
  width: 100%;
}

.page-container .page-blocks .page-block {
  margin-bottom: 20px;
}

.page-container .page-blocks .page-block .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.page-container .page-blocks .page-block .page-block-content {
  color: #000;
}

.page-container .page-blocks .page-block .page-block-content p {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
}

.page-container .page-blocks .page-block .page-block-content h2 {
  color: #4e1817;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-container .visions {
  margin-top: 40px;
}

.page-container .visions .vision {
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.page-container .visions .vision:hover {
  box-shadow: 0 1px 10px #d06361;
}

.page-container .visions .vision .title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #4e1817;
}

.page-container .other-pages {
  border-top: 1px solid #4e1817;
  margin-top: 50px;
}

.page-container .other-pages .title {
  text-align: center;
  font-weight: bold;
  color: #4e1817;
  font-size: 20px;
  padding: 20px 0;
}

.page-container .pages {
  margin-top: 30px;
}

.page-container .pages .page {
  position: relative;
  margin-bottom: 30px;
}

.page-container .pages .page a:hover {
  text-decoration: none;
}

.page-container .pages .page .title {
  text-align: center;
  color: #4e1817;
  background: #E6E6E6;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.page-container .pages .page .description {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  right: 0;
  background: rgba(27, 67, 93, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.page-container .pages .page .description .t {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}

.page-container .pages .page .description .d {
  text-align: center;
}

.page-container .pages .page .description .b {
  background: #fff;
  color: #4e1817;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
}

.page-container .pages .page:hover .description {
  opacity: 1;
}

.page-container .pages .page:hover .title {
  opacity: 0;
}

.page-container .awards {
  margin-top: 30px;
}

.page-container .awards .award {
  margin-bottom: 30px;
}

.page-container .awards .award .title {
  margin-bottom: 10px;
  color: #4e1817;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  min-height: 60px;
}

.page-container .awards .award .image {
  text-align: center;
}

.page-container .awards .award .image img {
  max-width: 80%;
}

.page-container .awards .award .description {
  margin-top: 10px;
}

.page-container .search {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 350px;
  margin-right: 75px;
}

.page-container .search .form-group {
  position: relative;
  margin: 0;
}

.page-container .search .form-group input[type=search] {
  background-color: #e9e9e9;
  border-color: transparent;
  border-radius: 25px;
  max-height: 35px;
}

.page-container .search .form-group input[type=search]::-webkit-input-placeholder {
  font-size: 13px;
  color: #959595;
  padding-left: 10px;
}

.page-container .search .form-group input[type=search]::-moz-placeholder {
  font-size: 13px;
  color: #959595;
  padding-left: 10px;
}

.page-container .search .form-group input[type=search]:-ms-input-placeholder {
  font-size: 13px;
  color: #959595;
  padding-left: 10px;
}

.page-container .search .form-group input[type=search]::-ms-input-placeholder {
  font-size: 13px;
  color: #959595;
  padding-left: 10px;
}

.page-container .search .form-group input[type=search]::placeholder {
  font-size: 13px;
  color: #959595;
  padding-left: 10px;
}

.page-container .search .form-group input[type=search]::-webkit-search-cancel-button:focus {
  background-color: #FFF !important;
}

.page-container .search .form-group button {
  position: absolute;
  top: 2px;
  right: 10px;
  background: transparent;
  border: 0;
  font-size: 20px;
  color: #a4a4a4;
}

.page-container .product h3 {
  color: #4e1817;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-container .product .description {
  text-align: justify;
}

.page-container .product .description img,
.page-container .product .technical img,
.page-container .product .install-description img {
  max-width: 100%;
}

.page-container .product .images .cover {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.page-container .product .images .gallery {
  display: -webkit-box;
  display: flex;
}

.page-container .product .images .gallery .thumb {
  width: 25%;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-right: 10px;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.page-container .product .images .gallery .thumb:nth-child(5n) {
  margin-right: 0;
}

.page-container .product .download {
  margin-bottom: 20px;
}

.page-container .product .download .file {
  margin-right: 20px;
}

.page-container .product .download .file a {
  color: #4e1817;
}

.page-container .product .download .file a img {
  width: 30px;
  margin-right: 4px;
  margin-bottom: 15px;
}

.page-container .line-products {
  border-top: 1px solid #4e1817;
  padding: 30px 0;
  margin-top: 30px;
}

.page-container .line-products h4 {
  text-align: center;
  font-weight: bold;
  color: #A1A1A1;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.page-container .line-products h4 small {
  color: #4e1817;
  display: block;
  font-weight: bold;
  font-size: 30px;
}

.page-container .line-products .line-product .title {
  margin-top: 10px;
  color: #4e1817;
  text-align: center;
  font-weight: bold;
}

.page-container .line-products .line-product .ref {
  text-align: center;
  margin-bottom: 10px;
}

.page-container .line-products .line-product .read-more {
  text-align: center;
}

.page-container .line-products .line-product .read-more .btn {
  text-transform: uppercase;
  font-weight: bold;
}

.page-container .category .prod {
  padding-bottom: 30px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  align-content: stretch;
}

.page-container .category .prod .image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-box-align: center;
          align-items: center;
  height: 230px;
}

.page-container .category .prod .image img {
  max-width: 90%;
  max-height: 100%;
}

.page-container .category .prod .title {
  color: #4e1817;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.page-container .category .prod .ref {
  font-size: 12px;
  margin-bottom: 30px;
  text-align: center;
  color: #212529;
}

.page-container .category .prod .ref:hover {
  text-decoration: none;
  color: #212529;
}

.page-container .category .prod .action {
  text-align: center;
}

.page-container .contact-page .info {
  text-align: center;
}

.page-container .contact-page .info .title {
  font-size: 24px;
  color: #4e1817;
  font-weight: bold;
  margin: 20px 0;
  text-transform: uppercase;
}

.page-container .contact-page .map {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.page-container .contact-page h4 {
  text-align: center;
  font-size: 16px;
  color: #4e1817;
  font-weight: bold;
  width: 100%;
}

.page-container .posts-page .post-search {
  margin: 20px 0 40px;
  position: relative;
}

.page-container .posts-page .post-search .form-control {
  border-radius: 0 !important;
  border: none;
  background: #ebebeb;
}

.page-container .posts-page .post-search .form-control::-webkit-input-placeholder {
  color: #a4a4a4 !important;
  font-size: 14px !important;
}

.page-container .posts-page .post-search .form-control::-moz-placeholder {
  color: #a4a4a4 !important;
  font-size: 14px !important;
}

.page-container .posts-page .post-search .form-control:-ms-input-placeholder {
  color: #a4a4a4 !important;
  font-size: 14px !important;
}

.page-container .posts-page .post-search .form-control::-ms-input-placeholder {
  color: #a4a4a4 !important;
  font-size: 14px !important;
}

.page-container .posts-page .post-search .form-control::placeholder {
  color: #a4a4a4 !important;
  font-size: 14px !important;
}

.page-container .posts-page .post-search button {
  position: absolute;
  top: 8px;
  right: 5px;
  background: transparent;
  border: 0;
}

.page-container .posts-page .post-search button .fa.fa-search {
  color: #a4a4a4 !important;
}

.page-container .posts-page .post {
  margin-bottom: 20px;
}

.page-container .posts-page .post h2.title {
  text-align: left !important;
}

.page-container .posts-page .post .title {
  font-weight: bold;
  font-size: 20px;
  color: #4e1817;
}

.page-container .posts-page .post .title a {
  color: #4e1817;
}

.page-container .posts-page .post .date {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.page-container .posts-page .post .action {
  margin-top: 5px;
}

.page-container .posts-page .post .body {
  margin: 20px 0;
  font-size: 14px;
  color: #000;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}

.page-container .posts-page .pagination {
  -webkit-box-pack: center;
          justify-content: center;
}

.page-container #representatives-result {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  text-align: left;
}

.page-container .representative {
  border: 1px solid #4e1817;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.page-container .representative:nth-child(3n) {
  margin-right: 0;
}

.page-container .representative .title {
  background: #4e1817;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.page-container .representative .title .address {
  font-weight: normal;
}

.page-container .representative .body {
  padding: 10px;
  color: #4e1817;
}

.page-container.faqs .fa-plus {
  display: none;
}

.page-container.faqs .collapsed .fa-plus {
  display: inline-block;
}

.page-container.faqs .collapsed .fa-minus {
  display: none;
}

.page-container .catalogs .catalog .title {
  color: #4e1817;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.page-container.testimonial-page .testimonials {
  background-color: white;
}

.page-container.testimonial-page .testimonials .testimonial {
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.page-container.testimonial-page .testimonials .testimonial .image {
  display: -webkit-box;
  display: flex;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-container.testimonial-page .testimonials .testimonial .image img {
  width: 100%;
  display: block;
}

.page-container.testimonial-page .testimonials .testimonial .lawyer-img {
  padding: 0;
}

.page-container.testimonial-page .testimonials .testimonial .text {
  color: #2c0b0c;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}

.page-container.testimonial-page .testimonials .testimonial .company {
  font-weight: bold;
  font-size: 18px;
}

.page-container.testimonial-page .testimonials .testimonial .description {
  padding-top: 30px;
  text-align: justify;
  font-weight: normal;
  line-height: 1.3;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.exception {
  margin-left: 40px;
  padding: 30px 0;
  text-align: justify;
}

.exception .oops {
  margin-bottom: 0.8rem;
  font-size: 4rem;
  font-weight: bolder;
}

.exception .error-text {
  margin-bottom: 0.3rem;
  font-size: 2rem;
}

.exception .error-text-sub {
  font-size: 1.5rem;
}

.form-contact .form-group {
  margin-bottom: 10px !important;
}

.form-contact .form-group textarea,
.form-contact .form-group input {
  border: #4e1817 1px solid;
  border-radius: 0;
}

.form-contact .form-group textarea::-webkit-input-placeholder, .form-contact .form-group input::-webkit-input-placeholder {
  color: #2c0b0c;
  font-weight: bold;
  font-size: 18px;
}

.form-contact .form-group textarea::-moz-placeholder, .form-contact .form-group input::-moz-placeholder {
  color: #2c0b0c;
  font-weight: bold;
  font-size: 18px;
}

.form-contact .form-group textarea:-ms-input-placeholder, .form-contact .form-group input:-ms-input-placeholder {
  color: #2c0b0c;
  font-weight: bold;
  font-size: 18px;
}

.form-contact .form-group textarea::-ms-input-placeholder, .form-contact .form-group input::-ms-input-placeholder {
  color: #2c0b0c;
  font-weight: bold;
  font-size: 18px;
}

.form-contact .form-group textarea::placeholder,
.form-contact .form-group input::placeholder {
  color: #2c0b0c;
  font-weight: bold;
  font-size: 18px;
}

.form-contact .btn-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

#accordion .card {
  margin-bottom: 10px;
  border: 2px solid #E0E9F0;
  border-radius: 0;
}

#accordion .card .card-header {
  background: #E0E9F0;
  color: #4e1817;
  padding: 0.5rem;
}

#accordion .card .card-header button {
  color: #4e1817;
  padding: 0;
}

#accordion .card .card-header:first-child {
  border-radius: 0;
}

#accordion .card .card-body {
  padding: 0.5rem;
}

.product-container .info .title {
  font-weight: bold;
  font-size: 18px;
  color: #2b2e33;
}

.product-container .info .price {
  font-weight: bold;
  color: #4e1817;
  font-size: 34px;
  margin-top: 10px;
}

.product-container .info .price h3 small {
  text-transform: initial;
  font-size: 11px;
  display: block;
  color: #777;
}

.product-container .info .quantity {
  max-width: 160px;
}

.product-container .info .quantity input[type=number]::-webkit-outer-spin-button,
.product-container .info .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-container .info .quantity .remove-quantity,
.product-container .info .quantity .add-quantity {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #656565;
}

.product-container .info .quantity #quantity {
  text-align: center;
  border: 1px solid #d1d1d1;
}

.cart .totals {
  text-align: center;
}

.cart .totals .total {
  margin-bottom: 10px;
}

.cart .totals .total span {
  background: #4e1817;
  border: 1px solid #4e1817;
  padding: 10px;
  display: inline-block;
  color: #fff;
  width: 120px;
  text-align: center;
}

.cart .totals .total span + span {
  background: #fff;
  color: #4e1817;
}

.checkout .steps .step {
  margin-bottom: 20px;
  border: 1px solid #4e1817;
}

.checkout .steps .step .body {
  padding: 20px;
}

.checkout .steps .step .title {
  background: #4e1817;
  padding: 5px 10px;
  color: #fff;
}

.checkout .steps .step .title a {
  color: #fff;
}

.payment-option {
  display: none;
}

.payment-options {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.payment-options a {
  display: -webkit-box;
  display: flex;
  margin-right: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 10px #ccc;
  height: 150px;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #434343;
}

.payment-options a.active {
  box-shadow: 0 1px 10px green;
}

.payment-options a i {
  font-size: 60px;
}

.payment-options a div {
  margin-top: 15px;
}

#credit-card {
  border-radius: 5px;
  border: 3px solid green;
  padding: 30px;
  position: relative;
  margin-top: 20px;
}

.timeline ul {
  padding: 25px 0;
  margin: 0;
}

.timeline ul li {
  background: #3c3d3d;
  position: relative;
  margin: 0 auto;
  width: 5px;
  list-style-type: none;
}

.timeline ul li:last-child {
  padding-bottom: 0px;
  background: transparent;
}

.timeline ul li:before {
  content: "";
  background: #4e1817;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border: 3px solid #4e1817;
  border-radius: 50%;
}

.timeline ul li .hidden {
  opacity: 0;
}

.timeline ul li .content {
  position: relative;
  top: -3px;
  width: 350px;
  padding: 10px;
}

.timeline ul li .content h2 {
  color: #2c0b0c;
  padding-bottom: 10px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.timeline ul li .content h2:before {
  content: "";
  background: #4e1817;
  position: absolute;
  top: 11px;
  width: 20px;
  height: 20px;
  left: -25px;
  border-radius: 50px;
}

.timeline ul li .content p {
  margin: 0;
  font-size: 15px !important;
  text-align: justify;
}

.timeline ul li .content:hover {
  box-shadow: 0px 0px 24px 0px #ccc;
}

.timeline ul li .content:hover h2:before {
  background: #3c3d3d;
}

.timeline ul li .content:before {
  content: "";
  background: #3c3d3d;
  position: absolute;
  top: 21px;
  width: 180px;
  height: 2px;
}

.timeline ul li:nth-child(odd) .content {
  left: 220px;
}

.timeline ul li:nth-child(odd) .content:before {
  left: -200px;
}

.timeline ul li:nth-child(even) .content {
  left: -570px;
  text-align: right;
}

.timeline ul li:nth-child(even) .content:before {
  right: -205px;
}

.timeline ul li:nth-child(even) .content h2:before {
  right: -27px;
  left: auto;
}

@media screen and (max-width: 1020px) {
  .timeline ul li .content {
    width: 41vw;
  }

  .timeline ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }
}

@media screen and (max-width: 700px) {
  .timeline ul li {
    margin-left: 35px;
  }

  .timeline ul li .content {
    width: calc(100vw - 100px);
    left: 65px !important;
    text-align: left !important;
  }

  .timeline ul li .content h2 {
    text-align: initial;
  }

  .timeline ul li:nth-child(even) .content {
    left: 45px;
  }

  .timeline ul li:nth-child(even) .content:before {
    left: -44px;
  }

  .timeline ul li:nth-child(even) .content h2:before {
    left: -25px;
    right: auto;
  }

  .timeline ul li:nth-child(odd) .content:before {
    left: -43px;
  }

  .timeline ul li .content:before {
    width: 20px;
  }
}

#titleTooltip {
  font-weight: bold;
  position: absolute;
  border-radius: 3px;
  color: white;
  background: #1E1E1E;
  border: 1px solid #fff;
  padding: 5px 15px;
  font-family: monospace;
  z-index: 10;
  text-transform: uppercase;
  font-size: 13px;
  max-width: 300px;
  text-align: center;
  display: none;
}

#svg-map {
  stroke: rgba(0, 0, 0, 0.5);
  padding: 0;
}

#svg-map a path {
  stroke: rgba(51, 122, 183, 0.3);
}

#svg-map a path:not([fill]) {
  fill: #1B435D;
}

#svg-map text {
  font: 12px Arial-BoldMT, sans-serif;
  stroke: #fff;
}

#svg-map a {
  text-decoration: none;
  cursor: pointer;
}

#svg-map a:hover path {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  fill: #265f85;
}

#svg-map a circle {
  fill: #1B435D;
  stroke: #1B435D;
}

#svg-map a circle:not([fill]) {
  fill: #1B435D;
}

#svg-map a:hover circle {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  fill: #265f85;
}

.calculator-area {
  color: #2c0b0c;
  font-family: Sintony;
}

.calculator-area h2 {
  font-family: Sintony;
  font-size: 30px;
  font-weight: bold;
  color: #2c0b0c;
}

.calculator-area .datas {
  margin: 25px 0;
}

.calculator-area .datas h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.calculator-area .table-head {
  background-color: #4e1817;
  color: #FFF;
  font-weight: bold;
}

.calculator-area .table-head th {
  width: 257px;
  text-align: left;
}

.calculator-area .table-head th.head-value {
  width: 154px;
}

.calculator-area .table-head th.head-plus {
  width: 70px;
}

.calculator-area .mobile-area .addDebt {
  display: none;
}

.calculator-area .td-mobile {
  display: none;
}

.calculator-area th,
.calculator-area td {
  border: none !important;
  vertical-align: unset !important;
}

.calculator-area .td-description {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.calculator-area .form-simulator label {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  font-weight: bold;
  min-width: 70px;
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.calculator-area .form-simulator label.type-label {
  max-width: 144px;
  min-width: 153px;
}

.calculator-area .form-simulator .table.table-striped.table-responsive {
  display: inline-table;
}

.calculator-area .form-simulator small {
  font-size: 10px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-right: 12px;
}

.calculator-area .form-simulator .debt-informations .form-group {
  margin-bottom: 0 !important;
}

.calculator-area .form-simulator .date-area {
  display: -webkit-box;
  display: flex;
}

.calculator-area .form-simulator .form-group {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.calculator-area .form-simulator .form-group .form-control {
  max-width: 441px;
  max-height: 28px;
  border-radius: 0;
  border: 1px solid #4e1817;
  margin: 0 5px;
}

.calculator-area .form-simulator .form-group .form-control.phone-control {
  width: 221px;
}

.calculator-area .form-simulator .form-group .form-control.form-type {
  max-width: 527px;
  font-size: 14px;
  max-height: 32px;
}

.calculator-area .form-simulator .form-group .form-control.percentAge-control {
  max-width: 148px;
  max-height: 32px;
  font-size: 14px;
}

.calculator-area .form-simulator .form-group .form-control.day-control {
  width: 67px;
  max-height: 28px;
  padding: 0;
  font-size: 15px;
}

.calculator-area .form-simulator .form-group .form-control.month-control {
  width: 101px;
  padding: 0;
  max-height: 28px;
  font-size: 15px;
}

.calculator-area .form-simulator .form-group .form-control.value-control {
  max-width: 117px;
}

.calculator-area .form-simulator .form-group .form-control.form-description {
  max-width: unset;
  max-height: unset;
}

.calculator-area .form-simulator .form-group .form-control.form-description.description-input {
  max-height: 28px;
}

.calculator-area .form-simulator .td-trash {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-right: 17px;
}

.calculator-area .form-simulator .plus-form {
  background-color: #4e1817;
  width: 32px;
  height: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  outline: 0;
  border: none;
}

.calculator-area .form-simulator .plus-form span {
  color: #FFF;
  font-family: Sintony;
  font-size: 26px;
  font-weight: bold;
}

.calculator-area .form-simulator .button-calculation--area {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 20px;
}

.calculator-area .form-simulator .button-calculation--area .btn-red {
  font-size: 15px;
  width: 150px;
  height: 38px;
}

.showDebt {
  background: #ebebeb !important;
}

.showDebt td {
  font-size: 15px;
}

.showDebt:nth-child(2n) {
  background-color: #ddd2d2 !important;
}

.receive-email--title {
  margin-top: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-family: Sintony;
}

.receive-email--title h5 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #000;
  width: 330px;
  max-width: 100%;
  text-transform: uppercase;
}

.space {
  margin-right: 25px;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.space.label-width {
  width: 144px;
  max-width: 100%;
}

.page-email--send {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 50vh;
}

.page-email--send .content-email--send,
.page-email--send .send-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.page-email--send .content-email--send {
  max-width: 609px;
  text-align: center;
  width: 100%;
}

.page-email--send .content-email--send p {
  font-size: 18px !important;
}

.page-email--send .calculate-back--link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.page-email--send .image-area--send {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 80px !important;
  margin-bottom: 25px;
}

.result-debt {
  width: unset !important;
  font-size: 15px;
  padding: 0 4px !important;
}

.result-value-debt {
  width: unset !important;
}

.value-calculate {
  padding: 10px 4px !important;
}

