.range-slider {
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 4px
}

.range-slider[data-vertical] {
  height: 100%;
  width: 8px
}

.range-slider[data-disabled] {
  opacity: .5;
  cursor: not-allowed
}

.range-slider .range-slider__thumb {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #2196f3
}

.range-slider .range-slider__thumb:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 6px rgba(33, 150, 243, .5)
}

.range-slider[data-vertical] .range-slider__thumb {
  left: 50%
}

.range-slider .range-slider__thumb[data-disabled] {
  z-index: 2
}

.range-slider .range-slider__range {
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  height: 100%;
  background: #51adf6
}

.range-slider[data-vertical] .range-slider__range {
  left: 50%;
  transform: translate(-50%)
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none
}

.range-slider input[type=range]::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0
}

.range-slider input[type=range]:focus {
  outline: 0
}

section.ApartmentWidget {
  color: #fff;
  width: 100%
}

section.ApartmentWidget .widget-inner {
  grid-column: 1/-1;
  width: 100%
}

@media screen and (min-width:1590px) {
  section.ApartmentWidget .widget-inner {
    display: flex;
    justify-content: center
  }
}

@media screen and (min-width:720px) {
  section.ApartmentWidget .apt-select {
    display: flex;
    justify-content: center
  }
}

section.ApartmentWidget .apt-select .options {
  display: flex;
  margin: 14px 0 30px
}

section.ApartmentWidget .apt-select .options .option {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  width: 32px;
  height: 32px;
  border: 1px solid #ca976e;
  color: #2e3235;
  border-radius: 8px;
  cursor: pointer
}

section.ApartmentWidget .apt-select .options .option.active {
  background-color: #ca976e;
  border: 1px solid #ca976e;
  color: #fff
}

section.ApartmentWidget .apt-search {
  background-color: #2e3235;
  padding: 40px 24px
}

section.ApartmentWidget .apt-search h2 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:720px) {
  section.ApartmentWidget .apt-search h2 {
    font-size: 42px;
    line-height: 72px
  }
}

@media screen and (min-width:1590px) {
  section.ApartmentWidget .apt-search h2 {
    max-width: 400px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 25px
  }
}

section.ApartmentWidget .holder {
  width: 100%;
  max-width: 990px;
  margin: 40px auto 0
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .holder {
    margin: 40px auto 80px
  }
}

@media screen and (min-width:1590px) {
  section.ApartmentWidget .holder {
    margin-left: 0;
    margin-right: 0;
    width: 990px
  }
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .widget-nav {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between
  }
}

section.ApartmentWidget .floor-select .filter-title,
section.ApartmentWidget .range-select .filter-title,
section.ApartmentWidget .room-select .filter-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center
}

@media screen and (min-width:1020px) {

  section.ApartmentWidget .floor-select .filter-title,
  section.ApartmentWidget .range-select .filter-title,
  section.ApartmentWidget .room-select .filter-title {
    text-align: left
  }
}

section.ApartmentWidget .floor-select .options,
section.ApartmentWidget .range-select .options,
section.ApartmentWidget .room-select .options {
  display: flex;
  justify-content: center;
  margin: 14px 0 20px
}

section.ApartmentWidget .floor-select .options .option,
section.ApartmentWidget .range-select .options .option,
section.ApartmentWidget .room-select .options .option {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  cursor: pointer
}

section.ApartmentWidget .floor-select .options .option.active,
section.ApartmentWidget .range-select .options .option.active,
section.ApartmentWidget .room-select .options .option.active {
  background-color: #ca976e;
  border: 1px solid #ca976e
}

section.ApartmentWidget .range-select {
  margin-bottom: 20px
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .range-select {
    width: 280px
  }
}

section.ApartmentWidget .range-select .slider-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0
}

section.ApartmentWidget .range-select .range-slider {
  height: 2px;
  background-color: #747474
}

section.ApartmentWidget .range-select .range-slider .range-slider__range {
  background-color: #fff
}

section.ApartmentWidget .range-select .range-slider .range-slider__thumb {
  width: 14px;
  height: 14px;
  background-color: #fff
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .apartment-list {
    display: table;
    width: 100%
  }
}

section.ApartmentWidget .apartment-list .apartment-list-head {
  display: none;
  font-size: 14px;
  font-weight: 500
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .apartment-list .apartment-list-head {
    display: table-row
  }

  section.ApartmentWidget .apartment-list .apartment-list-head>div {
    display: table-cell;
    padding: 0 15px 20px
  }
}

section.ApartmentWidget .apartment-list .apartment-list-body {
  max-height: 550px;
  overflow-y: scroll
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .apartment-list .apartment-list-body {
    display: table-row-group;
    max-height: 475px
  }
}

section.ApartmentWidget .apartment-list .apartment-item {
  padding: 16px;
  line-height: 24px;
  font-weight: 600
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .apartment-list .apartment-item {
    display: table-row
  }
}

