@import url("https://fonts.googleapis.com/css2?family=Anton&family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@font-face {
  font-family: "p22_allyson_proregular";
  src: url("./fonts/webfont-webfont.eot");
  src: url("./fonts/webfont-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/webfont-webfont.woff2") format("woff2"), url("./fonts/webfont-webfont.woff") format("woff"), url("./fonts/webfont-webfont.ttf") format("truetype"), url("./fonts/webfont-webfont.svg#p22_allyson_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-light: white;
  --color-dark: black;
}

* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
body[data-theme=light],
body[data-theme=dark] {
  --theme-background: white;
  --theme-color: #000;
  --theme-dot-margin: 14px;
}

body {
  height: auto;
  overflow: auto;
  position: relative;
  background-color: white;
  color: #030405;
  font-family: "Mulish", sans-serif;
}

.grecaptcha-badge {
  position: fixed;
  right: -266px !important;
}

.font-anton {
  font-family: "Anton", sans-serif;
}

.font-allyson {
  font-family: "p22_allyson_proregular", sans-serif;
}

.font-mulish {
  font-family: "Mulish", sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.color-white {
  color: #f8f8fa;
}

.color-dark {
  color: #030405;
}

.color-brown {
  color: #ac9473;
}

.l-h-1 {
  line-height: 1;
}

.l-h-1-2 {
  line-height: 1.2;
}

.l-h-1-5 {
  line-height: 1.5;
}

.italic {
  font-style: italic;
}

li {
  list-style: none;
}

.transition {
  transition: all 0.2s;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.b-r-2 {
  border-radius: 2px;
}

.b-r-10 {
  border-radius: 10px;
}

.b-r-100 {
  border-radius: 100%;
}

.flex {
  display: flex;
}

.center-center {
  justify-content: center;
  align-items: center;
}

.center-left {
  justify-content: left;
  align-items: center;
}

.col-1-5 {
  width: 20%;
}

.col-1-4 {
  width: 25%;
}

.col-3-10 {
  width: 30%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-5 {
  width: 40%;
}

.col-1-2 {
  width: 50%;
}

.col-3-5 {
  width: 60%;
}

.col-2-3 {
  width: 66.66%;
}

.col-7-10 {
  width: 70%;
}

.col-3-4 {
  width: 75%;
}

.col-4-5 {
  width: 80%;
}

.col-1-1 {
  width: 100%;
}

.pos-rel {
  position: relative;
}

.of-hid {
  overflow: hidden;
}

.of-vis {
  overflow: visible;
}

.t-t-u {
  text-transform: uppercase;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.t-d-ul {
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer;
}

.cover-img {
  background: url(/images/icons/default.jpg) no-repeat center center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.opacity-0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

input,
select,
textarea,
button {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  outline: none !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ffffff;
}

textarea {
  -webkit-rtl-ordering: logical;
  -moz-rtl-ordering: logical;
  -o-rtl-ordering: logical;
  -ms-rtl-ordering: logical;
  rtl-ordering: logical;
  -webkit-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

textarea::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #8f8f8f;
}

::-moz-placeholder {
  color: #8f8f8f;
}

::-o-placeholder {
  color: #8f8f8f;
}

:-ms-input-placeholder {
  color: #8f8f8f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px #ffffff inset !important;
  -webkit-text-fill-color: #444 !important;
}

button,
input[type=submit] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 48px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  border-radius: 4px;
  background: #030405;
  color: #ac9473;
  color: white;
}
button:hover,
input[type=submit]:hover {
  background: #ac9473;
  color: #030405;
}
button span,
input[type=submit] span {
  display: flex;
  align-items: center;
  justify-content: center;
}
button span svg,
button span img,
input[type=submit] span svg,
input[type=submit] span img {
  height: 10px;
  margin: 2px 0 0 4px;
}
button span svg path,
button span img path,
input[type=submit] span svg path,
input[type=submit] span img path {
  fill: white;
}

button.dark {
  background-color: #ac9473;
  color: white;
}
button.dark:hover {
  color: #ac9473;
  background-color: #030405;
}

button:disabled {
  background-color: #dfdfdf;
  cursor: not-allowed;
  color: #aaa;
}
button:disabled:hover {
  border-color: #dfdfdf;
  background-color: #dfdfdf;
  color: #aaa;
}
button:disabled span svg path {
  fill: #aaa;
}

input,
select,
textarea {
  color: #030405;
  background: transparent;
  border: solid 1px;
  border-color: #e8e8e8;
  padding: 0 20px;
  line-height: 46px;
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  width: 100%;
  display: block;
  transition: all 0.2s;
  font-family: "Mulish", sans-serif;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #ac9473;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  background: transparent !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: white !important;
  -moz-text-fill-color: white !important;
  -ms-text-fill-color: white !important;
  -o-text-fill-color: white !important;
  text-fill-color: white !important;
}
input:-webkit-autofill:active, input:-webkit-autofill:hover,
select:-webkit-autofill:active,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:hover {
  background: transparent !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: white !important;
  -moz-text-fill-color: white !important;
  -ms-text-fill-color: white !important;
  -o-text-fill-color: white !important;
  text-fill-color: white !important;
}

.error {
  color: red;
  border-color: red;
  animation: shake 1s linear;
}

.error::-webkit-input-placeholder {
  color: red;
}

.error::-moz-placeholder {
  color: red;
}

.error::-o-placeholder {
  color: red;
}

.error:-ms-input-placeholder {
  color: red;
}

select {
  padding: 0 68px 0 16px;
}

select {
  background: url("/images/icons/select.svg") right center no-repeat;
  cursor: pointer;
}

select[disabled] {
  background: url("/images/icons/select.svg") right center no-repeat;
  cursor: not-allowed;
}
@keyframes shake {
  8%, 41% {
    transform: translateX(-10px);
  }
  25%, 58% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-5px);
  }
  92% {
    transform: translateX(5px);
  }
  0%, 100% {
    transform: translateX(0);
  }
}
textarea {
  padding: 12px 20px;
  height: 180px;
  line-height: 22px;
}

header {
  position: relative;
  width: 100%;
  z-index: 999999;
  transition: all 0.2s;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
}
header .upper ul.social {
  display: flex;
  align-items: center;
}
header .upper ul.social li {
  border-left: solid 1px #f8f8f8;
}
header .upper ul.social li:last-child {
  border-right: solid 1px #f8f8f8;
}
header .upper ul.social li a {
  padding: 8px 8px;
  display: block;
}
header .upper ul.social li a svg {
  height: 24px;
  width: auto;
  display: block;
}
header .upper ul.social li a svg path.b {
  fill: #f0f0f0;
}
header .upper ul.social li a svg path.w {
  fill: #030405;
}
header .upper ul.social li a svg path.b,
header .upper ul.social li a svg path.w {
  transition: all 0.2s;
}
header .upper ul.social li a svg:hover path.b {
  fill: #ac9473;
}
header .upper ul.social li a svg:hover path.w {
  fill: white;
}
header .upper ul.links {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .upper ul.links li {
  border-left: solid 1px #f8f8f8;
}
header .upper ul.links li a {
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  display: block;
  padding: 0 12px;
  line-height: 40px;
  transition: all 0.2s;
  color: #030405;
}
header .upper ul.links li:last-child {
  border-right: solid 1px #f8f8f8;
}
header .upper ul.links li:hover a {
  background: #ac9473;
  color: white;
}
header .mid {
  text-align: center;
  padding: 12px 0;
  border-top: solid 1px #f8f8f8;
  border-bottom: solid 1px #f8f8f8;
}
header .mid .logo {
  width: auto;
  display: inline-block;
  transition: padding-top 0.2s;
}
header .mid .logo img {
  height: 92px;
  transition: height 0.2s;
  width: auto;
  display: block;
}
header .lower nav {
  font-family: "Mulish", sans-serif;
}
header .lower nav ul {
  display: flex;
  align-items: center;
  gap: 86px;
}
header .lower nav ul li {
  cursor: pointer;
  position: relative;
}
header .lower nav ul li a {
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  display: block;
  transition: all 0.2s;
}
header .lower nav ul li a span {
  display: flex;
  align-items: center;
}
header .lower nav ul li a span svg {
  height: 10px;
  width: auto;
  display: block;
  margin: 2px 0 0 8px;
  transition: all 0.2s;
}
header .lower nav ul li a span svg path {
  transition: all 0.2s;
  fill: #030405;
}
header .lower nav ul li a:hover {
  color: #ac9473;
}
header .lower nav ul li a:hover span svg {
  transform: rotate(180deg);
}
header .lower nav ul li a:hover span svg path {
  fill: #ac9473;
}
header .lower nav ul li ul {
  position: absolute;
  background-color: #ac9473;
  white-space: nowrap;
  top: 60px;
  left: 0;
  display: none;
  z-index: 4;
  -ms-box-shadow: 0px 6px 20px rgba(0,0,0,.16);
  -o-box-shadow: 0px 6px 20px rgba(0,0,0,.16);
  box-shadow: 0px 6px 20px rgba(0,0,0,.16);
  transition-timing-function: ease-in;
  animation: menu-open 0.2s;
  animation-fill-mode: both;
  border-radius: 4px;
}
header .lower nav ul li ul li {
  margin: 0;
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}
header .lower nav ul li ul li:last-child {
  border-bottom: none;
}
header .lower nav ul li ul li a {
  display: block;
  line-height: 44px;
  padding: 0px 20px 0px 16px;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  transition: all 0.2s;
  color: white;
}
header .lower nav ul li ul li a:hover {
  background: rgba(0, 0, 0, 0.12);
  color: white;
}
header .lower nav ul li ul li.active a {
  color: white;
  text-decoration: underline;
}
header .lower nav ul li:hover ul {
  display: block;
}
header .lower nav ul li.current_page_item a {
  color: #ac9473;
}
header .lower nav ul li.current_page_item ul li a {
  color: white;
}
header .menu-btn {
  position: absolute;
  top: 34px;
  left: 16px;
  height: 24px;
  width: auto;
  cursor: pointer;
  display: none;
  z-index: 999;
}
header .menu-btn span {
  height: 4px;
  width: 28px;
  background-color: #030405;
  display: block;
  transition: all 0.4s;
}
header .menu-btn span:nth-child(2) {
  margin-top: 5px;
}
header .menu-btn span:nth-child(3) {
  margin-top: 5px;
}
header .menu-btn-open span:nth-child(2) {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
header .menu-btn-open span:nth-child(1) {
  transform: rotate(45deg) translateY(7px) translateX(6px);
}
header .menu-btn-open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
@keyframes menu-open {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slide-from-left {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes fade-in-background {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(255, 255, 255, 0.86);
  }
}
footer .separator .row {
  border-top: solid 2px #f8f8fa;
  padding: 80px 0 102px 0;
}
footer .separator .row .txt {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
footer .separator .row .txt button {
  margin-top: 40px;
}
footer .upper {
  background-color: #222222;
  padding: 80px 0 40px 0;
}
footer .upper .row {
  display: flex;
}
footer .upper .row .one {
  width: 25%;
}
footer .upper .row .one hr {
  outline: none;
  border: none;
  height: 3px;
  width: 24px;
  background-color: #ac9473;
  margin: 20px 0;
}
footer .upper .row .one ul li {
  padding: 4px 0;
  color: #8f8f8f;
}
footer .upper .row .one ul li a {
  transition: all 0.2s;
}
footer .upper .row .one ul li a:hover {
  color: #ac9473;
  text-decoration: underline;
}
footer .upper .row .one ul li.current_page_item a {
  color: #ac9473;
}
footer .upper .row .one p {
  padding: 4px 0;
  color: #8f8f8f;
}
footer .upper .row .one p a {
  transition: all 0.2s;
}
footer .upper .row .one p a:hover {
  color: #ac9473;
  text-decoration: underline;
}
footer .upper .bottom {
  margin-top: 48px;
}
footer .upper .bottom ul.social {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .upper .bottom ul.social li .b,
footer .upper .bottom ul.social li .w {
  transition: all 0.2s;
}
footer .upper .bottom ul.social li svg {
  height: 32px;
  width: 32px;
  display: block;
}
footer .upper .bottom ul.social li svg path {
  fill: #ac9473;
}
footer .upper .bottom ul.social li svg path.w {
  fill: white;
}
footer .upper .bottom ul.social li svg:hover path {
  fill: white;
}
footer .upper .bottom ul.social li svg:hover path.w {
  fill: #ac9473;
}
footer .lower {
  padding: 40px 0 80px 0;
  background-color: #171717;
}
footer .lower .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .lower .logo img {
  height: 60px;
  width: auto;
  display: block;
  margin-bottom: 20px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}
footer .lower p {
  font-size: 11px;
  color: #8f8f8f;
}
footer .lower p a {
  color: #ac9473;
}
footer .lower p a:hover {
  text-decoration: underline;
}

.rotating {
  animation: rotating 20s linear infinite;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: red;
  animation: shake 0.6s linear;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: transparent;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 10px;
  font-size: 11px;
  color: #ac9473;
  background: #141414;
  text-align: center;
  border-radius: 4px;
}

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

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #f5f5ff;
  padding: 10px !important;
  font-size: 13px;
  color: red !important;
  text-align: center;
  margin-bottom: 10px !important;
  border-color: transparent !important;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  border-radius: 100%;
}

.flex-direction-nav a {
  display: block;
  width: 32px;
  height: 32px;
  z-index: 99;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  text-shadow: none;
  color: transparent;
  outline: none;
}

.flex-direction-nav a,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  cursor: pointer;
}

.flex-direction-nav .flex-prev {
  left: 28px;
}

.flex-direction-nav .flex-next {
  right: 28px;
}

.flex-direction-nav li {
  list-style: none;
}

.flex-direction-nav .flex-prev {
  background: #030405 url(../images/icons/sliders/prev.svg) no-repeat 50% 50%;
}

.flex-direction-nav .flex-next {
  background: #030405 url(../images/icons/sliders/next.svg) no-repeat 50% 50%;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  position: absolute;
  list-style: none;
  transition: all 0.2s;
}

.flex-control-nav {
  height: 12px;
  width: 200px;
  position: absolute;
  text-align: center;
  z-index: 99;
  bottom: 20px;
  overflow: hidden;
  left: 50%;
  margin-left: -100px;
}

.flex-control-nav ul {
  overflow: hidden;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.flex-control-nav li a {
  display: block;
  position: relative;
  height: 12px;
  width: 12px;
  line-height: 12px;
  background: transparent;
  border: solid 1px;
  border-color: #fff;
  color: transparent;
}

.flex-control-nav li a,
.flex-control-nav li a:after {
  border-radius: 100%;
  transition: all 0.2s;
  cursor: pointer;
}

.flex-control-nav li a:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  top: 1px;
  left: 1px;
}

.flex-control-nav li a.flex-active:after {
  background: #fff;
}/*# sourceMappingURL=globals.css.map */