/*********************************************
VARIABLES/MIXINS/FUNCTIONS
**********************************************/
@import url("https://fonts.googleapis.com/css?family=Cardo|Raleway:400,500,600,700");
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

body {
  color: #888888;
}

a {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  color: #888888;
}
a:hover {
  color: #CCA783;
}

input, textarea, select {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 40px;
  width: 100%;
  padding: 10px;
  font-family: "Raleway", sans-serif;
  border: 0.8px solid #969696;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cardo", serif;
  color: #272727;
  margin-bottom: 10px;
  font-weight: 400;
}

h2 {
  font-size: 30px;
}

p {
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
}

.pos-nav {
  height: 130px;
}

.btn, .wpcf7-submit {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border: 0.2em solid #CCA783;
  padding: 1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #CCA783 !important;
  border: 0;
  margin-top: 20px;
  cursor: pointer;
}
.btn:hover, .wpcf7-submit:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.18);
}

.divider {
  border-right: 1px solid #1e1e1e;
}
@media (max-width: 768px) {
  .divider {
    border: none;
  }
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.align-right {
  text-align: right;
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 2.3, 0.3);
    transform: scale3d(0.3, 2.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.nav {
  background-color: transparent;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  z-index: 999;
  position: absolute;
  right: 0;
  width: 100%;
}
.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__logo {
  background: url("../img/logotipo-zp-moveis-planejados.png");
  background-repeat: no-repeat;
  width: 107px;
  height: 107px;
  background-position: center;
}
.nav__logo a {
  color: transparent !important;
  padding: 40px 30px !important;
}
.nav__logo, .nav .mobile-logo {
  background-color: #191919;
}
.nav .mobile-logo {
  height: 110px;
}
.nav .mobile-logo a {
  padding: 15px 15px 10px !important;
}
@media (max-width: 993px) {
  .nav__logo {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .nav .mobile-logo {
    display: none;
  }
}
.nav__links {
  width: 100%;
}
.nav__links .menu {
  display: flex;
  justify-content: center;
}
.nav__links .menu > ul > li > a {
  transition: 0.2s ease-out;
}
.nav__links li {
  display: inline;
  list-style: none;
}
.nav__links li.active a {
  color: #CCA783;
  font-weight: 600;
}
.nav__links li a {
  padding: 30px 15px;
  display: inline-block;
  transition: 0.2s all;
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
}
.nav__links li.menu-item {
  position: relative;
  display: inline-block;
}
.nav__links li.menu-item .sub-menu {
  display: none;
  position: absolute;
  min-width: 240px;
  z-index: 1;
  background-color: #CCA783;
}
.nav__links li.menu-item .sub-menu li {
  display: block;
  padding: 5px;
}
.nav__links li.menu-item .sub-menu li:hover {
  color: white;
  background: linear-gradient(to bottom, rgba(204, 167, 131, 0.431372549), rgba(204, 167, 131, 0.4588235294)), url("../img/textura-sub-menu.jpg"); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: cover;
}
.nav__links li.menu-item .sub-menu li a {
  color: white;
  padding: 10px 15px;
}
@media (max-width: 993px) {
  .nav__links li.menu-item .sub-menu {
    display: block;
    position: relative;
  }
  .nav__links li.menu-item .sub-menu:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
  }
}
@media (min-width: 993px) {
  .nav__links li.menu-item:hover .sub-menu {
    display: block;
  }
}
.nav h1 {
  color: transparent !important;
  z-index: -222;
  position: absolute;
}

@media (max-width: 993px) {
  .nav__links {
    display: block;
    padding: 50px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 146px;
    z-index: 999;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: white;
  }
  .nav__links li {
    display: block;
    text-align: center;
    border-right: none;
  }
  .nav__links li a {
    display: inline-block;
    padding: 22px 15px;
  }
  .mobile-active {
    z-index: 888;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    opacity: 1;
    visibility: visible;
    min-height: 728px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-top: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
    box-shadow: 0px 6px 11px rgba(16, 16, 16, 0.2);
    -webkit-animation-name: zoomIn;
    animation-duration: 0.4s;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .mobile-active .menu {
    flex-direction: column;
  }
  .button-close span {
    background-color: #CCA783 !important;
  }
  .button-close span::after {
    background-color: #CCA783 !important;
  }
  .button-close span::before {
    background-color: #CCA783 !important;
  }
  .button-close span:nth-child(1) {
    transition-delay: 75ms;
    transform: translate3d(0, 0px, 0) rotate(135deg);
  }
  .button-close span:nth-child(2) {
    transition-delay: 75ms;
    transform: translate3d(0, -11px, 0) rotate(-313deg);
  }
  .mobile-btn {
    cursor: pointer;
    position: relative;
    height: 100px;
    width: 100px;
    z-index: 999;
  }
  .mobile-btn span {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
    position: relative;
    top: 36px;
    width: 40px;
    height: 3px;
    background-color: white;
    display: block;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    margin: 0px auto;
    margin-top: 8px;
  }
}
.banner {
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .banner {
    min-height: 450px;
    background-position: left;
  }
}
.banner-slider {
  overflow: hidden;
  position: relative;
}
.banner-slider .slick-slide {
  float: left;
  text-align: center;
  position: relative;
}
.banner-slider img {
  object-fit: cover;
  width: 100%;
  height: 630px;
}
@media (max-width: 484px) {
  .banner-slider img {
    height: 540px;
    object-position: 3%;
  }
}
.banner-slider .caption {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
@media (max-width: 574px) {
  .banner-slider .caption {
    padding: 120px 20px 20px;
    align-items: flex-start;
  }
  .banner-content .inside {
    flex-direction: column;
    width: 100%;
  }
}
.banner-slider .slick-dots {
  padding: 25px 10px;
  text-align: center;
}
.banner-slider .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 13px;
  background-color: #dadada;
  margin: 0 5px;
  margin-top: 30px;
  cursor: pointer;
  outline: none;
}
.banner-slider .slick-dots .slick-active {
  background: #272727;
  outline: none;
}
.banner-slider .slick-dots button {
  text-indent: -99999px;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
}
.banner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
}
.banner-content .inside {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
.banner-content .custom-quote-form-container {
  flex: 0 1 420px;
  min-width: 280px;
  margin-top: 0;
}
@media (max-width: 1072px) {
  .banner-content {
    gap: 20px;
    padding: 0 20px;
  }
  .banner-content .custom-quote-form-container {
    flex-basis: 360px;
    min-width: 260px;
  }
}
@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding: 0 20px;
  }
  .banner-content .inside {
    width: 100%;
  }
  .banner-content .custom-quote-form-container {
    flex-basis: auto;
    max-width: 500px;
    width: 100%;
    min-width: unset;
    margin-top: 1rem;
  }
}
.banner__item-left h2 {
  text-align: right;
  font-size: 42px;
  color: white;
  font-weight: 300;
  margin-right: 10px;
}
@media (max-width: 1072px) {
  .banner__item-left h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .banner__item-left h2 {
    font-size: 28px;
  }
}
@media (max-width: 574px) {
  .banner__item-left h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 0;
  }
}
.banner__item-right {
  border-left: 3px solid white;
}
@media (max-width: 574px) {
  .banner__item-right {
    border: none;
  }
}
.banner__item-right h3 {
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  color: white;
  font-weight: 600;
  margin-left: 10px;
}
@media (max-width: 1072px) {
  .banner__item-right h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .banner__item-right h3 {
    font-size: 32px;
  }
}
@media (max-width: 574px) {
  .banner__item-right {
    border: none;
  }
  .banner__item-right h3 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.05;
  }
}
@media (max-width: 484px) {
  .banner__item-right h3 {
    font-size: 36px;
  }
}
@media (max-width: 370px) {
  .banner__item-right h3 {
    font-size: 30px;
  }
}