section.ApartmentWidget .apartment-list .apartment-item .item-data {
  display: flex;
  align-items: center;
  font-size: 14px
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .apartment-list .apartment-item .item-data {
    display: table-cell;
    padding: 30px 15px;
    height: 91px;
    vertical-align: middle
  }
}

section.ApartmentWidget .apartment-list .apartment-item .item-data.desktop {
  display: none
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .apartment-list .apartment-item .item-data.desktop {
    display: table-cell
  }
}

section.ApartmentWidget .apartment-list .apartment-item .item-data a {
  text-decoration: none
}

section.ApartmentWidget .apartment-list .apartment-item .item-data a.apartment-card-link {
  margin-left: auto
}

@media screen and (min-width:1020px) {

  section.ApartmentWidget .apartment-list .apartment-item .item-data a.apartment-card-link,
  section.ApartmentWidget .apartment-list .apartment-item .item-data span {
    display: none
  }
}

section.ApartmentWidget .apartment-list .apartment-item .item-data img {
  margin: 8px 0;
  display: block;
  border: 0
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .apartment-list .apartment-item .item-data img {
    margin: 0;
    height: 31px
  }
}

section.ApartmentWidget .apartment-list .apartment-item .item-data .status {
  padding: 4px 12px;
  background-color: #ca976e;
  font-weight: 500;
  font-size: 12px;
  text-align: center
}

section.ApartmentWidget .apartment-list .apartment-item .item-data .status.reserved,
section.ApartmentWidget .apartment-list .apartment-item .item-data .status.sold {
  background-color: #747474
}

section.ApartmentWidget .apartment-list .apartment-item .item-data a img {
  filter: brightness(0) invert(1);
  width: 20px
}

section.ApartmentWidget .apartment-list .apartment-item span {
  font-weight: 400;
  margin-right: 10px
}

section.ApartmentWidget .apartment-list .apartment-item:nth-child(odd) {
  background-color: hsla(0, 0%, 100%, .2)
}

section.ApartmentWidget .btn-empty {
  display: flex;
  width: 100%;
  max-width: 380px;
  height: 48px;
  margin: 40px auto;
  padding: 16px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .btn-empty {
    width: 250px;
    margin: 16px 0 0
  }
}

@media screen and (min-width:1590px) {
  section.ApartmentWidget .btn-empty {
    font-size: 18px
  }
}

section.ApartmentWidget .btn-empty:hover {
  background-color: #ca976e;
  border: 1px solid #ca976e
}

section.ApartmentWidget .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  background-color: #2e3235;
  border-radius: 8px;
  font-weight: 500;
  justify-content: center;
  border: 1px solid hsla(0, 0%, 100%, .2)
}

section.ApartmentWidget .btn:hover {
  background-color: #ca976e;
  border: 1px solid #ca976e
}

section.ApartmentWidget .no-results {
  width: 100%;
  padding: 40px 0;
  opacity: .6;
  text-align: center
}

section.ApartmentWidget .building-map {
  max-width: 720px;
  position: relative
}

@media screen and (min-width:720px) {
  section.ApartmentWidget .building-map {
    width: 50%
  }
}

section.ApartmentWidget .building-map img,
section.ApartmentWidget .building-map svg {
  width: 100%;
  height: auto
}

section.ApartmentWidget .building-map svg {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0
}

section.ApartmentWidget .building-map svg path {
  cursor: pointer;
  fill: "#CA976E";
  fill-opacity: 0;
  stroke: "#2E3235";
  stroke-opacity: 0;
  transition: fill-opacity .15s cubic-bezier(.25, .46, .45, .94)
}

section.ApartmentWidget .building-map svg path.active {
  fill-opacity: .4;
  stroke-opacity: .4
}

section.ApartmentWidget .building-map svg path:hover {
  fill-opacity: .5;
  stroke-opacity: .5
}

section.ApartmentWidget .floor-plan {
  max-width: 720px;
  color: #2e3235;
  padding: 24px
}

@media screen and (min-width:720px) {
  section.ApartmentWidget .floor-plan h2 {
    font-size: 42px
  }

  section.ApartmentWidget .floor-plan {
    width: 50%;
    padding: 5px 32px
  }
}

section.ApartmentWidget .floor-plan .floor-map {
  position: relative;
  max-width: 550px
}

section.ApartmentWidget .floor-plan .floor-map img {
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none
}

section.ApartmentWidget .floor-plan .floor-map img,
section.ApartmentWidget .floor-plan .floor-map svg {
  width: 80%;
  height: auto
}

section.ApartmentWidget .floor-plan .floor-map svg {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0
}

section.ApartmentWidget .floor-plan .floor-map svg path {
  cursor: pointer;
  fill: #ca976e;
  fill-opacity: 0;
  stroke: "#2E3235";
  stroke-opacity: 0;
  transition: fill-opacity .15s cubic-bezier(.25, .46, .45, .94)
}

section.ApartmentWidget .floor-plan .floor-map svg path.active {
  fill-opacity: .4;
  stroke-opacity: .4;
  fill: #ca976e;
  fill-opacity: .7
}

