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

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

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

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

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

.uk-child-width-10-12 > * {
  width: 83.3263894675%;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }

  .uk-child-width-1-6\@s > * {
    width: 16.6652778935%;
  }

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

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

  .uk-child-width-10-12\@s > * {
    width: 83.3263894675%;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }

  .uk-child-width-1-6\@m > * {
    width: 16.6652778935%;
  }

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

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

  .uk-child-width-10-12\@m > * {
    width: 83.3263894675%;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }

  .uk-child-width-1-6\@l > * {
    width: 16.6652778935%;
  }

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

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

  .uk-child-width-10-12\@l > * {
    width: 83.3263894675%;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }

  .uk-child-width-1-6\@xl > * {
    width: 16.6652778935%;
  }

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

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

  .uk-child-width-10-12\@xl > * {
    width: 83.3263894675%;
  }
}
/* 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.6652778935%;
}

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

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

.uk-width-10-12 {
  width: 83.3263894675%;
}

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

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

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

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

  .uk-width-10-12\@s {
    width: 83.3263894675%;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }

  .uk-width-1-6\@m {
    width: 16.6652778935%;
  }

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

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

  .uk-width-10-12\@m {
    width: 83.3263894675%;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }

  .uk-width-1-6\@l {
    width: 16.6652778935%;
  }

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

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

  .uk-width-10-12\@l {
    width: 83.3263894675%;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }

  .uk-width-1-6\@xl {
    width: 16.6652778935%;
  }

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

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

  .uk-width-10-12\@xl {
    width: 83.3263894675%;
  }
}
.uk-container {
  max-width: 1640px;
}
@media (max-width: 1680px) {
  .uk-container {
    max-width: 1440px;
  }
}
@media (max-width: 639px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-container-small {
  max-width: calc(1600px - 8.3332638895%);
}

.uk-container-xsmall {
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .uk-container-xsmall {
    max-width: 896px;
  }
}

.uk-section-large {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.uk-section {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

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

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

:root {
  --vh: 1vh;
}

@media only screen and (max-width: 690px) {
  :root {
    --vh: 1%;
  }
}
* {
  outline: none !important;
}

html {
  box-sizing: border-box;
  background-color: #F5F4F4;
}

body {
  width: 100%;
  height: 100%;
  font-family: freight-big-pro, serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.3;
  overflow-x: hidden;
}
@media (max-width: 639px) {
  body {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }
}

.text-bigger {
  font-size: 20px;
}
@media (max-width: 639px) {
  .text-bigger {
    font-size: 18px;
  }
}

strong {
  font-weight: 500;
}

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

main {
  min-height: calc(100vh - 238px);
}

h1, h2, h3, h4, h5, h6 {
  font-family: usual, sans-serif;
  color: #595757;
  letter-spacing: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-family: usual, sans-serif;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin: 0 0 10px;
}

h2 {
  font-family: usual, sans-serif;
  font-size: 24px;
  margin: 0 0 10px;
}
@media (max-width: 959px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  h2 {
    font-size: 18px;
  }
}

h4 {
  font-family: usual, sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin: 40px 0 10px;
}

a {
  font-size: 14px;
  color: #878791;
}

.header-text-big {
  font-size: 60px !important;
  font-family: freight-big-pro, serif;
  font-weight: 300;
  line-height: 1.1 !important;
  margin-top: 0;
  letter-spacing: 1.2px;
}
@media (max-width: 959px) {
  .header-text-big {
    font-size: 40px !important;
  }
}
@media (max-width: 639px) {
  .header-text-big {
    font-size: 7vw !important;
  }
}

.header-text-medium {
  font-size: 40px !important;
  font-family: freight-big-pro, serif;
  font-weight: 300 !important;
  line-height: 1.1 !important;
  margin-top: 0;
}
@media (max-width: 959px) {
  .header-text-medium {
    font-size: 30px !important;
  }
}
@media (max-width: 639px) {
  .header-text-medium {
    font-size: 20px !important;
  }
}

.more-button {
  color: #fff;
  font-weight: 300;
  transition: all 0.25s cubic-bezier(0.5, 0.03, 0.5, 0.97);
  letter-spacing: 1px;
  text-decoration: none;
}
.more-button::before {
  content: "—";
  margin-right: 4px;
  transition: all 0.25s cubic-bezier(0.5, 0.03, 0.5, 0.97);
}
.more-button:hover {
  text-decoration: none;
  color: white;
}
.more-button:hover::before {
  margin-right: 8px;
}

.download-button {
  background-color: #354037;
  font-family: usual, sans-serif;
  font-weight: 300;
  font-size: 12px;
  transition: all 0.25s cubic-bezier(0.5, 0.03, 0.5, 0.97);
  letter-spacing: 1px;
  padding: 13px 18px;
}
.download-button:hover {
  text-decoration: none;
  color: #354037 !important;
}
.download-button svg {
  margin-left: 10px;
}

section {
  position: relative;
}

.background-light {
  background-color: #F5F4F4;
}
.background-light h1, .background-light h2, .background-light h3, .background-light h4, .background-light h5, .background-light h6 {
  color: #323B34;
}
.background-light p, .background-light a, .background-light .more-button {
  color: #6E6967;
}

.background-medium {
  background-color: #EFECEC;
}
.background-medium h1, .background-medium h2, .background-medium h3, .background-medium h4, .background-medium h5, .background-medium h6 {
  color: #323B34;
}
.background-medium p, .background-medium a, .background-medium .more-button {
  color: #6E6967;
}

.background-dark {
  background-color: #354037;
}
.background-dark p, .background-dark h1, .background-dark h2, .background-dark h3, .background-dark h5, .background-dark h6 {
  color: #F5F4F4;
}
.background-dark h4, .background-dark a {
  color: #7C8478;
}

.background-white {
  background-color: #FCFCFC;
}
.background-white h1, .background-white h2, .background-white h3, .background-white h4, .background-white h5, .background-white h6 {
  color: #323B34;
}
.background-white p, .background-white a, .background-white .more-button {
  color: #6E6967;
}

article a {
  color: #595757;
  text-decoration: underline;
  font-size: 18px;
}
@media (max-width: 639px) {
  article a {
    font-size: 16px;
  }
}
article p:last-child {
  margin-bottom: 0;
}
article ul {
  position: relative;
  padding-left: 20px;
}
article ul li {
  list-style: none;
}
article ul li::before {
  content: "–";
  position: absolute;
  left: 0;
}

.background-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-content,
.basic-content {
  background-color: #F5F4F4;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}

.uk-navbar-container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 639px) {
  .uk-navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#navbar {
  height: 100px;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 0 7vw;
}
@media (max-width: 639px) {
  #navbar {
    height: 80px;
  }
}
#navbar .main-logo {
  padding: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  max-width: 265px;
}
@media (max-width: 639px) {
  #navbar .main-logo {
    max-width: 200px;
  }
}
.toggle-wrapper a {
  color: #fff !important;
  padding: 0;
}
.toggle-wrapper a svg {
  width: 32px;
  height: 16px;
  box-sizing: border-box;
}
.toggle-wrapper a svg rect {
  width: 50px;
  height: 1px;
}
.toggle-wrapper a:hover svg {
  color: #fff;
}

.nav-scroll,
.unlisted-nav {
  background-color: #323B34 !important;
  height: 100px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#sidenav .uk-close svg:last-child {
  display: none;
}
#sidenav .uk-close {
  margin-top: 15px;
  margin-right: 20px;
}
#sidenav .sidemenu-inner {
  width: 100%;
  margin-top: 18vh;
  letter-spacing: 0.7px;
}
@media (max-width: 639px) {
  #sidenav .sidemenu-inner {
    margin-top: 10vh;
  }
}
#sidenav .sidemenu-inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#sidenav .sidemenu-inner ul li {
  width: 50%;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 639px) {
  #sidenav .sidemenu-inner ul li {
    width: 100%;
  }
}
#sidenav .sidemenu-inner ul li a, #sidenav .sidemenu-inner ul li .parent-link {
  font-size: 12px;
  font-family: usual, sans-serif;
  font-weight: 300;
  color: #949A80;
  white-space: nowrap;
}
#sidenav .sidemenu-inner ul li .uk-nav-sub {
  padding-left: 0;
}
#sidenav .sidemenu-inner ul li .uk-nav-sub li {
  margin-bottom: 0;
}
#sidenav .sidemenu-inner ul li .uk-nav-sub li .subnav-link {
  font-size: 20px;
  font-family: freight-big-pro, serif;
  color: #D3D1D0;
  font-weight: 300;
  white-space: nowrap;
  padding: 0;
  letter-spacing: 1.1px;
}
#sidenav .sidemenu-inner ul li .uk-nav-sub li .subnav-link:hover {
  color: #fff;
}
@media (max-width: 959px) {
  #sidenav .sidemenu-inner ul li .uk-nav-sub li .subnav-link {
    font-size: 24px;
  }
}
#sidenav .sidemenu-inner ul li.fr {
  width: 100%;
}
#sidenav .contact {
  width: 100% !important;
}
#sidenav .contact .address {
  font-size: 16px;
  font-weight: 300;
  color: #757575;
  line-height: 1.4;
}
#sidenav .contact .address a {
  color: #757575 !important;
  font-size: 16px;
}
#sidenav .contact .address a:hover {
  text-decoration: none;
  color: #fff !important;
}
#sidenav .contact .contact-table {
  width: 100%;
}
#sidenav .contact .contact-table tr td {
  width: 50%;
  vertical-align: top;
}
@media (max-width: 639px) {
  #sidenav .contact .contact-table tr td:first-of-type {
    width: 60%;
  }
}
@media (max-width: 639px) {
  #sidenav .contact .contact-table tr td:last-of-type {
    width: 40%;
  }
}
#sidenav .contact .contact-table tr td:last-of-type a {
  display: inline-block;
  float: left;
  white-space: inherit;
  margin-right: 10px;
}
#sidenav .contact .contact-table tr td:last-of-type a:last-of-type {
  margin-right: 0;
}

.subnav-active {
  color: #fff !important;
}

.uk-parent .parent-link::after {
  display: none;
}
.uk-parent .uk-nav-sub {
  display: block !important;
}

.background-signet {
  position: absolute;
  right: -5vw;
  bottom: 10vh;
}

.nav-imprint-table {
  position: absolute;
  left: 50px;
  bottom: 30px;
}
@media (max-width: 768px) {
  .nav-imprint-table {
    left: 30px;
  }
}
.nav-imprint-table tr td {
  padding-right: 20px;
}
.nav-imprint-table tr td:last-of-type {
  padding-right: 0;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -538px;
  /* 2 */
  box-sizing: border-box;
  width: 538px;
  padding: 50px;
  background: #323B34;
  /* 3 */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Tablet landscape and bigger */
