@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');

.ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.ratio::before {
  display: block;
  width: 100%;
  content: "";
}

.ratio-1\:1::before {
  padding-bottom: 100%;
}

.ratio-2\:1::before {
  padding-bottom: 50%;
}

.ratio-3\:2::before {
  padding-bottom: 66.66667%;
}

.ratio-3\:4::before {
  padding-bottom: 133.33333%;
}

.ratio-4\:3::before {
  padding-bottom: 75%;
}

.ratio-4\:1::before {
  padding-bottom: 25%;
}

.ratio-5\:4::before {
  padding-bottom: 80%;
}

.ratio-8\:5::before {
  padding-bottom: 62.5%;
}

.ratio-15\:9::before {
  padding-bottom: 60%;
}

.ratio-16\:9::before {
  padding-bottom: 56.25%;
}

.ratio-33\:35::before {
  padding-bottom: 106.06061%;
}

.ratio-45\:40::before {
  padding-bottom: 88.88889%;
}

.ratio-45\:50::before {
  padding-bottom: 111.11111%;
}

.ratio-45\:55::before {
  padding-bottom: 122.22222%;
}

.ratio-69\:50::before {
  padding-bottom: 72.46377%;
}

.ratio-69\:65::before {
  padding-bottom: 94.2029%;
}

.ratio-69\:70::before {
  padding-bottom: 101.44928%;
}

.ratio-69\:80::before {
  padding-bottom: 115.94203%;
}

.ratio-57\:60::before {
  padding-bottom: 105.26316%;
}

.ratio-57\:45::before {
  padding-bottom: 78.94737%;
}

.ratio-93\:60::before {
  padding-bottom: 64.51613%;
}

:root {
  --font-primary: "Montserrat", sans-serif;
}

:root {
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-24: 24px;
  --text-30: 30px;
  --text-36: 36px;
  --text-38: 38px;
  --text-40: 40px;
  --text-44: 44px;
  --text-55: 55px;
  --text-62: 62px;
  --text-72: 72px;
  --text-82: 82px;
}

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-border: #DDDDDD;
  --color-accent-1: #754d16;
  --color-accent-2: #F7F0EC;
  --color-dark-1: #0e0f12;
  --color-dark-2: #191D23;
  --color-dark-3: #121418;
  --color-dark-4: #71677A;
  --color-dark-5: #2F3337;
}

[data-anim-wrap] {
  pointer-events: none;
}

[data-anim-wrap].animated {
  pointer-events: auto;
}

@keyframes reveal {
  100% {
    opacity: 1;
  }
}

[data-anim^='slide-'],
[data-anim-child^='slide-'] {
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim^='slide-'].is-in-view,
[data-anim-child^='slide-'].is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.aout1:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 45px;
  /* background-color: #a16e2c; */
  background-image: url(../images/pattern_white.png);
  z-index: -1;
}

[data-anim^='slide-up'],
[data-anim-child^='slide-up'] {
  transform: translate3d(0, 40px, 0);
}

[data-anim^='slide-down'],
[data-anim-child^='slide-down'] {
  transform: translate3d(0, -40px, 0);
}

[data-anim^='slide-right'],
[data-anim-child^='slide-right'] {
  transform: translate3d(-40px, 0, 0);
}

[data-anim^='slide-left'],
[data-anim-child^='slide-left'] {
  transform: translate3d(40px, 0, 0);
}

[data-anim^='fade'],
[data-anim-child^='fade'] {
  opacity: 0;
  transition-property: opacity;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-anim^='fade'].is-in-view,
[data-anim-child^='fade'].is-in-view {
  opacity: 1;
  pointer-events: auto;
}

[data-anim*="delay-1"],
[data-anim-child*="delay-1"] {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-anim*="delay-1"]::after,
[data-anim-child*="delay-1"]::after {
  animation-delay: 0.1s;
}

[data-anim*="delay-1"]>*,
[data-anim-child*="delay-1"]>* {
  animation-delay: 0.1s;
}

[data-anim*="delay-2"],
[data-anim-child*="delay-2"] {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-anim*="delay-2"]::after,
[data-anim-child*="delay-2"]::after {
  animation-delay: 0.2s;
}

[data-anim*="delay-2"]>*,
[data-anim-child*="delay-2"]>* {
  animation-delay: 0.2s;
}

[data-anim*="delay-3"],
[data-anim-child*="delay-3"] {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-anim*="delay-3"]::after,
[data-anim-child*="delay-3"]::after {
  animation-delay: 0.3s;
}

[data-anim*="delay-3"]>*,
[data-anim-child*="delay-3"]>* {
  animation-delay: 0.3s;
}

[data-anim*="delay-4"],
[data-anim-child*="delay-4"] {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-anim*="delay-4"]::after,
[data-anim-child*="delay-4"]::after {
  animation-delay: 0.4s;
}

[data-anim*="delay-4"]>*,
[data-anim-child*="delay-4"]>* {
  animation-delay: 0.4s;
}

[data-anim*="delay-5"],
[data-anim-child*="delay-5"] {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-anim*="delay-5"]::after,
[data-anim-child*="delay-5"]::after {
  animation-delay: 0.5s;
}

[data-anim*="delay-5"]>*,
[data-anim-child*="delay-5"]>* {
  animation-delay: 0.5s;
}

[data-anim*="delay-6"],
[data-anim-child*="delay-6"] {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-anim*="delay-6"]::after,
[data-anim-child*="delay-6"]::after {
  animation-delay: 0.6s;
}

[data-anim*="delay-6"]>*,
[data-anim-child*="delay-6"]>* {
  animation-delay: 0.6s;
}

[data-anim*="delay-7"],
[data-anim-child*="delay-7"] {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-anim*="delay-7"]::after,
[data-anim-child*="delay-7"]::after {
  animation-delay: 0.7s;
}

[data-anim*="delay-7"]>*,
[data-anim-child*="delay-7"]>* {
  animation-delay: 0.7s;
}

[data-anim*="delay-8"],
[data-anim-child*="delay-8"] {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-anim*="delay-8"]::after,
[data-anim-child*="delay-8"]::after {
  animation-delay: 0.8s;
}

[data-anim*="delay-8"]>*,
[data-anim-child*="delay-8"]>* {
  animation-delay: 0.8s;
}

[data-anim*="delay-9"],
[data-anim-child*="delay-9"] {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-anim*="delay-9"]::after,
[data-anim-child*="delay-9"]::after {
  animation-delay: 0.9s;
}

[data-anim*="delay-9"]>*,
[data-anim-child*="delay-9"]>* {
  animation-delay: 0.9s;
}

[data-anim*="delay-10"],
[data-anim-child*="delay-10"] {
  transition-delay: 1s;
  animation-delay: 1s;
}

[data-anim*="delay-10"]::after,
[data-anim-child*="delay-10"]::after {
  animation-delay: 1s;
}

[data-anim*="delay-10"]>*,
[data-anim-child*="delay-10"]>* {
  animation-delay: 1s;
}

[data-anim*="delay-11"],
[data-anim-child*="delay-11"] {
  transition-delay: 1.1s;
  animation-delay: 1.1s;
}

[data-anim*="delay-11"]::after,
[data-anim-child*="delay-11"]::after {
  animation-delay: 1.1s;
}

[data-anim*="delay-11"]>*,
[data-anim-child*="delay-11"]>* {
  animation-delay: 1.1s;
}

