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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* FONTS */
/* COLORS */
/* BASE */
body {
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  color: #262626;
  font-weight: 400;
  font-size: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin-top: 0;
}

a {
  transition: all 0.3s ease-out;
  text-decoration: none !important;
}
a:hover {
  color: #C2964A;
}

img {
  max-width: 100%;
  height: auto;
}

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

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

.btn {
  display: block;
  font-weight: 500 !important;
  padding: 12px 32px;
  border: 2px solid #262626;
  color: #262626 !important;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.btn:hover {
  background-color: #C2964A;
  border-color: #C2964A;
}

.btn--golden {
  background-color: #C2964A;
  border-color: #C2964A;
}
.btn--golden:hover {
  background-color: #fff;
  border-color: #262626;
}

.btn--icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn--icon::after {
  transition: all 0.3s ease-out;
  content: url("../img/icon/btn-arrow.svg");
  display: block;
  height: 18px;
}
.btn--icon:hover::after {
  transform: translateX(4px);
}

.btn--white {
  color: #fff !important;
  border-color: #fff;
  background-color: transparent;
}
.btn--white.btn--icon::after {
  content: url("../img/icon/btn-arrow-white.svg");
}

.btn--dark {
  color: #C2964A !important;
  background-color: #171717;
  border-color: #171717;
}
.btn--dark:hover {
  color: #262626 !important;
}
.btn--dark:hover.btn--icon::after {
  content: url("../img/icon/btn-arrow.svg");
}
.btn--dark.btn--icon::after {
  content: url("../img/icon/btn-arrow-gold.svg");
}

.btn--box {
  margin-top: auto;
  text-align: center;
  background-color: #fff;
  color: #C2964A !important;
  font-size: 0.875rem;
  border-color: #C2964A;
  justify-content: center;
}
.btn--box.btn--icon::after {
  content: url("../img/icon/btn-arrow-gold.svg");
}
.btn--box:hover {
  color: #262626 !important;
  background-color: #C2964A;
}
.btn--box:hover.btn--icon::after {
  content: url("../img/icon/btn-arrow.svg");
}

