@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;600&display=swap");
@font-face {
  font-family: "So:hne Schmal";
  src: url("/fonts/SohneSchmal-Leicht.woff2") format("woff2"), url("/fonts/SohneSchmal-Leicht.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "So:hne Schmal";
  src: url("/fonts/SohneSchmal-Buch.woff2") format("woff2"), url("/fonts/SohneSchmal-Buch.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 80px;
  --gap: 30px;
  --light: #f8f2ed;
  --red: #C99877;
  --dark: #1C1813;
  --xxs: 5px;
  --xs: 10px;
  --s: 20px;
  --m: 40px;
  --l: 80px;
  --xl: 120px;
  --xxl: 180px;
}

body {
  font-size: 15px;
  background: var(--light);
  color: var(--dark);
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0 0;
  font-family: "Instrument Sans", sans-serif;
  text-align: center;
  overflow-x: hidden;
}

main {
  height: 100.01vh;
  overflow: hidden;
}
main.scro {
  height: auto;
  overflow: initial;
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
  padding: 0 var(--gap);
  position: relative;
}

.grid_4 {
  width: calc(33.33% - var(--gap) * 0.67);
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: block;
}

.img {
  display: block;
  width: 100%;
}

#splash {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  background-color: var(--light);
  padding: var(--header-height) 0 30px 0;
  justify-content: center;
  gap: 40px;
  flex-direction: column;
  transition: opacity 0.5s;
}
#splash.disable {
  opacity: 0;
  pointer-events: none;
}

.sp-p {
  padding: 45px 15px 5px 15px;
}

.main-link {
  font-family: "So:hne Schmal";
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  width: calc(50% - var(--gap) * 0.5);
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0 calc(var(--gap) * 0.5);
  transition: color 0.5s;
}
.main-link img {
  max-height: calc(100vh - 275px);
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}

@media (hover: hover) {
  .main-link:hover {
    color: #C99877;
  }
  .main-link:hover img {
    transform: scale(1.05);
  }
}
.img-holder {
  overflow: hidden;
  margin-bottom: 20px;
}

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

