@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@font-face {
  font-family: "Brown Sugar";
  src: url("../fonts/brown-sugar.eot");
  src: url("../fonts/brown-sugar.eot?#iefix") format("embedded-opentype"), url("../fonts/brown-sugar.woff2") format("woff2"), url("../fonts/brown-sugar.woff") format("woff"), url("../fonts/brown-sugar.ttf") format("truetype"), url("../fonts/brown-sugar.svg#Brown Sugar") format("svg");
}
.text-bold {
  font-weight: 700;
}

.color-sand {
  color: #CABAB0;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:active,
a:hover {
  outline: none !important;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus, *:active {
  outline: none !important;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #EFEDEC;
  color: #000;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s linear;
}

img,
svg {
  display: block;
}

ul, ul li {
  list-style: none;
}

ul, ol, p {
  margin: 0;
}

section {
  position: relative;
}

figure,
picture {
  display: block;
  margin: 0;
}
figure img,
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  position: relative;
}

h1 {
  color: #fff;
  font-family: "Brown Sugar", Arial, Helvetica, sans-serif;
  font-size: 12rem;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 9rem;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 4.2rem;
  }
}

h3 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 6rem;
  padding-left: 6.4rem;
  position: relative;
}
h3:before {
  content: "";
  display: block;
  background-color: #000;
  width: 4rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.4rem;
    padding-left: 3.4rem;
  }
  h3:before {
    width: 2rem;
  }
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 2.2rem;
  }
}

sup {
  font-size: 50%;
  top: -0.6rem;
}

ul {
  padding-left: 0;
}

iframe {
  display: block;
}

.container {
  width: 100%;
  max-width: 176rem;
  margin: 0 auto;
}