.about {
  padding: 50px 0 100px;
}
@media (max-width: 769px) {
  .about {
    padding: 0px 0 50px;
  }
}
.about h2 {
  margin-top: 50px;
}
@media (max-width: 769px) {
  .about h2 {
    margin-top: 0px;
  }
}
.about p {
  line-height: 1.6;
}
.about__number {
  border-left: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .about__number {
    border: none;
  }
}
.about__number > p {
  font-family: "Cardo", serif;
  line-height: 1;
  font-size: 30px;
  margin-left: 10px;
}
@media (max-width: 769px) {
  .about__number > p {
    font-size: 24px;
  }
}
@media (max-width: 484px) {
  .about__number > p {
    text-align: center;
  }
}
.about__number .d-flex p {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  margin-left: 10px;
  margin-top: 14px;
}
@media (max-width: 484px) {
  .about__number .d-flex {
    flex-direction: column;
    text-align: center;
  }
}
.about__number .img-effect {
  background: url("../img/pattern-bg.jpg");
  background-attachment: fixed;
}
.about__number .img-effect .text-effect {
  font-weight: 700;
  font-size: 11em;
  background: white;
  color: black;
  mix-blend-mode: screen;
  letter-spacing: -15px;
  font-family: "Raleway", sans-serif;
  line-height: 1;
}
.about .col-md-4 {
  border-right: 0.5px solid #313131;
  padding: 50px;
}
.about span {
  color: #CCA783;
}