img {
  border: none;
  max-width: 100%;
  display: block;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

.mes-btm {
  position: relative;
  z-index: 2;
}

.pad10 {
  padding: 0 10px;
}

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--dark);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  top: 0;
}
.loader.disable {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.fullyvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.asp53 {
  padding: 60px var(--gap);
  background-size: cover;
  color: #fff;
  aspect-ratio: 5/3;
}

.desk {
  display: block;
}

.full-height {
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 70px 20px 20px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-position: center;
}

.iframe-holder {
  position: relative;
  padding: 100% 0 0 0;
}
.iframe-holder iframe,
.iframe-holder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* General */
.bg-red {
  background-color: var(--red);
  color: #fff;
}

.bg-dark {
  background-color: var(--dark);
  color: var(--red);
}

.gap {
  gap: var(--gap);
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.full-gap {
  gap: var(--gap) 0;
}

.col {
  display: flex;
  flex-direction: column;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.space-evenly {
  justify-content: space-evenly;
}

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

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.r-reverse {
  flex-direction: row-reverse;
}

.relative {
  position: relative;
  z-index: 2;
}

.absolute {
  position: absolute;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.tac {
  text-align: center;
}

.ptxl {
  padding-top: var(--xl);
}

.ptl {
  padding-top: var(--l);
}

.ptm {
  padding-top: var(--m);
}

.pts {
  padding-top: var(--s);
}

.ptxs {
  padding-top: var(--xs);
}

.ptxxs {
  padding-top: var(--xxs);
}

.pbxl {
  padding-bottom: var(--xl);
}

.pbl {
  padding-bottom: var(--l);
}

.pbm {
  padding-bottom: var(--m);
}

.pbs {
  padding-bottom: var(--s);
}

.pbxs {
  padding-bottom: var(--xs);
}

.pbxxs {
  padding-bottom: var(--xxs);
}

.bg-light {
  background-color: var(--light);
}

.border-b {
  border-bottom: 1px solid currentColor;
}

.middle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section {
  position: relative;
}

.sticky {
  position: sticky;
  top: var(--header-height);
}

.has-working {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 10px;
}
.has-working img {
  position: absolute;
  right: -190px;
  bottom: -20px;
  width: 170px;
}

.arrow {
  display: block;
  margin: auto;
  padding-top: 15px;
}

/* Headings */
h1 {
  font-family: "So:hne Schmal";
  font-size: clamp(48px, 140px, 9vw);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

h2 {
  font-family: "So:hne Schmal";
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}

h3 {
  font-family: "So:hne Schmal";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}
h3.big {
  font-size: 36px;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

#location {
  overflow-x: hidden;
}

.max450 {
  padding-left: var(--gap);
  padding-right: var(--gap);
}

.container {
  width: 80%;
  max-width: calc(100% - var(--gap) - var(--gap));
  margin: auto;
  position: relative;
}
.container.w700 {
  width: 700px;
}
.container.w700 .heading {
  font-size: 18px;
  margin-bottom: 30px;
}
.container.w700 p {
  margin-bottom: 20px;
}
.container.w60 {
  width: 60%;
}
.container.w25 {
  width: 25%;
}

.over-h {
  overflow-x: hidden;
}

.container-full {
  width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
}

.message {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.full-width {
  position: relative;
  width: 100%;
}

.sp-bar {
  width: 1px;
  height: 100%;
  background-color: var(--red);
  display: block;
}

#fade-slider {
  position: relative;
  width: 100%;
}

.f-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s;
}

.f-slide.active {
  opacity: 1;
}

.zoom {
  animation: zoom-in-zoom-out 35s infinite forwards;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
.para {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.para .inner-para {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.max380 {
  max-width: 380px;
}

.max630 {
  max-width: 640px;
}

.max473 {
  max-width: 473px;
}

.max500 {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  justify-content: center;
}

.max340 {
  padding-top: 10px;
  max-width: 340px;
  margin: 0 auto;
}

.max450 {
  padding-top: 10px;
  max-width: 450px;
  margin: 0 auto;
}

.bg-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  content: "";
  display: block;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.7s;
}
.fadeIn.animated {
  opacity: 1;
}

.white {
  color: #fff;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Roboto Condensed", sans-serif;
  height: 30px;
  padding: 0 35px;
  background-color: #fff;
  color: var(--red);
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.4s;
  cursor: pointer;
}
.btn.enq {
  background-color: var(--dark);
  color: var(--light);
  padding: 0 12.3px;
  height: 33px;
}
.btn.black {
  background-color: var(--dark);
  color: var(--light);
  min-width: 200px;
}

@media (hover: hover) {
  .btn:hover {
    color: var(--dark);
    background: var(--red);
  }
}
.all-pad {
  padding: var(--gap);
}

.prl {
  padding: 0 var(--gap);
}

.min-h {
  height: calc(100vh - var(--header-height));
  min-height: 400px;
}

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

#map {
  height: 672px;
  max-height: calc(100vh - var(--header-height));
}

#pois {
  padding-top: 40px;
}

#pois .grid_pois {
  width: calc(33.33% - 10px);
}

.map-link {
  display: block;
  text-align: left;
  line-height: 1.5;
}

.map-cat {
  padding-left: 10px;
  border-left: 1px solid currentColor;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.map-cat .map-link {
  display: block;
  padding-bottom: 10px;
}

.map-cat p {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 0;
  font-size: 12px;
}

.map-cat span {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--light);
}

footer {
  background-color: var(--dark);
  color: var(--light);
  position: relative;
}
footer .g4 {
  width: 33.33%;
  padding: var(--xl) 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
footer .border-r {
  border-right: 1px solid currentColor;
}

#bars {
  margin-top: -145px;
  pointer-events: none;
}
#bars img {
  display: block;
  width: 100%;
}

.img-hover {
  position: relative;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.img-hover img {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
}
.img-hover:hover img {
  opacity: 1;
}

.uppercase {
  text-transform: uppercase;
}

.logos {
  -moz-column-gap: 35px;
       column-gap: 35px;
  padding: 45px 0 30px;
}

.tsc {
  display: block;
  margin: 30px auto;
}

.links {
  gap: 15px;
  font-size: 12px;
  padding-bottom: 30px;
}

.img-team {
  margin: auto;
  display: block;
}

.thicky-holder {
  overflow: hidden;
  width: 100%;
}

.thicky {
  position: relative;
  animation: ticker linear 30s infinite;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: space-between;
}

.thicky:hover {
  animation-play-state: paused;
}

.thicky .strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 50%;
  justify-content: flex-start;
}

.thicky p {
  display: block;
  position: relative;
  overflow: hidden;
  width: 25vw;
  padding: 0 var(--gap);
  position: relative;
}

.border-right {
  position: relative;
}
.border-right:after {
  width: 1px;
  height: 100%;
  background-color: var(--red);
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

footer .border-right:after {
  background-color: #fff;
}

#team .border-right:after {
  background-color: #fff;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.news-title {
  font-family: "So:hne Schmal";
  font-size: 36px;
  font-weight: 400;
  line-height: 32.4px;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.mob {
  display: none;
}

.p-mb {
  padding-right: 15px;
  margin-bottom: 10px;
}

.p-mb a {
  text-decoration: underline;
}
.p-mb h2 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.p-mb h3 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.p-mb em {
  font-style: normal;
}

.news-tile img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-mb.mb30 {
  margin-bottom: 20px;
}

.p-mb ul {
  list-style: none;
}

.p-mb ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.p-mb ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 5px;
}

.p-mb p {
  margin-bottom: 10px;
}

.p-mb p:last-child {
  margin-bottom: 0;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  font-family: "So:hne Schmal";
  font-weight: 500;
  width: 100%;
  z-index: 6;
  padding: var(--gap);
  display: flex;
  align-items: center;
  color: var(--dark);
  justify-content: space-between;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  transition: all 0.5s;
  height: var(--header-height);
  border-bottom: 1px solid var(--dark);
  background-color: var(--light);
}
header path {
  fill: currentColor;
}

.logo {
  display: block;
  width: 248px;
  max-width: calc(100% - 100px);
  transition: all 0.5s;
  z-index: 2;
}
.logo svg {
  width: 100%;
  height: auto;
  display: block;
}

#nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.ul {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  list-style: none;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  gap: 30px;
}

#ul-right {
  justify-content: flex-end;
}

