/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

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

.pointer-events-none {
  pointer-events: none;
}

.collapse {
  visibility: collapse;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[50\%\] {
  top: 50%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[1\] {
  z-index: 1;
}

.col-auto {
  grid-column: auto;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

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

.-mt-\[120px\] {
  margin-top: -120px;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-auto {
  margin-left: auto;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[calc\(100\%-120px\)\] {
  height: calc(100% - 120px);
}

.h-\[calc\(100\%-200px\)\] {
  height: calc(100% - 200px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-screen {
  width: 100vw !important;
}

.w-\[50\%\] {
  width: 50%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.max-w-none {
  max-width: none;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.bg-blacklight {
  --tw-bg-opacity: 1;
  background-color: rgb(69 68 68 / var(--tw-bg-opacity));
}

.bg-blackmedium {
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 50 / var(--tw-bg-opacity));
}

.bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 52 58 / var(--tw-bg-opacity));
}

.bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 215 190 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-5 {
  padding: 1.25rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-\[100\%\] {
  padding-top: 100%;
}

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

.text-p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}

.text-p-big {
  font-size: 24px;
  line-height: 1.583;
  font-weight: 400;
}

.\!font-normal {
  font-weight: 400 !important;
}

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

.\!leading-8 {
  line-height: 2rem !important;
}

.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}

.leading-\[30px\] {
  line-height: 30px;
}

.text-colorYellowDark {
  --tw-text-opacity: 1;
  color: rgb(235 215 190 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

/*dont use tailwind as initially sytem is baed on grid*/

/* vars */

/* vars */

@font-face {
  font-family: Mirador;

  font-weight: 700;

  src: url("../fonts/mirador/Mirador-Bold.otf");
}

@font-face {
  font-family: Mirador;

  font-weight: 500;

  src: url("../fonts/mirador/Mirador-Medium.otf");
}

@font-face {
  font-family: PlutoSans;

  font-weight: 700;

  src: url("../fonts/plutosans/PlutoSansBold.otf");
}

@font-face {
  font-family: PlutoSans;

  font-weight: 400;

  src: url("../fonts/plutosans/PlutoSansRegular.otf");
}

@font-face {
  font-family: PlutoSans;

  src: url("../fonts/plutosans/PlutoSansLight.eot");

  src: url("../fonts/plutosans/PlutoSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/plutosans/PlutoSansLight.woff2") format("woff2"), url("../fonts/plutosans/PlutoSansLight.woff") format("woff"), url("../fonts/plutosans/PlutoSansLight.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

html,
body {
  background-color: #fff;
  font-family: Calibre, sans-serif;
  font-size: 100%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #303032;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 18px;
}

ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #303032;
}

p {
  white-space: pre-line;
  margin-bottom: 30px;
  font-size: 18px;
}

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

.bg-dark {
  color: #fff;
  background-color: #303032;
}

.bg-white {
  color: #303032;
  background-color: #fff;
}

.bg-yellow {
  background-color: #f5ebdf;
}

.white-stripe {
  position: relative;
  overflow: hidden;
}

.white-stripe:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  pointer-events: none;
  border-top: 120px solid #f5ebdf;
  border-right: 120px solid #fff;
}

@media screen and (max-width: 991px) {
  .white-stripe:before {
    width: 60px;
    height: 60px;
    border-top: 60px solid #f5ebdf;
    border-right: 60px solid #fff;
  }
}

.has-black-stripe:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-color: #303032;
  pointer-events: none;
  border-top: 120px solid #f5ebdf;
  border-right: 120px solid #303032;
}

@media screen and (max-width: 991px) {
  .has-black-stripe:before {
    width: 60px;
    height: 60px;
    border-top: 60px solid #f5ebdf;
    border-right: 60px solid #303032;
  }
}

.bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.frame {
  position: relative;
}

.frame.no-border {
  border: 0 !important;
}

.frame.round {
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #303032;
}

.frame.round:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.frame.round.extralarge {
  width: 460px;
}

.frame.round.large {
  width: 360px;
}

@media screen and (min-width: 768px) {
  .frame.round.medium {
    width: 240px;
  }
}

.frame.portrait:before {
  content: "";
  display: block;
  padding-top: 109%;
}

.frame.landscape:before {
  content: "";
  display: block;
  padding-top: 64%;
}

.size-1 {
  font-size: clamp(56px, 4.514vw, 71px);
  line-height: 1.4;
  font-weight: 600;
}

.size-2 {
  font-size: clamp(48px, 4.028vw, 58px);
  line-height: 1.069;
  font-weight: 600;
}

.size-2 span {
  --tw-text-opacity: 1;
  color: rgb(164 52 58 / var(--tw-text-opacity));
}

.size-2 small {
  font-size: 55%;
}

.size-3 {
  font-size: clamp(48px, 4.028vw, 52px);
  line-height: 1.069;
  font-weight: 400;
}

.size-3 span {
  --tw-text-opacity: 1;
  color: rgb(164 52 58 / var(--tw-text-opacity));
}

.size-3.big {
  font-size: clamp(24px, 2.5vw, 40px);
}

.size-4, .p-big {
  font-size: 24px;
  line-height: 1.583;
  font-weight: 300;
}

.size-4.big {
  font-size: 32px;
}

.cta {
  font-size: 48px;
  line-height: 1.33;
  font-weight: 700;
}

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

.px-medium {
  padding-left: 40px;
  padding-right: 40px;
}

.mb-large {
  margin-bottom: 80px;
}

.mb-medium {
  margin-bottom: 30px;
}

.mb-small {
  margin-bottom: 20px;
}

.pt-small {
  padding-top: 80px;
}

.py-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-medium {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-large {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pt-large {
  padding-top: 160px;
}

.pb-large {
  padding-bottom: 160px;
}

@media screen and (max-width: 991px) {
  .pt-large {
    padding-top: 80px;
  }

  .pb-large {
    padding-bottom: 80px;
  }

  .py-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .py-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.input-wrap {
  margin-bottom: 24px;
}

.input-wrap .form-control {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 0;
  height: auto;
  padding: 16px 16px 14px;
}

.btn {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  border-radius: 0;
  background-color: #fff;
  padding: 12px 24px 10px;
  text-align: center;
  min-width: 132px;
}

.btn:hover {
  border-color: #fff;
}

.btn .spinner-border {
  display: none;
}

.btn.loading > span {
  display: none;
}

.btn.loading .spinner-border {
  display: inline-block;
}

.header-wrap {
  position: fixed;
  height: 144px;
}

@media screen and (max-width: 991px) {
  .header-wrap {
    position: fixed;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 144px;
  z-index: 10;
}

.header .container {
  position: relative;
  height: 144px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.header .logo {
  font-family: Mirador;
  width: 359px;
  text-align: center;
  z-index: 2;
}

.header .logo:hover {
  color: inherit;
}

.header .logo span {
  font-size: 64px;
  line-height: 64px;
  display: block;
}

.header .logo span + span {
  font-family: PlutoSans;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}

.header .header-menu ul li {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 0;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.header .header-menu ul li:before {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 20px;
  height: 2px;
  margin-top: 4px;
  border-radius: 0;
  background: transparent url(../img/nav-bg.png) center center no-repeat;
  background-size: contain;
}

.header .header-menu ul li.is-active {
  color: #EBD7BE;
}

.header .header-menu ul li.is-active:before {
  display: block;
}

.header .header-menu ul li:hover {
  color: #EBD7BE;
}

.header .header-menu ul li a:hover {
  color: inherit;
}

.header.intro {
  height: 100%;
}

.header.intro .logo {
  position: absolute;
  top: 0px;
  left: calc(50% - 178px);
  transition: left 0.8s ease-out;
  transition-delay: 1.5s;
}

.header.intro.run {
  height: 144px;
  transition: height 1.5s;
  transition-delay: 2.5s;
}

.header.intro.run .logo {
  left: 0px;
}

.header.intro .logo span {
  opacity: 0;
}

.header.intro .header-menu,
.header.intro .burger {
  opacity: 0;
}

.header.intro.run .logo span {
  opacity: 1;
  transition: opacity 1s;
  transition-delay: 0.4s;
}

.header.intro.run .header-menu,
.header.intro.run .burger {
  opacity: 1;
  transition: opacity 1.5s;
  transition-delay: 2.5s;
}

.header.intro.run .bg-holder {
  opacity: 0.85;
  transition: opacity 1.5s;
  transition-delay: 2.5s;
}

.footer:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-color: #FFFFFF;
  pointer-events: none;
  border-top: 120px solid #303032;
  border-right: 120px solid #fff;
}

@media screen and (max-width: 991px) {
  .footer:before {
    width: 60px;
    height: 60px;
    border-top: 60px solid #303032;
    border-right: 60px solid #fff;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    background-image: url("../img/footer-bg.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

.w-480 .size-1 {
  position: relative;
  margin-bottom: 40px;
  max-width: 480px;
}

.w-480 .size-1 span {
  display: block;
}

@media screen and (min-width: 1200px) {
  .w-480 {
    max-width: 480px;
  }
}

.contact a {
  text-decoration: underline;
}

.register {
  position: relative;
}

.te-matawai .bg-holder {
  background-size: 100%;
  overflow: hidden;
}

.te-matawai .bg-holder.stripe:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-color: #303032;
  pointer-events: none;
  border-top: 120px solid #A4343A;
  border-left: 120px solid #303032;
}

@media screen and (max-width: 991px) {
  .te-matawai .bg-holder.stripe:after {
    width: 60px;
    height: 60px;
    border-top: 60px solid #A4343A;
    border-left: 60px solid #303032;
  }
}

.te-matawai .col {
  position: relative;
}

.latest-news .frame img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.tenancy img {
  min-width: 520px;
}

.scroll-y {
  overflow-y: scroll;
}

.burger {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 3px;
  z-index: 2;
}

.burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  margin: 0.0625rem auto 0.525rem -0.75rem;
  text-indent: -999em;
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  cursor: pointer;
}

.burger span,
.burger span:before,
.burger span:after {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #fff;
  transition: 0.3s;
  opacity: 1;
}

.burger span:before,
.burger span:after {
  position: absolute;
  content: "";
}

.burger span:before {
  top: -0.525rem;
}

.burger span:after {
  top: 0.525rem;
}

.menu-is-open .burger span:before,
.menu-is-open .burger span:after {
  top: 0px;
  margin-top: -0.5875rem;
}

.menu-is-open .burger span {
  background-color: transparent;
}

.menu-is-open .burger span:before {
  transform: translateY(0.525rem) rotate(45deg);
}

.menu-is-open .burger span:after {
  transform: translateY(0.525rem) rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  .reduce-delay .header-wrap,
  .reduce-delay .header .container,
  .reduce-delay .header.intro.run,
  .reduce-delay .header.intro .logo,
  .reduce-delay .header.intro.run .header-menu,
  .reduce-delay .header.intro.run .burger,
  .reduce-delay .header.intro.run .bg-holder {
    transition: all 0.3s linear 0s !important;
  }

  .header-wrap.sticky {
    height: 62px;
  }

  .header-wrap.sticky .header .container {
    height: 96px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-wrap.sticky .header.intro .logo {
    top: 10px;
  }

  .header-wrap.sticky .header.intro.run {
    height: 62px;
  }

  .header-wrap.sticky .header .logo {
    width: 180px;
  }
}

@media screen and (max-width: 1199px) {
  .size-1 {
    font-size: 48px;
    line-height: 48px;
  }

  .header-wrap,
  .header {
    height: 62px;
  }

  .header .container {
    height: 96px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header .logo span {
    font-size: 32px;
    line-height: 32px;
  }

  .header.intro .logo {
    top: 10px;
  }

  .header.intro.run {
    height: 62px;
  }

  .header .logo {
    width: 180px;
  }

  .header.intro .logo {
    left: calc(50% - 90px);
  }

  .header .header-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #303032;
    z-index: 1;
  }

  .menu-is-open .header .header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .header-menu ul li {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 40px;
    text-align: center;
  }

  .availability {
    text-align: center;
  }

  .availability .frame {
    margin-top: 40px;
  }

  .te-matawai .col {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .te-matawai .size-3:before {
    left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media screen and (max-width: 991px) {
  .header.intro .logo {
    top: 10px;
  }

  .latest-news .frame:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .availability {
    padding-top: 60px;
  }

  .tenancy h3 {
    margin-top: 40px;
  }
}

.news-item .frame {
  margin-bottom: 20px;
}

.news-item .date {
  color: #303032;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

.news-item .title {
  color: #303032;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}

.news-content {
  color: #303032;
}

.news-content .size-1 {
  color: #303032;
}

.news-content .size-2 {
  font-family: Mirador, sans-serif;
}

@media screen and (min-width: 992px) {
  .news-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.latest-news.pending .frame .bg-holder {
  width: 0%;
}

.latest-news.pending.run .frame .bg-holder {
  width: 100%;
  transition: width 1.5s ease;
}

.latest-news.pending .size-1 {
  top: 450px;
  opacity: 0;
  position: relative;
}

.latest-news.pending p {
  position: relative;
  top: 450px;
  opacity: 0;
}

.latest-news.pending.run .size-1,
.latest-news.pending.run p {
  top: 0;
  opacity: 1;
  transition: top 1.5s, opacity 1s;
}

.pending .frame.round {
  position: relative;
  top: 280px;
  transform: scale(0.6);
}

.pending.run .frame.round {
  top: 0;
  transform: scale(1);
  transition: transform 1.5s ease, top 1s;
}

.pending .fade-up {
  position: relative;
  top: 220px;
  opacity: 0;
}

.pending.run .fade-up {
  top: 0;
  opacity: 1;
  transition: top 1s, opacity 1s;
}

.pending .delay-02 {
  transition-delay: 0.2s !important;
}

.pending .delay-04 {
  transition-delay: 0.4s !important;
}

.pending .delay-06 {
  transition-delay: 0.6s !important;
}

.pending .delay-08 {
  transition-delay: 0.8s !important;
}

.pending .delay-1 {
  transition-delay: 1s !important;
}

.pending .delay-12 {
  transition-delay: 1.2s !important;
}

.availability.pending .size-1 {
  position: relative;
  top: 220px;
  opacity: 0;
}

.availability.pending.run .size-1 {
  top: 0;
  opacity: 1;
  transition: top 1s, opacity 1s;
}

.about.pending .size-4,
.te-matawai.pending .size-4 {
  position: relative;
  top: 280px;
  opacity: 0;
}

.about.pending.run .size-4,
.te-matawai.pending.run .size-4 {
  top: 0;
  opacity: 1;
  transition: top 1s, opacity 1s;
}

.tenancy .pending {
  position: relative;
  top: 220px;
  opacity: 0;
}

.tenancy .pending.run {
  top: 0;
  opacity: 1;
  transition: top 1s, opacity 1s;
}

.about .title-row {
  position: relative;
}

.about .title-row .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  z-index: 2;
}

.about .col-auto {
  margin-top: -140px;
}

@media screen and (max-width: 767px) {
  .tenancy img {
    min-width: 1400px;
  }

  .about .col-auto {
    margin-top: 0;
  }
}

.bg-wave {
  background-image: url("../img/bg-wave.png");
  background-position: bottom 38% right 0;
  background-repeat: repeat-x;
  background-size: 100%;
  overflow: hidden;
}

.bg-wave:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  border-top: 120px solid #303032;
  border-right: 120px solid #fff;
}

@media screen and (max-width: 991px) {
  .bg-wave:after {
    width: 60px;
    height: 60px;
    border-top: 60px solid #303032;
    border-right: 60px solid #fff;
  }
}

.bg-wave.bg-wave-partial {
  background-position: bottom 8% right 0;
}

.bg-wave.bg-wave-partial:after {
  display: none;
}

/*button*/

.custom-btn {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  background: #A4343A;
  padding: 20px 118px 20px 20px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.custom-btn:before {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  background: transparent url(../img/arrow-right.svg) center center no-repeat;
  width: 58px;
  height: 100%;
  transition: all 0.3s ease;
}

.custom-btn:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 24px;
  height: 24px;
  right: 0px;
  bottom: 0px;
  border-top: 24px solid #A4343A;
  border-right: 24px solid #fff;
}

.custom-btn.btn-white {
  background: #FFFFFF;
  color: #A4343A;
}

.custom-btn.btn-white:before {
  background: transparent url(../img/arrow-right-red.svg) center center no-repeat;
}

.custom-btn.btn-white:after {
  border-top: 24px solid #fff;
  border-right: 24px solid #A4343A;
}

.custom-btn.btn-white.tilt-black:after {
  border-right: 24px solid #303032;
}

.custom-btn.btn-yellow {
  background: #EBD7BE;
  color: #303032;
}

.custom-btn.btn-yellow:before {
  background: transparent url(../img/arrow-right-black.svg) center center no-repeat;
}

.custom-btn.btn-yellow:after {
  border-top: 24px solid #EBD7BE;
  border-right: 24px solid #303032;
}

.custom-btn.btn-yellow.tilt-black:after {
  border-right: 24px solid #303032;
}

.custom-btn.tilt-black:after {
  border-right: 24px solid #303032;
}

@media screen and (max-width: 991px) {
  .custom-btn {
    width: 100%;
  }
}

.custom-btn:hover:before {
  transform: translateX(3px);
}

.contact .custom-btn.btn-white:after, .register .custom-btn.btn-white:after {
  border-top: 24px solid #fff;
  border-right: 24px solid #303032;
}

.container.large {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .container.large {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1200px) {
  .container.large {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.container.medium {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .container.medium {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1200px) {
  .container.medium {
    padding-left: 180px;
    padding-right: 180px;
  }
}

.container.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .container.small {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1200px) {
  .container.small {
    padding-left: 200px;
    padding-right: 200px;
  }
}

/*slides*/

.slides {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
}

.slides .slide {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  will-change: transform, opacity;
}

.slides .slide--current {
  pointer-events: auto;
  opacity: 1;
}

.slides .slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  will-change: transform, opacity, filter;
}

.contact-info p {
  font-size: 20px;
}

.contact-info p a {
  font-weight: 400;
}

/*==popup section*/

.popup-tile {
  cursor: pointer;
  z-index: 99;
}

.popup-page-container {
  visibility: hidden;
}

.popup-page {
  cursor: pointer;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  background-color: rgba(48, 48, 48, 0);
  transition: background-color 0.2s ease;
}

.popup-page[style*=visible] {
  background-color: rgb(48, 48, 48);
}

.zoom-in-out-box {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.zoom-in-out-box:hover {
  transform: scale(1.1);
}

@media (min-width: 576px) {
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:max-w-\[400px\] {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mt-\[18\%\] {
    margin-top: -18%;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:h-\[calc\(100\%-500px\)\] {
    height: calc(100% - 500px);
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-\[64\%\] {
    padding-top: 64%;
  }

  .md\:pt-\[66\%\] {
    padding-top: 66%;
  }

  .md\:pt-\[69\.5\%\] {
    padding-top: 69.5%;
  }
}

@media (min-width: 992px) {
  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:h-\[64px\] {
    height: 64px;
  }

  .lg\:min-h-\[365px\] {
    min-height: 365px;
  }

  .lg\:min-h-\[61\.11vw\] {
    min-height: 61.11vw;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[460px\] {
    width: 460px;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-\[66\%\] {
    width: 66%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-\[365px\] {
    min-width: 365px;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-\[132\%\] {
    padding-top: 132%;
  }

  .lg\:pt-\[146\%\] {
    padding-top: 146%;
  }

  .lg\:pt-\[32\%\] {
    padding-top: 32%;
  }

  .lg\:pt-\[41\%\] {
    padding-top: 41%;
  }

  .lg\:pt-\[73\%\] {
    padding-top: 73%;
  }
}

@media (min-width: 1200px) {
  .xl\:left-\[120px\] {
    left: 120px;
  }

  .xl\:right-\[120px\] {
    right: 120px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:min-w-\[350px\] {
    min-width: 350px;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pr-\[149px\] {
    padding-right: 149px;
  }
}

/*# sourceMappingURL=style.min.css.map */