[data-anim*="delay-12"],
[data-anim-child*="delay-12"] {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

[data-anim*="delay-12"]::after,
[data-anim-child*="delay-12"]::after {
  animation-delay: 1.2s;
}

[data-anim*="delay-12"]>*,
[data-anim-child*="delay-12"]>* {
  animation-delay: 1.2s;
}

[data-anim*="delay-13"],
[data-anim-child*="delay-13"] {
  transition-delay: 1.3s;
  animation-delay: 1.3s;
}

[data-anim*="delay-13"]::after,
[data-anim-child*="delay-13"]::after {
  animation-delay: 1.3s;
}

[data-anim*="delay-13"]>*,
[data-anim-child*="delay-13"]>* {
  animation-delay: 1.3s;
}

[data-anim*="delay-14"],
[data-anim-child*="delay-14"] {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

[data-anim*="delay-14"]::after,
[data-anim-child*="delay-14"]::after {
  animation-delay: 1.4s;
}

[data-anim*="delay-14"]>*,
[data-anim-child*="delay-14"]>* {
  animation-delay: 1.4s;
}

[data-anim*="delay-15"],
[data-anim-child*="delay-15"] {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}

[data-anim*="delay-15"]::after,
[data-anim-child*="delay-15"]::after {
  animation-delay: 1.5s;
}

[data-anim*="delay-15"]>*,
[data-anim-child*="delay-15"]>* {
  animation-delay: 1.5s;
}

[data-anim*="delay-16"],
[data-anim-child*="delay-16"] {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}

[data-anim*="delay-16"]::after,
[data-anim-child*="delay-16"]::after {
  animation-delay: 1.6s;
}

[data-anim*="delay-16"]>*,
[data-anim-child*="delay-16"]>* {
  animation-delay: 1.6s;
}

[data-anim*="delay-17"],
[data-anim-child*="delay-17"] {
  transition-delay: 1.7s;
  animation-delay: 1.7s;
}

[data-anim*="delay-17"]::after,
[data-anim-child*="delay-17"]::after {
  animation-delay: 1.7s;
}

[data-anim*="delay-17"]>*,
[data-anim-child*="delay-17"]>* {
  animation-delay: 1.7s;
}

[data-anim*="delay-18"],
[data-anim-child*="delay-18"] {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}

[data-anim*="delay-18"]::after,
[data-anim-child*="delay-18"]::after {
  animation-delay: 1.8s;
}

[data-anim*="delay-18"]>*,
[data-anim-child*="delay-18"]>* {
  animation-delay: 1.8s;
}

[data-anim*="delay-19"],
[data-anim-child*="delay-19"] {
  transition-delay: 1.9s;
  animation-delay: 1.9s;
}

[data-anim*="delay-19"]::after,
[data-anim-child*="delay-19"]::after {
  animation-delay: 1.9s;
}

[data-anim*="delay-19"]>*,
[data-anim-child*="delay-19"]>* {
  animation-delay: 1.9s;
}

[data-anim*="delay-20"],
[data-anim-child*="delay-20"] {
  transition-delay: 2s;
  animation-delay: 2s;
}

[data-anim*="delay-20"]::after,
[data-anim-child*="delay-20"]::after {
  animation-delay: 2s;
}

[data-anim*="delay-20"]>*,
[data-anim-child*="delay-20"]>* {
  animation-delay: 2s;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

body {
  padding: 0;
  /* font-family: var(--font-primary); */
  /* font-family: "Fredoka", sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
  width: 100%;
  background-color: white;
  color: var(--color-dark-1);
  font-size: 16px;
  line-height: 1.875;
}

select,
input:not([type="range"]),
textarea {
  border: 0;
  outline: none;
  width: 100%;
  background-color: transparent;
}

main {
  overflow: hidden;
}

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

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  font-size: 16px;
  color: var(--color-light-1);
  text-align: justify;
}

.-mobileScroll>* {
  flex-shrink: 0;
}


.video.-type-1 {
  position: relative;
  padding: 380px 0;
  z-index: 0;
}


.video.-type-1 .video__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.video.-type-1 .video__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.video.-type-1 .video__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video.-type-1 .video__title {
  font-size: 82px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: white;
}

.video.-type-1 .video__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid white;
  border-radius: 100%;
  font-size: 24px;
  width: 140px;
  height: 140px;
  color: white;
}

.propSingleHero {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  z-index: 0;
}

.propSingleHero__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.propSingleHero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.propSingleHero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.propSingleHero__button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}


button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  outline: 2px solid #a16e2c;
  color: #fff;
  outline-offset: 3px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button.-md {
  padding: 10px 20px;
}

.button.-min-260 {
  min-width: 260px;
}

.button.-underline:hover {
  text-decoration: underline;
}

.button.-white:hover {
  border-color: var(--color-white);
  background-color: var(--color-white) !important;
  color: white !important;
}

.button.-outline-white {
  border-color: var(--color-white);
}

.button.-outline-white:hover {
  background-color: var(--color-white);
  border-color: transparent;
  color: white !important;
}

.button.-black:hover {
  border-color: var(--color-black);
  background-color: var(--color-black) !important;
  color: white !important;
}

.button.-outline-black {
  border-color: var(--color-black);
}

.button.-outline-black:hover {
  background-color: var(--color-black);
  border-color: transparent;
  color: white !important;
}

.button.-border:hover {
  border-color: var(--color-border);
  background-color: var(--color-border) !important;
  color: white !important;
}

.button.-outline-border {
  border-color: var(--color-border);
}

.button.-outline-border:hover {
  background-color: var(--color-border);
  border-color: transparent;
  color: white !important;
}

.button.-accent-1:hover {
  border-color: var(--color-accent-1);
  background-color: var(--color-accent-1) !important;
  color: white !important;
}

.button.-outline-accent-1 {
  border-color: var(--color-accent-1);
}

.button.-outline-accent-1:hover {
  background-color: var(--color-accent-1);
  border-color: transparent;
  color: white !important;
}

.button.-accent-2:hover {
  border-color: var(--color-accent-2);
  background-color: var(--color-accent-2) !important;
  color: white !important;
}

.button.-outline-accent-2 {
  border-color: var(--color-accent-2);
}

.button.-outline-accent-2:hover {
  background-color: var(--color-accent-2);
  border-color: transparent;
  color: white !important;
}

.button.-dark-1:hover {
  border-color: var(--color-dark-1);
  background-color: var(--color-dark-1) !important;
  outline: 2px solid var(--color-dark-1);
  outline-offset: 3px;
  color: white !important;
}

.button.-outline-dark-1 {
  border-color: var(--color-dark-1);
}

.button.-outline-dark-1:hover {
  background-color: var(--color-dark-1);
  border-color: transparent;
  color: white !important;
}

.button.-dark-2:hover {
  border-color: var(--color-dark-2);
  background-color: var(--color-dark-2) !important;
  color: white !important;
}

.button.-outline-dark-2 {
  border-color: var(--color-dark-2);
}

.button.-outline-dark-2:hover {
  background-color: var(--color-dark-2);
  border-color: transparent;
  color: white !important;
}

.button.-dark-3:hover {
  border-color: var(--color-dark-3);
  background-color: var(--color-dark-3) !important;
  color: white !important;
}

.button.-outline-dark-3 {
  border-color: var(--color-dark-3);
}

.button.-outline-dark-3:hover {
  background-color: var(--color-dark-3);
  border-color: transparent;
  color: white !important;
}

.button.-dark-4:hover {
  border-color: var(--color-dark-4);
  background-color: var(--color-dark-4) !important;
  color: white !important;
}

.button.-outline-dark-4 {
  border-color: var(--color-dark-4);
}

.button.-outline-dark-4:hover {
  background-color: var(--color-dark-4);
  border-color: transparent;
  color: white !important;
}

.button.-dark-5:hover {
  border-color: var(--color-dark-5);
  background-color: var(--color-dark-5) !important;
  color: white !important;
}

.button.-outline-dark-5 {
  border-color: var(--color-dark-5);
}

.button.-outline-dark-5:hover {
  background-color: var(--color-dark-5);
  border-color: transparent;
  color: white !important;
}

.button.-outline-white:hover {
  background-color: white !important;
  color: var(--color-dark-1) !important;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 160px;
  height: 160px;
}

.aout1 .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.play-button.-sm {
  width: 90px;
  height: 90px;
}


.play-button:hover {
  color: var(--color-accent-1);
}

.arrowButton.-type-1 {
  display: flex;
  align-items: center;
}

.arrowButton.-type-1>span {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.arrowButton.-type-1>span i {
  transform: rotate(-90deg);
}

.contactForm select,
.contactForm input:not([type="range"]),
.contactForm textarea {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid var(--color-accent-1);
  padding-bottom: 10px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contactForm select:focus,
.contactForm input:not([type="range"]):focus,
.contactForm textarea:focus {
  outline: none;
  border-color: var(--color-dark-1);
}

.contactForm ::-moz-placeholder {
  font-weight: 400;
}

.contactForm ::placeholder {
  font-weight: 400;
}

.contactForm__caption {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

input.text-white::-moz-placeholder {
  color: white;
}

input.text-white::placeholder {
  color: white;
}

.form-checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
}

.form-checkbox label {
  margin: 0;
  margin-left: 9px;
  font-size: 14px;
}

.form-checkbox__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-accent-1);
  border-radius: 4px;
}

.form-checkbox__icon {
  display: none;
  position: absolute;
  font-size: 8px;
  color: var(--color-dark-1);
}

.form-checkbox input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0;
}

.form-checkbox input:checked~.form-checkbox__mark {
  background-color: var(--color-accent-2);
  border-color: var(--color-dark-1);
}

.form-checkbox input:checked~.form-checkbox__mark .form-checkbox__icon {
  display: block;
}

.form-checkbox:hover input~.form-checkbox__mark {
  background-color: var(--color-accent-2);
}

.form-checkbox:hover input:checked~.form-checkbox__mark {
  background-color: var(--color-accent-2);
}

.form-radio {
  display: flex;
  align-items: center;
}

.form-radio .radio {
  cursor: pointer;
  position: relative;
  display: block;
}

.form-radio .radio__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-radio .radio__icon {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform-origin: center;
  opacity: 1;
  transform: scale(0.2);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-radio .radio input {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.form-radio .radio input:checked~.radio__mark {
  border-color: var(--color-dark-1);
  background-color: var(--color-dark-1);
}

.form-radio .radio input:checked~.radio__mark .radio__icon {
  background-color: var(--color-white);
  opacity: 1;
  transform: scale(1);
}

.form-switch .switch {
  cursor: pointer;
  position: relative;
  width: 55px;
  height: 30px;
}

.form-switch .switch__slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-accent-2);
  transition: .3s;
  border-radius: 30px;
}

.form-switch .switch__slider::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0px 10px 40px 0px #0000000D;
  transition: .3s;
}

.form-switch .switch input {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-switch .switch input:checked+.switch__slider {
  background-color: var(--color-dark-1);
}

.form-switch .switch input:checked+.switch__slider::before {
  transform: translateX(25px);
  background-color: white;
}

.select {
  position: relative;
}

.select__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-accent-1);
  background-color: white;
  text-align: left;
}

.select__icon {
  width: 20px;
  height: 20px;
}

.select__dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  min-height: 240px;
  max-height: 340px;
  border: 1px solid var(--color-dark-1);
  transition: all 0.2s ease;
  pointer-events: none;
  opacity: 0;
}

.select__dropdown.-is-visible {
  opacity: 1;
  pointer-events: auto;
}

.select__options {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}

.select__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.select__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.select__options__button {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-align: left;
  padding: 6px 20px;
  transition: all 0.15s ease;
}

.select__options__button:hover {
  cursor: pointer;
  background-color: var(--color-accent-2) !important;
  color: var(--color-accent-1) !important;
}

.select__options__button:focus {
  color: var(--color-accent-1) !important;
}

.select__search {
  flex-shrink: 0;
  height: 50px !important;
  border: 1px solid #F7F0EC !important;
  color: black;
  padding: 0 20px !important;
  margin: 0 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.select.-multiple .select__dropdown {
  padding: 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
}

.text-14 {
  font-size: var(--text-14) !important;
}

.text-15 {
  font-size: var(--text-15) !important;
}

.text-16 {
  font-size: var(--text-16) !important;
}

.text-18 {
  font-size: var(--text-18) !important;
}

.text-20 {
  font-size: var(--text-20) !important;
}

.text-24 {
  font-size: var(--text-24) !important;
}

.text-30 {
  font-size: var(--text-30) !important;
}

.text-36 {
  font-size: var(--text-36) !important;
}

.text-38 {
  font-size: var(--text-38) !important;
}

.text-40 {
  font-size: var(--text-40) !important;
}

.text-44 {
  font-size: var(--text-44) !important;
}

.text-55 {
  font-size: var(--text-55) !important;
}

.text-62 {
  font-size: var(--text-62) !important;
}

.text-72 {
  font-size: var(--text-72) !important;
}

.text-82 {
  font-size: var(--text-82) !important;
}



.lh-1 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}


.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.header.-type-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 130px;
  color: white;
  z-index: 700;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}



.header.-type-1 .header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
}

.header.-type-1 .header__left {
  display: flex;
  align-items: center;
}


.header.-type-1 .header__menuBtn {
  display: flex;
  align-items: center;
  color: white;
}

.header.-type-1 .header__menuBtn i {
  position: relative;
  height: 11px;
  width: 25px;
}

.header.-type-1 .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.header.-type-1 .header__menuBtn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: white;
}

.header.-type-1 .header__menuBtn span {
  margin-left: 15px;
}

.header.-type-1 .header__logo {
  position: relative;
  margin-left: 110px;
  z-index: 0;
}


.header.-type-1 .header__logo>*:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.header.-type-1 .header__right {
  display: flex;
  align-items: center;
}

.header.-type-1 .header__number {
  margin-right: 60px;
}


.header.-type-1 .header__socials {
  margin-right: 60px;
}

.header__socials a {
  display: block;
  font-size: 21px;
  padding: 15px;
  text-align: center;
  line-height: initial;
}


.header.-type-1 .header__socials>a {
  font-size: 15px;
}

.header.-type-1 .header__socials>a+a {
  margin-left: 20px;
}

.header.-type-1 .header__language {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.header.-type-1 .header__language span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: white;
  margin: 0 15px;
}

.header.-type-1.-dark-always,
.header.-type-1.-dark {
  color: black;
  background-color: white !important;
}

.header.-type-1.-dark-always .header__menuBtn,
.header.-type-1.-dark .header__menuBtn {
  color: var(--color-dark-1) !important;
}

.header.-type-1.-dark-always .header__menuBtn i::before,
.header.-type-1.-dark-always .header__menuBtn i::after,
.header.-type-1.-dark .header__menuBtn i::before,
.header.-type-1.-dark .header__menuBtn i::after {
  background-color: var(--color-dark-1) !important;
}

.header.-type-1.-dark-always .header__logo>*:nth-child(1),
.header.-type-1.-dark .header__logo>*:nth-child(1) {
  opacity: 0;
}

.header.-type-1.-dark-always .header__logo>*:nth-child(2),
.header.-type-1.-dark .header__logo>*:nth-child(2) {
  opacity: 1;
}

.header.-type-1.-is-sticky {
  background-color: var(--color-dark-1);
}

.header.-type-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 130px;
  color: white;
  z-index: 700;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.header.-type-2 .header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
}


.header.-type-2 .header__left {
  display: flex;
  align-items: center;
}


.header.-type-2 .header__menuBtn {
  display: flex;
  align-items: center;
  color: white;
}

.header.-type-2 .header__menuBtn i {
  position: relative;
  height: 11px;
  width: 25px;
}

.header.-type-2 .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.header.-type-2 .header__menuBtn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: white;
}

.header.-type-2 .header__menuBtn span {
  margin-left: 15px;
}

.header.-type-2 .header__logo {
  position: relative;
  z-index: 0;
}

.header.-type-2 .header__logo>*:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.header.-type-2 .header__right {
  display: flex;
  align-items: center;
}



.header.-type-2 .header__number {
  margin-right: 60px;
}

.header.-type-2 .header__socials {
  margin-right: 60px;
}

.header.-type-2 .header__socials>a {
  font-size: 15px;
}

.header.-type-2 .header__socials>a+a {
  margin-left: 20px;
}

.header.-type-2 .header__language {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.header.-type-2 .header__language span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: white;
  margin: 0 15px;
}

.header.-type-2.-dark {
  color: black;
  background-color: white !important;
}

.header.-type-2.-dark .header__logo>*:nth-child(1) {
  opacity: 0;
}

.header.-type-2.-dark .header__logo>*:nth-child(2) {
  opacity: 1;
}

.header.-type-2.-is-sticky {
  background-color: var(--color-dark-1);
}

.header.-type-3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  height: 110px;
  color: white;
  z-index: 700;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}



.header.-type-3 .header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 60px;
  border-bottom: 1px solid white;
}


.header.-type-3 .header__left {
  display: flex;
  align-items: center;
}


.header.-type-3 .header__menuBtn {
  display: flex;
  align-items: center;
  color: white;
}

.header.-type-3 .header__menuBtn i {
  position: relative;
  height: 11px;
  width: 25px;
}

.header.-type-3 .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.header.-type-3 .header__menuBtn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: white;
}

.header.-type-3 .header__menuBtn span {
  margin-left: 15px;
}

.header.-type-3 .header__line {
  background-color: white;
  width: 1px;
  height: 82px;
}

.header.-type-3 .header__logo {
  position: relative;
  z-index: 0;
}

.header.-type-3 .header__logo>*:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.header.-type-3 .header__right {
  display: flex;
  align-items: center;
}


.header.-type-3 .header__number {
  margin-right: 60px;
}



.header.-type-3 .header__socials {
  margin-right: 60px;
}



.header.-type-3 .header__socials>a {
  font-size: 15px;
}

.header.-type-3 .header__socials>a+a {
  margin-left: 20px;
}

.header.-type-3 .header__language {
  display: flex;
  align-items: center;
  margin-right: 60px;
}



.header.-type-3 .header__language span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: white;
  margin: 0 15px;
}

.header.-type-3.-dark {
  color: black;
  background-color: white !important;
}

.header.-type-3.-dark .header__menuBtn {
  color: var(--color-dark-1) !important;
}

.header.-type-3.-dark .header__menuBtn i::before,
.header.-type-3.-dark .header__menuBtn i::after {
  background-color: var(--color-dark-1) !important;
}

.header.-type-3.-dark .header__logo>*:nth-child(1) {
  opacity: 0;
}

.header.-type-3.-dark .header__logo>*:nth-child(2) {
  opacity: 1;
}

.header.-type-3.-dark .header__button {
  border: 1px solid black;
  padding: 12px 0;
  color: black !important;
}

.header.-type-3.-is-sticky {
  background-color: var(--color-dark-1);
}

.header.-type-4 {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100px;
  color: white;
  z-index: 9;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header.-type-4 .header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
}


.header.-type-4 .header__left {
  opacity: 0;
}

.header.-type-4 .header__logo img {
  width: 50%
}



.header.-type-4 .header__menuBtn {
  display: flex;
  align-items: center;
}

.header.-type-4 .header__menuBtn i {
  position: relative;
  height: 11px;
  width: 25px;
  display: none;
}

.header.-type-4 .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.header.-type-4 .header__menuBtn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
}

.header.-type-4 .header__menuBtn span {
  margin-left: 15px;
  color: black;
}

.header.-type-4 .header__logo {
  position: relative;
  margin-left: 110px;
  z-index: 0;
}



.header.-type-4 .header__logo>*:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.header.-type-4 .header__right {
  display: flex;
  align-items: center;
}


.header.-type-4 .header__number {
  margin-right: 30px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  font-size: 30px;
}

.header__number a:hover {
  color: #fff;
}

.header.-type-4 .header__socials {
  margin-right: 60px;
}

.header.-type-4 .header__socials>a {
  font-size: 15px;
}

.header.-type-4 .header__socials>a+a {
  margin-left: 20px;
}

.header.-type-4 .header__language {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.header.-type-4 .header__language span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: white;
  margin: 0 15px;
}

.header.-type-4.-dark {
  color: black;
  background-color: white !important;
}

.header.-type-4.-dark .header__logo>*:nth-child(1) {
  opacity: 0;
}

.header.-type-4.-dark .header__logo>*:nth-child(2) {
  opacity: 1;
}

.header.-type-4.-is-sticky {
  /* background-color: #754d16b0; */
  /* background: linear-gradient(270deg, #754d16cc, #d0a162b3); */
}

.header.-type-4 .header__logo {
      position: relative;
      margin-left: 0px;
      z-index: 0;
    }

    /* dropdown-menu */
    .dropdown-menu .submenu__item>a {
      font-size: 16px;
      color: white;
    }

main.-menuSidebarMargin {
  padding-left: 160px;
}


.menuSidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 65px;
  width: 160px;
  background-color: #000;
  /* background: linear-gradient(90deg, #123e49, #3f7d70); */
  /* background: linear-gradient(90deg, #754d16, #d0a162); */
  color: white;
  z-index: 700;
  padding-top: 30px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menuSidebar__menuBtn {
  display: flex;
  color: white;
}

.menuSidebar__menuBtn i {
  font-size: 25px;
}

.menuSidebar__arrow {
  display: flex;
  color: #fff;
}

.menuSidebar__arrow i {
  font-size: 22px;
}

.header.-type-5 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 130px;
  color: white;
  z-index: 700;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header.-type-5 .header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
}


.header.-type-5 .header__left {
  display: flex;
  align-items: center;
}


.header.-type-5 .header__menuBtn {
  display: none;
  align-items: center;
  color: white;
}


.header.-type-5 .header__menuBtn i {
  position: relative;
  height: 11px;
  width: 25px;
}

.header.-type-5 .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.header.-type-5 .header__menuBtn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: white;
}

.header.-type-5 .header__menuBtn span {
  margin-left: 15px;
}

.header.-type-5 .header__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.header.-type-5 .header__logo {
  position: relative;
  z-index: 0;
}

.header.-type-5 .header__logo>*:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.header.-type-5 .header__right {
  display: flex;
  align-items: center;
}

.header.-type-5 .header__number {
  margin-right: 60px;
}


.header.-type-5 .header__socials {
  margin-right: 60px;
}


.header.-type-5 .header__socials>a {
  font-size: 15px;
}

.header.-type-5 .header__socials>a+a {
  margin-left: 20px;
}

.header.-type-5 .header__language {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.header.-type-5 .header__language span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: white;
  margin: 0 15px;
}

.header.-type-5.-dark-always,
.header.-type-5.-dark {
  color: black;
  background-color: white !important;
}

.header.-type-5.-dark-always .header__menuBtn,
.header.-type-5.-dark .header__menuBtn {
  color: var(--color-dark-1) !important;
}

.header.-type-5.-dark-always .header__menuBtn i::before,
.header.-type-5.-dark-always .header__menuBtn i::after,
.header.-type-5.-dark .header__menuBtn i::before,
.header.-type-5.-dark .header__menuBtn i::after {
  background-color: var(--color-dark-1) !important;
}

.header.-type-5.-dark-always .header__logo>*:nth-child(1),
.header.-type-5.-dark .header__logo>*:nth-child(1) {
  opacity: 0;
}

.header.-type-5.-dark-always .header__logo>*:nth-child(2),
.header.-type-5.-dark .header__logo>*:nth-child(2) {
  opacity: 1;
}

.header.-type-5.-is-sticky {
  background-color: var(--color-dark-1);
}

.headerMenu {
  display: flex;
}

.headerMenu__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  color: white;
  font-size: 16px;
  line-height: 1;
}