#nav-toggle {
  display: none;
  height: 18px;
  width: 28px;
  right: var(--gap);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

#nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  right: 0;
  transition: all 0.55s;
}

#nav-toggle span.sp1 {
  top: 0;
  transform-origin: left bottom;
}

#nav-toggle span.sp2 {
  top: calc(50% - 1px);
}

#nav-toggle span.sp3 {
  top: calc(100% - 1px);
  transform-origin: left top;
}

#nav-toggle.active span.sp1 {
  transform: rotate(45deg);
  width: 23px;
}

#nav-toggle.active span.sp3 {
  transform: rotate(-45deg);
  width: 23px;
}

#nav-toggle.active span.sp2 {
  opacity: 0;
}

#enquire {
  background-color: var(--dark);
  color: var(--light);
}

label {
  display: block;
  font-weight: 500;
  width: 100px;
}

.register {
  width: 480px;
  margin: auto;
  position: relative;
}

.tel {
  font-size: 36px;
  display: block;
  font-family: "So:hne Schmal";
}

input,
textarea,
select,
.upload-holder,
.post-holder {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border: none;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 6px;
  padding: 12px 0;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  text-align: center;
}

.b_submit {
  width: 100% !important;
  border: 1px solid currentColor;
  margin: 20px auto;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.privacy {
  text-decoration: underline;
  font-size: 12px;
  font-family: "Signifier";
}

.thx {
  height: 100%;
  width: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

select {
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: center;
}

select option {
  background-color: var(--dark);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.form-row {
  padding-bottom: 15px;
  position: relative;
}

.err-message {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spinner {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner svg {
  animation: loading-rotate 2s linear infinite;
  height: 42px;
  width: 42px;
}

.spinner .path {
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #fff;
  stroke-linecap: round;
  animation: loading-dash 1.5s ease-in-out infinite;
}

@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.parsley-errors-list {
  list-style: none;
}

.check-holder {
  position: relative;
  padding: 15px 0;
}

.check-holder input {
  opacity: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
}

.check-holder input:checked + label:after {
  background-color: currentColor;
}

.check-holder label {
  padding-left: 30px;
  position: relative;
  width: 100%;
}

.check-holder label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  opacity: 0.5;
  content: "";
  display: block;
  border-radius: 5px;
}

.check-holder label:after {
  position: absolute;
  left: 4px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  content: "";
  display: block;
  border-radius: 5px;
}

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

.slider-1 .slick-list, .slider3 .slick-list {
  overflow: initial;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slider-1 .slick-slide {
  border-right: 1px solid var(--red);
}

.slider-1 .slick-slide img, .slider3 .slick-slide img {
  display: block;
  width: calc(100% - var(--gap) * 2);
  margin: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  font-family: inherit;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  width: 13px;
  height: 22px;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4;
  right: -25px;
  background-image: url(/images/icons/next.svg);
  font-size: 0;
}

.slick-arrow.slick-prev {
  left: -25px;
  right: auto;
  background-image: url(/images/icons/prev.svg);
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 12px;
  width: 100%;
  left: 0;
}
.slick-dots button {
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 0;
  opacity: 0.8;
}
.slick-dots .slick-active button {
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .slick-arrow {
    right: 20px;
  }
  .slick-arrow.slick-prev {
    left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 55px;
    --l: 40px;
    --m:60px;
    --xl: 80px;
    --gap:15px ;
  }
  .full-height {
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
    padding: 53px 20px 20px 20px;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  .mob.enq {
    display: flex;
  }
  h2 {
    font-size: 50px;
  }
  .logo {
    width: 200px;
  }
  header {
    height: 60px;
    font-size: 28px;
  }
  .all-pad {
    padding: 60px var(--gap);
  }
  #nav-toggle {
    display: block;
  }
  #nav {
    height: 100vh;
    height: 100svh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: inherit;
    transition-duration: 0.7s;
    transform: translate(-110%);
    -webkit-transform: translateX(-110%);
    background-color: var(--light);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #nav .ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  #nav.active {
    left: 0;
    transform: translate(0);
    -webkit-transform: translateX(0);
  }
  #nav #ul {
    height: 100vh;
    height: 100svh;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 30px 0;
  }
  #nav #ul li {
    text-align: center;
    width: 100%;
  }
  #nav #ul li a {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Instrument Serif", serif;
    font-size: 30px;
    padding: 10px 0;
    line-height: 1.1;
    text-transform: none;
  }
  .enq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-color: var(--dark) !important;
    color: #fff !important;
  }
  h3 {
    font-size: 26px;
  }
  .logos {
    flex-wrap: wrap;
    gap: 25px;
    padding: 30px 0;
  }
  .logos img {
    margin: auto;
    transform: scale(0.9);
    transform-origin: center;
  }
  .links {
    padding-bottom: 60px;
  }
  .grid_4 {
    width: 100%;
  }
  .phone {
    position: fixed;
    left: var(--gap);
    bottom: 20px;
    z-index: 50;
  }
  .phone path {
    fill: #fff;
  }
  footer .g4 {
    width: 100%;
  }
  .border-r {
    border-right: none !important;
    border-bottom: none !important;
  }
  .grid_3, .grid_6 {
    width: 100%;
  }
  .not-m {
    transform: none !important;
  }
  #map {
    width: 100%;
    height: 100vw;
  }
  .slick-dots button {
    width: 12px;
    height: 12px;
  }
  .sp-bar {
    position: relative;
    height: 1px;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    margin: 10px 0;
  }
  .thicky p {
    width: 50vw;
  }
  #team .border-right:after, footer .border-right:after {
    height: 1px;
    width: 100%;
    position: relative;
    right: auto;
    margin: 15px 0;
  }
  .main-link {
    font-size: 22px;
    width: 100%;
    padding: 5px var(--gap);
  }
  #splash {
    gap: 10px;
  }
  .sp-p {
    padding: 0 15px 0 15px;
    font-size: 14px;
  }
  .main-link img {
    max-height: calc(50vh - 195px);
  }
  .img-holder {
    margin-bottom: 10px;
  }
  .btn.enq {
    height: 50px;
  }
  .container {
    width: 100%;
  }
  .container.w25 {
    width: 50%;
  }
  #pois .grid_pois {
    width: 100%;
  }
  .message {
    font-size: 14px;
  }
  .message {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
  }
}