section.ApartmentWidget .floor-plan .floor-map svg path.disabled {
  pointer-events: none;
  fill: #747474;
  fill-opacity: .7
}

section.ApartmentWidget .floor-plan .floor-map svg path:hover {
  fill-opacity: .5;
  stroke-opacity: .5
}

section.ApartmentWidget .apt-info {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid #ca976e;
  padding: 8px 16px;
  margin: 20px 0;
  max-width: 450px
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .apt-info {
    justify-content: space-between
  }
}

section.ApartmentWidget .apt-info .info-item {
  width: 50%;
  font-size: 10px
}

@media screen and (min-width:1020px) {
  section.ApartmentWidget .apt-info .info-item {
    width: auto
  }
}

section.ApartmentWidget .apt-info .info-item a {
  text-decoration: none
}

section.ApartmentWidget .apt-info .info-item span {
  display: block
}

section.ApartmentWidget .apt-info .info-item .item-data {
  height: 24px;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #ca976e
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, .7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1000
}

.modal-apartment-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: min(100% - 24px, 666px);
  max-height: 90%;
  overflow: auto
}

.modal-apartment-form .modal-inner-wrapper {
  padding: 24px 24px 40px
}

@media screen and (min-width:720px) {
  .modal-apartment-form .modal-inner-wrapper {
    padding: 32px 72px 56px
  }
}

.modal-apartment-form .modal-inner-wrapper button {
  margin-top: -8px;
  margin-right: -8px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (min-width:720px) {
  .modal-apartment-form .modal-inner-wrapper button {
    margin-right: -40px;
    margin-top: 0
  }

  .modal-apartment-form .modal-inner-wrapper button img {
    width: 32px;
    height: 32px
  }
}

.modal-apartment-form .modal-inner-wrapper h2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px
}

@media screen and (min-width:720px) {
  .modal-apartment-form .modal-inner-wrapper h2 {
    margin-top: 32px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
  }
}

.modal-apartment-form .modal-inner-wrapper form.contact-form {
  padding: 0
}

.input-wrapper.error input {
  border-bottom: 1px solid #b80505
}

.input-wrapper input {
  border: none;
  border-bottom: 1px solid #2e3235;
  padding: 16px;
  background-color: transparent;
  width: 100%;
  display: block;
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px
}

.input-wrapper input:-ms-input-placeholder {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px
}

.input-wrapper input::placeholder {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px
}

.input-wrapper p.error {
  margin-top: 4px;
  color: #b80505;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px
}

form.contact-form {
  padding: 40px 24px;
  background-color: #fff
}

@media screen and (min-width:1420px) {
  form.contact-form {
    padding: 80px 72px
  }
}

form.contact-form h3 {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px
}

@media screen and (min-width:1020px) {
  form.contact-form h3 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
  }
}

form.contact-form .inputs {
  margin-top: 32px
}

form.contact-form .inputs,
form.contact-form .inputs .flex-input {
  display: flex;
  flex-direction: column;
  gap: 24px
}

@media screen and (min-width:720px) {
  form.contact-form .inputs .flex-input {
    flex-direction: row
  }

  form.contact-form .inputs .flex-input>* {
    flex-basis: 100%
  }
}

form.contact-form .checkboxes {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

@media screen and (min-width:1020px) {
  form.contact-form .checkboxes {
    margin-top: 32px;
    gap: 16px
  }
}

form.contact-form p.info {
  margin-top: 8px;
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal
}

@media screen and (min-width:1020px) {
  form.contact-form p.info {
    margin-top: 16px
  }
}

form.contact-form .button {
  margin: 16px auto 0;
  min-width: min(100%, 264px)
}

@media screen and (min-width:1020px) {
  form.contact-form .button {
    margin-top: 24px;
    height: 48px
  }
}

.textarea-wrapper.error textarea {
  border-bottom: 1px solid #b80505
}

.textarea-wrapper textarea {
  border: none;
  border-bottom: 1px solid #2e3235;
  padding: 16px;
  background-color: transparent;
  width: 100%;
  display: block;
  resize: none;
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px
}

.textarea-wrapper textarea:-ms-input-placeholder {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px
}

.textarea-wrapper textarea::placeholder {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px
}

.textarea-wrapper p.error {
  color: #b80505;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px
}

.checkbox-wrapper.error label .custom-checkbox {
  border-color: #b80505
}

.checkbox-wrapper label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  position: relative;
  cursor: pointer
}

.checkbox-wrapper label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}

.checkbox-wrapper label input:checked+span {
  background-color: #2e3235
}

.checkbox-wrapper label input:checked+span:after {
  display: block
}

.checkbox-wrapper label .custom-checkbox {
  width: 22px;
  height: 22px;
  border: 1px solid #b7bcc8;
  border-radius: 4px;
  margin: 4px;
  flex-shrink: 0;
  position: relative;
  transition: all .2s cubic-bezier(.455, .03, .515, .955)
}

.checkbox-wrapper label .custom-checkbox:after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0
}