.headerMenu__item+* {
  margin-left: 30px;
}

.headerMenu__item a {
  transition: .1s;
}

.headerMenu__item a:hover {
  color: currentColor;
  text-decoration: underline;
}

.headerMenu__item .headerMenuSubnav a:hover {
  color: var(--color-accent-1);
  text-decoration: none;
}

.headerMenu__item:hover>.headerMenuSubnav {
  pointer-events: auto;
  opacity: 1;
}

.headerMenuSubnav {
  position: absolute;
  top: 100%;
  left: -20px;
  background-color: white;
  padding: 20px 0;
  min-width: 250px;
  max-width: 100%;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.headerMenuSubnav__item {
  position: relative;
}

.headerMenuSubnav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 30px;
}

.headerMenuSubnav__item a i {
  font-size: 10px;
}

.headerMenuSubnav__item>.headerMenuSubnav {
  top: unset;
  left: unset;
  left: 100%;
  top: 0;
}

.headerMenuSubnav__item:hover>.headerMenuSubnav {
  pointer-events: auto;
  opacity: 1;
}

.header.-type-6 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 130px;
  color: white;
  z-index: 700;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.header.-type-6 .header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
}

.header.-type-6 .header__left {
  display: flex;
  align-items: center;
}

.header.-type-6 .header__menuBtn {
  display: none;
  align-items: center;
  color: white;
}


.header.-type-6 .header__menuBtn i {
  position: relative;
  height: 11px;
  width: 25px;
}

.header.-type-6 .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.header.-type-6 .header__menuBtn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: white;
}

.header.-type-6 .header__menuBtn span {
  margin-left: 15px;
}

.header.-type-6 .header__logo {
  position: relative;
  z-index: 0;
  margin-right: 120px;
}


.header.-type-6 .header__logo>*:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.header.-type-6 .header__right {
  display: flex;
  align-items: center;
}

.header.-type-6 .header__number {
  margin-right: 60px;
}


.header.-type-6 .header__socials {
  margin-right: 60px;
}

.header.-type-6 .header__socials>a {
  font-size: 15px;
}

.header.-type-6 .header__socials>a+a {
  margin-left: 20px;
}

.header.-type-6 .header__language {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.header.-type-6 .header__language span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: white;
  margin: 0 15px;
}


.header.-type-6.-dark-always,
.header.-type-6.-dark {
  color: black;
  background-color: white !important;
}

.header.-type-6.-dark-always .header__menuBtn,
.header.-type-6.-dark .header__menuBtn {
  color: var(--color-dark-1) !important;
}

.header.-type-6.-dark-always .header__menuBtn i::before,
.header.-type-6.-dark-always .header__menuBtn i::after,
.header.-type-6.-dark .header__menuBtn i::before,
.header.-type-6.-dark .header__menuBtn i::after {
  background-color: var(--color-dark-1) !important;
}

.header.-type-6.-dark-always .header__logo>*:nth-child(1),
.header.-type-6.-dark .header__logo>*:nth-child(1) {
  opacity: 0;
}

.header.-type-6.-dark-always .header__logo>*:nth-child(2),
.header.-type-6.-dark .header__logo>*:nth-child(2) {
  opacity: 1;
}

.header.-type-6.-dark-always .header__button,
.header.-type-6.-dark .header__button {
  border-color: var(--color-dark-1);
  color: var(--color-dark-1);
}

.header.-type-6.-is-sticky {
  background-color: var(--color-dark-1);
}

.header.-type-7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 130px;
  color: black;
  background-color: white !important;
  z-index: 700;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header.-type-7 .header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
}

.header.-type-7 .header__left {
  display: flex;
  align-items: center;
}

.header.-type-7 .header__menuBtn {
  display: none;
  align-items: center;
  color: black;
}

.header.-type-7 .header__menuBtn i {
  position: relative;
  height: 11px;
  width: 25px;
}

.header.-type-7 .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
}

.header.-type-7 .header__menuBtn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: black;
}

.header.-type-7 .header__menuBtn span {
  margin-left: 15px;
}

.header.-type-7 .header__logo {
  position: relative;
  z-index: 0;
}

.header.-type-7 .header__logo>*:nth-child(1) {
  opacity: 0;
}

.header.-type-7 .header__logo>*:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}

.header.-type-7 .header__right {
  display: flex;
  align-items: center;
}

.header.-type-7 .header__number {
  margin-right: 60px;
}

.header.-type-7 .header__socials {
  margin-right: 60px;
}

.header.-type-7 .header__socials>a {
  font-size: 15px;
}

.header.-type-7 .header__socials>a+a {
  margin-left: 20px;
}

.header.-type-7 .header__language {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.header.-type-7 .header__language span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: white;
  margin: 0 15px;
}

.header.-type-7 .headerMenu {
  margin-right: 60px;
}


.header.-type-7 .headerMenu a {
  color: black;
}


.header.-type-7.-is-sticky {
  background-color: var(--color-dark-1);
}

.header.-type-9 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 120px;
  color: white;
  z-index: 700;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.header.-type-9 .header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-right: 60px;
}


.header.-type-9 .header__left {
  display: flex;
  align-items: center;
}

.header.-type-9 .header__menuBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 120px;
  background-color: var(--color-dark-1);
  color: white;
}


.header.-type-9 .header__menuBtn i {
  position: relative;
  height: 11px;
  width: 25px;
}

.header.-type-9 .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.header.-type-9 .header__menuBtn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: white;
}

.header.-type-9 .header__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 225px;
  background-color: var(--color-accent-1);
  z-index: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.header.-type-9 .header__logo>*:nth-child(2) {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.header.-type-9 .header__right {
  display: flex;
  align-items: center;
}

.header.-type-9 .header__number {
  margin-right: 60px;
}

.header.-type-9 .header__socials {
  margin-right: 60px;
}

.header.-type-9 .header__socials>a {
  font-size: 15px;
}

.header.-type-9 .header__socials>a+a {
  margin-left: 20px;
}

.header.-type-9 .header__language {
  display: flex;
  align-items: center;
  margin-right: 60px;
}


.header.-type-9 .header__language span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: white;
  margin: 0 15px;
}

.header.-type-9.-dark {
  color: black;
  background-color: white !important;
}

.header.-type-9.-dark .header__menuBtn {
  color: var(--color-dark-1) !important;
  background-color: white;
}

.header.-type-9.-dark .header__menuBtn i::before,
.header.-type-9.-dark .header__menuBtn i::after {
  background-color: var(--color-dark-1) !important;
}

.header.-type-9.-dark .header__logo {
  background-color: white !important;
}

.header.-type-9.-dark .header__logo>*:nth-child(1) {
  opacity: 0;
}

.header.-type-9.-dark .header__logo>*:nth-child(2) {
  opacity: 1;
}

.header.-type-9.-dark .header__button {
  border: 1px solid black;
  color: black;
}

.header.-type-9.-is-sticky {
  background-color: var(--color-dark-1);
}

.header.-type-9.-is-sticky .header__logo {
  background-color: var(--color-dark-1);
}

.hero.-type-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.hero.-type-1 .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #4F80AF 0%, #E3E1DE 100%);
  z-index: -1;
}

.hero.-type-1 .hero__content {
  padding-top: 200px;
}

.hero.-type-1 .hero__title {
  position: relative;
  overflow: hidden;
  font-size: 8.4vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  line-height: 1;
  color: white;
  text-align: center;
}

.hero.-type-1 .hero__front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hero.-type-1 .hero__front img {
  width: 100%;
  height: auto;
}

.hero.-type-2 {
  position: relative;
  width: 100%;
  height: 860px;
  z-index: 1;
}


.hero.-type-2 .container {
  position: relative;
  height: 100%;
}

