/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-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%;  
  -ms-text-size-adjust: 100%;  
  -webkit-text-size-adjust: 100%; 
  // overflow-y: scroll;
}

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: darken(white, 10%);
  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;
  -moz-box-sizing: content-box;
  -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: 1024px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .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: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

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

.flex-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-end {
  justify-content: flex-end;
}

body {
  scroll-behavior: smooth;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 840px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1em;
}

body {
  font-family: "Poppins", sans-serif, sans-serif, Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 1430px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }
}

h1 {
  font-size: 75px;
  margin-bottom: 15px;
}
@media (max-width: 1430px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 840px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 54px;
  line-height: 0.9em;
  margin-bottom: 25px;
}
@media (max-width: 1550px) {
  h2 {
    font-size: 52px;
  }
}
@media (max-width: 1430px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 840px) {
  h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 45px;
  margin-bottom: 15px;
}
@media (max-width: 1430px) {
  h3 {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 27px;
  }
}
@media (max-width: 840px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 27px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 840px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 840px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h6 {
    font-size: 16px;
  }
}

p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 1430px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .the-content p br {
    display: none;
  }
}

.accent-color,
.highlight-color {
  color: #c59c44 !important;
}

.the-content p {
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .the-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 840px) {
  .the-content p {
    margin-bottom: 7px;
  }
}

b,
strong {
  font-weight: 600;
}

.big_title {
  font-size: 54px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 0.9em;
  margin-bottom: 20px;
}
@media (max-width: 1550px) {
  .big_title {
    font-size: 52px;
  }
}
@media (max-width: 1430px) {
  .big_title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .big_title {
    font-size: 45px;
  }
}
@media (max-width: 960px) {
  .big_title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 840px) {
  .big_title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .big_title {
    font-size: 30px;
  }
}

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: "Poppins", sans-serif;
  border: none;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  height: 50px;
  outline: none;
  padding: 0 20px;
  resize: none;
  vertical-align: middle;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
  border: none;
}
@media (max-width: 960px) {
  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 !important;
  }
}
@media (max-width: 840px) {
  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 !important;
  }
}
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: #fff;
}
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: #fff;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  color: #000;
}

select {
  height: 40px;
  background-image: url("images/svg/select.svg") !important;
  padding-right: 35px;
  background-position: right 0px top 20px !important;
}
@media (max-width: 960px) {
  select {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  select {
    background-size: 9px;
    font-size: 13px;
  }
}

.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;
  width: 12px;
  height: 7px;
}
.select_overlay select {
  height: 40px;
}

textarea {
  line-height: 1.2;
  height: 110px;
  padding: 20px;
}

button[type=submit],
input[type=submit] {
  align-items: center;
  background: linear-gradient(90deg, #eee487 -0.15%, #f7f18f 49.92%, #af8a4d 100%);
  color: #171b1a !important;
  display: inline-flex;
  display: inline-block;
  transition: transform 0.4s ease;
  border-radius: 500px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 39px;
  transition: background 0.3s ease;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 840px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px !important;
    padding: 13px 25px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #d6cf6f -0.15%, #e5da74 49.92%, #8d703c 100%);
  color: #171b1a !important;
  -webkit-box-shadow: none;
}
button[type=submit].button-arrow,
input[type=submit].button-arrow {
  display: flex;
  align-self: center;
  justify-content: center;
}

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-radius: 0;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #c59c44;
  outline: 0;
}
@media (max-width: 840px) {
  input[type=radio],
  input[type=checkbox] {
    width: 19px;
    height: 19px;
  }
}
input[type=radio]:before,
input[type=checkbox]:before {
  background-color: #c59c44;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 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;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
}

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

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

input[type=radio]::before {
  width: 20px;
  height: 20px;
}

input[type=checkbox]:checked:before {
  width: 18px;
  height: 18px;
  content: "\f00c";
  display: flex;
}

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

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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;
  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: #000;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  font-size: 15px;
}
@media (max-width: 960px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  ::-webkit-input-placeholder {
    font-size: 13px;
  }
}

:-moz-placeholder {
  color: #000;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  font-size: 15px;
}
@media (max-width: 960px) {
  :-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  :-moz-placeholder {
    font-size: 13px;
  }
}

::-moz-placeholder {
  color: #000;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  font-size: 15px;
}
@media (max-width: 960px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  ::-moz-placeholder {
    font-size: 13px;
  }
}

:-ms-input-placeholder {
  color: #000;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  font-size: 15px;
}
@media (max-width: 960px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  :-ms-input-placeholder {
    font-size: 13px;
  }
}

.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;
  transition: all 0.3s ease;
}

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

/* #END */
div.wpcf7-response-output {
  margin: 0 !important;
  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: #c59c44;
}

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

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 15px;
  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: 840px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
    line-height: 1.4em;
  }
}
@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 {
  background: red;
}

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

.wpcf7 .input_block {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .wpcf7 .input_block {
    width: 100%;
  }
}