.checkbox-wrapper label .content {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.checkbox-wrapper p.error {
  margin-top: 4px;
  color: #b80505;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px
}

section.build-timeline.build-timeline {
  padding: 40px 0;
  background-color: #f8f9f9;
  overflow: clip
}

@media screen and (min-width:720px) {
  section.build-timeline.build-timeline {
    grid-column: full-width
  }
}

@media screen and (min-width:1280px) {
  section.build-timeline.build-timeline {
    padding: 120px 0
  }
}

section.build-timeline.build-timeline h2 {
  text-align: center;
  margin-bottom: 40px
}

section.build-timeline.build-timeline .flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px
}

section.build-timeline.build-timeline .date-selector {
  display: flex;
  gap: 26px
}

@media screen and (min-width:720px) {
  section.build-timeline.build-timeline .date-selector {
    justify-content: flex-end
  }
}

section.build-timeline.build-timeline .date-selector select {
  border: 0;
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600
}

section.build-timeline.build-timeline .build-timeline-swiper-wrapper {
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width:720px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation {
    display: flex;
    gap: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: calc(50% + 195px)
  }
}

@media screen and (min-width:1280px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation {
    gap: 64px;
    left: calc(50% + 212px)
  }
}

@media screen and (min-width:1420px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation {
    left: calc(50% + 287px)
  }
}

@media screen and (min-width:1590px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation {
    gap: 72px;
    left: calc(50% + 432px)
  }
}

@media screen and (min-width:720px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation .swiper-navigation-button {
    translate: none;
    position: static;
    width: 50px;
    height: 50px
  }
}

@media screen and (min-width:1280px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation .swiper-navigation-button {
    width: 80px;
    height: 80px
  }
}

@media screen and (min-width:1590px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation .swiper-navigation-button {
    width: 100px;
    height: 100px
  }
}

@media screen and (min-width:1280px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation .swiper-navigation-button img {
    width: 20px;
    width: 28px
  }
}

@media screen and (min-width:1590px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .swiper-navigation-component.build-timeline-swiper-navigation .swiper-navigation-button img {
    width: 34px
  }
}

section.build-timeline.build-timeline .build-timeline-swiper-wrapper .build-timeline-swiper {
  position: relative
}

@media screen and (min-width:720px) {
  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .build-timeline-swiper {
    overflow: visible
  }

  section.build-timeline.build-timeline .build-timeline-swiper-wrapper .build-timeline-swiper .swiper-slide {
    max-width: 450px
  }
}

section.build-timeline.build-timeline .build-timeline-swiper-wrapper .build-timeline-swiper .swiper-slide img {
  width: 100%
}

section.location-component {
  position: relative
}

section.location-component .bg-image {
  grid-column: 1/-1;
  width: 100%
}

section.location-component .bg-image img {
  width: 100%;
  min-height: 560px;
  object-fit: cover
}

@media screen and (min-width:1910px) {
  section.location-component .bg-image img {
    max-width: 2560px;
    margin: 0 auto
  }
}

section.location-component .inner-grid {
  position: absolute;
  top: 100px;
  left: 5%;
  width: 90%
}

@media screen and (min-width:1280px) {
  section.location-component .inner-grid {
    top: 15vw;
    left: 0;
    width: 100%
  }
}

section.location-component .content-wrapper {
  width: 100%;
  max-width: 1356px;
  margin: 0 auto
}

section.location-component .content {
  padding: 24px;
  background-color: hsla(0, 0%, 100%, .9);
  max-width: 430px
}

@media screen and (min-width:1280px) {
  section.location-component .content {
    padding: 48px 48px 36px
  }
}

section.location-component .content p {
  margin: 1.5em 0
}

section.contact-section {
  background-color: #f8f9f9;
  padding-bottom: 40px
}

@media screen and (min-width:1280px) {
  section.contact-section {
    padding-bottom: 120px
  }
}

section.contact-section .contact-inner {
  display: flex;
  flex-direction: column;
  gap: 48px
}

@media screen and (min-width:1020px) {
  section.contact-section .contact-inner {
    display: grid;
    grid-template-columns: 1fr 620px
  }
}

@media screen and (min-width:1420px) {
  section.contact-section .contact-inner {
    grid-template-columns: 1fr 666px;
    gap: 64px
  }
}

section.contact-section .section-content {
  display: flex;
  flex-direction: column;
  gap: 40px
}

section.contact-section .section-content h2 {
  color: #2e3235;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  section.contact-section .section-content h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

section.contact-section .section-content .sales-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media screen and (min-width:1280px) {
  section.contact-section .section-content .sales-wrapper {
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 24px;
    gap: 24px
  }
}

@media screen and (min-width:1420px) {
  section.contact-section .section-content .sales-wrapper {
    gap: 56px
  }
}

section.image-text-component {
  padding-bottom: 40px
}

@media screen and (min-width:1280px) {
  section.image-text-component {
    padding-bottom: 120px
  }
}

section.image-text-component img {
  width: 100%
}

section.image-text-component .inner-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  gap: 32px
}