.hero.-type-2 .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero.-type-2 .hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.hero.-type-2 .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.-type-2 .hero__title {
  position: absolute;
  bottom: -70px;
  left: 0;
  text-transform: uppercase;
  color: white;
  font-size: 150px;
  font-weight: 500;
  line-height: 1;
  z-index: 2;
}

.hero.-type-2 .hero__buttonDown {
  position: absolute;
  bottom: -50px;
  right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: var(--color-dark-1);
  border: 1px solid var(--color-accent-1);
  color: white;
  font-size: 20px;
  z-index: 10;
  transform: rotate(90deg);
}

.hero.-type-3 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero.-type-3 .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero.-type-3 .hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero.-type-3 .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.-type-3 .hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  padding-top: 300px;
  padding-bottom: 180px;
}


.hero.-type-3 .hero__subtitle {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.hero.-type-3 .hero__title {
  font-size: 82px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.hero.-type-3 .hero__button {
  margin-top: 20px;
}

.hero.-type-4 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero.-type-4 .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero.-type-4 .hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero.-type-4 .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.-type-4 .hero__content {
  display: flex;
  flex-direction: column;
  color: white;
  padding-top: 370px;
  padding-bottom: 300px;
}


.hero.-type-4 .hero__subtitle {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 5px;
}

.hero.-type-4 .hero__title {
  font-size: 82px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: "Philosopher", sans-serif;
}

.hero.-type-4 .hero__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid white;
  width: 120px;
  height: 120px;
  margin-top: 35px;
}


.hero.-type-5 {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero.-type-5 .hero__lines>* {
  position: absolute;
  top: 144px;
  left: 50%;
  max-width: unset;
  transform: translateX(-50%);
  z-index: -1;
}

.hero.-type-5 .hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  z-index: -1;
}


.hero.-type-5 .hero__bg>*:nth-child(1) {
  height: 100%;
  width: 100%;
}

.hero.-type-5 .hero__bg>*:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64vw;
  max-width: unset;
}

.hero.-type-5 .hero__icon {
  position: absolute;
  top: 160px;
  left: -80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-color: var(--color-accent-1);
  color: white;
  text-align: center;
  z-index: 10;
}


.hero.-type-5 .hero__icon::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  z-index: -1;
}

.hero.-type-5 .hero__icon>*:nth-child(1) {
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}

.hero.-type-5 .hero__icon>*:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}

.hero.-type-5 .hero__content {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 0 60px;
  padding-top: 290px;
  padding-bottom: 260px;
}

.hero.-type-5 .hero__badges {
  display: flex;
  margin-bottom: 25px;
}

.hero.-type-5 .hero__badges>* {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 200px;
}

.hero.-type-5 .hero__badges>*+* {
  margin-left: 15px;
}

.hero.-type-5 .hero__title {
  font-size: 82px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}


.hero.-type-5 .hero__text {
  font-size: 18px;
  line-height: 1.7;
}

.hero.-type-6 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
  z-index: 2;
}


.hero.-type-6 .hero__image {
  position: absolute;
  bottom: -150px;
  right: 0;
  width: 55%;
  height: 800px;
  z-index: -1;
}


.hero.-type-6 .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.-type-6 .hero__title {
  text-transform: uppercase;
  font-size: 82px;
  font-weight: 500;
  line-height: 1.3;
}


.hero.-type-6 .hero__text {
  margin-top: 6px;
}

.hero.-type-6 .hero__button {
  margin-top: 32px;
}

.hero.-type-6 .hero__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 20px;
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  margin-top: 120px;
}


.hero.-type-7 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.hero.-type-7 .hero__nav {
  position: absolute;
  bottom: 40px;
  right: 70px;
  display: flex;
  z-index: 1;
}

.hero.-type-7 .hero__nav>* {
  background-color: #ffffff00;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 10px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero.-type-7 .hero__nav>*:hover {
  background-color: var(--color-accent-1);
}

.hero.-type-7 .hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.hero.-type-7 .hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero.-type-7 .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.-type-7 .hero__content {
  height: 100vh;
  display: flex;
  /*justify-content: center;*/
  justify-content: end;
  flex-direction: column;
  color: white;
  /* padding-top: 290px;
  padding-bottom: 260px; */
}

.hero.-type-7 .hero__subtitle {
  /*margin-bottom: 30px;*/
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.hero.-type-7 .hero__title {
  /*font-size: 82px;*/
  font-size: 46px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 2.5px;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 20px;
}


.hero.-type-8 {
  position: relative;
  margin: 20px;
  margin-bottom: 0;
  z-index: 1;
}


.hero.-type-8 .hero__content {
  color: white;
  padding: 280px 0;
}



.hero.-type-8 .hero__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
  z-index: -1;
}

.hero.-type-8 .hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero.-type-8 .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.-type-8 .hero__subtitle {
  display: flex;
  margin-bottom: 30px;
}

.hero.-type-8 .hero__title {
  font-size: 82px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}


.hero.-type-8 .hero__text {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 10px;
}

.hero.-type-8 .heroForm {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 450px;
  max-width: 100%;
  padding: 50px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 24px 128px 0px #00000024;
}

.hero.-type-8 .heroForm__title {
  margin-bottom: 30px;
}

.hero.-type-9 {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}


.hero.-type-9 .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.hero.-type-9 .hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero.-type-9 .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.-type-9 .hero__nav {
  position: absolute;
  top: 50%;
  left: 60px;
  display: flex;
  flex-direction: column;
  color: white;
  transform: translateY(-50%);
  z-index: 5;
}

.hero.-type-9 .hero__nav>* {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 32px;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.5;
}

.hero.-type-9 .hero__nav>*::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: white;
  transition: all 0.2 cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.hero.-type-9 .hero__nav>*.swiper-pagination-bullet-active {
  opacity: 1;
}

.hero.-type-9 .hero__nav>*.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.hero.-type-9 .hero__lines>* {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}

.hero.-type-9 .hero__lines>*:nth-child(1) {
  left: 60px;
}

.hero.-type-9 .hero__lines>*:nth-child(2) {
  right: 60px;
}

.hero.-type-9 .hero__content {
  display: flex;
  flex-direction: column;
  color: white;
  padding-top: 265px;
  padding-bottom: 265px;
}


.hero.-type-9 .hero__subtitle {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}


.hero.-type-9 .hero__title {
  font-size: 82px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}


.hero.-type-9 .hero__button {
  margin-top: 20px;
}

.hero.-type-10 {
  position: relative;
  height: 100vh;
  z-index: 0;
  padding-top: 120px;
}


.hero.-type-10 .container {
  height: 100%;
}

.hero.-type-10 .row {
  height: 100%;
}

.hero.-type-10 .hero__lines {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 180px;
  right: 180px;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}


.hero.-type-10 .hero__lines>* {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.hero.-type-10 .hero__slider {
  height: 100%;
}

.hero__slider .swiper-slide {
  background-position: center;
  background-size: cover;
}

.hero.-type-10 .hero__title {
  position: relative;
  width: calc(100% + 100px);
  letter-spacing: 2.5px;
}


.hero.-type-10 .hero__list {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.hero.-type-10 .hero__list li {
  list-style: disc inside;
  margin-bottom: 30px;
}

.hero.-type-10 .hero__image {
  height: 100%;
}

.hero.-type-10 .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.-type-10 .hero__pagination {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.hero.-type-10 .hero__pagination>* {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: white;
}

.hero.-type-10 .hero__pagination>*::after {
  content: "";
  position: absolute;
  border: 1px solid white;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  transition: all 0.3s ease;
  opacity: 0;
}

.hero.-type-10 .hero__pagination>*+* {
  margin-top: 20px;
}

.hero.-type-10 .hero__pagination>*.is-active::after {
  opacity: 1;
}

.imageCard.-type-1 {
  position: relative;
  z-index: 0;
}

.imageCard.-type-1 .imageCard__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.imageCard.-type-1 .imageCard_text {
  position: absolute;
  bottom: 100px;
  left: 100px;
  padding-right: 100px;
}

.imageCard.-type-1 .imageCard__title {
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
}

.iconCard__icon {
  height: 80px;
  width: 80px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 40px;
  background-color: #a16e2c;
}

.iconCard__text {
  color: #fff;
  margin-top: 5px;
}


.imageCard.-type-2 .imageCard__image {
  margin-bottom: 30px;
}

.imageCard.-type-2 .imageCard__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.imageCard.-type-2 .imageCard__text {
  line-height: 30px;
}

.imageCard.-type-3 {
  position: relative;
}

.imageCard.-type-3 .imageCard__image {
  position: relative;
  z-index: 0;
}

.imageCard.-type-3 .imageCard__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(24, 29, 36, 0) 0%, #181D24 100%);
  z-index: -1;
}

.imageCard.-type-3 .imageCard__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: white;
}

.imageCard.-type-3 .imageCard__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.imageCard.-type-3 .imageCard__text {
  line-height: 30px;
}

.imageCard.-type-4 {
  position: relative;
  display: block;
}

.imageCard.-type-4 .imageCard__content {
  position: absolute;
  bottom: 0;
  left: 0;
  /*right: 0;*/
  right: auto;
  /*display: flex;
  flex-direction: column;
  justify-content: flex-end;*/
  /*padding: 20px;*/
  padding: 10px 10px;
  margin: 0px;
  /*background-color: white;*/
  background-color: #fff0;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.imageCard.-type-4 .imageCard__title {
  /*font-size: 20px;*/
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  /*color: var(--color-dark-1);*/
  color: #fff;
}

.imageCard.-type-4 .imageCard__text {
  line-height: 30px;
  color: var(--color-dark-1);
}

.imageCard.-type-4:hover .imageCard__content {
  transform: none;
  opacity: 1;
  background-image: linear-gradient(to top, #000, #0000);
}

.imageCard.-type-5 {
  position: relative;
  z-index: 0;
}

.imageCard.-type-5 .imageCard__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.imageCard.-type-5 .imageCard__content {
  position: absolute;
  bottom: 100px;
  left: 100px;
}


.imageCard.-type-5 .imageCard__title {
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 500;
}


.imageCard.-type-5 .imageCard__text {
  text-transform: uppercase;
}

.iconCard.-type-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF33;
}

.iconCard.-type-1 .iconCard__content {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.iconCard.-type-1 .iconCard__icon {
  font-size: 50px;
}

.iconCard.-type-1 .iconCard__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 14px;
}

.iconCard.-type-2 {
  display: flex;
  justify-content: start;
  align-items: end;
  /* text-align: center; */
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: linear-gradient(1deg, #000000e6 10%, transparent);
}

.iconCard.-type-2:hover .iconCard__text {
  display: block;
}

.iconCard__content {
  width: 100%;
}

.iconCard.-type-2 .iconCard__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 45px;
  border-radius: 100%;
  /* border: 1px solid #fff;
  margin: 0 auto; */
  margin-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: var(--color-accent-1);
}

.iconCard.-type-2 .iconCard__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.iconCard.-type-2 .iconCard__text {
  margin-top: 6px;
  display: none;
  transition: all .3s linear;
}

.iconCard.-type-2:hover .iconCard__icon {
  color: white;
  background-color: var(--color-accent-1);
  border: 1px solid var(--color-accent-1);
}

.iconCard.-type-2:hover .iconCard__title {
  color: white;
}

.iconCard.-type-2:hover .iconCard__text {
  color: white;
}

.iconCard.-type-2.-hover-2:hover .iconCard__icon {
  color: white;
  background-color: var(--color-accent-1);
}

.iconCard.-type-2.-hover-2:hover .iconCard__title {
  color: black;
}

.iconCard.-type-2.-hover-2:hover .iconCard__text {
  color: black;
}

.iconCard.-type-2.-dark:hover .iconCard__icon {
  color: white;
  background-color: var(--color-accent-1);
}

.iconCard.-type-2.-dark:hover .iconCard__title {
  color: black;
}

.iconCard.-type-2.-dark:hover .iconCard__text {
  color: black;
}

.iconCard.-type-2.-light .iconCard__icon {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.iconCard.-type-2.-light:hover .iconCard__icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.iconCard.-type-3 {
  display: flex;
}


.iconCard.-type-3 .iconCard__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  font-size: 40px;
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  margin-right: 20px;
}


.iconCard.-type-3 .iconCard__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}

.iconCard.-type-3 .iconCard__text {
  margin-top: 6px;
}

.iconCard.-type-4 .iconCard__content {
  position: relative;
}

.iconCard.-type-4 .iconCard__icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  color: var(--color-accent-1);
  font-size: 126px;
  z-index: 1;
  opacity: 0.2;
}

.iconCard.-type-4 .iconCard__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.iconCard.-type-4 .iconCard__text {
  margin-top: 14px;
}

.iconCard.-type-4 .iconCard__button {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 30px;
}

.iconCard.-type-4 .iconCard__button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  margin-right: 15px;
}

.iconCard.-type-4 .iconCard__button span i {
  font-size: 16px;
}