.call-to-action {
  max-width: 1800px;
  margin: 0 auto;
  background-image: url("../img/pattern-bg.jpg");
  background-position: center;
  display: flex;
  min-height: 630px;
  align-items: center;
}
.call-to-action .box {
  background-image: url("../img/box-call.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 460px;
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 769px) {
  .call-to-action .box {
    height: 373px;
    width: 410px;
  }
}
@media (max-width: 340px) {
  .call-to-action .box {
    height: 300px;
  }
}
.call-to-action .box p {
  font-size: 30px;
}
@media (max-width: 340px) {
  .call-to-action .box p {
    font-size: 26px;
  }
}
.call-to-action .box p strong {
  font-size: 45px;
  color: white;
}
@media (max-width: 340px) {
  .call-to-action .box p strong {
    font-size: 36px;
  }
}
.call-to-action .box a {
  align-self: flex-end;
  margin-right: 58px;
}

.advant {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .advant .d-none {
    display: block !important;
  }
  .advant .d-block {
    display: none !important;
  }
}
.advant__item {
  align-self: center;
}
.advant__item img {
  margin-bottom: -32px;
}
@media (max-width: 767px) {
  .advant__item img {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .advant__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.advant .align-left h3:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #f0d6bd;
  position: absolute;
  right: 0;
  top: 23px;
  z-index: -2;
}
@media (max-width: 767px) {
  .advant .align-left h3:after {
    display: none;
  }
}
.advant .align-right h3:before {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #f0d6bd;
  position: absolute;
  left: 0;
  top: 23px;
  z-index: -2;
}
@media (max-width: 767px) {
  .advant .align-right h3:before {
    display: none;
  }
}
.advant h2 {
  background-color: #272727;
  padding: 10px 35px;
  color: white;
  display: inline-block;
  margin-bottom: 60px;
}
.advant h2 strong {
  color: #CCA783;
  font-size: 40px;
}
.advant h3 {
  display: inline;
  background: white;
  font-size: 30px;
  font-weight: 600;
}
.advant p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .advant p {
    margin-bottom: 10px;
  }
}
.advant p span {
  font-family: "Cardo", serif;
  font-size: 20px;
  color: #272727;
}

.project {
  max-width: 1800px;
  margin: 0 auto;
  background-image: url("../img/pattern-bg.jpg");
  background-position: center;
  padding: 100px 0;
}
@media (max-width: 574px) {
  .project {
    padding: 60px 0;
  }
}
.project button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .project button {
    display: none;
  }
}
.project h2 {
  color: white;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
}
.project h2 span {
  color: #CCA783;
  font-size: 45px;
}
.project p {
  color: rgba(255, 255, 255, 0.86);
}
.project .project-slider {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .project .project-slider {
    margin-top: 15px;
  }
}
.project .project-slider .slick-slide {
  float: left;
  text-align: center;
}
.project .project-slider img {
  object-fit: cover;
  height: 300px;
}
@media (max-width: 767px) {
  .project .project-slider img {
    margin: 0 auto;
  }
}
.project .project-slider .slick-dots {
  padding: 25px 10px;
  text-align: center;
}
.project .project-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 13px;
  background-color: #dadada;
  margin: 0 5px;
  margin-top: 30px;
  cursor: pointer;
}
.project .project-slider .slick-dots .slick-active {
  background: #CCA783;
}
.project .project-slider .slick-dots button {
  text-indent: -99999px;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
}