@media screen and (min-width:720px) {
  section.image-text-component .inner-grid {
    justify-content: space-between;
    grid-template-columns: minmax(auto, 528px) minmax(auto, 665px)
  }
}

section.image-text-component .inner-grid img {
  place-self: center;
  object-position: center;
  object-fit: cover
}

section.image-text-component .inner-grid img.desktop {
  display: none
}

@media screen and (min-width:1020px) {
  section.image-text-component .inner-grid img.desktop {
    display: block
  }

  section.image-text-component .inner-grid img.mobile {
    display: none
  }
}

section.image-text-component .inner-grid .content {
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-self: center
}

section.image-text-component .inner-grid .content h2 {
  color: #000;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  section.image-text-component .inner-grid .content h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

section.image-text-component .inner-grid .content p {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}

@media screen and (min-width:1280px) {
  section.image-text-component .inner-grid .content p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
  }

  section.banner-image {
    min-height: 650px
  }
}

@media screen and (min-width:1910px) {
  section.banner-image {
    margin: 0 auto;
    grid-column: full-width;
    width: 100%
  }
}

section.banner-image.mobile-gap-16 .banner-content {
  gap: 16px
}

section.banner-image.mobile-gap-24 .banner-content {
  gap: 24px;
  gap: 32px
}

section.banner-image.align-items-center .banner-content {
  align-items: center
}

section.banner-image.align-items-center .banner-content h1,
section.banner-image.align-items-center .banner-content p {
  text-align: center
}

section.banner-image.align-items-left .banner-content {
  align-items: flex-start
}

section.banner-image .banner-inner {
  grid-column: full-width;
  isolation: isolate;
  align-items: center
}

@media screen and (min-width:1910px) {
  section.banner-image .banner-inner {
    width: 100%
  }
}

section.banner-image .banner-inner>* {
  grid-row: 1/-1
}

section.banner-image .banner-inner>img {
  grid-column: full-width;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 18/25;
  object-fit: cover;
  object-position: center
}

@media screen and (min-width:720px) {
  section.banner-image .banner-inner>img {
    aspect-ratio: 16/9
  }
}

@media screen and (min-width:1280px) {
  section.banner-image .banner-inner>img {
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 650px
  }
}

@media screen and (min-width:1590px) {
  section.banner-image .banner-inner>img {
    aspect-ratio: auto;
    justify-self: center;
    max-width: 2560px;
    width: 100%
  }
}

section.banner-image .banner-inner .banner-content {
  display: flex;
  flex-direction: column;
  color: #fff
}

@media screen and (min-width:1020px) {
  section.banner-image .banner-inner .banner-content {
    gap: 32px
  }
}

section.banner-image .banner-inner .banner-content picture,
section.banner-image .banner-inner .banner-content>img {
  max-width: 163px;
  max-height: 66px
}

@media screen and (min-width:1590px) {

  section.banner-image .banner-inner .banner-content picture,
  section.banner-image .banner-inner .banner-content>img {
    max-width: 370px;
    max-height: 150px
  }
}

section.banner-image .banner-inner .banner-content h1 {
  max-width: 18ch
}

section.banner-image .banner-inner .banner-content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 45ch
}

@media screen and (min-width:1590px) {
  section.banner-image .banner-inner .banner-content p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
  }
}

@font-face {
  font-family: Playfair Display;
  src: url(../media/playfair-display-500.befd5aca.woff2) format("woff2"), url(../media/playfair-display-500.5442a933.woff) format("woff"), url(../media/playfair-display-500.1633a7e0.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-300.bdb1aab2.woff2) format("woff2"), url(../media/poppins-300.e26b6cb9.woff) format("woff"), url(../media/poppins-300.2db1d9ff.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-400.e3cc4830.woff2) format("woff2"), url(../media/poppins-400.edeacff5.woff) format("woff"), url(../media/poppins-400.21b73a63.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-500.ee21c5a6.woff2) format("woff2"), url(../media/poppins-500.2496870f.woff) format("woff"), url(../media/poppins-500.feac96e6.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-600.b19db0da.woff2) format("woff2"), url(../media/poppins-600.d04813d9.woff) format("woff"), url(../media/poppins-600.a7dce0ab.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-700.57ae9757.woff2) format("woff2"), url(../media/poppins-700.a6794d25.woff) format("woff"), url(../media/poppins-700.0fa22c92.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
  margin: 0;
  padding: 0;
  font: inherit
}

:root {
  color-scheme: light
}

html {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: Poppins, sans-serif;
  background-color: #f8f9f9;
  font-size: 16px;
}

@media screen and (min-width:1020px) {
  body.normal-header main {
    padding-top: 124px
  }
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto
}

a,
input,
textarea {
  font-family: Poppins, sans-serif;
  color: inherit
}

button {
  all: unset;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  font-family: Poppins, sans-serif
}

h1 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 76px;
    font-weight: 500;
    line-height: 92px
  }
}

h2 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