.numberCard.-type-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.numberCard.-type-1 .numberCard__number {
  font-size: 150px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #F7F0EC;
}


.numberCard.-type-1 .numberCard__title {
  position: absolute;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.blogCard.-type-1 .blogCard__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  border: 1px solid var(--color-accent-1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.blogCard.-type-1 .blogCard__tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1 .blogCard__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1 .blogCard__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1 .blogCard__date>*:nth-child(1) {
  font-size: 62px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 2.5px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1 .blogCard__date>*:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1:hover .blogCard__content {
  background-color: var(--color-dark-1);
  border-color: transparent;
}

.blogCard.-type-1:hover .blogCard__tag {
  color: white;
}

.blogCard.-type-1:hover .blogCard__title {
  color: white;
}

.blogCard.-type-1:hover .blogCard__date>* {
  color: white;
}

.blogCard.-type-1.-hover-accent:hover .blogCard__content {
  background-color: var(--color-accent-1);
  border-color: transparent;
}

.blogCard.-type-2 .blogCard__image {
  position: relative;
  z-index: 0;
}

.blogCard.-type-2 .blogCard__date {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  z-index: 1;
}

.blogCard.-type-2 .blogCard__date>*:nth-child(1) {
  font-size: 62px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 2.5px;
}

.blogCard.-type-2 .blogCard__date>*:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.blogCard.-type-3 .blogCard__date {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  color: white;
}


.blogCard.-type-3 .blogCard__date>*:nth-child(1) {
  font-size: 62px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 2.5px;
}

.blogCard.-type-3 .blogCard__date>*:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.blogCard.-type-3 .blogCard__tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-3 .blogCard__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-3:hover .blogCard__content {
  background-color: var(--color-dark-1);
  border-color: transparent;
}

.blogCard.-type-3:hover .blogCard__tag {
  color: white;
}

.blogCard.-type-3:hover .blogCard__title {
  color: white;
}

.blogCard.-type-3:hover .blogCard__date>* {
  color: white;
}

.blogCard.-type-3.-hover-accent:hover .blogCard__content {
  background-color: var(--color-accent-1);
  border-color: transparent;
}

.blogCard.-type-3.-hover-light:hover .blogCard__content {
  background-color: transparent;
}

.blogCard.-type-3.-hover-light:hover .blogCard__tag {
  color: var(--color-accent-1);
}

.blogCard.-type-3.-hover-light:hover .blogCard__title {
  color: var(--color-accent-1);
}

.blogCard.-type-3.-hover-light:hover .blogCard__date>* {
  color: white;
}

.testimonials.-type-1 .testimonials__image {
  flex-shrink: 0;
  width: 210px;
  height: 210px;
}


.testimonials.-type-1 .testimonials__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.testimonials.-type-1 .testimonials__icon {
  margin-bottom: 35px;
}

.testimonials.-type-1 .testimonials__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 25px;
}


.testimonials.-type-1 .testimonials__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}

.testimonials.-type-1 .testimonials__position {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

.mapPlaces .mapPlaces__map {
  position: relative;
  right: -100px;
}


.mapPlaces .mapPlacesCard {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0.3;
}

.mapPlaces .mapPlacesCard__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.mapPlaces .mapPlacesCard__caption {
  font-size: 14px;
  line-height: 23px;
}

.mapPlaces .mapPlacesCard__image {
  width: 150px;
  height: 150px;
}


.mapPlaces .mapPlacesCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mapPlaces .mapPlacesCard.isCardActive {
  opacity: 1;
}

.mapPlaces .mapPlacesPlace {
  position: absolute;
}

.mapPlaces .mapPlacesPlace:nth-child(2) {
  top: 50%;
  left: 47%;
}

.mapPlaces .mapPlacesPlace:nth-child(3) {
  top: 30%;
  left: 47%;
}

.mapPlaces .mapPlacesPlace:nth-child(4) {
  top: 50%;
  left: 27%;
}

.mapPlaces .mapPlacesPlace:nth-child(5) {
  top: 20%;
  left: 17%;
}

.mapPlaces .mapPlacesPlace:nth-child(6) {
  top: 30%;
  left: 17%;
}

.mapPlaces .mapPlacesPlace__marker {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: var(--color-accent-1);
  border-radius: 100%;
}

.mapPlaces .mapPlacesPlace__marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: var(--color-accent-1);
  opacity: 0.4;
  border-radius: 100%;
}

.mapPlaces .mapPlacesPlace__content {
  position: absolute;
  bottom: calc(100% + 25px);
  left: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: white;
  text-transform: uppercase;
  padding: 8px 22px;
  background-color: var(--color-accent-1);
  border-radius: 200px;
  white-space: nowrap;
  transition: all 0.3s ease;
  transform: translateY(12px) translateX(-50%);
  opacity: 0;
}

.mapPlaces .mapPlacesPlace.isActive .mapPlacesPlace__content {
  transform: translateX(-50%);
  opacity: 1;
}

.-apartments .tabs__controls .is-tab-el-active {
  background-color: #d0a162;
}

.-apartments .tabs__controls .button {
  outline: 1px solid #fff;
  outline-offset: -5px;
  color: #000;
}

.tabs__content {
  position: relative;
}

.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
}

.tabs__pane.is-tab-el-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.tabs.-type-1 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
  z-index: 0;
}


.tabs.-type-1 .tabs__controls {
  display: flex;
  padding: 20px 0;
  margin-top: 40px;
}


.tabs.-type-1 .tabs__button {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  flex-shrink: 0;
}


.tabs.-type-1 .tabs__button+* {
  margin-left: 80px;
}

.tabs.-type-1 .tabs__button::after {
  content: "";
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
}

.tabs.-type-1 .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.tabs.-type-1 .tabs__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tabs.-type-1 .tabs__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.tabs.-type-1 .tabs__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs.-type-2 {
  position: relative;
  z-index: 0;
}

.tabs.-type-2 .slider {
  position: unset !important;
}

.tabs.-type-2 .swiper-wrapper {
  position: unset !important;
}

.tabs.-type-2 .tabs__content {
  position: unset;
  padding-top: 340px;
  padding-bottom: 140px;
}

.tabs.-type-2 .tabs__nav {
  margin-bottom: 40px;
}


.tabs.-type-2 .tabs__pagination {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -15px;
  padding-top: 30px;
}

.tabs.-type-2 .tabs__pagination>* {
  width: auto;
  height: auto;
  color: white;
  background-color: transparent;
  padding: 4px 15px;
}

.tabs.-type-2 .tabs__test {
  position: absolute;
  left: 0;
  width: 100%;
  top: 120px;
  z-index: 10;
}

.tabs.-type-2 .tabs__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tabs.-type-2 .tabs__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.tabs.-type-2 .tabs__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs.-type-3 .tabs__controls {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}

.tabs.-type-3 .tabs__content {
  margin-top: 20px;
}


.tabs.-type-3 .tabs__button {
  padding: 20px 30px;
  border: 1px solid var(--color-accent-2);
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.2s ease;
}

.tabs.-type-3 .tabs__button.is-tab-el-active {
  background-color: var(--color-accent-2);
}

.tabs.-type-4 .tabs__controls {
  border-bottom: 1px solid var(--color-accent-2);
}

.tabs.-type-4 .tabs__content {
  margin-top: 30px;
}


.tabs.-type-4 .tabs__button {
  position: relative;
  z-index: 0;
  padding-bottom: 18px;
  transition: all 0.2s ease;
}

.tabs.-type-4 .tabs__button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--color-accent-1);
  transition: all 0.2s ease;
  opacity: 0;
}

.tabs.-type-4 .tabs__button.is-tab-el-active {
  color: var(--color-accent-1);
}

.tabs.-type-4 .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.shapeBg.-type-1 {
  position: absolute;
  top: 0;
}

.footer.-type-1 {
  padding-bottom: 80px;
  padding-top: 70px;
  position: relative;
  background: url(../images/footer-bg.png) #000;
  background-position: bottom;
  background-repeat: no-repeat;
}

.footer.-type-1 .footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2F3337;
  padding: 60px 0;
  margin: 0 60px;
}

.footer.-type-1 .footer__links a {
  font-size: 14px;
}

.footer.-type-1 .footer__links>*+* {
  margin-left: 24px;
}

.footer.-type-1 .footer__socials a {
  font-size: 14px;
}

.footer.-type-1 .footer__socials>*+* {
  margin-left: 30px;
}

.footer.-type-1 .footer__main {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 80px;
}


.footer.-type-1 .footer__icon {
  margin-bottom: 60px;
}

.footer.-type-1 .footer__number {
  color: var(--color-accent-1);
  font-family: Jost;
  font-size: 62px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 2.5px;
}


.footer.-type-1 .footer__mainContent {
  margin-top: 60px;
  width: 30%;
}


.footer.-type-1 .footer__mainContent>h4 {
  color: #D3A464;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
}

.footer.-type-1 .footer__mainContent>p {
  font-size: 15px;
  line-height: 30px;
  margin-top: 14px;
}

.footer.-type-1 .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.footer.-type-1 .footer__bottom>* {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}

.footer.-type-1 .footer__bottom>*:last-child>*+* {
  margin-left: 20px;
}

.footer.-type-1.-container .footer__top {
  margin: 0;
}


.footer.-type-1.-light .footer__top {
  border-bottom: 1px solid #F7F0EC;
}

.footer.-type-1.-accent-2 .footer__top {
  border-bottom: 1px solid rgba(25, 29, 35, 0.1);
}

.footer.-type-2 {
  position: relative;
  padding-top: 120px;
  z-index: 0;
}

.footer.-type-2 .footer__logo img {
  width: 200px;
}


.footer.-type-2 .footer__mainTitle {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-bottom: 120px;
}

.footer.-type-2 .footer__list {
  margin-top: 20px;
}

.footer.-type-2 .footer__list>* {
  display: block;
  font-size: 15px;
}

.footer.-type-2 .footer__list>*+* {
  margin-top: 6px;
}

.footer.-type-2 .footer__bottom {
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer.-type-2 .footerForm {
  margin-top: 30px;
}

.footer.-type-2 .footerForm__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.footer.-type-2 .footerForm__input input {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid black;
}

.footer.-type-2 .footerForm__button {
  width: 100%;
  margin-top: 25px;
}

.footer.-type-2.-dark .footer__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 55.4vw;
  background-color: #15191F;
  z-index: -1;
}


.footer.-type-2.-dark .footerForm__input input {
  border-color: white;
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.preloader__wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 45px;
  border-radius: 30px;
  /* background-color: white; */
  /* box-shadow: 0px 2px 24px 0px #00000014; */
  animation-name: preloaderWraper;
  animation-iteration-count: infinite;
  animation-duration: 1.8s;
  animation-timing-function: ease;
}

.preloader__icon {
  position: absolute;
  animation-name: preloader;
  animation-iteration-count: infinite;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  display: flex;
}

.preloader__icon img {
  max-width: 70%;
  margin: auto;
}

.preloader__title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top: -15px;
  text-align: center;
}

.preloader__title img {}

.preloader__title img {
  width: 70%;
}

.preloader.-is-hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: none;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0.3);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.3);
  }
}

body.is-cursor-active {
  cursor: none !important;
}

body.is-cursor-active * {
  cursor: none !important;
}

.cursor {
  position: fixed;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10000;
}

.cursor__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__follower {
  position: absolute;
  background-color: #888888;
  opacity: 0.25;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor.is-mouse-down .cursor__wrapper {
  transform: scale(0.8);
}

.cursor__arrows {
  position: absolute;
  display: flex;
  opacity: 0;
  transform: scale(0.7) rotate(40deg);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__arrows>* {
  position: relative;
  color: black;
  stroke-width: 1;
}

.cursor__arrows>*:first-child {
  left: -10px;
}

.cursor__arrows>*:last-child {
  right: -10px;
}

.cursor__label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 0.75;
}

.cursor {
  visibility: hidden;
}

.cursor.is-enabled {
  visibility: visible;
}

.cursor.is-hidden .cursor__wrapper {
  transform: scale(0) !important;
}

.cursor.is-mouse-down .cursor__wrapper {
  transform: scale(0.8);
}

.cursor.is-active .cursor__follower {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  transform: scale(3.4);
  opacity: 0.25;
}

.cursor.is-active.has-label .cursor__follower {
  background-color: #01213A;
  opacity: 1;
}

.cursor.is-active.has-label .cursor__label {
  transform: scale(1);
}

.cursor.is-active.has-label-light .cursor__follower {
  box-shadow: 0px 5px 70px rgba(1, 33, 58, 0.03);
  background-color: #ffffff;
  opacity: 1;
}

.cursor.is-active.has-label-light .cursor__label {
  color: var(--bg-dark-1) !important;
  transform: scale(1);
}

.cursor.is-active.has-icon .cursor__follower {
  background-color: black;
  opacity: 0.8;
}

.cursor.is-active.has-icon .cursor__icon {
  transform: scale(1);
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -110%;
  right: 0;
  display: flex;
  width: 100%;
  background-color: white;
  color: black;
  z-index: 500;
  opacity: 01;
  pointer-events: none;
  transition: all .2s linear;
}

.menu.-is-active {
  pointer-events: auto;
}

.menu__left {
  width: 50%;
  height: 100%;
}



.menu .menuNav {
  overflow-y: auto;
  height: calc(100% - 85px);
  margin: 85px 120px;
  margin-bottom: 0;
  padding-bottom: 85px;
}



.menu .menuNav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.menu .menuNav::-webkit-scrollbar-thumb {
  background-color: #F7F0EC;
  border-radius: 100px;
}

.menu .menuNav__item>a {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: space-between;
  width: 80%;
  color: #fff;
}


.menu .menuNav__item>a i {
  font-size: 20px;
  margin-left: 12px;
}

.menu .menuNav__item>a:hover {
  color: var(--color-accent-1);
}

.menu .menuNav__item+* {
  margin-top: 45px;
}


.menu .submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.menu .submenu__wrap {
  padding-top: 12px;
}

.menu .submenu__item>a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #71677A;
  text-transform: uppercase;
}


