/*
Theme Name: Qualitec
Theme URI: Qualitec
Author: 
Author URI: 
Description: Qualitec
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Qualitec, interior, exterior
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*="col_"] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*="col_"].right {
  float: right;
}

.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row.big-gutter > [class*="col_"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1300px) {
  .row.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}

.row.small-gutter > [class*="col_"] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

@media (max-width: 1300px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  background: -webkit-linear-gradient(1deg, #c6a642 0%, #a38230 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

@media (max-width: 1430px) {
  h1 {
    font-size: 37px;
  }
}

@media (max-width: 1300px) {
  h1 {
    font-size: 34px;
  }
}

@media (max-width: 960px) {
  h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

@media (max-width: 1650px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 1430px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 1300px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 960px) {
  h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 36px;
  margin-bottom: 15px;
}

@media (max-width: 1650px) {
  h3 {
    font-size: 32px;
  }
}

@media (max-width: 1430px) {
  h3 {
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  h6 {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.55;
}

p {
  margin: 15px 0;
}

@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}

p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}

p b,
p strong {
  font-weight: bold;
}

p i,
p em {
  font-style: italic;
}

p a {
  text-decoration: underline;
  color: #000000;
}

p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}

a:hover {
  text-decoration: underline;
}

a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #000000;
  margin: 0;
  z-index: 1;
}

@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F4F4F4;
  color: #000000;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0;
}

@media (max-width: 1300px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  textarea,
  select {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  textarea,
  select {
    font-size: 13px;
  }
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-size: 15px;
}

@media (max-width: 1300px) {
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 13px;
  }
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-size: 15px;
}

@media (max-width: 1300px) {
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 13px;
  }
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-size: 15px;
}

@media (max-width: 1300px) {
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 13px;
  }
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-size: 15px;
}

@media (max-width: 1300px) {
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 13px;
  }
}

input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #C8A45C;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="month"]:disabled,
textarea:disabled,
select:disabled {
  background: #EBEBEB;
}

.select_overlay {
  position: relative;
}

.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 8px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 160px;
}

button[type="submit"],
input[type="submit"] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #C8A45C;
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 0;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  button[type="submit"],
  input[type="submit"] {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  button[type="submit"],
  input[type="submit"] {
    font-size: 13px;
  }
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background-color: #b48c3d;
  color: white;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #EBEBEB;
  border-radius: 0;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #C8A45C;
  outline: 0;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  content: "";
  background-color: #C8A45C;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: white;
  border-color: #C8A45C;
}

input[type="checkbox"]::before {
  border-radius: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #C8A45C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 10px;
}

input[type="checkbox"]:checked:before {
  width: 17px;
  height: 17px;
}

input[type="radio"]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #C8A45C;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}

@media (max-width: 960px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #46b450;
  color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
}

.button1,
.button2,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 16px 30px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 500;
  background: #c4a648;
  background: -webkit-gradient(linear, left top, right top, from(#c4a648), to(#856b2a));
  background: linear-gradient(90deg, #c4a648 0%, #856b2a 100%);
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1650px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
    padding: 12px 22px;
  }
}

.button1:hover,
.button2:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background: #d9b954;
  background: -webkit-gradient(linear, left top, right top, from(#d9b954), to(#a18235));
  background: linear-gradient(90deg, #d9b954 0%, #a18235 100%);
  color: white;
}

.button1-span {
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 15px 26px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .button1-span {
    padding: 12px 22px;
  }
}

.button1-span img, .button1-span i {
  display: inline-block;
  margin-left: 10px;
}

.btn-black span {
  color: white !important;
}

.btn-black:hover span {
  color: #000000 !important;
}

.btn-black.button1-span::after {
  background: #c4a648;
  background: -webkit-gradient(linear, left top, right top, from(#c4a648), to(#856b2a));
  background: linear-gradient(90deg, #c4a648 0%, #856b2a 100%);
}

.btn-black.button1-span::before {
  border-color: #d7b859;
}

.button1-span span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1;
}

@media (max-width: 1650px) {
  .button1-span span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .button1-span span {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .button1-span span {
    font-size: 13px;
  }
}

.button1-span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #d7b859;
  border-bottom-color: #d7b859;
  -webkit-transform: scale(0.1, 1);
          transform: scale(0.1, 1);
}

.button1-span:hover span {
  letter-spacing: 1px;
}

.button1-span:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.button1-span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #c4a648;
  background: -webkit-gradient(linear, left top, right top, from(#c4a648), to(#856b2a));
  background: linear-gradient(90deg, #c4a648 0%, #856b2a 100%);
}

.button1-span:hover::after {
  opacity: 0;
  -webkit-transform: scale(0.1, 1);
          transform: scale(0.1, 1);
}

.button2 {
  background: #000000;
  color: white;
}

.button2:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

.button-line {
  border: 2px solid #C8A45C;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #C8A45C;
  background-color: transparent;
}

@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.button-line:hover {
  background-color: #C8A45C;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}

@media (max-width: 767px) {
  .button-line2 {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.button-line2:hover {
  background-color: white;
  color: #000000;
}

.btn-arrow {
  padding-right: 33px;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}

.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 640px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}

.btn-arrow:hover {
  text-decoration: none;
}

.btn-arrow:hover img {
  left: 15px;
}

@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-long-line {
  display: inline-block;
}

.btn-line-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.btn-line-holder i {
  display: none;
}

.btn-line-hidden {
  display: inline-block;
  vertical-align: middle;
  width: calc(48px - 27px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  background-color: #C8A45C;
}

.btn-text {
  display: inline-block;
  position: relative;
  padding: 3px 18px 3px 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: 2px;
  color: #C8A45C;
}

@media (max-width: 640px) {
  .btn-text {
    font-size: 13px;
    top: 0;
  }
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  width: calc(48px - 7px);
  height: 1px;
  background-color: #C8A45C;
}

.button-long-line:hover {
  text-decoration: none;
}

.button-long-line:hover .btn-line-hidden {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.button-long-line:hover .btn-text {
  -webkit-transform: translateX(calc(47px - 8px));
  transform: translateX(calc(47px - 8px));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.button-long-line:hover .btn-line {
  opacity: 0.4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #fff;
  position: relative;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
								  not supported by any browser */
}

.big-title {
  font-size: 42px;
}

@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.big-p {
  font-size: 20px;
  line-height: 1.7;
}

@media (max-width: 1650px) {
  .big-p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-big {
  width: 100%;
  padding: 0 150px;
}

@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}

@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}

@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1430px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}

@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}

@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}

.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
  border-radius: 5px;
}

.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 960px) {
  .the-content table {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .the-content table {
    font-size: 13px;
  }
}

.the-content table th {
  background-color: #f8f8f8;
}

.the-content table td,
.the-content table th {
  padding: 15px;
  text-align: left;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
}

.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}

.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}

@media (max-width: 960px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 13px;
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}

.the-content table td strong,
.the-content table th strong {
  font-weight: 600;
}

.the-content table thead th {
  background-color: #F4F4F4;
}

.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}

.the-content table th {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}

@media (max-width: 960px) {
  .the-content table th {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .the-content table th {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .the-content table th {
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .the-content table tr td {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .the-content table tr td {
    font-size: 12px;
  }
}

.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}

.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 20px;
}

@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}

.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}

.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}

.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}

.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #1E1E1E;
}

.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 600;
}

.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 600;
}

.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: underline;
}

.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}

.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #000000;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}

@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}

.the-content ul,
.the-content ol {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  display: block;
}

@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}

.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}

.the-content li {
  margin: 10px 0;
  display: block;
  color: #1E1E1E;
  position: relative;
}

.the-content li strong {
  font-weight: bold;
}

.the-content li em {
  font-style: italic;
}

.the-content iframe {
  width: 100%;
  height: 553px;
}

@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}

@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}

.the-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .the-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .the-content h1 {
    font-size: 30px;
  }
}

.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: outside;
  margin-left: 20px;
}

.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}

.the-content.the-content-line p:first-of-type {
  margin: 0;
  color: #000000;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: -10px;
}

@media (max-width: 1430px) {
  .the-content.the-content-line p:first-of-type {
    font-size: 15px;
    padding-left: 5px;
  }
}

.the-content.the-content-line p:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  background-color: #C8A45C;
  left: -12px;
  top: -4px;
}

@media (max-width: 1430px) {
  .the-content.the-content-line p:first-of-type::before {
    left: -5px;
    height: 20px;
  }
}

@media (max-width: 960px) {
  .the-content.the-content-line p:first-of-type::before {
    display: none;
  }
}

@media (max-width: 960px) {
  .the-content.the-content-line p:first-of-type {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .the-content.the-content-line p:first-of-type::before {
    display: none;
  }
}

.the-content.the-content-line.white-txt p:first-of-type {
  color: #fff;
}

.the-content-small h1 {
  font-size: 30px;
}

@media (max-width: 1430px) {
  .the-content-small h1 {
    font-size: 28px;
  }
}

@media (max-width: 1300px) {
  .the-content-small h1 {
    font-size: 26px;
  }
}

@media (max-width: 960px) {
  .the-content-small h1 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .the-content-small h1 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .the-content-small h1 {
    font-size: 20px;
  }
}

.the-content-small h2 {
  font-size: 24px;
}

@media (max-width: 1430px) {
  .the-content-small h2 {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .the-content-small h2 {
    font-size: 22px;
  }
}

@media (max-width: 960px) {
  .the-content-small h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .the-content-small h2 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .the-content-small h2 {
    font-size: 16px;
  }
}

.the-content-small h3 {
  font-size: 22px;
}

@media (max-width: 1300px) {
  .the-content-small h3 {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .the-content-small h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .the-content-small h3 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .the-content-small h3 {
    font-size: 15px;
  }
}

.the-content-small h4 {
  font-size: 21px;
}

@media (max-width: 1300px) {
  .the-content-small h4 {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .the-content-small h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .the-content-small h4 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .the-content-small h4 {
    font-size: 15px;
  }
}

.the-content-small h5 {
  font-size: 20px;
}

@media (max-width: 1300px) {
  .the-content-small h5 {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .the-content-small h5 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .the-content-small h5 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .the-content-small h5 {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .the-content-small h5 {
    font-size: 14px;
  }
}

.the-content-small h6 {
  font-size: 18px;
}

@media (max-width: 960px) {
  .the-content-small h6 {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .the-content-small h6 {
    font-size: 16px;
  }
}

.the-content.the-content-checked ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 7px;
  margin-top: 7px;
}

.the-content.the-content-checked ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #C8A45C;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}

@media (max-width: 640px) {
  .the-content.the-content-checked ul li::before {
    font-size: 16px;
    top: 1px;
    position: relative;
  }
}

.small-h1 h1 {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 640px) {
  .small-h1 h1 {
    font-size: 25px;
  }
}

.title-line {
  margin: 0;
  color: #000000;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: -10px;
}

@media (max-width: 1430px) {
  .title-line {
    font-size: 15px;
    padding-left: 5px;
  }
}

.title-line::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  background-color: #C8A45C;
  left: -12px;
  top: -4px;
}

@media (max-width: 1430px) {
  .title-line::before {
    left: -5px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .title-line::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .title-line {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .title-line::before {
    display: none;
  }
}

.section {
  padding: 90px 0;
}

@media (max-width: 1430px) {
  .section {
    padding: 70px 0;
  }
}

@media (max-width: 1300px) {
  .section {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section-margin {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media (max-width: 1430px) {
  .section-margin {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section-margin {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}

@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}

@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}

@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}

@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}

.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #000000;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #efefef;
}

.grey-gradient {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfdfd), to(white));
  background: linear-gradient(0deg, #fdfdfd 0%, white 100%);
}

.grey-box {
  background-color: #F4F4F4;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #C8A45C;
}

.blue-box {
  background-color: #C8A45C;
}

.dark-blue {
  background-color: #133c7c;
}

.white-box {
  background-color: white;
}

.shadow-left {
  -webkit-box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.white-txt span.button-white,
.white-txt a.button-white {
  color: #000000;
}

.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}

.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: left;
  position: relative;
  background-color: #302f2f;
}

@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

.maintenance-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.maintenance-flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}

@media (max-width: 1430px) {
  .maintenance-left {
    padding-right: 50px;
  }
}

@media (max-width: 1300px) {
  .maintenance-left {
    padding: 0 30px;
  }
}

@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

.only-tablet {
  display: none;
}

@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}

@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.icon-error img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .icon-error img {
    max-width: 200px;
  }
}

.search-error {
  position: relative;
}

.search-error input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: white;
  border: 1px solid #EBEBEB;
}

.search-error input:hover, .search-error input:focus, .search-error input:active {
  border-color: #C8A45C;
}

.warp-button-error {
  text-align: center;
}

@media (max-width: 480px) {
  .warp-button-error {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .warp-button-error .button-line2 img {
    display: none !important;
  }
}

.image-error-left {
  width: 200px;
}

@media (max-width: 640px) {
  .image-error-left {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
  }
}

.error-right {
  width: calc(100% - 200px);
  padding-left: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  .error-right {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}

.error-right h1 {
  font-size: 82px;
  margin: 0;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1430px) {
  .error-right h1 {
    font-size: 70px;
  }
}

@media (max-width: 640px) {
  .error-right h1 {
    font-size: 48px;
  }
}

.error-right .the-content {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.centered-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 250px 0 140px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .centered-error {
    padding: 160px 0 70px;
  }
}

@media (max-width: 640px) {
  .centered-error {
    display: block;
    padding: 140px 0 50px;
  }
}

@media (max-width: 480px) {
  .centered-error {
    padding: 120px 0 40px;
  }
}

.error-button {
  margin-top: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.blog-comments {
  padding-top: 45px;
  margin-top: 65px;
}

@media (max-width: 1300px) {
  .blog-comments {
    padding-top: 40px;
    margin-top: 55px;
  }
}

@media (max-width: 960px) {
  .blog-comments {
    padding-top: 35px;
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .blog-comments {
    padding-top: 25px;
    margin-top: 15px;
  }
}

.blog-comments #comments,
.blog-comments .comment-reply-title {
  font-weight: 700;
  font-size: 25px;
}

@media (max-width: 960px) {
  .blog-comments #comments,
  .blog-comments .comment-reply-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog-comments #comments,
  .blog-comments .comment-reply-title {
    font-size: 18px;
  }
}

.commentlist {
  list-style: none;
}

.commentlist li .comment-form {
  margin-bottom: 30px;
}

.commentlist li .children {
  padding-left: 20px;
}

.commentlist li .comment-body {
  margin-bottom: 20px;
  background: #fcfcfc;
  padding: 30px;
  border: 1px solid #ebeef1;
  position: relative;
}

@media (max-width: 960px) {
  .commentlist li .comment-body {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .commentlist li .comment-body {
    padding: 20px;
  }
}

.commentlist li .comment-body .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.commentlist li .comment-body .comment-author img {
  width: 50px;
  height: 50px;
  border-radius: 500px;
  margin-right: 15px;
}

@media (max-width: 960px) {
  .commentlist li .comment-body .comment-author img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

@media (max-width: 640px) {
  .commentlist li .comment-body .comment-author img {
    width: 35px;
    height: 35px;
  }
}

.commentlist li .comment-body .comment-author .says {
  display: none;
}

.commentlist li .comment-body .comment-author cite {
  font-style: normal !important;
  font-weight: 500;
}

.commentlist li .comment-body .comment-awaiting-moderation {
  font-size: 12px;
  color: #C8A45C;
  display: inline-block;
  width: 100%;
}

@media (max-width: 960px) {
  .commentlist li .comment-body .comment-awaiting-moderation {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .commentlist li .comment-body .comment-awaiting-moderation {
    font-size: 10px;
  }
}

.commentlist li .comment-body .commentmetadata {
  position: absolute;
  top: 0;
  right: 20px;
  background: #f5f5f5;
  padding: 2px 14px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #C8A45C;
  font-size: 12px;
}

@media (max-width: 960px) {
  .commentlist li .comment-body .commentmetadata {
    padding: 2px 10px;
  }
}

@media (max-width: 767px) {
  .commentlist li .comment-body .commentmetadata {
    font-size: 11px;
    right: 8px;
    font-size: 10px;
  }
}

.commentlist li .comment-body .commentmetadata a {
  color: #000;
  font-size: 12px;
}

@media (max-width: 960px) {
  .commentlist li .comment-body .commentmetadata a {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .commentlist li .comment-body .commentmetadata a {
    font-size: 10px;
  }
}

.commentlist li .comment-body .commentmetadata a:hover {
  text-decoration: none;
}

.commentlist li .comment-body .reply {
  margin-top: 10px;
}

.commentlist li .comment-body .comment-reply-link {
  color: #fff;
  background: #C8A45C;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

@media (max-width: 960px) {
  .commentlist li .comment-body .comment-reply-link {
    font-size: 11px;
  }
}

.commentlist li .comment-body .comment-reply-link:hover {
  text-decoration: none;
  background: #d4151b;
}

.commentlist li .comment-body > p {
  font-size: 15px;
}

@media (max-width: 1300px) {
  .commentlist li .comment-body > p {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .commentlist li .comment-body > p {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .commentlist li .comment-body > p {
    font-size: 12px;
  }
}

.comment-respond #reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .comment-respond #reply-title {
    display: block;
  }
}

.comment-respond #reply-title #cancel-comment-reply-link {
  font-size: 12px;
  font-weight: 500;
  color: #C8A45C;
}

@media (max-width: 767px) {
  .comment-respond #reply-title #cancel-comment-reply-link {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.slider-timeline:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 200px;
  overflow: hidden;
}

.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}

@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #000000d4;
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
  color: red;
}

.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}

@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}

.accordion .accordion-section {
  border-top: 1px solid #eeee;
}

.accordion .accordion-section:last-child {
  border-bottom: 1px solid #eeee;
}

.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}

@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}

.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}

.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #C8A45C;
  position: absolute;
  right: 30px;
  top: 25px;
}

@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}