@media (min-width: 769px) {
  .uk-offcanvas-bar {
    left: -538px;
    width: 538px;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .uk-offcanvas-bar {
    left: -100%;
    width: 100%;
    padding: 30px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -538px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -538px;
  }
}
/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 538px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 538px;
  }
}
/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

.language_selector {
  width: 50px;
  margin-right: 50px;
  display: flex;
  justify-content: space-between;
}
.language_selector .language-wrapper a {
  font-family: usual, sans-serif;
  color: rgba(227, 225, 222, 0.35);
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.language_selector .language-wrapper a:hover {
  text-decoration: none;
  color: #E3E1DE;
}
.language_selector .language-wrapper a.active {
  color: #E3E1DE;
}

.spinner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F5F4F4;
  font-size: 45px;
  z-index: 10000;
}
@media (max-width: 959px) {
  .spinner {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 959px) {
  .spinner .spinner-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper img {
  width: 50px;
}

.cc-window {
  font-family: usual, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px !important;
}
.cc-window .cc-btn {
  font-weight: 300 !important;
  font-family: "Catamaran", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border-radius: 0px;
  border: 1px solid #595757;
  text-decoration: none;
}
.cc-window .cc-btn:hover {
  text-decoration: none;
}

.cc-banner .cc-message {
  margin-right: 5rem !important;
}
@media (max-width: 640px) {
  .cc-banner .cc-message {
    margin-right: 1rem !important;
  }
}

.home-header {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 959px) {
  .home-header {
    height: 700px;
  }
}
@media (max-width: 639px) {
  .home-header {
    height: 650px;
  }
}

.big-underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7049194678) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7021183473) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7049194678) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7021183473) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7049194678) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7021183473) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.small-underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7049194678) 0%, rgba(0, 0, 0, 0.2007177871) 45%, rgba(0, 0, 0, 0.2007177871) 75%, rgba(0, 0, 0, 0.7021183473) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7049194678) 0%, rgba(0, 0, 0, 0.2007177871) 45%, rgba(0, 0, 0, 0.2007177871) 75%, rgba(0, 0, 0, 0.7021183473) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7049194678) 0%, rgba(0, 0, 0, 0.2007177871) 45%, rgba(0, 0, 0, 0.2007177871) 75%, rgba(0, 0, 0, 0.7021183473) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.header-overlay {
  display: block;
  position: absolute;
  width: calc(100% - 80px);
  max-width: calc(1600px - 8.3332638895%);
  padding-left: 40px;
  padding-right: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6vh;
  z-index: 1;
}
@media (max-width: 959px) {
  .header-overlay {
    bottom: 40px;
  }
}
@media (max-width: 639px) {
  .header-overlay {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
    bottom: 20px;
  }
}
.header-overlay .text-wrapper {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10vh;
}
@media (max-width: 959px) {
  .header-overlay .text-wrapper {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .header-overlay .text-wrapper {
    font-size: 32px;
  }
}
.header-overlay .text-wrapper p, .header-overlay .text-wrapper h1, .header-overlay .text-wrapper h2, .header-overlay .text-wrapper h3, .header-overlay .text-wrapper h4, .header-overlay .text-wrapper h5, .header-overlay .text-wrapper h6 {
  color: #FCFCFC;
}
.header-overlay .text-wrapper p {
  font-size: 24px;
}
@media (max-width: 959px) {
  .header-overlay .text-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .header-overlay .text-wrapper p {
    font-size: 16px;
  }
}
.header-overlay .slider-wrapper {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.header-overlay .slider-wrapper .title {
  font-weight: 600;
  color: #fff;
}
.header-overlay .slider-wrapper a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.2px;
}
.header-overlay .slider-wrapper p {
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media (max-width: 959px) {
  .header-overlay .slider-wrapper p {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .header-overlay .slider-wrapper p {
    font-size: 20px;
  }
}

.home-content {
  position: relative;
  margin-top: 100vh;
  z-index: 10;
}
@media (max-width: 959px) {
  .home-content {
    margin-top: 700px;
  }
}
@media (max-width: 639px) {
  .home-content {
    margin-top: 650px;
  }
}

footer {
  background-color: #354037;
  position: relative;
  color: #FCFCFC !important;
  font-size: 14px;
  letter-spacing: 1.1px;
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: #FCFCFC;
}
footer a:hover {
  color: #FCFCFC;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrapper .footer-widget {
  box-sizing: border-box;
}
@media (max-width: 639px) {
  footer .footer-wrapper .footer-widget {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  footer .footer-wrapper .footer-widget:nth-child(3) {
    display: none;
  }
}
footer .footer-wrapper .footer-widget:last-of-type {
  font-family: usual, sans-serif;
  color: #949A80;
  justify-content: flex-end;
  line-height: 1.6;
  letter-spacing: 0.6;
}
footer .footer-wrapper .footer-widget:last-of-type p, footer .footer-wrapper .footer-widget:last-of-type a {
  font-size: 10px;
}
footer .footer-wrapper .footer-widget:last-of-type a {
  color: #949A80;
}
footer .footer-wrapper .footer-widget:last-of-type a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 639px) {
  footer .footer-wrapper .footer-widget:last-of-type {
    margin-bottom: 0;
    text-align: left;
  }
}

.footer-table {
  width: 100%;
  max-width: 500px;
}
.footer-table tr td:first-of-type {
  padding-right: 80px;
}
@media (max-width: 959px) {
  .footer-table tr td:first-of-type {
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .footer-table tr td:first-of-type {
    padding-right: 30px;
  }
}

.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media (max-width: 959px) {
  .hamburger {
    display: inline-block;
    margin: 10px 0;
  }
}
@media (max-width: 639px) {
  .hamburger {
    margin: 25px 0;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #595757;
}

.hamburger-dark .hamburger-inner,
.hamburger-dark .hamburger-inner::before,
.hamburger-dark .hamburger-inner::after {
  background-color: #595757 !important;
}

.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.basic-header {
  position: relative;
  height: 48vh;
}
.basic-header .text-wrapper {
  margin-bottom: 0;
}
.basic-header .header-overlay {
  bottom: 4vh;
}

.image-text-section .text-wrapper {
  z-index: 1;
}
.image-text-section .image-wrapper {
  z-index: 1;
}
.image-text-section .image-wrapper img {
  width: 100%;
  z-index: 1;
}
@media (max-width: 639px) {
  .image-text-section .image-wrapper img {
    position: relative !important;
    top: 0 !important;
  }
}

.text-padding-all {
  padding-left: 8.3326389468%;
  padding-right: 8.3326389468%;
}
@media (max-width: 959px) {
  .text-padding-all {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 639px) {
  .text-padding-all {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.text-padding-large {
  padding-left: 8.3326389468%;
  padding-right: 8.3326389468%;
}
@media (max-width: 959px) {
  .text-padding-large {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 639px) {
  .text-padding-large {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.text-padding-left {
  padding-left: 8.3326389468%;
}
@media (max-width: 959px) {
  .text-padding-left {
    padding-left: 30px;
  }
}
@media (max-width: 639px) {
  .text-padding-left {
    padding-left: 30px;
  }
}

.text-padding-right {
  padding-right: 8.3326389468%;
}
@media (max-width: 959px) {
  .text-padding-right {
    padding-right: 30px;
  }
}
@media (max-width: 639px) {
  .text-padding-right {
    padding-right: 30px;
  }
}

.image-text-image {
  display: block;
  position: relative;
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.graph-section .text-wrapper {
  padding-right: 8.3326389468%;
}
.graph-section .graph-margin-top {
  margin-top: 10%;
}
@media (max-width: 959px) {
  .graph-section .graph-margin-top {
    margin-top: 40px;
  }
}

.team-section .title-text {
  margin-bottom: 100px;
}
.team-section .image-wrapper {
  margin-bottom: 20px;
}
.team-section .text-wrapper .member-name {
  font-family: usual, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  color: #878791;
}
.team-section .text-wrapper .member-description {
  font-size: 14px;
  margin-bottom: 40px;
}
.team-section .text-wrapper .phone {
  font-size: 14px;
  color: #878791;
}
.team-section .text-wrapper .email {
  font-size: 14px;
  color: #878791;
}

.three-column-table {
  width: 100%;
}
.three-column-table tr td {
  width: 33.333%;
  vertical-align: top;
  padding-right: 20px;
}

.half-width-table {
  width: 50%;
}

.unlisted-page {
  min-height: calc(100vh - 343px);
  padding-top: 100px;
}

@media (max-width: 639px) {
  .text-text-section .text-right {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .text-text-section .text-right h1:first-child, .text-text-section .text-right h2:first-child, .text-text-section .text-right h3:first-child, .text-text-section .text-right h4:first-child, .text-text-section .text-right h5:first-child, .text-text-section .text-right h6:first-child {
    margin-top: 20px;
  }
}

.widget-wrapper .text-wrapper {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.1px;
  line-height: 1.25;
}
@media (max-width: 639px) {
  .widget-wrapper .text-wrapper {
    font-weight: 400;
  }
}

.uk-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}
.uk-slideshow .fullscreen-slider {
  width: 100%;
  height: 100vh;
}
@media (max-width: 959px) {
  .uk-slideshow .fullscreen-slider {
    height: 600px;
  }
}
@media (max-width: 639px) {
  .uk-slideshow .fullscreen-slider {
    height: 400px;
  }
}
.uk-slideshow .fullscreen-slider li {
  position: relative;
}
@media (max-width: 959px) {
  .uk-slideshow .fullscreen-slider li {
    height: 600px;
  }
}
@media (max-width: 639px) {
  .uk-slideshow .fullscreen-slider li {
    height: 400px;
  }
}
.uk-slideshow .fullscreen-slider li .slider-image {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 959px) {
  .uk-slideshow .fullscreen-slider li .slider-image {
    height: 600px;
  }
}
@media (max-width: 639px) {
  .uk-slideshow .fullscreen-slider li .slider-image {
    height: 400px;
  }
}
.uk-slideshow .fullscreen-slider .fixed-li {
  position: fixed;
}
.uk-slideshow .fullwidth-slider {
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .uk-slideshow .fullwidth-slider {
    height: 400px;
  }
}
@media (max-width: 639px) {
  .uk-slideshow .fullwidth-slider {
    height: 300px;
  }
}
.uk-slideshow .fullwidth-slider li .slider-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.uk-slideshow .fullwidth-slider .fixed-li {
  position: fixed;
}
.uk-slideshow .uk-slidenav {
  padding: 5px 10px;
  color: #fff;
  transition: color 0.1s ease-in-out;
}
.uk-slideshow .uk-slidenav svg:last-of-type {
  display: none;
}
.uk-slideshow .uk-slidenav:hover {
  color: rgba(255, 255, 255, 0.8);
}
.uk-slideshow .uk-slidenav:focus, .uk-slideshow .uk-slidenav:visited, .uk-slideshow .uk-slidenav:active {
  color: #fff;
}
.uk-slideshow .slider-nav-wrapper {
  width: 100%;
  max-width: 120px;
  display: block;
  position: absolute;
  bottom: 17vh;
  right: 17vh;
}
@media (max-width: 959px) {
  .uk-slideshow .slider-nav-wrapper {
    right: 40px;
    bottom: 150px;
  }
}
@media (max-width: 639px) {
  .uk-slideshow .slider-nav-wrapper {
    right: 30px;
    bottom: 113px;
  }
}

.caption-wrapper {
  max-width: calc(1600px - 8.3332638895%);
  width: calc(100% - 80px);
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1640px;
  position: absolute;
}
@media (max-width: 959px) {
  .caption-wrapper {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 639px) {
  .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 639px) {
  .caption-wrapper br {
    display: none;
  }
}

.slider-caption {
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  padding: 100px 0;
}
@media (max-width: 959px) {
  .slider-caption {
    width: calc(100% - 60px);
  }
}
.slider-caption p, .slider-caption h1, .slider-caption h2, .slider-caption h3, .slider-caption h4, .slider-caption h5, .slider-caption h6 {
  color: #FCFCFC;
}
.slider-caption p {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 1.4px;
}
@media (max-width: 959px) {
  .slider-caption p {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 639px) {
  .slider-caption p {
    font-size: 20px;
  }
}
@media (max-width: 959px) {
  .slider-caption h4 {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .slider-caption h4 {
    font-size: 10px;
  }
}

.fullwidth-slider .slider-caption {
  padding: 100px 0;
}
@media (max-width: 959px) {
  .fullwidth-slider .slider-caption {
    padding: 50px 0 20px;
  }
}

.bottom-banner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8vh;
  background-color: #fff;
}
.bottom-banner .inner-banner .icon-wrapper {
  width: 27px;
  margin: 0 auto;
  margin-bottom: 5%;
}
@media (max-width: 959px) {
  .bottom-banner .inner-banner .icon-wrapper {
    display: none;
  }
}
.bottom-banner .inner-banner .text-wrapper {
  width: 100%;
  color: #595757;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.35px;
}
@media (max-width: 639px) {
  .bottom-banner .inner-banner .text-wrapper {
    margin-top: 20px;
  }
}

.slick-slider .slick-track {
  margin: 0;
}
.slick-slider .slick-dots li {
  width: 6px;
  height: 6px;
}
.slick-slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  content: "•";
  color: rgba(255, 255, 255, 0.5);
}
.slick-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}
.slick-slider p {
  margin-top: 0;
  margin-bottom: 10px;
}

.two-column-table {
  width: 100%;
}
.two-column-table tr td {
  width: 50%;
  vertical-align: top;
  padding-right: 5%;
}
@media (max-width: 639px) {
  .two-column-table tr td {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