main {
  padding-top: 64px
}

@media screen and (min-width:1020px) {
  main {
    padding-top: 0
  }
}

.content-grid {
  display: grid;
  grid-template-columns: [full-width-start] minmax(24px, 1fr) [breakout-start] minmax(0, 138px) [content-start] min(100% - 48px, 1356px) [content-end] minmax(0, 138px) [breakout-end] minmax(24px, 1fr) [full-width-end]
}

.content-grid>:not(.breakout, .full-width),
.full-width>:not(.breakout, .full-width) {
  grid-column: content
}

.content-grid>.breakout {
  grid-column: breakout
}

.content-grid>.full-width {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit
}

.default-padding {
  padding: 80px 0
}

@media screen and (min-width:1280px) {
  .default-padding {
    padding: 120px 0
  }
}

main.cristal-page {
  background-color: #fff
}

main.cristal-page section {
  scroll-margin-top: 54px
}

main.cristal-page section.image-text-component .investment-image {
  position: relative
}

@media screen and (min-width:720px) {
  main.cristal-page section.image-text-component .investment-image {
    padding-right: 24px
  }
}

main.cristal-page section.image-text-component .investment-image .oval {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  background-color: #ee8c5b;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: -91px;
  margin-left: auto
}

@media screen and (min-width:720px) {
  main.cristal-page section.image-text-component .investment-image .oval {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 0
  }
}

main.cristal-page section.image-text-component .investment-image .oval h3 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px
}

main.cristal-page section.image-text-component .investment-image .oval p {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500
}

main.cristal-page section.image-text-component .investment-image img {
  aspect-ratio: 326/239;
  object-fit: cover;
  object-position: center
}

@media screen and (min-width:1020px) {
  main.cristal-page section.image-text-component .investment-image img {
    max-width: 641px
  }
}

main.cristal-page section.icon-list {
  background-color: #f8f9f9;
  color: #2e3235
}

main.cristal-page section.icon-list h2 {
  text-align: center
}

main.cristal-page section.icon-list .icon-list-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 356px));
  grid-gap: 16px;
  gap: 16px
}

@media screen and (min-width:720px) {
  main.cristal-page section.icon-list .icon-list-wrapper {
    gap: 24px;
    justify-content: center
  }
}

@media screen and (min-width:1280px) {
  main.cristal-page section.icon-list .icon-list-wrapper {
    margin-top: 90px;
    column-gap: 56px;
    row-gap: 68px
  }
}

main.cristal-page section.icon-list .icon-list-wrapper .element {
  display: flex;
  gap: 24px;
  align-items: center
}

main.cristal-page section.icon-list .icon-list-wrapper .element img {
  width: 48px
}

@media screen and (min-width:1280px) {
  main.cristal-page section.icon-list .icon-list-wrapper .element img {
    width: 68px
  }
}

main.cristal-page section.icon-list .icon-list-wrapper .element p {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal
}

@media screen and (min-width:1280px) {
  main.cristal-page section.icon-list .icon-list-wrapper .element p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px
  }
}

main.cristal-page section.business-model h2 {
  color: #2e3235;
  text-align: center;
  margin-bottom: 24px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  main.cristal-page section.business-model h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 48px
  }
}

main.cristal-page section.business-model .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #2e3235
}

main.cristal-page section.business-model .content h3 {
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px
}

@media screen and (min-width:1280px) {
  main.cristal-page section.business-model .content h3 {
    font-family: Playfair Display, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px
  }
}

main.cristal-page section.business-model .content p {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}

@media screen and (min-width:1280px) {
  main.cristal-page section.business-model .content p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
  }
}

.sales-element {
  display: flex;
  gap: 20px;
  align-items: center
}

@media screen and (min-width:1280px) {
  .sales-element {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }
}

.sales-element img {
  max-width: 80px;
  max-height: 80px;
  flex-shrink: 0
}

@media screen and (min-width:1280px) {
  .sales-element img {
    max-width: 115px;
    max-height: 115px
  }
}

.sales-element .sales-content h3 {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px
}

@media screen and (min-width:1280px) {
  .sales-element .sales-content h3 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
  }
}

.sales-element .sales-content p.location {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}

@media screen and (min-width:1280px) {
  .sales-element .sales-content p.location {
    margin-top: 8px
  }
}

.sales-element .sales-content p.mail,
.sales-element .sales-content p.phone {
  color: #747474;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -.26px;
  line-break: anywhere
}

@media screen and (min-width:1280px) {

  .sales-element .sales-content p.mail,
  .sales-element .sales-content p.phone {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
  }
}

.sales-element .sales-content p.mail a,
.sales-element .sales-content p.phone a {
  text-decoration: none
}

.sales-element .sales-content p.phone {
  margin-top: 16px
}

@media screen and (min-width:1280px) {
  .sales-element .sales-content p.phone {
    margin-top: 16px
  }
}

.sales-element .sales-content p.mail {
  margin-top: 4px
}