.menu .submenu__item+* {
  margin-top: 4px;
}

.menu__right {
  width: 50%;
  height: 100%;
}


.menu .menuImage {
  width: 100%;
  height: 100%;
}

.menu .menuImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu__close {
  cursor: pointer;
  position: absolute;
  color: black;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #C29F7B;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.menu__close i {
  transition: all 0.1s ease;
}

.menu__close:hover i {
  color: var(--color-accent-1) !important;
}

/* .menu.-top-header {
  padding-top: 130px;
} */


.-sidebar .menu__left {
  padding-left: 80px;
  background-color: #d0a162;
}


.pageHeader.-type-1 {
  position: relative;
  color: white;
  /* padding-top: 300px; */
  /* padding-bottom: 220px; */
  padding-top: 500px;
  padding-bottom: 20px;
  z-index: 0;
}

.pageHeader.-type-1.-pb-sm {
  padding-bottom: 120px;
}

.pageHeader.-type-1 .pageHeader__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: black;
}

.pageHeader.-type-1 .pageHeader__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pageHeader.-type-1 .pageHeader__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-2);
  opacity: 0.2;
}

.pageHeader.-type-1 .pageHeader__title {
  /*font-size: 82px;*/
  font-size: 50px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: "Philosopher", sans-serif;
}


.pageHeader.-type-1 .pageHeader-nav {
  display: flex;
  text-transform: uppercase;
  margin-top: 5px;
  display: none;
}

.pageHeader.-type-1 .pageHeader-nav>span {
  margin: 0 5px;
}

.pageHeader.-type-1 .pageHeader-nav__link a,
.pageHeader.-type-1 .pageHeader-nav__link span {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Philosopher", sans-serif;
}

.marquee {
  position: relative;
}

.marquee>* {
  font-size: 150px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.5px;
  white-space: nowrap;
}

.marquee>*:nth-child(1) {
  position: relative;
  left: 250px;
}

.marquee>*:nth-child(2) {
  position: relative;
  right: 70%;
}

.sliderNav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid var(--color-dark-1);
  background-color: var(--color-accent-2);
  border-radius: 100%;
  font-size: 22px;
}

.sliderNav:hover {
  background-color: white;
  border-color: var(--color-accent-1);
}

.sliderNav.-transparent {
  border-color: var(--color-accent-1);
  background-color: transparent;
}

.sliderNav.-transparent:hover {
  background-color: var(--color-accent-1);
  color: white !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.xl\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.lg\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.md\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.x-gap-0 {
  margin-left: -0px;
  margin-right: -0px;
}

.x-gap-0>* {
  padding-left: 0px;
  padding-right: 0px;
}

.y-gap-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}

.y-gap-0>* {
  padding-top: 0px;
  padding-bottom: 0px;
}

.x-gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.x-gap-5>* {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.y-gap-5 {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.y-gap-5>* {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.x-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.x-gap-10>* {
  padding-left: 5px;
  padding-right: 5px;
}

.y-gap-10 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.y-gap-10>* {
  padding-top: 5px;
  padding-bottom: 5px;
}

.x-gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.x-gap-15>* {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.y-gap-15 {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}

.y-gap-15>* {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.x-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.x-gap-20>* {
  padding-left: 10px;
  padding-right: 10px;
}

.y-gap-20 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.y-gap-20>* {
  padding-top: 10px;
  padding-bottom: 10px;
}

.x-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.x-gap-30>* {
  padding-left: 15px;
  padding-right: 15px;
}

.y-gap-30 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.y-gap-30>* {
  padding-top: 15px;
  padding-bottom: 15px;
}

.x-gap-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.x-gap-60>* {
  padding-left: 30px;
  padding-right: 30px;
}

.y-gap-60 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.y-gap-60>* {
  padding-top: 30px;
  padding-bottom: 30px;
}


.layout-pt-sm {
  padding-top: 30px;
}

.layout-pb-sm {
  padding-bottom: 30px;
}

.layout-pt-md {
  padding-top: 60px;
}

.layout-pb-md {
  padding-bottom: 60px;
}

.layout-pt-lg {
  padding-top: 80px;
}

.layout-pb-lg {
  padding-bottom: 80px;
}

.layout-pt-xl {
  padding-top: 140px;
}

.layout-pb-xl {
  padding-bottom: 140px;
}


.w-1\/7 {
  width: 14.285714% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/1 {
  width: 100% !important;
}


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

.justify-start {
  justify-content: flex-start !important;
}

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

.justify-center {
  justify-content: center !important;
}

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

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}


.bg-white {
  background-color: var(--color-white) !important;
}

.bg-black {
  background-color: var(--color-black) !important;
}

.bg-border {
  background-color: var(--color-border) !important;
}

.bg-accent-1 {
  background-color: var(--color-accent-1) !important;
}

.bg-accent-2 {
  background-color: var(--color-accent-2) !important;
}

.bg-dark-1 {
  background-color: var(--color-dark-1) !important;
}

.bg-dark-2 {
  background-color: var(--color-dark-2) !important;
}

.bg-dark-3 {
  background-color: var(--color-dark-3) !important;
}

.bg-dark-4 {
  background-color: var(--color-dark-4) !important;
}

.bg-dark-5 {
  background-color: var(--color-dark-5) !important;
}

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

.text-white {
  color: var(--color-white);
}

.text-black {
  color: var(--color-black);
}

.text-border {
  color: var(--color-border);
}

.text-accent-1 {
  color: var(--color-accent-1);
  color: #8a6441;
}

.text-accent-2 {
  color: var(--color-accent-2);
}

.text-dark-1 {
  color: var(--color-dark-1);
}

.text-dark-2 {
  color: var(--color-dark-2);
}

.text-dark-3 {
  color: var(--color-dark-3);
}

.text-dark-4 {
  color: var(--color-dark-4);
}

.text-dark-5 {
  color: var(--color-dark-5);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}


.html-overflow-hidden {
  overflow: hidden !important;
}

.html-overflow-hidden body {
  overflow-y: scroll;
}

.origin-top {
  transform-origin: top !important;
}

.origin-left {
  transform-origin: left !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-normal {
  overflow: initial !important;
}

.overflow-visible {
  overflow: visible !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.img-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal {
  text-transform: none;
}

.rounded-0 {
  border-radius: 0;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-full {
  border-radius: 100%;
}

.border-dark-1 {
  border: 1px solid var(--color-dark-1);
}

.border-accent-1 {
  border: 1px solid var(--color-accent-1);
}

.border-top-dark-5 {
  border-top: 1px solid var(--color-dark-5);
}

.border-white {
  border: 2px solid var(--color-white);
}

.border-bottom-accent-2 {
  border-bottom: 1px solid var(--color-accent-2);
}

.size-18 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.size-40 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.size-50 {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.size-80 {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.size-100 {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.size-120 {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}

.shadow-1 {
  box-shadow: 0px 20px 40px 0px #05103612;
}

.shadow-2 {
  box-shadow: 0px 10px 35px 0px #0510361A;
}

.shadow-3 {
  box-shadow: 0px 10px 30px 0px #05103608;
}

.shadow-4 {
  box-shadow: 0px 10px 60px 0px #0510360D;
}

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

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

.h-full {
  height: 100% !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z--1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.sectionBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.sectionBg.-left {
  right: unset;
}

.sectionBg.-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sectionBg.-mx-60 {
  margin: 0 60px;
}


.sectionBg.-overlay-1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.table.-type-1 {
  overflow-x: scroll;
  width: 100%;
}

.table.-type-1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.table.-type-1::-webkit-scrollbar-thumb {
  background-color: #F7F0EC;
  border-radius: 100px;
}

.table.-type-1 table {
  width: 100%;
}

.table.-type-1 table thead {
  color: white;
  background-color: var(--color-accent-1);
}

.table.-type-1 table thead tr {
  border: none;
}

.table.-type-1 table tr {
  border-bottom: 1px solid #F7F0EC;
}

.table.-type-1 table td {
  font-weight: 500;
  padding: 25px 60px;
}


.table.-type-2 {
  overflow-x: scroll;
  width: 100%;
}

.table.-type-2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.table.-type-2::-webkit-scrollbar-thumb {
  background-color: #F7F0EC;
  border-radius: 100px;
}

.table.-type-2 table {
  width: 100%;
}

.table.-type-2 table thead {
  color: white;
  background-color: var(--color-accent-1);
}

.table.-type-2 table thead tr {
  border: none;
}

.table.-type-2 table tr {
  border-bottom: 1px solid #F7F0EC;
}

.table.-type-2 table td {
  font-weight: 500;
  padding: 18px 25px;
}

.searchInput input {
  padding: 15px 20px;
  border: 1px solid #F7F0EC;
}

.searchInput input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  color: black;
}

.searchInput input::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  color: black;
}

.imageSlider.-type-1 {
  overflow: hidden;
  position: relative;
  margin: 0 20px;
  height: 960px;
  color: white;
  z-index: 0;
}


.imageSlider.-type-1 .imageSlider__slider {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}

.imageSlider.-type-1 .imageSlider__image {
  position: relative;
  height: 100%;
}

.imageSlider.-type-1 .imageSlider__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(25, 29, 35, 0) 23.13%, rgba(25, 29, 35, 0.7) 100%);
}

.imageSlider.-type-1 .imageSlider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.imageSlider.-type-1 .imageSlider__title {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.imageSlider.-type-1 .imageSlider__content {
  padding-top: 120px;
}

.imageSlider.-type-1 .imageSlider__nav {
  display: flex;
}

.imageSlider.-type-1.-center .imageSlider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
}

.imageSlider.-type-1.-center .imageSlider__nav>* {
  display: flex;
  justify-content: space-between;
}

.testimonialsSection {
  position: relative;
  height: 800px;
  z-index: 0;
}

.testimonialsSection .container {
  height: 100%;
}

.testimonialsSection .row {
  height: 100%;
}

.testimonialsSection__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonialsSection__bg>*:nth-child(2) {
  width: 50%;
  height: 100%;
}



.testimonialsSection__images {
  position: relative;
  display: flex;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: .5s;
}

.testimonialsSection__images img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonialsSection__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.mapSection {
  position: relative;
}

.mapSection img {
  width: 100%;
  height: 100%;
  height: auto;
}

.mapSection__markers>*:nth-child(1) {
  top: 31.94%;
  left: 28.04%;
}

.mapSection__markers>*:nth-child(2) {
  top: 25.72%;
  left: 43.77%;
}

.mapSection__markers>*:nth-child(3) {
  top: 76.14%;
  left: 32.05%;
}

.mapSection__markers>*:nth-child(4) {
  top: 61.12%;
  left: 67.44%;
}

.mapSection .mapSectionMarker {
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 10;
  transform: translateX(-20px) translateY(-20px);
}

.mapSection .mapSectionMarker__dot {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: rgba(194, 159, 123, 0.15);
  z-index: 0;
}

.mapSection .mapSectionMarker__dot::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--color-accent-1);
  border-radius: 100%;
  z-index: -1;
}

.mapSection .mapSectionMarker__dot::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 20px white;
  border-radius: 100%;
  z-index: -2;
  animation: Ani 2s infinite;
}

.mapSection .mapSectionMarker__dot:hover+.mapSectionMarker__hover {
  opacity: 1;
  transform: none;
}

.mapSection .mapSectionMarker__content {
  position: absolute;
  top: calc(100% + 20px);
}


.mapSection .mapSectionMarker__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.mapSection .mapSectionMarker__text {
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  margin-top: 4px;
}

.mapSection .mapSectionMarker__hover {
  position: absolute;
  bottom: calc(100% + 12px);
  background-color: var(--color-accent-1);
  border-radius: 100px;
  padding: 6px 20px;
  transition: .2s;
  transform: translateY(8px);
  opacity: 0;
}

.mapSection .mapSectionMarker__hover::after {
  content: "";
  position: absolute;
  top: 98%;
  left: 48%;
  background-color: var(--color-accent-1);
  transform-origin: center;
  transform: rotate(45deg) translateX(-50%);
  width: 8px;
  height: 8px;
}

.mapSection .mapSectionMarker__hover>* {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.mapSection.-half {
  height: 100%;
}

@keyframes Ani {
  0% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transform: scale(0);
  }

  70% {
    box-shadow: 0 0 50px #fff;
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0);
    transform: scale(1.5);
  }
}

.videoSection {
  position: relative;
  height: 860px;
}

.videoSection img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.h-auto {
  height: auto !important;
}

.noPageSection {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.noPageSection__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.noPageSection__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.noPageSection__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  padding-top: 30px;
}

.noPageSection__num {
  font-size: 160px;
  font-weight: 500;
  line-height: 1.35;
}


.noPageSection__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.noPageSection__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
}


.noPageSection__button {
  margin-top: 48px;
}


.noPageSection__button>* {
  max-width: 100%;
  min-width: 280px;
}

/*Modal*/
.modal .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #754d16;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-shadow: none;
  opacity: 1;
  color: #fff;
  z-index: 9;
}

/**/

.accordion__icon {
  position: relative;
}

.accordion__icon .icon {
  transition: all 0.2s ease-out;
}

.accordion__icon .icon:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion__icon .icon:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon>*:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon>*:nth-child(2) {
  transform: none;
  opacity: 1;
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion__button {
  cursor: pointer;
}

.accordion.-simple .accordion__button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-accent-2);
  transition: 0.4s;
}

.accordion.-simple .accordion__button button {
  color: var(--text-dark-1);
}

.accordion.-simple .accordion__icon {
  width: 28px;
  height: 28px;
  font-size: 12px;
  border: 1px solid var(--color-accent-1);
  color: var(--color-accent-1);
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__icon>*:nth-child(1) {
  position: absolute;
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__icon>*:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__item.is-active .accordion__icon>*:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-simple .accordion__item.is-active .accordion__icon>*:nth-child(2) {
  transform: none;
  opacity: 1;
}

.imageSliderNav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  z-index: 1;
}

.imageSliderNav>* {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: white;
  font-size: 27px;
  background-color: #754d16cc;
}

.imageSliderNav>*:hover {
  background-color: #f7f0ecd4;
  color: var(--color-accent-1);
}

.testimonialsNav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonialsNav>button {
  display: flex;
  align-items: center;
  font-size: 22px;
}

.testimonialsNav>*+* {
  margin-left: 15px;
}

.testimonialsPag {
  font-size: 14px;
}

.testimonialsPag>* {
  color: var(--color-dark-4);
  opacity: 0.4;
}

.testimonialsPag .is-active {
  color: white !important;
  opacity: 1;
}

.testimonialsPag>*+* {
  margin-left: 15px;
}

.testimonialsPag.-dark .is-active {
  color: var(--color-dark-1) !important;
}

.-hover-link:hover {
  color: var(--color-accent-1);
}

.-hover-link-2:hover {
  color: var(--color-white);
}

.aboutImages.-type-1 {
  position: relative;
}


.aboutImages.-type-1>*:nth-child(2) {
  position: absolute;
  bottom: -90px;
  right: -120px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.items-center-imp {
  align-items: center !important;
}

.test {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}


.test img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-minus-1 {
  width: 10px;
  height: 1px;
  background-color: var(--color-accent-1);
}


.absoluteNav {
  position: absolute;
  top: 50%;
  left: -110px;
  right: -110px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 5;
}


.imageGrid.-type-1 {
  position: relative;
  height: 700px;
}


.imageGrid.-type-1 .imageGrid__images {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 570px);
  height: 100%;
}

.imageGrid.-type-1 .imageGrid__images img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blockquote {
  position: relative;
  background-color: var(--color-accent-2);
  padding: 35px 220px 25px 60px;
  z-index: 0;
}

.blockquote>*:nth-child(1) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-accent-1);
  width: 3px;
  z-index: 1;
}