@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}

.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}

.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid #eeee;
  background: #fdfdfd;
}

.cf7mls-btns,
.action-button {
  display: none;
}

.fieldset-cf7mls {
  position: relative;
}

.form-bottom {
  position: relative;
  margin-top: 30px;
  height: 60px;
  width: 560px;
  margin: 30px auto 0 auto;
}

@media (max-width: 960px) {
  .form-bottom {
    width: 420px;
  }
}

@media (max-width: 640px) {
  .form-bottom {
    width: 100%;
    margin-top: 15px;
    max-width: 250px;
  }
}

.form-bottom .form-buttons {
  position: absolute;
  width: 100%;
  height: 60px;
}

@media (max-width: 640px) {
  .form-bottom .form-buttons {
    height: 50px;
  }
}

.form-bottom .form-buttons button {
  width: 60px;
  height: 60px;
  background-color: #C8A45C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
  color: white;
  border-radius: 50%;
  margin: 0 !important;
  position: absolute;
  top: 0;
}

@media (max-width: 960px) {
  .form-bottom .form-buttons button {
    width: 50px;
    height: 50px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .form-bottom .form-buttons button {
    width: 40px;
    height: 40px;
    top: 6px;
  }
}

@media (max-width: 640px) {
  .form-bottom .form-buttons button {
    width: 35px;
    height: 35px;
    top: 11px;
  }
}

.form-bottom .form-buttons .next-btn {
  right: 0;
}

.form-bottom .form-buttons .next-btn.loading-info i {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}

@media (max-width: 767px) {
  .form-bottom .form-buttons .next-btn.loading-info i {
    height: 25px;
    width: 25px;
    margin: -12.5px 0 0 -12.5px;
    border: 4px solid rgba(255, 255, 255, 0.2);
  }
}

.form-bottom .form-buttons .next-btn.loading-info i::before {
  content: none;
}

.form-bottom .form-buttons .next-btn.loading-info i:after {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 30px;
  width: 30px;
  border-top: 6px solid rgba(255, 255, 255, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .form-bottom .form-buttons .next-btn.loading-info i:after {
    height: 25px;
    width: 25px;
    border-top: 4px solid rgba(255, 255, 255, 0.8);
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    left: -4px;
    top: -4px;
  }
}

.form-bottom .form-buttons .prev-btn {
  left: 0;
}

.form-bottom .nav-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 75px;
  position: relative;
  padding: 0 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .form-bottom .nav-form {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .form-bottom .nav-form {
    margin: 0 55px;
  }
}

.form-bottom .nav-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #b2b8c7;
  border-radius: 2px;
  width: calc(100% - 130px);
  left: 65px;
}

@media (max-width: 640px) {
  .form-bottom .nav-form:before {
    width: calc(100% - 30px);
    left: 15px;
  }
}

.form-bottom .nav-form .bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-bottom .nav-form .bullet span {
  width: 30px;
  height: 30px;
  border: 9px solid #f3fafc;
  background-color: #C8A45C;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

@media (max-width: 640px) {
  .form-bottom .nav-form .bullet span {
    width: 18px;
    height: 18px;
    border-width: 4px;
  }
}

.form-bottom .nav-form .bullet.current span {
  background-color: #ffffff;
  border-color: #C8A45C;
  position: relative;
}

@media (max-width: 640px) {
  .form-bottom .nav-form .bullet.current span {
    width: 18px;
    height: 18px;
  }
}

.form-bottom .nav-form .bullet.active span {
  background-color: #C8A45C;
  border-color: #C8A45C;
  position: relative;
}

@media (max-width: 640px) {
  .form-bottom .nav-form .bullet.active span {
    width: 18px;
    height: 18px;
  }
}

.form-bottom .nav-form .bullet.active span::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .form-bottom .nav-form .bullet.active span::before {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .form-bottom .nav-form .bullet.active span::before {
    font-size: 7px;
  }
}

.input-choose img {
  margin-bottom: 10px;
}

.wrap-button {
  padding-top: 10px;
}

.ctc-analytics.ht_ctc_padding {
  -webkit-animation: waves-whatsapp linear 3s infinite;
          animation: waves-whatsapp linear 3s infinite;
}

@media (max-width: 767px) {
  .ctc-analytics.ht_ctc_padding {
    -webkit-animation: waves-whatsapp-mobile linear 3s infinite;
            animation: waves-whatsapp-mobile linear 3s infinite;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  body div#ht-ctc-chat {
    bottom: 17px !important;
    right: 17px !important;
  }
}

.ctc-analytics.ht_ctc_padding svg {
  -webkit-animation: sm-shake-animation linear 1.5s infinite;
          animation: sm-shake-animation linear 1.5s infinite;
}

@media (max-width: 767px) {
  .ctc-analytics.ht_ctc_padding svg {
    width: 24px !important;
    height: 23px !important;
  }
}

@-webkit-keyframes waves-whatsapp {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
            box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
            box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0), 0 0 0 25px rgba(48, 191, 57, 0.067);
            box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0), 0 0 0 25px rgba(48, 191, 57, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 25px rgba(48, 191, 57, 0), 0 0 0 30px rgba(48, 191, 57, 0);
            box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 25px rgba(48, 191, 57, 0), 0 0 0 30px rgba(48, 191, 57, 0);
  }
}

@keyframes waves-whatsapp {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
            box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
            box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0), 0 0 0 25px rgba(48, 191, 57, 0.067);
            box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0), 0 0 0 25px rgba(48, 191, 57, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 25px rgba(48, 191, 57, 0), 0 0 0 30px rgba(48, 191, 57, 0);
            box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 25px rgba(48, 191, 57, 0), 0 0 0 30px rgba(48, 191, 57, 0);
  }
}

@-webkit-keyframes waves-whatsapp-mobile {
  0% {
    -webkit-box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
            box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
            box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0), 0 0 0 10px rgba(48, 191, 57, 0.067);
            box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0), 0 0 0 10px rgba(48, 191, 57, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 10px rgba(48, 191, 57, 0), 0 0 0 5px rgba(48, 191, 57, 0);
            box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 10px rgba(48, 191, 57, 0), 0 0 0 5px rgba(48, 191, 57, 0);
  }
}

@keyframes waves-whatsapp-mobile {
  0% {
    -webkit-box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
            box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
            box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0), 0 0 0 10px rgba(48, 191, 57, 0.067);
            box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0), 0 0 0 10px rgba(48, 191, 57, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 10px rgba(48, 191, 57, 0), 0 0 0 5px rgba(48, 191, 57, 0);
            box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 10px rgba(48, 191, 57, 0), 0 0 0 5px rgba(48, 191, 57, 0);
  }
}

@-webkit-keyframes sm-shake-animation {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
            transform: rotate(0) scale(1) skew(0.017rad);
  }
  25% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
            transform: rotate(0) scale(1) skew(0.017rad);
  }
  35% {
    -webkit-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
            transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  45% {
    -webkit-transform: rotate(0.3rad) scale(1) skew(0.017rad);
            transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }
  55% {
    -webkit-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
            transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  65% {
    -webkit-transform: rotate(0.3rad) scale(1) skew(0.017rad);
            transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }
  75% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
            transform: rotate(0) scale(1) skew(0.017rad);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
            transform: rotate(0) scale(1) skew(0.017rad);
  }
}

@keyframes sm-shake-animation {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
            transform: rotate(0) scale(1) skew(0.017rad);
  }
  25% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
            transform: rotate(0) scale(1) skew(0.017rad);
  }
  35% {
    -webkit-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
            transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  45% {
    -webkit-transform: rotate(0.3rad) scale(1) skew(0.017rad);
            transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }
  55% {
    -webkit-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
            transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  65% {
    -webkit-transform: rotate(0.3rad) scale(1) skew(0.017rad);
            transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }
  75% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
            transform: rotate(0) scale(1) skew(0.017rad);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
            transform: rotate(0) scale(1) skew(0.017rad);
  }
}

.flex-header-first,
.flex-header-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
  position: relative;
  z-index: 333;
}