.wpcf7 {
  padding: 30px 0;
}
@media (max-width: 840px) {
  .wpcf7 {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
  .wpcf7 {
    padding-bottom: 0;
  }
}
.wpcf7 .white-txt p,
.wpcf7 .white-txt label {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 960px) {
  .wpcf7 .white-txt p,
  .wpcf7 .white-txt label {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .wpcf7 .white-txt p,
  .wpcf7 .white-txt label {
    font-size: 13px;
  }
}
.wpcf7 .input_submit {
  width: 100%;
}
.wpcf7 .input_submit input[type=submit] {
  margin-top: 15px;
}
@media (max-width: 640px) {
  .wpcf7 .input_submit input[type=submit] {
    margin-top: 5px;
  }
}

.button1,
.button2,
.button-line,
.button-line2,
.button-grey {
  align-items: center;
  background: #c59c44;
  color: #000;
  display: inline-flex;
  font-size: 16px;
  padding: 13px 39px;
  line-height: 1.3em;
  display: inline-block;
  transition: transform 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(90deg, #eee487 -0.15%, #f7f18f 49.92%, #af8a4d 100%);
  color: #171b1a !important;
  transition: background 0.3s ease;
  text-align: center;
  font-weight: 600;
}
.button1:hover,
.button2:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #d6cf6f -0.15%, #e5da74 49.92%, #8d703c 100%);
}
.button1 img,
.button2 img,
.button-line img,
.button-line2 img,
.button-grey img {
  margin-left: 5px;
  transition: transform 0.4sease;
}
@media (max-width: 1024px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 12px 35px;
    font-size: 13px;
    letter-spacing: 0;
  }
}

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
.button-span:hover {
  text-decoration: none;
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.tdu-btn {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-weight: 500;
  color: #c59c44;
  text-decoration: underline;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .tdu-btn {
    font-size: 14px;
  }
}
.tdu-btn:hover {
  color: #c59c44;
}

.button-line {
  border: 2px solid #c59c44;
  color: #c59c44;
  background-color: transparent;
}
@media (max-width: 840px) {
  .button-line {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #c59c44;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}
@media (max-width: 840px) {
  .button-line2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #c59c44;
}

.btn-arrow {
  padding-right: 33px;
}
@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 img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-skew {
  background-color: #c59c44;
  position: relative;
  padding: 14px;
}
.button-skew:before, .button-skew:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: skew(-12deg);
  width: 20px;
}
.button-skew::before {
  left: -6px;
}
.button-skew:after {
  right: -6px;
}
.button-skew span {
  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;
  right: 0;
  z-index: 1;
  margin-left: 5px;
}
.button-skew:hover span {
  right: -5px;
}
.button-skew img {
  width: 20px;
}
@media (max-width: 840px) {
  .button-skew img {
    width: 16px;
  }
}

.button1.button-skew {
  padding: 13px 20px;
}
@media (max-width: 840px) {
  .button1.button-skew {
    padding: 9px 20px;
  }
}

.button-line-skew {
  position: relative;
  border-left: none;
  border-right: none;
  height: 52px;
  line-height: 27px;
}
@media (max-width: 840px) {
  .button-line-skew {
    height: 44px;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
  }
}
.button-line-skew:hover {
  background-color: transparent;
}
.button-line-skew::before, .button-line-skew:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: skew(-12deg);
  width: 20px;
  bottom: -2px;
  top: -2px;
}
.button-line-skew:before {
  left: -6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}
.button-line-skew:after {
  right: -6px;
  border-right: 2px solid white;
  border-top: 2px solid white;
}
.button-line-skew span {
  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;
  right: 0;
  margin-left: 6px;
}
.button-line-skew:hover span {
  right: -5px;
}
.button-line-skew img {
  width: 17px;
  height: auto;
}
@media (max-width: 840px) {
  .button-line-skew img {
    width: 16px;
  }
}

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

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

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

.btn-text {
  display: inline-block;
  position: relative;
  padding: 0 18px 0 0;
  transform: translateX(0);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  top: 2px;
}
@media (max-width: 840px) {
  .btn-text {
    font-size: 14px;
  }
}

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

.button-long-line:hover {
  text-decoration: none;
}
.button-long-line:hover .btn-line-hidden {
  transform: scaleX(1);
  opacity: 1;
}
.button-long-line:hover .btn-text {
  transform: translateX(73px);
  transition: 0.3s ease-in-out;
}
.button-long-line:hover .btn-line {
  opacity: 0.4;
  transform: scaleX(0);
  transform-origin: right;
}

.text-btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 840px) {
  .text-btn {
    font-size: 14px;
  }
}
.text-btn .button-skew::before {
  width: 30px;
  left: -24px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.text-btn:hover .button-skew::before {
  width: 100px;
  left: -94px;
}

.text-btn-link {
  position: relative;
  z-index: 1;
}

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  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;
  }
}
/* All delay classes will take 2x longer to start */
:root {
  --animate-delay: 3s;
}

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 */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}

.big-p {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1750px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .big-p {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .big-p {
    font-size: 14px;
  }
}

.middle-title {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
@media (max-width: 1750px) {
  .middle-title {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .middle-title {
    font-size: 18px;
  }
}
@media (max-width: 840px) {
  .middle-title {
    font-size: 16px;
  }
}

.container-big {
  width: 100%;
  padding: 0 130px;
}
@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: 35px;
    padding-right: 35px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1024px) {
  .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 table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}
.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: 700;
}
.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: 700;
}
.the-content li a,
.the-content p a {
  display: inline;
  color: #c59c44;
}
.the-content li a:hover,
.the-content p a:hover {
  color: #c59c44;
}
.the-content a.button1 {
  text-decoration: none;
}
.the-content a.button1:hover {
  text-decoration: none;
}
.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: #c59c44;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .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 {
  margin-left: 0;
}
.the-content li {
  margin: 2px 0;
}
.the-content iframe {
  width: 100%;
}

.the-content.the-content-checked ul {
  margin: 0;
  list-style-type: none;
}
.the-content.the-content-checked ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 400;
  margin-right: 5px;
}
.the-content.the-content-checked ul li {
  margin: 15px 0;
  padding-left: 0;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li {
    padding-left: 36px;
  }
}

.title-style p:first-child {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 4px;
  line-height: 1;
  color: #c59c44;
  text-transform: uppercase;
}
@media (max-width: 840px) {
  .title-style p:first-child {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
.title-style h1,
.title-style h2:first-of-type {
  margin-top: 10px;
  line-height: 1.05;
}

.title-style-h6 h6 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .title-style-h6 h6 {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .title-style-h6 h6 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .title-style-h6 h6 {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .title-style-h6 h6 {
    font-size: 27px;
  }
}

.title-small {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 840px) {
  .title-small {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.title-small.yellow-text {
  color: #c59c44;
}

.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 !important;
}

.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: #c59c44;
}

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

.white-box {
  background-color: white;
  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: #f3f3f3;
}

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

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

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

.green-text {
  color: #c59c44;
}

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

.dark-blue {
  background-color: #4d4d4d;
}

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

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

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

.box-shadow-black {
  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 p a {
  color: #fff;
}

.black_text p,
.black_text span,
.black_text a,
.black_text h1,
.black_text h2,
.black_text h3,
.black_text h4,
.black_text h5,
.black_text h6,
.black_text li {
  color: #000000;
}
.black_text p a {
  color: #000000;
}

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
}
@media (max-width: 840px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}
.error-wrap .the-content p,
.error-wrap .the-content span,
.error-wrap .the-content label,
.error-wrap .the-content li {
  font-size: 16px;
}
.error-wrap .cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.error-wrap .cover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.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: 840px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

.commentlist li {
  margin-bottom: 20px;
}
.commentlist li #respond {
  margin-top: 30px;
}

.commentlist .children {
  margin-top: 20px;
}

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

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  opacity: 0.7;
}
@media (max-width: 640px) {
  .comment-reply-title #cancel-comment-reply-link {
    float: none;
  }
}