.section-bg-lightgold {
  background-color: #e3cfac;
  padding-top: 100px;
  padding-bottom: 94px;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.header__top-bar {
  background-color: #1e1e1e;
  padding: 10px;
  font-size: 0.875rem;
}
.header__top-bar .container-full {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__top-address {
  display: flex;
  gap: 16px;
}

.header__top-name {
  color: #C2964A;
  display: block;
}

.header__top-link {
  color: #D4D4D4;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__top-link svg path {
  transition: fill 0.3s ease-out;
}
.header__top-link:hover svg path {
  fill: #C2964A;
}

.header__top-social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header__top-social span {
  color: #A3A3A3;
}
.header__top-social a img {
  transition: all 0.3s ease-out;
}
.header__top-social a img:hover {
  filter: invert(100%) sepia(100%) grayscale(100%) brightness(160%);
}

.logo {
  margin: 24px auto;
  display: block;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header-fix {
  height: 198px;
}

.header__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
}
.header__nav .mobile-menu-btn {
  display: none;
}

.header__nav-list {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
  padding: 0;
}
.header__nav-list > .header__nav-item {
  padding-bottom: 20px;
}

.header__nav-item {
  margin-bottom: 18px;
}
.header__nav-item:last-child {
  margin-bottom: 0;
}
.header__nav-item.has-submenu {
  position: relative;
}
.header__nav-item.has-submenu > .header__nav-link {
  position: relative;
  padding-right: 20px;
  display: flex;
}
.header__nav-item.has-submenu > .header__nav-link::after {
  vertical-align: middle;
  content: url("../img/icon/chevron.svg");
  position: absolute;
  top: -2px;
  right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-out;
}
.header__nav-item.has-submenu:hover > .header__nav-link::after, .header__nav-item.has-submenu.active > .header__nav-link::after {
  transform: rotate(180deg);
  top: 2px;
}
.header__nav-item.has-submenu:hover .header__nav-submenu, .header__nav-item.has-submenu.active .header__nav-submenu {
  display: block;
}

.header__nav-link {
  color: #262626;
  font-size: 1rem;
}
.header__nav-link.special {
  color: #C2964A;
}
.header__nav-link.special:hover {
  color: #262626;
}

.header__nav-submenu {
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background-color: #fff;
  left: -40%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  top: 30px;
  display: none;
  width: max-content;
  min-width: 300px;
}
.header__nav-submenu .header__nav-link {
  font-size: 1rem;
}

.header__nav-logo {
  display: none;
  position: absolute;
  left: 20px;
  top: 10px;
}
.header__nav-logo img {
  height: 42px;
}

.is-sticky .header__nav-logo {
  display: block;
}
.is-sticky .header__nav {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  position: fixed;
  background-color: #fff;
  transition: all 0.3s ease-out;
  top: -100px;
  z-index: 9999;
  transform: translateY(100px);
}
.is-sticky.admin-bar .header__nav {
  top: -70px;
}

.header__main {
  position: relative;
  display: flex;
  justify-content: center;
}

.mobile-menu-btn {
  display: none;
  background-color: #fff;
  border: none;
  padding: 0 4px;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-btn svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-out;
}
.mobile-menu-btn svg:last-child {
  display: none;
}

.megamenu {
  display: none;
  left: -70px;
  gap: 30px;
}

.has-megamenu {
  position: static !important;
}
.has-megamenu:hover .megamenu {
  display: flex !important;
}

.megamenu__imgs {
  display: flex;
  gap: 20px;
}
.megamenu__imgs ul {
  max-width: 270px;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.megamenu__imgs ul.megamenu__middle-ul {
  max-width: 170px;
}
.megamenu__imgs ul.megamenu__middle-ul a {
  font-size: 0.9375rem;
}
.megamenu__imgs ul a {
  display: block;
}

.megamenu__img {
  position: relative;
}
.megamenu__img img {
  transition: all 0.3s ease-out;
}
.megamenu__img:hover img {
  opacity: 0.7;
}
.megamenu__img .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #C2964A;
  text-align: center;
  padding: 4px 10px;
  font-weight: 800;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.megamenu__links span {
  font-weight: 600;
  font-size: 0.875rem;
}
.megamenu__links ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.megamenu__links ul li {
  margin-bottom: 4px;
}
.megamenu__links ul li a {
  color: #C2964A;
}
.megamenu__links ul li a:hover {
  text-decoration: underline !important;
}
.megamenu__links ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .header__top-bar .container-full {
    padding: 0 5px;
  }
  .is-sticky .header__nav {
    padding-left: 70px;
  }
  .is-sticky .header__nav-list {
    gap: 24px;
  }
}
@media (min-width: 1040px) {
  .has-megamenu .header__nav-submenu {
    display: none !important;
  }
}
@media (max-width: 1040px) {
  .has-megamenu .megamenu.header__nav-submenu {
    display: none !important;
  }
  .header__nav {
    padding-bottom: 0;
    position: relative;
  }
  .is-sticky .header__nav {
    min-height: 60px;
  }
  .is-sticky .header__nav .mobile-menu-btn {
    display: flex;
  }
  .header-fix {
    height: 118px;
  }
  .admin-bar .header-fix {
    height: 90px;
  }
  .logo {
    margin: 16px auto;
    width: 46px;
    height: 46px;
  }
  .header__nav-list {
    flex-direction: column;
    width: 100%;
    padding: 30px;
    gap: 0;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    transition: all 0.3s ease-out;
    opacity: 0;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(-20px);
    pointer-events: none;
    display: flex !important;
  }
  .is-open .header__nav-list {
    transform: translateY(-10px) !important;
    opacity: 1 !important;
    pointer-events: auto;
  }
  .is-open .mobile-menu-btn svg:first-child {
    display: none;
  }
  .is-open .mobile-menu-btn svg:last-child {
    display: flex;
  }
  .header__nav-list > .header__nav-item {
    padding-bottom: 10px !important;
  }
  .header__nav-submenu {
    box-shadow: none;
    position: static;
    padding: 20px 20px 10px 20px;
  }
  .header__nav-submenu a {
    text-transform: capitalize !important;
  }
  .mobile-menu-btn {
    display: flex;
  }
}
@media (max-width: 900px) {
  .header__top-link span,
  .header__top-social span {
    display: none;
  }
}
@media (max-width: 400px) {
  .header__top-bar {
    font-size: 0.675rem;
  }
}
.section-hero {
  position: relative;
  min-height: 560px;
  margin-bottom: 94px;
}
.section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.section-hero .container {
  display: flex;
}

.section-hero--no-image {
  min-height: unset;
}
.section-hero--no-image .hero__content {
  max-width: 100%;
  width: 53vw;
  padding-top: 40px;
  padding-bottom: 20px;
}

.hero__content {
  max-width: 500px;
  width: 45vw;
  padding: 60px 50px 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.breadcrumbs {
  padding-bottom: 30px;
}
.breadcrumbs a {
  color: #262626;
}
.breadcrumbs a:hover {
  color: #C2964A;
}

.hero__title {
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  color: #C2964A;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.hero__btns {
  display: flex;
  gap: 20px;
  margin-top: 34px;
  margin-bottom: 40px;
}

.hero__img {
  max-width: 1040px;
  height: 100%;
  width: 55vw;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__img img {
  min-height: 560px;
  object-fit: cover;
  min-width: 100%;
}

@media (max-width: 1400px) {
  .section-hero--no-image .hero__content {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .section-hero.section-hero {
    min-height: auto;
    margin-top: 0 !important;
  }
  .hero__img img {
    min-height: 300px;
  }
  .hero__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1060px) {
  .section-hero.section-hero .hero__btns {
    flex-direction: row !important;
    margin-top: 12px;
  }
  .hero__btns {
    flex-direction: column;
    gap: 6px;
    margin-top: 0;
    align-items: flex-start;
  }
  .hero__title {
    font-size: 1.5rem;
  }
  .section__text {
    font-size: 1rem !important;
  }
}
@media (max-width: 800px) {
  .section-hero:not(.section-hero--no-image) .container {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
  .section-hero:not(.section-hero--no-image) .hero__btns {
    gap: 16px;
    flex-direction: row;
    margin-top: 16px;
  }
  .section-hero:not(.section-hero--no-image) .hero__btns .btn:not(.btn--golden) {
    background-color: #fff;
  }
  .section-hero:not(.section-hero--no-image) .hero__btns .btn:not(.btn--golden):hover {
    background-color: #C2964A;
  }
  .section-hero:not(.section-hero--no-image) .hero__content {
    width: 100%;
    max-width: none;
    position: absolute;
    z-index: 1;
    inset: 0;
    padding: 140px 15px 30px 15px;
    justify-content: flex-end;
  }
  .section-hero:not(.section-hero--no-image) .hero__content .section__text {
    color: #fff;
  }
  .section-hero:not(.section-hero--no-image) .hero__content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
  }
  .section-hero:not(.section-hero--no-image) .hero__img {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .section-hero:not(.section-hero--no-image) {
    min-height: 420px;
  }
  .section-hero:not(.section-hero--no-image) .hero__img {
    height: 420px;
  }
  .section-hero:not(.section-hero--no-image) .hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-hero:not(.section-hero--no-image) .hero__content {
    padding: 100px 15px 24px 15px;
  }
  .section-hero:not(.section-hero--no-image) .hero__content::before {
    background: rgba(0, 0, 0, 0.6) !important;
  }
  .section-hero--no-image .hero__content {
    padding-right: 0;
  }
}
@media (max-width: 460px) {
  .hero__content {
    padding-top: 40px;
  }
  .hero__btns,
  .section-hero.section-hero .hero__btns {
    flex-direction: column !important;
  }
  .hero__btns .btn,
  .section-hero.section-hero .hero__btns .btn {
    width: 100%;
  }
}
.section-about {
  margin-top: 94px;
}
.section-about .container {
  display: flex;
  justify-content: space-between;
}

.about__img {
  max-width: 50%;
  width: 100%;
  padding-right: 88px;
  position: relative;
  height: 100%;
}
.about__img img {
  max-width: 460px;
}

.section-about--text-img {
  margin-top: 150px;
  margin-bottom: 90px;
}
.section-about--text-img .about__content {
  max-width: 100%;
}
.section-about--text-img .about__content ul, .section-about--text-img .about__content ol {
  padding-left: 28px;
}
.section-about--text-img .container {
  gap: 30px;
}
.section-about--text-img .section__title {
  margin-bottom: 20px;
}
.section-about--text-img .about__img {
  padding-right: 0;
  max-width: 100%;
}
.section-about--text-img .about__img img {
  max-width: 535px;
}
.section-about--text-img .section__text {
  font-size: 1rem;
}
.section-about--text-img .section__text p {
  margin-bottom: 12px;
}
.section-about--text-img .section__text p:first-child {
  font-size: 1.0625rem;
}
.section-about--text-img.position-right .container {
  flex-direction: row-reverse;
}

.about__content {
  max-width: 53%;
  padding: 0 10px;
}

.section__title {
  font-size: 2rem;
  margin-bottom: 24px;
  font-family: "Playfair Display", serif;
}

.section__text {
  font-size: 1.0625rem;
}
.section__text .light {
  color: #404040;
}
.section__text strong {
  font-weight: 500;
}
.section__text a {
  color: #C2964A;
}
.section__text a:hover {
  text-decoration: underline !important;
}
.section__text img {
  margin-top: 8px;
}
.section__text .sub {
  color: #A3A3A3;
  font-size: 0.9375rem;
  margin-top: -10px;
  display: block;
}

.about__sqs {
  position: absolute;
  bottom: -80px;
  right: 20px;
  gap: 30px;
  display: flex;
}

.about__sq {
  width: 157px;
  height: 147px;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
}
.about__sq:first-child {
  background-color: #C2964A;
}
.about__sq:first-child em {
  color: #171717;
}
.about__sq em {
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
  color: #C2964A;
}
.about__sq span {
  color: #fff;
  font-size: 0.875rem;
}

@media (max-width: 1060px) {
  .section-about--text-img .about__img img {
    max-width: 100%;
  }
  .section-about--text-img .about__content {
    max-width: 50%;
  }
}
@media (max-width: 1000px) {
  .about__img {
    padding-right: 15px;
  }
  .about__img img {
    max-width: 100%;
  }
  .about__sqs {
    right: 30px;
  }
}
@media (max-width: 800px) {
  .section-about--text-img .about__content {
    max-width: 100%;
  }
  .section-about--text-img .about__img {
    padding-top: 0;
  }
  .section-about--text-img.position-right .container {
    flex-direction: column-reverse;
  }
  .about__sqs {
    right: 15px;
    bottom: -353px;
    flex-direction: column;
  }
  .section__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .section-about .container {
    flex-direction: column-reverse;
  }
  .about__img {
    padding: 50px 0;
    max-width: 100%;
  }
  .section {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .about__content {
    max-width: 100%;
    padding: 0;
  }
  .about__sqs {
    bottom: 0;
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .about__sqs {
    right: -10px;
  }
  .about__sq {
    width: 140px;
    height: 140px;
  }
}
.section-merits {
  margin-top: 70px;
  margin-bottom: 94px;
}

.page-template page-template-front-page .section-merits {
  margin-top: 100px;
  margin-bottom: 94px;
}
.page-template page-template-front-page .section-merits .section__title {
  margin-bottom: 40px;
}

.wrapper-box3 {
  gap: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper-box3 .wrapper__item {
  width: 100%;
  max-width: calc(33.3% - 14.66px);
  padding: 20px;
}

.merits__item {
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
}
.merits__item img {
  margin-bottom: 12px;
}
.merits__item h3 {
  font-family: "Playfair Display", serif;
  color: #171717;
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.merits__item p {
  font-size: 0.8125rem;
  color: #525252;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .wrapper-box3 .wrapper__item {
    max-width: 100%;
  }
}
.section-technologies {
  border-top: 4px solid #C2964A;
  background-color: #f3eadb;
  padding-top: 94px;
  padding-bottom: 94px;
}
.section-technologies .section__title {
  margin-bottom: 24px;
}
.section-technologies .text-box__img img {
  max-width: 430px;
}

.text-box {
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
}

.technologies__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.technologies__item img {
  max-width: 196px;
  max-height: 196px;
}

@media (max-width: 1080px) {
  .technologies__item img {
    max-width: 170px;
    max-height: 170px;
  }
}
@media (max-width: 950px) {
  .text-box {
    gap: 20px;
  }
  .text-box__img {
    max-width: 30%;
    flex-shrink: 0;
  }
  .text-box__img img {
    max-width: 100% !important;
  }
  .technologies__item img {
    max-width: 140px;
    max-height: 140px;
  }
}
@media (max-width: 760px) {
  .section-technologies {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .text-box {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .text-box .text-box__img {
    width: 100%;
    max-width: 100%;
  }
}
.section-opinions {
  margin-top: 94px;
  margin-bottom: 94px;
}

.text-box--link {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.text-box--link p {
  margin-bottom: 0;
  max-width: 660px;
}
.text-box--link .btn {
  flex-shrink: 0;
}

.cite__box {
  display: flex;
  gap: 48px;
}

.cite__item {
  padding-top: 50px;
  position: relative;
}
.cite__item::before {
  content: url("..//img/icon/cite.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.cite__item {
  max-width: calc(50% - 24px);
  width: 100%;
}
.cite__item cite {
  font-style: italic;
  font-size: 1.25rem;
  color: #525252;
  font-family: "Playfair Display", serif;
}
.cite__item figcaption {
  color: #525252;
  font-size: 0.9375rem;
  padding-left: 30px;
  padding-top: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.cite__item figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  height: 2px;
  background-color: #C2964A;
}
.cite__item figcaption img {
  margin-left: 6px;
}

@media (max-width: 760px) {
  .text-box--link {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .cite__box {
    flex-direction: column;
  }
  .cite__item {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .cite__box {
    gap: 24px;
  }
  .cite__item cite {
    font-size: 1rem;
  }
  .cite__item figcaption {
    font-size: 0.8125rem;
  }
}
.section--darken {
  background-color: #171717;
  padding-top: 94px;
  padding-bottom: 94px;
}
.section--darken .section__title {
  color: #fff;
}
.section--darken .section__text {
  color: #fff;
}

.gallery__box {
  display: flex;
  gap: 30px;
}
.gallery__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__box .img1 {
  height: 100%;
  max-height: 561px;
}

.gallery__right {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.bg-light-gold {
  background-color: #e3cfac;
}

@media (max-width: 950px) {
  .section-gallery,
  .section-bg-lightgold {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .gallery__box, .gallery__right {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .gallery__box, .gallery__right {
    gap: 10px;
  }
}
.section-news {
  margin-top: 94px;
  margin-bottom: 94px;
}

.item-box {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.item-box__item {
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  width: calc(33% - 10px);
  display: flex;
  flex-direction: column;
}

.item-box__text-wrapper {
  margin-bottom: 16px;
}

.item-box__img {
  max-height: 356px;
  overflow: hidden;
  height: 100%;
}
.item-box__img img {
  width: 100%;
  margin-bottom: 6px;
}

.item-box__content {
  padding: 16px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.item-box__text {
  font-size: 0.875rem;
  color: #525252;
}

.item-box__btns-wrapper {
  display: flex;
  gap: 14px;
}
.item-box__btns-wrapper .btn {
  height: 100%;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.item-box__btns-wrapper .btn:first-child {
  min-width: 180px;
}

.item-box__title {
  font-size: 1.125rem;
  color: #262626;
  font-family: "Playfair Display", serif;
  margin-bottom: 6px;
}

.item-box--4cols .item-box__text {
  font-size: 0.8125rem;
  margin-bottom: 26px;
}
.item-box--4cols .item-box__title {
  margin-bottom: 12px;
}

@media (max-width: 800px) {
  .item-box--4cols {
    flex-direction: column;
    margin-top: 50px;
    gap: 30px;
  }
  .item-box--4cols .item-box__item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .item-box {
    flex-direction: column;
  }
  .item-box__item {
    width: 100%;
  }
  .item-box__img {
    max-height: 100%;
  }
  .item-box {
    margin-top: 50px;
    gap: 30px;
  }
}
.section-contact {
  margin-top: 100px;
  margin-bottom: 94px;
}

.section__social {
  font-size: 1.0625rem;
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.section__social span {
  margin-left: 24px;
}

.contact__box {
  display: flex;
  gap: 16px;
}

.contact__map {
  max-width: 756px;
  width: 100%;
}

.contact__item-wrap {
  min-width: 240px;
  display: flex;
  flex: 1;
  gap: 16px;
  flex-direction: column;
}

.contact__item {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  width: 100%;
}
.contact__item img {
  margin-bottom: 12px;
}
.contact__item p, .contact__item a {
  color: #525252;
  font-size: 0.8125rem;
}
.contact__item a:hover {
  color: #C2964A;
}

.contact__item-title {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  margin-bottom: 6px;
}

@media (max-width: 760px) {
  .section__social {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .contact__box {
    flex-direction: column-reverse;
  }
  .contact__map {
    margin-left: -15px;
    width: calc(100% + 30px);
    min-height: 300px;
  }
}
.footer {
  background-color: #262626;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 94px;
}

.footer__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer__box img {
  margin-bottom: 12px;
}

.footer__text {
  color: #C2964A;
  max-width: 355px;
  text-align: center;
  margin-bottom: 0;
}

.totop {
  border: none;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  position: fixed;
  bottom: 20px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #C2964A;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 6px;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.totop img {
  transition: all 0.3s ease-out;
  max-width: 20px;
}
.totop:hover img {
  transform: translateY(-8px);
}
.totop.visible {
  display: flex;
  opacity: 1;
}

@media (max-width: 600px) {
  .footer {
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
  }
  .totop {
    display: flex !important;
    top: -20px;
    bottom: unset;
    right: 10px;
    opacity: 1 !important;
    position: absolute;
  }
}
.section-treatments-image {
  border-top: 4px solid #C2964A;
  background-color: #f3eadb;
  padding-top: 94px;
  padding-bottom: 94px;
}
.section-treatments-image .text-box--link p {
  max-width: 590px;
}
.section-treatments-image .item-box {
  flex-wrap: wrap;
}

@media (max-width: 1070px) {
  .section-treatments-image .item-box__btns-wrapper {
    flex-wrap: wrap;
  }
  .section-treatments-image .item-box__btns-wrapper .btn {
    height: auto;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .item-box--treatments {
    width: calc(50% - 8px);
  }
}
@media (max-width: 600px) {
  .item-box--treatments {
    width: 100%;
  }
}
.section-text {
  margin-top: 94px;
  margin-bottom: 94px;
}

.section__rte h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  margin-bottom: 18px;
}
.section__rte h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin-top: 32px;
  margin-bottom: 18px;
}
.section__rte h4, .section__rte h5, .section__rte h6 {
  font-family: "Playfair Display", serif;
  margin-top: 32px;
  font-size: 1.125rem;
  margin-bottom: 18px;
}
.section__rte a {
  color: #C2964A;
}
.section__rte a:hover {
  text-decoration: underline !important;
}

.article__header {
  position: relative;
  min-height: 260px;
}
.article__header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../img/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.article__header .container {
  display: flex;
  gap: 70px;
  align-items: stretch;
  justify-content: space-between;
}

.article__header--page {
  min-height: 100%;
  margin-bottom: 50px;
}
.article__header--page .article__title {
  color: #C2964A;
  font-family: "Playfair Display", serif;
}

.article__header-content {
  padding: 40px 0;
}

.article__title {
  font-size: 1.75rem;
}

.article__excerpt {
  font-size: 1.0625rem;
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.article__tags {
  margin-bottom: 30px;
}

.article__header-image {
  flex-shrink: 0;
  max-width: 500px;
  overflow: hidden;
  max-height: 300px;
}
.article__header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article__body {
  padding-top: 40px;
}
.article__body .container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.sidebar {
  width: 240px;
  background-color: #f3eadb;
  padding: 16px;
  flex-shrink: 0;
}
.sidebar .btn {
  border-width: 1px;
  padding: 9px 32px;
  background: transparent;
}
.sidebar .btn:hover {
  background-color: #C2964A;
}

.section__rte {
  width: 100%;
}
.section__rte .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.section__rte figcaption {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 4px;
}
.section__rte .gallery {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.section__rte .gallery .gallery-item {
  margin-bottom: 0;
}
.section__rte .gallery .gallery-item .gallery-icon {
  height: 100%;
}
.section__rte .gallery .gallery-item img {
  object-fit: cover;
  height: stretch;
}
.section__rte .gallery-columns-3 .gallery-item {
  max-width: calc(33.333333% - 6.7px);
}
.section__rte .gallery-columns-2 .gallery-item {
  max-width: calc(50% - 5px);
}

.sidebar__title {
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.sidebar__input {
  border: 1px solid #C2964A;
  height: 36px;
  display: flex;
  padding: 0 10px;
  width: 100%;
}
.sidebar__input::placeholder {
  color: #A3A3A3;
}
.sidebar__input option:first-child {
  color: #A3A3A3;
}

.sidebar__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-blog-post {
  margin-top: 94px;
  margin-bottom: 94px;
}

.blog-post__grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-post__pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.blog-post__pagination .page-numbers {
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 90%;
  -moz-border-radius: 90%;
  border-radius: 90%;
  border: 1px solid #262626;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transition: all 0.3s ease-out;
  color: #262626;
  font-weight: 500;
}
.blog-post__pagination .page-numbers:hover, .blog-post__pagination .page-numbers.current {
  background-color: #C2964A;
  border-color: #C2964A;
  color: #fff;
}
.blog-post__pagination .page-numbers.prev {
  transform: rotate(180deg);
}

@media (max-width: 1060px) {
  .article__header .container {
    gap: 20px;
  }
  .article__title {
    font-size: 1.5rem;
  }
  .section__rte h2 {
    font-size: 1.375rem;
  }
  .section__rte h3 {
    font-size: 1.25rem;
  }
  .article__header-image {
    max-width: 45%;
  }
}
@media (max-width: 800px) {
  .article__header-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% + 20px);
    margin-left: -20px;
    height: 100%;
    z-index: -1;
    transform: translateY(-50%);
    max-width: none;
  }
  .article__header-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.6) 100%);
  }
  .article__header .container {
    position: relative;
  }
  .article__header-content,
  .article__header-content a {
    color: #fff;
  }
  .article__header--page .article__header-content,
  .article__header--page .article__header-content a {
    color: #262626;
  }
  .article__body .container {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
  }
  .blog-post__grid {
    flex-wrap: wrap;
    gap: 30px;
  }
  .blog-post__grid .item-box__item {
    width: 100%;
  }
  .blog-post__grid .item-box__img {
    max-height: 100%;
  }
}
.section-error {
  margin-top: 50px;
  font-weight: 700;
}

.error-page__code {
  font-size: 6.25rem;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.promo-banner {
  background-color: #e3cfac;
  padding: 8px 0px;
}
.promo-banner p {
  margin-bottom: 0;
  font-weight: 500;
  color: #262626;
}
.promo-banner p a {
  color: #262626;
  text-decoration: underline !important;
  font-weight: 700;
}

.page-template-template-pricing h2.wp-block-heading {
  background-color: #C2964A;
  color: #fff;
  padding: 4px 10px;
  font-weight: 800 !important;
  margin-top: 60px;
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.page-template-template-pricing h2 {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-weight: 800 !important;
  color: #C2964A;
}
.page-template-template-pricing h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 800 !important;
  margin-top: 10px;
}
.page-template-template-pricing strong, .page-template-template-pricing strong span {
  font-weight: 900 !important;
}
.page-template-template-pricing table:not(.tablepress) {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-pricing .is-layout-flex.is-layout-flex {
  justify-content: space-around !important;
  align-items: flex-start !important;
}

@media (max-width: 600px) {
  .page-template-template-pricing .is-layout-flex.is-layout-flex {
    flex-direction: column;
  }
}
.tablepress-table-description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #C2964A;
}

table.tablepress > tbody > tr:hover {
  background-color: #f2f2f2;
}

table.tablepress > thead > tr > th {
  background-color: #ffffff;
  border-bottom: 1px solid #C2964A;
  color: #666 !important;
}

table.tablepress {
  border-top: 2px solid #C2964A;
  border-bottom: 2px solid #C2964A;
}

table.tablepress > tbody > tr > td {
  border-bottom: 1px solid #C2964A;
}

.tablepress > :where(thead, tfoot) > tr > * {
  background: #ffffff !important;
}

table {
  border-collapse: collapse;
  border: 1px solid #C2964A;
}

th, td {
  border: 1px solid #C2964A;
  padding: 8px 12px;
}

.popup {
  max-width: 800px !important;
  padding: 10px !important;
  min-width: 500px;
}
.popup .btn {
  max-width: max-content;
  margin: 40px auto 0 auto;
}

a.popup {
  cursor: pointer;
}

.popup__title {
  padding: 20px 20px 30px 20px;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  color: #C2964A;
  border-bottom: 1px solid #C2964A;
}

.popup__text {
  padding: 20px;
  font-size: 1rem;
  margin-top: 30px;
}

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