@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

strong {
  font-weight: 600;
}

p,
ul,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-family: poppins, sans-serif;
  color: #474747;
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
@media (min-width: 1920px) {
  h1,
  .h1 {
    font-size: clamp(50px, calc(20px + 1.5625vw), 60px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  h1,
  .h1 {
    font-size: clamp(36px, calc(1.4801444043px + 2.5270758123vw), 50px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  h1,
  .h1 {
    font-size: clamp(42.5px, calc(51.9766081871px + -1.1695906433vw), 36px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: clamp(34px, calc(18.6666666667px + 2.0833333333vw), 40px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  h1,
  .h1 {
    font-size: clamp(27.2px, calc(13.2363636364px + 4.3636363636vw), 32px);
  }
}
@media (max-width: 319px) {
  h1,
  .h1 {
    font-size: 27.2px;
  }
}

h2,
.h2 {
  font-family: poppins, sans-serif;
  color: #474747;
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (min-width: 1920px) {
  h2,
  .h2 {
    font-size: clamp(44px, calc(17.6px + 1.375vw), 52.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  h2,
  .h2 {
    font-size: clamp(32px, calc(2.4115523466px + 2.1660649819vw), 44px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  h2,
  .h2 {
    font-size: clamp(37.4px, calc(55.9649122807px + -1.7543859649vw), 32px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: clamp(32.3px, calc(16.6666666667px + 2.0833333333vw), 38px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  h2,
  .h2 {
    font-size: clamp(25.5px, calc(12.4090909091px + 4.0909090909vw), 30px);
  }
}
@media (max-width: 319px) {
  h2,
  .h2 {
    font-size: 25.5px;
  }
}

h3,
.h3 {
  font-family: poppins, sans-serif;
  color: #474747;
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (min-width: 1920px) {
  h3,
  .h3 {
    font-size: clamp(28px, calc(11.2px + 0.875vw), 33.6px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  h3,
  .h3 {
    font-size: clamp(24px, calc(14.1371841155px + 0.7220216606vw), 28px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  h3,
  .h3 {
    font-size: clamp(23.8px, calc(24px + 0vw), 24px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: clamp(20.4px, calc(13.3333333333px + 1.0416666667vw), 24px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  h3,
  .h3 {
    font-size: clamp(17px, calc(8.2727272727px + 2.7272727273vw), 20px);
  }
}
@media (max-width: 319px) {
  h3,
  .h3 {
    font-size: 17px;
  }
}

h4,
.h4 {
  color: #474747;
  font-weight: 200;
  font-family: poppins, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (min-width: 1920px) {
  h4,
  .h4 {
    font-size: clamp(24px, calc(9.6px + 0.75vw), 28.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  h4,
  .h4 {
    font-size: clamp(20px, calc(10.1371841155px + 0.7220216606vw), 24px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  h4,
  .h4 {
    font-size: clamp(20.4px, calc(27.9883040936px + -0.5847953216vw), 20px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  h4,
  .h4 {
    font-size: clamp(18.7px, calc(16.6666666667px + 0.5208333333vw), 22px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  h4,
  .h4 {
    font-size: clamp(17px, calc(8.2727272727px + 2.7272727273vw), 20px);
  }
}
@media (max-width: 319px) {
  h4,
  .h4 {
    font-size: 17px;
  }
}

h5,
.h5 {
  font-family: poppins, sans-serif;
  letter-spacing: normal;
  line-height: normal;
}
@media (min-width: 1920px) {
  h5,
  .h5 {
    font-size: clamp(26px, calc(10.4px + 0.8125vw), 31.2px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  h5,
  .h5 {
    font-size: clamp(20px, calc(5.2057761733px + 1.083032491vw), 26px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  h5,
  .h5 {
    font-size: clamp(22.1px, calc(27.9883040936px + -0.5847953216vw), 20px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  h5,
  .h5 {
    font-size: clamp(18.7px, calc(16.6666666667px + 0.5208333333vw), 22px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  h5,
  .h5 {
    font-size: clamp(17px, calc(8.2727272727px + 2.7272727273vw), 20px);
  }
}
@media (max-width: 319px) {
  h5,
  .h5 {
    font-size: 17px;
  }
}

h6,
.h6 {
  font-family: poppins, sans-serif;
  letter-spacing: 0;
  line-height: 1.36;
}
@media (min-width: 1920px) {
  h6,
  .h6 {
    font-size: clamp(22px, calc(8.8px + 0.6875vw), 26.4px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  h6,
  .h6 {
    font-size: clamp(20px, calc(15.0685920578px + 0.3610108303vw), 22px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  h6,
  .h6 {
    font-size: clamp(18.7px, calc(20px + 0vw), 20px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  h6,
  .h6 {
    font-size: clamp(18px, calc(14.6666666667px + 0.5208333333vw), 20px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  h6,
  .h6 {
    font-size: clamp(15.3px, calc(7.4454545455px + 2.4545454545vw), 18px);
  }
}
@media (max-width: 319px) {
  h6,
  .h6 {
    font-size: 15.3px;
  }
}

h2 + h3 {
  font-weight: 200 !important;
}

a:not(.uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a) {
  position: relative;
  color: #A09D9B;
  transition: color 0.25s ease-in-out;
}
a:not(.uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a):hover {
  text-decoration: none;
  color: #474747;
}

.background-dark a {
  color: #fff !important;
}
.background-dark a::before {
  background: #fff !important;
}

h1:has(+ [class*=size-]),
.h1:has(+ [class*=size-]),
h2:has(+ [class*=size-]),
.h2:has(+ [class*=size-]),
h2:has(+ [class*=size-]),
.h2:has(+ [class*=size-]) {
  margin-bottom: 1rem;
}

.size-basic {
  letter-spacing: normal;
  line-height: 1.55;
}
@media (min-width: 1920px) {
  .size-basic {
    font-size: clamp(18px, calc(7.2px + 0.5625vw), 21.6px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .size-basic {
    font-size: clamp(18px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .size-basic {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-basic {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .size-basic {
    font-size: clamp(15.3px, calc(7.4454545455px + 2.4545454545vw), 18px);
  }
}
@media (max-width: 319px) {
  .size-basic {
    font-size: 15.3px;
  }
}

.size-xxs {
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .size-xxs {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .size-xxs {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .size-xxs {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-xxs {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .size-xxs {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .size-xxs {
    font-size: 14px;
  }
}

.size-xs {
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .size-xs {
    font-size: clamp(18px, calc(7.2px + 0.5625vw), 21.6px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .size-xs {
    font-size: clamp(17px, calc(14.5342960289px + 0.1805054152vw), 18px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .size-xs {
    font-size: clamp(16.2px, calc(20.9941520468px + -0.2923976608vw), 17px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-xs {
    font-size: clamp(16.2px, calc(12.6666666667px + 0.5208333333vw), 18px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .size-xs {
    font-size: clamp(14px, calc(8.1818181818px + 1.8181818182vw), 16px);
  }
}
@media (max-width: 319px) {
  .size-xs {
    font-size: 14px;
  }
}

.size-s {
  letter-spacing: 0.014em;
  line-height: 1.1;
}
@media (min-width: 1920px) {
  .size-s {
    font-size: clamp(20px, calc(8px + 0.625vw), 24px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .size-s {
    font-size: clamp(20px, calc(20px + 0vw), 20px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .size-s {
    font-size: clamp(18px, calc(20px + 0vw), 20px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-s {
    font-size: clamp(18px, calc(14.6666666667px + 0.5208333333vw), 20px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .size-s {
    font-size: clamp(15.3px, calc(7.4454545455px + 2.4545454545vw), 18px);
  }
}
@media (max-width: 319px) {
  .size-s {
    font-size: 15.3px;
  }
}

.size-m {
  letter-spacing: -0.04em;
  line-height: 1.15;
}
@media (min-width: 1920px) {
  .size-m {
    font-size: clamp(34px, calc(13.6px + 1.0625vw), 40.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .size-m {
    font-size: clamp(28px, calc(13.2057761733px + 1.083032491vw), 34px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .size-m {
    font-size: clamp(28.9px, calc(28px + 0vw), 28px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-m {
    font-size: clamp(23.8px, calc(12px + 1.5625vw), 28px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .size-m {
    font-size: clamp(18.7px, calc(9.1px + 3vw), 22px);
  }
}
@media (max-width: 319px) {
  .size-m {
    font-size: 18.7px;
  }
}

.size-l {
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (min-width: 1920px) {
  .size-l {
    font-size: clamp(44px, calc(17.6px + 1.375vw), 52.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .size-l {
    font-size: clamp(32px, calc(2.4115523466px + 2.1660649819vw), 44px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .size-l {
    font-size: clamp(37.4px, calc(55.9649122807px + -1.7543859649vw), 32px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-l {
    font-size: clamp(32.3px, calc(22px + 1.5625vw), 38px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .size-l {
    font-size: clamp(27.2px, calc(13.2363636364px + 4.3636363636vw), 32px);
  }
}
@media (max-width: 319px) {
  .size-l {
    font-size: 27.2px;
  }
}

.size-xl {
  letter-spacing: -0.03em;
  line-height: 1.15;
}
@media (min-width: 1920px) {
  .size-xl {
    font-size: clamp(50px, calc(20px + 1.5625vw), 60px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .size-xl {
    font-size: clamp(36px, calc(1.4801444043px + 2.5270758123vw), 50px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .size-xl {
    font-size: clamp(42.5px, calc(51.9766081871px + -1.1695906433vw), 36px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-xl {
    font-size: clamp(34px, calc(29.3333333333px + 1.0416666667vw), 40px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .size-xl {
    font-size: clamp(30.6px, calc(14.8909090909px + 4.9090909091vw), 36px);
  }
}
@media (max-width: 319px) {
  .size-xl {
    font-size: 30.6px;
  }
}

.sur-title {
  margin-bottom: 0.5rem !important;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .sur-title {
    font-size: clamp(26px, calc(10.4px + 0.8125vw), 31.2px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .sur-title {
    font-size: clamp(24px, calc(19.0685920578px + 0.3610108303vw), 26px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .sur-title {
    font-size: clamp(22.1px, calc(31.9883040936px + -0.5847953216vw), 24px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .sur-title {
    font-size: clamp(22.1px, calc(15.3333333333px + 1.0416666667vw), 26px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .sur-title {
    font-size: clamp(18.7px, calc(9.1px + 3vw), 22px);
  }
}
@media (max-width: 319px) {
  .sur-title {
    font-size: 18.7px;
  }
}

h1.sur-title,
h2.sur-title,
h3.sur-title,
h4.sur-title,
h5.sur-title,
h6.sur-title {
  margin-bottom: 0 !important;
}

sup {
  font-size: 60%;
}

.more-button,
.anchor-link,
.more-button-reverse,
button[type=submit] {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  position: relative;
  color: #474747;
  transition: color 0.25s ease-in-out, letter-spacing 0.25s ease-in-out;
  letter-spacing: normal;
  line-height: 1.55;
}
@media (min-width: 1920px) {
  .more-button,
  .anchor-link,
  .more-button-reverse,
  button[type=submit] {
    font-size: clamp(18px, calc(7.2px + 0.5625vw), 21.6px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .more-button,
  .anchor-link,
  .more-button-reverse,
  button[type=submit] {
    font-size: clamp(18px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .more-button,
  .anchor-link,
  .more-button-reverse,
  button[type=submit] {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .more-button,
  .anchor-link,
  .more-button-reverse,
  button[type=submit] {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .more-button,
  .anchor-link,
  .more-button-reverse,
  button[type=submit] {
    font-size: clamp(15.3px, calc(7.4454545455px + 2.4545454545vw), 18px);
  }
}
@media (max-width: 319px) {
  .more-button,
  .anchor-link,
  .more-button-reverse,
  button[type=submit] {
    font-size: 15.3px;
  }
}
.more-button:hover,
.anchor-link:hover,
.more-button-reverse:hover,
button[type=submit]:hover {
  color: #474747;
  text-decoration: none;
}

.more-icon .animated-circle,
.more-icon .animated-arrow,
.more-icon .animated-line {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke-opacity: 0;
  transition: stroke-dashoffset 0.6s ease, stroke-opacity 0.3s ease;
}
@media (max-width: 959px) and (pointer: coarse) {
  .more-icon .animated-circle,
  .more-icon .animated-arrow,
  .more-icon .animated-line {
    stroke-dashoffset: 0;
    stroke-opacity: 1;
  }
}

.more-button:hover .animated-circle,
.more-button:hover .animated-arrow,
.more-button:hover .animated-line,
.anchor-link:hover .animated-circle,
.anchor-link:hover .animated-arrow,
.anchor-link:hover .animated-line,
.more-button-reverse:hover .animated-circle,
.more-button-reverse:hover .animated-arrow,
.more-button-reverse:hover .animated-line {
  stroke-dashoffset: 0;
  stroke-opacity: 1;
}

p:not(:first-of-type):has(.more-button),
p:not(:first-child):has(.more-button),
p:not(:first-of-type):has(.anchor-link),
p:not(:first-child):has(.anchor-link),
p:not(:first-of-type):has(.more-button-reverse),
p:not(:first-child):has(.more-button-reverse) {
  margin-top: 0 !important;
}

.more-button-reverse, .anchor-link {
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
}

.text-light .more-button,
.text-light .anchor-link,
.text-light .more-button-reverse,
.caption-wrapper .more-button,
.caption-wrapper .anchor-link,
.caption-wrapper .more-button-reverse,
.color-2 .more-button,
.color-2 .anchor-link,
.color-2 .more-button-reverse {
  color: #fff;
}
.text-light .more-button:hover,
.text-light .anchor-link:hover,
.text-light .more-button-reverse:hover,
.caption-wrapper .more-button:hover,
.caption-wrapper .anchor-link:hover,
.caption-wrapper .more-button-reverse:hover,
.color-2 .more-button:hover,
.color-2 .anchor-link:hover,
.color-2 .more-button-reverse:hover {
  color: #fff;
}
.text-light .more-button svg g,
.text-light .anchor-link svg g,
.text-light .more-button-reverse svg g,
.caption-wrapper .more-button svg g,
.caption-wrapper .anchor-link svg g,
.caption-wrapper .more-button-reverse svg g,
.color-2 .more-button svg g,
.color-2 .anchor-link svg g,
.color-2 .more-button-reverse svg g {
  stroke: #fff;
}

.text-dark .more-button,
.text-dark .anchor-link,
.text-dark .more-button-reverse,
.color-1 .more-button,
.color-1 .anchor-link,
.color-1 .more-button-reverse,
.uk-nav .more-button,
.uk-nav .anchor-link,
.uk-nav .more-button-reverse {
  color: #474747 !important;
}
.text-dark .more-button svg g,
.text-dark .anchor-link svg g,
.text-dark .more-button-reverse svg g,
.color-1 .more-button svg g,
.color-1 .anchor-link svg g,
.color-1 .more-button-reverse svg g,
.uk-nav .more-button svg g,
.uk-nav .anchor-link svg g,
.uk-nav .more-button-reverse svg g {
  stroke: #474747 !important;
}

article *:last-child {
  margin-bottom: 0 !important;
}

p:not(:first-child):has(.more-button) .more-button {
  margin-top: 2rem;
}

.sliced-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  border: 1px solid #A09D9B;
  border-radius: 1.5rem;
  padding: 0.75rem 1.5rem 0.6rem;
  line-height: 1 !important;
  margin-top: 1rem;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .sliced-button {
    font-size: clamp(18px, calc(7.2px + 0.5625vw), 21.6px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .sliced-button {
    font-size: clamp(17px, calc(14.5342960289px + 0.1805054152vw), 18px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .sliced-button {
    font-size: clamp(16.2px, calc(20.9941520468px + -0.2923976608vw), 17px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .sliced-button {
    font-size: clamp(16.2px, calc(12.6666666667px + 0.5208333333vw), 18px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .sliced-button {
    font-size: clamp(14px, calc(8.1818181818px + 1.8181818182vw), 16px);
  }
}
@media (max-width: 319px) {
  .sliced-button {
    font-size: 14px;
  }
}
.sliced-button:hover {
  color: #000;
  text-decoration: none;
}
.sliced-button .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sliced-button .main-link,
.sliced-button .hover-link {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.sliced-button .char {
  display: inline-block;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sliced-button .char.space {
  white-space: pre;
}
.sliced-button .main-link {
  color: #A09D9B !important;
}
.sliced-button .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #A09D9B !important;
}

/* Optional: Fügen Sie hier weitere Stile für den Link hinzu */
.uk-slidenav {
  color: #A09D9B !important;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.full-height-section {
  min-height: 100vh;
}
@media (max-width: 959px) {
  .full-height-section {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.background-top-left {
  position: absolute;
  top: 0;
  left: 0;
  transsform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  transform-origin: center;
  z-index: 0;
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
/* Twelves */
.uk-child-width-1-12 > * {
  width: 8.3326389468%;
}

.uk-child-width-1-6 > * {
  width: 16.6638893518%;
}

.uk-child-width-1-5 > * {
  width: 19.9960007998%;
}

.uk-child-width-1-4 > * {
  width: 24.9937515621%;
}

.uk-child-width-1-3 > * {
  width: 33.3222259247%;
}

.uk-child-width-2-5 > * {
  width: 39.9920015997%;
}

.uk-child-width-5-12 > * {
  width: 41.6631947338%;
}

.uk-child-width-1-2 > * {
  width: 49.9750124938%;
}

.uk-child-width-3-5 > * {
  width: 59.9880023995%;
}

.uk-child-width-7-12 > * {
  width: 58.3284726273%;
}

.uk-child-width-2-3 > * {
  width: 66.6444518494%;
}

.uk-child-width-3-4 > * {
  width: 74.9812546863%;
}

.uk-child-width-4-5 > * {
  width: 79.9840031994%;
}

.uk-child-width-5-6 > * {
  width: 83.3194467589%;
}

.uk-child-width-11-12 > * {
  width: 91.6284881299%;
}

.uk-child-width-1-1 > * {
  width: 100%;
}

.uk-child-width-expand > * {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@s > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@s > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@s > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@s > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@s > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@s > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@s > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@s > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@s > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@s > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@s > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@s > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@s > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-expand\@s > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@m > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@m > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@m > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@m > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@m > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@m > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@m > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@m > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@m > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@m > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@m > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@m > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@m > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-expand\@m > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@l > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@l > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@l > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@l > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@l > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@l > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@l > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@l > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@l > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@l > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@l > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@l > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@l > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-expand\@l > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@xl > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@xl > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@xl > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@xl > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@xl > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@xl > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@xl > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@xl > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@xl > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@xl > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@xl > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-expand\@xl > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
/* Twelves */
.uk-width-1-12 {
  width: 8.3326389468%;
}

.uk-width-1-6 {
  width: 16.6638893518%;
}

.uk-width-1-5 {
  width: 19.9960007998%;
}

.uk-width-1-4 {
  width: 24.9937515621%;
}

.uk-width-1-3 {
  width: 33.3222259247%;
}

.uk-width-2-5 {
  width: 39.9920015997%;
}

.uk-width-5-12 {
  width: 41.6631947338%;
}

.uk-width-1-2 {
  width: 49.9750124938%;
}

.uk-width-3-5 {
  width: 59.9880023995%;
}

.uk-width-7-12 {
  width: 58.3284726273%;
}

.uk-width-2-3 {
  width: 66.6444518494%;
}

.uk-width-3-4 {
  width: 74.9812546863%;
}

.uk-width-4-5 {
  width: 79.9840031994%;
}

.uk-width-5-6 {
  width: 83.3194467589%;
}

.uk-width-11-12 {
  width: 91.6590284143%;
}

.uk-width-1-1 {
  width: 100%;
}

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-width-1-12\@s {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@s {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@s {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@s {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@s {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@s {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@s {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@s {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@s {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@s {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@s {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@s {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@s {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@s {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@s {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@m {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@m {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@m {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@m {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@m {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@m {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@m {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@m {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@m {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@m {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@m {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@m {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@m {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@m {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@l {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@l {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@l {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@l {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@l {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@l {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@l {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@l {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@l {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@l {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@l {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@l {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@l {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@l {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@xl {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@xl {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@xl {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@xl {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@xl {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@xl {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@xl {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@xl {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@xl {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@xl {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@xl {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@xl {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@xl {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@xl {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.uk-container {
  max-width: 1240px;
  max-width: 64.5833333333vw;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 959px) {
  .uk-container {
    max-width: 840px;
  }
}
@media (max-width: 639px) {
  .uk-container {
    max-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-container-small {
  max-width: 1104px;
  max-width: 57.5vw;
}
@media (max-width: 959px) {
  .uk-container-small {
    max-width: 640px;
    max-width: 66.7361835245vw;
  }
}
@media (max-width: 639px) {
  .uk-container-small {
    max-width: inherit;
  }
}

.uk-container-large {
  max-width: 1510px;
  max-width: 78.6458333333vw;
}
@media (max-width: 959px) {
  .uk-container-large {
    max-width: inherit;
  }
}
@media (max-width: 639px) {
  .uk-container-large {
    max-width: inherit;
  }
}

@media (max-width: 959px) {
  .no-container .text-right {
    padding-right: 40px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-right {
    padding-right: 30px !important;
    padding-left: 60px !important;
    padding-bottom: 0px;
  }
}
@media (max-width: 959px) {
  .no-container .text-left {
    padding-left: 80px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-left {
    padding-left: 70px !important;
    padding-right: 30px !important;
    padding-bottom: 40px;
  }
}

.no-container-right {
  width: 100%;
  padding-left: 40px;
  max-width: 1510px;
  max-width: calc(100% - (100% - 78.6458333333vw) / 2);
  margin-left: auto;
}
@media (max-width: 959px) {
  .no-container-right {
    max-width: inherit;
  }
}
@media (max-width: 639px) {
  .no-container-right {
    padding-left: 0;
  }
}
.no-container-right .single-image-section .main-image .overlay-wrapper {
  max-width: 61%;
}
@media (max-width: 959px) {
  .no-container-right .single-image-section .main-image .overlay-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 959px) {
  .no-container-right .single-image-section .main-image .overlay-wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 639px) {
  .no-container-right .single-text-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.no-container-left {
  max-width: 1510px;
  max-width: 78.6458333333vw;
  margin-right: auto;
}
@media (max-width: 959px) {
  .no-container-left {
    max-width: calc(100% - 80px + 40px);
  }
}
@media (max-width: 639px) {
  .no-container-left {
    max-width: calc(100% - 60px + 30px);
  }
}
.no-container-left .single-image-section .main-image .overlay-wrapper {
  max-width: 61%;
}
@media (max-width: 959px) {
  .no-container-left .single-image-section .main-image .overlay-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 959px) {
  .no-container-left .single-image-section .main-image .overlay-wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 639px) {
  .no-container-left .single-text-section {
    padding-left: 30px;
  }
}

.uk-container-expand {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 959px) {
  .uk-container-expand {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .uk-container-expand {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-section {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-top: 10.4275286757vw;
    padding-bottom: 10.4275286757vw;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.uk-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 959px) {
  .uk-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.uk-section-large {
  padding-top: 220px;
  padding-bottom: 220px;
  padding-top: 11.4583333333vw;
  padding-bottom: 11.4583333333vw;
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.uk-section-xlarge {
  padding-top: 220px;
  padding-bottom: 220px;
}
@media (max-width: 959px) {
  .uk-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 639px) {
  .uk-section-xlarge {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.first-section {
  padding-top: 320px;
  padding-top: 16.6666666667vw;
}
@media (max-width: 959px) {
  .first-section {
    padding-top: 160px;
    padding-top: 16.6840458811vw;
  }
}
@media (max-width: 639px) {
  .first-section {
    padding-top: 100px;
    padding-top: 15.6494522692vw;
  }
}

@media (max-width: 639px) {
  .mobile-only-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.padding-bottom-xlarge {
  padding-bottom: 240px;
}
@media (max-width: 959px) {
  .padding-bottom-xlarge {
    padding-bottom: 200px;
  }
}
@media (max-width: 639px) {
  .padding-bottom-xlarge {
    padding-bottom: 160px;
  }
}

[class*=uk-animation-] {
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 1.2s;
  animation-timing-function: linear;
}

.uk-animation-kenburns {
  animation-duration: 20s;
}

.no-padding-top {
  padding-top: 0;
}

@media (max-width: 639px) {
  .no-padding-top-mobile {
    padding-top: 0px;
  }
}

.no-section-padding-top {
  padding-top: 0px;
}
@media (max-width: 639px) {
  .no-section-padding-top {
    padding-top: 0px;
  }
}

.no-section-padding-bottom {
  padding-bottom: 0px;
}
@media (max-width: 639px) {
  .no-section-padding-bottom {
    padding-bottom: 0px;
  }
}

@media (max-width: 639px) {
  * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
    margin-top: 35px;
  }
}

/* Viewport Height Fix */
.vh-100 {
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
}

/* Animation Basics */
* {
  outline: none !important;
  box-sizing: border-box !important;
}

html {
  box-sizing: border-box;
  width: 100vw;
  height: 100%;
  overflow-x: clip;
  font-size: 20px;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: poppins, sans-serif;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  font-weight: 300;
  color: #A09D9B;
  display: flex;
  flex-direction: column;
  letter-spacing: normal;
  line-height: 1.55;
}
@media (min-width: 1920px) {
  body {
    font-size: clamp(18px, calc(7.2px + 0.5625vw), 21.6px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  body {
    font-size: clamp(18px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  body {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  body {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  body {
    font-size: clamp(15.3px, calc(7.4454545455px + 2.4545454545vw), 18px);
  }
}
@media (max-width: 319px) {
  body {
    font-size: 15.3px;
  }
}
@media (max-width: 959px) {
  body {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

main {
  background-color: #fff;
}

#fixed-main {
  width: 100%;
  height: 100%;
}

#navigationContainer {
  position: relative;
  width: 100%;
}

main#main-container {
  position: relative;
  display: block;
  width: calc(100vw - clamp(100px, 7.825vw, 200px));
  min-height: 100%;
  margin-left: clamp(100px, 7.825vw, 200px);
  transition: margin-top 0.5s ease-in-out;
}
@media (max-width: 959px) {
  main#main-container {
    width: 100%;
    margin-left: 0;
    margin-top: 120px;
  }
}
@media (max-width: 639px) {
  main#main-container {
    margin-top: 100px;
  }
}

@media (max-width: 959px) {
  .scrolled main#main-container {
    margin-top: 100px !important;
  }
}
@media (max-width: 639px) {
  .scrolled main#main-container {
    margin-top: 80px !important;
  }
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

table tr td {
  vertical-align: top;
  padding-right: 1em;
}

hr {
  border-top: 2px solid #A09D9B;
  margin-bottom: 1em;
}

article,
.text-wrapper {
  position: relative;
}
article ul:not(.border-list),
.text-wrapper ul:not(.border-list) {
  list-style: none;
  padding-left: 20px;
  margin-top: 1rem;
}
article ul:not(.border-list) li,
.text-wrapper ul:not(.border-list) li {
  padding-bottom: 0.35em;
  position: relative;
}
article ul:not(.border-list) li::before,
.text-wrapper ul:not(.border-list) li::before {
  content: "–";
  position: absolute;
  left: -20px;
}
article *:last-child,
.text-wrapper *:last-child {
  margin-bottom: 0;
}
article h1:has(+ .lead-text-small),
.text-wrapper h1:has(+ .lead-text-small) {
  margin-bottom: 0.5rem;
}
article p:has(+ ul),
.text-wrapper p:has(+ ul) {
  margin-bottom: 0.25em;
}
article h2:not(:first-child),
article h3:not(:first-child),
article h4:not(:first-child),
article h5:not(:first-child),
article h6:not(:first-child),
.text-wrapper h2:not(:first-child),
.text-wrapper h3:not(:first-child),
.text-wrapper h4:not(:first-child),
.text-wrapper h5:not(:first-child),
.text-wrapper h6:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article h1 + h2,
article h2 + h3,
article h3 + h4,
.text-wrapper h1 + h2,
.text-wrapper h2 + h3,
.text-wrapper h3 + h4 {
  margin-top: 1rem !important;
}
article h2 + h3 + p,
.text-wrapper h2 + h3 + p {
  margin-top: 2rem;
}
article [style*="overflow: hidden;"] h1,
article [style*="overflow: hidden;"] h2,
article [style*="overflow: hidden;"] h3,
article [style*="overflow: hidden;"] h4,
article [style*="overflow: hidden;"] h5,
article [style*="overflow: hidden;"] h6,
.text-wrapper [style*="overflow: hidden;"] h1,
.text-wrapper [style*="overflow: hidden;"] h2,
.text-wrapper [style*="overflow: hidden;"] h3,
.text-wrapper [style*="overflow: hidden;"] h4,
.text-wrapper [style*="overflow: hidden;"] h5,
.text-wrapper [style*="overflow: hidden;"] h6 {
  margin-bottom: 1rem;
}

.google-map {
  height: 500px;
  width: 100%;
  background: #f5f5f5;
}

.map-info-window {
  padding: 15px;
  max-width: 300px;
}

.map-info-window h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.map-info-window p {
  margin: 5px 0;
}

.filler-height-small {
  height: 40px;
}
@media (max-width: 639px) {
  .filler-height-small {
    height: 0px;
  }
}

.filler-height-medium {
  height: 60px;
}
@media (max-width: 639px) {
  .filler-height-medium {
    height: 20px;
  }
}

.filler-height-large {
  height: 100px;
}
@media (max-width: 639px) {
  .filler-height-large {
    height: 60px;
  }
}

#smooth-wrapper #smooth-content {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#fixed-main {
  position: relative;
}

.color-1 {
  color: #A09D9B;
}

.color-2 {
  color: #fff;
}
.color-2 * {
  color: #fff;
}
.color-2 .more-button, .color-2 .sliced-button {
  color: #fff;
  border-color: #fff;
}
.color-2 a {
  color: #fff;
}
.color-2 a:hover {
  color: #fff;
}
.color-2 p {
  color: #A09D9B;
}

.color-red {
  color: #D0081D;
}

.color-blue {
  color: #106EB9;
}

.color-green {
  color: #63b105;
}

.color-pink {
  color: #ff00ff;
}

.color-orange {
  color: #fbb925;
}

.color-grey {
  color: #DBDBD7;
}

.color-fade {
  opacity: 0.6;
}

.background-std {
  background-color: #ffffff;
}

.background-light {
  background-color: #F9F9F9;
}

.background-medium {
  background-color: #f3f1f1;
}

.background-dark {
  background-color: #474747;
}

.background-transparent {
  background-color: transparent;
}

.image-section .image-wrapper .main-image .figcaption,
.single-image-section .image-wrapper .main-image .figcaption {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .main-image .figcaption,
  .single-image-section .image-wrapper .main-image .figcaption {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .main-image .figcaption,
  .single-image-section .image-wrapper .main-image .figcaption {
    width: 90%;
  }
}
.image-section .image-wrapper .main-image .overlay-wrapper,
.single-image-section .image-wrapper .main-image .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
.single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
  width: 100%;
  padding: 5.2083333333vw 0;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
  .single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
    padding: 9.3847758081vw 0;
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
  .single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
    padding: 12.5195618153vw 0;
  }
}
.image-section .rounded-corners .main-image img,
.image-section .rounded-corners .overlay-image img,
.single-image-section .rounded-corners .main-image img,
.single-image-section .rounded-corners .overlay-image img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .image-section .rounded-corners .main-image img,
  .image-section .rounded-corners .overlay-image img,
  .single-image-section .rounded-corners .main-image img,
  .single-image-section .rounded-corners .overlay-image img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .image-section .rounded-corners .main-image img,
  .image-section .rounded-corners .overlay-image img,
  .single-image-section .rounded-corners .main-image img,
  .single-image-section .rounded-corners .overlay-image img {
    border-radius: 15px;
  }
}
.image-section .two-images .main-image,
.single-image-section .two-images .main-image {
  width: 78% !important;
}
.image-section .two-images .overlay-image,
.single-image-section .two-images .overlay-image {
  width: 32% !important;
}
.image-section .two-images .overlay-image.portrait-overlay,
.single-image-section .two-images .overlay-image.portrait-overlay {
  width: 55% !important;
}
.image-section .two-images .uk-position-top-left,
.single-image-section .two-images .uk-position-top-left {
  top: -50%;
  transform: translateY(30%);
}
.image-section .two-images .uk-position-top-right,
.single-image-section .two-images .uk-position-top-right {
  top: -50%;
  transform: translateY(30%);
}
.image-section .two-images .uk-position-bottom-left,
.single-image-section .two-images .uk-position-bottom-left {
  bottom: -50%;
  transform: translateY(-30%);
}
.image-section .two-images .uk-position-bottom-right,
.single-image-section .two-images .uk-position-bottom-right {
  bottom: -50%;
  transform: translateY(-30%);
}
.image-section .two-images .uk-position-center-left,
.single-image-section .two-images .uk-position-center-left {
  top: 50%;
  transform: translateY(-50%);
}
.image-section .two-images .uk-position-center-right,
.single-image-section .two-images .uk-position-center-right {
  top: 50%;
  transform: translateY(-50%);
}
.image-section .two-images .has-left-sibling,
.single-image-section .two-images .has-left-sibling {
  margin-left: auto !important;
}
.image-section .has-bottom-child,
.single-image-section .has-bottom-child {
  position: relative;
  margin-bottom: 15% !important;
}
.image-section .has-bottom-child .figcaption,
.single-image-section .has-bottom-child .figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.image-section .has-top-child,
.single-image-section .has-top-child {
  margin-top: 15% !important;
}

.overlay-underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.layer-position-top-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(155deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-left .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-top-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-center .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-top-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(245deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-right .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-center-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.layer-position-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}

.layer-position-center-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(290deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.layer-position-bottom-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(65deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-left .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-bottom-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-center .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-bottom-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(365deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-right .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

@media (max-width: 639px) {
  .layer-position-mobile-top-left .overlay-underlay {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    background: #000000;
    background: linear-gradient(155deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  .layer-position-mobile-top-left .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) {
  .layer-position-mobile-top-center .overlay-underlay {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  .layer-position-mobile-top-center .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) {
  .layer-position-mobile-top-right .overlay-underlay {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(245deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  .layer-position-mobile-top-right .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) {
  .layer-position-mobile-center-left .overlay-underlay {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
  .layer-position-mobile-center .overlay-underlay {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .layer-position-mobile-center-right .overlay-underlay {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(290deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
  .layer-position-mobile-bottom-left .overlay-underlay {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(65deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  .layer-position-mobile-bottom-left .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) {
  .layer-position-mobile-bottom-center .overlay-underlay {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  .layer-position-mobile-bottom-center .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) {
  .layer-position-mobile-bottom-right .overlay-underlay {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(365deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  .layer-position-mobile-bottom-right .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0) !important;
  }
}
@media (max-width: 639px) {
  .mobile-position-top-left {
    top: 0 !important;
    left: 0 !important;
    bottom: inherit !important;
    right: inherit !important;
  }
  .mobile-position-top-center {
    top: 0 !important;
    left: 50% !important;
    bottom: inherit !important;
    right: inherit !important;
    transform: translateX(-50%) !important;
  }
  .mobile-position-top-right {
    top: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .mobile-position-center-left {
    top: 50% !important;
    left: 0 !important;
    bottom: inherit !important;
    right: inherit !important;
    transform: translateY(-50%) !important;
  }
  .mobile-position-center {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-60%, -50%) !important;
  }
  .mobile-position-center-right {
    top: 50% !important;
    right: 0 !important;
    bottom: inherit !important;
    left: inherit !important;
    transform: translateY(-50%) !important;
  }
  .mobile-position-bottom-left {
    bottom: 0 !important;
    left: 0 !important;
    top: inherit !important;
    right: inherit !important;
  }
  .mobile-position-bottom-center {
    bottom: 0 !important;
    left: 50% !important;
    top: inherit !important;
    right: inherit !important;
    transform: translateX(-50%) !important;
  }
  .mobile-position-bottom-right {
    bottom: 0 !important;
    right: 0 !important;
    top: inherit !important;
    left: inherit !important;
  }
}
.video-section .video-wrapper .main-video {
  width: 100%;
  aspect-ratio: 1.4/1;
}
.video-section .video-wrapper .main-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .video-wrapper .main-video .figcaption {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 959px) {
  .video-section .video-wrapper .main-video .figcaption {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .video-section .video-wrapper .main-video .figcaption {
    margin-left: inherit;
    margin-right: inherit;
    width: 90%;
  }
}
.video-section .video-wrapper .main-video .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
  width: 100%;
  padding: 5.2083333333vw 0;
}
@media (max-width: 959px) {
  .video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
    padding: 9.3847758081vw 0;
  }
}
@media (max-width: 639px) {
  .video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
    padding: 12.5195618153vw 0;
  }
}
.video-section .rounded-corners .main-video img,
.video-section .rounded-corners .main-video video,
.video-section .rounded-corners .overlay-image img,
.video-section .rounded-corners .overlay-image video {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .video-section .rounded-corners .main-video img,
  .video-section .rounded-corners .main-video video,
  .video-section .rounded-corners .overlay-image img,
  .video-section .rounded-corners .overlay-image video {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .video-section .rounded-corners .main-video img,
  .video-section .rounded-corners .main-video video,
  .video-section .rounded-corners .overlay-image img,
  .video-section .rounded-corners .overlay-image video {
    border-radius: 15px;
  }
}
.video-section .video-with-image {
  width: 100%;
}
.video-section .video-with-image .main-video {
  position: relative;
  width: 78% !important;
}
.video-section .video-with-image .overlay-image {
  width: 32% !important;
}
.video-section .video-with-image .overlay-image.portrait-overlay {
  width: 55% !important;
}
.video-section .video-with-image .uk-position-top-left {
  top: -50%;
  transform: translateY(30%);
}
.video-section .video-with-image .uk-position-top-right {
  top: -50%;
  transform: translateY(30%);
}
.video-section .video-with-image .uk-position-bottom-left {
  bottom: -50%;
  transform: translateY(-30%);
}
.video-section .video-with-image .uk-position-bottom-right {
  bottom: -50%;
  transform: translateY(-30%);
}
.video-section .video-with-image .uk-position-center-left {
  top: 50%;
  transform: translateY(-50%);
}
.video-section .video-with-image .uk-position-center-right {
  top: 50%;
  transform: translateY(-50%);
}
.video-section .video-with-image [class*=uk-position-top-] {
  transform: translateY(50%);
}
.video-section .video-with-image .has-left-sibling {
  margin-left: auto !important;
}
.video-section .has-bottom-child {
  margin-bottom: 15% !important;
}
.video-section .has-bottom-child .figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .video-section .has-bottom-child .figcaption {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .video-section .has-bottom-child .figcaption {
    left: 0;
    transform: translateX(0);
  }
}
.video-section .has-top-child {
  margin-top: 15% !important;
}

.overlay-image.portrait-overlay {
  /* Add specific styles for portrait orientation */
  width: 60% !important;
}

.overlay-image.landscape-overlay {
  /* Add specific styles for landscape orientation */
  width: 80% !important;
}

/* Transform values for top positioned overlays */
.overlay-image[class*=uk-position-bottom-].portrait-overlay {
  transform: translateY(-70%) !important;
}

.overlay-image[class*=uk-position-top-].portrait-overlay {
  transform: translateY(70%) !important;
}

.rounded-corners .main-image,
.rounded-corners .overlay-image,
.rounded-corners .blog-header-image,
.rounded-corners .image-wrapper,
.rounded-corners .blog-card__image {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 959px) {
  .rounded-corners .main-image,
  .rounded-corners .overlay-image,
  .rounded-corners .blog-header-image,
  .rounded-corners .image-wrapper,
  .rounded-corners .blog-card__image {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .rounded-corners .main-image,
  .rounded-corners .overlay-image,
  .rounded-corners .blog-header-image,
  .rounded-corners .image-wrapper,
  .rounded-corners .blog-card__image {
    border-radius: 15px;
  }
}
.rounded-corners .main-image img,
.rounded-corners .overlay-image img,
.rounded-corners .blog-header-image img,
.rounded-corners .image-wrapper img,
.rounded-corners .blog-card__image img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .rounded-corners .main-image img,
  .rounded-corners .overlay-image img,
  .rounded-corners .blog-header-image img,
  .rounded-corners .image-wrapper img,
  .rounded-corners .blog-card__image img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .rounded-corners .main-image img,
  .rounded-corners .overlay-image img,
  .rounded-corners .blog-header-image img,
  .rounded-corners .image-wrapper img,
  .rounded-corners .blog-card__image img {
    border-radius: 15px;
  }
}

.image-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5.2083333333vw 0;
}
@media (max-width: 959px) {
  .image-caption {
    padding: 9.3847758081vw 0;
  }
}
@media (max-width: 639px) {
  .image-caption {
    padding: 12.5195618153vw 0;
  }
}
.image-caption .uk-container,
.image-caption .uk-grid {
  height: 100%;
  position: relative;
}

.overlay-text.color-2 * {
  color: #fff;
}

.image-align-vertical {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 639px) {
  .full-on-mobile {
    overflow: inherit !important;
    width: 100vw !important;
  }
  .full-on-mobile .main-image {
    overflow: inherit !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-left {
    overflow: inherit !important;
    transform: translateX(-30px);
  }
  .img-align-mobile-left .main-image {
    width: calc(100% + 30px) !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-right {
    overflow: inherit !important;
  }
  .img-align-mobile-right .main-image {
    width: calc(100% + 30px) !important;
    overflow: inherit !important;
  }
}

.single-text-section {
  height: 100%;
}

.center-text-widget .widget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-text-widget .widget-content .widget-text {
  text-align: center;
}

.numbered-widget {
  counter-reset: item;
}
.numbered-widget .widget-wrapper {
  counter-increment: item;
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper {
    margin-top: 1rem;
  }
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper {
  position: relative;
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper {
    margin-left: 1.5rem;
  }
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
  content: "0" counter(item);
  position: absolute;
  left: -1.5rem;
  line-height: 1;
  display: inline-block;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    margin-top: 0.15rem;
  }
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper p {
  position: relative;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    margin-bottom: 1.5rem;
  }
}
.numbered-widget .widget-wrapper .text-wrapper {
  border-top: 1px solid #DBDBD7;
  padding-top: 1.5rem;
}
.numbered-widget .color-2 .text-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.numbered-widget .color-2 .text-wrapper::before {
  color: rgba(255, 255, 255, 0.6);
}

.widget-wrapper .image-over-text {
  display: flex;
  flex-direction: column;
}
.widget-wrapper .image-over-text img {
  order: 1;
}
.widget-wrapper .image-over-text .text-wrapper {
  margin-top: clamp(80px, 4.2vw, 120px);
  order: 2;
}
@media (max-width: 639px) {
  .widget-wrapper .image-over-text .text-wrapper {
    margin-top: 80px;
    padding-right: inherit;
  }
}

.icon-widget .widget-wrapper {
  padding-right: 5%;
}
.icon-widget .widget-wrapper .widget-content {
  padding-top: 1.5rem;
  border-top: 1px solid #DBDBD7;
}
.icon-widget .widget-wrapper .widget-content img {
  height: 2.6rem;
  width: auto;
}
@media (max-width: 1366px) {
  .icon-widget .widget-wrapper .widget-content img {
    height: 1.8rem;
  }
}
.icon-widget .widget-wrapper .widget-content .text-wrapper {
  margin-top: 2rem;
  padding-right: inherit;
}
.icon-widget .color-2 .widget-content {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.widget-section .uk-grid-margin,
.widget-section .uk-grid + .uk-grid,
.widget-section .uk-grid > .uk-grid-margin {
  margin-top: 80px;
}

.widget-section.small-margin-top-widget .uk-grid-margin,
.widget-section.small-margin-top-widget .uk-grid + .uk-grid,
.widget-section.small-margin-top-widget .uk-grid > .uk-grid-margin {
  margin-top: 1rem;
}

.widget-section.medium-margin-top-widget .uk-grid-margin,
.widget-section.medium-margin-top-widget .uk-grid + .uk-grid,
.widget-section.medium-margin-top-widget .uk-grid > .uk-grid-margin {
  margin-top: 2rem;
}

.widget-section.icon-widget .uk-grid-margin,
.widget-section.icon-widget .uk-grid + .uk-grid,
.widget-section.icon-widget .uk-grid > .uk-grid-margin {
  margin-top: 100px;
}

@media (max-width: 639px) {
  .no-container-left .widget-section {
    padding-left: 30px;
  }
}

@media (max-width: 639px) {
  .no-container-right .widget-section {
    padding-right: 30px;
  }
}

@media (max-width: 639px) {
  .move-image-right-mobile .widget-content .image-wrapper {
    overflow: inherit;
  }
  .move-image-right-mobile .widget-content .image-wrapper img {
    padding-left: 20%;
    transform: translateX(30px);
  }
}

.number-widget-table {
  width: 100%;
  border-collapse: collapse;
}
.number-widget-table tr td {
  vertical-align: top;
}
.number-widget-table tr td:first-child {
  width: 40%;
}
.number-widget-table tr td:last-child {
  padding-right: 0;
}

.lines-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.lines-table tr {
  border-top: 1px solid rgba(219, 219, 215, 0.6);
  border-bottom: 1px solid rgba(219, 219, 215, 0.6);
}
.lines-table tr td {
  vertical-align: top;
  padding: 1rem 0;
  letter-spacing: normal;
  line-height: 1.55;
}
@media (min-width: 1920px) {
  .lines-table tr td {
    font-size: clamp(18px, calc(7.2px + 0.5625vw), 21.6px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .lines-table tr td {
    font-size: clamp(18px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .lines-table tr td {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .lines-table tr td {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .lines-table tr td {
    font-size: clamp(15.3px, calc(7.4454545455px + 2.4545454545vw), 18px);
  }
}
@media (max-width: 319px) {
  .lines-table tr td {
    font-size: 15.3px;
  }
}
.lines-table tr td:first-child {
  width: 40%;
  color: #474747;
}
@media (max-width: 639px) {
  .lines-table tr td:first-child {
    width: 100%;
    display: block;
    padding-bottom: 0.5rem;
  }
}
.lines-table tr td:last-child {
  width: 60%;
}
@media (max-width: 639px) {
  .lines-table tr td:last-child {
    width: 100%;
    display: block;
    padding-top: 0;
  }
}

.gsap-animation-scale-up {
  will-change: transform, opacity;
}

.gsap-animation-scale-up .animate-2 {
  will-change: transform, opacity;
}

.gsap-animation-slice-in h1,
.gsap-animation-slice-in h2,
.gsap-animation-slice-in h3,
.gsap-animation-slice-in p {
  transform: translateY(100%);
}

.gsap-animation-text-splitter h1,
.gsap-animation-text-splitter h2,
.gsap-animation-text-splitter h3,
.gsap-animation-text-splitter p,
.gsap-animation-text-splitter-line:not(.blog-text) h1,
.gsap-animation-text-splitter-line:not(.blog-text) h2,
.gsap-animation-text-splitter-line:not(.blog-text) h3,
.gsap-animation-text-splitter-line:not(.blog-text) p {
  -webkit-font-kerning: none !important;
          font-kerning: none !important;
}
.gsap-animation-text-splitter .char,
.gsap-animation-text-splitter-line:not(.blog-text) .char {
  display: inline-block;
  will-change: transform, opacity;
}
.gsap-animation-text-splitter [style*="overflow: hidden"]:not(.line-wrapper),
.gsap-animation-text-splitter-line:not(.blog-text) [style*="overflow: hidden"]:not(.line-wrapper) {
  width: 100%;
}
.gsap-animation-text-splitter .line-wrapper p,
.gsap-animation-text-splitter-line:not(.blog-text) .line-wrapper p {
  margin-bottom: 0;
}
.gsap-animation-text-splitter .text-splitter-wrapper h1,
.gsap-animation-text-splitter .text-splitter-wrapper h2,
.gsap-animation-text-splitter .text-splitter-wrapper h3,
.gsap-animation-text-splitter .text-splitter-wrapper h4,
.gsap-animation-text-splitter .text-splitter-wrapper h5,
.gsap-animation-text-splitter .text-splitter-wrapper h6,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h1,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h2,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h3,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h4,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h5,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h6 {
  margin-bottom: 0;
}

article [style*="overflow: hidden"]:not(.line-wrapper),
.overlay-text [style*="overflow: hidden"]:not(.line-wrapper) {
  display: block;
  margin-bottom: 1rem;
}
article [style*="overflow: hidden"]:last-child,
.overlay-text [style*="overflow: hidden"]:last-child {
  margin-bottom: 0;
}

h1 div[style*="display: inline-block; overflow: hidden;"] {
  margin: 0 !important;
}

.gsap-animation-image-scale-in .image-wrapper {
  overflow: hidden;
  overflow: hidden;
}
.gsap-animation-image-scale-in .image-wrapper .animate {
  will-change: transform, opacity;
}

.gallery-section * + .uk-grid-margin-small, .gallery-section .uk-grid + .uk-grid-row-small, .gallery-section .uk-grid + .uk-grid-small, .gallery-section .uk-grid-row-small > .uk-grid-margin, .gallery-section .uk-grid-small > .uk-grid-margin {
  margin-top: 15px !important;
}
.gallery-section .gallery-filter {
  margin-bottom: 1rem;
}
.gallery-section .gallery-filter ul li.uk-active a {
  background-color: transparent;
  color: #a09d9b;
}
.gallery-section .gallery-filter ul li.uk-active a::before {
  transform-origin: 0 50%;
  transform: scaleX(1);
  height: 1px;
}
.gallery-section .gallery-filter ul li a {
  display: inline-block;
  padding: 0;
  text-transform: none;
  color: rgba(160, 157, 155, 0.5);
  transition: color 0.25s ease-in-out;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(20px, calc(8px + 0.625vw), 24px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(20px, calc(20px + 0vw), 20px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(18px, calc(12.0116959064px + 0.5847953216vw), 20px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(15.3px, calc(7.4454545455px + 2.4545454545vw), 18px);
  }
}
@media (max-width: 319px) {
  .gallery-section .gallery-filter ul li a {
    font-size: 15.3px;
  }
}
.gallery-section .gallery-filter ul li a:hover {
  background-color: transparent;
  color: #a09d9b !important;
}
.gallery-section .gallery-item a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 959px) {
  .gallery-section .gallery-item a {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .gallery-section .gallery-item a {
    border-radius: 15px;
  }
}
.gallery-section .gallery-item a img {
  transition: transform 0.25s cubic-bezier(0.75, 0, 0.25, 1);
  transform: scale(1);
}
.gallery-section .gallery-item a:hover img {
  transform: scale(1.05);
}

.gallery-section.rounded-corners .gallery-item a img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .gallery-section.rounded-corners .gallery-item a img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .gallery-section.rounded-corners .gallery-item a img {
    border-radius: 15px;
  }
}

.uk-lightbox {
  background-color: #F9F9F9 !important;
  transition: opacity 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition-delay: 1s !important;
}
.uk-lightbox img {
  max-height: 80vh;
}
.uk-lightbox .uk-slidenav, .uk-lightbox .uk-close {
  color: rgba(160, 157, 155, 0.75);
}
.uk-lightbox .uk-slidenav:hover, .uk-lightbox .uk-close:hover {
  color: #A09D9B;
}
.uk-lightbox .uk-position-small {
  padding: 40px;
}

.blog-header {
  padding-top: 16.6666666667vw;
}
@media (max-width: 959px) {
  .blog-header {
    padding-top: 26.0688216893vw;
  }
}
@media (max-width: 639px) {
  .blog-header {
    padding-top: 39.1236306729vw;
  }
}
.blog-header .image-wrapper {
  aspect-ratio: 1.975/1;
}
@media (max-width: 639px) {
  .blog-header .image-wrapper {
    aspect-ratio: 1.5/1;
  }
}
.blog-header .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content .blog-text-wrapper h1, .blog-content .blog-text-wrapper h2, .blog-content .blog-text-wrapper h3, .blog-content .blog-text-wrapper h4, .blog-content .blog-text-wrapper h5, .blog-content .blog-text-wrapper h6 {
  margin-bottom: 2rem;
}

.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.blog-card:hover {
  text-decoration: none;
  color: inherit;
}
.blog-card:hover .blog-card__img {
  transform: scale(1.05);
}
.blog-card .blog-card__image {
  position: relative;
  aspect-ratio: 1.529/1;
  overflow: hidden;
}
.blog-card .blog-card__image .blog-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.blog-card .blog-card__content {
  padding: 1.5rem 0;
}
.blog-card .blog-card__date {
  font-size: 0.875rem;
  color: #A09D9B;
  margin-bottom: 2rem;
}
.blog-card .blog-card__preview {
  letter-spacing: 0;
  line-height: 1.36;
}
@media (min-width: 1920px) {
  .blog-card .blog-card__preview {
    font-size: clamp(22px, calc(8.8px + 0.6875vw), 26.4px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .blog-card .blog-card__preview {
    font-size: clamp(20px, calc(15.0685920578px + 0.3610108303vw), 22px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .blog-card .blog-card__preview {
    font-size: clamp(18.7px, calc(20px + 0vw), 20px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .blog-card .blog-card__preview {
    font-size: clamp(18px, calc(14.6666666667px + 0.5208333333vw), 20px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .blog-card .blog-card__preview {
    font-size: clamp(15.3px, calc(7.4454545455px + 2.4545454545vw), 18px);
  }
}
@media (max-width: 319px) {
  .blog-card .blog-card__preview {
    font-size: 15.3px;
  }
}
.blog-card .blog-card__title h3 {
  margin-bottom: 0;
}

.blog-share-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-share-icons p {
  margin: 0;
  padding-right: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item {
  list-style: none;
  padding-bottom: 0;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item::before {
  display: none;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item a svg {
  width: auto;
  height: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item a::before {
  display: none;
}

#menu-toggle {
  position: relative;
  cursor: pointer;
  padding: 10px;
}
@media (max-width: 639px) {
  #menu-toggle {
    margin-bottom: -8px;
  }
}
#menu-toggle .menu-toggle-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.75s cubic-bezier(0.75, 0, 0.25, 1);
}
#menu-toggle .menu-toggle-wrapper .top,
#menu-toggle .menu-toggle-wrapper .bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #A09D9B;
}
#menu-toggle .menu-toggle-wrapper .bottom {
  transform: rotate(90deg);
}

.menu-open .menu-toggle-wrapper {
  transform: rotate(315deg) !important;
}
header.nav-header-basic {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header.nav-header-basic .uk-logo img, header.nav-header-basic .uk-logo svg {
  display: block;
  height: 80px;
  width: auto;
}
header.nav-header-basic .navbar-wrapper {
  background-color: transparent;
  transition: background-color 0.25s ease-in-out;
}
header.nav-header-basic .navbar-wrapper nav#navbar {
  width: calc(78.6458333333vw + 80px);
  padding: 0 40px;
  height: 166px;
  margin: 0 auto;
  background-color: transparent;
  transition: height 0.25s ease-in-out;
}
@media (max-width: 959px) {
  header.nav-header-basic .navbar-wrapper nav#navbar {
    width: 87.5912408759vw;
    height: 120px;
  }
}
@media (max-width: 639px) {
  header.nav-header-basic .navbar-wrapper nav#navbar {
    height: 100px;
  }
}
header.nav-header-basic .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
  font-family: poppins, sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (min-width: 1920px) {
  header.nav-header-basic .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(24px, calc(9.6px + 0.75vw), 28.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  header.nav-header-basic .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(20px, calc(10.1371841155px + 0.7220216606vw), 24px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  header.nav-header-basic .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(20.4px, calc(35.9766081871px + -1.1695906433vw), 20px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  header.nav-header-basic .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(20.4px, calc(24px + 0vw), 24px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  header.nav-header-basic .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(20.4px, calc(9.9272727273px + 3.2727272727vw), 24px);
  }
}
@media (max-width: 319px) {
  header.nav-header-basic .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: 20.4px;
  }
}
header.nav-header-basic .nav-scroll {
  background-color: #474747;
}
header.nav-header-basic .nav-scroll nav#navbar {
  height: 120px;
}
@media (max-width: 959px) {
  header.nav-header-basic .nav-scroll nav#navbar {
    height: 100px;
  }
}
@media (max-width: 639px) {
  header.nav-header-basic .nav-scroll nav#navbar {
    height: 80px;
  }
}

header#nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: clamp(100px, 7.825vw, 200px);
  min-width: 100px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 999;
  transition: height 0.5s ease-in-out;
}
@media (max-width: 959px) {
  header#nav-header {
    width: 100%;
    height: 120px;
  }
}
@media (max-width: 639px) {
  header#nav-header {
    width: 100%;
    height: 100px;
  }
}
header#nav-header nav#navbar {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: clamp(38px, 2.5vw, 54px) 18%;
  background-color: #ffffff;
}
@media (max-width: 959px) {
  header#nav-header nav#navbar {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
  }
}
@media (max-width: 639px) {
  header#nav-header nav#navbar {
    padding: 0 30px;
  }
}
header#nav-header nav#navbar .bottom-filler {
  height: 40px;
  width: 40px;
}
header#nav-header nav#navbar .logo {
  width: 100%;
}
@media (max-width: 959px) {
  header#nav-header nav#navbar .logo {
    width: 160px;
  }
}
@media (max-width: 639px) {
  header#nav-header nav#navbar .logo {
    width: 30.5vw;
  }
}
header#nav-header nav#navbar .logo .logo-wrapper {
  width: 100%;
}
@media (max-width: 959px) {
  header#nav-header nav#navbar .logo .logo-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
header#nav-header nav#navbar .logo .logo-wrapper a {
  min-height: inherit;
  width: 100%;
}
@media (max-width: 959px) {
  header#nav-header nav#navbar .logo .logo-wrapper a {
    margin-top: 4%;
  }
}

#sidenav {
  display: block;
  position: fixed;
  left: clamp(100px, 7.825vw, 200px);
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.75s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
  background-color: #f3f1f1;
  width: 28svw;
  min-width: 450px;
  height: 100svh;
  z-index: -1;
}
@media (max-width: 959px) {
  #sidenav {
    top: 120px;
    left: 0;
    width: 40svw;
    height: calc(100svh - 120px);
  }
}
@media (max-width: 639px) {
  #sidenav {
    top: 100px;
    width: 100%;
    height: calc(100svh - 100px);
  }
}
#sidenav .sidenav-inner {
  padding: clamp(38px, 2.5vw, 54px) 20%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  #sidenav .sidenav-inner {
    padding: 50px 15%;
  }
}
@media (max-width: 639px) {
  #sidenav .sidenav-inner {
    padding: 40px 30px;
  }
}
#sidenav .sidenav-inner .sidenav-bottom {
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  #sidenav .sidenav-inner .sidenav-bottom {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #sidenav .sidenav-inner .sidenav-bottom {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #sidenav .sidenav-inner .sidenav-bottom {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #sidenav .sidenav-inner .sidenav-bottom {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  #sidenav .sidenav-inner .sidenav-bottom {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  #sidenav .sidenav-inner .sidenav-bottom {
    font-size: 14px;
  }
}
#sidenav .sidenav-inner ul.uk-nav {
  transform: translateY(50%);
}
@media (max-width: 959px) {
  #sidenav .sidenav-inner ul.uk-nav {
    transform: translateY(0);
  }
}
#sidenav .sidenav-inner ul.uk-nav li {
  padding: 0.5rem 0;
}
#sidenav .sidenav-inner ul.uk-nav li a.nav-link {
  color: #474747;
  transition: color 0.25s ease-in-out;
  white-space: nowrap;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (min-width: 1920px) {
  #sidenav .sidenav-inner ul.uk-nav li a.nav-link {
    font-size: clamp(24px, calc(9.6px + 0.75vw), 28.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #sidenav .sidenav-inner ul.uk-nav li a.nav-link {
    font-size: clamp(20px, calc(10.1371841155px + 0.7220216606vw), 24px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #sidenav .sidenav-inner ul.uk-nav li a.nav-link {
    font-size: clamp(20.4px, calc(35.9766081871px + -1.1695906433vw), 20px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #sidenav .sidenav-inner ul.uk-nav li a.nav-link {
    font-size: clamp(20.4px, calc(24px + 0vw), 24px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  #sidenav .sidenav-inner ul.uk-nav li a.nav-link {
    font-size: clamp(20.4px, calc(9.9272727273px + 3.2727272727vw), 24px);
  }
}
@media (max-width: 319px) {
  #sidenav .sidenav-inner ul.uk-nav li a.nav-link {
    font-size: 20.4px;
  }
}
#sidenav .sidenav-inner ul.uk-nav li a.nav-link:hover {
  color: #A09D9B !important;
  text-decoration: none;
}
#sidenav .sidenav-inner ul.uk-nav li a.more-button {
  display: inline-block;
  color: #474747;
  transition: color 0.25s ease-in-out;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  #sidenav .sidenav-inner ul.uk-nav li a.more-button {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #sidenav .sidenav-inner ul.uk-nav li a.more-button {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #sidenav .sidenav-inner ul.uk-nav li a.more-button {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #sidenav .sidenav-inner ul.uk-nav li a.more-button {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  #sidenav .sidenav-inner ul.uk-nav li a.more-button {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  #sidenav .sidenav-inner ul.uk-nav li a.more-button {
    font-size: 14px;
  }
}
#sidenav .sidenav-inner ul.uk-nav li.uk-active a.nav-link {
  color: #A09D9B !important;
}
#sidenav .sidenav-inner ul.uk-nav li:first-of-type {
  padding-top: 0;
}
#sidenav .animateIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), transform 0.75s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), color 0.25s ease-in-out !important;
}
#sidenav .show-animateIn {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.nav-open {
  transform: translateX(0) !important;
}

.nav-item-light .logo-light {
  display: block;
}
.nav-item-light .logo-dark {
  display: none;
}

.nav-item-dark .logo-light {
  display: none;
}
.nav-item-dark .logo-dark {
  display: block;
}

#nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

#nav-underlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), visibility 0.75s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
  z-index: -1;
}

#nav-underlay.show-underlay {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 639px) {
  #nav-underlay.show-underlay {
    display: none !important;
  }
}

#contactLayer {
  display: block;
  position: fixed;
  left: clamp(100px, 7.825vw, 200px);
  top: 0 !important;
  transform: translateX(-100%);
  transition: transform 0.75s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
  background-color: #f3f1f1;
  width: clamp(650px, 42svw, 900px);
  height: 100svh;
  z-index: -1;
}
@media (max-width: 959px) {
  #contactLayer {
    top: 120px !important;
    width: 100%;
    left: 0;
    height: calc(100svh - 120px);
  }
}
@media (max-width: 639px) {
  #contactLayer {
    top: 100px !important;
    width: 100%;
    height: inherit;
    min-height: calc(100svh - 100px);
  }
}
#contactLayer .contactLayer-inner {
  padding: 14.2857142857% 14.2857142857% 40px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 959px) {
  #contactLayer .contactLayer-inner {
    padding: 40px 30px;
  }
}
@media (max-width: 639px) {
  #contactLayer .contactLayer-inner {
    padding: 40px 30px;
  }
}
#contactLayer .close-contactLayer {
  position: absolute;
  top: calc(clamp(38px, 2.5vw, 54px) + 10px);
  right: 40px;
  cursor: pointer;
  z-index: 5;
}
#contactLayer .close-contactLayer:hover .close-text {
  transition: color 0.25s ease-in-out;
  color: #474747;
}
@media (max-width: 959px) {
  #contactLayer .close-contactLayer {
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 639px) {
  #contactLayer .close-contactLayer {
    top: 30px;
    right: 30px;
  }
}
#contactLayer .close-contactLayer .close-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#contactLayer .close-contactLayer .close-wrapper .top,
#contactLayer .close-contactLayer .close-wrapper .bottom {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #A09D9B;
}
#contactLayer .close-contactLayer .close-wrapper .top {
  transform: rotate(45deg);
}
#contactLayer .close-contactLayer .close-wrapper .bottom {
  transform: rotate(-45deg);
}
#contactLayer .title {
  font-weight: 200;
  color: #474747;
}

.contactLayer-open {
  transform: translateX(0) !important;
}

@media (max-width: 959px) {
  .nav-scroll {
    height: 100px !important;
  }
}
@media (max-width: 639px) {
  .nav-scroll {
    height: 80px !important;
  }
}
@media (max-width: 959px) {
  .nav-scroll #contactLayer {
    top: 100px !important;
  }
}
@media (max-width: 639px) {
  .nav-scroll #contactLayer {
    top: 80px !important;
  }
}
@media (max-width: 959px) {
  .nav-scroll #sidenav {
    top: 100px !important;
    height: calc(100svh - 100px) !important;
  }
}
@media (max-width: 639px) {
  .nav-scroll #sidenav {
    top: 80px !important;
    height: calc(100svh - 80px) !important;
  }
}

.language-button {
  height: 40px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.language-button .language-selector {
  display: flex;
  flex-wrap: wrap;
}
.language-button .language-selector a {
  color: #A09D9B;
  text-transform: uppercase;
  transition: color 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  line-height: 1 !important;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .language-button .language-selector a {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .language-button .language-selector a {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .language-button .language-selector a {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .language-button .language-selector a {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .language-button .language-selector a {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .language-button .language-selector a {
    font-size: 14px;
  }
}
.language-button .language-selector a:hover {
  text-decoration: none;
  color: #474747;
}
.language-button .language-selector a::after {
  content: "|";
  margin: 0 0.25rem;
}
.language-button .language-selector .uk-active {
  color: #474747;
}
.language-button .language-selector a:last-child::after {
  content: "";
  margin: 0;
}

.no-opacity {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.ajax-content {
  min-height: 100vh;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media (max-width: 959px) {
  .ajax-content {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

#ajax-loader {
  width: 0;
  height: 100svh;
  transition: width 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #A09D9B;
  position: fixed;
  top: 0;
  left: clamp(100px, 7.825vw, 200px);
  z-index: 9999;
  pointer-events: none;
}
@media (max-width: 959px) {
  #ajax-loader {
    left: 0 !important;
    height: calc(var(--vh, 1vh) * 100);
    height: 100%;
  }
}

#ajax-loader.active {
  width: calc(100vw - clamp(100px, 7.825vw, 200px));
  left: clamp(100px, 7.825vw, 200px);
}
@media (max-width: 959px) {
  #ajax-loader.active {
    width: 100vw !important;
    left: 0 !important;
  }
}

#ajax-loader.hide {
  width: 0;
  left: 100vw;
  transition: width 0.75s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), left 0.75s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 959px) {
  #ajax-loader.hide {
    width: 0vw !important;
    left: 100vw !important;
  }
}

#main-container {
  transition: opacity 0.3s ease-in-out;
}

#ajax-container {
  transition: opacity 0.3s ease-in-out;
}

#ajax-container.is-loading {
  opacity: 0 !important;
  transition-delay: 0.9s;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #474747;
  z-index: 9999;
  transition: transform 0.75s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
.spinner #spinner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner #spinner-background .loader-logo {
  width: 100%;
  max-width: 21.26vw;
  min-width: 350px;
}
@media (max-width: 959px) {
  .spinner #spinner-background .loader-logo {
    max-width: 40vw;
    min-width: 250px;
  }
}
@media (max-width: 639px) {
  .spinner #spinner-background .loader-logo {
    max-width: 60vw;
    min-width: 150px;
  }
}
.spinner #spinner-background .loader-logo svg {
  width: 100%;
  height: 100%;
}
.spinner #slideLoader {
  width: 100%;
  height: 100%;
  background-color: #A09D9B;
}

#smooth-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

footer#footer {
  position: relative;
  width: calc(100vw - clamp(100px, 7.825vw, 200px));
  margin-left: clamp(100px, 7.825vw, 200px);
  margin-top: auto;
}
@media (max-width: 959px) {
  footer#footer {
    width: 100vw;
    margin-left: 0;
  }
}
footer#footer .footer-section {
  width: 100%;
  background-color: #474747;
  padding-top: clamp(100px, 6.77vw, 140px);
  padding-bottom: clamp(50px, 3.54vw, 80px);
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
  display: flex;
  color: #fff;
  width: 100%;
  letter-spacing: 0.02em;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(12.6px, calc(19.3333333333px + -0.5208333333vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(14px, calc(8.1818181818px + 1.8181818182vw), 16px);
  }
}
@media (max-width: 319px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: 14px;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
  color: #fff;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(12.6px, calc(19.3333333333px + -0.5208333333vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(14px, calc(8.1818181818px + 1.8181818182vw), 16px);
  }
}
@media (max-width: 319px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: 14px;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a:hover {
  color: #A09D9B;
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .size-m {
  letter-spacing: 0.01em;
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner img, footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner svg {
  height: 1.5rem;
  width: auto;
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner img, footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner svg {
    height: 2rem;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner table {
  width: 100%;
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner table tr td {
  white-space: nowrap;
  padding-right: 2rem;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner table tr td {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner table tr td {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner table tr td {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner table tr td {
    font-size: clamp(12.6px, calc(19.3333333333px + -0.5208333333vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner table tr td {
    font-size: clamp(14px, calc(8.1818181818px + 1.8181818182vw), 16px);
  }
}
@media (max-width: 319px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner table tr td {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner table tr td {
    width: 50%;
    display: inline-block;
    padding-bottom: 2rem;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    flex-direction: column;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items * {
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items * {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items * {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items * {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items * {
    font-size: clamp(12.6px, calc(19.3333333333px + -0.5208333333vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items * {
    font-size: clamp(14px, calc(8.1818181818px + 1.8181818182vw), 16px);
  }
}
@media (max-width: 319px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items * {
    font-size: 14px;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .uk-grid-margin, footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .uk-grid + .uk-grid, footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner *:last-child {
  margin-bottom: 0;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
  align-self: flex-start;
}
.social-icons a.uk-icon-link {
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  transform: scale(1);
  transition: color 0.5s cubic-bezier(0.75, 0, 0.25, 1), transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (max-width: 959px) {
  .social-icons a.uk-icon-link {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 639px) {
  .social-icons a.uk-icon-link {
    width: 1rem;
    height: 1rem;
  }
}
.social-icons a.uk-icon-link:hover {
  color: #A7AF9D;
  transform: scale(1.1) !important;
}
.social-icons a.uk-icon-link svg {
  width: 100%;
  height: 100%;
}

.uk-slideshow {
  background-color: #474747;
}
.uk-slideshow .uk-slideshow-items {
  height: 100vh;
}
@media (max-width: 959px) {
  .uk-slideshow .uk-slideshow-items {
    height: calc(var(--vh, 1vh) * 100 - 120px);
  }
}
@media (max-width: 639px) {
  .uk-slideshow .uk-slideshow-items {
    height: calc(var(--vh, 1vh) * 100 - 100px);
  }
}
.uk-slideshow .uk-slideshow-items li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.header-caption {
  padding: 5.2083333333vw 0;
}
@media (max-width: 959px) {
  .header-caption {
    padding: 9.3847758081vw 0;
  }
}
@media (max-width: 639px) {
  .header-caption {
    padding: 12.5195618153vw 0;
  }
}
.header-caption .header-text p,
.header-caption .header-text h1,
.header-caption .header-text h2,
.header-caption .header-text h3,
.header-caption .header-text h4,
.header-caption .header-text h5,
.header-caption .header-text h6 {
  color: #fff;
}

.caption-wrapper {
  width: 100%;
}
.caption-wrapper p,
.caption-wrapper h1,
.caption-wrapper h2,
.caption-wrapper h3,
.caption-wrapper h4,
.caption-wrapper h5,
.caption-wrapper h6 {
  color: #fff;
}
.caption-wrapper .header-text {
  width: 100%;
}

.header-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.header-caption .uk-container {
  height: 100%;
}
.header-caption .uk-container .uk-grid {
  height: 100%;
  position: relative;
}
.header-caption .uk-container .uk-grid .caption-wrapper {
  width: 50%;
}
@media (max-width: 959px) {
  .header-caption .uk-container .uk-grid .caption-wrapper {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .header-caption .uk-container .uk-grid .caption-wrapper {
    width: 100%;
  }
}

main#main-container {
  position: relative;
}
main#main-container #verticalGsapSlider {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: calc(100vw - clamp(100px, 7.825vw, 200px));
  height: 100vh;
  z-index: 1;
}
@media (max-width: 959px) {
  main#main-container #verticalGsapSlider {
    left: 0;
    width: 100vw;
    height: calc(100svh - 120px);
    height: calc(var(--vh, 1vh) * 100 - 120px);
  }
}
@media (max-width: 639px) {
  main#main-container #verticalGsapSlider {
    height: calc(var(--vh, 1vh) * 100 - 100px);
  }
}
main#main-container #verticalGsapSlider .vs-dotnav {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
main#main-container #verticalGsapSlider .vs-dotnav .dot {
  width: 26px;
  height: 1px;
  border-radius: 2px;
  cursor: pointer;
  padding: 8px 0;
}
main#main-container #verticalGsapSlider .vs-dotnav .dot .dot-inner {
  width: 100%;
  height: 1px;
  height: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.3s;
}
main#main-container #verticalGsapSlider .vs-dotnav .dot.active .dot-inner {
  background: #fff;
}
main#main-container #verticalGsapSlider .slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
main#main-container #verticalGsapSlider .slider-wrapper .vs-slide {
  height: 100svh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner {
  width: 100%;
  height: 100%;
}
main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-image-wrapper {
  width: 100%;
  height: 100%;
}
main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container {
  height: 100%;
}
main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid {
  height: 100%;
  position: relative;
}
main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
  width: 50%;
}
@media (max-width: 1366px) {
  main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
    width: 60%;
  }
}
@media (max-width: 639px) {
  main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
    width: 100%;
  }
}
main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper .text-wrapper p:first-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 1366px) {
  main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper .text-wrapper p:first-of-type {
    margin-bottom: 1rem;
  }
}
@media (max-width: 639px) {
  main#main-container #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper .text-wrapper p:first-of-type {
    margin-bottom: 0.8rem;
  }
}
main#main-container .home-slider .uk-container .uk-grid .caption-wrapper {
  width: 50% !important;
}
@media (max-width: 639px) {
  main#main-container .home-slider .uk-container .uk-grid .caption-wrapper {
    width: 100% !important;
  }
}
main#main-container .main-content-wrapper {
  position: relative;
  z-index: 2;
}

.vs-caption a,
.text-wrapper a {
  pointer-events: auto;
  position: relative;
}

.instagram-section * + .uk-grid-margin, .instagram-section .uk-grid + .uk-grid, .instagram-section .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
.instagram-section .carousel .uk-grid-margin {
  margin-top: 0;
}

.instaSlider {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items div[role=group] {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

#instaModal .instaSlideshow {
  width: 80vw !important;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow {
    aspect-ratio: unset;
    width: calc(100vw - 80px) !important;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 80px) !important;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow .uk-slideshow-items {
    aspect-ratio: unset;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items li {
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow .uk-slideshow-items li {
    aspect-ratio: unset;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items li .uk-grid {
  height: 100%;
}
#instaModal .uk-icon {
  color: #a7af9d !important;
}
#instaModal .uk-modal-dialog {
  background-color: rgba(0, 0, 0, 0.75);
}
#instaModal .uk-modal-close-full {
  background-color: transparent;
}
#instaModal .instaSlideshow {
  width: 100%;
  height: auto;
}
#instaModal .instaText {
  background-color: #fff;
  height: 100%;
}
#instaModal .instaMedia {
  background-color: #000;
  height: 100%;
}
@media (max-width: 639px) {
  #instaModal .instaMedia {
    height: 50%;
  }
}
#instaModal .instaMedia .instaMediaWrapper {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
}
#instaModal .instaMedia .instaMediaWrapper img, #instaModal .instaMedia .instaMediaWrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 639px) {
  #instaModal .instaDescription {
    height: 50%;
    margin-top: 0;
  }
  #instaModal .instaDescription .instaText {
    overflow-y: auto;
  }
}

@media (max-width: 639px) {
  .uk-position-center-left-out.uk-position-small {
    margin-right: 5px;
  }
}

@media (max-width: 639px) {
  .uk-position-center-right-out.uk-position-small {
    margin-left: 5px;
  }
}

@media (max-width: 639px) {
  .employee-section .uk-grid-margin,
  .employee-section .uk-grid + .uk-grid,
  .employee-section .uk-grid > .uk-grid-margin {
    margin-top: 28px;
  }
}
.employee-section .employees .employee-wrapper .image-wrapper {
  aspect-ratio: 1/1.2725;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image:hover img {
  transform: scale(1.05);
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .visible-part {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 8.58% 1.5rem;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .visible-part .name {
  margin-bottom: 0.5rem;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .visible-part .job-title {
  line-height: 1.4;
  letter-spacing: 0.034em;
  font-weight: 200;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper {
  padding: 8.58%;
  background-color: #ffffff;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content {
  color: #474747;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .uk-grid-margin,
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .uk-grid + .uk-grid,
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-info p {
  color: #A09D9B !important;
  letter-spacing: normal;
  line-height: 1.55;
}
@media (min-width: 1920px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-info p {
    font-size: clamp(18px, calc(7.2px + 0.5625vw), 21.6px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-info p {
    font-size: clamp(18px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-info p {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-info p {
    font-size: clamp(16.2px, calc(18px + 0vw), 18px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-info p {
    font-size: clamp(15.3px, calc(7.4454545455px + 2.4545454545vw), 18px);
  }
}
@media (max-width: 319px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-info p {
    font-size: 15.3px;
  }
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-info a::after {
  width: 0;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-info a:hover::after {
  width: 100%;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-description p {
  color: #474747 !important;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-description p {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-description p {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-description p {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-description p {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-description p {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .short-description p {
    font-size: 14px;
  }
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content .links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  white-space: word-wrap;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content p {
  color: #474747;
  line-height: 1.43;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content a {
  position: relative;
  display: inline-table;
  color: #474747 !important;
  line-height: 1.64 !important;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #A09D9B;
  transition: width 0.25s ease-in-out;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content a:hover {
  color: #A09D9B !important;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .em-overlay-wrapper .overlay-content a:hover::after {
  width: 0;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .show-info {
  transform: translateY(0) !important;
}
.employee-section .employees .employee-wrapper .image-wrapper .active-image img {
  transform: scale(1);
}
.employee-section .partner-design .employee-wrapper .image-wrapper {
  aspect-ratio: 1/1.2725;
}
.employee-section .partner-design .employee-wrapper .image-wrapper .main-image {
  width: 100%;
  height: 100%;
}
.employee-section .partner-design .employee-wrapper .image-wrapper .main-image img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.name.size-m {
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .name.size-m {
    font-size: clamp(26px, calc(10.4px + 0.8125vw), 31.2px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .name.size-m {
    font-size: clamp(24px, calc(19.0685920578px + 0.3610108303vw), 26px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .name.size-m {
    font-size: clamp(22.1px, calc(31.9883040936px + -0.5847953216vw), 24px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .name.size-m {
    font-size: clamp(22.1px, calc(15.3333333333px + 1.0416666667vw), 26px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .name.size-m {
    font-size: clamp(18.7px, calc(9.1px + 3vw), 22px);
  }
}
@media (max-width: 319px) {
  .name.size-m {
    font-size: 18.7px;
  }
}

.job-title.size-xs {
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .job-title.size-xs {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .job-title.size-xs {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .job-title.size-xs {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .job-title.size-xs {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .job-title.size-xs {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .job-title.size-xs {
    font-size: 14px;
  }
}

.cv-table {
  width: 100%;
  border-collapse: collapse;
}
.cv-table th,
.cv-table td {
  text-align: left;
}

.show-overlay {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  align-self: flex-end;
  margin-top: -1rem;
  background-color: rgba(0, 0, 0, 0.00001);
  cursor: pointer;
}
.show-overlay .top,
.show-overlay .bottom {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
.show-overlay .top {
  transform: rotate(0deg);
}
.show-overlay .bottom {
  transform: rotate(90deg);
}

.show-overlay.active .bottom {
  opacity: 0;
}

.info-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
}

.info-underlay.move-underlay {
  transform: translateY(50px) !important;
}

.cv-modal {
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}
.cv-modal .uk-modal-body {
  padding: 3.95vw;
}
@media (max-width: 959px) {
  .cv-modal .uk-modal-body {
    padding: 8vw 5vw;
  }
}
@media (max-width: 639px) {
  .cv-modal .uk-modal-body {
    padding: 10vw 30px;
    height: 100%;
    overflow-y: auto;
  }
}
.cv-modal .name {
  margin-bottom: 0.5rem;
}
.cv-modal .job-title {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.034em;
  font-weight: 200;
}
.cv-modal .uk-modal-dialog {
  width: 25.625vw;
  min-width: 400px;
  padding: 0;
  height: 100%;
  max-height: inherit !important;
  margin-right: inherit;
  display: flex;
  align-items: center;
  transform: translateY(0) translateX(100%);
  transition: transform 0.5s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 959px) {
  .cv-modal .uk-modal-dialog {
    height: 100vh;
  }
}
@media (max-width: 639px) {
  .cv-modal .uk-modal-dialog {
    align-items: flex-start;
    width: 100%;
    min-width: inherit;
    padding: 20vw 0 0;
    height: 100vh;
  }
}
.cv-modal .uk-modal-dialog p {
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .cv-modal .uk-modal-dialog p {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .cv-modal .uk-modal-dialog p {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cv-modal .uk-modal-dialog p {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .cv-modal .uk-modal-dialog p {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .cv-modal .uk-modal-dialog p {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .cv-modal .uk-modal-dialog p {
    font-size: 14px;
  }
}
.cv-modal .uk-modal-dialog .short-info {
  margin: 2rem 0 1rem;
}
.cv-modal .uk-modal-dialog .link-wrapper {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.cv-modal .uk-modal-dialog .link-wrapper a {
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .cv-modal .uk-modal-dialog .link-wrapper a {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .cv-modal .uk-modal-dialog .link-wrapper a {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cv-modal .uk-modal-dialog .link-wrapper a {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .cv-modal .uk-modal-dialog .link-wrapper a {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .cv-modal .uk-modal-dialog .link-wrapper a {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .cv-modal .uk-modal-dialog .link-wrapper a {
    font-size: 14px;
  }
}
.cv-modal .is-closing {
  transform: translateY(0) translateX(100%) !important;
}
.cv-modal .uk-modal-close-default {
  border: none;
  background-color: transparent;
  color: #A09D9B;
  cursor: pointer;
  padding: 0;
  transition: color 0.25s ease-in-out;
  top: calc(clamp(38px, 2.5vw, 54px) + 10px);
  right: 40px;
}
@media (max-width: 959px) {
  .cv-modal .uk-modal-close-default {
    top: 40px;
  }
}
@media (max-width: 639px) {
  .cv-modal .uk-modal-close-default {
    top: 30px;
    right: 30px;
  }
}
.cv-modal .uk-modal-close-default:hover {
  color: #474747;
}

.cv-modal.uk-open .uk-modal-dialog {
  transform: translateY(0) translateX(0);
}

.FormBuilder form input,
.FormBuilder form .uk-input,
.FormBuilder form .uk-textarea {
  font-family: poppins, sans-serif;
  border: 0;
  border-bottom: 1px solid rgba(52, 49, 47, 0.5);
  padding: 0;
  transition: 0.25s ease-in-out;
  transition-property: color, background-color, border;
  font-size: 16px;
  font-weight: 200;
  color: #474747;
  border: none;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: 14px;
  }
}
.FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
  color: #A09D9B;
  letter-spacing: normal;
  line-height: 1.4;
}
.FormBuilder form input::placeholder,
.FormBuilder form .uk-input::placeholder,
.FormBuilder form .uk-textarea::placeholder {
  color: #A09D9B;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: 14px;
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: 14px;
  }
}
.FormBuilder form input[type=text],
.FormBuilder form input[type=email],
.FormBuilder form input[type=tel],
.FormBuilder form input[type=number],
.FormBuilder form input[type=date],
.FormBuilder form input[type=time],
.FormBuilder form input[type=search],
.FormBuilder form input[type=password],
.FormBuilder form input[type=url],
.FormBuilder form input[type=color],
.FormBuilder form input[type=range],
.FormBuilder form input[type=file],
.FormBuilder form .uk-textarea {
  font-family: poppins, sans-serif;
  background-color: transparent;
}
.FormBuilder form .uk-form-label {
  font-family: poppins, sans-serif;
  color: transparent;
  transition: color 0.25s ease-in-out;
}
.FormBuilder form input[type=checkbox],
.FormBuilder form .uk-checkbox {
  font-family: poppins, sans-serif;
  border-radius: 50% !important;
  margin-top: 0 !important;
}
.FormBuilder form .uk-checkbox:checked,
.FormBuilder form .uk-checkbox:indeterminate,
.FormBuilder form .uk-radio:checked {
  font-family: poppins, sans-serif;
  background-color: transparent !important;
  border-color: #A09D9B !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23474747%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.FormBuilder form .uk-checkbox,
.FormBuilder form .uk-radio {
  font-family: poppins, sans-serif;
  border: 1px solid #A09D9B !important;
  color: #474747 !important;
  margin-right: 10px !important;
}
.FormBuilder form .InputfieldRadiosStacked label,
.FormBuilder form .InputfieldRadiosStacked .uk-label {
  font-family: poppins, sans-serif;
  color: #474747 !important;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: 14px;
  }
}
.FormBuilder form .pw-no-select {
  font-family: poppins, sans-serif;
  color: #474747 !important;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .FormBuilder form .pw-no-select {
    font-size: 14px;
  }
}
.FormBuilder form label,
.FormBuilder form .uk-label {
  font-family: poppins, sans-serif;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: 14px;
  }
}
.FormBuilder form button[type=submit] {
  font-family: poppins, sans-serif;
  background-color: transparent;
  text-transform: none;
  padding: 0;
  display: inline-block;
  position: relative;
  color: #474747;
  margin-top: 1rem;
  transition: color 0.25s ease-in-out, letter-spacing 0.25s ease-in-out;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(14px, calc(5.6px + 0.4375vw), 16.8px);
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(12.6px, calc(14px + 0vw), 14px);
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(14px, calc(14px + 0vw), 14px);
  }
}
@media (max-width: 319px) {
  .FormBuilder form button[type=submit] {
    font-size: 14px;
  }
}
.FormBuilder form button[type=submit]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
  transform-origin: left center;
  width: 32px;
  height: 32px;
  background-image: url(../img/button-arrow-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1rem;
  transition: width 0.25s ease-in-out, right 0.25s ease-in-out;
}
.FormBuilder form button[type=submit]:hover {
  color: #474747;
  text-decoration: none;
  letter-spacing: 0.01em;
}

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