.tabs-component.tabs-component {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
  border-bottom: 1px solid #ececec;
  grid-template-columns: minmax(24px, 1fr) [content-start] minmax(auto, 1356px) [content-end] minmax(24px, 1fr);
  transition: top .3s cubic-bezier(.455, .03, .515, .955)
}

.tabs-component.tabs-component.header-open {
  top: 64px
}

@media screen and (min-width:1020px) {
  .tabs-component.tabs-component.header-open {
    top: 124px
  }
}

.tabs-component.tabs-component .tabs-inner {
  display: flex;
  gap: 48px;
  justify-content: space-between
}

.tabs-component.tabs-component .tabs-inner a {
  display: inline-block;
  min-height: 54px;
  position: relative;
  text-decoration: none
}

.tabs-component.tabs-component .tabs-inner a.active :before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0
}

.tabs-component.tabs-component .tabs-inner a span {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  line-height: 54px
}

.tabs-component.tabs-component .tabs-inner .line {
  width: 1px;
  height: 24px;
  background-color: #000;
  align-self: center
}

.tabs-component.tabs-component .tabs-inner .line:last-of-type {
  display: none
}

nav {
  background-color: #fff;
  padding: 0 24px;
  position: fixed;
  border-bottom: 1px solid #ececec;
  height: 64px;
  z-index: 100;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: grid;
  place-items: center;
  width: 100%
}

@media screen and (min-width:1020px) {
  nav {
    height: 124px;
    padding: 24px
  }
}

nav.hidden {
  transform: translateY(-64px)
}

@media screen and (min-width:1020px) {
  nav.hidden {
    transform: translateY(-124px)
  }

  nav.transparent {
    background-color: transparent
  }

  nav.transparent .nav-inner img {
    filter: brightness(0) invert(1)
  }

  nav.transparent .nav-inner .icons>:not(.menu-toggle),
  nav.transparent .nav-inner .menu-list ul li span {
    color: #fff
  }
}

nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 1632px
}

nav .nav-inner img {
  transition: all .1s cubic-bezier(.455, .03, .515, .955)
}

nav .nav-inner img.logo {
  max-width: 112px;
  max-height: 38px
}

@media screen and (min-width:1280px) {
  nav .nav-inner img.logo {
    max-width: 162px;
    max-height: 57px
  }
}

nav .nav-inner .desktop-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 18px
}

@media screen and (max-width:1019px) {
  nav .nav-inner .menu-list {
    position: absolute;
    z-index: 110;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    top: 64px;
    left: 0;
    display: none;
    padding: 24px 24px 54px;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    overflow-y: scroll
  }
}

@media screen and (min-width:1020px) {
  nav .nav-inner .menu-list {
    width: auto;
    display: flex;
    padding: 0;
    flex-direction: row;
    gap: 16px;
    align-items: center
  }
}

@media screen and (min-width:1280px) {
  nav .nav-inner .menu-list {
    gap: 40px
  }
}

nav .nav-inner .menu-list.visible {
  display: flex
}

nav .nav-inner .menu-list ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media screen and (min-width:1020px) {
  nav .nav-inner .menu-list ul {
    flex-direction: row;
    gap: 16px
  }
}

@media screen and (min-width:1280px) {
  nav .nav-inner .menu-list ul {
    gap: 40px
  }
}

nav .nav-inner .menu-list ul li a {
  text-decoration: none
}

nav .nav-inner .menu-list ul li span {
  color: #2e3235;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px
}

@media screen and (min-width:1020px) {
  nav .nav-inner .menu-list ul li span {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
  }
}

@media screen and (min-width:1280px) {
  nav .nav-inner .menu-list ul li span {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
  }
}

nav .nav-inner .menu-list ul li .dropdown button .dropdown-inner {
  display: flex;
  gap: 16px;
  align-items: center
}

@media screen and (min-width:1020px) {
  nav .nav-inner .menu-list ul li .dropdown button .dropdown-inner {
    gap: 0
  }
}

nav .nav-inner .menu-list ul li .dropdown button .dropdown-inner .icon {
  min-height: 24px;
  min-width: 20px;
  display: grid;
  place-items: center
}

nav .nav-inner .menu-list ul li .dropdown button .dropdown-inner .icon img {
  transition: transform .3s cubic-bezier(.455, .03, .515, .955)
}