@media (max-width: 1300px) {
  .flex-header-first,
  .flex-header-second {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .flex-header-first {
    display: none;
  }
}

@media (max-width: 1300px) {
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-header-second {
  padding: 14px 0;
}

.flex-header-first {
  border-bottom: 1px solid rgba(255, 255, 255, 0.037);
}

@media (max-width: 1650px) {
  .flex-header-first .contact-header li,
  .flex-header-first .contact-header a,
  .flex-header-first .contact-header span,
  .flex-header-first .social-icons li,
  .flex-header-first .social-icons a,
  .flex-header-first .social-icons span {
    font-size: 14px;
  }
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 2;
}

.menu-btn {
  display: none;
  position: relative;
  z-index: 333;
  margin-left: 0;
  padding-left: 20px;
  line-height: 1;
}

@media (max-width: 1100px) {
  .menu-btn {
    display: block;
    padding-left: 0;
    padding-right: 20px;
  }
}

@media (max-width: 1100px) {
  .menu-btn {
    padding-right: 0;
    margin-left: auto;
  }
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.social-list li {
  padding: 0 10px;
}

.contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -10px;
  margin-right: -10px;
}

.contact-header li {
  padding: 0 10px;
}

.contact-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-header a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.contact-header span {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}

.menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 22px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  height: 2px;
  background: #C8A45C;
  -webkit-transition: 0.2s ease-out all 0.2s;
  transition: 0.2s ease-out all 0.2s;
  width: 24px;
}

.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #C8A45C;
  left: 0;
  -webkit-transition: 0.2s top 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.2s transform;
  transition: 0.2s top 0.2s, 0.2s transform, 0.2s -webkit-transform;
  width: 24px;
}

.hamburger:before {
  top: 0;
}

@media (max-width: 640px) {
  .hamburger:before {
    top: 2px;
  }
}

.hamburger:after {
  top: 20px;
}

@media (max-width: 640px) {
  .hamburger:after {
    top: 18px;
  }
}

.header-menu {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1550px) {
  .header-menu {
    width: 65%;
  }
}

@media (max-width: 1430px) {
  .header-menu {
    width: auto;
  }
}

@media (max-width: 1100px) {
  .header-menu {
    display: none;
  }
}

.logo-box, .logo-box-footer {
  width: 280px;
}

@media (max-width: 1650px) {
  .logo-box, .logo-box-footer {
    width: 220px;
  }
}

@media (max-width: 1100px) {
  .logo-box, .logo-box-footer {
    margin-left: 10px;
  }
}

@media (max-width: 640px) {
  .logo-box, .logo-box-footer {
    width: 160px;
  }
}

@media (max-width: 480px) {
  .logo-box, .logo-box-footer {
    width: 140px;
  }
}

.logo-box a,
.logo-box img, .logo-box-footer a,
.logo-box-footer img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1100px) {
  .header-menu-flex {
    display: none;
  }
}

.header-menu-flex .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu-flex .menu > li {
  margin: 0 14px;
}

@media (max-width: 1550px) {
  .header-menu-flex .menu > li {
    margin: 0 10px;
  }
}

.header-menu-flex .menu > li > a {
  padding: 20px 0;
  color: white;
}

@media (max-width: 1300px) {
  .header-menu-flex .menu > li > a {
    padding: 10px 0;
  }
}

.header-menu-flex .menu li {
  position: relative;
}

.header-menu-flex .menu li a {
  display: inline-block;
}

.header-menu-flex .menu li:hover a {
  color: #C8A45C;
}

.header-menu-flex .menu li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  margin-bottom: 20px;
  background-color: #C8A45C;
  height: 4px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 1550px) {
  .header-menu-flex .menu li::before {
    margin-bottom: 10px;
  }
}

.header-menu-flex .menu li.current_page_item::before {
  opacity: 1;
}

.header-menu-flex .menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.header-menu-flex .menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 17px;
}

.header-menu-flex .menu li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  font-size: 8px;
  line-height: 1em;
}

.header-menu-flex .menu li > .sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  width: 230px;
  background-color: white;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(110, 110, 110, 0.05);
          box-shadow: 0px 0px 5px 5px rgba(110, 110, 110, 0.05);
  display: none;
}

.header-menu-flex .menu li > .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 25px;
  top: -7px;
}

.header-menu-flex .menu li > .sub-menu > li.menu-item-has-children > a:after {
  right: 10px;
  top: calc(50% - 5px);
  font-size: 10px;
  content: "\f054";
}

.header-menu-flex .menu li > .sub-menu li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 7px;
}

.header-menu-flex .menu li > .sub-menu li:before {
  content: none;
}

.header-menu-flex .menu li > .sub-menu li:last-child {
  border-bottom: none;
}

.header-menu-flex .menu li > .sub-menu li.current-menu-item a {
  text-decoration: none;
  opacity: 1;
  color: #C8A45C;
}

.header-menu-flex .menu li > .sub-menu li .sub-menu {
  position: absolute;
  left: 230px;
  top: 0;
  width: 230px;
  border-radius: 7px;
  background-color: white;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(110, 110, 110, 0.05);
          box-shadow: 0px 0px 5px 5px rgba(110, 110, 110, 0.05);
  display: none;
}

.header-menu-flex .menu li > .sub-menu li .sub-menu:before {
  content: none;
}

.header-menu-flex .menu li > .sub-menu li.menu-item-has-children {
  position: relative;
}

.header-menu-flex .menu li > .sub-menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.header-menu-flex .menu li > .sub-menu li a {
  font-size: 14px;
  padding: 15px;
  word-break: break-word;
  white-space: break-spaces;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  line-height: 1.2em;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
}

.header-menu-flex .menu li > .sub-menu li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.header-menu-flex .menu a,
.header-menu-flex .header-menu a {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 1550px) {
  .header-menu-flex .menu a,
  .header-menu-flex .header-menu a {
    font-size: 14px;
  }
}

@media (max-width: 1430px) {
  .header-menu-flex .menu a,
  .header-menu-flex .header-menu a {
    font-size: 13px;
  }
}

.header-menu-flex .menu a:hover,
.header-menu-flex .header-menu a:hover {
  text-decoration: none;
}

.header-menu-flex .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .header-button .button1 {
    display: none;
  }
}

.whatsapp-mobile {
  display: none;
  width: 42px;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #C8A45C;
  color: white;
}

.whatsapp-mobile i {
  font-size: 16px;
}

@media (max-width: 480px) {
  .whatsapp-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-mobile {
  display: none;
}

.mm-menu_opened {
  display: block;
}

.header-mobile-top ul {
  margin-bottom: 30px;
  margin-top: 30px;
}

.header-mobile-top ul li {
  border-top: 1px solid #b59555;
}

.header-mobile-top ul li a {
  display: inline-block;
  width: 100%;
  color: #000000;
  padding: 15px 30px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.037);
}

.header-mobile-top ul li a:hover {
  text-decoration: none;
}

.header-mobile-top ul li .sub-menu {
  display: none;
  background: #031b31;
}

.header-mobile-top ul li .toggle-submenu {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}

.logo-mobile {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.037);
}

.logo-mobile img {
  width: 100px;
  height: auto;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.menu-bar,
.menu-bar2,
.close-btn {
  height: 18px;
  width: 33px;
  position: relative;
  margin: auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  cursor: pointer;
}

.bar {
  height: 2px;
  width: 26px;
  display: block;
  position: relative;
  background-color: white;
  top: 30px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition-timing-function: ease;
  position: absolute;
}

@media (max-width: 767px) {
  .bar {
    width: 19px;
    top: 24px;
  }
}

.menu-bar,
.menu-bar2,
.close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #C8A45C;
}

@media (max-width: 767px) {
  .menu-bar,
  .menu-bar2,
  .close-btn {
    width: 40px;
    height: 40px;
  }
}

.close-btn {
  margin-bottom: 50px;
  margin-left: auto;
}

.close-btn .bar:nth-of-type(1) {
  -moz-transform: translateY(23px) rotate(45deg);
  -ms-transform: translateY(23px) rotate(45deg);
  -webkit-transform: translateY(23px) rotate(45deg);
  top: 0;
  transform: translateY(23px) rotate(45deg);
}

@media (max-width: 767px) {
  .close-btn .bar:nth-of-type(1) {
    top: -4px;
  }
}

.close-btn .bar:nth-of-type(2) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 767px) {
  .close-btn .bar:nth-of-type(2) {
    top: 26px;
  }
}

.menu-bar:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.menu-bar:hover .bar:nth-of-type(2) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.menu-bar .bar:nth-of-type(1),
.menu-bar2 .bar:nth-of-type(1) {
  top: 17px;
}

@media (max-width: 767px) {
  .menu-bar .bar:nth-of-type(1),
  .menu-bar2 .bar:nth-of-type(1) {
    top: 14px;
  }
}

.aside-over {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.mm-navbar,
.mm-panels,
.mm-panels > .mm-panel,
.mm-navbars_top {
  background: #0f0f0f;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: white;
}

.mm-btn_next:after,
.mm-btn_prev:before {
  border-color: #ffffff;
  width: 6px;
  height: 6px;
}

.mm-listitem:after {
  background-color: #b7b8b8;
  opacity: 0.32;
  left: 0;
}

.mm-navbar__title,
.mm-listitem a {
  font-size: 14px;
}

@media (max-width: 960px) {
  .mm-navbar__title,
  .mm-listitem a {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .mm-navbar__title,
  .mm-listitem a {
    font-size: 12px;
  }
}

.mm-navbar {
  background-color: #0f0f0f;
}

.mm-panels > .mm-panel {
  border-top: 1px solid #3f3f3f;
}

.mm-panel .sub-menu {
  border-top: 1px solid #3f3f3f;
}

.mm-navbar .mm-btn_next:after,
.mm-navbar .mm-btn_prev:before {
  opacity: 1;
}

.mm-navbars_top .logo {
  margin-left: auto;
  margin-right: auto;
}

.mm-navbars_top .logo img {
  width: auto;
  height: 40px;
}

.mm-navbars_top .social-list {
  display: none;
}

.mm-navbars_top .contact-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  .mm-navbars_top .contact-header {
    display: block;
    text-align: center;
  }
  .mm-navbars_top .contact-header a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}

.mm-navbars_top .mm-navbar {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mm-navbars_top .menu-bar2 {
  display: none;
}

.mm-navbars_top .whatsapp-button,
.mm-navbars_top .button-header-right,
.mm-navbars_top .button-header-right a.button1 {
  display: block;
}

.mm-navbars_top .whatsapp-button {
  margin-bottom: 10px;
}

.mm-wrapper_opened .hamburger3 {
  background-color: transparent;
}

.mm-wrapper_opened .hamburger3:before, .mm-wrapper_opened .hamburger3:after {
  top: 50%;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s, 0.2s -webkit-transform 0.2s;
  border-color: #C8A45C;
}

.mm-wrapper_opened .hamburger3:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mm-wrapper_opened .hamburger3:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  width: 100%;
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-color: #3f3f3f;
}

.mm-navbars_bottom .social-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.mm-navbars_bottom .social-list li {
  padding: 0;
  margin: 0 4px;
}

.mm-navbars_bottom .social-list a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
}