.call-image {
  max-width: 1800px;
  margin: 0 auto;
  background-image: url("../img/zp-projeto-moveis-planejados.jpg");
  background-position: top;
  background-size: cover;
  display: flex;
  min-height: 600px;
}
.call-image .box-line {
  background-image: url("../img/box-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 360px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 95px;
}
@media (max-width: 685px) {
  .call-image .box-line {
    display: none;
  }
}
.call-image .box-line p {
  font-size: 30px;
  color: white;
}
.call-image .box-line p strong {
  font-size: 45px;
  color: white;
}
.call-image .box-line a {
  align-self: flex-end;
  margin-right: 58px;
}

.contact-home {
  padding: 50px 0;
}
.contact-home > h2, .contact-home > p {
  text-align: center;
}
.contact-home .wpcf7-form p:nth-child(2), .contact-home .wpcf7-form p:nth-child(2) {
  width: 48.5%;
  float: left;
}
@media (max-width: 430px) {
  .contact-home .wpcf7-form p:nth-child(2), .contact-home .wpcf7-form p:nth-child(2) {
    width: 100%;
  }
}
.contact-home .wpcf7-form p:nth-child(1), .contact-home .wpcf7-form p:nth-child(3) {
  width: 48.5%;
  float: left;
  margin-left: 12px;
}
@media (max-width: 430px) {
  .contact-home .wpcf7-form p:nth-child(1), .contact-home .wpcf7-form p:nth-child(3) {
    width: 100%;
    margin-left: 0px;
  }
}

.footer {
  padding: 70px 0;
  background-color: #141414;
}
.footer .social-links {
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
}
.footer .social-links .social-links-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.footer .social-links .social-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
.footer .social-links .social-icon-circle:hover {
  opacity: 0.7;
}
.footer .social-links .social-icon-circle img {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.footer .social-links .social-icon-circle svg {
  width: 24px;
  height: 24px;
}
.footer-ag {
  padding: 10px;
  background-color: #080808;
  text-align: center;
}
.footer h2 {
  color: #CCA783;
  text-transform: uppercase;
  font-size: 18px;
}
.footer nav {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
.footer nav ul {
  list-style: none;
}
.footer nav ul li {
  padding: 10px 0;
}
@media (max-width: 769px) {
  .footer .map {
    margin-top: 50px;
  }
}
@media (max-width: 469px) {
  .footer .map {
    margin-top: 64px;
  }
}
.footer .box-end {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  padding: 30px 20px;
  width: 200px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
  left: 66%;
  bottom: 200px;
  margin-left: -6.2em;
}
@media (max-width: 375px) {
  .footer .box-end {
    bottom: 152px;
  }
}
.footer .box-end img {
  width: 395px;
}
.footer .box-end h2 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
@keyframes blink {
  0% {
    box-shadow: 0 0 70px 8px #CCA783;
  }
  50% {
    box-shadow: 0 0 60px 4px #CCA783;
  }
  100% {
    box-shadow: 0 0 70px 8px #CCA783;
  }
}
@-webkit-keyframes blink {
  0% {
    box-shadow: 0 0 70px 8px #CCA783;
  }
  50% {
    box-shadow: 0 0 60px 4px #CCA783;
  }
  100% {
    box-shadow: 0 0 70px 8px #CCA783;
  }
}
.footer .box-end:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.6);
}
.footer .box-end:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  bottom: -45px;
  left: 45%;
  background-color: #CCA783;
  box-shadow: 0 0 70px 8px #CCA783;
  -webkit-animation: blink 3s linear infinite;
  -moz-animation: blink 3s linear infinite;
  -ms-animation: blink 3s linear infinite;
  -o-animation: blink 3s linear infinite;
  animation: blink 3s linear infinite;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.budget-advant h2 {
  font-family: "Raleway", sans-serif;
  text-align: center;
  position: relative;
  line-height: 1.4;
  font-size: 36px;
}
@media (max-width: 769px) {
  .budget-advant h2 {
    font-size: 30px;
    margin-top: 30px;
  }
}
.budget-advant h2 img {
  display: inline;
  width: 50px;
  margin-bottom: -12px;
}
.budget-advant-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.budget-advant-list ul {
  list-style: none;
}
.budget-advant-list ul li {
  padding: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}
.budget-advant-list ul li:before {
  content: "";
  margin-right: 8px;
  width: 15px;
  height: 15px;
  background: #272727;
  border-radius: 50%;
  display: inline-block;
}
.budget-img {
  background-image: url("../img/bar-cozinha-escura.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
}
.budget-img-info {
  height: 90vh;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .budget-img-info {
    height: 400px;
  }
}
.budget-img h2 {
  font-size: 100px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 500px) {
  .budget-img h2 {
    font-size: 60px;
  }
}
.budget-img p {
  font-size: 28px;
  text-transform: uppercase;
  color: white;
}
.budget-form {
  margin-top: 110px;
  padding: 30px 50px;
}
@media (max-width: 769px) {
  .budget-form {
    margin-top: 40px;
    text-align: left;
  }
}
@media (max-width: 769px) {
  .budget-form {
    padding: 15px;
  }
}
.budget-form > h2, .budget-form > p {
  text-align: right;
}
.budget-form #wpcf7-f19-p11-o1 {
  margin-top: 30px;
}
.budget-form #wpcf7-f19-p11-o1 input, .budget-form #wpcf7-f19-p11-o1 select, .budget-form #wpcf7-f19-p11-o1 textarea {
  background: #EBEBEB;
  border: none;
}
.budget-form #wpcf7-f19-p11-o1 textarea {
  max-height: 80px;
}
.budget-form #wpcf7-f19-p11-o1 input[type=checkbox] {
  min-height: 30px;
}
.budget-form #wpcf7-f19-p11-o1 span.wpcf7-list-item {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px;
}
.budget-call {
  background: #FBFBFB;
  padding: 70px 0;
}
.budget-call h2 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 769px) {
  .budget-call h2 {
    font-size: 30px;
  }
}
.budget-call span {
  color: #CCA783;
}
.budget-call a {
  margin: 0 auto;
}

