<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  line-height: inherit;
  color: #606062;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
/* Default paragraph styles */
p,
span {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: left;
  text-rendering: optimizeLegibility;
  color: #606062;
}
p strong,
span strong,
p b,
span b {
  font-weight: 600;
  line-height: inherit;
}
form input[type],
form select,
form span,
form label,
form textarea {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
form button[type] {
  font-family: "Poppins", sans-serif;
}
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  margin: 0 0 16px 0;
  line-height: 1.2;
  color: #606062;
}
/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: 600;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
/* Lists */
ul,
ol,
dl {
  font-family: "Poppins", sans-serif;
  list-style-position: outside;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 16px;
  color: #606062;
}
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
/*
All snippets
**/
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
/*
Icomoon
**/
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
Responsive image canvas
**/
figure.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
figure.image img {
  visibility: hidden;
}
figure.image.contain {
  background-size: contain;
}
.image-item {
  height: auto;
}
img {
  max-width: 100%;
}
/*
Flexbox snippets
**/
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
.justify-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-centered {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 70em) {
  .tablet-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 40em) {
  .mobile-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*
Colors
**/
/*
Structure
**/
*:focus {
  outline: none;
}
html,
body {
  height: 100%;
}
[class*="grid-"] {
  margin: 0 -0.625rem;
}
/*
Fetures
**/
.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.opacity:hover {
  opacity: 0.6;
  text-decoration: none;
}
.opacity-translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.opacity-translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.default-button {
  text-align: center;
  font-size: 16px;
  border: none;
  color: #ffffff;
  background-color: #FF8307;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.default-button:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 40em) {
  .default-button {
    font-size: 13px;
  }
}
.default-button:hover {
  background-color: #606062;
}
.default-button img,
.default-button i {
  margin-right: 20px;
}
.default-button.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.default-button.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.default-button.full {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.default-button.small {
  padding: 10px 15px;
  font-size: 12px;
}
.spacing {
  padding: 60px 0;
}
@media (max-width: 40em) {
  .spacing {
    padding: 20px 0;
  }
}
form input[type],
form textarea,
form select,
form label.file {
  border: 1px solid #eff0e7;
  height: 45px;
  padding: 10px;
  display: block;
  width: 100%;
  margin-bottom: 16px;
  font-size: 13px;
}
form input[type]:focus,
form textarea:focus,
form select:focus,
form label.file:focus {
  border: 1px solid #606062;
  outline: 0;
}
form input[type]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form label.file::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #606062;
  font-size: 13px;
}
form input[type]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder,
form label.file::-moz-placeholder {
  /* Firefox 19+ */
  color: #606062;
  font-size: 13px;
}
form input[type]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder,
form label.file:-ms-input-placeholder {
  /* IE 10+ */
  color: #606062;
  font-size: 13px;
}
form textarea {
  height: 150px;
}
/*
Slick slider
**/
.slider {
  position: relative;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 2;
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #FF8307;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slider .slick-arrow.slick-prev {
  left: 10px;
}
@media (max-width: 80em) {
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider .slick-arrow.slick-prev::before {
  content: "\f060";
}
.slider .slick-arrow.slick-next {
  right: 10px;
}
@media (max-width: 80em) {
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slider .slick-arrow.slick-next::before {
  content: "\f061";
}
.slider .slick-arrow:hover::before {
  opacity: 0.8;
}
.slider .slick-dots {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .slick-dots &gt; li {
  margin: 0 5px;
}
.slider .slick-dots &gt; li button {
  font-size: 0;
  border: none;
  background-color: transparent;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.slider .slick-dots &gt; li button::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #606062;
  display: block;
  border-radius: 50%;
}
.slider .slick-dots &gt; li.slick-active button::before {
  background-color: #FF8307;
}
@media (max-width: 70em) {
  .wrap-page {
    padding-top: 80px;
  }
}
/*
Slider
*/
.main-slider .bv_hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-slider .filled_obj {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider .main-slider {
  position: relative;
  width: 100%;
  height: 40vw;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
@media (max-width: 70em) {
  .main-slider .main-slider {
    height: 53vw;
  }
}
.main-slider .main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .slick-slide {
  position: relative;
  height: 40vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 300px;
  /*&amp;::before {
            .filled_obj;
            .bv_hidden;
            background-color: @black;
            opacity: 0.8;
            z-index: 1;
            //background-image: url("../../images/mask-banner.png");
            background-size: cover;
            background-position: center 1px;
            //border-radius: 0 0 0 80px;
        }*/
}
@media (max-width: 70em) {
  .main-slider .slick-slide {
    height: 53vw;
    min-height: 100px;
  }
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-slider .slick-slide figure img {
  visibility: hidden !important;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide .loading {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  font-style: italic;
  font-size: 22px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.main-slider .slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.main-slider .text {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 40em) {
  .main-slider .text {
    top: 50%;
  }
}
.main-slider .text h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #FF8307;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 40em) {
  .main-slider .text h2 {
    font-size: 14px;
  }
}
.main-slider .text h3 {
  font-size: 38px;
  color: #ffffff;
  line-height: 1.2;
  display: block;
  font-weight: 600;
  /*text-align: center;
            border: solid 1px #fff;
            border-radius: 0 0 35px 0;
            padding: 30px 40px;
            background-color: rgba(255, 255, 255, 0.2);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(8px);*/
  margin-bottom: 5px;
}
.main-slider .text h3 strong,
.main-slider .text h3 b {
  font-weight: 600;
}
@media (max-width: 40em) {
  .main-slider .text h3 {
    font-size: 23px;
  }
}
.main-slider .text p {
  color: #ffffff;
  line-height: 1.4;
}
.main-slider .text a,
.main-slider .text span {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  border: none;
  color: #ffffff;
  background-color: #FF8307;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  white-space: nowrap;
}
.main-slider .text a:hover,
.main-slider .text span:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 40em) {
  .main-slider .text a,
  .main-slider .text span {
    font-size: 13px;
  }
}
.main-slider .text a:hover,
.main-slider .text span:hover {
  background-color: #606062;
}
.main-slider .text a img,
.main-slider .text span img,
.main-slider .text a i,
.main-slider .text span i {
  margin-right: 20px;
}
.main-slider .text a.translate,
.main-slider .text span.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.main-slider .text a.translate:hover,
.main-slider .text span.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.main-slider .text a.full,
.main-slider .text span.full {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.main-slider .text a.small,
.main-slider .text span.small {
  padding: 10px 15px;
  font-size: 12px;
}
.main-slider .slick-arrow {
  top: 44%;
}
.main-slider .slick-dots {
  display: none !important;
}
.main-slider .slick-arrow::before {
  color: #606062;
  border: solid 1px #606062;
  padding: 10px;
}
@media (max-width: 40em) {
  .main-slider .slick-arrow::before {
    padding: 3px;
    font-size: 8px;
  }
}
.list-page .sidebar .widgets {
  padding: 30px;
  margin: 40px 0;
  background: #f7f7f7;
}
.list-page .sidebar .widgets form {
  margin-bottom: 0;
}
.list-page .sidebar .widgets form input {
  margin-bottom: 0;
}
.list-page .sidebar h3 {
  text-transform: uppercase;
  font-size: 16px;
}
.list-page .sidebar h3 strong {
  position: relative;
  color: #FF8307;
  font-weight: 600;
}
.list-page .sidebar h3 strong::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FF8307;
  position: absolute;
  left: 0;
  top: -10px;
}
.list-page .sidebar .categories {
  list-style: none;
  margin-bottom: 10px;
}
.list-page .sidebar .categories li {
  margin: 0;
}
.list-page .sidebar .categories li:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}
.list-page .sidebar .categories li a {
  color: #606062;
  text-transform: uppercase;
  position: relative;
  padding: 15px 25px;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.list-page .sidebar .categories li a h3 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
.list-page .sidebar .categories li a:hover {
  color: #FF8307;
}
.list-page .sidebar .categories li a:hover h3 {
  color: #FF8307;
}
.list-page .sidebar .categories li a.active {
  background-color: #f7f7f7;
}
.list-page .sidebar .categories li a.active h3 {
  font-weight: 600;
}
.list-page .sidebar .categories li a.active::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #FF8307;
  position: absolute;
  left: 0;
  top: 0;
}
.list-page .sidebar .categories li .submenu {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}
.list-page .sidebar .categories li .submenu &gt; li a {
  color: #606062;
  text-decoration: none;
  padding: 15px 25px 15px 45px;
}
.list-page .sidebar .categories li .submenu &gt; li a:hover {
  background-color: transparent;
  color: #FF8307;
}
.list-page .sidebar .categories li .submenu &gt; li ul {
  list-style: none;
  padding-left: 30px;
  display: none;
}
.list-page .sidebar .categories li .submenu &gt; li ul li a {
  color: #606062;
}
.list-page .sidebar .categories li .submenu &gt; li.active &gt; a h3 {
  font-weight: 600;
}
.list-page .sidebar .categories li.active &gt; a {
  color: #FF8307;
}
.list-page .filters {
  margin-bottom: 40px;
}
.list-page .filters form {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.list-page .filters form &gt; div {
  margin-left: 30px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 40em) {
  .list-page .filters form &gt; div {
    margin-left: 10px;
  }
}
.list-page .filters form &gt; div h5 {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}
.list-page .filters form &gt; div select {
  margin: 0 0 0 10px;
}
/*
Blog
*/
.blog-list {
  list-style: none;
}
.blog-list li {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.blog-list li figure {
  margin: 0 0 0 -1rem;
  border-radius: 4px;
}
.blog-list li a {
  display: block;
  border: 1px solid #f7f7f7;
  padding: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  border-radius: 4px;
}
.blog-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.blog-list li a header {
  height: 100%;
  position: relative;
  margin: 10px -1em 0 -1em;
}
.blog-list li a header h2 {
  font-weight: 600;
  font-size: 24px;
  text-transform: initial;
}
.blog-list li a header span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #606062;
  margin: 0;
  font-style: italic;
  font-size: 12px;
}
.widgets {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #606062;
  border-radius: 4px;
}
@media (max-width: 70em) {
  .widgets {
    padding: 20px;
  }
}
@media (max-width: 40em) {
  .widgets {
    margin-top: 40px;
  }
}
.widgets h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #ffffff;
}
.widgets form {
  position: relative;
  margin-bottom: 40px;
}
.widgets form input[type] {
  background-color: #ffffff;
}
.widgets form button {
  position: absolute;
  right: 10px;
  top: 50%;
  background: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widgets ul {
  list-style: none;
}
.widgets ul li a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.widgets ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.widgets ul li a.active {
  font-weight: 400;
}
.pagination {
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  background-color: #606062;
  color: #ffffff;
  display: block;
  width: 20px;
  line-height: 1.2;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.pagination li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.pagination li a.current {
  background-color: #606062;
}
.pagination li.current {
  background-color: #606062;
}
.pagination li:not(:first-child) a,
.pagination li:not(:last-child) a {
  width: auto;
}
.blog-content h1 {
  font-weight: 600;
  font-size: 30px;
}
.blog-content .wrap-featured-image {
  margin-bottom: 16px;
}
.blog-content .wrap-featured-image .featured-image {
  display: block;
  float: right;
  margin-left: 15px;
}
.blog-content .wrap-featured-image .featured-image img {
  border-radius: 4px;
  max-width: 400px;
  height: auto;
}
.blog-content .wrap-featured-image iframe {
  width: 100%;
  margin-top: 40px;
}
.blog-content .wrap-featured-image a:hover {
  text-decoration: none;
}
.blog-content .carousel-blog {
  margin: 10px -10px 0 -10px;
}
.blog-content .carousel-blog .item {
  padding: 10px;
}
.blog-content .carousel-blog .item a:hover {
  text-decoration: none;
}
.blog-content .carousel-blog .slick-arrow {
  bottom: 50%;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.blog-content .carousel-blog .slick-arrow.slick-prev {
  left: -30px;
}
.blog-content .carousel-blog .slick-arrow.slick-next {
  right: -30px;
}
.blog-content .addthis_inline_share_toolbox span {
  margin: 0;
}
.blog-content figcaption {
  color: #FF8307;
  text-decoration: none;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 2px 2px;
  text-align: center;
  margin-left: 15px;
  margin-bottom: 10px;
}
/*
Header
*/
.addthis_inline_share_toolbox {
  margin: 40px 0;
}
.wrap-header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 4;
}
.wrap-header .header-bar {
  padding: 10px 0;
  background: #606062;
  border-bottom: solid 1px #383838;
}
.wrap-header .header-bar .list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.wrap-header .header-bar .list &gt; div {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-right: 40px;
}
.wrap-header .header-bar .list &gt; div img {
  margin-right: 10px;
}
.wrap-header .header-bar .list &gt; div a {
  color: #ffffff;
  font-size: 14px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header .header-bar .list &gt; div a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header .header-bar .list &gt; div h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.wrap-header .header-bar .list &gt; div span {
  color: #ffffff;
  margin: 0 5px;
}
.wrap-header .header-bar .list &gt; div.wrap-drop {
  position: relative;
}
.wrap-header .header-bar .list &gt; div.wrap-drop .drop {
  margin-left: 10px;
}
.wrap-header .header-bar .social {
  list-style: none;
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.wrap-header .header-bar .social li {
  margin-left: 15px;
}
.wrap-header .header-bar .social li a {
  display: block;
  color: #606062;
}
.wrap-header .header-bar .social li a img {
  display: block;
}
.wrap-header .header-bottom-bar {
  background-color: #FF8307;
  padding: 10px;
}
.wrap-header .header-bottom-bar .list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.wrap-header .header-bottom-bar .list &gt; div {
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.wrap-header .header-bottom-bar .list &gt; div i {
  margin-right: 5px;
  font-size: 16px;
}
.wrap-header .header-bottom-bar .list &gt; div a,
.wrap-header .header-bottom-bar .list &gt; div h4 {
  display: block;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  margin: 0;
}
.wrap-header .header-bottom-bar .list &gt; div a:hover,
.wrap-header .header-bottom-bar .list &gt; div h4:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header .header-bottom-bar .list &gt; div span {
  margin: 0 5px;
  color: #ffffff;
}
.wrap-header .inner {
  padding: 15px 0;
  box-shadow: 3px 3px 15px #444;
  background: linear-gradient(270deg, #f0eded, transparent);
}
.wrap-header .inner .logo {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.wrap-header .inner .logo img {
  max-width: 230px;
  height: auto;
  width: 100%;
}
@media (max-width: 100em) {
  .wrap-header .inner .logo img {
    max-width: 300px;
  }
}
.wrap-header .inner .menu {
  list-style: none;
  margin: 0;
}
.wrap-header .inner .menu li a {
  color: #606062;
  font-weight: normal;
  font-size: 17px;
  display: block;
  position: relative;
}
.wrap-header .inner .menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #FF8307;
  transition: width 0.5s;
}
.wrap-header .inner .menu li a:hover,
.wrap-header .inner .menu li a.active {
  text-decoration: none;
}
.wrap-header .inner .menu li a:hover::before,
.wrap-header .inner .menu li a.active::before {
  width: 100%;
}
.wrap-header .inner .menu li a.whatsapp,
.wrap-header .inner .menu li a.featured {
  text-decoration: none;
}
.wrap-header .inner .menu li a.whatsapp::before,
.wrap-header .inner .menu li a.featured::before {
  width: 0;
}
.wrap-header .inner .menu li a.whatsapp::before:hover,
.wrap-header .inner .menu li a.featured::before:hover {
  width: 0;
}
.wrap-header .inner .menu li a.featured {
  text-align: center;
  font-size: 16px;
  border: none;
  color: #ffffff;
  background-color: #FF8307;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header .inner .menu li a.featured:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 40em) {
  .wrap-header .inner .menu li a.featured {
    font-size: 13px;
  }
}
.wrap-header .inner .menu li a.featured:hover {
  background-color: #606062;
}
.wrap-header .inner .menu li a.featured img,
.wrap-header .inner .menu li a.featured i {
  margin-right: 20px;
}
.wrap-header .inner .menu li a.featured.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.wrap-header .inner .menu li a.featured.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.wrap-header .inner .menu li a.featured.full {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wrap-header .inner .menu li a.featured.small {
  padding: 10px 15px;
  font-size: 12px;
}
.wrap-header .inner .menu li a.whatsapp {
  color: #ffffff;
}
@media (min-width: 100em) {
  .wrap-header .inner .menu li a {
    font-size: 18px;
  }
}
/*.home .wrap-header {
    position: absolute;
    background-color: transparent;

    .header-bar {
        border-bottom: none;
    }
}*/
/*
Banner
*/
/*
.card-banner {
	
	.image-item {
		position: relative;
		
		.text {
			position: absolute;
			width: 100%;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			
			h2 {
				font-size: 16px;
				text-transform: uppercase;
				color: @white;
				font-weight: 500;
				@media (max-width: 40em) {
					font-size: 14px;
				}
			}
			
			h3 {
				font-size: 40px;
				color: @white;
				line-height: 1.2;
				font-weight: 500;
				
				@media (max-width: 40em) {
					font-size: 24px;
				}
			}
			
			a,span {
				.default-button;
			}
		}
	}
}


.vimeo-wrapper {
	width: 100%;
	//height: 100vh;
	height: 64.9vh;
	//z-index: 2;
	position: relative;
	overflow: hidden;
	display: none;
	
	
	.text {
		z-index: 3;
		.card-banner .image-item .text;
	}
	
	iframe {
		position: absolute;
		
		z-index: -99;
		//width: 101vw;
		width: 100%;
		//height: 56.8125vw;
		//min-height: 101vh;
		min-height: 116vh;
		//min-width: 179.555555vh;
		//	position: absolute;
		top: 50%;
		left: 0; 
		transform: translate(0%,-50%);
		
		
	}
}

.video-mobile  {
	position: relative;
	//top: 0;
	//left: 0;
	//height: 62.6vw;
	height: 58.6vw; 
	width: 100%;
	//height: 100%;
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
	//border: 0;
	//opacity: 0;
	display: none;
	
	
	.text {
		z-index: 3;
		.card-banner .image-item .text;
	}
	
	iframe {
		width: 101vw;
		height: 58.6vw;
		//min-height: 101vh;
		//min-width: 179.555555vh;
		position: absolute;
		//top: 50%;
		//left: 50%;
	}
}
*/
/* fim */
/*
Home
*/
.title {
  margin-bottom: 30px;
}
@media (max-width: 40em) {
  .title {
    margin-bottom: 10px;
  }
}
.title h1,
.title h3 {
  text-transform: uppercase;
  color: #FF8307;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.title h2 {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 40em) {
  .title h2 {
    font-size: 26px;
  }
}
.title.upper h2 {
  text-transform: uppercase;
}
.title.centered * {
  text-align: center;
}
.title.white h1,
.title.white h3 {
  color: #FF8307;
}
.title.white h2 {
  color: #ffffff;
}
.home-services,
.onde-estamos {
  padding: 80px 0;
}
@media (max-width: 40em) {
  .home-services,
  .onde-estamos {
    padding: 40px 0;
  }
}
.home-services .carousel-services-home,
.onde-estamos .carousel-services-home {
  margin: 0 -20px;
  padding-bottom: 30px;
}
@media (max-width: 72em) {
  .home-services .carousel-services-home,
  .onde-estamos .carousel-services-home {
    margin: 0;
  }
}
.home-services .carousel-services-home .redes,
.onde-estamos .carousel-services-home .redes {
  margin-top: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  height: 20px;
}
.home-services .carousel-services-home .redes img,
.onde-estamos .carousel-services-home .redes img {
  margin-right: 5px;
}
.home-services .carousel-services-home .item,
.onde-estamos .carousel-services-home .item {
  margin: 0 0.625rem;
  padding: 25px;
  border: 1px solid #eff0e7;
  background-color: #f7f7f7;
  border-radius: 5px;
}
@media (max-width: 70em) {
  .home-services .carousel-services-home .item,
  .onde-estamos .carousel-services-home .item {
    padding: 30px;
  }
}
.home-services .carousel-services-home .item h3,
.onde-estamos .carousel-services-home .item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
  height: 37px;
  overflow: hidden;
}
.home-services .carousel-services-home .item p,
.onde-estamos .carousel-services-home .item p {
  margin-bottom: 5px;
}
@media (max-width: 40em) {
  .home-services .carousel-services-home .item p,
  .onde-estamos .carousel-services-home .item p {
    margin-bottom: 15px;
  }
}
.home-services .carousel-services-home .item p.end,
.onde-estamos .carousel-services-home .item p.end {
  height: 125px;
  overflow: hidden;
}
@media (max-width: 40em) {
  .home-services .carousel-services-home .item p.end,
  .onde-estamos .carousel-services-home .item p.end {
    height: auto;
  }
}
.home-services .carousel-services-home .item a,
.onde-estamos .carousel-services-home .item a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
}
.home-services .carousel-services-home .item a.whats,
.onde-estamos .carousel-services-home .item a.whats {
  color: #4cc358;
}
.home-services .carousel-services-home .item a:hover,
.onde-estamos .carousel-services-home .item a:hover {
  color: #FF8307;
}
.home-services .carousel-services-home .item a img,
.onde-estamos .carousel-services-home .item a img {
  margin-right: 10px;
}
.home-services .carousel-services-home .item a figure,
.onde-estamos .carousel-services-home .item a figure {
  border-radius: 4px;
  margin-bottom: 10px;
}
.home-services .carousel-services-home .item a h2,
.onde-estamos .carousel-services-home .item a h2 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
}
.home-services .carousel-services-home .item a p,
.onde-estamos .carousel-services-home .item a p {
  height: 65px;
  overflow: hidden;
}
.home-services .carousel-services-home .item a .content,
.onde-estamos .carousel-services-home .item a .content {
  position: relative;
  padding: 10px;
  margin-top: 10px;
}
.home-services .carousel-services-home .item a .content p,
.onde-estamos .carousel-services-home .item a .content p {
  text-align: center;
  font-size: 13px;
}
.home-services .carousel-services-home .item a .content::before,
.onde-estamos .carousel-services-home .item a .content::before {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background-color: #eff0e7;
  position: absolute;
  left: -10px;
  top: 0;
}
.home-services .carousel-services-home .slick-dots,
.onde-estamos .carousel-services-home .slick-dots {
  bottom: 0;
}
@media (max-width: 40em) {
  .home-services .carousel-services-home .slick-dots,
  .onde-estamos .carousel-services-home .slick-dots {
    bottom: 10px;
  }
}
.home-advantages,
.home-advantages2 {
  padding: 0 0 40px 0;
}
@media (max-width: 40em) {
  .home-advantages,
  .home-advantages2 {
    padding: 20px 0;
  }
}
.home-advantages .title h2,
.home-advantages2 .title h2 {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 40px;
}
@media (max-width: 40em) {
  .home-advantages .title h2,
  .home-advantages2 .title h2 {
    font-size: 26px;
  }
}
.home-advantages .list,
.home-advantages2 .list {
  margin-top: 30px;
}
.home-advantages .list li,
.home-advantages2 .list li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.home-advantages .list li a,
.home-advantages2 .list li a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  text-decoration: none;
}
@media (max-width: 40em) {
  .home-advantages .list li a,
  .home-advantages2 .list li a {
    flex-direction: column;
  }
}
.home-advantages .list li .wrap-image,
.home-advantages2 .list li .wrap-image {
  width: 70px;
}
.home-advantages .list li .wrap-image img,
.home-advantages2 .list li .wrap-image img {
  height: auto;
  max-width: 60px;
}
.home-advantages .list li .wrap-content-advantages,
.home-advantages2 .list li .wrap-content-advantages {
  width: calc(100% - 70px);
  padding: 0;
}
@media (max-width: 40em) {
  .home-advantages .list li .wrap-content-advantages,
  .home-advantages2 .list li .wrap-content-advantages {
    margin-top: 20px;
  }
}
.home-advantages .list li .wrap-content-advantages h3,
.home-advantages2 .list li .wrap-content-advantages h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.home-advantages2 {
  padding: 60px 0;
  background: #f7f7f7;
}
@media (max-width: 40em) {
  .home-advantages2 {
    padding: 20px 0;
  }
}
.home-advantages2 .list li {
  display: block;
}
.home-advantages2 .list li a:hover .default-button {
  background: #606062;
}
.home-advantages2 .list li .wrap-image {
  width: 100%;
  margin-right: 20px;
}
.home-advantages2 .list li .wrap-image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.home-advantages2 .list li .wrap-content-advantages {
  width: 100%;
}
.home-advantages2 .list li .wrap-content-advantages h3 {
  font-size: 20px;
}
.home-advantages2 {
  padding: 80px 0;
}
@media (max-width: 40em) {
  .home-advantages2 {
    padding: 40px 0;
  }
}
.home-advantages2 .title h2 {
  font-weight: 400;
  margin-bottom: 40px;
}
.home-advantages2 .list {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.home-advantages2 .list li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-advantages2 .list li .wrap-icon {
  height: 110px;
}
.home-advantages2 .list li h3 {
  color: #606062;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}
.home-advantages2 .list li h3 span {
  color: #606062;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 800;
}
.home-advantages2 .list li p {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #606062;
  margin-bottom: 0;
}
.home-products {
  padding: 40px 0;
  background-color: #f7f7f7;
}
.home-products .title h1 {
  color: #FF8307;
}
.home-products .carousel-services-home2 {
  margin: 0 -0.625rem;
  padding-bottom: 30px;
}
@media (max-width: 72em) {
  .home-products .carousel-services-home2 {
    margin: 0;
  }
}
.home-products .carousel-services-home2 .item {
  padding: 0 0.625rem;
}
@media (max-width: 70em) {
  .home-products .carousel-services-home2 .item {
    padding: 0 0.625rem;
  }
}
.home-products .carousel-services-home2 .item a {
  display: block;
  padding: 10px;
  border: 1px solid #eff0e7;
  background-color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}
.home-products .carousel-services-home2 .item a span {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 0;
}
.home-products .carousel-services-home2 .item a h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin: 0;
  height: 65px;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #606062;
}
.home-products .carousel-services-home2 .item a figure {
  border-radius: 5px;
}
.home-products .carousel-services-home2 .item a .content {
  position: relative;
  padding: 10px;
  /*&amp;::before {
                        content: "";
                        width: ~"calc(100% + 20px)";
                        height: 1px;
                        background-color: @border;
                        position: absolute;
                        left: -10px;
                        top: 0;
                    }*/
}
.home-products .carousel-services-home2 .item a .content p {
  text-align: center;
  font-size: 13px;
}
.home-products .carousel-services-home2 .item a:hover {
  background: #e3e3e3;
}
.home-products .carousel-services-home2 .item a:hover .default-button {
  background-color: #606062;
  opacity: 1;
}
.home-products .carousel-services-home2 .slick-dots {
  bottom: 0;
}
.home-equipe {
  padding: 60px 0;
  background-color: #FF8307;
}
@media (max-width: 40em) {
  .home-equipe {
    padding: 20px 0;
  }
}
.home-equipe .title h1,
.home-equipe .title h2 {
  color: #ffffff;
}
.home-equipe .carousel-services-home {
  margin: 0 -20px;
  padding-bottom: 30px;
}
@media (max-width: 72em) {
  .home-equipe .carousel-services-home {
    margin: 0;
  }
}
.home-equipe .carousel-services-home .item {
  padding: 0;
}
@media (max-width: 70em) {
  .home-equipe .carousel-services-home .item {
    padding: 0;
  }
}
.home-equipe .carousel-services-home .item a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-radius: 5px;
}
.home-equipe .carousel-services-home .item a span {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.home-equipe .carousel-services-home .item a h2 {
  font-size: 16px;
  text-align: center;
  margin: 0;
  height: 65px;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #ffffff;
}
.home-equipe .carousel-services-home .item a figure {
  border-radius: 5px;
}
.home-equipe .carousel-services-home .item a .content {
  position: relative;
  /*&amp;::before {
                        content: "";
                        width: ~"calc(100% + 20px)";
                        height: 1px;
                        background-color: @border;
                        position: absolute;
                        left: -10px;
                        top: 0;
                    }*/
}
.home-equipe .carousel-services-home .item a .content p {
  text-align: center;
  font-size: 13px;
}
.home-equipe .carousel-services-home .item a:hover {
  background: rgba(247, 247, 247, 0.2);
}
.home-equipe .carousel-services-home .slick-dots {
  bottom: 0;
}
.home-equipe .carousel-services-home .slick-dots &gt; li button::before {
  background-color: rgba(247, 247, 247, 0.2);
}
.home-equipe .carousel-services-home .slick-dots &gt; li.slick-active button::before {
  background-color: rgba(247, 247, 247, 0.5);
}
.horizontal-home {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FF8307;
  padding: 100px 0;
}
@media (max-width: 40em) {
  .horizontal-home {
    padding: 40px 0;
  }
}
@media (max-width: 40em) {
  .horizontal-home .row {
    flex-direction: column-reverse;
  }
  .horizontal-home .row .md-5 {
    padding-bottom: 20px;
  }
}
.horizontal-home a {
  text-decoration: none;
}
.horizontal-home a h1 {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.horizontal-home a h2 {
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
}
@media (max-width: 40em) {
  .horizontal-home a h2 {
    font-size: 26px;
  }
}
.horizontal-home a h2 strong,
.horizontal-home a h2 b {
  font-weight: 600;
}
.horizontal-home a p {
  color: #ffffff;
}
.horizontal-home .default-button {
  border: solid 1px #ffffff;
}
.home-about {
  padding: 20px 0 40px 0;
}
@media (max-width: 40em) {
  .home-about {
    padding: 20px 0;
  }
  .home-about .about-image {
    margin-bottom: 15px;
  }
}
.home-about iframe {
  width: 100%;
  border-radius: 5px;
}
.home-clients {
  padding: 40px 0;
}
.home-clients .carousel-clients-home {
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.home-clients .carousel-clients-home .slick-track {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.home-clients .carousel-clients-home .item {
  display: block;
  padding: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.home-clients .carousel-clients-home .item:hover {
  opacity: 0.6;
  text-decoration: none;
}
.home-clients .carousel-clients-home .item .address {
  text-decoration: none;
  color: #FF8307;
  margin-top: 10px;
  min-height: 40px;
  text-align: center;
}
.home-clients .carousel-clients-home .item img {
  max-width: 140px;
  max-height: 85px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.home-clients .carousel-clients-home .slick-dots {
  bottom: 0;
}
.home-depositions {
  padding: 80px 0;
  background-color: #606062;
}
@media (max-width: 40em) {
  .home-depositions {
    padding: 20px 0;
  }
}
.home-depositions .title h1 {
  color: #FF8307;
}
.home-depositions .title h2 {
  color: #ffffff;
  text-transform: initial;
}
.home-depositions .list li .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.home-depositions .list li .wrap .wrap-image {
  width: 50px;
  margin-right: 20px;
}
.home-depositions .list li .wrap .wrap-image figure {
  border-radius: 50%;
}
.home-depositions .list li .wrap .wrap-title {
  width: calc(100% - 90px);
}
.home-depositions .list li .wrap .wrap-title h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  color: #FF8307;
}
.home-depositions .list li .wrap .wrap-title h4 {
  font-style: italic;
  font-size: 13px;
  margin: 0;
  color: #ffffff;
}
.home-depositions .list li p {
  margin-top: 10px;
  color: #ffffff;
}
.wrap-depositions {
  padding: 60px 0;
}
@media (max-width: 40em) {
  .wrap-depositions {
    padding: 20px 0;
  }
}
.wrap-depositions .list &gt; li .inner {
  padding: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
@media (max-width: 70em) {
  .wrap-depositions .list &gt; li .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.wrap-depositions .list &gt; li .inner .wrap-image {
  width: 20%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 25px;
}
@media (max-width: 70em) {
  .wrap-depositions .list &gt; li .inner .wrap-image {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.wrap-depositions .list &gt; li .inner .wrap-image figure {
  width: 100%;
  border-radius: 50%;
}
.wrap-depositions .list &gt; li .inner .content {
  width: 80%;
}
@media (max-width: 70em) {
  .wrap-depositions .list &gt; li .inner .content {
    width: 100%;
  }
}
.wrap-depositions .list &gt; li .inner .content h3 {
  text-transform: uppercase;
  color: #FF8307;
  margin-bottom: 5px;
  font-size: 15px;
}
.wrap-depositions .list &gt; li .inner .content p {
  color: #565656;
}
.home-blog {
  padding: 80px 0;
}
@media (max-width: 40em) {
  .home-blog {
    padding: 20px 0;
  }
}
.home-blog .list {
  margin: 0 -0.5rem;
}
.home-blog .list a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.home-blog .list a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.home-blog .list a figure {
  position: relative;
  margin-bottom: 10px;
}
.home-blog .list a figure span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #FF8307;
  border-radius: 4px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  border-radius: 5px;
}
.home-blog .list a h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #606062;
  height: 54px;
  overflow: hidden;
  font-weight: 400;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 40em) {
  .home-blog .list a h3 {
    height: auto;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.newsletter {
  padding: 20px 0;
  background: #FF8307;
}
@media (max-width: 40em) {
  .newsletter {
    padding: 20px;
  }
}
.newsletter h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
  margin: 0;
}
@media (max-width: 40em) {
  .newsletter h2 {
    margin: 0 0 5px 0;
  }
}
.newsletter h2 strong,
.newsletter h2 b {
  font-weight: 600;
}
.newsletter form input[type] {
  margin: 0 0 5px 0;
}
.newsletter .default-button {
  background-color: #606062;
  color: #ffffff;
}
.newsletter .default-button.full {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/*
Footer
*/
.wrap-footer {
  padding: 40px 0 0 0;
  background-color: #606062;
}
@media (max-width: 40em) {
  .wrap-footer {
    padding: 20px 0;
  }
}
.wrap-footer li {
  line-height: 1;
  margin-bottom: 7px;
}
.wrap-footer .default-button {
  padding: 5px 10px;
  background-color: transparent;
  border: solid 1px #ffffff;
}
.wrap-footer .default-button:hover {
  border: solid 1px #FF8307;
  color: #FF8307;
  opacity: 1;
}
.wrap-footer .logo img {
  max-width: 265px;
  width: 100%;
  height: auto;
  margin: auto;
}
.wrap-footer h3 {
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
@media (max-width: 70em) {
  .wrap-footer h3 {
    font-size: 13px;
  }
}
.wrap-footer h3 a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer h3 a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer h3 img {
  position: absolute;
  left: -24px;
  top: 0;
}
@media (max-width: 40em) {
  .wrap-footer h3 img {
    left: 0;
    position: relative;
    margin-right: 10px;
    float: left;
  }
}
.wrap-footer h3.mail {
  margin-top: 20px;
}
.wrap-footer h3.mail a {
  color: #ffffff;
}
@media (max-width: 40em) {
  .wrap-footer h3.mail {
    margin: 20px 0;
  }
}
.wrap-footer .social {
  margin-top: 25px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 40em) {
  .wrap-footer .social {
    margin: 20px 0;
  }
}
.wrap-footer .social li {
  margin-right: 25px;
}
.wrap-footer .social li a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: #FF8307;
  font-size: 17px;
}
.wrap-footer .social li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer .social li a img {
  max-width: 30px;
  height: auto;
}
.wrap-footer ul {
  list-style: none;
}
.wrap-footer ul li a {
  font-size: 14px;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 70em) {
  .wrap-footer ul li a {
    font-size: 13px;
  }
}
.wrap-footer p {
  position: relative;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 70em) {
  .wrap-footer p {
    font-size: 13px;
  }
}
.wrap-footer p a {
  color: #ffffff;
  font-size: 14px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer p a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 70em) {
  .wrap-footer p a {
    font-size: 13px;
  }
}
.wrap-footer p img {
  position: absolute;
  left: -24px;
  top: 0;
}
.wrap-footer h4 {
  font-size: 32px;
  color: #ffffff;
}
@media (max-width: 70em) {
  .wrap-footer h4 {
    font-size: 20px;
  }
}
.wrap-footer h4 a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer h4 a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer h4 small {
  font-size: 18px;
}
@media (max-width: 70em) {
  .wrap-footer h4 small {
    font-size: 14px;
  }
}
.wrap-footer .wrap-numbers {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wrap-footer .wrap-numbers h4 a {
  color: #ffffff;
  font-weight: 400;
}
.wrap-footer .wrap-numbers p {
  padding-left: 30px;
}
.wrap-footer .wrap-numbers p img {
  left: 0;
}
@media (min-width: 40em) {
  .wrap-footer .wrap-numbers p.whats {
    margin-top: -8px;
  }
  .wrap-footer .wrap-numbers p.whats a {
    font-size: 26px;
  }
  .wrap-footer .wrap-numbers p.whats img {
    left: 0;
    top: 12px;
  }
}
.wrap-footer .wrap-numbers .scroll-up {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer .wrap-numbers .scroll-up:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer .copy {
  padding: 0 0 10px 0;
}
.wrap-footer .copy p {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  color: #606062;
}
.wrap-footer .copy p a {
  color: #606062;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  font-size: 12px;
}
.wrap-footer .copy p a:hover {
  opacity: 0.6;
  text-decoration: none;
}
/*
Pages
*/
.header-page {
  padding: 30px 0;
  background: #f7f7f7;
}
.header-page .title {
  margin: 0;
}
.header-page .title h2 {
  font-size: 30px;
}
@media (max-width: 40em) {
  .header-page .title h2 {
    font-size: 23px;
  }
}
.wrap-about {
  padding: 60px 0;
}
@media (max-width: 40em) {
  .wrap-about {
    padding: 20px 0;
  }
}
.wrap-about ul,
.wrap-about ol {
  margin-left: 1em;
}
.wrap-about h2 {
  font-size: 30px;
  padding-top: 20px;
}
.wrap-about h3 {
  font-size: 23px;
  padding-top: 20px;
}
.wrap-about iframe {
  width: 100%;
}
.wrap-about figure {
  border-radius: 5px;
}
.wrap-about .carousel-about-thumb {
  margin: 0 -1px 0 0;
}
.wrap-about .carousel-about-thumb .item {
  padding: 2px 2px 0 0;
}
.wrap-about .carousel-about-thumb figure {
  border-radius: 0 10px 0 10px;
}
.advantages-about {
  padding: 60px 0;
  background-color: #f7f7f7;
}
.advantages-about h3 {
  font-weight: 600;
}
.advantages-about ul li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.advantages-about ul li .wrap-image {
  width: 60px;
  margin-right: 10px;
}
.advantages-about ul li .wrap-content-advantages {
  width: calc(100% - 70px);
}
.advantages-about ul li .wrap-content {
  padding: 0;
}
.products-list a:not(.default-button) {
  display: block;
  padding: 10px;
  border: 1px solid #eff0e7;
  background-color: #f7f7f7;
  text-decoration: none;
  border-radius: 5px;
}
.products-list a:not(.default-button) span {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.products-list a:not(.default-button) h2 {
  font-size: 19px;
  text-align: center;
  margin: 0;
  height: 65px;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #606062;
  font-weight: 400;
}
.products-list a:not(.default-button) figure {
  border-radius: 5px;
}
.products-list a:not(.default-button) .content {
  position: relative;
  padding: 10px;
  /*&amp;::before {
                    content: "";
                    width: ~"calc(100% + 20px)";
                    height: 1px;
                    background-color: @border;
                    position: absolute;
                    left: -10px;
                    top: 0;
                }*/
}
.products-list a:not(.default-button) .content p {
  text-align: center;
  font-size: 13px;
}
.products-list a:not(.default-button):hover {
  background: #f7f7f7;
}
.products-list.budget a {
  height: auto;
  margin: 5px 0;
}
.wrap-product {
  padding: 60px 0;
}
@media (max-width: 40em) {
  .wrap-product {
    padding: 20px 0;
  }
}
.wrap-product .carousel-product-thumb {
  margin: 0 -1px 0 0;
}
.wrap-product .carousel-product-thumb .item {
  padding: 2px 2px 0 0;
}
.wrap-product figure {
  border-radius: 5px;
  margin-bottom: 15px;
}
.wrap-product .box {
  background-color: #FF8307;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 20px;
}
.wrap-product .box h4 {
  color: #ffffff;
  text-decoration: line-through;
  font-size: 17px;
  font-weight: 500;
}
.wrap-product .box h3 {
  font-weight: 600;
  font-size: 45px;
  color: #ffffff;
}
.wrap-product .box span {
  font-size: 17px;
  display: block;
  margin-bottom: 0;
  color: #ffffff;
}
.wrap-product .box select {
  padding: 8px;
  border-radius: 5px;
}
.wrap-product .box .item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-bottom: 5px;
}
.wrap-product .box .item p {
  color: #ffffff;
}
.wrap-product .box .item a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.wrap-product .box .item a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.wrap-product .box .item a img {
  margin-right: 10px;
}
.wrap-product .box .item.hide {
  display: none;
}
.wrap-product .breadcrumb {
  color: #606062;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
.wrap-product .breadcrumb a {
  color: #606062;
  font-size: 12px;
  text-decoration: underline;
}
.wrap-product .breadcrumb a:hover {
  text-decoration: none;
}
.wrap-product .content .title {
  margin: 0;
}
.wrap-product .content h1 {
  font-size: 34px;
  color: #606062;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.wrap-product .content h2 {
  padding-top: 10px;
  color: #FF8307;
}
.wrap-product .content h3 {
  font-size: 22px;
  color: #FF8307;
  font-style: italic;
  margin-bottom: 30px;
}
.wrap-product .content ul {
  margin-left: 1em;
}
.wrap-product .content p img {
  margin-right: 7px;
  margin-bottom: -5px;
}
.wrap-product .content .wrap-add {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap-product .content .wrap-add input[type] {
  width: 70px;
}
.wrap-contact {
  padding: 60px 0;
}
@media (max-width: 40em) {
  .wrap-contact {
    padding: 20px 0;
  }
}
.wrap-contact iframe {
  width: 100%;
}
@media (max-width: 40em) {
  .wrap-contact iframe {
    margin-top: 20px;
  }
}
.wrap-contact h2 {
  color: #FF8307;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 30px;
}
.wrap-contact h2:first-child {
  margin-top: 0;
}
.wrap-contact h3 {
  font-size: 15px;
  color: #606062;
  margin-bottom: 5px;
  margin-top: 4px;
  font-weight: 400;
}
.wrap-contact a {
  color: #606062;
  font-size: 15px;
  margin-bottom: 0;
}
.wrap-contact .default-button {
  margin-bottom: 40px;
}
.wrap-contact p {
  font-size: 14px;
  line-height: 1.2;
}
.wrap-contact .list p,
.wrap-contact .list a {
  color: #606062;
  font-size: 14px;
  margin-bottom: 0;
}
.wrap-contact .list .default-button {
  font-size: 12px;
  margin-bottom: 5px;
}
.wrap-contact img {
  margin-right: 5px;
  margin-bottom: -5px;
}
.wrap-clients {
  padding: 60px 0;
}
@media (max-width: 40em) {
  .wrap-clients {
    padding: 20px 0;
  }
}
.wrap-clients .list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
}
.wrap-clients .list li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #fff;
  padding: 0;
}
.wrap-clients .list li a {
  padding: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-clients .list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-clients .list li a .address {
  text-decoration: none;
  color: #FF8307;
  margin-top: 10px;
  min-height: 40px;
  text-align: center;
}
.wrap-clients .list li a img {
  max-height: 120px;
  max-width: 180px;
}
/*
Mobile menu
**/
.wrap-header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0;
  z-index: 9;
}
.wrap-header-mobile .toggle-menu {
  font-size: 24px;
  color: #FF8307;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .toggle-menu:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .toggle-menu i {
  color: #FF8307;
}
.wrap-header-mobile .logo {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 60px;
}
.wrap-header-mobile .logo img {
  display: block;
  max-height: 60px;
  margin: auto;
  width: auto;
}
.wrap-header-mobile .mobile-menu {
  background-color: #FF8307;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
.wrap-header-mobile .mobile-menu.opened {
  top: 0;
}
.wrap-header-mobile .mobile-menu .toggle-menu {
  padding: 30px 0 0 0;
}
.wrap-header-mobile .mobile-menu .menu {
  list-style: none;
  margin: 0;
}
.wrap-header-mobile .mobile-menu .menu li {
  display: block;
  width: 100%;
}
.wrap-header-mobile .mobile-menu .menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 15px 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .mobile-menu .menu li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .mobile-menu .menu li a i {
  margin-right: 5px;
}
.wrap-header-mobile .mobile-menu .menu li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.navigation {
  list-style: none;
  margin: 0;
}
@media (max-width: 40em) {
  .navigation {
    margin-bottom: 30px;
  }
}
.navigation &gt; li {
  margin-bottom: 5px;
}
.navigation &gt; li &gt; a {
  width: 90%;
  padding: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.navigation &gt; li &gt; a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.navigation &gt; li &gt; a .wrap-icon {
  width: 40px;
  height: 35px;
  margin-right: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.navigation &gt; li &gt; a .wrap-icon img {
  max-height: 35px;
}
.navigation &gt; li &gt; a h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  margin: 0;
}
.navigation &gt; li &gt; a.active {
  width: 100%;
  background-color: #FF8307 !important;
}
.navigation &gt; li &gt; ul {
  list-style: none;
  background-color: #eff0e7;
  width: 90%;
  padding: 10px;
  display: none;
}
.navigation &gt; li &gt; ul &gt; li &gt; a {
  padding: 5px 0;
  font-size: 16px;
  color: #606062;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.navigation &gt; li &gt; ul &gt; li &gt; a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.navigation &gt; li &gt; ul &gt; li &gt; a.active {
  color: #FF8307;
  position: relative;
}
.navigation &gt; li &gt; ul &gt; li &gt; a.active::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #FF8307;
}
.navigation &gt; li &gt; ul &gt; li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.navigation &gt; li &gt; ul.active {
  width: 100%;
}
.navigation &gt; li &gt; ul.active {
  display: block;
}
.wrap-content {
  padding: 60px 0;
}
@media (max-width: 40em) {
  .wrap-content {
    padding: 20px 0;
  }
}
.wrap-content .content h2 {
  text-transform: uppercase;
  color: #606062;
  font-size: 24px;
}
.wrap-content .content hr {
  border: none;
  border-bottom: 1px solid #f7f7f7;
  margin: 30px 0;
}
.wrap-content .content ul {
  margin-left: 1em;
}
.wrap-content .content .default-button {
  margin-top: 10px;
}
.add-quantidade-interna {
  width: 100px;
  height: 39px;
  border: 1px solid #111111;
  border-radius: 4px;
  position: relative;
}
.add-quantidade-interna input[type] {
  height: 37px;
  text-align: center;
  border: 0;
  border-right: 1px solid #111111;
  border-radius: 4px 0 0 4px;
  width: 38px;
  margin: 0;
  display: inline-block;
}
.add-quantidade-interna button[type="button"] {
  width: 30px;
  height: 50%;
  border: 0;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 12px;
  position: absolute;
  right: 0;
}
.add-quantidade-interna button[type="button"].add {
  top: 0;
  border-bottom: 1px solid #111111;
}
.add-quantidade-interna button[type="button"].remove {
  bottom: 0;
}
.content-bottom {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #eff0e7;
  border-radius: 4px;
}
@media (max-width: 70em) {
  .content-bottom {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-bottom a {
    margin-top: 5px;
  }
}
.whatsapp {
  position: fixed;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  bottom: 2vw;
  right: 2vw;
  border-radius: 25px;
  padding: 12px 18px;
  color: #ffffff;
  z-index: 20;
  background: #52ce5f;
  background: -moz-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #52ce5f), color-stop(100%, #32ba45));
  background: -webkit-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: -o-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: -ms-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: linear-gradient(to bottom, #52ce5f 0%, #32ba45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52ce5f', endColorstr='#32ba45', GradientType=0);
}
.whatsapp i {
  font-size: 20px;
  margin-right: 5px;
  color: #ffffff;
}
.whatsapp:hover {
  text-decoration: none;
  background: #606062;
}
@media (max-width: 40em) {
  .whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
  }
}
.team-page {
  padding: 60px 0;
  background-color: #f7f7f7;
}
.team-page ul {
  margin-left: 1em;
}
.team-page h4 {
  font-size: 22px;
}
.team-page .social {
  display: flex;
  list-style: none;
}
.team-page .social .fab,
.team-page .social .fa,
.team-page .social .fas {
  color: #FF8307;
  font-size: 20px;
}
.team-page .social li {
  margin-right: 10px;
}
.widget {
  border: 1px solid #f7f7f7;
  padding: 0;
  list-style: none;
}
.widget li:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}
.widget li a {
  color: #FF8307;
  text-transform: uppercase;
  position: relative;
  padding: 15px 25px;
  font-size: 12px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.widget li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.widget li a h3 {
  margin: 0;
  font-weight: 400;
}
.widget li a:hover {
  background-color: #f7f7f7;
}
.widget li a.active {
  background-color: #f7f7f7;
}
.widget li a.active h3 {
  font-weight: 600;
}
.widget li a.active::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #FF8307;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-page {
  padding: 60px 0;
}
.gallery-page .galley-categories {
  margin-bottom: 20px;
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.gallery-page .galley-categories li {
  margin-left: 30px;
}
.gallery-page .galley-categories li a {
  text-align: center;
  font-size: 16px;
  border: none;
  color: #ffffff;
  background-color: #FF8307;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding: 8px 15px;
}
.gallery-page .galley-categories li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 40em) {
  .gallery-page .galley-categories li a {
    font-size: 13px;
  }
}
.gallery-page .galley-categories li a:hover {
  background-color: #606062;
}
.gallery-page .galley-categories li a img,
.gallery-page .galley-categories li a i {
  margin-right: 20px;
}
.gallery-page .galley-categories li a.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.gallery-page .galley-categories li a.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.gallery-page .galley-categories li a.full {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.gallery-page .galley-categories li a.small {
  padding: 10px 15px;
  font-size: 12px;
}
.gallery-page .galley-categories li a.active {
  color: #606062;
}
.gallery-page .list {
  /*a {
			display: block;
			.opacity;
		}*/
}
.gallery-page .list li {
  padding: 0 1px 1px 0;
}
.gallery-page .list li .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-page .list li .item figure {
  filter: brightness(80%);
}
.gallery-page .list li .item .text {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  transition: top 0.5s;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 100em) {
  .gallery-page .list li .item .text {
    padding: 20px;
  }
}
@media (max-width: 70em) {
  .gallery-page .list li .item .text {
    top: 0;
  }
}
.gallery-page .list li .item .text .labels {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-page .list li .item .text .labels li {
  margin: 0 5px 5px 0;
  background-color: rgba(100, 100, 100, 0.8);
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
}
.gallery-page .list li .item .text .wrap-arrow {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.gallery-page .list li .item .text .wrap-arrow span {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.gallery-page .list li .item .text .wrap-arrow span img {
  margin-left: 10px;
}
.gallery-page .list li .item:hover .text {
  top: 0;
}
.wrap-units {
  padding: 60px 0;
}
@media (max-width: 40em) {
  .wrap-units {
    padding: 20px 0;
  }
}
.wrap-units .content {
  margin-bottom: 30px;
}
.wrap-units .redes {
  margin-top: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  height: 20px;
}
.wrap-units .redes img {
  margin-right: 5px;
}
.wrap-units .list figure {
  margin-bottom: 10px;
}
.wrap-units .list h3 {
  margin: 0;
}
.wrap-units .list p {
  margin: 0;
}
.wrap-units .list p a {
  color: #606062;
}
.wrap-units .list p a.whats {
  color: #4cc358;
}
.wrap-units .list .default-button {
  margin-top: 10px;
}
.wrap-units .item {
  padding: 25px;
  border: 1px solid #eff0e7;
  background-color: #f7f7f7;
  border-radius: 5px;
}
@media (max-width: 70em) {
  .wrap-units .item {
    padding: 15px;
  }
}
.wrap-units .item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
  height: 37px;
  overflow: hidden;
}
.wrap-units .item p.end {
  height: 125px;
  overflow: hidden;
}
@media (max-width: 40em) {
  .wrap-units .item p.end {
    height: auto;
  }
}
.wrap-units .item a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
}
.wrap-units .item a:hover {
  color: #FF8307;
}
.wrap-units .item a img {
  margin-right: 10px;
}
.wrap-units .item a figure {
  border-radius: 4px;
  margin-bottom: 10px;
}
.wrap-units .item a h2 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
}
.wrap-units .item a p {
  height: 65px;
  overflow: hidden;
}
.wrap-units .item a .content {
  position: relative;
  padding: 10px;
  margin-top: 10px;
}
.wrap-units .item a .content p {
  text-align: center;
  font-size: 13px;
}
.wrap-units .item a .content::before {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background-color: #eff0e7;
  position: absolute;
  left: -10px;
  top: 0;
}
.wrap-instagram {
  padding: 60px 0;
}
@media (max-width: 40em) {
  .wrap-instagram {
    padding: 20px 0;
  }
}
.wrap-instagram .title h1 {
  color: #FF8307;
}
.wrap-instagram p {
  text-align: center;
  margin-bottom: 40px;
}
.wrap-instagram p a {
  color: #606062;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-instagram p a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-instagram #instafeed {
  list-style: none;
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.wrap-instagram #instafeed li {
  width: 100%;
}
.wrap-instagram #instafeed li a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-instagram #instafeed li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#top {
  display: none;
}
@media (max-width: 40em) {
  #top {
    height: 100px;
    display: block;
  }
}
/* lgpd */
.foooter-lgpd * {
  text-transform: none;
  min-width: 320px;
}
.footer-lgpd.footer-lgpd-opened {
  transition: 0.1s ease-in-out;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media (max-width: 100em) {
  .footer-lgpd.footer-lgpd-opened {
    display: block;
  }
}
.footer-lgpd {
  position: fixed;
  z-index: 9999;
  max-width: 1230px;
  transition: 0.3s ease-in-out;
  background: #fff;
  bottom: 25px;
  left: 10px;
  right: 10px;
  padding: 20px;
  box-shadow: 0 0 10px #aaa;
  border-radius: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  margin: 0 auto;
}
.footer-lgpd .lgpd-accept {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #FF8307;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 0;
  margin-left: 15px;
  cursor: pointer;
  white-space: nowrap;
}
.lgpd-all {
  display: none;
}
.lgpd-all a {
  text-decoration: none;
  color: #FF8307;
}
.lgpd a {
  text-decoration: none;
  color: #FF8307;
}
.mail,
.mail a {
  text-transform: lowercase !important;
}
.grecaptcha-badge {
  opacity: 0.02;
}
table {
  margin-bottom: 15px;
  width: 100% !important;
}
table td {
  padding: 10px;
  border: solid 1px #eff0e7;
}
table td,
table td p,
table td span {
  color: #606062;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}
</pre></body></html>