.btn {
  background: #fff;
  border: 0.1rem solid #C5BFBB;
  border-radius: 3.2rem;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  height: 6rem;
  padding: 0 2.5rem;
  position: relative;
  white-space: nowrap;
  transition: all 0.2s linear;
}
@media screen and (max-width: 575px) {
  .btn {
    border-radius: 2.4rem;
    font-size: 1.8rem;
    height: 4.8rem;
  }
}
.btn:hover, .btn:focus, .btn:active {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none;
}
.btn:disabled, .btn.disabled {
  opacity: 0.5;
}
.btn-primary {
  background-color: #CABAB0;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #B2A298;
  border-color: #B2A298;
}
.btn-download span {
  padding-right: 3rem;
  position: relative;
}
.btn-download span:after {
  background: url(../images/icon-download.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 1.52rem;
  height: 1.52rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btn-arrow span {
  padding-right: 3rem;
  position: relative;
}
.btn-arrow span:after {
  background: url(../images/arrow-b.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btn-arrow.btn-primary span:after {
  background-image: url(../images/arrow.svg);
  width: 1.6rem;
  height: 1rem;
}

.tabs {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .tabs {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .tabs {
    font-size: 1.6rem;
  }
}
.tabs a {
  border-bottom: 0.1rem solid #CABAB0;
  color: #CABAB0;
  display: block;
  height: 4.8rem;
  padding: 0 1.6rem;
}
.tabs li:first-child a {
  padding-left: 0;
}
.tabs .active a {
  border-bottom-color: #000;
  color: #000;
}
.tabs-content .tab-one {
  display: none;
}
.tabs-content .tab-one:first-child {
  display: block;
}

input,
button,
textarea,
select {
  background-color: #EFEEEC;
  border: 0.1rem solid transparent;
  border-radius: 2.4rem;
  color: #000;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  height: 7.2rem;
  padding: 0 2.5rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

button {
  background: transparent;
  border: none;
}

textarea {
  width: 100%;
  height: 18.9rem;
  padding: 1rem 2rem;
  resize: none;
}

.form-label {
  color: #6B5C53;
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 575px) {
  .form-label {
    font-size: 1.2rem;
  }
}
.form-control, .form-textarea {
  background: #EFEEEC;
  border: 0.1rem solid #efeeec;
  border-radius: 2.4rem;
  color: #000;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  height: 7.2rem;
  padding: 0 2.5rem;
}
.form-control:focus, .form-control:active, .form-textarea:focus, .form-textarea:active {
  border-color: #CABAB0;
  box-shadow: none;
}
@media screen and (max-width: 575px) {
  .form-control, .form-textarea {
    border-radius: 2.4rem;
    font-size: 1.4rem;
    height: 4.8rem;
    padding: 0 1.5rem;
  }
}
.form-textarea {
  height: 18.9rem;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 575px) {
  .form-textarea {
    height: 12rem;
    padding: 1rem 1.5rem;
  }
}
.form-row {
  padding-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  .form-row {
    padding-bottom: 2rem;
  }
}
.form-col {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 1.6rem;
}
@media screen and (max-width: 575px) {
  .form-col {
    flex: 0 0 100%;
    width: 100%;
  }
}
.form-footer {
  display: flex;
  justify-content: center;
}
.form-footer .btn {
  max-width: 20rem;
}

.modal {
  padding: 5rem;
  text-align: center;
  width: 100%;
  max-width: 60rem;
  position: relative;
}
@media screen and (max-width: 575px) {
  .modal {
    padding: 3rem 2rem;
  }
}
.modal-title {
  font-size: 6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .modal-title {
    font-size: 3.5rem;
  }
}
.modal-subtitle {
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .modal-subtitle {
    font-size: 1.8rem;
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 1.2rem;
  padding: 0;
  width: 2rem;
  transition: all 0.2s linear;
}
.modal-close i {
  display: block;
  background-color: #000;
  width: 100%;
  height: 0.2rem;
  margin: 0.1rem 0;
  transition: all 0.2s linear;
}
.modal-close i:first-child {
  transform: rotate(45deg);
}
.modal-close i:last-child {
  transform: rotate(-45deg);
  margin-top: -0.3rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  text-indent: -15rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.32);
  border: 0.1rem solid rgba(107, 92, 83, 0.32);
  border-radius: 3.2rem;
  color: #fff;
  font-size: 1rem;
  width: 10.7rem;
  height: 6rem;
  transition: all 0.2s linear;
}
.slick-arrow:before {
  content: "";
  display: block;
  background: url(../images/arrow-b.svg) 0 0 no-repeat;
  background-size: cover;
  width: 2.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-arrow:hover {
  background-color: white;
  border: 0.1rem solid #6b5c53;
}
.slick-arrow.slick-disabled {
  cursor: auto;
}
.slick-arrow.slick-disabled:hover {
  background-color: rgba(255, 255, 255, 0.32);
  border: 0.1rem solid rgba(107, 92, 83, 0.32);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 7rem;
}
@media screen and (max-width: 1199px) {
  .slick-prev {
    left: 3rem;
  }
}
.slick-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.slick-next {
  right: 7rem;
}
@media screen and (max-width: 1199px) {
  .slick-next {
    right: 3rem;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.slick-dots button {
  background: #CABAB0;
  border-radius: 100%;
  color: #CABAB0;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.5rem;
  opacity: 0.5;
  overflow: hidden;
  text-indent: -10rem;
}
.slick-dots button:hover {
  opacity: 1;
}
.slick-dots .slick-active button {
  opacity: 1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
  font-size: 1.8rem;
  table-layout: fixed;
}
table th {
  background-color: #DAD1CA;
  color: #6B5C53;
  font-size: 1.8rem;
  font-weight: 400;
  height: 7.2rem;
  padding-left: 2.5rem;
  text-align: left;
}
table th:first-child {
  border-top-left-radius: 1.6rem;
}
table th:last-child {
  border-top-right-radius: 1.6rem;
}
@media screen and (max-width: 991px) {
  table th {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    height: 5.2rem;
  }
}
table td {
  border-bottom: 0.1rem solid #C5BFBB;
  height: 8.8rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 991px) {
  table td {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    height: 5.2rem;
  }
}
table td .status {
  display: block;
  padding-left: 2rem;
  position: relative;
}
table td .status:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
table td .status.available:before {
  background-color: #45B34A;
}
table td .status.sold:before {
  background-color: #E5421E;
}
table td .btn {
  font-size: 1.8rem;
  max-width: 14.1rem;
  height: 4.8rem;
}
@media screen and (max-width: 991px) {
  table td .btn {
    font-size: 1.4rem;
    height: 3.4rem;
    max-width: 11rem;
  }
}
table td .open-row img {
  width: auto;
  height: 1rem;
  transform: none;
  transition: all 0.2s linear;
}
table .row-hidden td {
  padding-left: 0;
}
table .row-hidden td .picture {
  background-color: #E8E3E0;
  width: 116.3rem;
  height: 56rem;
  margin: 3.5rem auto 6rem;
}
@media screen and (max-width: 991px) {
  table .row-hidden td .picture {
    height: 38rem;
    margin: 2rem auto 3rem;
  }
}
table .active td {
  border-bottom: none;
}
table .active td .open-row img {
  transform: rotate(180deg);
}

.header {
  background: url(../images/name-text.svg) 50% 50% no-repeat;
  background-size: 130.7rem 6.9rem;
  display: flex;
  font-size: 2rem;
  padding: 3.2rem 8rem;
  z-index: 20;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1600px) {
  .header {
    padding: 2.5rem;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-logo {
  flex: 0 0 11.8rem;
  width: 11.8rem;
  height: 15.5rem;
}
@media screen and (max-width: 1024px) {
  .header-logo {
    flex: 0 0 7.3rem;
    width: 7.3rem;
    height: 9.6rem;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}
.header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  z-index: 1056;
}
.header-menu a {
  color: #000;
}
.header-menu ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .header-menu ul {
    display: block;
    margin-bottom: 5rem;
    text-align: center;
  }
}
.header-menu li {
  padding: 0 2.5rem;
}
@media screen and (max-width: 1600px) {
  .header-menu li {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .header-menu li {
    padding: 1.5rem 0;
  }
}
.header-menu_btn {
  display: none;
  padding: 0;
  width: 3rem;
  transition: all 0.2s linear;
}
.header-menu_btn i {
  display: block;
  background-color: #000;
  width: 100%;
  height: 0.2rem;
  margin: 0.6rem 0;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1199px) {
  .header-menu_btn {
    display: block;
  }
  .header-menu_btn.close i:first-child {
    transform: rotate(-45deg);
    margin: 0;
    position: relative;
    top: 0.2rem;
  }
  .header-menu_btn.close i:nth-child(2) {
    display: none;
  }
  .header-menu_btn.close i:nth-child(3) {
    transform: rotate(45deg);
    margin: 0;
    top: 0.7rem;
  }
}
.header-content {
  flex: 2;
}
@media screen and (max-width: 1199px) {
  .header-content {
    display: none;
  }
}
.header-content.open {
  display: block;
  background-color: #EFEDEC;
  position: absolute;
  top: 20.5rem;
  left: 0;
  width: 100%;
  height: calc(100% - 20.5rem);
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .header-content.open {
    top: 14.6rem;
    height: calc(100% - 14.6rem);
  }
}
.header-content_transform {
  padding-right: 56.5rem;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .header-content_transform {
    padding-right: 32.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .header-content_transform {
    padding-right: 0;
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    transform: rotateX(0) rotateY(90deg) translateZ(0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 650ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .header-content_transform.active {
    transform: rotateX(0) rotateY(0deg) translateZ(0);
    left: 0;
  }
  .header-content_transform.out {
    transform: rotateX(0) rotateY(-90deg) translateZ(0);
    left: -100%;
    transition: all 800ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  }
}
.header-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
}
.header-btn .btn {
  margin-left: 1.6rem;
}
@media screen and (max-width: 1399px) {
  .header-btn {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 32.5rem;
  }
  .header-btn .btn:first-child {
    flex: 0 0 16.7rem;
    margin-bottom: 1rem;
  }
  .header-btn .btn:nth-child(2) {
    flex: 0 0 12.3rem;
    margin-bottom: 1rem;
  }
  .header-btn .btn:last-child {
    flex: 0 0 22.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .header-btn {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    justify-content: center;
    max-width: none;
  }
  .header-btn .btn {
    margin: 0 0.8rem;
  }
}

.menu-open {
  overflow: hidden;
}

.footer {
  padding: 15rem 4.8rem;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .footer {
    padding: 10rem 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 10rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5rem 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .footer {
    padding: 3rem 1.5rem;
  }
}
.footer .back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
}
.footer .back img {
  width: 100%;
  height: auto;
}
.footer .container {
  position: relative;
  z-index: 3;
}
.footer-logo {
  display: block;
  width: 27.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1199px) {
  .footer-logo {
    width: 22rem;
  }
}
@media screen and (max-width: 991px) {
  .footer-logo {
    width: 17rem;
  }
}
@media screen and (max-width: 575px) {
  .footer-logo {
    width: 12rem;
  }
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer a {
  text-decoration: underline;
}
.footer-privacy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 2rem;
  margin-top: -2.4rem;
}
@media screen and (max-width: 1399px) {
  .footer-privacy {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .footer-privacy {
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer-privacy {
    font-size: 1.4rem;
  }
}

.col-4 {
  flex: 0 0 33.3%;
  padding: 0 1.6rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.6rem;
}
@media screen and (max-width: 767px) {
  .row {
    display: block;
  }
}

.picture {
  background-color: #D9D9D9;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .picture {
    border-radius: 2.4rem;
  }
}
.picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  margin-bottom: 16rem;
  padding: 0 4.8rem;
}
@media screen and (max-width: 1600px) {
  .section {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .section {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .section {
    margin-bottom: 5rem;
  }
}
.section-main h1 {
  max-width: 69rem;
  position: absolute;
  bottom: 10.5rem;
  left: 13.8rem;
  z-index: 4;
}
@media screen and (max-width: 1399px) {
  .section-main h1 {
    left: 7rem;
    bottom: 6rem;
  }
}
@media screen and (max-width: 1199px) {
  .section-main h1 {
    max-width: 52rem;
  }
}
@media screen and (max-width: 767px) {
  .section-main h1 {
    max-width: 42rem;
  }
}
@media screen and (max-width: 600px) {
  .section-main h1 {
    left: 4rem;
    bottom: 3rem;
    max-width: 30rem;
  }
}
.section-main .hero-pic {
  height: 102.4rem;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .section-main .hero-pic {
    height: 80rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .hero-pic {
    height: 63rem;
  }
}
@media screen and (max-width: 767px) {
  .section-main .hero-pic {
    height: 52rem;
  }
}
@media screen and (max-width: 600px) {
  .section-main .hero-pic {
    height: 42rem;
  }
}
@media screen and (max-width: 480px) {
  .section-main .hero-pic {
    height: 37rem;
  }
}
.section-main .hero-pic:before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(52, 43, 26, 0) 0%, rgb(24, 24, 15) 100%);
  width: 100%;
  height: 59.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-main .hero-pic:before {
    height: 40rem;
  }
}
@media screen and (max-width: 830px) {
  .section-main .hero-pic:before {
    height: 30rem;
  }
}
@media screen and (max-width: 600px) {
  .section-main .hero-pic:before {
    height: 20rem;
  }
}
@media screen and (max-width: 480px) {
  .section-main .hero-pic:before {
    height: 10rem;
  }
}
.section-main .container {
  max-width: 180.5rem;
  position: relative;
}
.section-text p {
  margin-bottom: 3rem;
}
.section-title {
  color: #CABAB0;
  font-family: "Brown Sugar", Arial, Helvetica, sans-serif;
  font-size: 9.6rem;
  line-height: 1;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .section-title {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 575px) {
  .section-title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.section-intro {
  text-align: center;
}
.section-intro .container {
  position: relative;
}
.section-intro .container:before {
  content: "";
  display: block;
  background: url(../images/name-text_vert.svg) 0 0 no-repeat;
  background-size: cover;
  width: 6.9rem;
  height: 77.3rem;
  position: absolute;
  top: -16rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-intro .container:before {
    display: none;
  }
}
.section-intro h3 {
  padding-left: 0;
}
.section-intro h3:before {
  display: none;
}
.section-intro .section-text {
  max-width: 93rem;
  margin: 0 auto 8rem;
}
.section-intro .intro-pic {
  max-width: 56.5rem;
  height: 76.1rem;
}
@media screen and (max-width: 1199px) {
  .section-intro .intro-pic {
    height: 52rem;
  }
}
@media screen and (max-width: 991px) {
  .section-intro .intro-pic {
    height: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .section-intro .intro-pic {
    margin: 0 auto 2rem;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .section-intro .intro-pic {
    height: 28rem;
  }
}
.section-intro .col-4:nth-child(2) .intro-pic {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-intro .col-4:nth-child(2) .intro-pic {
    margin: 0 auto 2rem;
  }
}
.section-intro .col-4:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .section-intro .col-4:nth-child(3) {
    display: block;
  }
}
.section-project {
  padding-left: 0;
}
@media screen and (max-width: 830px) {
  .section-project {
    padding-left: 1.5rem;
  }
}
.section-project:before {
  content: "";
  display: block;
  background-color: #000;
  width: calc(100% - 9.6rem);
  max-width: 176rem;
  height: 0.1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .section-project:before {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 1024px) {
  .section-project:before {
    width: calc(100% - 3rem);
  }
}
.section-project_pic {
  border-radius: 0 3.2rem 3.2rem 0;
  height: 86rem;
}
@media screen and (max-width: 991px) {
  .section-project_pic {
    height: 68rem;
  }
}
@media screen and (max-width: 830px) {
  .section-project_pic {
    border-radius: 3.2rem;
    height: 53rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .section-project_pic {
    border-radius: 2.4rem;
    height: 40rem;
  }
}
@media screen and (max-width: 480px) {
  .section-project_pic {
    height: 32rem;
  }
}
.section-project .section-title {
  max-width: 46rem;
}
.section-project .section-text {
  max-width: 58rem;
}
.section-project_content {
  flex: 0 0 43%;
  max-width: 43%;
  padding: 0 5rem 0 9.4rem;
}
@media screen and (max-width: 1199px) {
  .section-project_content {
    padding: 0 0 0 5rem;
  }
}
@media screen and (max-width: 830px) {
  .section-project_content {
    max-width: none;
    padding: 0;
  }
}
.section-project_left {
  flex: 2;
}
.section-project .container {
  display: flex;
  align-items: center;
  max-width: none;
  padding-top: 16rem;
}
@media screen and (max-width: 1199px) {
  .section-project .container {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 830px) {
  .section-project .container {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .section-project .container {
    padding-top: 5rem;
  }
}
.section-finish {
  padding-right: 0;
}
@media screen and (max-width: 830px) {
  .section-finish {
    padding-right: 1.5rem;
  }
}
.section-finish .tabs-block {
  padding-left: 7rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-finish .tabs-block {
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section-finish .tabs-block {
    padding-left: 0;
  }
}
@media screen and (max-width: 830px) {
  .section-finish .tabs-block .tab {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.section-finish .tabs-block .section-top {
  position: absolute;
  top: 0;
  left: 7rem;
  z-index: 4;
}
@media screen and (max-width: 1199px) {
  .section-finish .tabs-block .section-top {
    left: 3.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section-finish .tabs-block .section-top {
    left: 0;
  }
}
@media screen and (max-width: 830px) {
  .section-finish .tabs-block .section-top {
    width: 100%;
  }
}
.section-finish_content {
  flex: 0 0 43%;
  max-width: 43%;
  padding: 22rem 9.4rem 0 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-finish_content {
    padding: 17rem 5rem 0 0;
  }
}
@media screen and (max-width: 830px) {
  .section-finish_content {
    margin-bottom: 3rem;
    max-width: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-finish_content {
    padding-top: 14rem;
  }
}
.section-finish_content .section-text {
  max-width: 58rem;
}
.section-finish_content .section-text li {
  padding: 0.9rem 0 0.9rem 2.3rem;
  position: relative;
}
.section-finish_content .section-text li:before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 2.2rem;
  left: 0;
}
.section-finish_pic {
  border-radius: 3.2rem 0 0 3.2rem;
  height: 86rem;
}
@media screen and (max-width: 991px) {
  .section-finish_pic {
    height: 68rem;
  }
}
@media screen and (max-width: 830px) {
  .section-finish_pic {
    border-radius: 3.2rem;
    height: 53rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .section-finish_pic {
    border-radius: 2.4rem;
    height: 40rem;
  }
}
@media screen and (max-width: 480px) {
  .section-finish_pic {
    height: 32rem;
  }
}
.section-finish_right {
  flex: 2;
}
.section-finish_one {
  display: flex;
}
@media screen and (max-width: 830px) {
  .section-finish_one {
    display: block;
  }
}
.section-finish .container {
  max-width: none;
  padding-top: 16rem;
}
@media screen and (max-width: 1199px) {
  .section-finish .container {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 575px) {
  .section-finish .container {
    padding-top: 5rem;
  }
}
.section-finish .container:before {
  background-color: #000;
  content: "";
  display: block;
  width: calc(100% - 9.6rem);
  max-width: 176rem;
  height: 0.1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .section-finish .container:before {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 1024px) {
  .section-finish .container:before {
    width: calc(100% - 3rem);
  }
}
.section-describe {
  margin-bottom: 9.2rem;
}
@media screen and (max-width: 575px) {
  .section-describe {
    margin-bottom: 4rem;
  }
}
.section-describe .container {
  border-top: 0.1rem solid #000;
  padding-top: 7rem;
}
@media screen and (max-width: 575px) {
  .section-describe .container {
    padding-top: 4rem;
  }
}
.section-describe_item {
  max-width: 40rem;
  margin-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .section-describe_item {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-describe_item {
    display: flex;
    align-items: center;
    max-width: none;
  }
}
.section-describe_item .number {
  display: block;
  color: #CABAB0;
  font-family: "Brown Sugar", Arial, Helvetica, sans-serif;
  font-size: 20rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .section-describe_item .number {
    font-size: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .section-describe_item .number {
    flex: 0 0 12rem;
    font-size: 12rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-describe_item .number {
    flex: 0 0 9rem;
    font-size: 9rem;
  }
}
.section-slider {
  overflow: hidden;
}
.section-slider_top {
  margin-left: 5rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-slider_top {
    margin-left: 0;
  }
}
.section-slider_top .section-title {
  padding-right: 8rem;
}
.section-slider .container {
  border-top: 0.1rem solid #000;
  padding-top: 16rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-slider .container {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 575px) {
  .section-slider .container {
    padding-top: 5rem;
  }
}
.section-slider .picture {
  height: 98rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1199px) {
  .section-slider .picture {
    height: 64rem;
  }
}
@media screen and (max-width: 991px) {
  .section-slider .picture {
    height: 52rem;
  }
}
@media screen and (max-width: 767px) {
  .section-slider .picture {
    height: 35rem;
  }
}
@media screen and (max-width: 575px) {
  .section-slider .picture {
    height: 25rem;
  }
}
.section-slider .slider-number {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 300;
}
.section-slider .slider-number span {
  font-size: 3.6rem;
}
.section-slider .slick-next {
  right: 0;
}
.section-slider .slick-slide {
  float: none;
  height: auto;
}
.section-slider .slick-track {
  display: flex;
}
.section-slider .slick-track .slick-slide:first-child .pic-card {
  margin-left: 0;
}
.section-slider .slick-list {
  overflow: visible;
}
.section-map h3 {
  padding-left: 0;
  text-align: center;
}
.section-map h3:before {
  display: none;
}
.section-map .section-title {
  margin: 0 auto 5rem;
  max-width: 61rem;
  text-align: center;
}
.section-map_content {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .section-map_content {
    display: block;
  }
}
.section-map_content:before {
  content: "";
  display: block;
  background: url(../images/name-text_vert.svg) 0 0 no-repeat;
  background-size: cover;
  width: 6.9rem;
  height: 77.3rem;
  position: absolute;
  top: -14rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-map_content:before {
    display: none;
  }
}
.section-map .map-block {
  flex: 2;
  background-color: #CABAB0;
  border: 0.1rem solid #C5BFBB;
  border-radius: 3.2rem;
  height: 68rem;
  overflow: hidden;
}
@media screen and (max-width: 1299px) {
  .section-map .map-block {
    height: 56rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-map .map-block {
    height: 40rem;
  }
}
@media screen and (max-width: 575px) {
  .section-map .map-block {
    border-radius: 2.4rem;
    height: 30rem;
    margin-bottom: 2rem;
  }
}
.section-map .map-description {
  flex: 0 0 60rem;
  max-width: 60rem;
  padding-left: 8.8rem;
}
@media screen and (max-width: 1600px) {
  .section-map .map-description {
    flex: 0 0 50rem;
    max-width: 50rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1299px) {
  .section-map .map-description {
    max-width: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .section-map .map-description {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-map .map-description {
    display: block;
  }
}
.section-map .map-description ul {
  margin-bottom: 5.5rem;
  max-width: 44rem;
}
@media screen and (max-width: 1299px) {
  .section-map .map-description ul {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .section-map .map-description ul {
    display: block;
    max-width: 52rem;
    margin: 0 auto 3rem;
  }
}
.section-map .map-description ul li {
  display: flex;
  justify-content: space-between;
  padding: 2.3rem 0;
}
@media screen and (max-width: 1299px) {
  .section-map .map-description ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 2.3rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-map .map-description ul li {
    max-width: none;
    padding: 1.8rem 0;
  }
}
@media screen and (max-width: 575px) {
  .section-map .map-description ul li {
    padding: 1rem 0;
  }
}
.section-map .map-description ul li .caption {
  padding-right: 1rem;
}
.section-map .map-description .btn {
  max-width: 34.4rem;
}
@media screen and (max-width: 1299px) {
  .section-map .map-description .btn {
    margin: 0 auto;
  }
}
.section-table .container {
  border-top: 0.1rem solid #000;
  padding-top: 16rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-table .container {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 575px) {
  .section-table .container {
    padding-top: 5rem;
  }
}
.section-table .container:before {
  content: "";
  display: block;
  background: url(../images/name-text_vert.svg) 0 0 no-repeat;
  background-size: cover;
  width: 6.9rem;
  height: 77.3rem;
  position: absolute;
  top: 153rem;
  right: 0;
  z-index: -1;
}
.section-table .container h3 {
  margin-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .section-table .container h3 {
    margin-left: 0;
  }
}
.section-table .container .section-title {
  margin-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .section-table .container .section-title {
    margin-left: 0;
  }
}
.section-table .picture-plan {
  height: 94.3rem;
  margin: 0 auto 6rem;
  max-width: 176rem;
}
@media screen and (max-width: 1399px) {
  .section-table .picture-plan {
    height: 78rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-table .picture-plan {
    height: 63rem;
  }
}
@media screen and (max-width: 830px) {
  .section-table .picture-plan {
    height: 52rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .section-table .picture-plan {
    height: 40rem;
  }
}
@media screen and (max-width: 480px) {
  .section-table .picture-plan {
    height: 25rem;
  }
}
.section-table .table-scroll {
  max-width: 146.2rem;
  margin: 0 auto;
  position: relative;
}
.section-table .table-scroll table {
  min-width: 120rem;
}
@media screen and (max-width: 991px) {
  .section-table .table-scroll table {
    min-width: 112rem;
  }
}
.section-contact {
  margin-bottom: 0;
}
.section-contact .section-title {
  margin: 0 auto 5rem;
  max-width: 61rem;
  text-align: center;
}
.section-contact .contact-block {
  background-color: #fff;
  border-radius: 3.2rem;
  padding: 16rem 6rem 6rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-contact .contact-block {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .section-contact .contact-block {
    padding: 6rem 3rem 3rem;
  }
}
@media screen and (max-width: 575px) {
  .section-contact .contact-block {
    padding: 4rem 1.2rem 1.2rem;
  }
}
.section-contact .contact-block:before {
  content: "";
  display: block;
  background: url(../images/name-text_vert.svg) 0 0 no-repeat;
  background-size: cover;
  width: 6.9rem;
  height: 77.3rem;
  position: absolute;
  top: 29rem;
  right: 12.4rem;
}
@media screen and (max-width: 1700px) {
  .section-contact .contact-block:before {
    right: 4.4rem;
  }
}
@media screen and (max-width: 1454px) {
  .section-contact .contact-block:before {
    display: none;
  }
}
.section-contact .contact-logo {
  height: 8.6rem;
  width: 100%;
  max-width: 39.3rem;
  margin-left: 5.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  .section-contact .contact-logo {
    max-width: 24.5rem;
    height: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-contact .contact-logo {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .section-contact .contact-logo {
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 480px) {
  .section-contact .contact-logo {
    max-width: 19.5rem;
    height: 4.3rem;
  }
}
.section-contact .contact-logo img {
  height: 100%;
}
.section-contact .contact-info {
  background-color: #F9F7F6;
  border-radius: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6B5C53;
  font-size: 3.2rem;
  padding: 3.2rem;
}
@media screen and (max-width: 1399px) {
  .section-contact .contact-info {
    font-size: 2.6rem;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .section-contact .contact-info {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .section-contact .contact-info {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .section-contact .contact-info {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
}
.section-contact .contact-info_left {
  display: flex;
  align-items: center;
  border-right: 0.1rem solid #CABAB0;
  padding: 1.3rem 5.4rem 1.3rem 0;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .section-contact .contact-info_left {
    border-right: none;
    justify-content: center;
    padding: 0 0 3rem;
  }
}
@media screen and (max-width: 600px) {
  .section-contact .contact-info_left {
    display: block;
    text-align: center;
  }
}
.section-contact .contact-info_right {
  color: #000;
  padding-left: 5.4rem;
}
@media screen and (max-width: 1199px) {
  .section-contact .contact-info_right {
    padding-left: 0;
    text-align: center;
  }
}
.section-contact .contact-info_right p {
  margin-bottom: 1.2rem;
}
.section-contact h3 {
  padding-left: 0;
  text-align: center;
}
.section-contact h3:before {
  display: none;
}
.section-contact .form-contact {
  max-width: 116.2rem;
  margin: 0 auto 14rem;
}
@media screen and (max-width: 1199px) {
  .section-contact .form-contact {
    margin-bottom: 10rem;
  }
}
.section-photo {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1199px) {
  .section-photo {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .section-photo {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-photo .picture {
    height: 20rem;
  }
  .section-photo .picture img {
    width: auto;
    height: 100%;
  }
}