.contact {
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.66) 64%, rgba(0, 0, 0, 0) 100%), url(../img/sala-planejada.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact h2 {
  color: white;
  font-size: 50px;
}
.contact p {
  color: rgba(255, 255, 255, 0.52);
}
.contact input, .contact textarea, .contact select {
  background-color: rgba(255, 255, 255, 0.15);
}
.contact .address {
  text-align: right;
}
.contact .address a {
  display: block;
}
.contact .address hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.4117647059);
  border-width: 0.8px;
}
.contact iframe {
  margin-top: 50px;
}

.page-about {
  padding-top: 50px;
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%), url("../img/dormitorio-textura.jpg");
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%), url("../img/dormitorio-textura.jpg");
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%), url("../img/dormitorio-textura.jpg");
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ), url("../img/dormitorio-textura.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-about-info {
  background: white;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.07);
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-about-info h2 {
  margin-top: 40px;
  font-size: 40px;
  font-family: "Raleway", sans-serif;
}
.page-about-itens {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 769px) {
  .page-about-itens .col-md-3 {
    margin-bottom: 20px;
  }
}
.page-about-itens h3 {
  color: #CCA783;
}
.page-about-itens figure {
  background: #CCA783;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
  width: 65px;
  margin-bottom: 10px;
}

.team {
  text-align: center;
  padding-top: 30px;
}
.team img {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.video-facebook {
  padding: 50px 0;
}

.page-ambientes-banner {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  max-width: 1800px;
  margin: 0 auto;
}
.page-ambientes-banner .row {
  min-height: 500px;
}
@media (max-width: 769px) {
  .page-ambientes-banner {
    min-height: 460px;
  }
}
.page-ambientes-banner h2 {
  margin-bottom: 36px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  color: white;
  font-size: 36px;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .page-ambientes-banner h2 {
    font-size: 60px;
  }
}

.gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gallery aside .side__links li {
  list-style: none;
  padding: 10px;
  text-transform: uppercase;
}
.gallery aside .side__links li a {
  padding-left: 25px;
}
.gallery aside .side__links li.active {
  display: flex;
  align-items: center;
}
.gallery aside .side__links li.active a {
  color: #CCA783;
  font-weight: 600;
  padding-left: 0px;
  font-size: 20px;
}
.gallery aside .side__links li.active:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent transparent transparent #CCA783;
  padding: 0;
}
.gallery-photo img {
  margin-bottom: 20px;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.page-proj {
  background: url("../img/pattern-bg.jpg");
  background-repeat: repeat;
  background-size: 334px;
  padding: 50px 0;
}
.page-proj-img-item {
  padding-right: 0 !important;
  padding-left: 0 !important;
  position: relative;
  overflow: hidden;
}
.page-proj-img-item img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.8s ease-out;
}
@media (max-width: 769px) {
  .page-proj-img-item img {
    height: 200px;
    width: 100%;
  }
}
.page-proj-img-item img:hover {
  transform: scale(1.2);
  transition: 0.5s ease-out;
}
.page-proj-img-item h2 {
  color: rgba(255, 255, 255, 0.6509803922);
  background: rgb(14, 14, 14);
  position: absolute;
  top: 30px;
  font-family: "raleway";
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 500;
  z-index: 2;
}