.mm-navbars_bottom .social-list span {
  line-height: 1;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-wrapper__blocker {
  background-color: rgba(0, 0, 0, 0.5);
}

.header-social {
  position: absolute;
  right: 130px;
  z-index: 3;
  top: 240px;
}

@media (max-width: 1550px) {
  .header-social {
    right: 50px;
    top: 300px;
  }
}

@media (max-width: 1300px) {
  .header-social {
    right: 20px;
    top: 250px;
  }
}

@media (max-width: 960px) {
  .header-social {
    top: 200px;
  }
}

@media (max-width: 767px) {
  .header-social {
    display: none;
  }
}

.header-social ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-social li,
.header-social a {
  color: white;
  line-height: 1;
}

.header-social li {
  position: relative;
  padding: 5px;
}

.header-social a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  color: white;
  font-size: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.header-social a i {
  color: white;
}

.header-social a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (max-width: 1430px) {
  .header-social a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .header-social a {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 640px) {
  .header-social a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

.footer {
  padding: 80px 0 25px;
  background-color: #1E1E1E;
}

@media (max-width: 960px) {
  .footer {
    padding: 60px 0 20px;
  }
}

.footer .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .footer .logo-box {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.footer .footer-social li a:hover {
  color: #C8A45C;
}

.footer .footer-social li a:hover * {
  color: #C8A45C;
}

@media (max-width: 960px) {
  .logo-box-footer {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 960px) {
  .logo-box-footer img {
    max-width: 200px;
  }
}

@media (max-width: 640px) {
  .logo-box-footer img {
    max-width: 140px;
  }
}

.title-bottom {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  opacity: 0.5;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1300px) {
  .title-bottom {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .title-bottom {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .title-bottom {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .title-bottom {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .footer-flex {
    text-align: center;
  }
  .footer-flex .col_70 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .footer-flex {
    text-align: left;
  }
}

@media (max-width: 960px) {
  .footer-col-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 960px) {
  .footer-col-menu {
    width: 33.33%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-col-menu {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .footer-col-menu {
    margin-top: 0;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
}

.footer-col-menu ul li {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .footer-col-menu ul li {
    margin-top: 4px;
  }
}

.footer-col-menu ul li a {
  opacity: 0.8;
  font-weight: 400;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  padding-left: 0;
  line-height: 1.2;
  font-size: 15px;
}

@media (max-width: 1300px) {
  .footer-col-menu ul li a {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .footer-col-menu ul li a {
    font-size: 13px;
  }
}

.footer-col-menu ul li a:hover {
  opacity: 1;
  text-decoration: none;
  color: #C8A45C;
}

p.copy {
  margin: 0;
  text-align: center;
  opacity: 0.8;
  font-size: 14px;
}

@media (max-width: 1430px) {
  p.copy {
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  p.copy {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  p.copy {
    font-size: 11px;
  }
}

@media (max-width: 960px) {
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-social a {
    font-size: 18px;
  }
}

.newsletter-bottom {
  max-width: 350px;
  margin: 24px 0;
}

@media (max-width: 960px) {
  .newsletter-bottom {
    margin-left: auto;
    margin-right: auto;
  }
}

.mc4wp-form-fields {
  position: relative;
}

.mc4wp-form-fields ::-webkit-input-placeholder {
  color: white;
}

.mc4wp-form-fields :-moz-placeholder {
  color: white;
}

.mc4wp-form-fields ::-moz-placeholder {
  color: white;
}

.mc4wp-form-fields :-ms-input-placeholder {
  color: white;
}

.mc4wp-form-fields input {
  margin: 0;
  padding-left: 45px;
  padding-right: 40px;
  background-color: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.14);
  color: white;
}

.mc4wp-form-fields input:active, .mc4wp-form-fields input:hover, .mc4wp-form-fields input:focus {
  background-color: rgba(255, 255, 255, 0.13);
  border-color: #C8A45C;
}

.mc4wp-form-fields::before {
  content: "";
  display: block;
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 400;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  font-size: 16px;
  color: #686868;
  z-index: 1;
}

.mc4wp-form-fields button {
  position: absolute;
  background: transparent;
  height: 100%;
  width: 40px;
  border: none;
  text-align: center;
  right: 0;
  color: #C8A45C;
  top: 0;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.mc4wp-form-fields button:hover {
  background: transparent;
  color: #b59555;
}

.mc4wp-response {
  margin-top: 10px;
}

.mc4wp-response p {
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1300px) {
  .mc4wp-response p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .mc4wp-response p {
    font-size: 13px;
  }
}

.mc4wp-alert {
  padding: 10px;
  background-color: #C8A45C;
  border-radius: 5px;
}

.mc4wp-alert.mc4wp-success {
  background-color: #129b12;
}

.section_text_animated {
  overflow: hidden;
  position: relative;
  padding-top: 10px;
}

@media (max-width: 640px) {
  .section_text_animated {
    padding-top: 20px;
  }
}

.footer-copy {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 60px;
}

@media (max-width: 960px) {
  .footer-copy {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .footer-copy {
    margin-top: 35px;
  }
}

@media (max-width: 640px) {
  .footer-copy {
    margin-top: 25px;
  }
}

.page-sidebar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 70px;
}

@media (max-width: 1300px) {
  .page-sidebar-flex {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .page-sidebar-flex {
    padding-top: 30px;
    display: block;
    padding-bottom: 30px;
  }
}

.plus-sidebar span {
  display: none;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

@media (max-width: 767px) {
  .plus-sidebar span {
    display: block;
  }
}

@media (max-width: 767px) {
  .plus-sidebar span img {
    width: 14px;
  }
}

.plus-sidebar {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px 15px 40px;
  color: white;
  display: none;
  background-color: #C8A45C;
  position: relative;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .plus-sidebar {
    display: block;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .plus-sidebar {
    font-size: 14px;
    padding: 11px 11px 11px 40px;
  }
}

.plus-sidebar:hover {
  text-decoration: none;
}

.sidebar-left {
  width: 30%;
}

@media (max-width: 1100px) {
  .sidebar-left {
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .sidebar-left {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .sidebar-left {
    width: 100%;
    padding-right: 0;
  }
}

.content-right {
  width: 70%;
  padding-left: 70px;
}

@media (max-width: 1100px) {
  .content-right {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.content-right .the-content h1 {
  font-size: 36px;
}

@media (max-width: 1300px) {
  .content-right .the-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .content-right .the-content h1 {
    font-size: 30px;
  }
}

.content-right .the-content h2 {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .content-right .the-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 960px) {
  .content-right .the-content h2 {
    font-size: 24px;
  }
}

.sidebar-menu h3 {
  padding: 0 20px 0 40px;
}

@media (max-width: 1100px) {
  .sidebar-menu h3 {
    padding-left: 25px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sidebar-menu h3 {
    display: none;
  }
}

.sidebar-menu .menu {
  background: #f5faff;
  background: -webkit-gradient(linear, left bottom, left top, from(#f5faff), to(white));
  background: linear-gradient(0deg, #f5faff 0%, white 100%);
  padding: 14px 16px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .sidebar-menu .menu {
    display: none;
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .sidebar-menu .menu {
    padding: 10px;
  }
}

.sidebar-menu .menu a {
  color: #000000;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  padding: 17px 20px;
}

@media (max-width: 1100px) {
  .sidebar-menu .menu a {
    padding: 15px 20px 15px 15px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .sidebar-menu .menu a {
    font-size: 13px;
    padding: 12px 20px 12px 12px;
    border-radius: 5px;
  }
}

.sidebar-menu .menu a:hover {
  text-decoration: none;
}

.sidebar-menu .menu li {
  position: relative;
  border-top: 1px dashed #e8e8e8;
}

.sidebar-menu .menu li:first-child {
  border-top: none;
}

.sidebar-menu .menu li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  opacity: 0.58;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .sidebar-menu .menu li:after {
    font-size: 11px;
  }
}

.sidebar-menu .menu li:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 8px);
  top: -4px;
  border-radius: 10px;
  z-index: -1;
}

.sidebar-menu .menu li.current_page_item:before {
  background-color: #C8A45C;
  z-index: 1;
}

.sidebar-menu .menu li.current_page_item:after {
  opacity: 1;
  z-index: 1;
  color: white;
}

.sidebar-menu .menu li.current_page_item a {
  position: relative;
  z-index: 1;
  opacity: 1;
  font-weight: 500;
  color: white;
}

.sidebar-menu .menu li.current_page_item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #C8A45C;
  width: 4px;
  height: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 640px) {
  .sidebar-menu .menu li.current_page_item a::before {
    height: 20px;
  }
}

.sidebar-menu .menu li:hover a {
  opacity: 1;
}

.accordion-header {
  display: block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  position: relative;
  padding: 25px 40px 25px 25px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 10px;
}

@media (max-width: 1300px) {
  .accordion-header {
    padding: 20px 40px 20px 20px;
    font-size: 17px;
  }
}

@media (max-width: 960px) {
  .accordion-header {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .accordion-header {
    padding: 17px 40px 17px 15px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .accordion-header {
    font-size: 13px;
  }
}

.accordion-header:hover {
  text-decoration: none;
  opacity: 0.7;
}

.accordion-header:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 25px;
  width: 24px;
  background-color: #C8A45C;
  height: 24px;
  background-image: url("images/svg/plus.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 1300px) {
  .accordion-header:before {
    top: 21px;
  }
}

@media (max-width: 960px) {
  .accordion-header:before {
    top: 19px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .accordion-header:before {
    right: 15px;
    top: 14px;
    width: 22px;
    height: 22px;
  }
}

.accordion-hidden-content {
  margin-left: 25px;
  margin-right: 25px;
  display: none;
  margin-top: -10px;
  padding-bottom: 10px;
  border-top: 1px solid #EBEBEB;
}

@media (max-width: 1300px) {
  .accordion-hidden-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }
}

.accordion-hidden-content.active {
  display: block;
}

.accordion-hidden-content .the-content p,
.accordion-hidden-content .the-content span,
.accordion-hidden-content .the-content label,
.accordion-hidden-content .the-content li {
  font-size: 16px;
}

@media (max-width: 960px) {
  .accordion-hidden-content .the-content p,
  .accordion-hidden-content .the-content span,
  .accordion-hidden-content .the-content label,
  .accordion-hidden-content .the-content li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .accordion-hidden-content .the-content p,
  .accordion-hidden-content .the-content span,
  .accordion-hidden-content .the-content label,
  .accordion-hidden-content .the-content li {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .accordion-hidden-content .the-content p,
  .accordion-hidden-content .the-content span,
  .accordion-hidden-content .the-content label,
  .accordion-hidden-content .the-content li {
    font-size: 13px;
  }
}

.accordion-item {
  background-color: white;
  margin-top: 20px;
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.accordion-item:first-child {
  margin-top: 0;
}

.accordion-item.active {
  border-color: #C8A45C;
}

.accordion-item.active .accordion-hidden-content {
  display: block;
}

.accordion-item.active .accordion-header:before {
  background-color: #C8A45C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq-question {
  padding: 40px;
  border: 1px solid #c9c9c9;
  background-color: #1E1E1E;
  border-radius: 10px;
}

@media (max-width: 1300px) {
  .faq-question {
    padding: 40px;
  }
}

@media (max-width: 960px) {
  .faq-question {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .faq-question {
    padding: 20px;
    text-align: center;
  }
}

.faq-question .the-content h2,
.faq-question .the-content h3,
.faq-question .the-content h4,
.faq-question .the-content h5,
.faq-question .the-content h6 {
  color: white;
  margin-top: 0;
}

.faq-question .the-content p,
.faq-question .the-content span,
.faq-question .the-content a,
.faq-question .the-content li {
  color: white;
}

.question-icon {
  width: 87px;
}

@media (max-width: 960px) {
  .question-icon {
    width: 40px;
  }
}

@media (max-width: 640px) {
  .question-icon {
    width: 45px;
  }
}

@media (max-width: 480px) {
  .question-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.question-text {
  padding-left: 20px;
  width: calc(100% - 87px);
}

@media (max-width: 960px) {
  .question-text {
    padding-left: 13px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 480px) {
  .question-text {
    padding-left: 0;
    width: 100%;
  }
}

.question-text h3 {
  margin-bottom: 5px;
}

@media (max-width: 1300px) {
  .question-text h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .question-text h3 {
    font-size: 18px;
  }
}

.question-text p {
  margin: 0;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

@media (max-width: 960px) {
  .faq-question {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .faq-question {
    display: block;
  }
}

.faq-question * {
  color: white;
}

.slick-prev,
.next-btn1,
.prev-btn1,
.slick-next {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  z-index: 6;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .slick-prev,
  .next-btn1,
  .prev-btn1,
  .slick-next {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 960px) {
  .slick-prev,
  .next-btn1,
  .prev-btn1,
  .slick-next {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .slick-prev,
  .next-btn1,
  .prev-btn1,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 640px) {
  .slick-prev,
  .next-btn1,
  .prev-btn1,
  .slick-next {
    width: 35px;
    height: 35px;
  }
}

.slick-prev::before,
.next-btn1::before,
.prev-btn1::before,
.slick-next::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 18px;
}

@media (max-width: 960px) {
  .slick-prev::before,
  .next-btn1::before,
  .prev-btn1::before,
  .slick-next::before {
    width: 20px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .slick-prev::before,
  .next-btn1::before,
  .prev-btn1::before,
  .slick-next::before {
    width: 16px;
    height: 14px;
  }
}

.slick-prev:hover, .slick-prev:focus, .slick-prev:active,
.next-btn1:hover,
.next-btn1:focus,
.next-btn1:active,
.prev-btn1:hover,
.prev-btn1:focus,
.prev-btn1:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.85);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 1;
}

.slick-prev {
  left: -180px;
}

@media (max-width: 1650px) {
  .slick-prev {
    left: -120px;
  }
}

@media (max-width: 1650px) {
  .slick-prev {
    left: -80px;
  }
}

@media (max-width: 1430px) {
  .slick-prev {
    left: 20px;
  }
}

@media (max-width: 960px) {
  .slick-prev {
    left: 0;
  }
}

@media (max-width: 640px) {
  .slick-prev {
    left: 0;
  }
}

.slick-prev::before {
  background-image: url("images/svg/arrow-left.svg");
  margin: 0 auto;
}

.prev-btn1::before {
  background-image: url("images/svg/arrow-left.svg");
  margin: 0 auto;
}

.next-btn1::before {
  background-image: url("images/svg/arrow-right.svg");
  margin: 0 auto;
}

.slider-arrows {
  max-width: 1280px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1430px) {
  .slider-arrows {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .slider-arrows {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 25px;
  }
}

.slider-arrows span {
  margin: 0 10px;
}

.slick-next {
  right: -180px;
}

@media (max-width: 1650px) {
  .slick-next {
    right: -120px;
  }
}

@media (max-width: 1550px) {
  .slick-next {
    right: -80px;
  }
}

@media (max-width: 1430px) {
  .slick-next {
    right: 20px;
  }
}

@media (max-width: 960px) {
  .slick-next {
    right: 0;
  }
}

@media (max-width: 640px) {
  .slick-next {
    right: 0;
  }
}

.slick-next::before {
  background-image: url("images/svg/arrow-right.svg");
  margin: 0 auto;
}

.hero-slider .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-slider .slick-dots li {
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
}

.hero-slider .slick-dots li button {
  width: 100%;
  height: 4px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.14);
}

.hero-slider .slick-dots li button:before {
  display: none;
}

.hero-slider .slick-dots li.slick-active button {
  background-color: #C8A45C;
}

.hero-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hero-slider:not(.slick-slider) {
  height: 860px;
  overflow: hidden;
}

@media (max-width: 1650px) {
  .hero-slider:not(.slick-slider) {
    height: 700px;
  }
}

@media (max-width: 1430px) {
  .hero-slider:not(.slick-slider) {
    height: 650px;
  }
}

@media (max-width: 960px) {
  .hero-slider:not(.slick-slider) {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .hero-slider:not(.slick-slider) {
    height: 430px;
  }
}

.hero-slide {
  height: auto;
  position: relative;
  background-color: #052541;
  height: 860px;
}

@media (max-width: 1650px) {
  .hero-slide {
    height: 700px;
  }
}

@media (max-width: 1430px) {
  .hero-slide {
    height: 650px;
  }
}

@media (max-width: 960px) {
  .hero-slide {
    height: auto;
  }
}

.hero-slide::before {
  content: "";
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .hero-slide::before {
    background: #000000;
    opacity: 0.65;
  }
}

.hero-slide .container {
  padding-top: 240px;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 210px;
}

@media (max-width: 1650px) {
  .hero-slide .container {
    padding-top: 170px;
    padding-bottom: 180px;
  }
}

@media (max-width: 960px) {
  .hero-slide .container {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .hero-slide .container {
    text-align: center;
    padding-top: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
  }
}

@media (max-width: 640px) {
  .hero-slide .container {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.hero-slide .hero-buttons {
  padding-top: 15px;
}

@media (max-width: 1430px) {
  .hero-slide .hero-buttons {
    padding-top: 0;
  }
}

.hero-slide .hero-text {
  max-width: 640px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 50px;
}

@media (max-width: 1650px) {
  .hero-slide .hero-text {
    padding: 40px;
    max-width: 550px;
  }
}

@media (max-width: 1430px) {
  .hero-slide .hero-text {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .hero-slide .hero-text {
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
  }
}

@media (max-width: 640px) {
  .hero-slide .hero-text {
    padding: 20px;
  }
}

.hero-slide h2 {
  color: white;
  font-size: 42px;
  line-height: 1.1;
}

@media (max-width: 1650px) {
  .hero-slide h2 {
    font-size: 38px;
  }
}

@media (max-width: 1430px) {
  .hero-slide h2 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .hero-slide h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-slide h2 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .hero-slide h2 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .hero-slide h2 {
    font-size: 22px;
  }
}

.hero-slide p {
  color: white;
  font-size: 18px;
}

@media (max-width: 1650px) {
  .hero-slide p {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .hero-slide p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-slide p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero-slide p {
    font-size: 13px;
  }
}

.about-video {
  width: 110%;
  margin-left: -10%;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 1430px) {
  .about-video {
    margin-top: 40px;
    width: 105%;
    margin-left: -5%;
  }
}

@media (max-width: 960px) {
  .about-video {
    width: 100%;
    margin-left: -20px;
  }
}

@media (max-width: 767px) {
  .about-video {
    margin-left: 0;
    margin-top: 20px;
  }
}

.about-video a {
  height: 570px;
  width: 100%;
  position: relative;
  z-index: 1;
  position: relative;
}

@media (max-width: 1430px) {
  .about-video a {
    height: 520px;
  }
}

@media (max-width: 960px) {
  .about-video a {
    height: 440px;
  }
}

@media (max-width: 767px) {
  .about-video a {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .about-video a {
    height: 280px;
  }
}

.about-video a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.about-video img {
  width: 100%;
  height: auto;
}

.gold-square {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 230px;
  height: 230px;
  background: #d9b954;
  background: linear-gradient(10deg, #d9b954 0%, #b18f3a 100%);
}

@media (max-width: 1430px) {
  .gold-square {
    width: 180px;
    height: 180px;
    top: -20px;
    right: -20px;
  }
}

@media (max-width: 960px) {
  .gold-square {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .gold-square {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .flex2cols .flex-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-services {
  margin: 90px 0;
}

@media (max-width: 1430px) {
  .section-services {
    margin: 70px 0;
  }
}

@media (max-width: 767px) {
  .section-services {
    margin: 50px 0;
  }
}

.services-relative .gold-square {
  top: auto;
  bottom: -25px;
  left: -25px;
  right: auto;
}

@media (max-width: 640px) {
  .services-relative .gold-square {
    left: -15px;
    bottom: -15px;
  }
}

.about-image {
  width: 100%;
  max-width: 534px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .about-image {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    margin-top: 20px;
  }
}

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

@media (max-width: 767px) {
  .flex2cols {
    display: block;
  }
  .flex2cols .col_50 {
    width: 100%;
  }
}

.flex2cols .the-content {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .flex2cols .the-content {
    max-width: 100%;
  }
}

.flex2cols .the-content.centered-content {
  max-width: 487px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .flex2cols .the-content.centered-content {
    max-width: 100%;
  }
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background: rgba(255, 255, 255, 0.4);
  width: 74px;
  height: 74px;
  border-radius: 50px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-animation: waves-element linear 3s infinite;
          animation: waves-element linear 3s infinite;
  -webkit-box-shadow: 0 0 1px 20px rgba(255, 255, 255, 0.2), 0 0 1px 40px rgba(255, 255, 255, 0);
  box-shadow: 0 0 1px 20px rgba(255, 255, 255, 0.2), 0 0 1px 40px rgba(255, 255, 255, 0);
}

@media (max-width: 1300px) {
  .play-btn {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 767px) {
  .play-btn {
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.2), 0 0 1px 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.2), 0 0 1px 20px rgba(255, 255, 255, 0);
  }
}

.play-btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 1px 20px rgba(255, 255, 255, 0.3), 0 0 1px 40px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 1px 20px rgba(255, 255, 255, 0.3), 0 0 1px 40px rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .play-btn:hover {
    -webkit-box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.3), 0 0 1px 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.3), 0 0 1px 20px rgba(255, 255, 255, 0.3);
  }
}

.button-wrap {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .button-wrap {
    padding-top: 10px;
  }
}

.section-small {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (max-width: 1650px) {
  .section-small {
    max-width: 1400px;
  }
}

.black-bck {
  background-color: #1E1E1E;
}

.item-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 150px;
  width: 100%;
  padding: 10px;
  background-color: white;
}

@media (max-width: 1650px) {
  .item-brand {
    height: 140px;
  }
}

@media (max-width: 1100px) {
  .item-brand {
    height: 120px;
  }
}

@media (max-width: 480px) {
  .item-brand {
    height: 80px;
  }
}

.item-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.item-brand img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.section-partners .centered-text {
  margin-bottom: 30px;
}

.slider-brands {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .slider-brands {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
  }
}

.slider-brands:not(.slick-slider) {
  height: 150px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1650px) {
  .slider-brands:not(.slick-slider) {
    height: 140px;
  }
}

@media (max-width: 1100px) {
  .slider-brands:not(.slick-slider) {
    height: 120px;
  }
}

@media (max-width: 480px) {
  .slider-brands:not(.slick-slider) {
    height: 80px;
  }
}

.slider-brands:not(.slick-slider) .slide-brand {
  width: 20%;
}

@media (max-width: 767px) {
  .slider-brands:not(.slick-slider) .slide-brand {
    width: 33.33%;
  }
}

@media (max-width: 400px) {
  .slider-brands:not(.slick-slider) .slide-brand {
    width: 50%;
  }
}

.slide-brand {
  padding: 0 10px;
}

@media (max-width: 640px) {
  .slide-brand {
    padding: 0 5px;
  }
}

.slide-brand:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.slide-brand img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.centered-text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.slider-services,
.slider-testimonials {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .slider-services,
  .slider-testimonials {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 640px) {
  .slider-services,
  .slider-testimonials {
    padding-right: 40px;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .slider-services,
  .slider-testimonials {
    padding-right: 25px;
  }
}

.slider-services::before,
.slider-testimonials::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  right: 100%;
  background-color: white;
  top: -1px;
  z-index: 1;
  margin-right: 10px;
  height: 104%;
}

@media (max-width: 960px) {
  .slider-services::before,
  .slider-testimonials::before {
    display: none;
  }
}

.slider-services .slick-list,
.slider-testimonials .slick-list {
  overflow: visible;
}

.slider-services .slick-prev,
.slider-testimonials .slick-prev {
  left: auto;
  right: 80px;
  top: -60px;
}

@media (max-width: 960px) {
  .slider-services .slick-prev,
  .slider-testimonials .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: 0;
  }
}

.slider-services .slick-next,
.slider-testimonials .slick-next {
  right: 0;
  top: -60px;
}

@media (max-width: 960px) {
  .slider-services .slick-next,
  .slider-testimonials .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}

.service-box {
  display: block;
  width: 100%;
  height: 480px;
  position: relative;
  background-color: #000;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .service-box {
    height: 400px;
  }
}

@media (max-width: 960px) {
  .service-box {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .service-box {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .service-box {
    height: 300px;
  }
}

.service-box:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.service-box:hover:after {
  background-color: #C8A45C;
}

@media screen and (min-width: 961px) {
  .service-box:hover {
    text-decoration: none;
  }
}

.service-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  background: black;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 960px) {
  .service-box::before {
    height: 100%;
  }
}

.service-box:after {
  content: "";
  width: calc(100% - 60px);
  left: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.service-box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
}

@media (max-width: 1300px) {
  .service-box .text {
    padding: 25px;
  }
}

@media (max-width: 960px) {
  .service-box .text {
    padding: 25px 20px;
  }
}

@media (max-width: 640px) {
  .service-box .text {
    padding: 20px 15px;
  }
}

.service-box .title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: white;
  font-weight: 700;
  position: relative;
}

@media (max-width: 1650px) {
  .service-box .title {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .service-box .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .service-box .title {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.service-box .info {
  color: white;
  opacity: 0.8;
}

.service-box .info p {
  margin: 0;
}

@media (max-width: 640px) {
  .service-box .info p {
    font-size: 13px;
    line-height: 1.3;
  }
}

.service-box .cover,
.service-box .ovh {
  width: 100%;
  height: 100%;
  background-color: #000;
}

@media (max-width: 960px) {
  .flex-title {
    display: block;
    text-align: center;
  }
  .flex-title .col_50 {
    width: 100%;
  }
  .flex-title .title-line:before {
    display: inline-block;
    top: 5px;
    position: relative;
  }
}

@media (max-width: 960px) {
  .flex-title .the-content {
    margin-left: auto;
    margin-right: auto;
  }
}

.slide-service {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .slide-service {
    padding: 0 10px;
  }
}

@media (max-width: 640px) {
  .slide-service {
    padding: 0 5px;
  }
}

.slider-services:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 560px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .slider-services:not(.slick-slider) {
    height: 500px;
  }
}

@media (max-width: 960px) {
  .slider-services:not(.slick-slider) {
    height: 400px;
  }
}

.slider-services:not(.slick-slider) .service-slide {
  width: 25%;
}

@media (max-width: 1430px) {
  .slider-services:not(.slick-slider) .service-slide {
    width: 33.33%;
  }
}

@media (max-width: 960px) {
  .slider-services:not(.slick-slider) .service-slide {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .slider-services:not(.slick-slider) .service-slide {
    width: 100%;
  }
}

.trust-flex {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .trust-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.trust-icon {
  width: 60px;
  position: relative;
}

@media (max-width: 1430px) {
  .trust-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1100px) {
  .trust-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 960px) {
  .trust-icon {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 640px) {
  .trust-icon {
    height: 40px;
    width: 40px;
    margin-bottom: 6px;
  }
}

.trust-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  right: -5px;
  background-color: #e6d8ba;
}

@media (max-width: 1430px) {
  .trust-icon:before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 960px) {
  .trust-icon:before {
    top: 0;
    right: 0;
  }
}

.trust-icon img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  position: relative;
  z-index: 1;
}

.trust-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .trust-box {
    display: block;
    text-align: center;
  }
}

.trust-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 0;
  width: calc(100% - 60px);
  padding-left: 15px;
}

@media (max-width: 1650px) {
  .trust-title {
    font-size: 18px;
  }
}

@media (max-width: 1430px) {
  .trust-title {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
}

@media (max-width: 1100px) {
  .trust-title {
    font-size: 16px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 960px) {
  .trust-title {
    margin-top: 5px;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .trust-title {
    font-size: 14px;
  }
}

.trust-item {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .trust-item {
    width: 50%;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

.trust-item:nth-child(odd) .trust-icon::before {
  top: auto;
  right: auto;
  left: -5px;
  bottom: -5px;
}

@media (max-width: 960px) {
  .trust-item:nth-child(odd) .trust-icon::before {
    left: 0;
    bottom: 0;
  }
}

.trust-item:nth-child(odd)::before {
  display: none;
}

.section-offer {
  padding: 130px 0;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-offer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1650px) {
  .section-offer {
    padding: 100px 0;
  }
}

@media (max-width: 1430px) {
  .section-offer {
    padding: 80px 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .section-offer {
    padding: 60px 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.offer-centered {
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 35px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 640px) {
  .offer-centered {
    padding: 15px 20px 25px 20px;
  }
  .offer-centered h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.section-experience {
  position: relative;
  padding: 230px 0;
}

.section-experience::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(38%, rgba(21, 21, 21, 0.896818)), to(rgba(38, 38, 38, 0)));
  background: linear-gradient(90deg, #121212 0%, rgba(21, 21, 21, 0.896818) 38%, rgba(38, 38, 38, 0) 100%);
}

@media (max-width: 767px) {
  .section-experience::before {
    background: #000;
    opacity: 0.8;
  }
}

@media (max-width: 1650px) {
  .section-experience {
    padding: 150px 0;
  }
}

@media (max-width: 1100px) {
  .section-experience {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-experience {
    padding: 70px 0;
  }
}

.section-experience .the-content {
  max-width: 620px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1650px) {
  .section-experience .the-content {
    max-width: 490px;
  }
}

@media (max-width: 960px) {
  .section-experience .the-content {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .section-experience .the-content {
    max-width: 100%;
  }
}

.years-experience {
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 60px 80px;
}

@media (max-width: 960px) {
  .years-experience {
    right: 20px;
    padding: 40px 50px;
  }
}

@media (max-width: 767px) {
  .years-experience {
    display: block;
    right: 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
    max-width: 160px;
    margin-bottom: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}

.years-experience::before {
  border-left: 10px solid #C8A45C;
  border-top: 10px solid #C8A45C;
  border-bottom: 10px solid #C8A45C;
  left: 0;
}

@media (max-width: 767px) {
  .years-experience::before {
    border-width: 6px;
  }
}

.years-experience:before, .years-experience:after {
  content: "";
  display: block;
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 960px) {
  .years-experience:before, .years-experience:after {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .years-experience:before, .years-experience:after {
    width: 60px;
  }
}

.years-experience:after {
  border-right: 10px solid #C8A45C;
  border-top: 10px solid #C8A45C;
  border-bottom: 10px solid #C8A45C;
  right: 0;
}

@media (max-width: 767px) {
  .years-experience:after {
    border-width: 6px;
  }
}

.years-experience p {
  line-height: 1;
  margin: 0;
  font-weight: 700;
  text-align: center;
}

.years-experience p strong,
.years-experience p span {
  display: block;
  line-height: 1;
  font-weight: 700;
}

.years-experience p strong {
  font-size: 100px;
}

@media (max-width: 1650px) {
  .years-experience p strong {
    font-size: 82px;
  }
}

@media (max-width: 960px) {
  .years-experience p strong {
    font-size: 64px;
  }
}

@media (max-width: 767px) {
  .years-experience p strong {
    font-size: 42px;
  }
}

.years-experience p span.top-text {
  font-size: 42px;
}

@media (max-width: 1650px) {
  .years-experience p span.top-text {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .years-experience p span.top-text {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .years-experience p span.top-text {
    font-size: 20px;
  }
}

.years-experience p span.bottom-text {
  font-size: 24px;
}

@media (max-width: 960px) {
  .years-experience p span.bottom-text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .years-experience p span.bottom-text {
    font-size: 14px;
  }
}

.counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.counter-item {
  width: 25%;
  padding: 15px 10px;
  text-align: center;
  position: relative;
}

@media (max-width: 640px) {
  .counter-item {
    padding: 10px 5px;
    width: 50%;
  }
}

.counter-item:first-child::before {
  display: none;
}

.counter-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 640px) {
  .counter-item::before {
    display: none;
  }
}

.counter-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.counter-top span {
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 1650px) {
  .counter-top span {
    font-size: 52px;
  }
}

@media (max-width: 960px) {
  .counter-top span {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .counter-top span {
    font-size: 22px;
  }
}

.counter-bottom {
  font-size: 18px;
  display: block;
}

@media (max-width: 1650px) {
  .counter-bottom {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .counter-bottom {
    font-size: 12px;
  }
}

.section-counter {
  background-color: #000000;
  padding: 60px 0;
}

@media (max-width: 1650px) {
  .section-counter {
    padding: 50px 0;
  }
}

@media (max-width: 1300px) {
  .section-counter {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .section-counter {
    padding: 35px 0;
  }
}

.slide-offer-image {
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #000;
}

@media (max-width: 640px) {
  .slide-offer-image {
    width: 100%;
  }
  .slide-offer-image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
  }
}

.slider-offers .slick-prev,
.slider-offers .slick-next {
  bottom: 0;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1430px) {
  .slider-offers .slick-prev,
  .slider-offers .slick-next {
    left: auto;
    right: 30px;
    -webkit-transform: none;
            transform: none;
  }
}

.slider-offers .slick-prev {
  margin-left: 500px;
}

@media (max-width: 1430px) {
  .slider-offers .slick-prev {
    margin-left: 0;
    right: 100px;
  }
}

@media (max-width: 640px) {
  .slider-offers .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: auto;
  }
}

.slider-offers .slick-next {
  margin-left: 580px;
}

@media (max-width: 1430px) {
  .slider-offers .slick-next {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .slider-offers .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 0;
  }
}

.slide-offer {
  position: relative;
}

.slide-offer .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1650px) {
  .slide-offer .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (max-width: 960px) {
  .slide-offer .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 640px) {
  .slide-offer .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.slide-offer-text {
  margin-left: auto;
  max-width: 720px;
  padding: 80px;
  background-color: #1E1E1E;
  position: relative;
  z-index: 1;
}

@media (max-width: 1650px) {
  .slide-offer-text {
    padding: 50px;
    max-width: 640px;
  }
}

@media (max-width: 960px) {
  .slide-offer-text {
    max-width: 480px;
    padding: 40px;
  }
}

@media (max-width: 640px) {
  .slide-offer-text {
    padding: 25px 20px;
    background-color: transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.flex-windows .the-content {
  margin-left: 0;
}

@media (max-width: 1430px) {
  .flex-windows .the-content {
    max-width: 100%;
  }
}

.flex-windows.row-reverse .the-content {
  margin-left: auto;
  margin-right: 0;
}

.flex-windows-items {
  margin-top: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 640px) {
  .flex-windows-items {
    display: block;
  }
  .flex-windows-items .col_33 {
    width: 100%;
    margin: 5px 0;
  }
}

.item-windows {
  background-color: white;
  padding: 24px 30px;
  border: 1px solid #EBEBEB;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .item-windows {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .item-windows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 15px;
  }
}

.item-windows:hover {
  text-decoration: none;
  border-color: #C8A45C;
}

.item-windows .image {
  height: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 1100px) {
  .item-windows .image {
    height: 120px;
  }
}

@media (max-width: 640px) {
  .item-windows .image {
    width: 100px;
    height: auto;
    margin-bottom: 0;
  }
}

.item-windows .image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 640px) {
  .item-windows .image img {
    max-height: 100px;
  }
}

.item-windows .title {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  font-weight: 700;
  position: relative;
}

@media (max-width: 1650px) {
  .item-windows .title {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .item-windows .title {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .item-windows .title {
    font-size: 16px;
    width: calc(100% - 100px);
  }
}

.blog-slide-item {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}

.blog-slide-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  background: black;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 960px) {
  .blog-slide-item::before {
    height: 100%;
  }
}

.blog-slide-item:hover {
  text-decoration: none;
}

.blog-slide-item:hover .cover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-slide-item .ovh {
  overflow: hidden;
}

.blog-slide-item .cover {
  width: 100%;
  height: 470px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

@media (max-width: 1300px) {
  .blog-slide-item .cover {
    height: 400px;
  }
}

@media (max-width: 960px) {
  .blog-slide-item .cover {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .blog-slide-item .cover {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .blog-slide-item .cover {
    height: 300px;
  }
}

.blog-slide-item span,
.blog-slide-item p {
  color: white;
}

.blog-text {
  padding: 30px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .blog-text {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .blog-text {
    padding: 20px 15px;
  }
}

.blog-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: white;
  margin-left: -5px;
  margin-right: -5px;
}

.blog-about span {
  font-size: 15px;
  display: block;
  line-height: 1.3;
  padding: 0 5px;
}

@media (max-width: 960px) {
  .blog-about span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .blog-about span {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .blog-about span {
    font-size: 12px;
    line-height: 1;
  }
}

.blog-about .blog-about-item {
  padding-right: 15px;
  position: relative;
}

.blog-about .blog-about-item:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 2px;
  height: 15px;
  width: 1px;
  background-color: #fff;
}

@media (max-width: 640px) {
  .blog-about .blog-about-item:after {
    top: 2px;
    height: 11px;
  }
}

@media (max-width: 480px) {
  .blog-about .blog-about-item:after {
    top: 0;
  }
}

.blog-about .blog-about-item:last-child {
  padding-right: 0;
}

.blog-about .blog-about-item:last-child:after {
  display: none;
}

p.blog-title {
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 1300px) {
  p.blog-title {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  p.blog-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  p.blog-title {
    font-size: 16px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.blog-slider {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .blog-slider {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .blog-slider {
    padding-right: 40px;
  }
  .blog-slider .slick-list {
    overflow: visible;
  }
}

@media (max-width: 480px) {
  .blog-slider {
    padding-right: 25px;
  }
}

.blog-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog-slider .slick-slide {
  height: auto;
}

.blog-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 500px;
  overflow: hidden;
}

@media (max-width: 1430px) {
  .blog-slider:not(.slick-slider) {
    height: 450px;
  }
}

@media (max-width: 1300px) {
  .blog-slider:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .blog-slider:not(.slick-slider) {
    height: 350px;
  }
}

@media (max-width: 640px) {
  .blog-slider:not(.slick-slider) {
    height: 305px;
  }
}

.blog-slider:not(.slick-slider) .blog-slide {
  width: 33.33%;
}

@media (max-width: 1100px) {
  .blog-slider:not(.slick-slider) .blog-slide {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .blog-slider:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}

.blog-slide {
  padding: 15px;
}

@media (max-width: 767px) {
  .blog-slide {
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .blog-slide {
    padding: 0 5px;
  }
}

.blog-slide .blog-about {
  margin-bottom: 7px;
}

@media (max-width: 960px) {
  .section-testimonials .col_50 {
    width: 100%;
    text-align: center;
  }
}

.slider-testimonials:not(.slick-slider) {
  overflow: hidden !important;
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 960px) {
  .slider-testimonials:not(.slick-slider) {
    height: 250px;
  }
}

.slider-testimonials:not(.slick-slider) .slide-testimonials {
  width: 50%;
}

@media (max-width: 960px) {
  .slider-testimonials:not(.slick-slider) .slide-testimonials {
    width: 100%;
  }
}

.slider-testimonials .slick-list {
  overflow: visible;
}

.slider-testimonials .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slider-testimonials .slick-slide {
  height: auto;
  padding: 15px;
}

@media (max-width: 767px) {
  .slider-testimonials .slick-slide {
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .slider-testimonials .slick-slide {
    padding: 0 5px;
  }
}

.box-testimonials {
  padding: 50px;
  background-color: #F4F4F4;
  height: 100%;
}

@media (max-width: 1650px) {
  .box-testimonials {
    padding: 30px;
  }
}

@media (max-width: 960px) {
  .box-testimonials {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .box-testimonials {
    padding: 30px 20px;
  }
}

@media (max-width: 640px) {
  .box-testimonials {
    padding: 25px 20px;
    width: 100%;
  }
}

.box-testimonials .text {
  margin: 0;
  margin: 0 0 10px 0;
  font-size: 18px;
}

@media (max-width: 1650px) {
  .box-testimonials .text {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .box-testimonials .text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .box-testimonials .text {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .box-testimonials .text {
    font-size: 13px;
  }
}

.row-stars {
  display: block;
  width: 100%;
}

.row-stars i {
  color: #fab808;
}

.testimonials-user {
  margin-top: 14px;
  position: relative;
  padding-left: 65px;
}

@media (max-width: 960px) {
  .testimonials-user {
    padding-left: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials-user {
    padding-left: 50px;
  }
}

@media (max-width: 640px) {
  .testimonials-user {
    padding-left: 45px;
  }
}

.testimonials-user span {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 960px) {
  .testimonials-user span {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .testimonials-user span {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 640px) {
  .testimonials-user span {
    width: 40px;
    height: 40px;
  }
}

.testimonials-user span img {
  width: auto;
  height: auto;
}

.testimonials-user p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  width: 100%;
  line-height: 1.34;
}

@media (max-width: 1100px) {
  .testimonials-user p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .testimonials-user p {
    font-size: 14px;
  }
}

.btn-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 75px;
  height: 75px;
  background-color: #282828;
  margin-left: auto;
}

@media (max-width: 960px) {
  .btn-right {
    margin-right: auto;
    width: 50px;
    height: 50px;
  }
}

.btn-right img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

@media (max-width: 960px) {
  .btn-right img {
    width: 17px;
    height: auto;
  }
}

.btn-right:hover img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact-form {
  padding: 50px;
  height: 100%;
  border-radius: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 1300px) {
  .contact-form {
    padding: 35px;
  }
}

@media (max-width: 960px) {
  .contact-form {
    padding: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .contact-form {
    padding: 0;
    margin-top: 15px;
    background-color: transparent;
  }
}

.contact-form p,
.contact-form span,
.contact-form label,
.contact-form li {
  color: white;
}

.contact-form input[type="submit"] {
  margin-top: 20px;
}

.contact-form .row .label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: white;
}

.contact-form .row span,
.contact-form .row label,
.contact-form .row li,
.contact-form .row p {
  font-size: 15px;
}

@media (max-width: 1300px) {
  .contact-form .row span,
  .contact-form .row label,
  .contact-form .row li,
  .contact-form .row p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .contact-form .row span,
  .contact-form .row label,
  .contact-form .row li,
  .contact-form .row p {
    font-size: 13px;
  }
}

.contact-form .row .accept-terms {
  width: 100%;
  padding: 0 8px;
}

.contact-form .row .accept-terms .wpcf7-acceptance input[type="checkbox"] {
  top: 1px;
}

@media (max-width: 640px) {
  .contact-form .row.flex {
    display: block;
  }
}

@media (max-width: 640px) {
  .contact-form .col_50 {
    width: 100%;
  }
}

.contact-form h2 {
  margin-top: 0;
}

.contact-form form p {
  margin: 0;
}

.contact-form .wpcf7-spinner {
  margin: 10px 0 0 10px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 28px);
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  display: inline;
  text-decoration: underline;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  font-size: 15px;
}

.form-cell {
  padding: 0 10px;
}

.form-cell.cell50 {
  width: 50%;
}

@media (max-width: 640px) {
  .form-cell.cell50 {
    width: 100%;
  }
}

.form-cell.cell100 {
  width: 100%;
}

.form-cell p {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item {
  display: block;
  position: relative;
  padding-left: 30px;
}

.wpcf7-list-item label {
  display: block;
  width: 100%;
}

.wpcf7-acceptance {
  display: block;
  position: relative;
}

.wpcf7-acceptance input[type="radio"],
.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-contact {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 1650px) {
  .footer-contact {
    padding: 90px 0;
  }
}

@media (max-width: 960px) {
  .footer-contact {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .footer-contact {
    padding: 60px 0;
  }
}

@media (max-width: 640px) {
  .footer-contact {
    padding: 50px 0;
  }
}

.footer-contact::before {
  content: "";
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .footer-contact::before {
    background: #000000;
    opacity: 0.7;
  }
}

.footer-contact .container {
  position: relative;
  z-index: 1;
}

.footer-contact .contact-header {
  display: block;
}

.footer-contact .contact-header li {
  margin: 22px 0;
}

.footer-contact .contact-header a {
  font-size: 20px;
}

@media (max-width: 1430px) {
  .footer-contact .contact-header a {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .footer-contact .contact-header a {
    font-size: 16px;
    font-weight: 600;
  }
}

.footer-contact .contact-header span {
  width: 36px;
  height: 36px;
}

.contact-wrap-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-wrap-flex .the-content {
  max-width: 460px;
}

@media (max-width: 767px) {
  .contact-wrap-flex {
    display: block;
  }
  .contact-wrap-flex .col_40,
  .contact-wrap-flex .col_60 {
    width: 100%;
  }
  .contact-wrap-flex .col_40 {
    margin-bottom: 0;
  }
}

.text-right {
  font-size: 18px;
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 40px;
}

@media (max-width: 960px) {
  .text-right {
    padding-bottom: 10px;
  }
}

.text-right p {
  margin-top: 0;
}

@media (max-width: 1430px) {
  .text-right {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .text-right {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .text-right {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .text-right {
    font-size: 13px;
  }
}

.title-testimonials h2 {
  margin-bottom: 0;
}

.section-hero {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.section-hero.cover {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
  background-color: black;
}

.section-hero.cover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 767px) {
  .section-hero.cover::before {
    background-color: #000;
    opacity: 0.75;
  }
}

.section-hero .container {
  position: relative;
  padding-top: 180px;
}

@media (max-width: 1430px) {
  .section-hero .container {
    padding-top: 170px;
  }
}

@media (max-width: 960px) {
  .section-hero .container {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .section-hero .container {
    padding-top: 120px;
  }
}

@media (max-width: 640px) {
  .section-hero .container {
    padding-top: 100px;
  }
}

.section-hero h1 {
  color: white;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

@media (max-width: 960px) {
  .section-hero h1 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-hero h1 {
    padding-bottom: 15px;
  }
}

@media (max-width: 640px) {
  .section-hero h1 {
    padding-bottom: 10px;
  }
}

.breadcrumbs-section {
  padding-bottom: 5px;
  position: relative;
}

.breadcrumbs-section span,
.breadcrumbs-section a {
  display: inline;
  color: white;
}

@media (max-width: 1550px) {
  .breadcrumbs-section span,
  .breadcrumbs-section a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-section span,
  .breadcrumbs-section a {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .breadcrumbs-section span,
  .breadcrumbs-section a {
    font-size: 11px;
  }
}

.breadcrumbs-section p {
  color: white;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}

@media (max-width: 1550px) {
  .breadcrumbs-section p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-section p {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .breadcrumbs-section p {
    font-size: 11px;
  }
}

.breadcrumbs-section a {
  text-decoration: none;
}

.breadcrumbs-section i {
  margin: 0 7px;
  line-height: 1;
  position: relative;
  top: -1px;
  font-size: 8px;
}

@media (max-width: 767px) {
  .breadcrumbs-section i {
    font-size: 7px;
    margin: 0 3px;
  }
}

.breadcrumbs-section .breadcrumb_last {
  text-decoration: underline;
}

.category-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  height: 620px;
  width: 100%;
  position: relative;
  padding: 40px;
}

@media (max-width: 1650px) {
  .category-item-box {
    height: 540px;
  }
}

@media (max-width: 1300px) {
  .category-item-box {
    padding: 30px;
    height: 480px;
  }
}

@media (max-width: 960px) {
  .category-item-box {
    padding: 25px;
    height: 360px;
  }
}

@media (max-width: 767px) {
  .category-item-box {
    padding: 20px;
    height: 280px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.category-item-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  background: black;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 960px) {
  .category-item-box::before {
    height: 100%;
  }
}

.category-item-box:hover {
  text-decoration: none;
}

.category-item-box:hover .cover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.category-item-box:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.category-item-box .title {
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: white;
}

@media (max-width: 1300px) {
  .category-item-box .title {
    font-size: 18px;
    text-align: left;
  }
}

@media (max-width: 960px) {
  .category-item-box .title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .category-item-box .title {
    font-size: 16px;
  }
}

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

@media (max-width: 767px) {
  .flex-about2 .relative {
    margin-top: 30px;
  }
}

.flex-about2 .relative img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .flex-about2.row-reverse .col_50 .relative {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .flex-about2.row-reverse .col_50 .relative {
    width: 100%;
  }
}

@media (max-width: 1430px) {
  .flex-categories .col_50 {
    padding: 0 2px;
  }
}

@media (max-width: 480px) {
  .flex-categories {
    display: block;
  }
  .flex-categories .col_50 {
    width: 100%;
    padding: 2px;
  }
}

.flex-services {
  margin: 40px 0 65px 0;
}

@media (max-width: 1650px) {
  .flex-services {
    margin: 20px 0 40px 0;
  }
}

@media (max-width: 1100px) {
  .flex-services {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.flex-services .col_33 {
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .flex-services .col_33 {
    padding: 0 8px;
    margin-top: 16px;
  }
}

@media (max-width: 960px) {
  .flex-services .col_33 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .flex-services .col_33 {
    width: 100%;
  }
}

.flex-features {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-features .trust-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .flex-features .trust-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

.flex-features .feature-text {
  width: 100%;
  color: #1e1e1e;
}

@media (max-width: 480px) {
  .flex-features .trust-title {
    width: calc(100% - 40px);
    text-align: left;
    margin: 0;
    padding-left: 10px;
  }
}

@media (max-width: 960px) {
  .flex-features .trust-item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .flex-features .trust-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .flex-features .trust-item {
    width: 100%;
    text-align: left;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 400px) {
  .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tabs li {
  width: 100%;
  text-align: center;
}

@media (max-width: 400px) {
  .tabs li {
    width: 50%;
    padding: 5px;
  }
}

.tabs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #a1a1a1;
  position: relative;
}

@media (max-width: 1300px) {
  .tabs a {
    padding: 10px 5px;
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .tabs a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .tabs a {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .tabs a {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 10px;
  }
}

@media (max-width: 400px) {
  .tabs a {
    border: 1px solid #EBEBEB;
    font-weight: 700;
  }
}

.tabs a:hover {
  text-decoration: none;
}

.tabs a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #EBEBEB;
  bottom: 0;
}

@media (max-width: 400px) {
  .tabs a::before {
    display: none;
  }
}

.tabs a.active {
  color: #000000;
}

.tabs a.active::before {
  background-color: #C8A45C;
}

@media (max-width: 400px) {
  .tabs a.active {
    border-color: #C8A45C;
  }
}

.tab-content {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 1300px) {
  .tab-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 640px) {
  .tab-content {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-content .the-content ul {
  overflow: inherit;
  clear: none;
}

@media (max-width: 767px) {
  .window-image {
    margin-top: 30px;
  }
}

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

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

.product-item {
  width: 33.333%;
  padding: 15px;
  height: auto;
}

@media (max-width: 1300px) {
  .product-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .product-item {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .product-item {
    padding: 5px;
  }
}

@media (max-width: 380px) {
  .product-item {
    width: 100%;
  }
}

.product-item a {
  display: block;
  border: 1px solid #EBEBEB;
  padding: 10px 10px 20px;
  text-align: center;
  height: 100%;
}

@media (max-width: 640px) {
  .product-item a {
    padding: 10px;
  }
}

.product-item a:hover {
  text-decoration: none;
  border-color: #C8A45C;
}

.product-item .big_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

@media (max-width: 1650px) {
  .product-item .big_title {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .product-item .big_title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .product-item .big_title {
    font-size: 14px;
  }
}

.product-item .product-main-image {
  display: block;
  text-align: center;
  height: 300px;
  margin-bottom: 20px;
}

.product-item .product-main-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1650px) {
  .advantages-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .advantages-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.advantages-list li {
  width: 33.333%;
  padding: 15px 15px 15px 50px;
  position: relative;
  font-size: 18px;
}

@media (max-width: 1650px) {
  .advantages-list li {
    font-size: 16px;
    padding: 10px 10px 10px 40px;
  }
}

@media (max-width: 1100px) {
  .advantages-list li {
    width: 50%;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .advantages-list li {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
  }
}

@media (max-width: 640px) {
  .advantages-list li {
    width: 100%;
    font-size: 13px;
  }
}

.advantages-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 25px;
  height: 25px;
  background-image: url("images/svg/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1650px) {
  .advantages-list li::before {
    top: 15px;
  }
}

@media (max-width: 960px) {
  .advantages-list li::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
}

.item-gallery {
  width: 100%;
  height: 0;
  padding-bottom: 74%;
  position: relative;
}

.item-gallery::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.item-gallery:before {
  opacity: 0;
}

.item-gallery:hover:before {
  opacity: 1;
}

.slider-gallery {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  padding-right: 90px;
}

@media (max-width: 1650px) {
  .slider-gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 960px) {
  .slider-gallery {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .slider-gallery {
    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  .slider-gallery {
    padding-right: 25px;
  }
}

.slider-gallery::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  right: 100%;
  background-color: white;
  top: -1px;
  z-index: 1;
  margin-right: 10px;
  height: 104%;
}

@media (max-width: 960px) {
  .slider-gallery::before {
    display: none;
  }
}

.slider-gallery .slick-list {
  overflow: visible;
}

.slider-gallery .slick-prev {
  left: auto;
  right: 80px;
  top: -60px;
}

@media (max-width: 960px) {
  .slider-gallery .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: 0;
  }
}

.slider-gallery .slick-next {
  right: 0;
  top: -60px;
}

@media (max-width: 960px) {
  .slider-gallery .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}

.slide-gallery {
  padding: 15px;
}

@media (max-width: 1650px) {
  .slide-gallery {
    padding: 10px;
  }
}

@media (max-width: 960px) {
  .slide-gallery {
    padding: 5px;
  }
}

.color-flex {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1100px) {
  .color-flex {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.color-item {
  width: 14.28%;
  padding: 10px;
}

@media (max-width: 1100px) {
  .color-item {
    width: 20%;
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .color-item {
    width: 25%;
  }
}

@media (max-width: 640px) {
  .color-item {
    width: 33.3333%;
  }
}

@media (max-width: 480px) {
  .color-item {
    width: 50%;
  }
}

.color-box {
  height: 100%;
  border: 1px solid #EBEBEB;
  background-color: white;
  height: 100%;
}

.color-box .image {
  height: 110px;
  width: 100%;
}

@media (max-width: 1550px) {
  .color-box .image {
    height: 90px;
  }
}

@media (max-width: 767px) {
  .color-box .image {
    height: 80px;
  }
}

.color-box p.title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  margin: 10px 0;
  padding: 0 5px;
  text-align: center;
}

@media (max-width: 960px) {
  .color-box p.title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .color-box p.title {
    font-size: 13px;
    margin: 10px 0;
  }
}

@media (max-width: 640px) {
  .color-box p.title {
    font-size: 12px;
  }
}

.tabs-section {
  margin-bottom: 30px;
}

.tabs-section .tab-content {
  padding-top: 30px;
}

.tabs-section .tab-content.active {
  display: block;
  margin: 0;
}

.text-with-image {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 960px) {
  .text-with-image {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.text-with-image .col-image,
.text-with-image .col-text {
  padding: 0 10px;
}

.text-with-image .col-image {
  width: 30%;
}

@media (max-width: 960px) {
  .text-with-image .col-image {
    width: 100%;
  }
}

.text-with-image .col-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .text-with-image .col-image img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.text-with-image .col-text {
  width: 70%;
}

@media (max-width: 960px) {
  .text-with-image .col-text {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .section-features .the-content {
    text-align: center;
  }
}

.section-hero-request {
  padding-bottom: 60px;
  background-color: #000;
}

.section-hero-request .container {
  display: block;
}

.section-hero-request form {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-request form p.big {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  text-align: center;
}

@media (max-width: 1650px) {
  .section-hero-request form p.big {
    font-size: 24px;
  }
}

@media (max-width: 1100px) {
  .section-hero-request form p.big {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .section-hero-request form p.big {
    font-size: 18px;
  }
}

.section-hero-request span.label {
  display: block;
}

.section-hero-request .fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  background-color: red;
  color: white;
  padding: 15px 5px;
}

.section-hero-request .fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
  display: none !important;
}

.section-hero-request .wpcf7 form.invalid .wpcf7-response-output,
.section-hero-request .wpcf7 form.unaccepted .wpcf7-response-output {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-request .wpcf7-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-request .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #007814;
  max-width: 500px;
  color: white;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  padding: 30px;
}

@media (max-width: 1550px) {
  .section-hero-request .wpcf7 form.sent .wpcf7-response-output {
    padding: 25px;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .section-hero-request .wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-hero-request .wpcf7 form.sent .wpcf7-response-output {
    font-size: 13px;
  }
}

.section-hero-request .wpcf7 form.sent .wpcf7-response-output::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  margin-right: 10px;
}

@media (max-width: 960px) {
  .section-hero-request .wpcf7 form.sent .wpcf7-response-output::before {
    margin-bottom: 5px;
    font-size: 16px;
    margin-right: 7px;
  }
}

.title-hero h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.title-hero .breadcrumbs-section {
  text-align: center;
}

.title-hero .wpcf7 {
  padding-top: 40px;
}

@media (max-width: 1300px) {
  .title-hero .wpcf7 {
    padding-top: 30px;
  }
}

@media (max-width: 640px) {
  .title-hero .wpcf7 {
    padding-top: 20px;
  }
}

.input-select .flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .input-select .flex-center {
    gap: 10px;
  }
}

.input-select .flex-input {
  width: calc(25% - 20px);
  padding: 40px 20px;
  background-color: white;
  min-height: 165px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .input-select .flex-input {
    width: 50%;
    padding: 20px;
    min-height: 130px;
  }
}

@media (max-width: 767px) {
  .input-select .flex-input {
    width: calc(50% - 10px);
  }
}

@media (max-width: 640px) {
  .input-select .flex-input {
    padding: 15px 10px;
  }
}

.input-select .flex-input p {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #000000 !important;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 1300px) {
  .input-select .flex-input p {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .input-select .flex-input p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .input-select .flex-input p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .input-select .flex-input p {
    font-size: 13px;
  }
}

.input-select .flex-input img {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .input-select .flex-input img {
    width: 40px;
  }
}

.input-select .flex-input img.normal-image {
  display: block;
}

.input-select .flex-input img.active-image {
  display: none;
}

.input-select .flex-input.active {
  background-color: #C8A45C;
}

.input-select .flex-input.active p {
  color: white !important;
}

.input-select .flex-input.active img.normal-image {
  display: none;
}

.input-select .flex-input.active img.active-image {
  display: block;
}

.input-select-type .flex-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 640px) {
  .input-select-type .flex-input {
    padding: 15px 10px;
  }
}

.form-last {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .form-last .row {
    display: block;
  }
}

@media (max-width: 640px) {
  .form-last .col_50 {
    width: 100%;
  }
}

.codedropz-upload-handler {
  border-color: #C8A45C;
  background-color: white;
  color: #000000;
  border-radius: 0;
}

.codedropz-upload-handler .codedropz-upload-inner span {
  color: #000000;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1550px) {
  .codedropz-upload-handler .codedropz-upload-inner span {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .codedropz-upload-handler .codedropz-upload-inner span {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .codedropz-upload-handler .codedropz-upload-inner span {
    font-size: 14px;
  }
}

.codedropz-upload-handler .codedropz-upload-inner span i {
  display: block;
  color: #C8A45C;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.codedropz-upload-handler .codedropz-upload-inner a {
  color: #C8A45C;
  text-decoration: underline;
}

.dnd-upload-counter {
  color: #000000 !important;
}

.dnd-upload-counter span {
  color: #000000 !important;
}

.codedropz-upload-inner {
  padding-top: 25px;
  position: relative;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  margin: 0 auto;
  float: none;
  border-radius: 0;
  padding: 16px 30px;
  font-size: 16px;
}

@media (max-width: 1650px) {
  form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    font-size: 13px;
    padding: 16px 22px;
  }
}

.last-step {
  text-align: center;
  margin-top: 20px;
}

.section_article {
  margin: 40px 0 65px 0;
}

@media (max-width: 1650px) {
  .section_article {
    margin: 20px 0 40px 0;
  }
}

@media (max-width: 1100px) {
  .section_article {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media (max-width: 767px) {
  .section_article {
    margin-left: 0;
    margin-right: 0;
  }
}

.section_article .share-buttons-single,
.section_article .blog-comments,
.section_article .the-content,
.section_article .flex-blog-top {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .flex-blog .blog-slide {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .flex-blog .blog-slide {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .flex-blog .blog-slide {
    width: 100%;
  }
}

.flex-blog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 960px) {
  .flex-blog-top {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .flex-blog-top {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .flex-blog-top {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

.flex-blog-top span,
.flex-blog-top a {
  font-weight: 500;
}

@media (max-width: 767px) {
  .flex-blog-top span,
  .flex-blog-top a {
    font-size: 13px;
  }
}

.flex-blog-top .blog-info-box {
  padding-right: 15px;
  position: relative;
}

.flex-blog-top .blog-info-box:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 5px;
  height: 15px;
  width: 1px;
  background-color: #000;
}

.flex-blog-top .blog-info-box:last-child {
  padding-right: 0;
}

.flex-blog-top .blog-info-box:last-child:after {
  display: none;
}

.section_article h4 {
  line-height: 1.3;
}

.blog-comments {
  padding: 40px;
  background-color: #f6f6f6;
}

@media (max-width: 1100px) {
  .blog-comments {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .blog-comments {
    padding: 20px;
  }
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1430px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}

@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}

.blog-share h4 {
  margin: 0;
}

.blog-box-bottom {
  position: relative;
  padding: 30px;
}

.blog-box-bottom::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: #C8A45C;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
}

@media (max-width: 1100px) {
  .blog-box-bottom {
    padding: 20px;
  }
}

.blog-box-bottom h4 {
  margin-bottom: 9px;
}

.blog-below-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-date-article {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}

.blog-date-article::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 20px;
  background-image: url("images/svg/date-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-comments-list {
  position: relative;
  padding-left: 30px;
}

.blog-excerpt p {
  color: #585858;
  opacity: 0.8;
  margin: 10px 0 0;
}

.blog-right-sidebar .comment-respond {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  padding: 40px;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .blog-right-sidebar .comment-respond {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .blog-right-sidebar .comment-respond {
    padding: 20px;
  }
}

.blog-right-sidebar .comment-respond p {
  margin: 0;
}

.blog-right-sidebar .comment-respond .form-submit {
  padding-top: 15px;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="tel"],
.comment-form input[type="url"],
.comment-form input[type="number"],
.comment-form input[type="date"],
.comment-form input[type="time"],
.comment-form input[type="datetime"],
.comment-form input[type="datetime-local"],
.comment-form input[type="week"],
.comment-form input[type="month"],
.comment-form textarea,
.comment-form select {
  background-color: white;
}

.comment-form p {
  padding: 0 10px;
  margin: 0;
  width: 100%;
}

.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}

@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}

.comment-form p.form-submit {
  margin-top: 15px;
}

.comment-form p.comment-notes {
  margin-bottom: 20px;
}

.comment-form p a:hover {
  color: #C8A45C;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}

.comment-form-cookies-consent label {
  padding-left: 32px;
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1300px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .comment-form-cookies-consent label {
    font-size: 13px;
  }
}

.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.required-field-message {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
  background-color: #ececec;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .required-field-message {
    font-size: 12px;
  }
}

.comment-body {
  position: relative;
}

.date-blog-post {
  display: block;
  color: #585858;
  font-size: 14px;
  margin-top: 4px;
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .share-buttons {
    margin-top: 15px;
  }
}

.share-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #C8A45C;
  color: #C8A45C;
  border-radius: 50%;
}

@media (max-width: 1300px) {
  .share-buttons a {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 960px) {
  .share-buttons a {
    width: 35px;
    height: 35px;
  }
}

.share-buttons a:hover {
  background-color: #C8A45C;
  color: white;
  text-decoration: none;
}

.share-buttons i {
  font-size: 20px;
}

@media (max-width: 960px) {
  .share-buttons i {
    font-size: 15px;
  }
}

.share-buttons li {
  margin-right: 20px;
}

@media (max-width: 960px) {
  .share-buttons li {
    margin-right: 15px;
  }
}

@media (max-width: 640px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

.share-buttons-single {
  padding: 25px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  .share-buttons-single {
    display: block;
    padding: 20px 0;
  }
}

.share-buttons-single p.title {
  font-weight: 700;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
}

@media (max-width: 1300px) {
  .share-buttons-single p.title {
    font-size: 17px;
    text-align: left;
  }
}

@media (max-width: 960px) {
  .share-buttons-single p.title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .share-buttons-single p.title {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .share-buttons-single .flex-left {
    margin-bottom: 10px;
  }
}

.share-buttons-single .blog-category a {
  text-decoration: underline;
}

.wp-pagenavi {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}

.wp-pagenavi .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -7px;
  margin-right: -7px;
}

@media (max-width: 767px) {
  .wp-pagenavi .page-numbers {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.wp-pagenavi ul.page-numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .wp-pagenavi ul.page-numbers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp-pagenavi li {
  margin: 2px 9px;
}

@media (max-width: 767px) {
  .wp-pagenavi li {
    margin: 2px 7px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    font-size: 15px;
    height: 36px;
  }
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  margin: 3px 5px;
}

@media (max-width: 767px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    margin: 3px;
  }
}

.wp-pagenavi span {
  background-color: #000000;
  color: white;
  font-weight: 500;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  opacity: 0.6;
  background-color: #C8A45C;
  color: white;
}

.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-weight: 900;
}

.flex-left,
.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .flex-left,
  .flex-right {
    display: block;
  }
}

.comment-reply-title {
  font-size: 24px;
}

@media (max-width: 1300px) {
  .comment-reply-title {
    font-size: 20px;
    text-align: left;
  }
}

@media (max-width: 960px) {
  .comment-reply-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .comment-reply-title {
    font-size: 16px;
  }
}

.contact-sidebar-box {
  max-width: 350px;
}

@media (max-width: 960px) {
  .contact-sidebar-box {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .contact-sidebar-box {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.contact-sidebar-box .contact-item {
  margin-top: 15px;
  padding-top: 15px;
}

@media (max-width: 960px) {
  .contact-sidebar-box .contact-item {
    border-top: none;
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-sidebar-box .contact-item {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .contact-sidebar-box .contact-item {
    width: 100%;
    border-top: 1px solid #EBEBEB;
    margin-top: 15px;
  }
}

.contact-sidebar-box .icon {
  display: block;
  width: 34px;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-sidebar-box .icon i {
  font-size: 18px;
}

.contact-sidebar-box .contact-item-info {
  display: block;
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  margin-top: 5px;
}

@media (max-width: 960px) {
  .contact-sidebar-box .contact-item-info {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .contact-sidebar-box .contact-item-info {
    font-size: 15px;
  }
}

p.title-contact {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media (max-width: 1650px) {
  p.title-contact {
    font-size: 19px;
  }
}

@media (max-width: 1100px) {
  p.title-contact {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  p.title-contact {
    font-size: 16px;
  }
}

.contact-sidebar .footer-social-black {
  margin-left: -5px;
  margin-right: -5px;
}

@media (max-width: 960px) {
  .contact-sidebar .footer-social-black {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact-sidebar .footer-social-black li {
  margin: 5px;
}

.contact-sidebar .footer-social-black span {
  display: block;
  line-height: 1;
}

.contact-sidebar .footer-social-black a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #000000;
}

.contact-sidebar .footer-social-black a:hover {
  background-color: #000000;
  color: white;
  text-decoration: none;
}

@media (max-width: 960px) {
  .contact-sidebar {
    width: 42%;
  }
}

@media (max-width: 767px) {
  .contact-sidebar {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .contact-right {
    width: 58%;
  }
}

@media (max-width: 767px) {
  .contact-right {
    width: 100%;
  }
}

.contact-right .contact-form .row .label, .contact-right .contact-form p, .contact-right .contact-form span, .contact-right .contact-form label, .contact-right .contact-form li {
  color: #000000;
}

.contact-right .contact-form {
  padding: 0;
  margin-left: auto;
  max-width: 677px;
}

.map {
  position: relative;
  height: 519px;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1430px) {
  .map {
    height: 410px;
  }
}

@media (max-width: 640px) {
  .map {
    height: 280px;
  }
}

.map iframe {
  width: 100%;
  height: 100%;
}

.contact-section {
  padding: 40px 0 70px;
}

@media (max-width: 1300px) {
  .contact-section {
    padding: 30px 0 50px;
  }
}
/*# sourceMappingURL=style.css.map */