.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;
}
@media (max-width: 960px) {
  .comment .comment-notes {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  .comment .comment-notes {
    font-size: 14px;
  }
}

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 840px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 840px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

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

@media screen and (max-width: 1100px) {
  .admin-bar .header-main {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    top: 46px;
  }
}

.section-small {
  padding: 60px 0;
}
@media (max-width: 1750px) {
  .section-small {
    padding-top: 35px;
  }
}
@media (max-width: 840px) {
  .section-small {
    padding-bottom: 40px;
  }
  .section-small.section_woo_shop {
    padding-top: 0;
  }
}
.section-small .container {
  position: relative;
  z-index: 1;
}

.section-small-p {
  padding: 40px 0;
}

.tab-wrapper {
  width: 100%;
}
.tab-wrapper .tab {
  margin-bottom: 20px;
  display: none;
}
.tab-wrapper .tab.active {
  display: block;
}

.heading-large h2 {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .heading-large h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .heading-large h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .heading-large h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .heading-large h2 {
    font-size: 24px;
  }
}
.heading-large h2 span {
  font-style: italic;
}

.wp-pagenavi-nav .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-pagenavi-nav .wp-pagenavi a,
.wp-pagenavi-nav .wp-pagenavi span {
  margin: 1px;
}

.no-results {
  text-align: center;
}
.no-results img {
  opacity: 0.5;
  width: 200px;
  height: auto;
}

.page-numbers {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.page-numbers li {
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
}
.page-numbers li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.top-arrows .slick-prev {
  left: auto;
  top: -40px;
  right: 60px;
  background-image: url(images/svg/left-arrow.svg);
}
.top-arrows .slick-next {
  top: -40px;
  right: 0;
  background-image: url(images/svg/right-arrow.svg);
}
.top-arrows .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 44px;
  height: 44px;
  /* border-radius: 2px; */
  background-color: rgba(255, 255, 255, 0.368627451);
  text-align: center;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.top-arrows .slick-arrow:before {
  content: none;
}
.top-arrows .slick-disabled {
  opacity: 0.5;
}

.section_black {
  background-color: #000;
}

.main-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 360px;
  overflow: hidden;
}
.main-slider:not(.slick-slider) .blog-slide {
  width: 33.33%;
}
@media (max-width: 840px) {
  .main-slider:not(.slick-slider) .blog-slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .main-slider:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}

.p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 960px) {
  .p100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .p100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .p100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1430px) {
  .p120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 960px) {
  .p120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 840px) {
  .p120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .p120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-general {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .section-general {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 960px) {
  .section-general {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 840px) {
  .section-general {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section-general .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

body .gift-icon .wp-block-button__link:before {
  content: "\f06b";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  width: 13px;
  height: 11px;
  display: inline-block;
  margin-right: 12px;
  font-size: 15px;
  color: #000;
}
@media (max-width: 960px) {
  body .gift-icon .wp-block-button__link:before {
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  body .gift-icon .wp-block-button__link:before {
    margin-right: 10px;
    font-size: 13px;
  }
}
body .wp-block-button__link {
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  color: #171b1a;
  background: linear-gradient(90deg, #eee487 -0.15%, #f7f18f 49.92%, #af8a4d 100%);
  color: #171b1a;
  transition: background 0.3s ease;
  text-transform: uppercase;
}
body .wp-block-button__link:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #d6cf6f -0.15%, #e5da74 49.92%, #8d703c 100%);
}
@media (max-width: 1024px) {
  body .wp-block-button__link {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  body .wp-block-button__link {
    font-size: 14px;
    padding: 16px 35px;
  }
}
@media (max-width: 640px) {
  body .wp-block-button__link {
    font-size: 13px;
    padding: 15px 30px;
    letter-spacing: 0;
  }
}
body .mw1330 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw1330 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 840px) {
  body .mw1330 > .gb-layout-column-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .mw900 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw900 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 840px) {
  body .mw900 > .gb-layout-column-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .white-txt {
  color: #fff;
}
body .white-txt * {
  color: #fff;
}
body .p200 {
  padding-top: 220px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  body .p200 {
    padding-top: 200px;
  }
}
@media (max-width: 840px) {
  body .p200 {
    padding-top: 180px;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  body .p200 {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
body .section-top {
  position: relative;
  top: -70px;
  margin-top: -50px;
}
@media (max-width: 1430px) {
  body .section-top {
    top: -32px;
    margin-top: -50px;
  }
}
@media (max-width: 960px) {
  body .section-top {
    top: -50px;
    margin-top: -10px;
  }
}
@media (max-width: 840px) {
  body .section-top {
    top: -30px;
    margin-top: -10px;
  }
}

body.error404 .site-content {
  background-image: url(images/webp/bg-c2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
body.error404 .site-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(4, 4, 4, 0.65) 100%);
}
@media (max-width: 840px) {
  body.error404 .site-content:before {
    background-color: #000;
    opacity: 0.5;
  }
}
body.error404 .site-content .section.error-page {
  position: relative;
  z-index: 22;
}
body.error404 .site-footer-bottom,
body.error404 .newsletter-bottom {
  display: none !important;
}
body.error404 .hfeed.site {
  height: 100vh;
}
body.error404 .site-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
}

.big-title {
  font-size: 42px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2em;
}
@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-title span {
  font-style: italic;
}

body .mw1600 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw1600 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 840px) {
  body .mw1600 > .gb-layout-column-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .mw1300 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw1300 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 840px) {
  body .mw1300 > .gb-layout-column-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .mw1200 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw1200 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 840px) {
  body .mw1200 > .gb-layout-column-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .bg-radiar {
  position: relative;
}
body .bg-radiar:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(4, 4, 4, 0.65) 100%);
}
@media (max-width: 840px) {
  body .bg-radiar:before {
    background-color: #000;
    opacity: 0.5;
  }
}
body .bg-radiar2 {
  position: relative;
}
body .bg-radiar2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(4, 4, 4, 0.65) 100%);
}
@media (max-width: 840px) {
  body .bg-radiar2:before {
    background-color: #000;
    opacity: 0.3;
  }
}
body .bg-radiar3 {
  position: relative;
}
body .bg-radiar3:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(51.86% 43.33% at 50% 53.23%, rgba(17, 22, 17, 0) 0%, #111611 100%);
}
@media (max-width: 840px) {
  body .bg-radiar3:before {
    background-color: #000;
    opacity: 0.8;
  }
}
@media (max-width: 840px) {
  body .gb-layout-columns-2 .wp-block-genesis-blocks-gb-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  body .gb-layout-columns-2 .wp-block-genesis-blocks-gb-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body .entry-content p a,
body .header-text a {
  box-shadow: none;
}
body .entry-header {
  margin-bottom: 0 !important;
  padding-top: 240px;
  padding-bottom: 130px;
  text-align: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1430px) {
  body .entry-header {
    padding-bottom: 90px;
  }
}
@media (max-width: 960px) {
  body .entry-header {
    padding-top: 180px;
    padding-bottom: 70px;
  }
}
@media (max-width: 840px) {
  body .entry-header {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
body .entry-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(50% 45.45% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
}
body .entry-header h1,
body .entry-header h1.entry-title,
body .entry-header .entry-title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: #fff;
  font-size: 54px;
}
@media (max-width: 1550px) {
  body .entry-header h1,
  body .entry-header h1.entry-title,
  body .entry-header .entry-title {
    font-size: 52px;
  }
}
@media (max-width: 1430px) {
  body .entry-header h1,
  body .entry-header h1.entry-title,
  body .entry-header .entry-title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  body .entry-header h1,
  body .entry-header h1.entry-title,
  body .entry-header .entry-title {
    font-size: 45px;
  }
}
@media (max-width: 960px) {
  body .entry-header h1,
  body .entry-header h1.entry-title,
  body .entry-header .entry-title {
    font-size: 40px;
  }
}
@media (max-width: 840px) {
  body .entry-header h1,
  body .entry-header h1.entry-title,
  body .entry-header .entry-title {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  body .entry-header h1,
  body .entry-header h1.entry-title,
  body .entry-header .entry-title {
    font-size: 30px;
  }
}
body a:focus {
  outline: none;
}
body .butterfly3 {
  width: 370px;
  height: 390px;
  position: absolute;
  right: 0;
  top: -180px;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  body .butterfly3 {
    width: 300px;
    height: 300px;
    right: 0;
    top: -140px;
  }
}
@media (max-width: 1430px) {
  body .butterfly3 {
    width: 250px;
    height: 250px;
    right: 0;
    top: -120px;
  }
}
@media (max-width: 1024px) {
  body .butterfly3 {
    width: 200px;
    height: 200px;
    right: 0;
    top: -100px;
  }
}
@media (max-width: 960px) {
  body .butterfly3 {
    display: none;
  }
}
body .butterfly3 img {
  width: 320px;
  height: auto;
  display: block;
  margin-left: auto;
}
@media (max-width: 1550px) {
  body .butterfly3 img {
    width: 100%;
  }
}
body .butterfly4 {
  width: 370px;
  height: 390px;
  position: absolute;
  right: 0;
  bottom: -180px;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  body .butterfly4 {
    width: 300px;
    height: 300px;
    right: 0;
    bottom: -140px;
  }
}
@media (max-width: 1430px) {
  body .butterfly4 {
    width: 250px;
    height: 250px;
    right: 0;
    bottom: -120px;
  }
}
@media (max-width: 1024px) {
  body .butterfly4 {
    width: 200px;
    height: 200px;
    right: 0;
    bottom: -100px;
  }
}
@media (max-width: 960px) {
  body .butterfly4 {
    display: none;
  }
}
body .butterfly4 img {
  width: 320px;
  height: auto;
  display: block;
  margin-left: auto;
}
@media (max-width: 1550px) {
  body .butterfly4 img {
    width: 100%;
  }
}
body .butterfly2 {
  width: 290px;
  height: 220px;
  position: absolute;
  right: -204px;
  bottom: -70px;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  body .butterfly2 {
    width: 260px;
    height: 210px;
    right: -140px;
  }
}
@media (max-width: 1430px) {
  body .butterfly2 {
    width: 250px;
    height: 250px;
    right: -90px;
    bottom: -140px;
  }
}
@media (max-width: 1024px) {
  body .butterfly2 {
    width: 200px;
    height: 200px;
    right: 0;
    bottom: -100px;
  }
}
@media (max-width: 960px) {
  body .butterfly2 {
    display: none;
  }
}
body .butterfly2 img {
  width: 290px;
  height: auto;
  display: block;
  margin-left: auto;
}
@media (max-width: 1550px) {
  body .butterfly2 img {
    width: 100%;
  }
}
body .butterfly0 {
  width: 270px;
  height: 250px;
  position: absolute;
  left: -224px;
  top: -200px;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  body .butterfly0 {
    width: 260px;
    height: 240px;
    left: -140px;
  }
}
@media (max-width: 1430px) {
  body .butterfly0 {
    width: 200px;
    height: 200px;
    left: -115px;
    top: -180px;
  }
}
@media (max-width: 1024px) {
  body .butterfly0 {
    width: 150px;
    height: 150px;
    left: -40px;
    top: -150px;
  }
}
@media (max-width: 960px) {
  body .butterfly0 {
    display: none;
  }
}
body .butterfly0 img {
  width: 290px;
  height: auto;
  display: block;
  margin-left: auto;
}
@media (max-width: 1550px) {
  body .butterfly0 img {
    width: 100%;
  }
}
body .entry-content p.has-white-color a {
  color: #fff !important;
}
body .entry-content p.has-white-color a:hover {
  color: #fff !important;
  opacity: 0.8;
  box-shadow: none;
}
body #sb_instagram .sbi_follow_btn a {
  background: linear-gradient(90deg, #eee487 -0.15%, #f7f18f 49.92%, #af8a4d 100%) !important;
  color: #171b1a !important;
  transition: background 0.3s ease;
  border-radius: 100px;
  font-size: 16px;
  padding: 13px 39px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
body #sb_instagram .sbi_follow_btn a:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #d6cf6f -0.15%, #e5da74 49.92%, #8d703c 100%) !important;
  color: #171b1a !important;
  box-shadow: none !important;
}
@media (max-width: 1024px) {
  body #sb_instagram .sbi_follow_btn a {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  body #sb_instagram .sbi_follow_btn a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body #sb_instagram .sbi_follow_btn a {
    padding: 12px 24px;
    font-size: 13px;
    letter-spacing: 0;
  }
}
body #sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0;
  margin-top: 40px;
}
@media (max-width: 960px) {
  body #sb_instagram #sbi_load .sbi_follow_btn {
    margin-top: 30px;
  }
}
@media (max-width: 840px) {
  body #sb_instagram #sbi_load .sbi_follow_btn {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  body #sb_instagram #sbi_load .sbi_follow_btn {
    margin-top: 10px;
  }
}
body .wpcf7-form {
  background: rgba(84, 84, 84, 0.3607843137);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 45px;
}
@media (max-width: 960px) {
  body .wpcf7-form {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  body .wpcf7-form {
    padding: 25px;
  }
}
body .wpcf7-form input[type=submit] {
  width: 100%;
  margin-top: 5px;
}
body .wpcf7-form label {
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 16px;
}
@media (max-width: 840px) {
  body .wpcf7-form label {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body .wpcf7-form label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body .wpcf7-form .col_50 {
    width: 100%;
  }
}
body .blur-section {
  position: relative;
  padding-top: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  body .blur-section {
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
body .blur-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100% + 200px);
  height: calc(100% + 80px);
  background: rgba(26, 26, 26, 0.2);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media (max-width: 640px) {
  body .blur-section:before {
    height: calc(100% + 40px);
  }
}
@media (max-width: 640px) {
  body .blur-section .wp-block-spacer {
    height: 15px !important;
  }
}
body .line-decoration {
  width: 2px;
  height: 50px;
  background: linear-gradient(90deg, #eee487 -0.15%, #f7f18f 49.92%, #af8a4d 100%);
  position: absolute;
  left: calc((100% - 1px) / 2);
  top: 50px;
  top: -105px;
  z-index: 2;
}
@media (max-width: 640px) {
  body .line-decoration {
    height: 30px;
    top: -55px;
  }
}
body .bg-text {
  position: relative;
  z-index: 22;
}
body .small-quote {
  max-width: 940px;
  display: block;
  margin: 0 auto;
}
body .small-quote blockquote {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
body .small-quote p {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 500;
}
@media (max-width: 1430px) {
  body .small-quote p {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  body .small-quote p {
    font-size: 23px;
  }
}
@media (max-width: 840px) {
  body .small-quote p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  body .small-quote p {
    font-size: 18px;
  }
}
body .relative-butterfly {
  position: relative;
  z-index: 22;
}

.list-press .small-press {
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 960px) {
  .list-press .small-press {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .list-press .small-press {
    width: 100%;
  }
}
.list-press .small-press .blog-slide {
  height: 100%;
}
.list-press .small-press .blog-slide .news-item {
  padding: 0;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(0, 22, 54, 0.1098039216);
  height: 100%;
  display: inline-block;
  width: 100%;
}
.list-press .small-press .blog-slide .news-item .ovh {
  height: 390px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 840px) {
  .list-press .small-press .blog-slide .news-item .ovh {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .list-press .small-press .blog-slide .news-item .ovh {
    height: 390px;
  }
}
@media (max-width: 400px) {
  .list-press .small-press .blog-slide .news-item .ovh {
    height: 350px;
  }
}
.list-press .small-press .blog-slide .news-item .ovh .cover {
  width: 100%;
  height: 100%;
  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;
  background-color: #000;
}
.list-press .small-press .blog-slide .news-item .ovh .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+50,1+100 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0;
  transition: background 0.3s ease;
}
.list-press .small-press .blog-slide .news-item:hover .cover:before {
  transition: opacity 0.5s ease, transform 0.5s ease;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.75;
}
.list-press .small-press .blog-slide .news-item .blog-text {
  padding: 23px 25px;
}
@media (max-width: 640px) {
  .list-press .small-press .blog-slide .news-item .blog-text {
    padding: 18px 20px;
  }
}
.list-press .small-press .blog-slide .news-item .blog-about {
  color: #ebe1ca;
  opacity: 0.7;
  margin-bottom: 15px;
  line-height: 1.2em;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .list-press .small-press .blog-slide .news-item .blog-about {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .list-press .small-press .blog-slide .news-item .blog-about {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .list-press .small-press .blog-slide .news-item .blog-about {
    font-size: 13px;
  }
}
.list-press .small-press .blog-slide .news-item .blog-about .separator {
  margin: 0 3px;
}
.list-press .small-press .blog-slide .news-item .blog-about * {
  color: #ebe1ca;
}
.list-press .small-press .blog-slide .news-item .blog-about i {
  margin-right: 5px;
}
@media (max-width: 1430px) {
  .list-press .small-press .blog-slide .news-item .blog-about i {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .list-press .small-press .blog-slide .news-item .blog-about i {
    margin-right: 3px;
  }
}
@media (max-width: 960px) {
  .list-press .small-press .blog-slide .news-item .blog-about i {
    font-size: 11px;
  }
}
@media (max-width: 840px) {
  .list-press .small-press .blog-slide .news-item .blog-about i {
    position: relative;
    top: -1px;
    font-size: 11px;
    margin-right: 5px;
  }
}
.list-press .small-press .blog-slide .news-item .title {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.1em;
}
@media (max-width: 1430px) {
  .list-press .small-press .blog-slide .news-item .title {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .list-press .small-press .blog-slide .news-item .title {
    font-size: 17px;
  }
}
@media (max-width: 840px) {
  .list-press .small-press .blog-slide .news-item .title {
    margin-bottom: 10px;
  }
}
.list-press .small-press .blog-slide .news-item .title:hover {
  opacity: 0.8;
}
.list-press .small-press .blog-slide .news-item .button1 {
  font-weight: 500;
}
@media (max-width: 640px) {
  .list-press .small-press .blog-slide .news-item .button1 {
    width: 100%;
  }
}

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media (max-width: 960px) {
  .header-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-main .container {
  max-width: 2200px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 840px) {
  .header-main .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .header-main .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-main .left-header .wp-block-image img {
  max-width: 220px;
}
@media (max-width: 1430px) {
  .header-main .left-header .wp-block-image img {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .header-main .left-header .wp-block-image img {
    max-width: 180px;
  }
}
@media (max-width: 960px) {
  .header-main .left-header .wp-block-image img {
    max-width: 150px;
  }
}
@media (max-width: 840px) {
  .header-main .left-header .wp-block-image img {
    max-width: 130px;
  }
}
@media (max-width: 640px) {
  .header-main .left-header .wp-block-image img {
    max-width: 120px;
  }
}
@media (max-width: 400px) {
  .header-main .left-header .wp-block-image img {
    max-width: 110px;
  }
}

.menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  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;
  margin-left: auto;
}
@media (max-width: 960px) {
  .menu-trigger {
    width: 27px;
  }
}
@media (max-width: 840px) {
  .menu-trigger {
    width: 25px;
  }
}
@media (max-width: 640px) {
  .menu-trigger {
    width: 22px;
  }
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.menu-trigger.active .hamburger {
  background-color: transparent;
}
.menu-trigger.active .hamburger:before, .menu-trigger.active .hamburger:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: #ffffff;
}
.menu-trigger.active .hamburger:before {
  transform: rotate(45deg);
}
.menu-trigger.active .hamburger:after {
  transform: rotate(135deg);
}

.hamburger {
  height: 2px;
  background: #ffffff;
  transition: 0.2s ease-out all 0.2s;
  width: 30px;
}
@media (max-width: 960px) {
  .hamburger {
    width: 27px;
  }
}
@media (max-width: 840px) {
  .hamburger {
    width: 25px;
  }
}
@media (max-width: 640px) {
  .hamburger {
    width: 22px;
  }
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ffffff;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 30px;
}
@media (max-width: 960px) {
  .hamburger:before, .hamburger:after {
    width: 27px;
  }
}
@media (max-width: 840px) {
  .hamburger:before, .hamburger:after {
    width: 25px;
  }
}
@media (max-width: 640px) {
  .hamburger:before, .hamburger:after {
    width: 22px;
  }
}
.hamburger:before {
  top: 0;
}
@media (max-width: 640px) {
  .hamburger:before {
    top: 2px;
  }
}
.hamburger:after {
  top: 20px;
}
@media (max-width: 640px) {
  .hamburger:after {
    top: 18px;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 33;
}
.overlay.active {
  display: block;
}

html.active-menu,
body.active-menu {
  overflow: hidden;
}
html.active-menu .left-header,
body.active-menu .left-header {
  opacity: 0.3;
}

.menu-box {
  position: fixed;
  right: -440px;
  top: 0;
  height: 100%;
  background: #111611;
  z-index: 999;
  width: 440px;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .menu-box {
    width: 100%;
    right: -100%;
  }
}
.menu-box.active {
  right: 0;
}
.menu-box .content-mobile {
  height: 100%;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 840px) {
  .menu-box .content-mobile {
    padding-bottom: 78px;
  }
}
@media (max-width: 480px) {
  .menu-box .content-mobile {
    padding-bottom: 64px;
  }
}
.menu-box .content-mobile .header-element {
  height: 100%;
  overflow-y: auto;
}
.menu-box .content-mobile .header-element::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #011f1a;
}
.menu-box .content-mobile .header-element::-webkit-scrollbar {
  width: 10px;
  background-color: #011f1a;
}
.menu-box .content-mobile .header-element::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

.header-bottom {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1019607843);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  z-index: 2;
  border-left: 50px solid #111611;
  border-right: 50px solid #111611;
}
@media (max-width: 840px) {
  .header-bottom {
    border-left: 30px solid #111611;
    border-right: 30px solid #111611;
  }
}
@media (max-width: 840px) {
  .header-bottom {
    padding: 20px 29px;
  }
}
@media (max-width: 480px) {
  .header-bottom {
    padding: 15px 20px;
    border-left: 22px solid #111611;
    border-right: 22px solid #111611;
  }
}
.header-bottom .contact-info-menu {
  margin-bottom: 14px;
  margin-left: 0;
}
.header-bottom .contact-info-menu li {
  list-style: none;
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
  position: relative;
}
.header-bottom .contact-info-menu li:last-child {
  margin-bottom: 0;
}
.header-bottom .contact-info-menu li:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
}
@media (max-width: 840px) {
  .header-bottom .contact-info-menu li:before {
    background-size: 17px;
  }
}
@media (max-width: 640px) {
  .header-bottom .contact-info-menu li:before {
    background-size: 15px;
    margin-right: 5px;
  }
}
.header-bottom .contact-info-menu li.text-phone:before {
  background-image: url(images/svg/phone-yellow.svg);
}
.header-bottom .contact-info-menu li.text-email:before {
  background-image: url(images/svg/email-yellow.svg);
}
.header-bottom .contact-info-menu li a {
  text-decoration: underline;
  position: relative;
  color: #efe9dd;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .header-bottom .contact-info-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  .header-bottom .contact-info-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .header-bottom .contact-info-menu li a {
    font-size: 13px;
  }
}
.header-bottom .social {
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media (max-width: 840px) {
  .header-bottom .social {
    gap: 3px;
  }
}
.header-bottom .social li {
  margin: 2px 4px !important;
}
.header-bottom .social a {
  background: linear-gradient(90deg, #eee487 -144.92%, #f7f18f 4.67%, #af8a4d 142.76%);
  color: #000000 !important;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header-bottom .social a {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 840px) {
  .header-bottom .social a {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 480px) {
  .header-bottom .social a {
    width: 22px;
    height: 22px;
  }
}
.header-bottom .social a:hover {
  background: linear-gradient(90deg, #d6cf6f -0.15%, #e5da74 49.92%, #8d703c 100%);
}
.header-bottom .social a img {
  height: 20px;
}
@media (max-width: 840px) {
  .header-bottom .social a img {
    height: 17px;
  }
}
@media (max-width: 640px) {
  .header-bottom .social a img {
    height: 15px;
  }
}
@media (max-width: 640px) {
  .header-bottom .social a img {
    height: 13px;
  }
}

.header-middle {
  padding: 20px 50px 40px 50px;
}
@media (max-width: 840px) {
  .header-middle {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .header-middle {
    padding: 22px;
  }
}
.header-middle ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-middle ul.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1137254902);
  margin-bottom: 14px;
  padding-bottom: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding-left: 0;
}
.header-middle ul.menu li:hover {
  padding-left: 15px;
}
.header-middle ul.menu li:hover a {
  opacity: 0.8;
}
.header-middle ul.menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
  padding-top: 14px;
}
.header-middle ul.menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header-middle ul.menu li.current-menu-item a {
  opacity: 0.8;
}
.header-middle ul.menu li a {
  display: inline-block;
  width: 100%;
}

.header-top {
  padding: 20px 50px;
}
@media (max-width: 840px) {
  .header-top {
    padding: 0px 30px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .header-top {
    padding: 0 22px;
  }
}
.header-top .wp-block-image {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.header-top .wp-block-image img {
  max-width: 165px;
}
@media (max-width: 840px) {
  .header-top .wp-block-image img {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .header-top .wp-block-image img {
    max-width: 140px;
  }
}
@media (max-width: 400px) {
  .header-top .wp-block-image img {
    max-width: 120px;
  }
}
.header-top .close-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-left: auto;
  background: rgba(0, 0, 0, 0.168627451);
  border-radius: 500px;
  z-index: 999;
}
@media (max-width: 840px) {
  .header-top .close-menu {
    top: -10px;
  }
}
.header-top .close-menu .hamburger3 {
  background-color: transparent;
}
.header-top .close-menu .hamburger3:before, .header-top .close-menu .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: #fff;
  left: 10px;
  width: 20px;
}
@media (max-width: 840px) {
  .header-top .close-menu .hamburger3:before, .header-top .close-menu .hamburger3:after {
    width: 15px;
  }
}
@media (max-width: 640px) {
  .header-top .close-menu .hamburger3:before, .header-top .close-menu .hamburger3:after {
    left: 11px;
    width: 18px;
  }
}
.header-top .close-menu .hamburger3:before {
  transform: rotate(45deg);
}
.header-top .close-menu .hamburger3:after {
  transform: rotate(135deg);
}

body::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #011f1a;
}

body::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 10px;
  background-color: #011f1a;
}

body::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

.footer-top {
  position: relative;
  text-align: center;
}
.footer-top .mw1200 {
  padding: 100px 0 80px 0;
  background-position: center center;
}
@media (max-width: 1750px) {
  .footer-top .mw1200 {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .footer-top .mw1200 {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .footer-top .mw1200 {
    padding: 30px 0;
  }
}
.footer-top .copy {
  color: rgba(255, 255, 255, 0.831372549);
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-top: 30px;
  margin-top: 60px;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .footer-top .copy {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .footer-top .copy {
    font-size: 13px;
    padding-top: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 840px) {
  .footer-top .copy {
    font-size: 12px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .footer-top .copy {
    font-size: 11px;
  }
}
.footer-top:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: radial-gradient(50% 96.29% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(17, 22, 17, 0.343179) 46.84%, rgba(17, 22, 17, 0.9) 100%), linear-gradient(0deg, rgba(17, 22, 17, 0) 45.26%, rgba(17, 22, 17, 0.6) 100%), linear-gradient(180deg, rgba(17, 22, 17, 0) 68.04%, rgba(17, 22, 17, 0.6) 100%);
}
.footer-top .footer-contact {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .footer-top .footer-contact {
    margin-bottom: 40px;
  }
}
@media (max-width: 840px) {
  .footer-top .footer-contact {
    margin-bottom: 30px;
  }
}
@media (max-width: 840px) {
  .footer-top .footer-contact .big-title {
    margin-bottom: 10px;
  }
}
.footer-top .footer-contact iframe {
  height: 400px;
  filter: grayscale(1);
  margin-top: 15px;
}
@media (max-width: 840px) {
  .footer-top .footer-contact iframe {
    height: 350px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .footer-top .footer-contact iframe {
    height: 300px;
  }
}
.footer-top .logo-footer {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .footer-top .logo-footer img {
    max-width: 200px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .footer-top .logo-footer img {
    max-width: 150px;
  }
}
.footer-top .contact-info {
  margin: 50px 0 30px 0;
  list-style: none;
  background: rgba(84, 84, 84, 0.1490196078);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 45px 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 960px) {
  .footer-top .contact-info {
    padding: 28px 25px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .footer-top .contact-info {
    padding: 0 20px;
  }
}
.footer-top .contact-info.butterfly-decoration {
  position: relative;
}
.footer-top .contact-info.butterfly-decoration:before {
  content: "";
  width: 250px;
  height: 250px;
  position: absolute;
  left: -185px;
  top: -159px;
  background-image: url(images/webp/butterfly.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 260px;
}
@media (max-width: 1550px) {
  .footer-top .contact-info.butterfly-decoration:before {
    width: 200px;
    height: 200px;
    left: -145px;
    top: -137px;
    background-size: 200px;
  }
}
@media (max-width: 1430px) {
  .footer-top .contact-info.butterfly-decoration:before {
    width: 150px;
    height: 150px;
    left: -80px;
    top: -77px;
    background-size: 150px;
  }
}
@media (max-width: 1024px) {
  .footer-top .contact-info.butterfly-decoration:before {
    width: 120px;
    height: 120px;
    left: -37px;
    top: -44px;
    background-size: 120px;
  }
}
@media (max-width: 840px) {
  .footer-top .contact-info.butterfly-decoration:before {
    content: none;
  }
}
.footer-top .contact-info li {
  width: 33.33%;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 640px) {
  .footer-top .contact-info li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-top .contact-info li:last-child {
  border-right: none;
}
@media (max-width: 640px) {
  .footer-top .contact-info li:last-child {
    border-bottom: none;
  }
}
.footer-top .contact-info li:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}
@media (max-width: 960px) {
  .footer-top .contact-info li:before {
    width: 35px;
    height: 35px;
    background-size: 30px;
  }
}
@media (max-width: 640px) {
  .footer-top .contact-info li:before {
    width: 32px;
    height: 32px;
    background-size: 29px;
  }
}
.footer-top .contact-info li.address:before {
  background-image: url(images/svg/address.svg);
}
.footer-top .contact-info li.hours:before {
  background-image: url(images/svg/clock.svg);
}
.footer-top .contact-info li.contact:before {
  background-image: url(images/svg/phone.svg);
}
.footer-top .contact-info li:last-child {
  border-right: none;
}
.footer-top .contact-info li .middle-title {
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .footer-top .contact-info li .middle-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .footer-top .contact-info li .middle-title {
    margin-bottom: 7px;
  }
}
.footer-top .contact-info li .text {
  font-size: 16px;
  line-height: 1.6em;
  color: #ebe1ca;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .footer-top .contact-info li .text {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .footer-top .contact-info li .text {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .footer-top .contact-info li .text {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .footer-top .contact-info li .text {
    font-size: 12px;
  }
}
.footer-top .contact-info li .text a {
  font-size: 16px;
  color: #ebe1ca;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer-top .contact-info li .text a {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .footer-top .contact-info li .text a {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .footer-top .contact-info li .text a {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .footer-top .contact-info li .text a {
    font-size: 12px;
  }
}
.footer-top .contact-info li .text a:hover {
  color: #cbbfa4;
}
.footer-top .social {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer-top .social li {
  list-style: none;
  margin: 0 5px;
}
.footer-top .social li a {
  width: 45px;
  height: 45px;
  border-radius: 500px;
  background: rgba(84, 84, 84, 0.1490196078);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footer-top .social li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 840px) {
  .footer-top .social li a {
    width: 35px;
    height: 35px;
  }
}
.footer-top .social li a:hover {
  background: rgba(84, 84, 84, 0.34);
}
.footer-top .social li a img {
  height: 20px;
  width: auto;
}
@media (max-width: 1024px) {
  .footer-top .social li a img {
    height: 18px;
  }
}
@media (max-width: 840px) {
  .footer-top .social li a img {
    height: 16px;
  }
}

.newsletter-bottom .cover {
  padding: 80px 0;
}
@media (max-width: 960px) {
  .newsletter-bottom .cover {
    padding: 60px 0;
  }
}
@media (max-width: 840px) {
  .newsletter-bottom .cover {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom .cover {
    padding: 40px 0;
  }
}
.newsletter-bottom .cover .gb-block-layout-column {
  padding: 50px 50px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 750px;
  display: block;
  margin: 0 auto;
  border: 3px solid;
  -o-border-image: radial-gradient(circle, #966736 0%, #eee487 30%, #8a552b 47%, #f7f18f 62%, #b18d4f 81%, #af8a4d 100%) 1;
     border-image: radial-gradient(circle, #966736 0%, #eee487 30%, #8a552b 47%, #f7f18f 62%, #b18d4f 81%, #af8a4d 100%) 1;
}
@media (max-width: 960px) {
  .newsletter-bottom .cover .gb-block-layout-column {
    padding: 40px;
  }
}
@media (max-width: 840px) {
  .newsletter-bottom .cover .gb-block-layout-column {
    padding: 40px 25px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom .cover .gb-block-layout-column {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .newsletter-bottom .cover .gb-block-layout-column {
    padding: 25px 16px;
  }
}
.newsletter-bottom .cover .gb-block-layout-column p {
  color: #000000;
}
.newsletter-bottom .cover .gb-block-layout-column .gb-block-layout-column-inner > p {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 960px) {
  .newsletter-bottom .cover .gb-block-layout-column .gb-block-layout-column-inner > p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 840px) {
  .newsletter-bottom .cover .gb-block-layout-column .gb-block-layout-column-inner > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom .cover .gb-block-layout-column .gb-block-layout-column-inner > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .newsletter-bottom .cover .gb-block-layout-column .gb-block-layout-column-inner > p {
    padding-left: 0;
    padding-right: 0;
  }
}
.newsletter-bottom .cover .gb-block-layout-column p:empty {
  margin: 0;
}
.newsletter-bottom .cover .gb-block-layout-column .normal {
  color: #353535;
  font-weight: 400;
}
.newsletter-bottom .cover .gb-block-layout-column div.tnp-subscription,
.newsletter-bottom .cover .gb-block-layout-column form.tnp-subscription,
.newsletter-bottom .cover .gb-block-layout-column form.tnp-profile {
  margin: 0 auto;
  max-width: 100%;
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-subscription {
  padding: 0 10px;
}
@media (max-width: 640px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-subscription {
    padding: 0;
  }
}
.newsletter-bottom .cover .gb-block-layout-column form {
  position: relative;
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-email {
  margin: 0;
  position: relative;
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-email:before {
  content: "";
  width: 16px;
  height: 13px;
  position: absolute;
  left: 30px;
  top: 33px;
  background-image: url(images/svg/evelope.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
@media (max-width: 1024px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-email:before {
    left: 27px;
    top: 26px;
  }
}
@media (max-width: 840px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-email:before {
    left: 23px;
    top: 23px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-email:before {
    top: 21px;
  }
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-email label {
  display: none;
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-email input {
  border: 1px solid #cdcdcd;
  height: 78px;
  border-radius: 50px;
  padding: 0 240px 0 55px;
  color: #000;
  font-weight: 400;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-email input {
    height: 65px;
  }
}
@media (max-width: 840px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-email input {
    height: 60px;
    padding: 0 220px 0 50px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-email input {
    height: 55px;
    padding: 0 30px 0 50px;
  }
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-email input::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-email input::-moz-placeholder {
  color: #000;
  font-weight: 400;
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-email input:-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-email input:-moz-placeholder {
  color: #000;
  font-weight: 400;
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-button {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
  width: 210px;
  height: 100%;
}
@media (max-width: 1024px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-button {
    width: 195px;
  }
}
@media (max-width: 840px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-button {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-button {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-button input[type=submit] {
  background: linear-gradient(90deg, #eee487 -0.15%, #f7f18f 49.92%, #af8a4d 100%);
  color: #171b1a;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 16px 10px;
  position: relative;
  top: 10px;
  right: 10px;
  transition: background 0.3s ease;
}
.newsletter-bottom .cover .gb-block-layout-column .tnp-field-button input[type=submit]:hover {
  background: linear-gradient(90deg, #d6cf6f -0.15%, #e5da74 49.92%, #8d703c 100%);
}
@media (max-width: 1024px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-button input[type=submit] {
    padding: 13px 9px;
    top: 7px;
    right: 7px;
  }
}
@media (max-width: 840px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-button input[type=submit] {
    padding: 11px 9px;
    top: 8px;
    right: 8px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom .cover .gb-block-layout-column .tnp-field-button input[type=submit] {
    letter-spacing: 0;
    padding: 15px 9px;
    top: 0;
    right: 0;
  }
}

.hero-section {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  z-index: 3;
  position: relative;
}
@media (max-width: 640px) {
  .hero-section {
    min-height: 400px;
  }
}
.hero-section:before {
  content: "";
  width: 100%;
  height: 255px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  display: inline-block;
}
.hero-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: linear-gradient(180deg, rgba(5, 9, 8, 0) 68.04%, #050400 100%);
}
.hero-section .gb-layout-column-wrap {
  height: calc(100vh - 100px);
  min-height: 500px;
}
@media (max-width: 1430px) {
  .hero-section .gb-layout-column-wrap {
    height: 800px;
  }
}
@media (max-width: 1024px) {
  .hero-section .gb-layout-column-wrap {
    height: 700px;
  }
}
@media (max-width: 960px) {
  .hero-section .gb-layout-column-wrap {
    height: 600px;
  }
}
@media (max-width: 840px) {
  .hero-section .gb-layout-column-wrap {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .hero-section .gb-layout-column-wrap {
    height: 400px;
    min-height: 400px;
  }
}

.box-items .box-item {
  position: relative;
}
.box-items .box-item .wp-block-image {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 0;
}
.box-items .box-item .wp-block-image img {
  width: 100%;
  height: auto;
}
.box-items .box-item .wp-block-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+45,1+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 45%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.box-items .box-item .wp-block-image:hover:before {
  transition: opacity 0.5s ease, transform 0.5s ease;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.75;
}
.box-items .box-item .wp-block-group {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
.box-items .box-item .wp-block-group .wp-block-group__inner-container {
  background: rgba(63, 63, 63, 0.1803921569);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  padding: 15px 20px;
}
.box-items .box-item .wp-block-group .wp-block-group__inner-container .middle-title {
  margin-bottom: 2px;
  line-height: 1.3em;
}
.box-items .box-item .wp-block-group .wp-block-group__inner-container .text {
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 960px) {
  .box-items .box-item .wp-block-group .wp-block-group__inner-container .text {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .box-items .box-item .wp-block-group .wp-block-group__inner-container .text {
    font-size: 13px;
    line-height: 1.3em;
  }
}/*# sourceMappingURL=custom-style.css.map */