@charset 'UTF-8';
:root {
  --color-brand: #fcc32d;
  --color-brand-contrast: #fff;
  --color-brand-contrast-alt: #626262; }
/*! 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"] {
  /* 1 */
  -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 {
  /* 1 */
  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; }

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

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

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

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

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

@media (min-width: 640px) {
  .uk-child-width-1-7\@s > * {
    width: 14.285%; }

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

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

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

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

@media (min-width: 960px) {
  .uk-child-width-1-7\@m > * {
    width: 14.285%; }

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

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

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

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

@media (min-width: 1200px) {
  .uk-child-width-1-7\@l > * {
    width: 14.285%; }

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

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

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

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

@media (min-width: 1600px) {
  .uk-child-width-1-7\@xl > * {
    width: 14.285%; }

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

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

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

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

.uk-width-1-7 {
  width: 14.285%; }

.uk-width-2-7 {
  width: 28.571%; }

.uk-width-3-7 {
  width: 42.857%; }

.uk-width-4-7 {
  width: 57.142%; }

.uk-width-5-7 {
  width: 71.428%; }

.uk-width-6-7 {
  width: 85.714%; }

.uk-width-1-8 {
  width: 12.5%; }

.uk-width-2-8 {
  width: 25%; }

.uk-width-3-8 {
  width: 37.5%; }

.uk-width-4-8 {
  width: 50%; }

.uk-width-5-8 {
  width: 62.5%; }

.uk-width-6-8 {
  width: 75%; }

.uk-width-7-8 {
  width: 87.5%; }

.uk-width-1-9 {
  width: 11.111%; }

.uk-width-2-9 {
  width: 22.222%; }

.uk-width-3-9 {
  width: 33.333%; }

.uk-width-4-9 {
  width: 44.444%; }

.uk-width-5-9 {
  width: 55.555%; }

.uk-width-6-9 {
  width: 66.666%; }

.uk-width-7-9 {
  width: 77.777%; }

.uk-width-8-9 {
  width: 88.888%; }

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

.uk-width-2-10 {
  width: 20%; }

.uk-width-3-10 {
  width: 30%; }

.uk-width-4-10 {
  width: 40%; }

.uk-width-5-10 {
  width: 50%; }

.uk-width-6-10 {
  width: 60%; }

.uk-width-7-10 {
  width: 70%; }

.uk-width-8-10 {
  width: 80%; }

.uk-width-9-10 {
  width: 90%; }

.uk-width-1-12 {
  width: 8.333%; }

.uk-width-2-12 {
  width: 16.666%; }

.uk-width-3-12 {
  width: 25%; }

.uk-width-4-12 {
  width: 33.333%; }

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

.uk-width-6-12 {
  width: 50%; }

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

.uk-width-8-12 {
  width: 66.666%; }

.uk-width-9-12 {
  width: 75%; }

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

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

@media (min-width: 640px) {
  .uk-width-1-7\@s {
    width: 14.285%; }

  .uk-width-2-7\@s {
    width: 28.571%; }

  .uk-width-3-7\@s {
    width: 42.857%; }

  .uk-width-4-7\@s {
    width: 57.142%; }

  .uk-width-5-7\@s {
    width: 71.428%; }

  .uk-width-6-7\@s {
    width: 85.714%; }

  .uk-width-1-8\@s {
    width: 12.5%; }

  .uk-width-2-8\@s {
    width: 25%; }

  .uk-width-3-8\@s {
    width: 37.5%; }

  .uk-width-4-8\@s {
    width: 50%; }

  .uk-width-5-8\@s {
    width: 62.5%; }

  .uk-width-6-8\@s {
    width: 75%; }

  .uk-width-7-8\@s {
    width: 87.5%; }

  .uk-width-1-9\@s {
    width: 11.111%; }

  .uk-width-2-9\@s {
    width: 22.222%; }

  .uk-width-3-9\@s {
    width: 33.333%; }

  .uk-width-4-9\@s {
    width: 44.444%; }

  .uk-width-5-9\@s {
    width: 55.555%; }

  .uk-width-6-9\@s {
    width: 66.666%; }

  .uk-width-7-9\@s {
    width: 77.777%; }

  .uk-width-8-9\@s {
    width: 88.888%; }

  .uk-width-1-10\@s {
    width: 10%; }

  .uk-width-2-10\@s {
    width: 20%; }

  .uk-width-3-10\@s {
    width: 30%; }

  .uk-width-4-10\@s {
    width: 40%; }

  .uk-width-5-10\@s {
    width: 50%; }

  .uk-width-6-10\@s {
    width: 60%; }

  .uk-width-7-10\@s {
    width: 70%; }

  .uk-width-8-10\@s {
    width: 80%; }

  .uk-width-9-10\@s {
    width: 90%; }

  .uk-width-1-12\@s {
    width: 8.333%; }

  .uk-width-2-12\@s {
    width: 16.666%; }

  .uk-width-3-12\@s {
    width: 25%; }

  .uk-width-4-12\@s {
    width: 33.333%; }

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

  .uk-width-6-12\@s {
    width: 50%; }

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

  .uk-width-8-12\@s {
    width: 66.666%; }

  .uk-width-9-12\@s {
    width: 75%; }

  .uk-width-10-12\@s {
    width: 83.333%; }

  .uk-width-11-12\@s {
    width: 91.666%; } }

@media (min-width: 960px) {
  .uk-width-1-7\@m {
    width: 14.285%; }

  .uk-width-2-7\@m {
    width: 28.571%; }

  .uk-width-3-7\@m {
    width: 42.857%; }

  .uk-width-4-7\@m {
    width: 57.142%; }

  .uk-width-5-7\@m {
    width: 71.428%; }

  .uk-width-6-7\@m {
    width: 85.714%; }

  .uk-width-1-8\@m {
    width: 12.5%; }

  .uk-width-2-8\@m {
    width: 25%; }

  .uk-width-3-8\@m {
    width: 37.5%; }

  .uk-width-4-8\@m {
    width: 50%; }

  .uk-width-5-8\@m {
    width: 62.5%; }

  .uk-width-6-8\@m {
    width: 75%; }

  .uk-width-7-8\@m {
    width: 87.5%; }

  .uk-width-1-9\@m {
    width: 11.111%; }

  .uk-width-2-9\@m {
    width: 22.222%; }

  .uk-width-3-9\@m {
    width: 33.333%; }

  .uk-width-4-9\@m {
    width: 44.444%; }

  .uk-width-5-9\@m {
    width: 55.555%; }

  .uk-width-6-9\@m {
    width: 66.666%; }

  .uk-width-7-9\@m {
    width: 77.777%; }

  .uk-width-8-9\@m {
    width: 88.888%; }

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

  .uk-width-2-10\@m {
    width: 20%; }

  .uk-width-3-10\@m {
    width: 30%; }

  .uk-width-4-10\@m {
    width: 40%; }

  .uk-width-5-10\@m {
    width: 50%; }

  .uk-width-6-10\@m {
    width: 60%; }

  .uk-width-7-10\@m {
    width: 70%; }

  .uk-width-8-10\@m {
    width: 80%; }

  .uk-width-9-10\@m {
    width: 90%; }

  .uk-width-1-12\@m {
    width: 8.333%; }

  .uk-width-2-12\@m {
    width: 16.666%; }

  .uk-width-3-12\@m {
    width: 25%; }

  .uk-width-4-12\@m {
    width: 33.333%; }

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

  .uk-width-6-12\@m {
    width: 50%; }

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

  .uk-width-8-12\@m {
    width: 66.666%; }

  .uk-width-9-12\@m {
    width: 75%; }

  .uk-width-10-12\@m {
    width: 83.333%; }

  .uk-width-11-12\@m {
    width: 91.666%; } }

@media (min-width: 1200px) {
  .uk-width-1-7\@l {
    width: 14.285%; }

  .uk-width-2-7\@l {
    width: 28.571%; }

  .uk-width-3-7\@l {
    width: 42.857%; }

  .uk-width-4-7\@l {
    width: 57.142%; }

  .uk-width-5-7\@l {
    width: 71.428%; }

  .uk-width-6-7\@l {
    width: 85.714%; }

  .uk-width-1-8\@l {
    width: 12.5%; }

  .uk-width-2-8\@l {
    width: 25%; }

  .uk-width-3-8\@l {
    width: 37.5%; }

  .uk-width-4-8\@l {
    width: 50%; }

  .uk-width-5-8\@l {
    width: 62.5%; }

  .uk-width-6-8\@l {
    width: 75%; }

  .uk-width-7-8\@l {
    width: 87.5%; }

  .uk-width-1-9\@l {
    width: 11.111%; }

  .uk-width-2-9\@l {
    width: 22.222%; }

  .uk-width-3-9\@l {
    width: 33.333%; }

  .uk-width-4-9\@l {
    width: 44.444%; }

  .uk-width-5-9\@l {
    width: 55.555%; }

  .uk-width-6-9\@l {
    width: 66.666%; }

  .uk-width-7-9\@l {
    width: 77.777%; }

  .uk-width-8-9\@l {
    width: 88.888%; }

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

  .uk-width-2-10\@l {
    width: 20%; }

  .uk-width-3-10\@l {
    width: 30%; }

  .uk-width-4-10\@l {
    width: 40%; }

  .uk-width-5-10\@l {
    width: 50%; }

  .uk-width-6-10\@l {
    width: 60%; }

  .uk-width-7-10\@l {
    width: 70%; }

  .uk-width-8-10\@l {
    width: 80%; }

  .uk-width-9-10\@l {
    width: 90%; }

  .uk-width-1-12\@l {
    width: 8.333%; }

  .uk-width-2-12\@l {
    width: 16.666%; }

  .uk-width-3-12\@l {
    width: 25%; }

  .uk-width-4-12\@l {
    width: 33.333%; }

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

  .uk-width-6-12\@l {
    width: 50%; }

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

  .uk-width-8-12\@l {
    width: 66.666%; }

  .uk-width-9-12\@l {
    width: 75%; }

  .uk-width-10-12\@l {
    width: 83.333%; }

  .uk-width-11-12\@l {
    width: 91.666%; } }

@media (min-width: 1600px) {
  .uk-width-1-7\@xl {
    width: 14.285%; }

  .uk-width-2-7\@xl {
    width: 28.571%; }

  .uk-width-3-7\@xl {
    width: 42.857%; }

  .uk-width-4-7\@xl {
    width: 57.142%; }

  .uk-width-5-7\@xl {
    width: 71.428%; }

  .uk-width-6-7\@xl {
    width: 85.714%; }

  .uk-width-1-8\@xl {
    width: 12.5%; }

  .uk-width-2-8\@xl {
    width: 25%; }

  .uk-width-3-8\@xl {
    width: 37.5%; }

  .uk-width-4-8\@xl {
    width: 50%; }

  .uk-width-5-8\@xl {
    width: 62.5%; }

  .uk-width-6-8\@xl {
    width: 75%; }

  .uk-width-7-8\@xl {
    width: 87.5%; }

  .uk-width-1-9\@xl {
    width: 11.111%; }

  .uk-width-2-9\@xl {
    width: 22.222%; }

  .uk-width-3-9\@xl {
    width: 33.333%; }

  .uk-width-4-9\@xl {
    width: 44.444%; }

  .uk-width-5-9\@xl {
    width: 55.555%; }

  .uk-width-6-9\@xl {
    width: 66.666%; }

  .uk-width-7-9\@xl {
    width: 77.777%; }

  .uk-width-8-9\@xl {
    width: 88.888%; }

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

  .uk-width-2-10\@xl {
    width: 20%; }

  .uk-width-3-10\@xl {
    width: 30%; }

  .uk-width-4-10\@xl {
    width: 40%; }

  .uk-width-5-10\@xl {
    width: 50%; }

  .uk-width-6-10\@xl {
    width: 60%; }

  .uk-width-7-10\@xl {
    width: 70%; }

  .uk-width-8-10\@xl {
    width: 80%; }

  .uk-width-9-10\@xl {
    width: 90%; }

  .uk-width-1-12\@xl {
    width: 8.333%; }

  .uk-width-2-12\@xl {
    width: 16.666%; }

  .uk-width-3-12\@xl {
    width: 25%; }

  .uk-width-4-12\@xl {
    width: 33.333%; }

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

  .uk-width-6-12\@xl {
    width: 50%; }

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

  .uk-width-8-12\@xl {
    width: 66.666%; }

  .uk-width-9-12\@xl {
    width: 75%; }

  .uk-width-10-12\@xl {
    width: 83.333%; }

  .uk-width-11-12\@xl {
    width: 91.666%; } }
/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url('../fonts/ubuntu-v13-latin-300.woff2') format('woff2'), url('../fonts/ubuntu-v13-latin-300.woff') format('woff');
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url('../fonts/ubuntu-v13-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-v13-latin-regular.woff') format('woff');
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* ubuntu-300italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url('../fonts/ubuntu-v13-latin-300italic.woff2') format('woff2'), url('../fonts/ubuntu-v13-latin-300italic.woff') format('woff');
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('../fonts/ubuntu-v13-latin-500.woff2') format('woff2'), url('../fonts/ubuntu-v13-latin-500.woff') format('woff');
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url('../fonts/ubuntu-v13-latin-italic.woff2') format('woff2'), url('../fonts/ubuntu-v13-latin-italic.woff') format('woff');
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* ubuntu-500italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'), url('../fonts/ubuntu-v13-latin-500italic.woff2') format('woff2'), url('../fonts/ubuntu-v13-latin-500italic.woff') format('woff');
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../fonts/ubuntu-v13-latin-700.woff2') format('woff2'), url('../fonts/ubuntu-v13-latin-700.woff') format('woff');
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* ubuntu-700italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url('../fonts/ubuntu-v13-latin-700italic.woff2') format('woff2'), url('../fonts/ubuntu-v13-latin-700italic.woff') format('woff');
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'microplan';
  src: url('../fonts/microplan.eot?nlmz85');
  src: url('../fonts/microplan.eot?nlmz85#iefix') format('embedded-opentype'), url('../fonts/microplan.ttf?nlmz85') format('truetype'), url('../fonts/microplan.woff?nlmz85') format('woff'), url('../fonts/microplan.svg?nlmz85#microplan') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="dk-icon-"], [class*=" dk-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'microplan' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dk-icon-arrow-up:before {
  content: "\e902"; }

.dk-icon-menu:before {
  content: "\e900"; }

.dk-icon-close:before {
  content: "\e901"; }
/**
 * Basic typography style for copy text
 */
:root body {
  color: #626262;
  font-family: 'Ubuntu', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.4; }
  :root body {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
    :root body {
      font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
    :root body {
      font-size: 18px; } }
  :root h1, :root h2, :root h3, :root h4, :root h5, :root h6 {
    color: #707070;
    font-weight: 400;
    font-family: 'Ubuntu', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }
  :root h1 {
    margin: 0rem 0 3.75rem; }
  @media (min-width: 640px) {
    :root h1 {
      margin: 0rem 0 4.25rem; } }
  @media (min-width: 960px) {
    :root h1 {
      margin: 0rem 0 5.25rem; } }
  @media (min-width: 1200px) {
    :root h1 {
      margin: 0rem 0 6.25rem; } }
  :root h1 {
    font-size: 22px; }
    @media screen and (min-width: 320px) {
    :root h1 {
      font-size: calc(22px + 42 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
    :root h1 {
      font-size: 64px; } }
  :root h2 {
    margin: 0rem 0 1.75rem; }
  @media (min-width: 640px) {
    :root h2 {
      margin: 0rem 0 2.25rem; } }
  @media (min-width: 960px) {
    :root h2 {
      margin: 0rem 0 3.25rem; } }
  @media (min-width: 1200px) {
    :root h2 {
      margin: 0rem 0 4.25rem; } }
  :root h2 {
    font-size: 22px; }
    @media screen and (min-width: 320px) {
    :root h2 {
      font-size: calc(22px + 26 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
    :root h2 {
      font-size: 48px; } }
  :root h3 {
    font-weight: 100;
    margin: 0rem 0 1.25rem; }
  @media (min-width: 640px) {
    :root h3 {
      margin: 0rem 0 1.25rem; } }
  @media (min-width: 960px) {
    :root h3 {
      margin: 0rem 0 1.75rem; } }
  @media (min-width: 1200px) {
    :root h3 {
      margin: 0rem 0 2.25rem; } }
  :root h3 {
    font-size: 18px; }
    @media screen and (min-width: 320px) {
    :root h3 {
      font-size: calc(18px + 14 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
    :root h3 {
      font-size: 32px; } }
  :root h4 {
    font-weight: 100;
    margin: 0rem 0 1.25rem; }
  @media (min-width: 640px) {
    :root h4 {
      margin: 0rem 0 1.25rem; } }
  @media (min-width: 960px) {
    :root h4 {
      margin: 0rem 0 1.75rem; } }
  @media (min-width: 1200px) {
    :root h4 {
      margin: 0rem 0 2.25rem; } }
  :root h4 {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
    :root h4 {
      font-size: calc(16px + 16 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
    :root h4 {
      font-size: 32px; } }
  :root h5 {
    font-weight: 100;
    margin: 0rem 0 1.25rem; }
  @media (min-width: 640px) {
    :root h5 {
      margin: 0rem 0 1.25rem; } }
  @media (min-width: 960px) {
    :root h5 {
      margin: 0rem 0 1.75rem; } }
  @media (min-width: 1200px) {
    :root h5 {
      margin: 0rem 0 2.25rem; } }
  :root h5 {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
    :root h5 {
      font-size: calc(16px + 10 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
    :root h5 {
      font-size: 26px; } }
  :root p {
    font-weight: 100; }
  :root p {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
    :root p {
      font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
    :root p {
      font-size: 18px; } }
  :root b, :root strong {
    font-weight: 500; }
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  overflow-x: hidden; }

body {
  overflow-x: hidden; }
/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }
/**
 * Basic styles for links
 */
a {
  color: var(--color-brand);
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #626262;
    text-decoration: underline; }
/**
 * reset iphone link style
 */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }
/**
 * Basic styles for lists
 */
ul {
  list-style-type: none;
  padding-left: 0; }
  ul li {
    list-style-type: none;
    font-weight: 100;
    margin-bottom: 10px; }
  ul li {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
    ul li {
      font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
    ul li {
      font-size: 18px; } }

.dk-main-navbar-sticky {
  background: #fff;
  z-index: 9999999 !important; }
  .dk-main-navbar-sticky .dk-main-navbar-container {
    font-size: 1.125rem; }
  .dk-main-navbar-sticky .dk-main-navbar-container.uk-navbar-transparent {
    background: #fff; }
  .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-left {
    flex: none; }
  @media (max-width: 960px) {
    .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-left {
      max-width: 100px;
      min-width: 70px; }

    .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-left + .uk-navbar-left {
      max-width: 200px;
      min-width: 180px; }

    .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-left, .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-right {
      flex: 1;
      align-content: center; } }
  .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav {
    position: relative; }
    @media (max-width: 960px) {
    .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav {
      flex: 1; } }
    .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 5px;
      font-size: 1.125rem; }
      @media (min-width: 960px) {
      .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > li > a {
        padding-top: 65px;
        padding-bottom: 35px; } }
      .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > li > a.uk-logo img {
        height: 30px;
        width: auto; }
        @media (min-width: 640px) {
        .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > li > a.uk-logo img {
          height: 50px; } }
        @media (min-width: 960px) {
        .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > li > a.uk-logo img {
          height: 70px; } }
        @media (min-width: 1200px) {
        .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > li > a.uk-logo img {
          height: 90px; } }
    .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a {
      min-height: 30px; }
      .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo.dk-logo-none-fixed {
        display: none; }
        @media (min-width: 960px) {
      .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo.dk-logo-none-fixed {
        display: flex; } }
      @media (min-width: 960px) {
        .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo.dk-logo-fixed {
          visibility: hidden;
          position: absolute;
          left: 0; } }
        .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo.dk-logo-fixed img {
          height: 40px;
          width: auto; }
        @media (min-width: 640px) {
        .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo.dk-logo-fixed img {
          height: 50px; } }
        @media (min-width: 960px) {
        .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo.dk-logo-fixed img {
          height: 50px; } }
        @media (min-width: 1200px) {
        .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo.dk-logo-fixed img {
          height: 50px; } }
      .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo img {
        height: 40px;
        width: auto; }
        @media (min-width: 640px) {
      .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo img {
        height: 50px; } }
        @media (min-width: 960px) {
      .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo img {
        height: 60px; } }
        @media (min-width: 1200px) {
      .dk-main-navbar-sticky .dk-main-navbar-container .uk-navbar-nav > a.uk-logo img {
        height: 70px; } }
  .dk-main-navbar-sticky .dk-main-navbar-container .dk-loaction-switch {
    background: var(--color-brand); }
    .dk-main-navbar-sticky .dk-main-navbar-container .dk-loaction-switch a {
      color: var(--color-brand-contrast);
      font-weight: 500;
      text-transform: none;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 1.125rem;
      white-space: nowrap; }
      @media (min-width: 960px) {
    .dk-main-navbar-sticky .dk-main-navbar-container .dk-loaction-switch a {
      padding-right: 120px; } }
    .dk-main-navbar-sticky .dk-main-navbar-container .dk-loaction-switch .uk-dropdown {
      background: #fbfbfb;
      padding-top: 50px;
      box-shadow: none; }
      .dk-main-navbar-sticky .dk-main-navbar-container .dk-loaction-switch .uk-dropdown .dk-location-switch--header {
        margin-bottom: 10px;
        color: var(--color-brand); }
      .dk-main-navbar-sticky .dk-main-navbar-container .dk-loaction-switch .uk-dropdown li a {
        color: #626262;
        font-size: 1.125rem;
        padding: 5px 0; }
      .dk-main-navbar-sticky .dk-main-navbar-container .dk-loaction-switch .uk-dropdown li:hover a, .dk-main-navbar-sticky .dk-main-navbar-container .dk-loaction-switch .uk-dropdown li.uk-active a {
        text-decoration: underline; }

.dk-main-navbar-sticky.uk-sticky-fixed .dk-main-navbar-container .uk-navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px; }
  .dk-main-navbar-sticky.uk-sticky-fixed .dk-main-navbar-container .uk-navbar-nav > a {
    min-height: 30px; }
  .dk-main-navbar-sticky.uk-sticky-fixed .dk-main-navbar-container .uk-navbar-nav > a.uk-logo.dk-logo-fixed {
    visibility: visible; }
    .dk-main-navbar-sticky.uk-sticky-fixed .dk-main-navbar-container .uk-navbar-nav > a.uk-logo.dk-logo-none-fixed {
      visibility: hidden; }

.dk-footer {
  background: #626262;
  padding: 25px 0 35px; }
  .dk-footer .dk-footer-widget h2, .dk-footer .dk-footer-widget h4, .dk-footer .dk-footer-widget p, .dk-footer .dk-footer-widget a {
    color: #fff; }
  .dk-footer .dk-footer-widget h2, .dk-footer .dk-footer-widget h4 {
    text-transform: none !important;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 100; }
  .dk-footer .dk-footer-widget h2, .dk-footer .dk-footer-widget h4 {
    font-size: 14px; }
  @media screen and (min-width: 320px) {
        .dk-footer .dk-footer-widget h2, .dk-footer .dk-footer-widget h4 {
          font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
        .dk-footer .dk-footer-widget h2, .dk-footer .dk-footer-widget h4 {
          font-size: 18px; } }
  .dk-footer .dk-footer-widget p {
    font-size: 0.875rem;
    line-height: 1.6; }
  .dk-footer .dk-footer-widget a {
    font-size: 0.875rem;
    text-transform: none !important; }
  .dk-footer .dk-footer-widget-newsletter input {
    width: 100%;
    margin-bottom: 10px; }
  @media (min-width: 1200px) {
      .dk-footer .dk-footer-widget-newsletter input {
        width: auto; } }
  .dk-footer .dk-footer-widget-newsletter input + input[type="submit"] {
    margin-left: 0; }
  @media (min-width: 1200px) {
        .dk-footer .dk-footer-widget-newsletter input + input[type="submit"] {
          margin-left: 20px; } }

.vc_column_container.dk_vc_column-background-alignment-full, .vc_column_container.dk_vc_column-background-alignment-right, .vc_column_container.dk_vc_column-background-alignment-left {
  position: relative; }
  .vc_column_container.dk_vc_column-background-alignment-full::before, .vc_column_container.dk_vc_column-background-alignment-right::before, .vc_column_container.dk_vc_column-background-alignment-left::before {
    position: absolute;
    top: 0;
    right: -50vw;
    width: 200vw;
    height: 100%;
    background: inherit;
    content: '';
    display: block; }
  @media (min-width: 960px) {
      .vc_column_container.dk_vc_column-background-alignment-full::before, .vc_column_container.dk_vc_column-background-alignment-right::before, .vc_column_container.dk_vc_column-background-alignment-left::before {
        right: 0;
        width: 100vw; } }
  @media (min-width: 960px) {
      .vc_column_container.dk_vc_column-background-alignment-full::before {
        right: auto;
        width: 200vw;
        left: -50vw; } }
  @media (min-width: 960px) {
      .vc_column_container.dk_vc_column-background-alignment-right::before {
        right: auto;
        left: 0; } }
  @media (max-width: 640px) {
    .vc_column_container.dk_vc_column-background-alignment-boxed {
      padding-left: 5px;
      padding-right: 5px; } }
  .vc_column_container.dk_vc_column-background-alignment-boxed > .vc_column-inner {
    border-radius: 25px; }
  @media (max-width: 640px) {
      .vc_column_container.dk_vc_column-background-alignment-boxed > .vc_column-inner {
        padding: 0 1.5rem;
        border-radius: 12px; } }
  .vc_column_container.dk_vc_column-background-brand:not(.dk_vc_column-background-alignment-boxed) {
    background-color: var(--color-brand); }
  .vc_column_container.dk_vc_column-background-brand:not(.dk_vc_column-background-alignment-boxed) * {
    color: var(--color-brand-contrast); }
  .vc_column_container.dk_vc_column-background-brand.dk_vc_column-background-alignment-boxed > .vc_column-inner {
    background-color: var(--color-brand); }
  .vc_column_container.dk_vc_column-background-brand.dk_vc_column-background-alignment-boxed > .vc_column-inner * {
    color: var(--color-brand-contrast); }
  .vc_column_container.dk_vc_column-background-grey:not(.dk_vc_column-background-alignment-boxed) {
    background-color: #f1f1f1; }
  .vc_column_container.dk_vc_column-background-grey.dk_vc_column-background-alignment-boxed > .vc_column-inner {
    background-color: #f1f1f1; }
  .vc_column_container.dk_vc_column-background-dark-grey:not(.dk_vc_column-background-alignment-boxed) {
    background-color: #bfc0c0; }
  .vc_column_container.dk_vc_column-background-dark-grey:not(.dk_vc_column-background-alignment-boxed) * {
    color: #fff; }
  .vc_column_container.dk_vc_column-background-dark-grey.dk_vc_column-background-alignment-boxed > .vc_column-inner {
    background-color: #bfc0c0; }
  .vc_column_container.dk_vc_column-background-dark-grey.dk_vc_column-background-alignment-boxed > .vc_column-inner * {
    color: #fff; }
  .vc_column_container.dk_vc_column-background-image > div[class^='vc_custom_'], .vc_column_container.dk_vc_column-background-image > div[class*=' vc_custom_'] {
    height: 100%;
    width: 100vw;
    position: relative;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center; }
  @media (min-width: 960px) {
      .vc_column_container.dk_vc_column-background-image > div[class^='vc_custom_'], .vc_column_container.dk_vc_column-background-image > div[class*=' vc_custom_'] {
        position: absolute;
        width: 60vw;
        right: 0; } }
  .vc_column_container.dk_vc_column-background-image.dk_vc_column-background-alignment-right {
    left: 0;
    right: auto; }
  @media (min-width: 960px) {
        .vc_column_container.dk_vc_column-background-image.dk_vc_column-background-alignment-right > div[class^='vc_custom_'], .vc_column_container.dk_vc_column-background-image.dk_vc_column-background-alignment-right > div[class*=' vc_custom_'] {
          left: 0;
          right: auto; } }

.vc_row:not(.vc_row-no-padding) {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }
  @media (min-width: 1200px) {
    .vc_row:not(.vc_row-no-padding) {
      padding-top: 95px !important;
      padding-bottom: 95px !important; } }
  .vc_row.dk_vc_row-vertical-padding-half {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  @media (min-width: 1200px) {
    .vc_row.dk_vc_row-vertical-padding-half {
      padding-top: 45px !important;
      padding-bottom: 45px !important; } }
  .vc_row.vc_gitem_row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 10px;
    padding-left: 10px; }
  @media (min-width: 1200px) {
    .vc_row.vc_gitem_row {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
      padding-right: 20px;
      padding-left: 20px; } }
  .vc_row.dk_vc_row-vertical-padding-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .vc_row.dk_vc_row-vertical-padding-top-only {
    padding-bottom: 0px !important; }
  .vc_row.dk_vc_row-vertical-padding-bottom-only {
    padding-top: 0px !important; }
  .vc_row.dk_vc_row-background-brand {
    background-color: var(--color-brand); }
  .vc_row.dk_vc_row-background-brand * {
    color: var(--color-brand-contrast); }
  .vc_row.dk_vc_row-background-grey {
    background-color: #f1f1f1; }
  .vc_row.dk_vc_row-background-dark-grey {
    background-color: #bfc0c0; }
  .vc_row.dk_vc_row-background-dark-grey * {
    color: #fff; }

.dk-btn {
  background-color: var(--color-brand);
  background: var(--color-brand);
  color: #626262;
  border-radius: 5px;
  padding: 4px 32px;
  min-width: 100px;
  text-decoration: none;
  display: inline-block; }
  .dk-btn {
    font-size: 14px; }
  @media screen and (min-width: 320px) {
    .dk-btn {
      font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    .dk-btn {
      font-size: 18px; } }
  @media (min-width: 640px) {
  .dk-btn {
    padding: 8px 32px; } }
  @media (min-width: 960px) {
  .dk-btn {
    padding: 12px 32px; } }
  @media (min-width: 1200px) {
  .dk-btn {
    padding: 16px 32px; } }
  .dk-btn:hover {
    text-decoration: none;
    background-color: var(--color-brand);
    background: var(--color-brand); }
  .dk-btn:disabled {
    opacity: 0.7;
    pointer-events: none; }

.vc_general.vc_btn3 {
  background-color: var(--color-brand) !important;
  background: var(--color-brand) !important;
  color: #626262 !important;
  border-radius: 5px !important;
  padding: 4px 32px !important;
  min-width: 100px !important;
  text-decoration: none !important;
  display: inline-block !important;
  width: 100% !important; }
  .vc_general.vc_btn3 {
    font-size: 14px; }
  @media screen and (min-width: 320px) {
    .vc_general.vc_btn3 {
      font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    .vc_general.vc_btn3 {
      font-size: 18px; } }
  @media (min-width: 640px) {
  .vc_general.vc_btn3 {
    padding: 8px 32px !important; } }
  @media (min-width: 960px) {
  .vc_general.vc_btn3 {
    padding: 12px 32px !important; } }
  @media (min-width: 1200px) {
  .vc_general.vc_btn3 {
    padding: 16px 32px !important; } }
  .vc_general.vc_btn3:hover {
    text-decoration: none !important;
    background-color: var(--color-brand) !important;
    background: var(--color-brand) !important;
    opacity: 0.9;
    cursor: pointer; }
  .vc_general.vc_btn3:disabled {
    opacity: 0.7 !important;
    pointer-events: none !important; }

.ajde_evcal_calendar .eventon_events_list p, .eventon_events_list .eventon_list_event .evcal_desc span, .evo_pop_body .evcal_desc span, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn, .evcal_btn, .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, .evo_pop_body .evo_event_headers.canceled, .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span, .evo_pop_body .evcal_list_a .evo_above_title span, .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, #evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput, .evcal_evdata_row .evcal_evdata_cell p, #evcal_list .eventon_list_event p.no_events, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, .evoGuideCall em, .evo_cal_above span, .ajde_evcal_calendar .calendar_header .evo_j_dates .legend, .eventon_sort_line p, .eventon_filter_line p, .evors_change_rsvp span.change, .evo_popin .evcal_eventcard p.evors_whos_coming_title, .eventon_list_event .evcal_evdata_row p.evors_whos_coming_title, .ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evo_lightbox_content h3.evo_h3, body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4, .evo_metarow_ICS .evcal_evdata_cell p a, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .eventon_list_event .evcal_desc span.evcal_event_title, .evcal_desc span.evcal_desc2, .evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a, .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title, .evo_clik_row .evo_h3, .evotax_term_card .evotax_term_details h2, .evotax_term_card h3.evotax_term_subtitle, .ajde_evcal_calendar .evo_sort_btn, .eventon_main_section #evcal_cur, .ajde_evcal_calendar .calendar_header p.evo_month_title, .ajde_evcal_calendar .eventon_events_list .evcal_month_line p, .eventon_events_list .eventon_list_event .evcal_cblock, .ajde_evcal_calendar .evcal_month_line, .eventon_event .event_excerpt_in h3, .evcal_evdata_row .evors_stat_data p em, .evors_submission_form, .evors_lightbox_body #evorsvp_form h3, .evcal_desc .evcal_desc3 .evors_eventtop_data em, .eventon_rsvp_rsvplist p em.event_data span a, .eventon_rsvp_rsvplist p span.rsvpstatus, .eventon_rsvp_rsvplist p a.update_rsvp, .eventon_fullcal p {
  font-family: 'Ubuntu', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important; }

.ajde_evcal_calendar.evoFC_nextto {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .ajde_evcal_calendar.evoFC_nextto .calendar_header {
    margin-left: auto; }
  .ajde_evcal_calendar.evoFC_nextto .calendar_header p {
    text-transform: none !important; }
  .ajde_evcal_calendar.evoFC_nextto .calendar_header .evcal_arrows {
    border-radius: 6px;
    background: var(--color-brand);
    border: none !important;
    color: #fff !important; }
  .ajde_evcal_calendar.evoFC_nextto .calendar_header .evcal_arrows:hover {
    background: var(--color-brand) !important;
    opacity: 0.8; }
  .ajde_evcal_calendar.evoFC_nextto .calendar_header .evcal_arrows i {
    color: #fff !important; }
  .ajde_evcal_calendar.evoFC_nextto .eventon_fullcal {
    width: 100% !important;
    float: none !important;
    order: 1;
    margin-left: auto; }
  @media (min-width: 960px) {
    .ajde_evcal_calendar.evoFC_nextto .eventon_fullcal {
      width: 33% !important;
      order: 2; } }
  .ajde_evcal_calendar.evoFC_nextto div#evcal_list {
    width: 100% !important;
    float: none !important;
    order: 2;
    border: none !important; }
  @media (min-width: 960px) {
    .ajde_evcal_calendar.evoFC_nextto div#evcal_list {
      width: calc(66% - 20px) !important;
      margin-right: 20px;
      order: 1; } }

#evcal_list {
  border-radius: 0 !important; }
  #evcal_list .eventon_list_event p.no_events {
    font-size: 1.2rem !important;
    text-transform: none;
    text-align: center;
    margin: 70px 0;
    font-weight: bold;
    font-style: normal !important;
    border-left: none !important; }
  @media (min-width: 640px) {
      #evcal_list .eventon_list_event p.no_events {
        font-size: 1.2rem !important; } }
  @media (min-width: 960px) {
      #evcal_list .eventon_list_event p.no_events {
        font-size: 1.6rem !important; } }
  @media (min-width: 1200px) {
      #evcal_list .eventon_list_event p.no_events {
        font-size: 2rem !important; } }
  #evcal_list .eventon_list_event a.desc_trig {
    display: flex !important;
    padding: 0;
    border-left: none !important;
    background: #fff; }
  #evcal_list .eventon_list_event .evcal_cblock {
    position: relative;
    text-align: center;
    padding: 15px;
    background-color: var(--color-brand) !important;
    min-width: 50px; }
  @media (min-width: 640px) {
      #evcal_list .eventon_list_event .evcal_cblock {
        min-width: 75px; } }
  @media (min-width: 960px) {
      #evcal_list .eventon_list_event .evcal_cblock {
        min-width: 125px; } }
  #evcal_list .eventon_list_event .evcal_cblock .evo_start {
    width: 100%; }
  #evcal_list .eventon_list_event .evcal_cblock em {
    color: #fff; }
  #evcal_list .eventon_list_event .evcal_cblock em.date {
    font-size: 22px; }
    @media screen and (min-width: 320px) {
          #evcal_list .eventon_list_event .evcal_cblock em.date {
            font-size: calc(22px + 42 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
          #evcal_list .eventon_list_event .evcal_cblock em.date {
            font-size: 64px; } }
  #evcal_list .eventon_list_event .evcal_cblock em.month {
    color: #626262; }
  #evcal_list .eventon_list_event .evcal_cblock em.month {
    font-size: 12px; }
    @media screen and (min-width: 320px) {
          #evcal_list .eventon_list_event .evcal_cblock em.month {
            font-size: calc(12px + 4 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
          #evcal_list .eventon_list_event .evcal_cblock em.month {
            font-size: 16px; } }
  #evcal_list .eventon_list_event .evcal_desc {
    padding: 20px 15px; }
  #evcal_list .eventon_list_event .evcal_desc .evcal_desc3_rsvp span.evors_eventtop_section {
    font-size: 12px; }
    @media screen and (min-width: 320px) {
          #evcal_list .eventon_list_event .evcal_desc .evcal_desc3_rsvp span.evors_eventtop_section {
            font-size: calc(12px + 4 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
          #evcal_list .eventon_list_event .evcal_desc .evcal_desc3_rsvp span.evors_eventtop_section {
            font-size: 16px; } }
  #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    text-transform: none; }
  #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    font-size: 18px; }
    @media screen and (min-width: 320px) {
          #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
            font-size: calc(18px + 14 * ((100vw - 320px) / 1280)); } }
    @media screen and (min-width: 1600px) {
          #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
            font-size: 32px; } }
  #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
    text-transform: none;
    font-size: inherit !important; }
  #evcal_list .eventon_list_event .event_description {
    border-left: 50px solid var(--color-brand); }
  @media (min-width: 640px) {
      #evcal_list .eventon_list_event .event_description {
        border-left-width: 75px; } }
  @media (min-width: 960px) {
      #evcal_list .eventon_list_event .event_description {
        border-left-width: 125px; } }

.eventon_fc_daynames {
  background: var(--color-brand); }

.eventon_fullcal .eventon_fc_daynames .evo_fc_day {
  padding: 10px 0 !important;
  color: #fff !important; }
  .eventon_fullcal .eventon_fc_daynames .evo_fc_day {
    font-size: 14px; }
  @media screen and (min-width: 320px) {
        .eventon_fullcal .eventon_fc_daynames .evo_fc_day {
          font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
        .eventon_fullcal .eventon_fc_daynames .evo_fc_day {
          font-size: 18px; } }
  .eventon_fullcal .eventon_fc_days .evo_fc_day {
    color: #626262 !important;
    padding: 20px 0 !important; }
  .eventon_fullcal .eventon_fc_days .evo_fc_day {
    font-size: 14px; }
  @media screen and (min-width: 320px) {
        .eventon_fullcal .eventon_fc_days .evo_fc_day {
          font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
        .eventon_fullcal .eventon_fc_days .evo_fc_day {
          font-size: 18px; } }
  .eventon_fullcal .eventon_fc_days .evo_fc_day.evo_fc_day.today.on_focus, .eventon_fullcal .eventon_fc_days .evo_fc_day.evo_fc_day.today {
    background-color: var(--color-brand) !important; }
  .eventon_fullcal .eventon_fc_days .evo_fc_day.evo_fc_day.today.on_focus::before, .eventon_fullcal .eventon_fc_days .evo_fc_day.evo_fc_day.today::before {
    display: none !important; }
  .eventon_fullcal .eventon_fc_days .evo_fc_day.evo_fc_day.on_focus {
    background-color: #fff !important;
    border-top: 1px solid #f7f7f7 !important;
    -webkit-box-shadow: inset 0px 0px 0px 3px var(--color-brand);
    -moz-box-shadow: inset 0px 0px 0px 3px var(--color-brand);
    box-shadow: inset 0px 0px 0px 3px var(--color-brand); }
  .eventon_fullcal .eventon_fc_days .evo_fc_day.evo_fc_day.on_focus::before {
    display: none !important; }

.dk-card {
  font-size: 1rem;
  background: #f1f1f1; }
  .dk-card .dk-card-media.dk-card-media-aspect-3-2 {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .dk-card .dk-card-media.dk-card-media-aspect-3-2::before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    padding-bottom: 44%;
    width: 100%; }
  .dk-card .uk-card-body {
    padding: 20px 20px; }
  .dk-card .uk-card-body p, .dk-card .uk-card-body strong {
    color: #626262 !important; }
  @media (min-width: 640px) {
    .dk-card .uk-card-body {
      padding: 25px 25px; } }
  @media (min-width: 960px) {
    .dk-card .uk-card-body {
      padding: 30px 30px; } }
  @media (min-width: 1200px) {
    .dk-card .uk-card-body {
      padding: 40px 40px; } }
  .dk-card .uk-card-body .dk-card-logo {
    max-width: 50%; }
  .dk-card .uk-card-body .dk-card-action-wrapper {
    margin-top: 20px; }
  @media (min-width: 640px) {
      .dk-card .uk-card-body .dk-card-action-wrapper {
        margin-top: 40px; } }
  @media (min-width: 960px) {
      .dk-card .uk-card-body .dk-card-action-wrapper {
        margin-top: 60px; } }
  @media (min-width: 1200px) {
      .dk-card .uk-card-body .dk-card-action-wrapper {
        margin-top: 80px; } }

.dk-contact-wrapper .dk-contact-image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .dk-contact-wrapper .dk-contact-image::before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    padding-bottom: 133%;
    width: 100%; }
  .dk-contact-wrapper .dk-contact-info {
    margin-top: 20px; }
  .dk-contact-wrapper .dk-contact-info small, .dk-contact-wrapper .dk-contact-info strong {
    margin-bottom: 5px;
    display: block; }

.dk-counter-box {
  margin: 3rem 0 0;
  padding: 50px 15px 30px;
  background: var(--color-brand);
  text-align: center; }
  .dk-counter-box .dk-counter-box-number {
    color: var(--color-brand-contrast);
    font-weight: bold; }
  .dk-counter-box .dk-counter-box-number {
    font-size: 22px; }
  @media screen and (min-width: 320px) {
      .dk-counter-box .dk-counter-box-number {
        font-size: calc(22px + 42 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
      .dk-counter-box .dk-counter-box-number {
        font-size: 64px; } }
  .dk-counter-box .dk-counter-box-label {
    color: var(--color-brand-contrast); }
  .dk-counter-box .dk-counter-box-label {
    font-size: 14px; }
  @media screen and (min-width: 320px) {
      .dk-counter-box .dk-counter-box-label {
        font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
      .dk-counter-box .dk-counter-box-label {
        font-size: 18px; } }

::placeholder {
  color: #626262;
  opacity: 0.5; }

:-ms-input-placeholder {
  color: rgba(98, 98, 98, .5); }

::-ms-input-placeholder {
  color: rgba(98, 98, 98, .5); }

input[type="submit"], button, .dk-btn {
  padding: 15px 20px;
  background: var(--color-brand);
  color: var(--color-brand-contrast);
  border-radius: 4px;
  border: 1px solid var(--color-brand);
  text-align: center;
  display: inline-block;
  font-family: 'Ubuntu', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }
  input[type="submit"], button, .dk-btn {
    font-size: 14px; }
  @media screen and (min-width: 320px) {
    input[type="submit"], button, .dk-btn {
      font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    input[type="submit"], button, .dk-btn {
      font-size: 18px; } }
  @media (min-width: 1600px) {
  input[type="submit"], button, .dk-btn {
    padding: 15px 40px; } }
  input[type="submit"]:focus, button:focus, .dk-btn:focus {
    outline: none; }
  input[type="submit"]:disabled, button:disabled, .dk-btn:disabled {
    opacity: 0.7;
    pointer-events: none; }

label {
  font-weight: bold; }
  label {
    font-size: 12px; }
  @media screen and (min-width: 320px) {
    label {
      font-size: calc(12px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    label {
      font-size: 16px; } }
  label .wpcf7-form-control-wrap {
    margin-top: 5px;
    display: inline-block;
    width: 100%; }

input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], textarea {
  padding: 15px;
  background: var(--color-brand-contrast);
  color: var(--color-brand);
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid var(--color-brand);
  font-family: 'Ubuntu', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }
  input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], textarea {
    font-size: 14px; }
  @media screen and (min-width: 320px) {
    input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], textarea {
      font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], textarea {
      font-size: 18px; } }
  @media (min-width: 1600px) {
  input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], textarea {
    padding: 15px 20px; } }
  input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus {
    outline: none; }

.wpcf7-submit {
  display: inherit !important;
  margin: 0 auto; }

.wpcf7-acceptance label {
  font-weight: 100;
  display: flex;
  margin-bottom: 20px; }
  .wpcf7-acceptance label input {
    margin-right: 15px;
    margin-top: 5px; }

.wpcf7-not-valid-tip {
  font-weight: 400 !important;
  color: #e25842 !important;
  margin: 5px 0 0; }
  .wpcf7-not-valid-tip {
    font-size: 12px; }
  @media screen and (min-width: 320px) {
    .wpcf7-not-valid-tip {
      font-size: calc(12px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    .wpcf7-not-valid-tip {
      font-size: 16px; } }

.wpcf7-response-output {
  padding: 15px !important;
  background: var(--color-brand);
  color: var(--color-brand-contrast);
  border: 2px solid var(--color-brand) !important;
  border-radius: 4px;
  font-weight: 100;
  text-align: center; }
  .wpcf7-response-output.wpcf7-validation-errors {
    color: #fff !important;
    background: #e25842 !important;
    border-color: #e25842 !important; }

.dk-form-desc {
  font-weight: bold;
  margin: 0 0 40px;
  display: inline-block;
  color: #bfc0c0; }
  .dk-form-desc {
    font-size: 12px; }
  @media screen and (min-width: 320px) {
    .dk-form-desc {
      font-size: calc(12px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    .dk-form-desc {
      font-size: 16px; } }

.dk-form-info {
  font-weight: 100;
  margin-bottom: 20px; }
  .dk-form-info {
    font-size: 12px; }
  @media screen and (min-width: 320px) {
    .dk-form-info {
      font-size: calc(12px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    .dk-form-info {
      font-size: 16px; } }

.dk-hero-wrapper {
  padding: 25px 15px;
  background: var(--color-brand); }
  @media (min-width: 960px) {
  .dk-hero-wrapper {
    padding: 75px 20px; } }
  .dk-hero-wrapper h3 {
    color: var(--color-brand-contrast);
    text-align: center;
    font-weight: bold;
    margin: 0; }
  .dk-hero-wrapper h3 {
    font-size: 18px; }
  @media screen and (min-width: 320px) {
      .dk-hero-wrapper h3 {
        font-size: calc(18px + 14 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
      .dk-hero-wrapper h3 {
        font-size: 32px; } }
  .dk-hero-wrapper h3:first-child {
    margin-bottom: 1rem;
    color: var(--color-brand-contrast-alt); }

.dk-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .dk-image:after {
    content: '';
    display: block;
    width: 100%; }
  .dk-image.\--aspect-1-1:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%; }
  .dk-image.\--aspect-3-2:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 66%; }
  .dk-image.\--aspect-3-1:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 33%; }
  .dk-image .dk-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
  .dk-image .dk-image-overlay > div {
    background: var(--color-brand);
    padding: 10px;
    margin: 0 auto; }
  @media (min-width: 960px) {
      .dk-image .dk-image-overlay > div {
        margin: 0 0 0 60px; } }
  .dk-image .dk-image-overlay h2 {
    color: var(--color-brand-contrast);
    margin: 0; }

.dk-image-grid {
  margin: 3rem 0; }
  @media (min-width: 1200px) {
  .dk-image-grid {
    margin: 5rem 0; } }
  .dk-image-grid .dk-image-grid-box {
    text-decoration: none;
    position: relative;
    padding: 30px;
    display: block; }
  .dk-image-grid .dk-image-grid-box:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.05);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: background 0.3s ease-in-out;
    will-change: background; }
  .dk-image-grid .dk-image-grid-box .dk-image-grid-image {
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2; }
  .dk-image-grid .dk-image-grid-box .dk-image-grid-image:after {
    content: "";
    display: block;
    padding-bottom: 66%; }
  .dk-image-grid.dk-image-grid-grey .dk-image-grid-box:after {
    background: rgba(0, 0, 0, 0.05); }
  .dk-image-grid.dk-image-grid-grey a.dk-image-grid-box:hover:after {
    background: rgba(0, 0, 0, 0.15); }
  .dk-image-grid.dk-image-grid-white .dk-image-grid-box:after {
    z-index: 1;
    background: rgba(255, 255, 255, 1); }
  .dk-image-grid.dk-image-grid-white a.dk-image-grid-box:hover:after {
    background: rgba(255, 255, 255, .8); }

.dk-link-box-item {
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  width: 100%;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out; }
  .dk-link-box-item .dk-link-box-item-image {
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2; }
  .dk-link-box-item .dk-link-box-item-image:after {
    content: "";
    display: block;
    padding-bottom: 40%; }
  .dk-link-box-item .dk-link-box-item-subline {
    color: var(--color-brand-contrast);
    background: var(--color-brand);
    text-align: center;
    padding: 20px 10px; }
  .dk-link-box-item .dk-link-box-item-subline {
    font-size: 16px; }
  @media screen and (min-width: 320px) {
      .dk-link-box-item .dk-link-box-item-subline {
        font-size: calc(16px + 10 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
      .dk-link-box-item .dk-link-box-item-subline {
        font-size: 26px; } }
  @media (min-width: 960px) {
    .dk-link-box-item .dk-link-box-item-subline {
      padding: 30px 20px; } }
  .dk-link-box-item:hover {
    opacity: 0.7; }

.dk-section {
  padding: 30px 0 60px; }
  @media (min-width: 640px) {
  .dk-section {
    padding: 50px 0 100px; } }
  @media (min-width: 960px) {
  .dk-section {
    padding: 70px 0 140px; } }
  @media (min-width: 1200px) {
  .dk-section {
    padding: 90px 0 180px; } }
  .dk-section.dk-section-brand {
    background-color: var(--color-brand); }
  .dk-section.dk-section-lightgrey {
    background-color: #f1f1f1; }

.shiftnav.shiftnav-skin-light {
  background: #fbfbfb !important; }
  .shiftnav.shiftnav-skin-light:after {
    display: none !important; }
  .shiftnav.shiftnav-skin-light .dk-shiftnav-prepend {
    display: inline-block;
    padding: 15px 20px 50px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase; }
  .shiftnav.shiftnav-skin-light .shiftnav-panel-close {
    display: inline-block !important;
    float: right;
    position: relative !important;
    background: transparent !important;
    padding: 15px 0 15px 20px !important; }
  .shiftnav.shiftnav-skin-light .shiftnav-panel-close i {
    font-style: normal; }
  .shiftnav.shiftnav-skin-light .shiftnav-panel-close i:before {
    font-family: 'microplan' !important;
    content: "\e901" !important; }
  .shiftnav.shiftnav-skin-light .shiftnav-inner {
    padding: 0 15px; }
  .shiftnav.shiftnav-skin-light .shiftnav-panel-close i {
    font-style: normal; }
  .shiftnav.shiftnav-skin-light .shiftnav-panel-close i:before {
    font-family: 'microplan' !important;
    content: "\e901"; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.menu-item.shiftnav-active > .shiftnav-target {
    background-color: #f1f1f1 !important;
    color: #626262 !important; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target {
    background-color: #f1f1f1 !important;
    color: var(--color-brand) !important; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.menu-item > .shiftnav-target {
    color: #626262 !important;
    font-size: 0.875rem !important;
    border-bottom: 1px solid #bfc0c0 !important; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.menu-item .shiftnav-submenu-activation {
    width: 100% !important;
    display: block;
    max-width: 100% !important;
    opacity: 0; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.menu-item.current-menu-item.shiftnav-highlight > .shiftnav-target {
    color: var(--color-brand);
    background: #f1f1f1 !important; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.menu-item.current-menu-item ul.sub-menu, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.menu-item.current-menu-item.shiftnav-highlight ul.sub-menu {
    background: #f1f1f1 !important; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.menu-item.shiftnav-highlight > .shiftnav-target {
    color: #626262 !important; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu {
    background: #f1f1f1 !important;
    font-size: 0.875rem !important;
    color: #626262 !important;
    padding-left: 20px; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu .current-menu-item.shiftnav-highlight > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu .current-menu-item > .shiftnav-target {
    background: #f1f1f1 !important;
    color: #626262 !important; }
  .shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu .shiftnav-highlight > .shiftnav-target {
    color: #626262 !important; }

.dk-shiftnav-toggle {
  margin-left: auto !important;
  display: flex; }
  .dk-shiftnav-toggle i {
    font-style: normal; }
  .dk-shiftnav-toggle i:before {
    font-family: 'microplan' !important;
    content: "\e900"; }

@media (max-width: 1200px) {
    .opn_fixed_container {
      display: none !important; } }
  body .opn_fixed_container.left {
    bottom: auto;
    top: 190px;
    transform: translateY(0); }
  .opn_fixed_container .opn_fixed ul.opn_list {
    background: transparent !important;
    opacity: 1 !important; }
  .opn_fixed_container .opn_fixed ul.opn_list li {
    padding: 10px 0 !important; }
  .opn_fixed_container .opn_fixed ul.opn_list li.dts-current .opn-tooltip {
    font-weight: bold; }
  .opn_fixed_container .opn_fixed ul.opn_list li .opn-tooltip {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media screen and (min-width: 1280px) {
          .opn_fixed_container .opn_fixed ul.opn_list li .opn-tooltip {
            max-width: 200px; } }
  @media screen and (min-width: 1600px) {
          .opn_fixed_container .opn_fixed ul.opn_list li .opn-tooltip {
            max-width: 250px; } }
  @media screen and (min-width: 2000px) {
          .opn_fixed_container .opn_fixed ul.opn_list li .opn-tooltip {
            max-width: 400px; } }
  .opn_fixed_container .opn_fixed ul.opn_list i {
    color: transparent !important; }
  .opn_fixed_container .opn_fixed ul.opn_list .opn-tooltip {
    display: block !important;
    right: auto !important;
    left: 100% !important;
    left: calc(110%) !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #626262 !important;
    font-family: 'Ubuntu', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
    background-color: transparent !important; }
  .opn_fixed_container .opn_fixed ul.opn_list .opn-tooltip {
    font-size: 14px; }
  @media screen and (min-width: 320px) {
          .opn_fixed_container .opn_fixed ul.opn_list .opn-tooltip {
            font-size: calc(14px + 4 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
          .opn_fixed_container .opn_fixed ul.opn_list .opn-tooltip {
            font-size: 18px; } }
  .opn_fixed_container .opn_fixed ul.opn_list .opn-tooltip:before {
    display: none !important; }
  .opn_fixed_container .opn_fixed ul.opn_list.inverted .opn-tooltip {
    color: var(--color-brand-contrast) !important; }

.dk-slider-landing {
  overflow: hidden; }
  .dk-slider-landing .uk-slider-items > li {
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    background-color: var(--color-brand);
    padding: 50px 25px;
    transition: background-size 5s cubic-bezier(0.4, 0, 1, 1); }
  @media (min-width: 960px) {
      .dk-slider-landing .uk-slider-items > li {
        background-color: transparent;
        padding: 50px; } }
  .dk-slider-landing .uk-slider-items > li.uk-active {
    background-size: 100%; }
  .dk-slider-landing .dk-slider-content-box-wrapper {
    padding: 0;
    margin-top: auto; }
  @media (min-width: 960px) {
    .dk-slider-landing .dk-slider-content-box-wrapper {
      margin-left: 60px; } }
  .dk-slider-landing .dk-slider-content-box-wrapper .dk-slider-content-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    background: var(--color-brand);
    z-index: 3;
    position: relative; }
  @media (min-width: 640px) {
      .dk-slider-landing .dk-slider-content-box-wrapper .dk-slider-content-box {
        padding: 30px; } }
  @media (min-width: 960px) {
      .dk-slider-landing .dk-slider-content-box-wrapper .dk-slider-content-box {
        padding: 40px;
        background: rgba(0, 1, 0, ); } }
  @media (min-width: 1200px) {
      .dk-slider-landing .dk-slider-content-box-wrapper .dk-slider-content-box {
        padding: 55px; } }
  .dk-slider-landing .dk-slider-content-box-wrapper .dk-slider-content-box p, .dk-slider-landing .dk-slider-content-box-wrapper .dk-slider-content-box h2 {
    color: #fff; }
  .dk-slider-landing .dk-slider-content-box-wrapper .dk-slider-content-box p {
    font-weight: bold; }
  .dk-slider-landing .dk-slider-arrows {
    height: 95px;
    width: 25px;
    display: none; }
  @media (min-width: 960px) {
    .dk-slider-landing .dk-slider-arrows {
      display: block; } }
  .dk-slider-landing .dk-slider-arrows.--prev {
    left: 15px; }
  .dk-slider-landing .dk-slider-arrows.--next {
    right: 15px; }
  .dk-slider-landing .dk-slider-nav {
    position: relative;
    z-index: 999; }
  .dk-slider-landing .dk-slider-nav > * > * {
    border-color: var(--color-brand); }
  .dk-slider-landing .dk-slider-nav > * > *:hover {
    background-color: var(--color-brand); }
  .dk-slider-landing .dk-slider-nav > .uk-active > * {
    background-color: var(--color-brand); }

.dk-to-top-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: inline-block;
  background: var(--color-brand);
  color: var(--color-brand-contrast);
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  z-index: 99999; }
  @media (min-width: 960px) {
  .dk-to-top-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px; } }
  .dk-to-top-button:focus, .dk-to-top-button:hover {
    color: var(--color-brand-contrast);
    opacity: 0.7;
    text-decoration: none; }

.dk-text-widget ul {
  list-style-type: circle;
  padding-left: 10px; }
  .dk-text-widget ul li {
    list-style-type: disc; }
  .dk-text-widget ul li > ul {
    margin-top: 5px; }
  .dk-text-widget ul li > ul li {
    list-style-type: none; }

body .ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega {
  max-height: calc(100vh - 90px) !important; }
  body .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    padding-top: 25px;
    padding-bottom: 25px; }
  .ubermenu a.ubermenu-target {
    color: #626262;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px; }
  @media (min-width: 960px) {
    .ubermenu a.ubermenu-target {
      padding-top: 65px;
      padding-bottom: 35px; } }
  @media (min-width: 960px) {
    .uk-sticky-fixed .ubermenu a.ubermenu-target {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .ubermenu a.ubermenu-target.ubermenu-highlight {
    font-weight: 500; }
  .ubermenu a.ubermenu-target:hover {
    opacity: 0.7; }
  .ubermenu a.ubermenu-target.download {
    background: var(--color-brand);
    color: var(--color-brand-contrast);
    border-radius: 5px;
    border: 0px; }
  @media (min-width: 960px) {
      .ubermenu a.ubermenu-target.download {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        margin-left: 10px; } }
  @media (min-width: 960px) {
      .uk-sticky-fixed .ubermenu a.ubermenu-target.download {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
        margin-bottom: 15px; } }
  .ubermenu .ubermenu-current-menu-ancestor > a.ubermenu-target, .ubermenu .ubermenu-current-menu-item:not(.ubermenu-item-level-3) > a.ubermenu-target, .ubermenu .ubermenu-active > a.ubermenu-target {
    color: var(--color-brand); }
  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: none !important;
    background: #fbfbfb; }
  @media (min-width: 960px) {
      .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .ubermenu .ubermenu-item .ubermenu-submenu-drop > .ubermenu-row > li {
    margin-top: 0px; }
  .ubermenu .ubermenu-item .ubermenu-submenu-drop > .ubermenu-row > li:first-child {
    margin-top: 0; }

.glightbox-container {
  z-index: 9999999 !important; }

.gclose svg, .gnext svg, .gprev svg {
  max-width: none; }

.dk-video {
  width: 100%;
  position: relative; }
  .dk-video:hover .dk-video__play {
    color: var(--color-brand-contrast); }

.dk-video__play {
  width: 70px;
  height: 70px;
  color: var(--color-brand);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
/*# sourceMappingURL=main.css.map */