.blockquote>*:nth-child(2) {
  font-size: 18px;
}


.blockquote>*:nth-child(3) {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 10px;
  text-transform: uppercase;
}

.blogContent .list {
  font-size: 18px;
  padding-left: 1rem;
}


.blogContent .list li {
  list-style: disc;
}

.blogContent .list li+li {
  margin-top: 6px;
}

.blogDivider {
  width: 100%;
  height: 1px;
  background-color: var(--color-accent-2);
}

.blogSocial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.blogSocial:hover {
  color: var(--color-dark-1);
  border-color: var(--color-accent-1);
}

.blogTag {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid var(--color-accent-1);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
}

.blogTag:hover {
  border-color: var(--color-dark-1);
  background-color: var(--color-accent-2);
}

.blogOtherPosts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
  padding: 60px;
}


.blogOtherPosts>* h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogOtherPosts>* div {
  font-size: 18px;
}

.blogOtherPosts>*:nth-child(2) {
  text-align: right;
}

.blogForm {
  width: 690px;
  max-width: 100%;
}

.blogForm textarea,
.blogForm input {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}

.blogForm textarea:focus,
.blogForm input:focus {
  border-color: var(--color-accent-1);
}

.alertMsg.-info {
  color: #4780AA;
  background-color: rgba(205, 233, 246, 0.5);
}

.alertMsg.-warning {
  color: #927238;
  background-color: rgba(247, 243, 215, 0.5);
}

.alertMsg.-error {
  color: #AB3331;
  background-color: rgba(236, 200, 197, 0.5);
}

.alertMsg.-success {
  color: #5B7052;
  background-color: rgba(222, 242, 215, 0.5);
}

.tooltip {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.tooltip__content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 11px;
  font-size: 14px;
  line-height: 1.2;
  background-color: var(--color-dark-1);
  color: white;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tooltip__content::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: black;
  transform: rotate(45deg);
}

.tooltip.-top .tooltip__content {
  bottom: calc(100% + 6px);
  transform: translateY(8px);
}

.tooltip.-top .tooltip__content::after {
  bottom: -4px;
}

.tooltip.-bottom .tooltip__content {
  top: calc(100% + 6px);
  transform: translateY(-8px);
}

.tooltip.-bottom .tooltip__content::after {
  top: -4px;
}

.tooltip.-left .tooltip__content {
  right: calc(100% + 6px);
  transform: translateX(8px);
}

.tooltip.-left .tooltip__content::after {
  right: -4px;
}

.tooltip.-right .tooltip__content {
  left: calc(100% + 6px);
  transform: translateX(-8px);
}

.tooltip.-right .tooltip__content::after {
  left: -4px;
}

.tooltip:hover .tooltip__content {
  transform: none;
  opacity: 1;
}

.progressBar {
  position: relative;
}

.progressBar__bg {
  width: 100%;
  height: 10px;
  border-radius: 50px;
}

.progressBar__bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  border-radius: 50px;
}

.progressBar__bar span {
  position: absolute;
  right: -15px;
  bottom: 100%;
}

.noUi-target {
  height: 4px !important;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.08);
}

.noUi-connect {
  background-color: #5BBB7B !important;
  box-shadow: 0 !important;
}

.noUi-handle {
  border-radius: 100%;
  width: 20px !important;
  height: 20px !important;
  top: 50% !important;
  transform: translateY(-50%);
  border: 2px solid #5BBB7B;
  box-shadow: 0 !important;
}

.noUi-handle::before {
  display: none;
}

.noUi-handle::after {
  display: none;
}

.requestForm {
  position: relative;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
  z-index: 5000;
}

.requestForm__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(25, 29, 35, 0.5);
  z-index: 4999;
}

.requestForm__content {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 720px;
  max-width: 100%;
  background-color: white;
  z-index: 5000;
}

.requestForm__container {
  padding: 30px 60px 80px 60px;
}


.requestForm__close {
  position: absolute;
  top: 30px;
  right: 60px;
}


.requestForm__close button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  transition: 0.15s;
}


.requestForm__close button:hover {
  background-color: var(--color-dark-1);
  border-color: var(--color-dark-2);
  color: white;
}

.requestForm__close i {
  font-size: 13px;
}

.requestForm__title {
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2.5px;
  /* text-transform: uppercase; */
}

.requestForm__form {
  margin-top: 30px;
}


.requestForm.is-active {
  pointer-events: auto;
  opacity: 1;
}

.hover-btn-explore__item {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.9);
  transition: .3s;
  opacity: 0;
  z-index: 5;
}

.hover-btn-explore:hover .hover-btn-explore__item {
  /*opacity: 1;*/
  opacity: 0;
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.-hover-iconCard-1 {
  transition: 0.2s;
}

.-hover-iconCard-1:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0);
  color: white;
}

.hover-icon-1__item {
  transition: .2s;
}

.hover-icon-1:hover .hover-icon-1__item {
  background-color: var(--color-accent-1) !important;
  color: white !important;
}

.toTopButton {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 50px;
  height: 50px;
  color: var(--color-accent-1);
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  transition: .15s;
  z-index: 500;
}


.toTopButton.is-hidden {
  pointer-events: none;
  opacity: 0;
}

.toTopButton>* {
  display: block;
  transform: rotate(180deg);
  font-size: 20px;
}

.toTopButton:hover {
  background-color: var(--color-accent-1);
  color: white;
}

.-image-slider-1 .swiper-slide {
  transform: scale(0.9);
  transition: 0.3s;
}

.-image-slider-1 .swiper-slide .exploreButton {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.9);
  transition: .4s;
  opacity: 0;
  z-index: 5;
  transform-origin: center;
}

.-image-slider-1 .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.-image-slider-1 .swiper-slide.swiper-slide-active .exploreButton {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.-hover-iconCard-3 {
  transition: 0.2s;
}

.-hover-iconCard-3 .-hoverIcon {
  transition: 0.2s;
}

.-hover-iconCard-3:hover {
  background-color: var(--color-accent-2);
}

.-hover-iconCard-3:hover .-hoverIcon {
  background-color: var(--color-accent-1);
  color: white;
}

.-hover-iconCard-2:hover {
  background-color: var(--color-accent-1) !important;
  color: white !important;
}

.-hover-iconCard-2:hover .-hover-icon {
  color: rgba(255, 255, 255, 0.5);
}

.-hover-iconCard-2:hover .-hover-button {
  color: white;
}

.-hover-iconCard-2:hover .-hover-button span {
  color: var(--color-accent-1) !important;
  border-color: var(--color-accent-1) !important;
  background-color: white;
}

.is-tab-el-active.-base-active {
  background-color: var(--color-accent-2);
}

.card-flex-end {
  display: flex;
}

.card-flex-end>* {
  align-self: flex-end;
}

/* .header__left .header__menuBtn {
  display: none !important;
}

.header__left .header__logo {
  display: none !important;
} */

.js-hero-type-4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-fit {
  width: fit-content;
}

.small-logo.svg {
  display: none;
}

.menuSidebar__logo {
  padding: 5px;
  text-align: center;
}

.menuSidebar__logo img {
  width: 90%;
  margin: auto;
}

.title_font {
  font-family: "Philosopher", sans-serif;
}

.swiper-slide-active .title {
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: h1anim 4s linear forwards;
  background-size: 300% auto;
  display: inline-block;
  background-position: 10% center;
  background-repeat: no-repeat;
}

/* .title_black{
  background: linear-gradient(to right,  rgb(0, 0, 0), rgb(0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: h1anim 4s linear forwards;
  background-size: 500% auto;
  display: inline-block;
  background-position: 150% center;
  background-repeat: no-repeat;

} */

@keyframes h1anim {
  from {
    background-position: 150% center;
  }

  to {
    background-position: 0 center;
  }
}

.img_1 img {
  position: relative;
}

.img_1:after {
  content: '';
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: -20px;
  background-color: #a16e2c;
  /* background-image: url(../images/pattern_white.png); */
  z-index: -1;
}

.img_1:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 45px;
  /* background-color: #a16e2c; */
  background-image: url(../images/pattern_white.png);
  z-index: -1;
}

.img_2 img {
  border: 10px solid #fff;
}

.bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.bg-img img {
  width: 100%;
  opacity: 0.2;
}