nav .nav-inner .menu-list ul li .dropdown .content-wrapper {
  transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

@media screen and (min-width:1020px) {
  nav .nav-inner .menu-list ul li .dropdown .content-wrapper {
    position: absolute;
    top: 100%;
    transform: translateX(-14px)
  }
}

nav .nav-inner .menu-list ul li .dropdown .content-wrapper ul.submenu {
  padding: 16px;
  flex-direction: column;
  gap: 24px;
  margin-top: 14px
}

@media screen and (min-width:1020px) {
  nav .nav-inner .menu-list ul li .dropdown .content-wrapper ul.submenu {
    margin: 0;
    background-color: #fff;
    gap: 10px
  }
}

nav .nav-inner .menu-list ul li .dropdown .content-wrapper ul.submenu a,
nav .nav-inner .menu-list ul li .dropdown .content-wrapper ul.submenu span {
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}

@media screen and (min-width:1020px) {

  nav .nav-inner .menu-list ul li .dropdown .content-wrapper ul.submenu a,
  nav .nav-inner .menu-list ul li .dropdown .content-wrapper ul.submenu span {
    line-height: 40px
  }
}

nav .nav-inner .menu-list .button {
  width: 100%
}

@media screen and (min-width:1020px) {
  nav .nav-inner .menu-list .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}

nav .nav-inner .icons {
  display: flex;
  gap: 32px;
  align-items: center;
  transition: all .1s cubic-bezier(.455, .03, .515, .955)
}

@media screen and (min-width:1020px) {
  nav .nav-inner .icons {
    justify-content: flex-end;
    gap: 24px
  }
}

nav .nav-inner .icons .desktop {
  display: none
}

@media screen and (min-width:1020px) {
  nav .nav-inner .icons .desktop {
    display: inline;
    display: initial
  }
}

nav .nav-inner .icons a.mail,
nav .nav-inner .icons a.tel {
  visibility: hidden;
  text-decoration: none
}

@media screen and (min-width:1020px) {

  nav .nav-inner .icons a.mail,
  nav .nav-inner .icons a.tel {
    visibility: visible
  }
}

nav .nav-inner .icons a.mail.visible,
nav .nav-inner .icons a.tel.visible {
  visibility: visible
}

nav .nav-inner .icons p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}

nav .nav-inner .icons>:not(.menu-toggle) {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #2e3235
}

nav .nav-inner .icons>:not(.menu-toggle) span {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}

nav .nav-inner .icons .menu-toggle {
  display: grid;
  place-items: center;
  min-width: 24px;
  min-height: 24px
}

@media screen and (min-width:1020px) {
  nav .nav-inner .icons .menu-toggle {
    display: none
  }
}

footer {
  max-width: 1633px;
  margin-inline: auto
}

footer,
footer .inner {
  background-color: #2e3235
}

footer .inner {
  position: relative;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  color: #fff;
  box-shadow: 0 0 0 100vmax #2e3235;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax)
}

@media screen and (min-width:1280px) {
  footer .inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-flow: dense;
    grid-template-rows: auto auto 1fr;
    grid-row-gap: 32px;
    row-gap: 32px;
    grid-column-gap: 160px;
    column-gap: 160px;
    margin-inline: auto
  }
}

footer .inner>img {
  max-width: 153px;
  max-height: 54px
}

@media screen and (min-width:1280px) {
  footer .inner>img {
    max-width: 219px;
    max-height: 77px
  }
}

footer .inner .social {
  display: flex;
  gap: 32px;
  align-items: center
}

@media screen and (min-width:1280px) {
  footer .inner .social {
    grid-column: 1/2;
    grid-row: 2/3
  }
}

footer .inner .links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  grid-gap: 40px;
  gap: 40px
}

@media screen and (min-width:1280px) {
  footer .inner .links {
    grid-row: span 3
  }
}

@media screen and (min-width:1420px) {
  footer .inner .links {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    gap: 150px
  }
}

@media screen and (min-width:1590px) {
  footer .inner .links {
    gap: 172px
  }
}

footer .inner .links div h2 {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: .4px;
  text-transform: uppercase
}

footer .inner .links div ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none
}

footer .inner .links div ul a {
  text-decoration: none
}

footer .inner .links div ul a li span {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%
}

footer .inner .copyright {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  grid-row: 4/5
}

@media screen and (min-width:1280px) {
  footer .inner .copyright {
    margin-top: 8px
  }
}

.footer-newsletter {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  background-color: #f8f9f9
}

@media screen and (min-width:1020px) {
  .footer-newsletter {
    flex-direction: row;
    align-items: center;
    gap: 64px;
    justify-content: space-between
  }
}

@media screen and (min-width:1420px) {
  .footer-newsletter {
    padding: 48px 24px 60px
  }
}

@media screen and (min-width:1910px) {
  .footer-newsletter {
    padding-inline: 0
  }
}

.footer-newsletter h2 {
  color: #2e3235;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  flex-shrink: 0
}

@media screen and (min-width:1280px) {
  .footer-newsletter h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 100%
  }
}

@media screen and (min-width:1590px) {
  .footer-newsletter h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%
  }
}

@media screen and (min-width:1020px) {
  .footer-newsletter form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-basis: 535px
  }
}

.footer-newsletter form .input-wrapper {
  margin-top: 16px;
  max-width: 420px
}

@media screen and (min-width:1020px) {
  .footer-newsletter form .input-wrapper {
    margin: 0;
    max-width: none;
    flex-grow: 1
  }
}

.footer-newsletter form .button {
  margin-top: 24px;
  min-width: min(100%, 312px)
}

@media screen and (min-width:1020px) {
  .footer-newsletter form .button {
    margin: 0;
    flex-shrink: 0;
    min-width: 0
  }
}