/* Custom Quote Form in Banner */
.custom-quote-form-container {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  color: #fff;
  margin-top: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.custom-quote-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-quote-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.custom-quote-form .form-group {
  display: flex;
  flex-direction: column;
}
.custom-quote-form .form-group label {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}
.custom-quote-form .half {
  flex: 1 1 calc(50% - 7.5px);
}
.custom-quote-form .full {
  flex: 1 1 100%;
}
.custom-quote-form input[type=text],
.custom-quote-form input[type=email],
.custom-quote-form input[type=tel],
.custom-quote-form input[type=number],
.custom-quote-form textarea {
  width: 100%;
  padding: 14px 0 10px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}
.custom-quote-form input[type=text]::placeholder,
.custom-quote-form input[type=email]::placeholder,
.custom-quote-form input[type=tel]::placeholder,
.custom-quote-form input[type=number]::placeholder,
.custom-quote-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
.custom-quote-form input[type=text]:focus,
.custom-quote-form input[type=email]:focus,
.custom-quote-form input[type=tel]:focus,
.custom-quote-form input[type=number]:focus,
.custom-quote-form textarea:focus {
  outline: none;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.custom-quote-form {
  /* Checkbox pills */
}
.custom-quote-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom-quote-form .wpcf7-list-item {
  margin: 0;
}
.custom-quote-form .wpcf7-list-item-label {
  display: inline-block;
  padding: 8px 18px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-quote-form .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.custom-quote-form .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  background: #fff;
  color: #111;
  border-color: #fff;
  font-weight: 600;
}
.custom-quote-form {
  /* Submit button */
}
.custom-quote-form .submit-row {
  margin-top: 10px;
  position: relative;
}
.custom-quote-form .wpcf7-submit {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  color: #111;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  letter-spacing: 1px;
}
.custom-quote-form .wpcf7-submit:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}
.custom-quote-form {
  /* File upload */
}
.custom-quote-form .custom-file-upload input[type=file] {
  font-size: 13px;
  padding: 10px 0;
  border: none;
}
.custom-quote-form .wpcf7-spinner {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 574px) {
  .custom-quote-form .half {
    flex: 1 1 100%;
  }
}

.custom-quote-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-quote-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.custom-quote-form .form-group {
  display: flex;
  flex-direction: column;
}
.custom-quote-form .form-group label {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}
.custom-quote-form .half {
  flex: 1 1 calc(50% - 10px);
}
.custom-quote-form .full {
  flex: 1 1 100%;
}
.custom-quote-form input[type=text],
.custom-quote-form input[type=email],
.custom-quote-form input[type=tel],
.custom-quote-form input[type=number],
.custom-quote-form textarea {
  width: 100%;
  padding: 14px 0 10px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}
.custom-quote-form input[type=text]::placeholder,
.custom-quote-form input[type=email]::placeholder,
.custom-quote-form input[type=tel]::placeholder,
.custom-quote-form input[type=number]::placeholder,
.custom-quote-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
.custom-quote-form input[type=text]:focus,
.custom-quote-form input[type=email]:focus,
.custom-quote-form input[type=tel]:focus,
.custom-quote-form input[type=number]:focus,
.custom-quote-form textarea:focus {
  outline: none;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.custom-quote-form {
  /* Checkbox pills */
}
.custom-quote-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-quote-form .wpcf7-list-item {
  margin: 0;
}
.custom-quote-form .wpcf7-list-item-label {
  display: inline-block;
  padding: 8px 18px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-quote-form .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.custom-quote-form .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  border-color: transparent;
  font-weight: 500;
}
.custom-quote-form {
  /* Submit button */
}
.custom-quote-form .submit-row {
  margin-top: 15px;
  position: relative;
}
.custom-quote-form .wpcf7-submit {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  color: #111;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  letter-spacing: 1px;
}
.custom-quote-form .wpcf7-submit:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}
.custom-quote-form {
  /* File upload */
}
.custom-quote-form .custom-file-upload input[type=file] {
  font-size: 13px;
  padding: 10px 0;
  border: none;
}
.custom-quote-form .wpcf7-spinner {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 574px) {
  .custom-quote-form .half {
    flex: 1 1 100%;
  }
  .custom-quote-form-container {
    padding: 20px 15px;
    max-width: 100%;
    margin-top: 1.5rem;
    border-radius: 10px;
  }
}

/* Budget form overrides – light background */
.budget-form .custom-quote-form {
  color: #272727;
}
.budget-form .custom-quote-form .form-group label {
  color: #272727;
}
.budget-form .custom-quote-form input[type=text],
.budget-form .custom-quote-form input[type=email],
.budget-form .custom-quote-form input[type=tel],
.budget-form .custom-quote-form input[type=number],
.budget-form .custom-quote-form textarea,
.budget-form .custom-quote-form select {
  color: #272727;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
}
.budget-form .custom-quote-form input[type=text]::placeholder,
.budget-form .custom-quote-form input[type=email]::placeholder,
.budget-form .custom-quote-form input[type=tel]::placeholder,
.budget-form .custom-quote-form input[type=number]::placeholder,
.budget-form .custom-quote-form textarea::placeholder {
  color: #888;
}
.budget-form .custom-quote-form input[type=text]:focus,
.budget-form .custom-quote-form input[type=email]:focus,
.budget-form .custom-quote-form input[type=tel]:focus,
.budget-form .custom-quote-form input[type=number]:focus,
.budget-form .custom-quote-form textarea:focus,
.budget-form .custom-quote-form select:focus {
  border-bottom-color: #CCA783;
  background: transparent;
}
.budget-form .custom-quote-form .wpcf7-list-item-label {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #272727;
}
.budget-form .custom-quote-form .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  background: #CCA783;
  color: #fff;
  border-color: #CCA783;
}
.budget-form .custom-quote-form .wpcf7-submit {
  background-color: #CCA783;
  color: #fff;
  border-color: #CCA783;
}
.budget-form .custom-quote-form .wpcf7-submit:hover {
  background-color: #b8935e;
}
.budget-form .custom-quote-form .custom-file-upload,
.budget-form .custom-quote-form .custom-file-upload input[type=file] {
  color: #272727;
}

/*# sourceMappingURL=style.css.map */