.about {
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.animateMe {
  opacity: 0;
}

.animateMe.animated {
  opacity: 1;
}


.js-section-slider .swiper-slide {
  background-color: #ffffff2b;
  /* padding: 30px; */
  overflow: hidden;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all .3s linear;
}

.iconCard:hover+.background {
  width: 100%;
}

.background img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

/*
.js-section-slider .swiper-wrapper {
  height: 550px;
} */

.request-form {
  background-image: url(../images/Cam-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.request-form .form {
  width: 50%;
  margin: auto;
  background-color: rgb(255 255 255 / 90%);
  margin-bottom: -80px;
  z-index: 1;
  position: relative;
}

.plans-section {
  background: url(../images/apartment-plan-bg.jpg);
  background-position: bottom center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

footer .header__socials {
  display: none;
}

.flat-slider-nav {
  position: absolute;
  bottom: 30px;
  right: 100px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 15px 25px;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 4px;
  background-color: #754d16c9;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/right-arrow.svg);
  right: -60px;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/left-arrow.svg);
  left: -19px;
  right: auto;
}

.about-sec {
  background: url(../images/footer-pattern.png);
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.line-h5 {
  line-height: 0.8;
}

.title_white {
  color: white;
}

.fo-si {
  font-size: 11px;
}

.about1 {
  width: 40%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.about2 {
  width: 40%;
  float: right;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.about2 .img_1:after {
  content: '';
  left: unset;
  right: -20px;
}

.about2 .img_1:before {
  content: '';
  left: unset;
  right: 45px;
}

.aout1 .play-button:hover {
  width: 100px;
  height: 100px;
  border: 2px solid #ffffff;
  outline: #754d16 solid 4px;
  background: #754d16 !important;
  color: white;
}


.sml-txt span {
  font-size: 2rem;
}

.w-100 {
  width: 100%;
}

.cont1 li {
  display: inline-flex;
  align-items: baseline;
}

.aminities-img.about {
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.amenities-layout-content h4 {
  color: var(--color-dark-1);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.amenities-layout-content h4>span {
  display: block;
  width: calc(100% - 50px);
}

.amenities-layout-content h4 i {
  padding: 0.5rem;
  background: #754d16;
  color: white;
  border-radius: 25px;
  /* border: 1px dashed #754d16; */
  font-size: 32px;
  outline: 2px solid #754d16;
  outline-offset: 3px;
  margin-left: 6px;
  margin-right: 15px;
}

.amenities-layout-content h4 .img_conatiner {
  width: 50px;
  padding: 0.6rem;
  background: #754d16;
  color: white;
  border-radius: 50%;
  border: 1px dashed #754d16;
  font-size: 32px;
  outline: 2px solid #754d16;
  outline-offset: 3px;
  margin-left: 6px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 50px;
}

.img_conatiner img {
  width: 90%;
}

.amenities-layout-content ol {
  width: 100% !important;
  padding-left: 2rem !important;
  padding-top: 2rem;
}

.amenities-layout-content li {
  margin: 0;
  padding: 0;
  padding-left: 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0.5rem;
  font-weight: 500;
  font-family: 'Philosopher';
}


/* .testimonialsSection__content h4 {
  color: #754d16;
  font-weight: 700;
} */
.testimonialsSection__content h4 {
  color: #754d16;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.testimonialsSection__content h4 i {
  padding: 0.5rem;
  background: #754d16;
  color: white;
  border-radius: 25px;
  /* border: 1px dashed #754d16; */
  font-size: 32px;
  outline: 2px solid #754d16;
  outline-offset: 3px;
  margin-left: 6px;
  margin-right: 15px;
}

.testimonialsSection__content h4 img {
  background: #754d16;
  width: 50px;
  padding: 0.5rem;
  background: #754d16;
  color: white;
  border-radius: 25px;
  /* border: 1px dashed #754d16; */
  /* font-size: 32px; */
  outline: 2px solid #754d16;
  outline-offset: 3px;
  margin-left: 6px;
  margin-right: 15px;
}

.flr-plans {
  display: flex;
  flex-wrap: wrap;
}

.flr-plans li {
  width: fit-content;
  padding: 0.4rem 1.1rem;
  background: #d0a162;
  margin: 0.5rem 1rem;
  color: #000;
  outline: 1px dashed #ffffff;
  outline-offset: -6px;
  margin-left: 0;
  border: none;
}

.area-txt {
  font-size: 30px;
  font-family: 'Philosopher';
}

.area-txt1 {
  font-size: 20px;
  font-family: 'Philosopher';
}

footer img {
  width: 20%;
}

footer p {
  text-align: center;
}

/* .aminities-img img {
  width: 70%;
} */

.testimonialsSection__content .swiper-slide {
  background: #f7f0ec;
}

.testimonialsSection__content.layout-pb-lg {
  padding-bottom: 60px;
}

.testimonialsSection__content.layout-pt-lg {
  padding-top: 60px;
}


.fo-family {
  font-family: 'Philosopher';
}

.amenity1 {
  padding-left: 2rem;
  padding-right: 1rem;
}

.amenity1 ol {
  width: 100% !important;
  padding-left: 2rem !important;
  padding-top: 2rem;
}

.amenity1 li {
  margin: 0;
  padding: 0;
  /* display: flex; */
  width: 100%;
  flex-wrap: wrap;
  list-style-type: upper-alpha;
  padding-left: 0.5rem;
  font-weight: 500;
  font-family: 'Philosopher';
}

.aim-sec.mb-100 {
  margin-bottom: 60px !important;
}

.btn-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-1 p {
  font-size: 2rem;
  color: white;
  font-weight: 500;
  font-family: 'Philosopher';
  text-shadow: 2px 0px 2px black;
}

.tour-icon {
  /* position: fixed;
  bottom: 133px;
  right: 30px; */
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #754d16;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* background: black; */
  color: white;
  margin: auto;
}

.tour-icon:after {
  content: '';
  height: inherit;
  width: inherit;
  position: absolute;
  border-radius: 50%;
  background-color: #754d168c;
  animation: zoom 1s linear infinite alternate forwards;
  transform-origin: center;
  transform: scale(1);
  z-index: -1;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.blue-print {
  background: #754d16;
  padding: 0.5rem 1rem;
  color: white;
  margin-left: 1rem;
}

.tab-buttons {
  display: flex;
  gap: 8px;
  margin-bottom: 3rem;
  justify-content: center;
}

.tab-btn {
  background-color: #ffffff;
  outline: 1px solid #fff;
  outline-offset: -5px;
  color: #000;
}


.tab-btn.active {
  background-color: #d0a162;
  outline: 1px solid #fff;
  outline-offset: -5px;
  color: #000;
}

.content {
  display: none;
}

.content.show {
  display: block;
  gap: 14px;
}




.tab__list {
  display: flex;
  margin-bottom: 24px;
  justify-content: end;
  align-items: center;
}

.tab__item {
  overflow: hidden;
  cursor: pointer;
  padding: 12px 8px;
  margin-right: 24px;
  text-shadow: 0 0 0.5px currentColor;
  letter-spacing: 1px;
  transition: 0.2s;
  font-size: 16px;
  position: relative;
  outline: 1px solid #fff;
  outline-offset: -5px;
  color: #000;
  padding: 10px 20px;
  /* background: #d0a162; */
}

.tab__item.is--active {
  color: #000;
  position: relative;
  background: #d0a162;
}


.tab__content {
  padding: 30px 0;
  background: #ffffff;
  border-radius: 0 10px 10px;
}

.tab__content-item {
  display: none;
}

.tab__content-item.is--active {
  display: block;
}

.tab__content-title {
  padding: 24px 24px 24px 0;
}

.tab .tab .tab__item {
  font-size: 16px;
}

.tab .tab .tab__content {
  padding: 0;
}


.whatsapp-icon {
  width: 50px;
  height: 50px;
  background: rgb(11 196 92);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  outline: 1px solid rgb(11 196 92);
  outline-offset: 3px;
  color: #fff;
  font-size: 2rem;
  position: fixed;
  right: 20px;
  bottom: 15%;
  z-index: 99;
}



.enquire-btn {
  position: fixed;
  right: 5%;
  width: fit-content;
  top: 3%;
  height: auto;
  display: block;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquire-btn .header__number {
  border-radius: 50%;
  margin-right: 2rem;
  font-size: 30px;
  height: 55px;
  width: 55px;
}

.swiper-slide img {
  /* width: 70%; */
}

.swiper-slide .area-txt1 {
  font-size: 26px;
}

.box-sdw {
  box-shadow: 0px 2px 10px 0px #d5d5d5;
}

.header.-type-4 .header__logo {
  position: relative;
  margin-left: 0px;
  z-index: 0;
}

.menuSidebar {
  width:171px;
}

.js-menuNav {
  width: 85%;
}

main.-menuSidebarMargin {
  padding-left: 161px;
}

.menuNav__item {
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Philosopher", sans-serif;

}

.menuNav__item.active {
  color: #d3a464;
  font-weight: 700;
  font-size: 20px;
  /* text-decoration: underline; */
}

.menuSidebar__logo img {
  width: 80%;
  margin: auto;
}


.menuNav__item:hover a {
  color: #d3a464;
}

.tab__list:last-child div,
.tab__list:last-child .tab__item {
  margin-right: 0 !important;
}

#floorplan-swiper .swiper-slide {
  padding: 35px;
  height: fit-content;
}

#floorplan-swiper .imageCard__image .img-ratio {
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.3); */
  object-fit: contain;


}

#floorplan-swiper .imageCard.-type-1 .imageCard__image::after {
  height: auto;
}

#tower2-floorplan .tab__item {
  overflow: hidden;
  cursor: pointer;
  padding: 12px 8px;
  margin-right: 24px;
  text-shadow: 0 0 0.5px currentColor;
  letter-spacing: 1px;
  transition: 0.2s;
  font-size: 16px;
  position: relative;
  outline: 1px solid #fff;
  outline-offset: -5px;
  color: #000;
  padding: 10px 20px;
  background: #d0a162 !important;
}

#tower2-floorplan .imageSliderNav {
  display: flex;
  justify-content: space-between;
  transform: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  bottom: unset;
}

#tower2-floorplan .imageSliderNav .-prev {
  color: #764d19;
  font-size: 27px;
  background-color: transparent;
  /* border-radius: 50%; */
  /* border-color: #0000; */
  /* border-width: 2px; */
  border: 2px solid #764d19;
  border-radius: 50%;
  position: relative;
  left: 5vh;
}

#tower2-floorplan .imageSliderNav .-next {
  color: #764d19;
  font-size: 27px;
  background-color: transparent;
  /* border-radius: 50%; */
  /* border-color: #0000; */
  /* border-width: 2px; */
  border: 2px solid #764d19;
  border-radius: 50%;
  position: relative;
  right: 5vh;
}

#tower2-floorplan .imageSliderNav .-prev:hover,
#tower2-floorplan .imageSliderNav .-next:hover {

  background-color: #764d19;
  color: #fff;

}

.position-relative {
  position: relative !important;
}

.level-1 {
  overflow: hidden;
}

#floorplan-swiper .col-xl-7 .swiper .swiper-button-next {
  bottom: 0;
  /* position: absolute; */
  right: 43%;
  /*top: 95%;*/
  top: 97%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#floorplan-swiper .col-xl-7 .swiper .swiper-button-prev {
  bottom: 0;
  /* position: absolute; */
  left: 43%;
  /*top: 95%;*/
  top: 97%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tower2-floorplan {
  position: relative;
}

.col-xl-7 .swiper .swiper-button-next,
.swiper-button-prev {
  background-image: none;
  color: #fff;

}

.footer__mainContent img {
  width: 40%;
}

.icon-whats {
  font-size: 26px;
  line-height: 0;
  font-family: 'Line Awesome Brands' !important;
}

.tour-icon:hover {
  color: #fff;
}

.floor-swipe .swiper-button-prev,
.floor-swipe .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/left-arrow.svg);
}

#floorplan-swiper .swiper-wrapper {
  align-items: center;
}

.grecaptcha-badge {
  display: none !important;
}

.marq-text {
  font-family: 'Philosopher';
  font-size: calc(4em + 1vh);
  text-align: center;
  line-height: 1.4;
}


#map.buttons {
  position: relative;
  margin: 5px;
  z-index: 1;
  padding: 15px;
  border-radius: 5px;
}

#map.buttons>button {
  padding: 1rem 0;
  font-family: 'Philosopher';
  font-weight: 600;
  text-align: start;
  display: flex;
  align-items: center;
  color: white;
}

#map.buttons>button {
  padding: 1rem 0;
}

#map.buttons ul {
  padding: 0;
  list-style: none;
}

#map.buttons ul li {
  margin: 5px 0;
}

#map.buttons>button i {
  font-size: 1.5rem;
  color: white;
  background: #6e6e6e;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
}

#map.buttons>button:hover,
#map.buttons>button:active,
#map.buttons>button:focus {
  color: #d3a464;
}

#map.buttons>button:hover i,
#map.buttons>button:active i,
#map.buttons>button:focus i {
  background: #d3a464;
  color: white;
}


.menuNav .submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

[data-anim^='fade'].is-in-view,
[data-anim-child^='fade'].is-in-view {
  overflow: auto;
  height:101vh;
}

.submenu__item {
  font-size: 16px;
}


.menuNav__item:hover .submenu__item a,
.menuNav__item.active .submenu__item a {
  color: white;
}
.submenu__item:hover a{
  color: #d3a464 !important;
}
.icon-plus{
  font-size: 14px;
    margin: 10px;
}
/* .js-submenu.-is-active */


.dropdown i {
  font-size: 14px!important;
  margin: 0!important;
}



@media (max-width: 1199px) {
  #map.buttons>button {
    padding: 0.5rem 0;
  }
}