@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap');
/* theme fonts goes here */
@font-face {
  font-family: "prodein";
  src: url("../fonts/icon-fonts/prodein.eot");
  src: url("../fonts/icon-fonts/prodein.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/prodein.woff") format("woff"), url("../fonts/icon-fonts/prodein.ttf") format("truetype"), url("../fonts/icon-fonts/prodein.svg#prodein") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "prodein" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "prodein" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-brands-and-logotypes:before {
  content: "\61";
}
.icon-call-icon:before {
  content: "\62";
}
.icon-facebook:before {
  content: "\63";
}
.icon-linkedin:before {
  content: "\64";
}
.icon-share:before {
  content: "\65";
}
/* Reset css
 ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}
/* Text-level semantics
 ========================================================================== */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
audio, video {
  display: inline-block;
}
/**
 * Main content containers
 */
.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid {
  width: 100%;
  margin: auto;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="cell-"] {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
/* align item */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.align-items-center {
  align-items: center;
}
.align-content-center {
  align-content: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
/* column structure */
.cell-1 {
  width: 8.3333333333%;
}
.cell-2 {
  width: 16.6666666667%;
}
.cell-3 {
  width: 25%;
}
.cell-4 {
  width: 33.3333333333%;
}
.cell-5 {
  width: 41.6666666667%;
}
.cell-6 {
  width: 50%;
}
.cell-7 {
  width: 58.3333333333%;
}
.cell-8 {
  width: 66.6666666667%;
}
.cell-9 {
  width: 75%;
}
.cell-10 {
  width: 83.3333333333%;
}
.cell-11 {
  width: 91.6666666667%;
}
.cell-12 {
  width: 100%;
}
.mt-0, .m-0, .my-0 {
  margin-top: 0px;
}
.pt-0, .p-0, .py-0 {
  padding-top: 0px;
}
.mb-0, .m-0, .my-0 {
  margin-bottom: 0px;
}
.pb-0, .p-0, .py-0 {
  padding-bottom: 0px;
}
.ml-0, .m-0, .mx-0 {
  margin-left: 0px;
}
.pl-0, .p-0, .px-0 {
  padding-left: 0px;
}
.mr-0, .m-0, .mx-0 {
  margin-right: 0px;
}
.pr-0, .p-0, .px-0 {
  padding-right: 0px;
}
.mt-15, .m-15, .my-15 {
  margin-top: 15px;
}
.pt-15, .p-15, .py-15 {
  padding-top: 15px;
}
.mb-15, .m-15, .my-15 {
  margin-bottom: 15px;
}
.pb-15, .p-15, .py-15 {
  padding-bottom: 15px;
}
.ml-15, .m-15, .mx-15 {
  margin-left: 15px;
}
.pl-15, .p-15, .px-15 {
  padding-left: 15px;
}
.mr-15, .m-15, .mx-15 {
  margin-right: 15px;
}
.pr-15, .p-15, .px-15 {
  padding-right: 15px;
}
.mt-30, .m-30, .my-30 {
  margin-top: 30px;
}
.pt-30, .p-30, .py-30 {
  padding-top: 30px;
}
.mb-30, .m-30, .my-30 {
  margin-bottom: 30px;
}
.pb-30, .p-30, .py-30 {
  padding-bottom: 30px;
}
.ml-30, .m-30, .mx-30 {
  margin-left: 30px;
}
.pl-30, .p-30, .px-30 {
  padding-left: 30px;
}
.mr-30, .m-30, .mx-30 {
  margin-right: 30px;
}
.pr-30, .p-30, .px-30 {
  padding-right: 30px;
}
.mt-80, .m-80, .my-80 {
  margin-top: 80px;
}
.pt-80, .p-80, .py-80 {
  padding-top: 80px;
}
.mb-80, .m-80, .my-80 {
  margin-bottom: 80px;
}
.pb-80, .p-80, .py-80 {
  padding-bottom: 80px;
}
.ml-80, .m-80, .mx-80 {
  margin-left: 80px;
}
.pl-80, .p-80, .px-80 {
  padding-left: 80px;
}
.mr-80, .m-80, .mx-80 {
  margin-right: 80px;
}
.pr-80, .p-80, .px-80 {
  padding-right: 80px;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
@media (min-width: 641px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-0, .m-0, .my-sm-0 {
    margin-top: 0px;
  }
  .pt-sm-0, .p-0, .py-sm-0 {
    padding-top: 0px;
  }
  .mb-sm-0, .m-0, .my-sm-0 {
    margin-bottom: 0px;
  }
  .pb-sm-0, .p-0, .py-sm-0 {
    padding-bottom: 0px;
  }
  .ml-sm-0, .m-0, .mx-sm-0 {
    margin-left: 0px;
  }
  .pl-sm-0, .p-0, .px-sm-0 {
    padding-left: 0px;
  }
  .mr-sm-0, .m-0, .mx-sm-0 {
    margin-right: 0px;
  }
  .pr-sm-0, .p-0, .px-sm-0 {
    padding-right: 0px;
  }
  .mt-sm-15, .m-15, .my-sm-15 {
    margin-top: 15px;
  }
  .pt-sm-15, .p-15, .py-sm-15 {
    padding-top: 15px;
  }
  .mb-sm-15, .m-15, .my-sm-15 {
    margin-bottom: 15px;
  }
  .pb-sm-15, .p-15, .py-sm-15 {
    padding-bottom: 15px;
  }
  .ml-sm-15, .m-15, .mx-sm-15 {
    margin-left: 15px;
  }
  .pl-sm-15, .p-15, .px-sm-15 {
    padding-left: 15px;
  }
  .mr-sm-15, .m-15, .mx-sm-15 {
    margin-right: 15px;
  }
  .pr-sm-15, .p-15, .px-sm-15 {
    padding-right: 15px;
  }
  .mt-sm-30, .m-30, .my-sm-30 {
    margin-top: 30px;
  }
  .pt-sm-30, .p-30, .py-sm-30 {
    padding-top: 30px;
  }
  .mb-sm-30, .m-30, .my-sm-30 {
    margin-bottom: 30px;
  }
  .pb-sm-30, .p-30, .py-sm-30 {
    padding-bottom: 30px;
  }
  .ml-sm-30, .m-30, .mx-sm-30 {
    margin-left: 30px;
  }
  .pl-sm-30, .p-30, .px-sm-30 {
    padding-left: 30px;
  }
  .mr-sm-30, .m-30, .mx-sm-30 {
    margin-right: 30px;
  }
  .pr-sm-30, .p-30, .px-sm-30 {
    padding-right: 30px;
  }
  .mt-sm-80, .m-80, .my-sm-80 {
    margin-top: 80px;
  }
  .pt-sm-80, .p-80, .py-sm-80 {
    padding-top: 80px;
  }
  .mb-sm-80, .m-80, .my-sm-80 {
    margin-bottom: 80px;
  }
  .pb-sm-80, .p-80, .py-sm-80 {
    padding-bottom: 80px;
  }
  .ml-sm-80, .m-80, .mx-sm-80 {
    margin-left: 80px;
  }
  .pl-sm-80, .p-80, .px-sm-80 {
    padding-left: 80px;
  }
  .mr-sm-80, .m-80, .mx-sm-80 {
    margin-right: 80px;
  }
  .pr-sm-80, .p-80, .px-sm-80 {
    padding-right: 80px;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-0, .m-0, .my-md-0 {
    margin-top: 0px;
  }
  .pt-md-0, .p-0, .py-md-0 {
    padding-top: 0px;
  }
  .mb-md-0, .m-0, .my-md-0 {
    margin-bottom: 0px;
  }
  .pb-md-0, .p-0, .py-md-0 {
    padding-bottom: 0px;
  }
  .ml-md-0, .m-0, .mx-md-0 {
    margin-left: 0px;
  }
  .pl-md-0, .p-0, .px-md-0 {
    padding-left: 0px;
  }
  .mr-md-0, .m-0, .mx-md-0 {
    margin-right: 0px;
  }
  .pr-md-0, .p-0, .px-md-0 {
    padding-right: 0px;
  }
  .mt-md-15, .m-15, .my-md-15 {
    margin-top: 15px;
  }
  .pt-md-15, .p-15, .py-md-15 {
    padding-top: 15px;
  }
  .mb-md-15, .m-15, .my-md-15 {
    margin-bottom: 15px;
  }
  .pb-md-15, .p-15, .py-md-15 {
    padding-bottom: 15px;
  }
  .ml-md-15, .m-15, .mx-md-15 {
    margin-left: 15px;
  }
  .pl-md-15, .p-15, .px-md-15 {
    padding-left: 15px;
  }
  .mr-md-15, .m-15, .mx-md-15 {
    margin-right: 15px;
  }
  .pr-md-15, .p-15, .px-md-15 {
    padding-right: 15px;
  }
  .mt-md-30, .m-30, .my-md-30 {
    margin-top: 30px;
  }
  .pt-md-30, .p-30, .py-md-30 {
    padding-top: 30px;
  }
  .mb-md-30, .m-30, .my-md-30 {
    margin-bottom: 30px;
  }
  .pb-md-30, .p-30, .py-md-30 {
    padding-bottom: 30px;
  }
  .ml-md-30, .m-30, .mx-md-30 {
    margin-left: 30px;
  }
  .pl-md-30, .p-30, .px-md-30 {
    padding-left: 30px;
  }
  .mr-md-30, .m-30, .mx-md-30 {
    margin-right: 30px;
  }
  .pr-md-30, .p-30, .px-md-30 {
    padding-right: 30px;
  }
  .mt-md-80, .m-80, .my-md-80 {
    margin-top: 80px;
  }
  .pt-md-80, .p-80, .py-md-80 {
    padding-top: 80px;
  }
  .mb-md-80, .m-80, .my-md-80 {
    margin-bottom: 80px;
  }
  .pb-md-80, .p-80, .py-md-80 {
    padding-bottom: 80px;
  }
  .ml-md-80, .m-80, .mx-md-80 {
    margin-left: 80px;
  }
  .pl-md-80, .p-80, .px-md-80 {
    padding-left: 80px;
  }
  .mr-md-80, .m-80, .mx-md-80 {
    margin-right: 80px;
  }
  .pr-md-80, .p-80, .px-md-80 {
    padding-right: 80px;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-0, .m-0, .my-lg-0 {
    margin-top: 0px;
  }
  .pt-lg-0, .p-0, .py-lg-0 {
    padding-top: 0px;
  }
  .mb-lg-0, .m-0, .my-lg-0 {
    margin-bottom: 0px;
  }
  .pb-lg-0, .p-0, .py-lg-0 {
    padding-bottom: 0px;
  }
  .ml-lg-0, .m-0, .mx-lg-0 {
    margin-left: 0px;
  }
  .pl-lg-0, .p-0, .px-lg-0 {
    padding-left: 0px;
  }
  .mr-lg-0, .m-0, .mx-lg-0 {
    margin-right: 0px;
  }
  .pr-lg-0, .p-0, .px-lg-0 {
    padding-right: 0px;
  }
  .mt-lg-15, .m-15, .my-lg-15 {
    margin-top: 15px;
  }
  .pt-lg-15, .p-15, .py-lg-15 {
    padding-top: 15px;
  }
  .mb-lg-15, .m-15, .my-lg-15 {
    margin-bottom: 15px;
  }
  .pb-lg-15, .p-15, .py-lg-15 {
    padding-bottom: 15px;
  }
  .ml-lg-15, .m-15, .mx-lg-15 {
    margin-left: 15px;
  }
  .pl-lg-15, .p-15, .px-lg-15 {
    padding-left: 15px;
  }
  .mr-lg-15, .m-15, .mx-lg-15 {
    margin-right: 15px;
  }
  .pr-lg-15, .p-15, .px-lg-15 {
    padding-right: 15px;
  }
  .mt-lg-30, .m-30, .my-lg-30 {
    margin-top: 30px;
  }
  .pt-lg-30, .p-30, .py-lg-30 {
    padding-top: 30px;
  }
  .mb-lg-30, .m-30, .my-lg-30 {
    margin-bottom: 30px;
  }
  .pb-lg-30, .p-30, .py-lg-30 {
    padding-bottom: 30px;
  }
  .ml-lg-30, .m-30, .mx-lg-30 {
    margin-left: 30px;
  }
  .pl-lg-30, .p-30, .px-lg-30 {
    padding-left: 30px;
  }
  .mr-lg-30, .m-30, .mx-lg-30 {
    margin-right: 30px;
  }
  .pr-lg-30, .p-30, .px-lg-30 {
    padding-right: 30px;
  }
  .mt-lg-80, .m-80, .my-lg-80 {
    margin-top: 80px;
  }
  .pt-lg-80, .p-80, .py-lg-80 {
    padding-top: 80px;
  }
  .mb-lg-80, .m-80, .my-lg-80 {
    margin-bottom: 80px;
  }
  .pb-lg-80, .p-80, .py-lg-80 {
    padding-bottom: 80px;
  }
  .ml-lg-80, .m-80, .mx-lg-80 {
    margin-left: 80px;
  }
  .pl-lg-80, .p-80, .px-lg-80 {
    padding-left: 80px;
  }
  .mr-lg-80, .m-80, .mx-lg-80 {
    margin-right: 80px;
  }
  .pr-lg-80, .p-80, .px-lg-80 {
    padding-right: 80px;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-0, .m-0, .my-xl-0 {
    margin-top: 0px;
  }
  .pt-xl-0, .p-0, .py-xl-0 {
    padding-top: 0px;
  }
  .mb-xl-0, .m-0, .my-xl-0 {
    margin-bottom: 0px;
  }
  .pb-xl-0, .p-0, .py-xl-0 {
    padding-bottom: 0px;
  }
  .ml-xl-0, .m-0, .mx-xl-0 {
    margin-left: 0px;
  }
  .pl-xl-0, .p-0, .px-xl-0 {
    padding-left: 0px;
  }
  .mr-xl-0, .m-0, .mx-xl-0 {
    margin-right: 0px;
  }
  .pr-xl-0, .p-0, .px-xl-0 {
    padding-right: 0px;
  }
  .mt-xl-15, .m-15, .my-xl-15 {
    margin-top: 15px;
  }
  .pt-xl-15, .p-15, .py-xl-15 {
    padding-top: 15px;
  }
  .mb-xl-15, .m-15, .my-xl-15 {
    margin-bottom: 15px;
  }
  .pb-xl-15, .p-15, .py-xl-15 {
    padding-bottom: 15px;
  }
  .ml-xl-15, .m-15, .mx-xl-15 {
    margin-left: 15px;
  }
  .pl-xl-15, .p-15, .px-xl-15 {
    padding-left: 15px;
  }
  .mr-xl-15, .m-15, .mx-xl-15 {
    margin-right: 15px;
  }
  .pr-xl-15, .p-15, .px-xl-15 {
    padding-right: 15px;
  }
  .mt-xl-30, .m-30, .my-xl-30 {
    margin-top: 30px;
  }
  .pt-xl-30, .p-30, .py-xl-30 {
    padding-top: 30px;
  }
  .mb-xl-30, .m-30, .my-xl-30 {
    margin-bottom: 30px;
  }
  .pb-xl-30, .p-30, .py-xl-30 {
    padding-bottom: 30px;
  }
  .ml-xl-30, .m-30, .mx-xl-30 {
    margin-left: 30px;
  }
  .pl-xl-30, .p-30, .px-xl-30 {
    padding-left: 30px;
  }
  .mr-xl-30, .m-30, .mx-xl-30 {
    margin-right: 30px;
  }
  .pr-xl-30, .p-30, .px-xl-30 {
    padding-right: 30px;
  }
  .mt-xl-80, .m-80, .my-xl-80 {
    margin-top: 80px;
  }
  .pt-xl-80, .p-80, .py-xl-80 {
    padding-top: 80px;
  }
  .mb-xl-80, .m-80, .my-xl-80 {
    margin-bottom: 80px;
  }
  .pb-xl-80, .p-80, .py-xl-80 {
    padding-bottom: 80px;
  }
  .ml-xl-80, .m-80, .mx-xl-80 {
    margin-left: 80px;
  }
  .pl-xl-80, .p-80, .px-xl-80 {
    padding-left: 80px;
  }
  .mr-xl-80, .m-80, .mx-xl-80 {
    margin-right: 80px;
  }
  .pr-xl-80, .p-80, .px-xl-80 {
    padding-right: 80px;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
}
@media (min-width: 1300px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-0, .m-0, .my-xxl-0 {
    margin-top: 0px;
  }
  .pt-xxl-0, .p-0, .py-xxl-0 {
    padding-top: 0px;
  }
  .mb-xxl-0, .m-0, .my-xxl-0 {
    margin-bottom: 0px;
  }
  .pb-xxl-0, .p-0, .py-xxl-0 {
    padding-bottom: 0px;
  }
  .ml-xxl-0, .m-0, .mx-xxl-0 {
    margin-left: 0px;
  }
  .pl-xxl-0, .p-0, .px-xxl-0 {
    padding-left: 0px;
  }
  .mr-xxl-0, .m-0, .mx-xxl-0 {
    margin-right: 0px;
  }
  .pr-xxl-0, .p-0, .px-xxl-0 {
    padding-right: 0px;
  }
  .mt-xxl-15, .m-15, .my-xxl-15 {
    margin-top: 15px;
  }
  .pt-xxl-15, .p-15, .py-xxl-15 {
    padding-top: 15px;
  }
  .mb-xxl-15, .m-15, .my-xxl-15 {
    margin-bottom: 15px;
  }
  .pb-xxl-15, .p-15, .py-xxl-15 {
    padding-bottom: 15px;
  }
  .ml-xxl-15, .m-15, .mx-xxl-15 {
    margin-left: 15px;
  }
  .pl-xxl-15, .p-15, .px-xxl-15 {
    padding-left: 15px;
  }
  .mr-xxl-15, .m-15, .mx-xxl-15 {
    margin-right: 15px;
  }
  .pr-xxl-15, .p-15, .px-xxl-15 {
    padding-right: 15px;
  }
  .mt-xxl-30, .m-30, .my-xxl-30 {
    margin-top: 30px;
  }
  .pt-xxl-30, .p-30, .py-xxl-30 {
    padding-top: 30px;
  }
  .mb-xxl-30, .m-30, .my-xxl-30 {
    margin-bottom: 30px;
  }
  .pb-xxl-30, .p-30, .py-xxl-30 {
    padding-bottom: 30px;
  }
  .ml-xxl-30, .m-30, .mx-xxl-30 {
    margin-left: 30px;
  }
  .pl-xxl-30, .p-30, .px-xxl-30 {
    padding-left: 30px;
  }
  .mr-xxl-30, .m-30, .mx-xxl-30 {
    margin-right: 30px;
  }
  .pr-xxl-30, .p-30, .px-xxl-30 {
    padding-right: 30px;
  }
  .mt-xxl-80, .m-80, .my-xxl-80 {
    margin-top: 80px;
  }
  .pt-xxl-80, .p-80, .py-xxl-80 {
    padding-top: 80px;
  }
  .mb-xxl-80, .m-80, .my-xxl-80 {
    margin-bottom: 80px;
  }
  .pb-xxl-80, .p-80, .py-xxl-80 {
    padding-bottom: 80px;
  }
  .ml-xxl-80, .m-80, .mx-xxl-80 {
    margin-left: 80px;
  }
  .pl-xxl-80, .p-80, .px-xxl-80 {
    padding-left: 80px;
  }
  .mr-xxl-80, .m-80, .mx-xxl-80 {
    margin-right: 80px;
  }
  .pr-xxl-80, .p-80, .px-xxl-80 {
    padding-right: 80px;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
/* wordpress align class */
.alignnone {
  float: none;
  margin: 20px 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/**
 * Basic typography style for copy text
 */
body {
  min-height: 100%;
  height: auto;
  color: #000;
  font-size: 16px;
  font-family: 'Rubik', 'Arial', sans-serif;
  line-height: 1.7;
  background-color: #fff;
  padding-left: 80px;
}
body.is-open {
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.is-open {
    margin-right: 17px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  body {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    line-height: 1.5;
  }
}
h1, .h1 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
}
h1 a, .h1 a {
  color: inherit;
  text-decoration: none;
}
h2, .h2 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
}
h2 a, .h2 a {
  color: inherit;
  text-decoration: none;
}
h3, .h3 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
}
h3 a, .h3 a {
  color: inherit;
  text-decoration: none;
}
h4, .h4 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
}
h4 a, .h4 a {
  color: inherit;
  text-decoration: none;
}
h5, .h5 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
}
h5 a, .h5 a {
  color: inherit;
  text-decoration: none;
}
h6, .h6 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
}
h6 a, .h6 a {
  color: inherit;
  text-decoration: none;
}
h1, .h1 {
  font-size: 50px;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 41.6666666667px;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 38.4615384615px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 29.4117647059px;
  }
}
h2, .h2 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 27.6923076923px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24.6153846154px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 21.3333333333px;
  }
}
h4, .h4 {
  font-size: 28px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  font-size: 26px;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 18.5714285714px;
  }
}
h6, .h6 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 20px;
  }
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}
ul li:last-child {
  padding-bottom: 0;
}
ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 6px;
  padding-bottom: 6px;
}
ol li:last-child {
  padding-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding: 20px 20px;
  text-align: left;
  line-height: 1.3;
  font-style: normal;
  color: #fff;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
blockquote h3 {
  color: rgba(11, 12, 12, 0.5);
  line-height: inherit;
}
hr {
  height: 0;
  margin: 10px auto 40px;
  border: 0 #000 solid;
  border-top-width: 1px;
  overflow: visible;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
/* Link
 ------------------------------------------------------------------------------*/
a {
  color: #a02022;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #000;
  text-decoration: underline;
  outline: none;
}
/* Tables
 ------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.body-content table td {
  padding: 10px;
  border: 1px solid #edeff0;
}
.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  padding: 15px 30px;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  background-color: #535659;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  text-decoration: none;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #fa4f57;
}
.btn-link {
  margin-bottom: 2px;
  color: #a02022;
  font-size: 16px;
  border-bottom: 1px solid #a02022;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  color: #535659;
  text-decoration: none;
}
.btn.btn-primary, button.btn-primary, input[type="button"].btn-primary, input[type="reset"].btn-primary, input[type="submit"].btn-primary {
  background-color: #fa4f57;
}
.btn.btn-primary:hover, button.btn-primary:hover, input[type="button"].btn-primary:hover, input[type="reset"].btn-primary:hover, input[type="submit"].btn-primary:hover {
  background-color: #0b0c0c;
}
.btn.btn-white, button.btn-white, input[type="button"].btn-white, input[type="reset"].btn-white, input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn.btn-white:hover, button.btn-white:hover, input[type="button"].btn-white:hover, input[type="reset"].btn-white:hover, input[type="submit"].btn-white:hover {
  background-color: #0b0c0c;
  border-color: #0b0c0c;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
form label {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Rubik', 'Arial', sans-serif;
  font-size: 14px;
  color: #000;
}
input, textarea, button, select {
  font-family: 'Rubik', 'Arial', sans-serif;
}
input[type="url"], input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {
  -webkit-appearance: none;
  outline: none;
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea, select {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #535659;
  border-radius: 0;
}
input[type="url"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
  border-color: #535659;
  outline: none;
}
textarea {
  height: 150px;
  padding: 20px 15px;
  resize: none;
  overflow: auto;
}
select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-image: url(../images/select-down-arrow.svg);
  background-size: 14px 7px;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}
select:focus {
  outline: none;
}
/* for ie */
select::-ms-expand {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group {
  margin-bottom: 30px;
}
/* custom check-box*/
.gfield_checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.gfield_checkbox input[type="checkbox"]:checked + label {
  font-weight: 400 !important;
}
.gfield_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.gfield_checkbox label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
}
.gfield_checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
  line-height: 18px;
  border: 1px solid #fff;
}
.gfield_checkbox label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  position: static;
  padding: 0 40px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1299px) {
  .slick-slider .slick-dots {
    padding: 0 20px;
  }
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding: 0 2px;
}
.slick-slider .slick-dots li button {
  width: 33px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 0;
  background-color: #b3b3b3;
  transition: background-color ease 0.3s, opacity ease 0.3s;
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #fa4f57;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #fa4f57;
}
.custom-arrow .slick-arrow {
  position: relative;
  top: -10px;
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 999;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
  border: 10px solid #a02022;
  border-top: 0;
  border-right: 0;
  transition: border ease 0.3s;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  border-color: #535659;
}
.slick-arrow.slick-prev {
  left: 0;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
.slick-arrow.slick-next {
  right: 0;
  transform: rotate(-135deg);
}
/*--- header ---*/
.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
}
@media (max-width: 767px) {
  .main-header {
    background-color: #535659;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.main-header .desktop-logo {
  max-width: 320px;
}
@media (max-width: 1299px) {
  .main-header .desktop-logo {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .main-header .desktop-logo {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .main-header .desktop-logo {
    max-width: 150px;
    display: none;
  }
}
.main-header .responsive-logo {
  display: none;
}
@media (max-width: 767px) {
  .main-header .responsive-logo {
    max-width: 200px;
    display: block;
  }
}
.main-header .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  padding: 40px 20px 40px 20px;
}
@media (max-width: 1199px) {
  .main-header .header-wrapper {
    padding: 20px 10px 20px 10px;
  }
}
@media (max-width: 1023px) {
  .main-header .header-wrapper {
    width: 100%;
    padding: 15px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .main-header .header-wrapper {
    padding: 15px 0 15px 0;
  }
}
.main-header .header-wrapper .hamburger {
  display: none;
}
@media (max-width: 767px) {
  .main-header .header-wrapper .hamburger {
    display: flex;
    width: 60px;
    padding: 0;
    align-items: center;
    left: auto;
    right: 5px;
    top: 6px;
  }
}
.main-header .header-wrapper .hamburger.is-open .hamburger__wrap .hamburger__line:first-child {
  top: 3px;
  transform: rotate(-45deg);
  transform-origin: top right;
  left: -10px;
  right: 0;
  margin: 0 auto;
}
.main-header .header-wrapper .hamburger.is-open .hamburger__wrap .hamburger__line:last-child {
  bottom: 2px;
  transform: rotate(45deg);
  transform-origin: top right;
  left: -4px;
  right: 0;
  margin: 0 auto;
}
.main-header .header-wrapper .hamburger.is-open .hamburger__wrap .hamburger__line:nth-child(2) {
  opacity: 0;
}
.main-header .header-wrapper .hamburger.is-open .menu-title-active {
  display: none;
}
.main-header .header-wrapper .hamburger.is-open .menu-title {
  display: none;
}
.main-header .header-wrapper .hamburger .hamburger__wrap {
  display: flex;
  position: relative;
  height: 30px;
  width: 30px;
  align-items: center;
}
.main-header .header-wrapper .hamburger .hamburger__wrap .hamburger__line {
  transition: 0.3s ease;
}
.main-header .header-wrapper .hamburger .hamburger__wrap .hamburger__line:first-child {
  position: absolute;
  top: 0;
}
.main-header .header-wrapper .hamburger .hamburger__wrap .hamburger__line:last-child {
  position: absolute;
  bottom: 0;
}
.main-header .header-wrapper .hamburger .menu-title-active {
  position: absolute;
  bottom: 8px;
  opacity: 0;
  visibility: hidden;
}
.contact-info {
  position: relative;
  padding-left: 55px;
  text-align: right;
  text-decoration: none;
  transition: 0s;
  color: #a02022;
  text-decoration: none !important;
}
.contact-info:hover .contact-num {
  color: #fa4f57;
}
.contact-info:hover:before {
  color: #fa4f57;
}
.contact-info:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  content: "\62";
  font-family: "prodein" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  font-size: 37px;
  color: #999;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .contact-info:before {
    bottom: 0;
    font-size: 30px;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .contact-info:before {
    bottom: 0;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .contact-info {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 40px;
  }
}
@media (max-width: 640px) {
  .contact-info {
    width: 25px;
    height: 25px;
    padding: 0;
  }
}
.contact-info .contact-title {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #999;
}
@media (max-width: 767px) {
  .contact-info .contact-title {
    display: none;
  }
}
.contact-info .contact-num {
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .contact-info .contact-num {
    display: none;
  }
}
/* responsive nav for small devices */
.hamburger {
  display: flex;
  height: 2em;
  width: 2em;
  padding: 0;
  margin: 0;
  font-size: 25px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hamburger:hover .hamburger__line {
    background-color: #fff;
  }
  .hamburger:hover .menu-title, .hamburger:hover .menu-title-active {
    color: #fff;
  }
}
.hamburger:not(.close) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px;
  background-color: #535659 !important;
  z-index: 99;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .hamburger:not(.close) {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .hamburger:not(.close) {
    height: 65px;
    background-color: transparent !important;
  }
}
.hamburger.close {
  padding: 10px;
  height: 100%;
  width: 100%;
}
.hamburger.close .hamburger__wrap {
  position: relative;
  width: 2.4em;
  height: 1.2em;
}
@media (max-width: 1023px) {
  .hamburger.close .hamburger__wrap {
    width: 1.6em;
  }
}
.hamburger.close .hamburger__line {
  position: absolute;
  top: calc(50% - 2px);
  width: 100%;
  margin: 0;
  transform: rotate(45deg);
}
.hamburger.close .hamburger__line:last-child {
  transform: rotate(-45deg);
}
.hamburger.close .menu-title-active {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hamburger.close .menu-title-active {
    margin-top: 15px;
  }
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.hamburger__line {
  display: block;
  width: 2.32em;
  margin: 8px auto;
  height: 4px;
  background-color: #fa4f57;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .hamburger__line {
    width: 1.2em;
    margin: 5px auto;
  }
}
.hamburger__wrap {
  display: block;
}
.hamburger .menu-title, .hamburger .menu-title-active {
  font-size: 16px;
  color: #fa4f57;
  text-transform: uppercase;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  .hamburger .menu-title, .hamburger .menu-title-active {
    font-size: 12px;
  }
}
.mbnav .mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 999;
  width: 80%;
  max-width: 450px;
  background: #313333;
  transition: all 0.3s ease-in-out;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .mbnav .mbnav__state {
    top: 65px;
    width: 100%;
    max-width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .mbnav .mbnav__state .mbnav__top {
    display: none;
  }
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
@media (max-width: 767px) {
  .mbnav.is-open .mbnav__state {
    opacity: 1;
    visibility: visible;
  }
}
.mbnav .mbnav__top {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -81px;
  width: 80px;
  height: 100%;
  background: rgba(83, 86, 89, 1);
}
@media (max-width: 1023px) {
  .mbnav .mbnav__top {
    right: -61px;
    width: 60px;
  }
}
.mbnav .mbnav__logo {
  color: #fff;
  padding: 15px;
}
.mbnav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mbnav ul ul {
  display: none;
  padding-bottom: 10px;
}
.mbnav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.mbnav ul li:last-child {
  border: none;
}
.mbnav ul li.current-menu-ancestor > a, .mbnav ul li.current-menu-item > a {
  color: #fa4f57;
}
.mbnav ul li a {
  z-index: 2;
  display: block;
  padding: 1em 2em;
  cursor: pointer;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mbnav ul li a {
    font-size: 16px;
    padding: 0.75em 0.75em;
  }
}
.mbnav ul li a:hover {
  color: #fa4f57;
}
.mbnav__caret {
  position: absolute;
  top: 1.25em;
  right: 20px;
  display: block;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
  transform: rotateX(180deg);
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .mbnav__caret {
    top: 0.3em;
    right: 5px;
  }
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.mbnav__caret:after, .mbnav__caret:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 0.6em;
  height: 3px;
  background: #fff;
  transition: all 0.2s ease;
}
.mbnav__caret:before {
  transform: rotate(45deg);
  left: 6px;
}
.mbnav__caret:after {
  transform: rotate(-45deg);
  left: -6px;
}
.mbnav ul li.is-open > .mbnav__caret {
  transform: rotateX(0deg);
}
.mbnav ul li.has-sub > a {
  padding-right: 80px;
}
@media (max-width: 767px) {
  .mbnav ul li.has-sub > a {
    padding-right: 60px;
  }
}
@media (max-width: 640px) {
  .mbnav ul li.has-sub > a {
    padding-right: 40px;
  }
}
.mbnav ul li li {
  border: none;
}
.mbnav ul li li a {
  font-size: 16px;
  padding: 0.625em 3em;
  border: none;
  font-weight: 400;
}
@media (max-width: 767px) {
  .mbnav ul li li a {
    padding: 0.625em 2em;
    font-size: 14px;
  }
}
.mbnav ul li li li {
  font-size: 15px;
}
.mbnav ul li li li a {
  padding-left: 35px;
}
.mbnav .mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(83, 86, 89, 0.8);
  opacity: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .mbnav .mbnav__backdrop {
    top: 65px;
  }
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.mbnav .mbnav__inner {
  max-height: 100vh;
  padding-top: 20px;
  padding-bottom: 60px;
  overflow-y: auto;
}
.mbnav .mbnav__inner::-webkit-scrollbar-thumb {
  background-color: #fa4f57;
  outline: 1px solid slategrey;
}
.mbnav .mbnav__inner::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
.mbnav .mbnav__inner .social-sharing {
  padding: 1em 2em;
  font-size: 24px;
}
@media (max-width: 767px) {
  .mbnav .mbnav__inner .social-sharing {
    font-size: 18px;
    padding: 0.75em 0.75em;
  }
}
.mbnav .mbnav__inner .social-sharing ul li a {
  padding: 0;
  border: none;
  background-color: #fa4f57;
}
.mbnav .mbnav__inner .social-sharing ul li a:hover {
  background-color: #fff;
}
.mbnav .mbnav__inner .social-sharing ul li a i {
  color: #313333;
}
/*--- footer ---*/
footer {
  width: 100%;
  height: auto;
  line-height: normal;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer .main-footer {
  position: relative;
  padding: 75px 0 40px;
}
@media (max-width: 1199px) {
  footer .main-footer {
    padding: 70px 0 40px;
  }
}
@media (max-width: 1023px) {
  footer .main-footer {
    padding: 40px 0 10px;
  }
}
footer .main-footer .footer-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .main-footer .footer-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
}
footer .main-footer .footer-wrap {
  position: relative;
}
footer .main-footer .footer-wrap .footer-block {
  padding-right: 100px;
}
@media (max-width: 1199px) {
  footer .main-footer .footer-wrap .footer-block {
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  footer .main-footer .footer-wrap .footer-block {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  footer .main-footer .footer-wrap .footer-block {
    margin-bottom: 50px;
  }
}
footer .main-footer .footer-wrap .footer-block .logo {
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer .main-footer .footer-wrap .footer-block .logo {
    max-width: 180px;
    margin-bottom: 15px;
  }
}
footer .main-footer .footer-wrap .footer-block p, footer .main-footer .footer-wrap .footer-block address {
  color: #bfbfbf;
  font-style: normal;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 14px;
}
@media (max-width: 1023px) {
  footer .main-footer .footer-wrap .footer-block p, footer .main-footer .footer-wrap .footer-block address {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .main-footer .footer-wrap .footer-block p, footer .main-footer .footer-wrap .footer-block address {
    margin-bottom: 15px;
  }
}
footer .main-footer .footer-wrap .footer-block .contact-detail ul ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -10px;
}
@media (max-width: 1023px) {
  footer .main-footer .footer-wrap .footer-block .contact-detail ul ul {
    flex-wrap: wrap;
    display: block;
  }
}
footer .main-footer .footer-wrap .footer-block .contact-detail ul ul li {
  padding: 0 10px;
  position: relative;
}
footer .main-footer .footer-wrap .footer-block .contact-detail ul ul li:first-child:before {
  display: none;
}
footer .main-footer .footer-wrap .footer-block .contact-detail ul ul li:before {
  content: "/";
  position: absolute;
  left: -3px;
  top: 0;
  color: inherit;
}
@media (max-width: 1023px) {
  footer .main-footer .footer-wrap .footer-block .contact-detail ul ul li:before {
    display: none;
  }
}
footer .main-footer .footer-wrap .footer-block .contact-detail ul ul li a {
  margin-left: 5px;
}
footer .main-footer .footer-wrap .footer-block ul {
  padding: 0;
  margin: 0;
}
footer .main-footer .footer-wrap .footer-block ul li {
  color: #bfbfbf;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1023px) {
  footer .main-footer .footer-wrap .footer-block ul li {
    font-size: 14px;
  }
}
footer .main-footer .footer-wrap .footer-block ul li a {
  color: #bfbfbf;
  text-decoration: none;
  line-height: 1.4;
}
footer .main-footer .footer-wrap .footer-block ul li a:hover {
  color: #fa4f57;
}
footer .main-footer .footer-wrap .footer-block .h6 {
  color: #ccc;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 767px) {
  footer .main-footer .footer-wrap .footer-block .h6 {
    text-align: center;
  }
}
footer .main-footer .footer-wrap .footer-block .icon-group {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  footer .main-footer .footer-wrap .footer-block .icon-group {
    margin-bottom: 10px;
  }
}
footer .main-footer .footer-wrap .footer-block .icon-group ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 767px) {
  footer .main-footer .footer-wrap .footer-block .icon-group ul {
    justify-content: center;
  }
}
footer .main-footer .footer-wrap .footer-block .icon-group ul li {
  padding: 0 8px;
  margin: 15px 0;
}
@media (max-width: 767px) {
  footer .main-footer .footer-wrap .footer-block .icon-group ul li {
    margin: 10px 0;
  }
}
footer .main-footer .footer-wrap .footer-block .icon-group ul li a {
  display: inline-block;
}
footer .footer-bottom {
  padding: 35px 0;
}
@media (max-width: 1023px) {
  footer .footer-bottom {
    padding: 25px 0 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom {
    text-align: center;
  }
}
footer .footer-bottom p {
  color: #666;
  margin-bottom: 8px;
  font-size: 14px;
}
@media (max-width: 1023px) {
  footer .footer-bottom p {
    margin-bottom: 5px;
  }
}
footer .footer-bottom ul {
  margin: 0 -5px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer-bottom ul {
    justify-content: center;
    margin-bottom: 10px;
  }
}
footer .footer-bottom ul li {
  list-style: none;
  padding: 0 5px;
  margin: 0 0 8px 0;
}
@media (max-width: 1023px) {
  footer .footer-bottom ul li {
    margin-bottom: 5px;
  }
}
footer .footer-bottom ul li a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
footer .footer-bottom ul li a:hover {
  color: #a02022;
}
@media (max-width: 767px) {
  footer .footer-bottom .text-right {
    text-align: center;
  }
}
footer .footer-bottom .social-sharing {
  display: inline-block;
}
@media (max-width: 767px) {
  footer .footer-bottom .social-sharing ul {
    margin-bottom: 0;
  }
}
footer .footer-bottom .social-sharing ul li {
  padding: 0 5px;
}
footer .footer-bottom .social-sharing ul li a {
  display: flex;
  font-size: 18px;
}
.hero-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.hero-section .hero-detail {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 70px 20px;
}
@media (max-width: 1023px) {
  .hero-section .hero-detail {
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    padding: 70px 20px 50px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-detail {
    padding: 100px 20px 50px 20px;
  }
}
.hero-section .hero-detail .hero-detail-wrap {
  padding: 100px 105px 0;
}
@media (max-width: 1299px) {
  .hero-section .hero-detail .hero-detail-wrap {
    padding: 70px 15px 0 85px;
  }
}
@media (max-width: 1199px) {
  .hero-section .hero-detail .hero-detail-wrap {
    padding: 40px 15px 0 55px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-detail .hero-detail-wrap {
    padding: 40px 0 0;
  }
}
@media (max-width: 640px) {
  .hero-section .hero-detail .hero-detail-wrap {
    padding: 20px 0 0;
  }
}
.hero-section .hero-detail .hero-detail-wrap .hamburger {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 99;
}
@media (max-width: 767px) {
  .hero-section .hero-detail .hero-detail-wrap .hamburger {
    display: none;
  }
}
.hero-section .hero-detail .hero-detail-wrap .banner-ico {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .hero-section .hero-detail .hero-detail-wrap .banner-ico {
    padding-top: 35px;
  }
}
@media (max-width: 640px) {
  .hero-section .hero-detail .hero-detail-wrap .banner-ico {
    padding-top: 15px;
  }
}
.hero-section .hero-detail .hero-detail-wrap .banner-ico .single-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 102px;
  border-radius: 100%;
  margin-right: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-section .hero-detail .hero-detail-wrap .banner-ico .single-ico {
    width: 70px;
    height: 70px;
  }
}
.hero-section .hero-detail .hero-detail-wrap .banner-ico .single-ico:last-child {
  margin-right: 0;
}
.hero-section .hero-detail .hero-sub-title {
  display: block;
  margin-bottom: 16px;
  font-size: 22px;
  color: #a02022;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hero-section .hero-detail .hero-sub-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
.hero-section .hero-detail h1 {
  color: #313333;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-section .hero-detail h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1299px) {
  .hero-section .hero-detail h1 br {
    display: none;
  }
}
.hero-section .hero-detail .btn, .hero-section .hero-detail button, .hero-section .hero-detail input[type="button"], .hero-section .hero-detail input[type="reset"], .hero-section .hero-detail input[type="submit"] {
  margin-top: 20px;
}
.hero-section .hero-bg {
  width: 50%;
  min-height: 750px;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-section .hero-bg.small-banner {
  min-height: 450px;
}
.hero-section .hero-bg.left-view {
  background-position: left center;
}
.hero-section .hero-bg.right-view {
  background-position: right center;
}
@media (max-width: 1023px) {
  .hero-section .hero-bg {
    width: 100%;
    min-height: auto;
    background: none;
  }
}
.hero-section .hero-bg img {
  display: none;
}
@media (max-width: 1023px) {
  .hero-section .hero-bg img {
    display: block;
  }
}
.promo-section {
  padding: 100px 0 0;
}
@media (max-width: 1023px) {
  .promo-section {
    padding: 70px 0 0;
  }
}
@media (max-width: 767px) {
  .promo-section {
    padding: 50px 0 0;
  }
}
@media (max-width: 640px) {
  .promo-section {
    padding: 30px 0 0;
  }
}
.promo-info {
  text-align: center;
  margin-bottom: 100px;
  padding: 0 150px;
}
@media (max-width: 1023px) {
  .promo-info {
    padding: 0 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .promo-info {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .promo-info {
    margin-bottom: 30px;
  }
}
.promo-info p {
  color: #0b0c0c;
  line-height: 1.5;
}
.promo-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #626568;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.promo-col * {
  color: #fff;
}
.promo-col *:hover {
  color: #fff;
}
.promo-col:nth-child(odd) {
  flex-direction: row-reverse;
}
.promo-col.full-bg .promo-inner {
  background-color: rgba(190, 195, 202, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.promo-col.full-bg .promo-inner * {
  color: #000;
}
.promo-col.full-bg .promo-inner *:hover {
  color: #000;
}
.promo-img {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 640px) {
  .promo-img {
    padding-top: calc(567 / 567 * 100%);
    width: 100%;
  }
}
.promo-inner {
  width: 50%;
  padding: 50px;
  min-height: 565px;
}
@media (max-width: 1023px) {
  .promo-inner {
    min-height: 400px;
    padding: 35px;
  }
}
@media (max-width: 640px) {
  .promo-inner {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
}
.promo-inner h2 {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .promo-inner h2 {
    margin-bottom: 25px;
  }
}
.promo-inner ul {
  padding: 0;
}
.promo-inner ul li {
  list-style: none;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .promo-inner ul li {
    padding: 0;
  }
}
.promo-inner ul li a {
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
}
@media (max-width: 640px) {
  .promo-inner ul li a {
    font-size: 16px;
  }
}
.promo-inner ul li a:hover {
  text-decoration: underline;
}
.blog-comp {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .blog-comp {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .blog-comp {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .blog-comp {
    padding: 30px 0;
  }
}
.blog-comp .row {
  margin-right: -10px;
  margin-left: -10px;
}
.blog-comp [class*="cell-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.blog-comp .blog-mini-title {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
  color: #a02022;
}
.blog-comp .section-heading .h2 {
  font-weight: 700;
}
.blog-comp h5 {
  color: #444;
}
.blog-comp h5 a {
  color: #444;
}
.blog-comp h5 a:hover {
  color: #fa4f57;
  text-decoration: none;
}
.blog-comp p {
  color: #444;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .blog-comp .btn, .blog-comp button, .blog-comp input[type="button"], .blog-comp input[type="reset"], .blog-comp input[type="submit"] {
    padding: 15px;
    font-size: 14px;
  }
}
.blog-col {
  position: relative;
  display: block;
  margin: 35px 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .blog-col {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .blog-col {
    margin: 20px 0;
  }
}
.blog-col .blog-img {
  margin-bottom: 38px;
}
.blog-col .blog-img a {
  display: block;
}
@media (max-width: 1023px) {
  .blog-col .blog-img {
    margin-bottom: 15px;
  }
}
.blog-col .blog-img img {
  width: 100%;
}
.social-share {
  position: absolute;
  right: -200px;
  top: 0;
  display: flex;
  transition: 0.3s ease;
}
.social-share:hover {
  right: 0;
}
@media (max-width: 767px) {
  .social-share {
    right: -160px;
  }
}
.blog-share {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #a02022;
  text-decoration: none;
}
@media (max-width: 767px) {
  .blog-share {
    width: 40px;
    height: 40px;
  }
}
.blog-share:before {
  content: "\65";
  font-family: "prodein" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
.blog-share:hover {
  background-color: #fa4f57;
  text-decoration: none;
}
.blog-share:hover:before {
  text-decoration: none;
}
.blog-share img {
  width: 16px;
}
.crafty-social-buttons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.crafty-social-buttons ul li {
  list-style: none;
  padding: 0;
}
.crafty-social-buttons ul li a {
  display: block;
  max-width: 50px;
}
.crafty-social-buttons ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .crafty-social-buttons ul li a {
    max-width: 40px;
  }
}
.blog-content-bg {
  background-color: #535659;
  padding: 38px 30px 75px;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .blog-content-bg {
    padding: 30px 20px 50px;
    margin: 20px 0;
  }
}
.blog-content-bg * {
  color: #fff !important;
}
.blog-content-bg p {
  color: #444;
  margin-bottom: 55px;
}
@media (max-width: 1023px) {
  .blog-content-bg p {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-content-bg p {
    margin-bottom: 20px;
  }
}
.blog-content-bg .btn, .blog-content-bg button, .blog-content-bg input[type="button"], .blog-content-bg input[type="reset"], .blog-content-bg input[type="submit"] {
  border: 1px solid #fff;
  transition: 0.3s ease;
}
.blog-content-bg .btn:hover, .blog-content-bg button:hover, .blog-content-bg input[type="button"]:hover, .blog-content-bg input[type="reset"]:hover, .blog-content-bg input[type="submit"]:hover {
  border-color: #fa4f57;
}
.blog-content-bg h5 a:hover {
  color: #fa4f57 !important;
  text-decoration: none;
}
.client-section {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  .client-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .client-section {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .client-section {
    padding: 30px 0;
  }
}
.client-section .share-btn {
  display: block;
  text-align: right;
}
.client-section .share-btn a {
  color: #fff;
  text-decoration: none;
}
.client-section .share-btn a:hover {
  color: #fa4f57;
}
.client-wrapper {
  margin: 0 -40px;
}
@media (max-width: 1299px) {
  .client-wrapper {
    margin: 0 -20px;
  }
}
@media (max-width: 640px) {
  .client-wrapper {
    margin: 0 -10px;
  }
}
.client-wrapper .client-image {
  display: block;
  text-decoration: none;
  margin: 0 40px;
}
@media (max-width: 1299px) {
  .client-wrapper .client-image {
    margin: 0 20px;
  }
}
@media (max-width: 640px) {
  .client-wrapper .client-image {
    margin: 0 10px;
  }
}
.client-wrapper .slick-dots {
  margin-top: 50px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .client-wrapper .slick-dots {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .client-wrapper .slick-dots {
    margin-top: 20px;
  }
}
.services-section {
  padding: 110px 0 80px;
}
@media (max-width: 1023px) {
  .services-section {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding: 50px 0 30px;
  }
}
@media (max-width: 640px) {
  .services-section {
    padding: 40px 0 20px;
  }
}
.services-wrapper {
  margin: 0 -20px;
}
.services-wrapper .services-block {
  margin: 20px 0;
}
@media (max-width: 640px) {
  .services-wrapper .services-block {
    text-align: center;
  }
}
.services-wrapper .services-img {
  padding-left: 40px;
  margin-bottom: 35px;
}
.services-wrapper .services-img img {
  display: block;
  /*max-width: 74px;*/
}
@media (max-width: 640px) {
  .services-wrapper .services-img img {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .services-wrapper .services-img {
    margin-bottom: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .services-wrapper .services-img {
    padding-left: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .services-wrapper .services-img {
    padding-left: 0;
  }
}
.services-wrapper .services-content .services-name {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
}
.services-wrapper .services-content .services-name:hover {
  /*color: $primary-light;
   text-decoration: underline;*/
}
@media (max-width: 1023px) {
  .services-wrapper .services-content .services-name {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.security-title {
  padding: 50px 0;
  background-color: #a02022;
}
@media (max-width: 1199px) {
  .security-title {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .security-title {
    padding: 30px 0;
  }
}
.security-title h3 {
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.security-wrapper {
  position: relative;
}
.security-wrapper .security-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.security-wrapper .security-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.security-wrapper-inner {
  position: relative;
}
.security-wrapper-inner .security-block {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1199px) {
  .security-wrapper-inner .security-block {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .security-wrapper-inner .security-block {
    padding: 20px 0;
  }
}
.security-wrapper-inner .security-block:last-child {
  border: 0;
}
.security-wrapper-inner .security-block .name h5 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.2;
}
.security-wrapper-inner .security-block .name h5 a {
  text-decoration: none;
}
.security-wrapper-inner .security-block .name h5 a:hover, .security-wrapper-inner .security-block .name h5 a:focus {
  color: #fa4f57;
}
.security-wrapper-inner .security-block .detail p {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 1023px) {
  .security-wrapper-inner .security-block .detail p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .security-wrapper-inner .security-block .detail p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.testimonial-section {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  .testimonial-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .testimonial-section {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .testimonial-section {
    padding: 40px 0;
  }
}
.testimonial-slider {
  margin: 0;
}
.testimonial-slider .single-item {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .testimonial-slider .single-item {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .testimonial-slider .single-item {
    padding: 0 10px;
  }
}
.testimonial-slider .single-item .testimonial-block {
  padding: 50px 30px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
@media (max-width: 1023px) {
  .testimonial-slider .single-item .testimonial-block {
    padding: 30px 15px;
  }
}
@media (max-width: 640px) {
  .testimonial-slider .single-item .testimonial-block {
    padding: 15px;
  }
}
.testimonial-slider .single-item .testimonial-name {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.2;
}
.testimonial-slider .single-item .testimonial-detail p {
  color: #6d6d6d;
  line-height: 1.5;
}
.testimonial-slider .slick-dots {
  padding: 0 calc((100% - 1130px)/2);
  transform: translateY(50px);
}
@media (max-width: 1299px) {
  .testimonial-slider .slick-dots {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .testimonial-slider .slick-dots {
    transform: translateY(0);
  }
}
.newslater-section {
  background-color: #a02022;
  padding: 50px 0;
}
@media (max-width: 1023px) {
  .newslater-section {
    padding: 30px 0;
  }
}
.newslater-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .newslater-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.newslater-wrapper p {
  margin: 0;
  font-size: 26px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1023px) {
  .newslater-wrapper p {
    text-align: center;
  }
}
.newslater-wrapper .btn, .newslater-wrapper button, .newslater-wrapper input[type="button"], .newslater-wrapper input[type="reset"], .newslater-wrapper input[type="submit"] {
  flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .newslater-wrapper .btn, .newslater-wrapper button, .newslater-wrapper input[type="button"], .newslater-wrapper input[type="reset"], .newslater-wrapper input[type="submit"] {
    flex: none;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .newslater-wrapper .btn, .newslater-wrapper button, .newslater-wrapper input[type="button"], .newslater-wrapper input[type="reset"], .newslater-wrapper input[type="submit"] {
    padding: 15px 10px;
    font-size: 12px;
  }
}
.newslater-detail {
  padding-right: 15px;
}
@media (max-width: 1023px) {
  .newslater-detail {
    padding: 0;
  }
}
.contact-comp {
  margin-bottom: 8px;
}
.contact-comp a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.contact-comp a:hover {
  color: #fff !important;
  text-decoration: none;
}
.contact-comp .line-decoration {
  position: relative;
  display: block;
  width: 75px;
  height: 4px;
  background-color: #fa4f57;
}
.contact-comp .contact-img img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.contact-inner {
  padding: 30px 30px 40px;
  background-color: #a02022;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-inner {
    padding: 30px 15px;
  }
}
.contact-inner * {
  color: #fff;
}
.contact-inner .contact-link {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 36px;
  text-decoration: none;
  color: #fff !important;
}
.contact-inner .contact-link:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .contact-inner .contact-link {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact-inner .contact-link {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.contact-inner .form-group.mb-15 {
  margin-bottom: 15px;
}
.contact-inner .form-group.submit {
  margin-bottom: 0;
}
.contact-inner .gform_wrapper {
  margin: 0 !important;
}
.contact-inner .gform_wrapper .validation-error {
  display: block;
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-inner .gform_wrapper .gfield {
  padding-right: 0 !important;
}
.contact-inner .gform_wrapper .gfield.gfield_error {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.contact-inner .gform_wrapper .gfield.gfield_error .gfield_checkbox label:before {
  border-color: red;
}
.contact-inner .gform_wrapper .gfield .validation_message {
  display: none !important;
}
.contact-inner .gform_wrapper .gfield_html {
  text-align: center;
  margin-top: 0 !important;
}
.contact-inner .gform_wrapper .validation_message {
  color: #fa4f57 !important;
}
.contact-inner .gform_wrapper .gfield_label {
  display: none !important;
}
.contact-inner .gform_wrapper input[type="text"] {
  width: 100% !important;
  padding-left: 60px !important;
  color: #000;
  background-image: url(../images/call-ico.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #fff;
  background-size: 30px;
  border: none;
}
@media (max-width: 640px) {
  .contact-inner .gform_wrapper input[type="text"] {
    padding-left: 40px;
    background-size: 20px;
  }
}
.contact-inner .gform_wrapper input[type="text"]::-webkit-input-placeholder {
  font-size: 12px;
  color: #666;
}
.contact-inner .gform_wrapper input[type="text"]:-moz-placeholder {
  font-size: 12px;
  color: #666;
}
.contact-inner .gform_wrapper input[type="text"]::-moz-placeholder {
  font-size: 12px;
  color: #666;
}
.contact-inner .gform_wrapper input[type="text"]:-ms-input-placeholder {
  font-size: 12px;
  color: #666;
}
.contact-inner .gform_wrapper #input_1_2:-ms-input-placeholder {
  font-size: 12px;
}
.contact-inner .gform_wrapper label {
  font-size: 12px !important;
  text-align: left;
  margin-bottom: 0;
  min-height: 20px;
}
.contact-inner .gform_wrapper label a {
  color: #fff !important;
}
.contact-inner .gform_wrapper label a:hover {
  text-decoration: none;
}
.contact-inner .gform_wrapper .form-c-valid {
  padding-bottom: 0 !important;
  margin-top: 10px !important;
}
.contact-inner .gform_wrapper .gfield_html_formatted {
  padding-bottom: 0 !important;
}
.contact-inner .gform_wrapper .form-c-info {
  margin-top: 0 !important;
  text-align: center;
}
.contact-inner .gform_wrapper .ginput_container_checkbox {
  margin-top: 0 !important;
}
.contact-inner .gform_wrapper .gfield_checkbox {
  margin-bottom: 0 !important;
}
.contact-inner .gform_wrapper .gfield_checkbox .gchoice_1_3_1 {
  margin-bottom: 0 !important;
}
.contact-inner .gform_wrapper .gfield_checkbox #label_1_3_1 {
  width: 100%;
  max-width: 100%;
}
.contact-inner .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.contact-inner .gform_wrapper .gform_footer input[type=submit] {
  display: block !important;
  margin: 0 auto !important;
  background-color: transparent !important;
  border: 1px solid #fff;
  line-height: 1 !important;
}
.contact-inner .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #000 !important;
  border-color: #000;
}
.contact-inner .prefer-contact-wrap {
  margin-top: 20px;
  text-align: center;
}
.contact-inner .prefer-contact {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 12px;
}
.contact-inner .basic-info-toggle {
  font-size: 12px;
  color: #fff !important;
}
.contact-inner .basic-info-toggle:hover {
  text-decoration: none;
}
.contact-inner .basic-information {
  display: none;
}
.contact-inner .basic-information p {
  font-size: 14px;
}
.contact-inner .basic-information a {
  color: #fff !important;
}
.contact-inner .basic-information a:hover {
  text-decoration: none;
}
.product-detail-comp {
  padding: 115px 0 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1199px) {
  .product-detail-comp {
    padding: 80px 0px;
  }
}
@media (max-width: 1023px) {
  .product-detail-comp {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .product-detail-comp {
    padding: 40px 0;
  }
}
.product-detail-comp * {
  color: #ccc;
}
.product-detail-comp h5 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .product-detail-comp h5 {
    margin-bottom: 15px;
    font-size: 21.6666666667px;
  }
}
.product-detail-comp .detail-wrap {
  padding: 60px 85px 85px 60px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1199px) {
  .product-detail-comp .detail-wrap {
    padding: 50px;
  }
}
@media (max-width: 1023px) {
  .product-detail-comp .detail-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .product-detail-comp .detail-wrap {
    padding: 20px 20px 50px;
  }
}
.product-detail-comp .detail-wrap .contact-inner {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .product-detail-comp .detail-wrap .contact-inner {
    padding-top: 10px;
  }
}
.product-detail-comp .detail-wrap .contact-inner .prefer-contact-wrap {
  margin-top: 38px;
  display: block;
}
@media (max-width: 767px) {
  .product-detail-comp .detail-wrap .contact-inner .prefer-contact-wrap {
    margin-top: 20px;
  }
}
.product-detail-comp .detail-wrap .contact-inner .prefer-contact:hover {
  color: #fff;
}
.product-detail-comp .detail-wrap .gform_body {
  text-align: center;
}
.product-detail-comp .detail-wrap .validation-error {
  margin-bottom: 15px;
}
.product-detail-comp .detail-wrap #field_2_3 .gchoice_2_3_1 {
  margin-bottom: 0 !important;
}
.product-detail-comp .detail-wrap .gfield_checkbox {
  max-width: 305px;
  margin: 0 auto;
}
.product-detail-comp .detail-wrap .gfield_checkbox label:before {
  border-color: #fa4f57;
}
.product-detail-comp .detail-wrap .gfield_checkbox label:after {
  background-color: #fa4f57;
}
.product-detail-comp .detail-wrap .gform_wrapper .gform_footer input[type=submit] {
  border-color: #fa4f57 !important;
  background-color: #fa4f57 !important;
}
.product-detail-comp .detail-wrap .gform_wrapper .gform_footer input[type=submit]:hover {
  border-color: #000 !important;
  background-color: #000 !important;
}
.product-detail-comp .detail-wrap .basic-info-toggle {
  color: rgba(255, 255, 255, 0.7) !important;
}
.product-detail-comp .detail-wrap .basic-info-toggle:hover {
  color: #fff !important;
}
.faq-comp .single-faq {
  border-top: 1px solid #ced1d3;
}
.faq-comp .single-faq.active .clicker-acc {
  color: #fa4f57;
}
.faq-comp .single-faq.active .clicker-acc .sign-ind:after, .faq-comp .single-faq.active .clicker-acc .sign-ind:before {
  background: #fa4f57;
}
.faq-comp .single-faq.active .clicker-acc .sign-ind:after {
  transform: rotate(0);
}
.faq-comp .single-faq .clicker-acc {
  display: inline-block;
  padding: 40px 0;
  font-size: 28px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .faq-comp .single-faq .clicker-acc {
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  .faq-comp .single-faq .clicker-acc {
    padding: 20px 0;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .faq-comp .single-faq .clicker-acc {
    padding: 15px 0;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .faq-comp .single-faq .clicker-acc {
    padding: 15px 0;
    font-size: 18px;
  }
}
.faq-comp .single-faq .clicker-acc:hover {
  color: #fa4f57;
  text-decoration: none;
}
.faq-comp .single-faq .clicker-acc:hover .sign-ind:after, .faq-comp .single-faq .clicker-acc:hover .sign-ind:before {
  background: #fa4f57;
}
.faq-comp .single-faq .clicker-acc .sign-ind {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-left: 21px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .faq-comp .single-faq .clicker-acc .sign-ind {
    margin-left: 15px;
  }
}
.faq-comp .single-faq .clicker-acc .sign-ind:after, .faq-comp .single-faq .clicker-acc .sign-ind:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 25px;
  height: 6px;
  background: #000;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .faq-comp .single-faq .clicker-acc .sign-ind:after, .faq-comp .single-faq .clicker-acc .sign-ind:before {
    width: 18px;
    height: 3px;
  }
}
.faq-comp .single-faq .clicker-acc .sign-ind:after {
  transform: rotate(-90deg);
}
.faq-comp .single-faq .faq-content {
  display: none;
}
.faq-comp .single-faq .faq-content .faq-inner {
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .faq-comp .single-faq .faq-content .faq-inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .faq-comp .single-faq .faq-content .faq-inner {
    padding-bottom: 20px;
  }
}
.product-catalog-comp {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .product-catalog-comp {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .product-catalog-comp {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .product-catalog-comp {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .product-catalog-comp {
    padding: 40px 0;
  }
}
.product-catalog-comp .section-heading {
  margin-bottom: 85px;
}
@media (max-width: 1199px) {
  .product-catalog-comp .section-heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .product-catalog-comp .section-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product-catalog-comp .section-heading {
    margin-bottom: 20px;
  }
}
.product-catalog-comp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .product-catalog-comp .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-catalog-comp .row {
  margin: 0 -30px;
}
@media (max-width: 1299px) {
  .product-catalog-comp .row {
    margin: 0 -15px;
  }
}
.product-catalog-comp [class*="cell-"] {
  padding-left: 30px;
  padding-right: 30px;
  margin: 15px 0;
}
@media (max-width: 1299px) {
  .product-catalog-comp [class*="cell-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-catalog-comp .product-single {
  display: block;
  height: 100%;
  padding: 25px 25px 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
@media (max-width: 1199px) {
  .product-catalog-comp .product-single {
    padding: 15px 15px 30px;
  }
}
.product-catalog-comp .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.product-catalog-comp .product-img img {
  display: block;
}
.product-catalog-comp .product-name-wrap .product-name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  transition: 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
}
.product-catalog-comp .product-name-wrap .product-name:hover {
  color: #fa4f57;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-catalog-comp .product-name-wrap .product-name {
    font-size: 16px;
  }
}
.experiance-section {
  padding: 90px 0;
}
@media (max-width: 1023px) {
  .experiance-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .experiance-section {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .experiance-section {
    padding: 40px 0;
  }
}
.experiance-section .icon-group ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.experiance-section .icon-group ul li {
  padding: 0 10px 0 0;
  margin: 5px 0;
  list-style: none;
}
.experiance-section .icon-group ul li a {
  display: inline-block;
}
.experiance-section blockquote {
  padding: 0 0 0 50px;
  margin: 0;
}
@media (max-width: 1023px) {
  .experiance-section blockquote {
    padding-left: 0;
  }
}
.experiance-section blockquote figure {
  padding-left: 34%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .experiance-section blockquote figure {
    margin-bottom: 15px;
  }
}
.why-prodein-section {
  padding: 90px 0;
}
@media (max-width: 1023px) {
  .why-prodein-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .why-prodein-section {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .why-prodein-section {
    padding: 40px 0;
  }
}
.why-prodein-block {
  padding: 20px 50px;
  position: relative;
  border: 3px solid #ddd;
  margin-bottom: 30px;
  min-height: 170px;
}
@media (max-width: 1023px) {
  .why-prodein-block {
    padding: 20px 30px;
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .why-prodein-block {
    min-height: auto;
    margin-bottom: 20px;
  }
}
.why-prodein-block:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0px 0px;
  border-color: #fa4f57 transparent transparent transparent;
  position: absolute;
  left: 10px;
  top: 10px;
}
.why-prodein-block .rate {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .why-prodein-block .rate {
    margin-bottom: 10px;
  }
}
.why-prodein-block .rate .h1 {
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.why-prodein-block p {
  line-height: 1.2;
}
.why-prodein-block.large-block {
  text-align: center;
  padding: 40px 50px;
  height: calc(100% - 30px);
}
@media (max-width: 1199px) {
  .why-prodein-block.large-block {
    padding: 35px 45px;
  }
}
@media (max-width: 1023px) {
  .why-prodein-block.large-block {
    padding: 25px 40px;
    /* margin-bottom: 0; */
    /* height: auto; */
  }
}
@media (max-width: 767px) {
  .why-prodein-block.large-block {
    padding: 25px 20px;
  }
}
.why-prodein-block.large-block:before {
  display: none;
}
.why-prodein-block.large-block .btn, .why-prodein-block.large-block button, .why-prodein-block.large-block input[type="button"], .why-prodein-block.large-block input[type="reset"], .why-prodein-block.large-block input[type="submit"] {
  min-width: 210px;
}
.why-prodein-block figure {
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .why-prodein-block figure {
    margin-bottom: 25px;
  }
}
.why-prodein-block figure figcaption {
  text-align: left;
}
.why-prodein-block figure figcaption h6 {
  font-size: 18px;
  font-weight: 700;
}
.why-prodein-block figure img {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .why-prodein-block figure img {
    max-width: 205px;
  }
}
@media (max-width: 1023px) {
  .why-prodein-block figure img {
    margin-bottom: 20px;
  }
}
.our-values-section {
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .our-values-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .our-values-section {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .our-values-section {
    padding: 40px 0;
  }
}
.our-values-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-values-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .our-values-block figure {
    max-width: 360px;
    margin: 0 auto;
  }
}
.our-values-block figure img {
  width: 100%;
}
.our-values-block ul {
  margin: 0;
  padding: 0 0 0 50px;
  column-count: 2;
}
@media (max-width: 1199px) {
  .our-values-block ul {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .our-values-block ul {
    column-count: 1;
  }
}
.our-values-block ul li {
  padding: 0 5px 0 15px;
  margin-bottom: 10px;
  list-style: none;
  color: #fff;
  position: relative;
  line-height: 1.45;
}
.our-values-block ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-weight: 700;
  margin-right: 5px;
}
.our-values-block ul li strong {
  margin-right: 5px;
}
.our-values-block ul li a {
  color: inherit;
  text-decoration: none;
}
.our-values-block ul li a:hover {
  color: #fa4f57;
}
.mariner-bg {
  background-color: #436fa8;
}
.vida-loca-bg {
  background-color: #5b8c34;
}
.persian-green-bg {
  background-color: #00a493;
}
.bird-flower-bg {
  background-color: #d6c30c;
}
.west-side-bg {
  background-color: #ef7d35;
}
.butterfly-bush-bg {
  background-color: #6d5a96;
}
.persian-red-bg {
  background-color: #c7332c;
}
.catalog-comp.dark-text .catalog-info * {
  color: #0b0c0c;
}
.catalog-comp.dark-text .btn, .catalog-comp.dark-text button, .catalog-comp.dark-text input[type="button"], .catalog-comp.dark-text input[type="reset"], .catalog-comp.dark-text input[type="submit"] {
  color: #0b0c0c;
}
.catalog-comp.dark-text .btn:hover, .catalog-comp.dark-text button:hover, .catalog-comp.dark-text input[type="button"]:hover, .catalog-comp.dark-text input[type="reset"]:hover, .catalog-comp.dark-text input[type="submit"]:hover {
  color: #fff;
}
.catalog-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 80px 0;
  margin-top: 200px;
}
@media (max-width: 1023px) {
  .catalog-wrapper {
    margin-top: 100px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .catalog-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .catalog-wrapper {
    flex-wrap: wrap;
  }
}
.catalog-img {
  width: 270px;
  margin-top: -180px;
  display: inline-block;
  box-shadow: -20px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  .catalog-img {
    width: 250px;
    margin-top: -140px;
  }
}
@media (max-width: 767px) {
  .catalog-img {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .catalog-img {
    width: 100%;
    max-width: 200px;
    margin: -100px auto 20px;
  }
}
.catalog-wrap {
  width: calc(100% - 300px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .catalog-wrap {
    flex-wrap: wrap;
    width: calc(100% - 280px);
  }
}
@media (max-width: 767px) {
  .catalog-wrap {
    width: calc(100% - 220px);
  }
}
@media (max-width: 640px) {
  .catalog-wrap {
    width: 100%;
  }
}
.catalog-wrap .catalog-btn {
  width: 40%;
  text-align: right;
}
@media (max-width: 1023px) {
  .catalog-wrap .catalog-btn {
    width: 100%;
    text-align: left;
  }
}
.catalog-wrap .catalog-info {
  width: 60%;
}
@media (max-width: 1023px) {
  .catalog-wrap .catalog-info {
    width: 100%;
    margin-bottom: 15px;
  }
}
.catalog-wrap .catalog-info h3 {
  color: #fff;
  font-weight: 700;
}
.catalog-wrap .catalog-info p {
  color: #fff;
}
.contact-page-cover .contact-left iframe {
  min-height: 360px;
  width: 100% !important;
  height: 100% !important;
}
.contact-page-cover .contact-right {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-page-cover .contact-right h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-page-cover .contact-right .contact-address {
  padding-left: 30px;
  margin-bottom: 30px;
  background-image: url(../images/pin.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: top left;
}
.contact-page-cover .contact-right .contact-address h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-page-cover .contact-right .contact-address address {
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
}
.contact-page-cover .contact-right .contact-tel {
  padding-left: 30px;
  background-image: url(../images/phone.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: top left;
}
.contact-page-cover .contact-right .contact-tel h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-page-cover .contact-right .contact-tel a {
  color: #000;
  text-decoration: none;
}
.contact-page-cover .contact-right .contact-tel a:hover, .contact-page-cover .contact-right .contact-tel a:focus {
  text-decoration: underline;
}
.contact-form-cover {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-form-cover h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.contact-form-cover h6 {
  font-size: 18px;
}
.contact-form-cover form label {
  font-size: 18px;
  margin-bottom: 0;
}
.contact-form-cover form .ginput_container {
  margin-top: 0 !important;
}
.contact-form-cover form .ginput_container input:not([type="checkbox"]) {
  height: 38px;
}
.contact-form-cover form .ginput_container textarea {
  border-color: #535659;
}
.contact-form-cover form .gfield_checkbox label:before {
  border-color: #333;
}
.contact-form-cover form .gfield_checkbox label:after {
  background-color: #a02022;
}
.contact-form-cover form .prefer-contact-wrap {
  font-size: 14px;
}
.contact-form-cover form .form-c-valid > .gfield_label {
  display: none;
}
.contact-form-cover form .validation-error {
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 0;
  border-top: 2px solid #fa4f57;
  border-bottom: 2px solid #fa4f57;
  margin: 15px 0;
  color: #fa4f57;
  font-weight: 700;
}
.contact-form-cover form .gfield_error {
  background: transparent !important;
  border: 0 !important;
}
.contact-form-cover form .gfield_error .gfield_label {
  margin-top: 0 !important;
}
.contact-form-cover form .validation_message {
  padding-top: 0 !important;
  color: #fa4f57 !important;
  position: absolute;
}
.contact-form-cover form .gfield {
  position: relative;
}
.contact-form-cover form .gform_wrapper .gfield_error .gfield_label {
  color: #a02022 !important;
}
.prefer-contact {
  text-decoration: underline;
  cursor: pointer;
}
.request-cover h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.request-cover h3 {
  font-size: 18px;
  font-weight: 700;
}
.newsletter-section {
  padding: 60px 0;
}
.newsletter-section h5 {
  font-size: 18px;
}
.newsletter-section form {
  margin-top: 40px;
}
.newsletter-section form label {
  font-size: 18px;
  margin-bottom: 0;
}
.newsletter-section form .ginput_container {
  margin-top: 0 !important;
}
.newsletter-section form .ginput_container input:not([type="checkbox"]) {
  height: 38px;
}
.newsletter-section form .ginput_container textarea {
  border-color: #535659;
}
.newsletter-section form .gfield_checkbox label:before {
  border-color: #333;
}
.newsletter-section form .gfield_checkbox label:after {
  background-color: #a02022;
}
.newsletter-section form #field_4_3 > .gfield_label {
  display: none;
}
.newsletter-section form .validation-error {
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 0;
  border-top: 2px solid #fa4f57;
  border-bottom: 2px solid #fa4f57;
  margin: 15px 0;
  color: #fa4f57;
  font-weight: 700;
}
.newsletter-section form .gfield_error {
  background: transparent !important;
  border: 0 !important;
  padding-top: 0;
}
.newsletter-section form .gfield_error .gfield_label {
  margin-top: 0 !important;
}
.newsletter-section form .validation_message {
  padding-top: 0 !important;
  color: #fa4f57 !important;
  position: absolute;
}
.newsletter-section form .gfield {
  position: relative;
}
.newsletter-section form .gform_wrapper .gfield_error .gfield_label {
  color: #a02022 !important;
}
ul#gform_fields_5 {
  display: flex;
  flex-wrap: wrap;
}
ul#gform_fields_5 > li {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul#gform_fields_5 > li .gfield_course_option_wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
ul#gform_fields_5 > li .gfield_course_option_wrapper ul li {
  width: 50%;
}
@media (max-width: 767px) {
  ul#gform_fields_5 > li .gfield_course_option_wrapper ul li {
    width: 100%;
  }
}
ul#gform_fields_5 > li.form-valid {
  width: 100%;
  margin-top: 20px;
}
ul#gform_fields_5 > li.form-valid > .gfield_label {
  display: none;
}
ul#gform_fields_5 .validation-error {
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 0;
  border-top: 2px solid #fa4f57;
  border-bottom: 2px solid #fa4f57;
  margin: 15px 0;
  color: #fa4f57;
  font-weight: 700;
}
ul#gform_fields_5 .gfield_error {
  background: transparent !important;
  border: 0 !important;
  padding-top: 0;
}
ul#gform_fields_5 .gfield_error .gfield_label {
  margin-top: 0 !important;
}
ul#gform_fields_5 .validation_message {
  padding-top: 0 !important;
  color: #fa4f57 !important;
  position: absolute;
}
ul#gform_fields_5 .gfield {
  position: relative;
}
ul#gform_fields_5 .gform_wrapper .gfield_error .gfield_label {
  color: #a02022 !important;
}
.newsletter-section .validation-error {
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 0;
  border-top: 2px solid #fa4f57;
  border-bottom: 2px solid #fa4f57;
  margin: 15px 0;
  color: #fa4f57;
  font-weight: 700;
}
.newsletter-section .gfield_error {
  background: transparent !important;
  border: 0 !important;
  padding-top: 0;
}
.newsletter-section .gfield_error .gfield_label {
  margin-top: 0 !important;
}
.newsletter-section .validation_message {
  padding-top: 0 !important;
  color: #fa4f57 !important;
  position: absolute;
}
.newsletter-section .gfield {
  position: relative;
}
.newsletter-section .gform_wrapper .gfield_error .gfield_label {
  color: #a02022 !important;
}
.newsletter-section form ul#gform_fields_5 .ginput_container input:not([type="checkbox"]):not([type="file"]):not([type="radio"]), .newsletter-section form ul#gform_fields_5 .ginput_container select {
  width: 100%;
  height: 38px;
  padding-left: 15px;
  padding-right: 15px;
}
.newsletter-section .gform_wrapper li:empty {
  display: none;
}
.newsletter-section .gfield_course_option_wrapper ul {
  padding: 0;
}
#toTop {
  height: 50px;
  width: 50px;
  background: #a02022;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 99;
  border-radius: 60px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease;
}
#toTop:before {
  content: "";
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  position: absolute;
  top: 22px;
  left: 19px;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
#toTop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.product-catalog-comp.six-column {
  padding: 0 !important;
}
@media (max-width: 640px) {
  .product-catalog-comp.six-column .product-wrap {
    width: 50%;
  }
}
.product-catalog-comp.six-column .product-wrap .product-img {
  margin-bottom: 0;
}
.body-content.container .request-cover {
  padding: 60px 0;
}
.body-content.container {
  padding-left: 15%;
  padding-right: 15%;
  max-width: 100%;
}
.candidatos input[type="submit"] {
  background-color: #a02022 !important;
}
.candidatos input[type="submit"]:hover {
  background-color: #a02022 !important;
}
.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}
.main-container {
  width: 100%;
}
.slick-dots li {
  padding: 0 5px;
}
.section-heading {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 20px;
  }
}
.section-heading.no-spacing {
  margin-bottom: 0;
}
.section-heading .h2 a:hover {
  color: #fa4f57;
}
.section-heading h1, .section-heading .h1 {
  padding-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.section-heading h1:before, .section-heading .h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background-color: #fa4f57;
}
.section-heading h2, .section-heading .h2 {
  padding-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.section-heading h2:before, .section-heading .h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background-color: #fa4f57;
}
.section-heading h3, .section-heading .h3 {
  padding-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.section-heading h3:before, .section-heading .h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background-color: #fa4f57;
}
.section-heading h4, .section-heading .h4 {
  padding-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.section-heading h4:before, .section-heading .h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background-color: #fa4f57;
}
.section-heading h5, .section-heading .h5 {
  padding-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.section-heading h5:before, .section-heading .h5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background-color: #fa4f57;
}
.section-heading h6, .section-heading .h6 {
  padding-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.section-heading h6:before, .section-heading .h6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background-color: #fa4f57;
}
.social-sharing ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -5px;
}
.social-sharing ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
  margin: 0;
  border: none;
}
.social-sharing ul li a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-color: #a02022;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.social-sharing ul li a:hover {
  background-color: #0b0c0c;
}
.social-sharing ul li a i {
  color: #fff;
  line-height: 0.8;
}
.gray-bg {
  background-color: #edeff0;
}
.gray-bg-light {
  background-color: #f0f1f2;
}
.gray-bg-seco {
  background-color: #e9eaeb;
}
@media (min-width: 1024px) and (max-width: 1199px) {
}
@media (min-width: 641px) {
}
@media (max-width: 767px) {
}
/*# sourceMappingURL=style.css.map */
