

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/*----------------
SETTINGS:
Only variables and imports

Use: $[name]-[sort] ($color-primary)
----------------*/
/*----------------
COLORS:
----------------*/
:root {
  --color-primary: #5e70c2;
  --color-secondary: #e7008c;
  --color-tertiary: #00b1b2;
  --color-quaternary: #B00F8C;
  --color-quinary: #2C378E; }

/*----------------
FONTS:
----------------*/

/*!
 * Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-conditioner:before {
  content: "\f8f4"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-alarm-exclamation:before {
  content: "\f843"; }

.fa-alarm-plus:before {
  content: "\f844"; }

.fa-alarm-snooze:before {
  content: "\f845"; }

.fa-album:before {
  content: "\f89f"; }

.fa-album-collection:before {
  content: "\f8a0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-alien:before {
  content: "\f8f5"; }

.fa-alien-monster:before {
  content: "\f8f6"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-slash:before {
  content: "\f846"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-amp-guitar:before {
  content: "\f8a1"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badge-sheriff:before {
  content: "\f8a2"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-bags-shopping:before {
  content: "\f847"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-banjo:before {
  content: "\f8a3"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-bed-alt:before {
  content: "\f8f7"; }

.fa-bed-bunk:before {
  content: "\f8f8"; }

.fa-bed-empty:before {
  content: "\f8f9"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-exclamation:before {
  content: "\f848"; }

.fa-bell-on:before {
  content: "\f8fa"; }

.fa-bell-plus:before {
  content: "\f849"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-betamax:before {
  content: "\f8a4"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-biking-mountain:before {
  content: "\f84b"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blinds:before {
  content: "\f8fb"; }

.fa-blinds-open:before {
  content: "\f8fc"; }

.fa-blinds-raised:before {
  content: "\f8fd"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-book-user:before {
  content: "\f7e7"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-books-medical:before {
  content: "\f7e8"; }

.fa-boombox:before {
  content: "\f8a5"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-bottom:before {
  content: "\f84d"; }

.fa-border-center-h:before {
  content: "\f89c"; }

.fa-border-center-v:before {
  content: "\f89d"; }

.fa-border-inner:before {
  content: "\f84e"; }

.fa-border-left:before {
  content: "\f84f"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-outer:before {
  content: "\f851"; }

.fa-border-right:before {
  content: "\f852"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-border-style-alt:before {
  content: "\f854"; }

.fa-border-top:before {
  content: "\f855"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-brackets:before {
  content: "\f7e9"; }

.fa-brackets-curly:before {
  content: "\f7ea"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-loaf:before {
  content: "\f7eb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-bring-forward:before {
  content: "\f856"; }

.fa-bring-front:before {
  content: "\f857"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burger-soda:before {
  content: "\f858"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-cactus:before {
  content: "\f8a7"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camcorder:before {
  content: "\f8a8"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-home:before {
  content: "\f8fe"; }

.fa-camera-movie:before {
  content: "\f8a9"; }

.fa-camera-polaroid:before {
  content: "\f8aa"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-building:before {
  content: "\f859"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-bus:before {
  content: "\f85a"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caravan-alt:before {
  content: "\e000"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cars:before {
  content: "\f85b"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cassette-tape:before {
  content: "\f8ab"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cat-space:before {
  content: "\e001"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cctv:before {
  content: "\f8ac"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-chart-scatter:before {
  content: "\f7ee"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-cheese-swiss:before {
  content: "\f7f0"; }

.fa-cheeseburger:before {
  content: "\f7f1"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clarinet:before {
  content: "\f8ad"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-music:before {
  content: "\f8ae"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-pot:before {
  content: "\e002"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-coffin-cross:before {
  content: "\e051"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coin:before {
  content: "\f85c"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comet:before {
  content: "\e003"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-medical:before {
  content: "\f7f4"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-music:before {
  content: "\f8af"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-music:before {
  content: "\f8b0"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-computer-classic:before {
  content: "\f8b1"; }

.fa-computer-speaker:before {
  content: "\f8b2"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-construction:before {
  content: "\f85d"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cowbell:before {
  content: "\f8b3"; }

.fa-cowbell-more:before {
  content: "\f8b4"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-croissant:before {
  content: "\f7f6"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digging:before {
  content: "\f85e"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-disc-drive:before {
  content: "\f8b5"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-drone:before {
  content: "\f85f"; }

.fa-drone-alt:before {
  content: "\f860"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dryer:before {
  content: "\f861"; }

.fa-dryer-alt:before {
  content: "\f862"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-egg-fried:before {
  content: "\f7fc"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fan-table:before {
  content: "\e004"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-farm:before {
  content: "\f864"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-faucet-drip:before {
  content: "\e006"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-music:before {
  content: "\f8b6"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-search:before {
  content: "\f865"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-film-canister:before {
  content: "\f8b7"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flashlight:before {
  content: "\f8b8"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-flute:before {
  content: "\f8b9"; }

.fa-flux-capacitor:before {
  content: "\f8ba"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-download:before {
  content: "\e053"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folder-upload:before {
  content: "\e054"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-font-case:before {
  content: "\f866"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-galaxy:before {
  content: "\e008"; }

.fa-game-board:before {
  content: "\f867"; }

.fa-game-board-alt:before {
  content: "\f868"; }

.fa-game-console-handheld:before {
  content: "\f8bb"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gamepad-alt:before {
  content: "\f8bc"; }

.fa-garage:before {
  content: "\e009"; }

.fa-garage-car:before {
  content: "\e00a"; }

.fa-garage-open:before {
  content: "\e00b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-citrus:before {
  content: "\f869"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gramophone:before {
  content: "\f8bd"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-guitar-electric:before {
  content: "\f8be"; }

.fa-guitars:before {
  content: "\f8bf"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-h4:before {
  content: "\f86a"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-chef:before {
  content: "\f86b"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-side-brain:before {
  content: "\f808"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-headphones:before {
  content: "\f8c2"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-heat:before {
  content: "\e00c"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-horizontal-rule:before {
  content: "\f86c"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-horse-saddle:before {
  content: "\f8c3"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hospitals:before {
  content: "\f80e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house:before {
  content: "\e00d"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-day:before {
  content: "\e00e"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-house-leave:before {
  content: "\e00f"; }

.fa-house-night:before {
  content: "\e010"; }

.fa-house-return:before {
  content: "\e011"; }

.fa-house-signal:before {
  content: "\e012"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-icons-alt:before {
  content: "\f86e"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-image-polaroid:before {
  content: "\f8c4"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-joystick:before {
  content: "\f8c5"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-jug:before {
  content: "\f8c6"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-kazoo:before {
  content: "\f8c7"; }

.fa-kerning:before {
  content: "\f86f"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-lamp-desk:before {
  content: "\e014"; }

.fa-lamp-floor:before {
  content: "\e015"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lasso:before {
  content: "\f8c8"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-light-ceiling:before {
  content: "\e016"; }

.fa-light-switch:before {
  content: "\e017"; }

.fa-light-switch-off:before {
  content: "\e018"; }

.fa-light-switch-on:before {
  content: "\e019"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-line-columns:before {
  content: "\f870"; }

.fa-line-height:before {
  content: "\f871"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-music:before {
  content: "\f8c9"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-meat:before {
  content: "\f814"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microphone-stand:before {
  content: "\f8cb"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-microwave:before {
  content: "\e01b"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-money-check-edit:before {
  content: "\f872"; }

.fa-money-check-edit-alt:before {
  content: "\f873"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-alt:before {
  content: "\f8cd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mp3-player:before {
  content: "\f8ce"; }

.fa-mug:before {
  content: "\f874"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-mug-tea:before {
  content: "\f875"; }

.fa-music:before {
  content: "\f001"; }

.fa-music-alt:before {
  content: "\f8cf"; }

.fa-music-alt-slash:before {
  content: "\f8d0"; }

.fa-music-slash:before {
  content: "\f8d1"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-outlet:before {
  content: "\e01c"; }

.fa-oven:before {
  content: "\e01d"; }

.fa-overline:before {
  content: "\f876"; }

.fa-page-break:before {
  content: "\f877"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paragraph-rtl:before {
  content: "\f878"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-laptop:before {
  content: "\f87a"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-rotary:before {
  content: "\f8d3"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-piano:before {
  content: "\f8d4"; }

.fa-piano-keyboard:before {
  content: "\f8d5"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-planet-moon:before {
  content: "\e01f"; }

.fa-planet-ringed:before {
  content: "\e020"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-police-box:before {
  content: "\e021"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portal-enter:before {
  content: "\e022"; }

.fa-portal-exit:before {
  content: "\e023"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-search:before {
  content: "\f81a"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-projector:before {
  content: "\f8d6"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radar:before {
  content: "\e024"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-radio:before {
  content: "\f8d7"; }

.fa-radio-alt:before {
  content: "\f8d8"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-raygun:before {
  content: "\e025"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-refrigerator:before {
  content: "\e026"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-rings-wedding:before {
  content: "\f81b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocket-launch:before {
  content: "\e027"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-router:before {
  content: "\f8da"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

.fa-sack-dollar:before {
  content: "\f81d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salad:before {
  content: "\f81e"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sandwich:before {
  content: "\f81f"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-sax-hot:before {
  content: "\f8db"; }

.fa-saxophone:before {
  content: "\f8dc"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-image:before {
  content: "\f8f3"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-send-back:before {
  content: "\f87e"; }

.fa-send-backward:before {
  content: "\f87f"; }

.fa-sensor:before {
  content: "\e028"; }

.fa-sensor-alert:before {
  content: "\e029"; }

.fa-sensor-fire:before {
  content: "\e02a"; }

.fa-sensor-on:before {
  content: "\e02b"; }

.fa-sensor-smoke:before {
  content: "\e02c"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shish-kebab:before {
  content: "\f821"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sickle:before {
  content: "\f822"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signal-stream:before {
  content: "\f8dd"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-siren:before {
  content: "\e02d"; }

.fa-siren-on:before {
  content: "\e02e"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-cow:before {
  content: "\f8de"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snooze:before {
  content: "\f880"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-solar-system:before {
  content: "\e02f"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-alt:before {
  content: "\f883"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-circle:before {
  content: "\e030"; }

.fa-sort-circle-down:before {
  content: "\e031"; }

.fa-sort-circle-up:before {
  content: "\e032"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-shapes-down:before {
  content: "\f888"; }

.fa-sort-shapes-down-alt:before {
  content: "\f889"; }

.fa-sort-shapes-up:before {
  content: "\f88a"; }

.fa-sort-shapes-up-alt:before {
  content: "\f88b"; }

.fa-sort-size-down:before {
  content: "\f88c"; }

.fa-sort-size-down-alt:before {
  content: "\f88d"; }

.fa-sort-size-up:before {
  content: "\f88e"; }

.fa-sort-size-up-alt:before {
  content: "\f88f"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-space-station-moon:before {
  content: "\e033"; }

.fa-space-station-moon-alt:before {
  content: "\e034"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-sparkles:before {
  content: "\f890"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker:before {
  content: "\f8df"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-speakers:before {
  content: "\f8e0"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-sprinkler:before {
  content: "\e035"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-star-shooting:before {
  content: "\e036"; }

.fa-starfighter:before {
  content: "\e037"; }

.fa-starfighter-alt:before {
  content: "\e038"; }

.fa-stars:before {
  content: "\f762"; }

.fa-starship:before {
  content: "\e039"; }

.fa-starship-freighter:before {
  content: "\e03a"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-stretcher:before {
  content: "\f825"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunglasses:before {
  content: "\f892"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-sword-laser:before {
  content: "\e03b"; }

.fa-sword-laser-alt:before {
  content: "\e03c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-swords-laser:before {
  content: "\e03d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-telescope:before {
  content: "\e03e"; }

.fa-temperature-down:before {
  content: "\e03f"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-temperature-up:before {
  content: "\e040"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text:before {
  content: "\f893"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-size:before {
  content: "\f894"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-transporter:before {
  content: "\e042"; }

.fa-transporter-1:before {
  content: "\e043"; }

.fa-transporter-2:before {
  content: "\e044"; }

.fa-transporter-3:before {
  content: "\e045"; }

.fa-transporter-empty:before {
  content: "\e046"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-trash-undo:before {
  content: "\f895"; }

.fa-trash-undo-alt:before {
  content: "\f896"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-tree-palm:before {
  content: "\f82b"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-triangle-music:before {
  content: "\f8e2"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-trumpet:before {
  content: "\f8e3"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turntable:before {
  content: "\f8e4"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-alt:before {
  content: "\f8e5"; }

.fa-tv-music:before {
  content: "\f8e6"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typewriter:before {
  content: "\f8e7"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-ufo:before {
  content: "\e047"; }

.fa-ufo-beam:before {
  content: "\e048"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usb-drive:before {
  content: "\f8e9"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alien:before {
  content: "\e04a"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-cowboy:before {
  content: "\f8ea"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-music:before {
  content: "\f8eb"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-robot:before {
  content: "\e04b"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-user-unlock:before {
  content: "\e058"; }

.fa-user-visor:before {
  content: "\e04c"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-users-medical:before {
  content: "\f830"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vacuum:before {
  content: "\e04d"; }

.fa-vacuum-robot:before {
  content: "\e04e"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-vhs:before {
  content: "\f8ec"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-violin:before {
  content: "\f8ed"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-wagon-covered:before {
  content: "\f8ee"; }

.fa-walker:before {
  content: "\f831"; }

.fa-walkie-talkie:before {
  content: "\f8ef"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-washer:before {
  content: "\f898"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-calculator:before {
  content: "\f8f0"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-wave-sine:before {
  content: "\f899"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-wave-triangle:before {
  content: "\f89a"; }

.fa-waveform:before {
  content: "\f8f1"; }

.fa-waveform-path:before {
  content: "\f8f2"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-webcam:before {
  content: "\f832"; }

.fa-webcam-slash:before {
  content: "\f833"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-turbine:before {
  content: "\f89b"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-frame:before {
  content: "\e04f"; }

.fa-window-frame-open:before {
  content: "\e050"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fontawesome-pro/fa-regular-400.eot");
  src: url("/assets/fonts/fontawesome-pro/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fontawesome-pro/fa-regular-400.woff2") format("woff2"), url("/assets/fonts/fontawesome-pro/fa-regular-400.woff") format("woff"), url("/assets/fonts/fontawesome-pro/fa-regular-400.ttf") format("truetype"), url("/assets/fonts/fontawesome-pro/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fontawesome-pro/fa-solid-900.eot");
  src: url("/assets/fonts/fontawesome-pro/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fontawesome-pro/fa-solid-900.woff2") format("woff2"), url("/assets/fonts/fontawesome-pro/fa-solid-900.woff") format("woff"), url("/assets/fonts/fontawesome-pro/fa-solid-900.ttf") format("truetype"), url("/assets/fonts/fontawesome-pro/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fontawesome-pro/fa-brands-400.eot");
  src: url("/assets/fonts/fontawesome-pro/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fontawesome-pro/fa-brands-400.woff2") format("woff2"), url("/assets/fonts/fontawesome-pro/fa-brands-400.woff") format("woff"), url("/assets/fonts/fontawesome-pro/fa-brands-400.ttf") format("truetype"), url("/assets/fonts/fontawesome-pro/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

:root,
.theme--theme-1 {
  --theme-color-primary: #B00F8C;
  --theme-color-secondary: #5E3694;
  --theme-color-secondary-light: #8c59a9;
  --theme-color-tertiary: #2C378E;
  --theme-color-background: var(--theme-color-primary);
  --theme-color-secondary-background: var(--theme-color-secondary); }

.theme--theme-2 {
  --theme-color-primary: #06AEB1;
  --theme-color-secondary: #A0D650;
  --theme-color-secondary-light: #aedc6a;
  --theme-color-tertiary: #F4A71C;
  --theme-color-background: var(--theme-color-primary);
  --theme-color-secondary-background: var(--theme-color-secondary); }

.theme--theme-3 {
  --theme-color-primary: #EC1D23;
  --theme-color-secondary: #F3681E;
  --theme-color-secondary-light: #ff9961;
  --theme-color-tertiary: #FDCB17;
  --theme-color-background: var(--theme-color-primary);
  --theme-color-secondary-background: var(--theme-color-secondary); }

.theme--theme-4 {
  --theme-color-primary: #1996C8;
  --theme-color-secondary: #C5218A;
  --theme-color-secondary-light: #d73fa0;
  --theme-color-tertiary: #EB104D;
  --theme-color-background: var(--theme-color-primary);
  --theme-color-secondary-background: var(--theme-color-secondary); }

.theme--theme-5 {
  --theme-color-primary: #1D73BB;
  --theme-color-secondary: #382A92;
  --theme-color-secondary-light: #5b4bc2;
  --theme-color-tertiary: #9A09A3;
  --theme-color-background: var(--theme-color-primary);
  --theme-color-secondary-background: var(--theme-color-secondary); }

.theme--theme-6 {
  --theme-color-primary: #55519A;
  --theme-color-secondary: #01B6B4;
  --theme-color-secondary-light: #28c7c4;
  --theme-color-tertiary: #A54C6D;
  --theme-color-background: var(--theme-color-primary);
  --theme-color-secondary-background: var(--theme-color-secondary); }

/*----------------
VENDORS:
Styling from third party elements. Only style imports from node_modules.
----------------*/
/*----------------
TOOLS:
Only mixins
----------------*/
@keyframes focus-animation {
  0% {
    background-color: rgba(var(--color-primary), 0); }
  50% {
    background-color: rgba(var(--color-primary), 0.5); }
  100% {
    background-color: rgba(var(--color-primary), 0); } }

/*----------------
Classnaming exception because of Bootstrap naming
----------------*/
.row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.container-fluid,
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto; }

.container-fluid {
  width: 100%; }

.container {
  width: 1370px;
  max-width: 100%; }

[class*="col-"] {
  padding-right: 15px;
  width: 100%;
  padding-left: 15px;
  position: relative; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.offset-3 {
  margin-left: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.offset-6 {
  margin-left: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.offset-9 {
  margin-left: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.offset-12 {
  margin-left: 100%; }

@media (min-width: 0px) {
  .offset-xs-0 {
    margin-left: 0; }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-xs-1 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 0px) {
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-root-xs-1 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 0px) {
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-xs-2 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 0px) {
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-root-xs-2 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 0px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-xs-3 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 0px) {
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-root-xs-3 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 0px) {
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-xs-4 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 0px) {
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-root-xs-4 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 0px) {
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-xs-5 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 0px) {
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-root-xs-5 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 0px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-xs-6 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 0px) {
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-root-xs-6 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 0px) {
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-xs-7 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 0px) {
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-root-xs-7 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 0px) {
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-xs-8 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 0px) {
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-root-xs-8 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 0px) {
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-xs-9 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 0px) {
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-root-xs-9 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 0px) {
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-xs-10 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 0px) {
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-root-xs-10 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 0px) {
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-xs-11 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 0px) {
  .offset-xs-11 {
    margin-left: 91.66667%; }
  .offset-root-xs-11 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 0px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-xs-12 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .col-root-xs-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 0px) {
  .offset-xs-12 {
    margin-left: 100%; }
  .offset-root-xs-12 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 0px) and (max-width: 1370px) {
    .offset-root-xs-12 {
      margin-left: calc(100vw / 12 * 12); } }

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-sm-1 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-root-sm-1 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-sm-2 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-root-sm-2 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-sm-3 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-root-sm-3 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-sm-4 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-root-sm-4 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-sm-5 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-root-sm-5 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-sm-6 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-root-sm-6 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 576px) {
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-sm-7 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-root-sm-7 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 576px) {
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-sm-8 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-root-sm-8 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 576px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-sm-9 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-root-sm-9 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 576px) {
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-sm-10 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-root-sm-10 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 576px) {
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-sm-11 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .offset-root-sm-11 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-sm-12 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .col-root-sm-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 576px) {
  .offset-sm-12 {
    margin-left: 100%; }
  .offset-root-sm-12 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 576px) and (max-width: 1370px) {
    .offset-root-sm-12 {
      margin-left: calc(100vw / 12 * 12); } }

@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-md-1 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-root-md-1 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-md-2 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-root-md-2 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-md-3 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; }
  .offset-root-md-3 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-md-4 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-root-md-4 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-md-5 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-root-md-5 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-md-6 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; }
  .offset-root-md-6 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-md-7 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-root-md-7 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-md-8 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-root-md-8 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-md-9 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; }
  .offset-root-md-9 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-md-10 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-root-md-10 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-md-11 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.66667%; }
  .offset-root-md-11 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-md-12 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .col-root-md-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 768px) {
  .offset-md-12 {
    margin-left: 100%; }
  .offset-root-md-12 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 768px) and (max-width: 1370px) {
    .offset-root-md-12 {
      margin-left: calc(100vw / 12 * 12); } }

@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-lg-1 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-root-lg-1 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-lg-2 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-root-lg-2 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-lg-3 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-root-lg-3 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-lg-4 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-root-lg-4 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-lg-5 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-root-lg-5 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-lg-6 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-root-lg-6 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-lg-7 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-root-lg-7 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-lg-8 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-root-lg-8 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-lg-9 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-root-lg-9 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-lg-10 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-root-lg-10 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-lg-11 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .offset-root-lg-11 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-lg-12 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .col-root-lg-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 992px) {
  .offset-lg-12 {
    margin-left: 100%; }
  .offset-root-lg-12 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 992px) and (max-width: 1370px) {
    .offset-root-lg-12 {
      margin-left: calc(100vw / 12 * 12); } }

@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-xl-1 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-root-xl-1 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-xl-2 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-root-xl-2 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-xl-3 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-root-xl-3 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-xl-4 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-root-xl-4 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-xl-5 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-root-xl-5 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-xl-6 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-root-xl-6 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 1200px) {
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-xl-7 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-root-xl-7 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-xl-8 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-root-xl-8 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-xl-9 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-root-xl-9 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-xl-10 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-root-xl-10 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 1200px) {
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-xl-11 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .offset-root-xl-11 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-xl-12 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .col-root-xl-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 1200px) {
  .offset-xl-12 {
    margin-left: 100%; }
  .offset-root-xl-12 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .offset-root-xl-12 {
      margin-left: calc(100vw / 12 * 12); } }

@media (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-xxl-1 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 1400px) {
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-root-xxl-1 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 1); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 1400px) {
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-xxl-2 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 1400px) {
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-root-xxl-2 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 2); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 1400px) {
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-xxl-3 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 1400px) {
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-root-xxl-3 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 3); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 1400px) {
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-xxl-4 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 1400px) {
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-root-xxl-4 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 4); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 1400px) {
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-xxl-5 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 1400px) {
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-root-xxl-5 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 5); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 1400px) {
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-xxl-6 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 1400px) {
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-root-xxl-6 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 6); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 1400px) {
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-xxl-7 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 1400px) {
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-root-xxl-7 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 7); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 1400px) {
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-xxl-8 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 1400px) {
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-root-xxl-8 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 8); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 1400px) {
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-xxl-9 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 1400px) {
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-root-xxl-9 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 9); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 1400px) {
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-xxl-10 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 1400px) {
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-root-xxl-10 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 10); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 1400px) {
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-xxl-11 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 1400px) {
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .offset-root-xxl-11 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 11); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 1400px) {
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-xxl-12 {
    max-width: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .col-root-xxl-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 1400px) {
  .offset-xxl-12 {
    margin-left: 100%; }
  .offset-root-xxl-12 {
    margin-left: calc((100vw - (100vw - 1370px)) / 12 * 12); } }
  @media only screen and (min-width: 1400px) and (max-width: 1370px) {
    .offset-root-xxl-12 {
      margin-left: calc(100vw / 12 * 12); } }

/*----------------
DEVELOPMENT:
Only for development purposes 

Use: .d-[name]
----------------*/
.d-bar {
  position: fixed;
  width: 100%;
  padding: 2rem 0;
  bottom: 1rem;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 0px 35px rgba(22, 22, 29, 0.3);
  background-color: #ffffff;
  transition: ease 300ms;
  transition-property: bottom transform; }
  .d-bar:hover {
    bottom: 0;
    transform: translate3d(0, 0, 0); }

.bar__button {
  padding: 1rem 2rem;
  background-color: var(--color-primary);
  color: #ffffff;
  border: none; }

.d-grid-view {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100; }
  .d-grid-view.is--active {
    opacity: 0.3; }

.grid-view__row,
.grid-view__container,
.grid-view__col {
  height: 100%; }

.grid-view__col::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: skyblue; }

.s-guide-nav {
  position: relative;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0 0px 5px rgba(22, 22, 29, 0.3); }
  @media (min-width: 992px) {
    .s-guide-nav {
      position: fixed; } }

.guide-nav__logo {
  width: 100%;
  padding: 1rem 0;
  max-width: 250px;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
  position: relative; }

.guide-nav__items {
  padding-left: 0;
  margin: 0 -15px;
  display: none; }
  @media (min-width: 992px) {
    .guide-nav__items {
      display: block; } }

.guide-nav__childs {
  padding-left: 0; }

.guide-nav__item,
.guide-nav__child {
  list-style: none; }

.guide-nav__child-link {
  padding: 0.5rem 0 0.5rem 30px;
  font-weight: 500; }

.guide-nav__item-link {
  padding: 1rem 15px;
  font-weight: 700; }

.guide-nav__item-link,
.guide-nav__child-link {
  display: block;
  text-decoration: none;
  transition: ease 300ms;
  transition-property: padding;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .guide-nav__item-link::after,
  .guide-nav__child-link::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: width;
    left: 0;
    top: 0;
    border-radius: 0px 5px 5px 0px;
    background-color: var(--color-primary); }
  .guide-nav__item-link:hover,
  .guide-nav__child-link:hover {
    padding-left: 20px;
    text-decoration: none; }
    .guide-nav__item-link:hover::after,
    .guide-nav__child-link:hover::after {
      width: 5px; }

.guide-nav__child-link:hover {
  padding-left: 35px; }

.s-guide-section {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.guide-section__part {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #16161d; }

.guide-font__heading {
  font-weight: 700; }

.guide-font__examples {
  display: flex; }

.guide-font__example {
  font-size: 62px;
  margin: 0 5px; }

.guide-font__example--bold {
  font-weight: 700; }

.guide-font__example--italic {
  font-style: italic; }

.s-guide-block {
  padding-bottom: 2rem;
  display: flex; }

.s-guide-title {
  margin-bottom: 4rem; }
  .s-guide-title::after {
    content: '';
    width: 40px;
    padding: 4px;
    border-radius: 5px;
    background-color: var(--color-primary);
    position: absolute;
    display: block; }

.s-guide-component,
.s-guide-utility {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4rem 15px;
  box-shadow: 0 0px 5px rgba(22, 22, 29, 0.3);
  border-radius: 5px;
  transition: ease 300ms;
  transition-property: box-shadow;
  overflow: hidden;
  background-color: #ffffff; }

.s-guide-utility {
  height: calc(100% - 4rem); }

.guide-component--full {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  z-index: 100; }

.guide-component__buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-start; }

.guide-component__button {
  position: relative;
  text-decoration: none;
  padding: 1rem;
  background-color: var(--color-primary);
  color: #ffffff;
  cursor: pointer;
  transition: ease 300ms;
  transition-property: opacity; }
  html.has--mouse .guide-component__button:hover {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8; }

.guide-component__button--secondary {
  background-color: rgba(var(--color-primary), 0.8); }

.guide-component__button--tertiary {
  background-color: rgba(var(--color-primary), 0.6);
  border-radius: 0 0 0 5px; }

.guide-component__buttons--relative {
  position: relative; }

.s-guide-block:hover {
  cursor: pointer; }
  .s-guide-block:hover .guide-block__example {
    box-shadow: 0 0px 35px rgba(22, 22, 29, 0.3); }

.guide-block__example {
  padding: 4rem;
  width: 0;
  position: relative;
  border-radius: 5px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 5px rgba(22, 22, 29, 0.3);
  transition: ease 300ms;
  transition-property: box-shadow; }

.guide-block__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.guide-block__content {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  justify-content: center; }

.guide-block__title {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.s-guide-heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  min-height: 65px; }

.s-guide-copy {
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  animation-name: copyAnimation;
  animation-duration: 500ms; }

.guide-copy__text {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  font-weight: bold;
  font-size: 40px; }
  @media screen and (min-width: 576px) {
    .guide-copy__text {
      font-size: calc(40px + 60 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    .guide-copy__text {
      font-size: 100px; } }

@keyframes copyAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*----------------
BASE:
Only HTML tags
----------------*/
:root,
body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  height: 100vh;
  overflow: hidden; }

/* width */
::-webkit-scrollbar {
  width: 0px;
  height: 0px; }

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

* {
  margin: 0;
  padding: 0; }

:root {
  font-size: 62.5%; }

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  font-family: "nudista-web", sans-serif; }

p,
ul,
ol {
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 2rem; }
  @media (max-width: 576px) {
    p,
    ul,
    ol {
      line-height: 1.5;
      font-size: 1.6rem; } }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }
  p b, p strong,
  ul b,
  ul strong,
  ol b,
  ol strong {
    font-weight: 600; }

ul,
ol {
  margin-left: 20px; }

img {
  width: 100%;
  height: auto;
  border-radius: 15px; }

.flexContainerHorizontal {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.half {
  width: 50%; }

.is--ie11 c-menu,
.is--ie11 c-content,
.is--ie11 c-indicator,
.is--ie11 c-scroll-icon,
.is--ie10 c-menu,
.is--ie10 c-content,
.is--ie10 c-indicator,
.is--ie10 c-scroll-icon,
.is--ie9 c-menu,
.is--ie9 c-content,
.is--ie9 c-indicator,
.is--ie9 c-scroll-icon {
  display: none; }

.is--ie11 body::after,
.is--ie10 body::after,
.is--ie9 body::after {
  content: "Deze browser wordt helaas niet meer ondersteund.";
  position: absolute;
  z-index: 100;
  left: 0;
  font-size: 56px;
  font-weight: bold;
  bottom: 50%;
  width: 100%;
  text-align: center; }

.is--ie11 body::before,
.is--ie10 body::before,
.is--ie9 body::before {
  content: "Bekijk deze website in een moderne browser.";
  position: absolute;
  z-index: 100;
  left: 0;
  font-size: 42px;
  font-weight: bold;
  top: 50%;
  width: 100%;
  text-align: center; }

.gradient__green {
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary), var(--theme-color-tertiary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent; }

.cera-test {
  display: flex;
  flex-direction: column-reverse; }

@media (min-width: 768px) {
  .cera-test {
    display: block; } }

/*----------------
UTILITIES:

Use: .u-[name]
----------------*/
.u-text--center {
  text-align: center; }
  @media (min-width: 0px) {
    .u-text--center-xs {
      text-align: center; } }
  @media (min-width: 576px) {
    .u-text--center-sm {
      text-align: center; } }
  @media (min-width: 768px) {
    .u-text--center-md {
      text-align: center; } }
  @media (min-width: 992px) {
    .u-text--center-lg {
      text-align: center; } }
  @media (min-width: 1200px) {
    .u-text--center-xl {
      text-align: center; } }
  @media (min-width: 1400px) {
    .u-text--center-xxl {
      text-align: center; } }

.u-text--right {
  text-align: right; }
  @media (min-width: 0px) {
    .u-text--right-xs {
      text-align: right; } }
  @media (min-width: 576px) {
    .u-text--right-sm {
      text-align: right; } }
  @media (min-width: 768px) {
    .u-text--right-md {
      text-align: right; } }
  @media (min-width: 992px) {
    .u-text--right-lg {
      text-align: right; } }
  @media (min-width: 1200px) {
    .u-text--right-xl {
      text-align: right; } }
  @media (min-width: 1400px) {
    .u-text--right-xxl {
      text-align: right; } }

.u-text--left {
  text-align: left; }
  @media (min-width: 0px) {
    .u-text--left-xs {
      text-align: left; } }
  @media (min-width: 576px) {
    .u-text--left-sm {
      text-align: left; } }
  @media (min-width: 768px) {
    .u-text--left-md {
      text-align: left; } }
  @media (min-width: 992px) {
    .u-text--left-lg {
      text-align: left; } }
  @media (min-width: 1200px) {
    .u-text--left-xl {
      text-align: left; } }
  @media (min-width: 1400px) {
    .u-text--left-xxl {
      text-align: left; } }

.u-text--light,
.u-text--light h1:not(.u-title--gradient),
.u-text--light h2:not(.u-title--gradient),
.u-text--light h3:not(.u-title--gradient),
.u-text--light h4:not(.u-title--gradient),
.u-text--light p,
.u-text--light .u-quote {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff; }

.u-text--dark,
.u-text--dark h1:not(.u-title--gradient),
.u-text--dark h2:not(.u-title--gradient),
.u-text--dark h3:not(.u-title--gradient),
.u-text--dark h4:not(.u-title--gradient),
.u-text--dark p {
  color: #16161d; }

.u-text--lowercase {
  text-transform: lowercase; }

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

.u-none-select {
  user-select: none; }

h1,
.u-h1 {
  font-size: 84px;
  line-height: 1.08;
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  font-size: 42px;
  margin: 0; }
  @media screen and (min-width: 576px) {
    h1,
    .u-h1 {
      font-size: calc(42px + 42 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    h1,
    .u-h1 {
      font-size: 84px; } }

h2,
.u-h2 {
  font-size: 34px;
  line-height: 1.08;
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  margin-bottom: 15px; }
  @media screen and (min-width: 576px) {
    h2,
    .u-h2 {
      font-size: calc(34px + 30 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    h2,
    .u-h2 {
      font-size: 64px; } }

h3,
.u-h3 {
  font-size: 32px;
  line-height: 1.08;
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  margin-bottom: 15px; }
  @media screen and (min-width: 576px) {
    h3,
    .u-h3 {
      font-size: calc(32px + 10 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    h3,
    .u-h3 {
      font-size: 42px; } }

h4,
.u-h4 {
  font-size: 24px;
  line-height: 1.08;
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  margin-bottom: 15px; }
  @media screen and (min-width: 576px) {
    h4,
    .u-h4 {
      font-size: calc(24px + 8 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    h4,
    .u-h4 {
      font-size: 32px; } }

h5,
.u-h5 {
  font-size: 21px;
  line-height: 1.08;
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  margin-bottom: 15px; }
  @media screen and (min-width: 576px) {
    h5,
    .u-h5 {
      font-size: calc(21px + 3 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    h5,
    .u-h5 {
      font-size: 24px; } }

.u-spacing--bottom,
.u-spacing {
  padding-bottom: 1rem; }

.u-spacing--top,
.u-spacing {
  padding-top: 1rem; }

.u-border--top {
  border-top: 1px solid #ffffff; }

.u-border--bottom {
  border-bottom: 1px solid #ffffff; }

.u-border--left {
  border-left: 1px solid #ffffff; }

.u-border--right {
  border-right: 1px solid #ffffff; }

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

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

.u-title {
  margin-bottom: 30px; }

.u-title--gradient {
  margin-bottom: 30px;
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.u-title--sub {
  margin-bottom: 15px;
  color: var(--case-gradient-first);
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem !important;
  font-family: "nudista-web", sans-serif;
  font-weight: 700; }
  .u-title--sub:last-child {
    margin-bottom: 0; }

.u-replace-letter--happy {
  width: 4rem;
  position: relative;
  display: inline-block;
  text-indent: -9999px; }
  .u-replace-letter--happy::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url("/assets/img/happy.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 4rem;
    width: 4rem;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  @media (max-width: 576px) {
    .u-replace-letter--happy {
      width: 2.8rem; }
      .u-replace-letter--happy::before {
        width: 2.8rem;
        height: 2.8rem; } }

.u-replace-letter--business {
  width: 4rem;
  position: relative;
  display: inline-block;
  text-indent: -9999px; }
  .u-replace-letter--business::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url("/assets/img/business.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 4rem;
    width: 4rem;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  @media (max-width: 576px) {
    .u-replace-letter--business {
      width: 2.8rem; }
      .u-replace-letter--business::before {
        width: 2.8rem;
        height: 2.8rem; } }

.u-replace-letter--world {
  width: 4rem;
  position: relative;
  display: inline-block;
  text-indent: -9999px; }
  .u-replace-letter--world::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url("/assets/img/world.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 4rem;
    width: 4rem;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  @media (max-width: 576px) {
    .u-replace-letter--world {
      width: 2.8rem; }
      .u-replace-letter--world::before {
        width: 2.8rem;
        height: 2.8rem; } }

.u-paragraph--small {
  font-size: 12px; }

.u-paragraph--bold {
  font-family: "nudista-web", sans-serif;
  font-weight: 700; }

.u-paragraph--intro-gradient,
.u-paragraph--intro {
  font-size: 18px;
  font-family: "nudista-web", sans-serif;
  font-weight: 700; }
  @media (min-width: 768px) {
    .u-paragraph--intro-gradient,
    .u-paragraph--intro {
      font-size: 21px; } }

.u-paragraph--intro-gradient {
  color: var(--case-gradient-first);
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.u-background--accent,
.u-background--color,
.u-background--light,
.u-background--secondary-color {
  background-color: #ffffff;
  position: relative; }
  .u-background--accent a:not(.c-button):not(.c-button-quaternary),
  .u-background--color a:not(.c-button):not(.c-button-quaternary),
  .u-background--light a:not(.c-button):not(.c-button-quaternary),
  .u-background--secondary-color a:not(.c-button):not(.c-button-quaternary) {
    color: #16161d; }
  .u-background--accent::before,
  .u-background--color::before,
  .u-background--light::before,
  .u-background--secondary-color::before {
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.u-background--accent::before {
  background-color: var(--theme-color-background);
  opacity: 0.15; }

.u-background--accent.is--darker::before {
  opacity: 1; }

.u-background--color::before {
  background-color: var(--theme-color-background); }

.u-background--secondary-color::before {
  background-color: var(--theme-color-secondary-background); }

.u-checklist {
  list-style: none;
  margin-left: 0;
  position: relative; }
  .u-checklist li {
    padding-left: 30px; }
    .u-checklist li::before {
      content: "\f00c";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 100;
      left: -15px;
      transform: scale(0.7) translate3d(18px, -7px, 0);
      font-size: 2.8rem;
      display: inline-block;
      position: absolute; }
    .u-checklist li.u-paragraph--intro-gradient::before {
      -webkit-text-fill-color: var(--theme-color-primary); }

.u-more-link {
  color: var(--theme-color-primary);
  margin-top: 30px;
  display: inline-block; }
  .u-more-link.is--back .more-link__icon {
    margin-left: 0px;
    margin-right: 5px; }

.more-link__icon {
  margin-left: 5px; }

.u-hover-label {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -10px, 0);
  white-space: nowrap;
  top: 100%;
  padding: 5px 15px;
  margin-top: 20px;
  background-color: var(--color-tertiary);
  border-radius: 15px;
  line-height: 1;
  padding-top: 8px;
  pointer-events: none;
  opacity: 0;
  font-size: 16px;
  color: #ffffff;
  transition: ease 300ms;
  transition-property: opacity, transform; }
  @media (max-width: 1400px) {
    .u-hover-label.is--end {
      left: auto;
      right: -4px;
      transform: translate3d(0, -10px, 0); }
      .u-hover-label.is--end::before {
        right: 5px;
        left: auto; } }
  .u-hover-label::before {
    content: '';
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(45deg);
    position: absolute;
    border-radius: 3px 3px 16px 3px;
    top: -6px;
    background-color: var(--color-tertiary);
    z-index: -1; }

html.has--mouse .hover-label--container:hover {
  cursor: pointer; }
  html.has--mouse .hover-label--container:hover .u-hover-label {
    opacity: 1;
    transform: translate3d(-50%, 0, 0); }
    @media (max-width: 1400px) {
      html.has--mouse .hover-label--container:hover .u-hover-label.is--end {
        transform: translate3d(0, 0, 0); } }

.has--keyboard-focus .hover-label--container:focus .u-hover-label {
  opacity: 1;
  transform: translate3d(-50%, 0, 0); }
  @media (max-width: 1400px) {
    .has--keyboard-focus .hover-label--container:focus .u-hover-label.is--end {
      transform: translate3d(0, 0, 0); } }

.u-quote {
  font-family: "nudista-web", sans-serif;
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary));
  font-weight: 400;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .u-quote::before {
    content: '”';
    font-size: 10.8rem;
    position: absolute;
    left: -48px;
    top: -16px; }

.u-wysiwyg a:not(.c-button-quaternary) {
  text-decoration: none !important;
  border-bottom: 2px solid var(--theme-color-primary); }
  html.has--mouse .u-wysiwyg a:not(.c-button-quaternary):hover {
    cursor: pointer;
    border-bottom-style: dashed; }

.u-wysiwyg--light a:not(.c-button-quaternary) {
  text-decoration: none !important;
  border-bottom: 2px solid var(--color-tertiary); }
  html.has--mouse .u-wysiwyg--light a:not(.c-button-quaternary):hover {
    cursor: pointer;
    border-bottom-style: dashed; }

.u-overlapping-image--leraar-r {
  width: 50%;
  max-width: 700px;
  position: absolute;
  z-index: 100;
  display: block;
  transform: translate3d(-180px, -240px, 10px);
  -webkit-mask-image: linear-gradient(to right, transparent 30px, black 25%);
  pointer-events: none; }

.u-overlapping-image--emergis--container,
.u-overlapping-image--nva--container {
  position: relative;
  padding: 0 !important; }

.u-overlapping-image--emergis {
  position: absolute;
  z-index: 10;
  transform: translate3d(-50%, -124px, 0);
  width: 75%;
  left: 50%; }

.u-overlapping-image--nva {
  position: absolute;
  max-width: 900px;
  left: 45%;
  z-index: 100;
  transform: translate3d(0, 50%, 0);
  z-index: 100;
  -webkit-mask-image: linear-gradient(to top, transparent 30px, black 25%); }

.overlapping-image--bam-first--container {
  position: absolute;
  padding: 0 !important;
  height: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .overlapping-image--bam-first--container {
      position: relative; } }
  .overlapping-image--bam-first--container + div {
    margin-bottom: 90px; }
    @media (min-width: 768px) {
      .overlapping-image--bam-first--container + div {
        max-width: 50%;
        margin-left: auto; } }

.overlapping-image--bam-first {
  max-width: 35%;
  position: absolute;
  z-index: 1;
  bottom: 160px; }
  @media (min-width: 768px) {
    .overlapping-image--bam-first {
      bottom: auto;
      top: 80px; } }

.overlapping-image--bam-second--container {
  position: absolute;
  max-width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .overlapping-image--bam-second--container {
      position: relative; } }
  @media (min-width: 768px) {
    .overlapping-image--bam-second--container + div {
      max-width: 50%;
      margin-right: auto; } }

.overlapping-image--bam-second {
  max-width: 55%;
  right: 0;
  bottom: -30px;
  position: absolute;
  z-index: 1; }
  @media (min-width: 768px) {
    .overlapping-image--bam-second {
      top: 0;
      bottom: auto; } }

.overlapping-image--bam-tertiary--container {
  position: absolute;
  padding: 0 !important;
  max-width: 100%;
  height: 100%;
  bottom: 0; }
  @media (min-width: 768px) {
    .overlapping-image--bam-tertiary--container {
      position: relative; } }

.overlapping-image--bam-tertiary {
  position: absolute;
  width: 30%;
  bottom: 0;
  right: 0;
  opacity: 0.5; }
  @media (min-width: 768px) {
    .overlapping-image--bam-tertiary {
      bottom: -40px;
      right: auto;
      opacity: 1;
      width: 22%;
      top: -200px; } }

.overlapping-image--bam-quaternary--container {
  position: absolute;
  padding: 0 !important;
  max-width: 100%; }
  @media (min-width: 768px) {
    .overlapping-image--bam-quaternary--container {
      position: relative; } }
  .overlapping-image--bam-quaternary--container + div {
    margin-top: 200px;
    z-index: 10; }
    @media (min-width: 768px) {
      .overlapping-image--bam-quaternary--container + div {
        margin-top: 300px; } }
    @media (min-width: 992px) {
      .overlapping-image--bam-quaternary--container + div {
        margin-top: 500px; } }
    @media (min-width: 1200px) {
      .overlapping-image--bam-quaternary--container + div {
        margin-top: 800px; } }

.overlapping-image--bam-quaternary {
  position: absolute;
  width: 40%;
  margin-left: 20%;
  top: 0px; }

.u-overlapping-image--drugs-1--container {
  order: 2;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: -15%;
  margin-bottom: -25%; }
  @media (min-width: 768px) {
    .u-overlapping-image--drugs-1--container {
      left: -40%;
      width: auto; } }

.u-alert {
  background-color: #BDFF00;
  font-weight: 600;
  color: #16161d;
  transition: ease 300ms;
  transition-property: color, background-color; }

.u-alert:not(.sales-sidebar__action-label):hover {
  background-color: var(--color-tertiary);
  color: #ffffff; }

.u-leadinfo {
  opacity: 0;
  height: 0;
  max-height: 0;
  visibility: hidden;
  transition: ease 300ms;
  transition-property: visibility, opacity, max-height; }
  .u-leadinfo.is--active {
    height: auto;
    max-height: 200px;
    opacity: 1;
    visibility: visible; }

.leadinfo__label {
  text-decoration: underline; }

/*----------------
COMPONENTS:

Use: .c-[name]
----------------*/
.c-bypass-navigation {
  padding: 20px 0;
  z-index: 100;
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff; }

.bypass-navigation__link {
  position: relative; }

.c-file {
  display: flex;
  align-items: center; }

.has--keyboard-focus .file__input:focus + .file__btn {
  border-style: dotted;
  border-color: var(--color-primary);
  animation: focus-animation 1000ms ease infinite; }

.file__btn,
.file__return,
.file__remove {
  padding: 0;
  margin-bottom: 0; }

.file__btn {
  background-color: var(--color-primary); }
  html.has--mouse .file__btn:hover {
    cursor: pointer; }

.file__return {
  max-width: 300px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.file__preview {
  width: 100px;
  display: none; }
  .file__preview.is--visible {
    display: block; }

.file__remove {
  font-size: 2.2rem;
  display: none;
  cursor: pointer; }
  .file__remove.is--visible {
    display: block; }

.form__item-label {
  display: block; }

.form__item {
  padding: 0.5rem 0; }
  .form__item.has--error .form__item-error {
    color: red; }
  .form__item.has--error .form__item-input {
    border-color: red; }

.form__item-input {
  outline: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #16161d;
  font-size: 16px; }

.form__item-checkbox,
.form__item-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  .has--keyboard-focus .form__item-checkbox:focus ~ .form__item-selectbox, .has--keyboard-focus
  .form__item-radio:focus ~ .form__item-selectbox {
    outline-color: var(--color-primary);
    outline-width: 4px;
    outline-offset: 2px;
    outline-style: dashed;
    box-shadow: 8px 8px 0px #ffffff, -8px -8px 0px #ffffff, -8px 8px 0px #ffffff, 8px -8px 0px #ffffff; }
  html.has--mouse .form__item-checkbox:hover, html.has--mouse
  .form__item-radio:hover {
    cursor: pointer; }
    html.has--mouse .form__item-checkbox:hover ~ .form__item-selectbox::after, html.has--mouse
    .form__item-radio:hover ~ .form__item-selectbox::after {
      opacity: 0.5; }
  .form__item-check .form__item-checkbox:checked ~ .form__item-selectbox::after,
  .form__item-check .form__item-checkbox:hover:checked ~ .form__item-selectbox::after, .form__item-check
  .form__item-radio:checked ~ .form__item-selectbox::after,
  .form__item-check
  .form__item-radio:hover:checked ~ .form__item-selectbox::after {
    opacity: 1; }

.form__item--selectbox .form__item-check {
  padding-left: 30px;
  position: relative; }

.form__item-selectbox {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  height: 25px;
  width: 25px;
  background-color: color(light);
  border: 1px solid color(dark); }
  .form__item-selectbox::after {
    content: "";
    position: absolute;
    opacity: 0; }

.form__item-checkbox ~ .form__item-selectbox::after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid color(dark);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.form__item-radio ~ .form__item-selectbox {
  border-radius: 50%; }
  .form__item-radio ~ .form__item-selectbox::after {
    content: "";
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: color(dark);
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0); }

.c-custom-select {
  position: relative;
  width: 100%; }

.custom-select__selected {
  border: 1px solid #16161d;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  display: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    .custom-select__selected {
      display: block; } }

.custom-select__select {
  display: block; }
  @media (min-width: 768px) {
    .custom-select__select {
      display: none; } }

.custom-select__items {
  display: block; }
  .custom-select__items.is--hidden {
    display: none; }

.custom-select--secondary .custom-select__selected,
.custom-select--secondary .custom-select__select {
  background-color: var(--color-primary);
  border: none;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 40px 10px 20px; }

.c-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1rem;
  background-color: #ffffff;
  z-index: 200; }
  .c-modal.is--active {
    display: block; }

.has--modal {
  overflow: hidden; }
  .has--modal .modal__background {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: rgba(22, 22, 29, 0.6); }

.accordion__header {
  width: 100%; }

.accordion__panel {
  overflow: hidden;
  transition: ease 300ms;
  transition-property: max-height; }

.tab__panel {
  display: none; }
  .tab__panel.is--active {
    display: block; }

.c-tabcordion.is--tab .accordion__header {
  display: none; }

.c-tabcordion.is--accordion .accordion__panel {
  display: block; }

.c-tabcordion.is--accordion .tab__list {
  display: none; }

.c-tooltip {
  position: relative;
  display: inline-block; }
  .c-tooltip:hover:not(.tooltip--click) .tooltip__tip, .c-tooltip.is--active .tooltip__tip {
    display: block; }

html.has--mouse .tooltip__tool:hover {
  cursor: pointer;
  cursor: pointer; }

.tooltip--bottom .tooltip__tip,
.tooltip--top .tooltip__tip {
  left: 50%;
  transform: translate3d(-50%, 0, 0); }
  .tooltip--bottom .tooltip__tip::after,
  .tooltip--top .tooltip__tip::after {
    width: 100%;
    left: 0;
    height: 1rem; }

.tooltip--bottom .tooltip__arrow,
.tooltip--top .tooltip__arrow {
  left: calc(50% - (1rem / 2)); }

.tooltip--left .tooltip__tip,
.tooltip--right .tooltip__tip {
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  .tooltip--left .tooltip__tip::after,
  .tooltip--right .tooltip__tip::after {
    height: 100%;
    top: 0;
    width: 1rem; }

.tooltip--left .tooltip__arrow,
.tooltip--right .tooltip__arrow {
  top: calc(50% - (1rem / 2)); }

.tooltip--left .tooltip__tip {
  right: calc(100% + 1rem); }
  .tooltip--left .tooltip__tip::after {
    left: 100%; }

.tooltip--left .tooltip__arrow {
  right: calc(0px - (1rem / 2)); }

.tooltip--right .tooltip__tip {
  left: calc(100% + 1rem); }
  .tooltip--right .tooltip__tip::after {
    right: 100%; }

.tooltip--right .tooltip__arrow {
  left: calc(0px - (1rem / 2)); }

.tooltip--top .tooltip__tip {
  bottom: calc(100% + 1rem); }
  .tooltip--top .tooltip__tip::after {
    top: 100%; }

.tooltip--top .tooltip__arrow {
  bottom: calc(0px - (1rem / 2)); }

.tooltip--bottom .tooltip__tip {
  top: calc(100% + 1rem); }
  .tooltip--bottom .tooltip__tip::after {
    bottom: 100%; }

.tooltip--bottom .tooltip__arrow {
  top: calc(0px - (1rem / 2)); }

.tooltip__tip {
  display: none;
  background-color: #16161d;
  color: #ffffff;
  padding: 1rem;
  position: absolute;
  width: 200px;
  z-index: 10; }
  .tooltip__tip::after {
    content: "";
    position: absolute;
    display: block; }

.tooltip__arrow {
  width: 1rem;
  height: 1rem;
  background-color: #16161d;
  display: block;
  position: absolute;
  transform: rotate(45deg); }

.c-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #16161d;
  padding: 10px 30px;
  border-radius: 100px;
  color: #ffffff;
  animation-name: toastAnimation;
  animation-duration: 4000ms; }

.toast--long {
  animation-duration: 6000ms; }

.toast--short {
  animation-duration: 2000ms; }

@keyframes toastAnimation {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0; }
  .plyr video,
  .plyr audio,
  .plyr iframe {
    display: block;
    height: 100%;
    width: 100%; }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
  .plyr:focus {
    outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }
  .plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  border-radius: 2px;
  color: #ffffff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: 15px;
      padding: calc(10px * 2); } }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4)); }

.plyr__caption {
  background: rgba(22, 22, 29, 0.8);
  border-radius: 2px;
  box-decoration-break: clone;
  color: #ffffff;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap; }
  .plyr__caption div {
    display: inline; }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * 0.7);
  position: relative;
  transition: all 0.3s ease; }
  .plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px; }
  .plyr__control:focus {
    outline: 0; }
  .plyr__control.plyr__tab-focus {
    outline-color: var(--theme-color-primary);
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }
  a.plyr__control::after, a.plyr__control::before {
    display: none; }

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }
  .plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0; }
  .plyr__controls .plyr__controls__item {
    margin-left: calc(10px / 4); }
    .plyr__controls .plyr__controls__item:first-child {
      margin-left: 0;
      margin-right: auto; }
    .plyr__controls .plyr__controls__item.plyr__progress__container {
      padding-left: calc(10px / 4); }
    .plyr__controls .plyr__controls__item.plyr__time {
      padding: 0 calc(10px / 2); }
    .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child,
    .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
      padding-left: 0; }
  .plyr__controls:empty {
    display: none; }

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }
  .plyr__menu .plyr__control svg {
    transition: transform 0.3s ease; }
  .plyr__menu .plyr__control[aria-expanded='true'] svg {
    transform: rotate(90deg); }
  .plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
  .plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(22, 22, 29, 0.15);
    color: #4a5464;
    font-size: 15px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
    .plyr__menu__container > div {
      overflow: hidden;
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .plyr__menu__container::after {
      border: 4px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.9);
      content: '';
      height: 0;
      position: absolute;
      right: calc(((18px / 2) + calc(10px * 0.7)) - (4px / 2));
      top: 100%;
      width: 0; }
    .plyr__menu__container [role='menu'] {
      padding: calc(10px * 0.7); }
    .plyr__menu__container [role='menuitem'],
    .plyr__menu__container [role='menuitemradio'] {
      margin-top: 2px; }
      .plyr__menu__container [role='menuitem']:first-child,
      .plyr__menu__container [role='menuitemradio']:first-child {
        margin-top: 0; }
    .plyr__menu__container .plyr__control {
      align-items: center;
      color: #4a5464;
      display: flex;
      font-size: 13px;
      padding-bottom: calc(calc(10px * 0.7) / 1.5);
      padding-left: calc(calc(10px * 0.7) * 1.5);
      padding-right: calc(calc(10px * 0.7) * 1.5);
      padding-top: calc(calc(10px * 0.7) / 1.5);
      user-select: none;
      width: 100%; }
      .plyr__menu__container .plyr__control > span {
        align-items: inherit;
        display: flex;
        width: 100%; }
      .plyr__menu__container .plyr__control::after {
        border: 4px solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .plyr__menu__container .plyr__control--forward {
        padding-right: calc(calc(10px * 0.7) * 4); }
        .plyr__menu__container .plyr__control--forward::after {
          border-left-color: #728197;
          right: calc((calc(10px * 0.7) * 1.5) - 4px); }
        .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
      .plyr__menu__container .plyr__control--back {
        font-weight: 400;
        margin: calc(10px * 0.7);
        margin-bottom: calc(calc(10px * 0.7) / 2);
        padding-left: calc(calc(10px * 0.7) * 4);
        position: relative;
        width: calc(100% - (calc(10px * 0.7) * 2)); }
        .plyr__menu__container .plyr__control--back::after {
          border-right-color: #728197;
          left: calc((calc(10px * 0.7) * 1.5) - 4px); }
        .plyr__menu__container .plyr__control--back::before {
          background: #dcdfe5;
          box-shadow: 0 1px 0 #ffffff;
          content: '';
          height: 1px;
          left: 0;
          margin-top: calc(calc(10px * 0.7) / 2);
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
        .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
    .plyr__menu__container .plyr__control[role='menuitemradio'] {
      padding-left: calc(10px * 0.7); }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        border-radius: 100%; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before {
        background: rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        flex-shrink: 0;
        height: 16px;
        margin-right: 10px;
        transition: all 0.3s ease;
        width: 16px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        background: #fff;
        border: 0;
        height: 6px;
        left: 12px;
        opacity: 0;
        top: 50%;
        transform: translateY(-50%) scale(0);
        transition: transform 0.3s ease, opacity 0.3s ease;
        width: 6px; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
        background: var(--theme-color-primary); }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
        opacity: 1;
        transform: translateY(-50%) scale(1); }
      .plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
        background: rgba(35, 40, 47, 0.1); }
    .plyr__menu__container .plyr__menu__value {
      align-items: center;
      display: flex;
      margin-left: auto;
      margin-right: calc((calc(10px * 0.7) - 2) * -1);
      overflow: hidden;
      padding-left: calc(calc(10px * 0.7) * 3.5);
      pointer-events: none; }

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(13px * 2);
  color: var(--theme-color-primary);
  display: block;
  height: calc((3px * 2) + 13px);
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    background-image: linear-gradient(to right, currentColor 0%, transparent 0%); }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: #ffffff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px;
    -webkit-appearance: none;
    /* stylelint-disable-line */
    margin-top: calc(((13px - 5px) / 2) * -1); }
  .plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    background: #ffffff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px; }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: calc(5px / 2);
    height: 5px; }
  .plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    color: transparent; }
  .plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    background: currentColor; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    background: #ffffff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px;
    margin-top: 0; }
  .plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: var(--theme-color-primary);
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    outline-color: var(--theme-color-primary);
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    outline-color: var(--theme-color-primary);
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 13px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: calc(768px - 1px)) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(22, 22, 29, 0.15);
  color: #4a5464;
  font-size: 13px;
  font-weight: 400;
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
  .plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: calc(4px * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }
  .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: calc((18px / 2) + calc(10px * 0.7)); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: calc((18px / 2) + calc(10px * 0.7));
    transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  left: calc(13px * 0.5);
  margin-right: 13px;
  position: relative; }
  .plyr__progress input[type='range'], .plyr__progress__buffer {
    margin-left: calc(13px * -0.5);
    margin-right: calc(13px * -0.5);
    width: calc(100% + 13px); }
  .plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
  .plyr__progress .plyr__tooltip {
    font-size: 13px;
    left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: calc((5px / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%; }
  .plyr__progress__buffer::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width 0.2s ease; }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }
  .plyr__volume input[type='range'] {
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    position: relative;
    z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #ffffff;
  border-radius: inherit;
  color: #4a5464;
  padding: 10px; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: var(--theme-color-primary);
  color: #ffffff; }

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6); }

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6); }

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 200, 209, 0.6); }

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6); }

.plyr--video {
  background: #000;
  overflow: hidden; }
  .plyr--video.plyr--menu-open {
    overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: calc(10px / 2);
  padding-top: calc(10px * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3; }
  @media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: 10px;
      padding-top: calc(10px * 3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: var(--theme-color-primary);
  color: #ffffff; }

.plyr__control--overlaid {
  background: var(--theme-color-primary);
  border: 0;
  border-radius: 100%;
  color: #ffffff;
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(10px * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2; }
  .plyr__control--overlaid svg {
    left: 2px;
    position: relative; }
  .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25); }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:fullscreen video {
    height: 100%; }
  .plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:fullscreen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-moz-full-screen video {
    height: 100%; }
  .plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
  .plyr--fullscreen-fallback video {
    height: 100%; }
  .plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  .plyr__ads::after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3; }
  .plyr__ads::after:empty {
    display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(22, 22, 29, 0.15);
  margin-bottom: calc(calc(10px / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2; }
  .plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  .plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: calc(4px * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }
  .plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: calc(3px - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .plyr__preview-thumb__image-container img {
      height: 100%;
      left: 0;
      max-height: none;
      max-width: none;
      position: absolute;
      top: 0;
      width: 100%; }
  .plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3; }
    .plyr__preview-thumb__time-container span {
      background-color: rgba(0, 0, 0, 0.55);
      border-radius: calc(3px - 1px);
      color: #fff;
      font-size: 13px;
      padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1; }
  .plyr__preview-scrubbing--is-shown {
    opacity: 1; }
  .plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

.c-custom-player {
  max-width: 600px; }

.filter__item {
  padding: 10px;
  border: 1px solid #16161d;
  display: inline-block; }
  .filter__item.is--active {
    background-color: var(--color-primary); }

.filter__entries-item {
  display: none;
  padding: 10px 0;
  width: 100%; }
  .filter__entries-item.is--active {
    display: block; }

.c-carousel {
  position: relative;
  height: 200px;
  width: 500px; }

.carousel__container {
  overflow: hidden;
  position: relative; }

.carousel__inner {
  display: flex;
  position: relative;
  transition: ease 300ms;
  transition-property: transform; }

.carousel__item {
  width: 100%;
  border: 1px solid #16161d;
  min-height: 200px; }
  .carousel__item.is--in-view {
    background-color: gainsboro; }
  .carousel__item.is--active {
    background-color: grey; }

.carousel__cloned {
  display: flex;
  position: absolute; }

.carousel__cloned--end {
  left: 100%; }

.carousel__cloned--start {
  right: 100%; }

.carousel__controller.is-disabled {
  opacity: 0.5;
  pointer-events: none; }

.advanced-filter__load.is--hidden {
  display: none; }

.c-breadcrumb {
  white-space: nowrap;
  display: inline; }
  .c-breadcrumb a {
    text-decoration: none; }
    html.has--mouse .c-breadcrumb a:hover {
      cursor: pointer;
      text-decoration: underline; }
  .c-breadcrumb span,
  .c-breadcrumb a {
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
    overflow: hidden; }
    .c-breadcrumb span.is--dotted,
    .c-breadcrumb a.is--dotted {
      max-width: 0; }
      html.has--mouse .c-breadcrumb span.is--dotted:hover, html.has--mouse
      .c-breadcrumb a.is--dotted:hover {
        cursor: pointer;
        max-width: 100%; }
        html.has--mouse .c-breadcrumb span.is--dotted:hover::before, html.has--mouse
        .c-breadcrumb a.is--dotted:hover::before {
          display: none; }
      .c-breadcrumb span.is--dotted::before,
      .c-breadcrumb a.is--dotted::before {
        content: "...";
        position: absolute;
        display: block;
        transform: translate3d(-6px, 0, 0); }

.c-loader {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  position: fixed;
  transition: ease 300ms;
  transition-property: opacity; }

.loader__icon {
  background-image: url(/assets/img/loader.gif);
  background-size: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

html.is--loading .c-nav .nav__hamburger,
html.is--loading .c-nav .nav__bar-logo,
html.is--loading .c-nav .nav__bar-items,
html.is--loading .c-nav .nav__contrast,
html.is--loading .c-nav .nav__cta,
html.is--loading .c-nav .nav__sidenav {
  opacity: 0 !important; }

html.is--loading .c-loader {
  opacity: 1; }

.c-contrast {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.8;
  text-transform: uppercase;
  margin-top: 5px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .c-contrast {
      font-size: 16px;
      line-height: 2.4rem; } }
  @media (max-width: 576px) {
    .c-contrast {
      position: absolute;
      right: 0;
      margin-top: 0;
      top: 50%;
      transform: translate3d(0, -50%, 0); } }
  .has--contrast .c-contrast .contrast__icon {
    transform: rotate(180deg);
    color: #ffffff; }
  .has--contrast .c-contrast.contrast--menu {
    color: #ffffff; }
    .has--contrast .c-contrast.contrast--menu .contrast__icon {
      transform: scale(0.6) rotate(180deg); }

.contrast--menu::before {
  display: none; }

.contrast--menu .contrast__icon {
  position: absolute;
  left: 0; }

.contrast__icon {
  transition: ease 300ms;
  transition-property: transform, color;
  display: inline-block;
  margin-right: 5px; }

.has--contrast {
  --color-primary: #4154ac;
  --color-secondary: #b4006d;
  --color-tertiary: #007e7f;
  --theme-color-primary: #16161d;
  --theme-color-secondary: #16161d;
  --theme-color-tertiary: #16161d;
  --theme-color-secondary-light: #16161d;
  --case-gradient-first: #16161d !important;
  --case-gradient-second: #16161d !important; }
  .has--contrast .case-detail__inner {
    --theme-color-primary: #16161d;
    --theme-color-secondary: #16161d;
    --theme-color-tertiary: #16161d;
    --theme-color-background: #16161d;
    --theme-color-secondary-background: #ffffff; }
  .has--contrast .u-background--secondary-color.u-text--light h1:not(.u-title--gradient),
  .has--contrast .u-background--secondary-color.u-text--light h2:not(.u-title--gradient),
  .has--contrast .u-background--secondary-color.u-text--light h3:not(.u-title--gradient),
  .has--contrast .u-background--secondary-color.u-text--light h4:not(.u-title--gradient),
  .has--contrast .u-background--secondary-color.u-text--light p,
  .has--contrast .u-background--secondary-color.u-text--light .u-quote {
    color: #16161d;
    -webkit-text-fill-color: #16161d; }
  .has--contrast .u-background--light {
    --theme-color-secondary-background: #16161d; }
  .has--contrast.nav--back .contrast__icon,
  .has--contrast.nav--back.nav--hard .contrast__icon,
  .has--contrast.nav--back:not(.nav--has-background) .contrast__icon {
    color: #ffffff; }
  .has--contrast .waves__item {
    filter: drop-shadow(0px 0px 1px #ffffff); }
  .has--contrast .waves__wave.wave--two .waves__item::before {
    opacity: 1; }
  .has--contrast .link-card__category {
    background-color: #ffffff; }
  .has--contrast .link-card__inner::before,
  .has--contrast .c-sidenav::after {
    background-color: #ffffff;
    border: 2px solid #16161d;
    opacity: 1; }
  .has--contrast .link-card--landing .link-card__inner::before,
  .has--contrast .contact-person__inner::before {
    background-color: transparent;
    border: 2px solid #ffffff;
    opacity: 1; }
  .has--contrast .link-small-card__inner {
    border: 2px solid;
    background-color: transparent; }
  .has--contrast .link-small-card--light .link-small-card__inner,
  .has--contrast .link-small-card--accent .link-small-card__inner {
    border-color: #16161d;
    background-color: #ffffff; }
  .has--contrast .header__meta-category::before,
  .has--contrast .link-card--light .link-card__inner::before {
    opacity: 1; }
  .has--contrast .header--case .header__image::before,
  .has--contrast .header__meta::before,
  .has--contrast .u-background--accent.is--darker::before {
    background-color: #16161d;
    opacity: 1; }
  .has--contrast .c-arrow path {
    fill: var(--theme-color-primary); }
  .has--contrast .c-arrow rect {
    fill: var(--theme-color-primary); }
  .has--contrast .c-menu {
    background-color: #16161d; }
  .has--contrast .gradient__green,
  .has--contrast .case__block > div:not(.is--new) h1, .has--contrast .case__block > div:not(.is--new) h2, .has--contrast .case__block > div:not(.is--new) h3 {
    -webkit-text-fill-color: #16161d; }
  .has--contrast .backgroundVideo {
    display: none; }
  .has--contrast .c-button {
    outline: 3px solid #ffffff; }
  .has--contrast .menu__topbar {
    background-color: #16161d; }
  .has--contrast .menu__bar-link,
  .has--contrast .c-contrast,
  .has--contrast .menu__hamburger {
    background-color: #16161d;
    padding: 3px; }
  .has--contrast .menu__bar-link {
    margin-right: 20px; }
  .has--contrast c-content {
    -webkit-mask-image: linear-gradient(to bottom, transparent 100px, black 200px); }
  .has--contrast.menu--hard c-content {
    -webkit-mask-image: linear-gradient(to bottom, transparent 140px, black 140px); }
  .has--contrast .small-card__heading,
  .has--contrast .small-card__subheading {
    background-color: #16161d;
    padding: 5px !important;
    border-radius: 15px; }
  .has--contrast .c-indicator,
  .has--contrast .indicator__text {
    background-color: #ffffff; }
  .has--contrast .scroll-animation__inner {
    background-color: #16161d;
    padding: 15px;
    border-radius: 15px; }

.menu--folded .menu__topbar {
  opacity: 0;
  pointer-events: none; }

@media (max-width: 576px) {
  .menu--folded .menu__bar-items {
    height: 80px; } }

.menu--folded .menu__bar-link.no--fold {
  opacity: 0;
  visibility: hidden; }

.menu--folded .menu__hamburger {
  opacity: 1;
  visibility: visible; }

@media (max-width: 576px) {
  .menu--folded .menu__bar-logo {
    height: 75px;
    width: 75px; } }

.menu--folded .menu__bar {
  transform: translate3d(0, 0, 0); }
  @media (max-width: 576px) {
    .menu--folded .menu__bar {
      transform: translate3d(0, -14px, 0); } }

@media (max-width: 576px) {
  .menu--folded .expandinglogos__main-logo {
    height: 45px; } }

@media (max-width: 576px) {
  .menu--folded.menu--hard .c-menu {
    height: 70px; } }

.menu--hard .c-menu:not(.is--alternative) {
  box-shadow: 0px 20px 30px rgba(22, 22, 29, 0.15); }

.c-menu {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: ease 300ms;
  transition-property: opacity, box-shadow;
  z-index: 100;
  left: 0; }
  .c-menu.is--alternative .menu__alternative {
    opacity: 1;
    pointer-events: auto;
    height: auto; }
  .c-menu.is--alternative .menu__alternative-link {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .c-menu.is--alternative .menu__bar-logo {
    opacity: 0;
    visibility: hidden; }

.menu__bar-logo-src {
  width: 100%;
  padding: 10px 15px; }

.menu__topbar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  opacity: 1;
  transition: ease 300ms;
  transition-property: opacity;
  left: 0;
  top: 0; }

.menu__topbar-container {
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.menu__topbar-link {
  font-size: 16px;
  margin-right: 30px;
  padding-top: 4px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 576px) {
    .menu__topbar-link .is--hidden-sm {
      display: none; } }
  .menu__topbar-link::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    overflow: hidden;
    transform: translate3d(0, 2px, 0);
    background-color: #ffffff;
    transition: ease 300ms;
    transition-property: transform; }
  .menu__topbar-link.is--selected::after {
    transform: translate3d(0, 0, 0); }
  html.has--mouse .menu__topbar-link:hover {
    cursor: pointer; }
    html.has--mouse .menu__topbar-link:hover::after {
      transform: translate3d(0, 0, 0); }

.overlay .c-expandinglogos .top-center {
  left: 0px; }

.overlay .c-expandinglogos .bottom-left {
  left: 0px; }
  .overlay .c-expandinglogos .bottom-left.active {
    left: calc(-13px - 25px); }

.overlay .c-expandinglogos .bottom-right {
  left: 0px; }
  .overlay .c-expandinglogos .bottom-right.active {
    left: calc(63px - 25px); }

.menu__bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  opacity: 1;
  transition: ease 300ms;
  transition-property: transform; }

.menu__bar-items {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center; }
  @media (max-width: 576px) {
    .menu__bar-items {
      height: 95px; } }

.menu__bar-logo {
  height: 120px;
  width: 120px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  transition: ease 300ms;
  transition-property: opacity, visibility, width, height; }
  @media (max-width: 576px) {
    .menu__bar-logo {
      height: 90px;
      width: 90px;
      margin: 0 auto; } }

.menu__bar-link {
  margin-right: 30px;
  font-size: 1.8rem;
  text-transform: uppercase;
  position: relative;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  transition: ease 300ms;
  transition-property: opacity, visibility; }
  @media (max-width: 768px) {
    .menu__bar-link {
      margin-right: 10px;
      font-size: 16px; } }
  @media (max-width: 576px) {
    .menu__bar-link.no--fold {
      display: none; } }
  .menu__bar-link.is--middle {
    margin-left: auto; }
  .menu__bar-link:last-child {
    margin-right: 0px; }
  .menu__bar-link.is--selected::after {
    width: 100%; }
  .menu__bar-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    overflow: hidden;
    background-color: #ffffff;
    transition: ease 300ms;
    transition-property: width; }
  html.has--mouse .menu__bar-link:hover {
    cursor: pointer; }
    html.has--mouse .menu__bar-link:hover::after {
      width: 100%; }

.menu__hamburger {
  position: absolute;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  z-index: 10;
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  transition: ease 300ms;
  transition-property: opacity, visibility;
  cursor: pointer; }
  @media (max-width: 768px) {
    .menu__hamburger {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .menu__hamburger {
      opacity: 1;
      visibility: visible; } }

.menu__alternative {
  display: flex;
  flex-direction: column;
  height: 0;
  visibility: visible;
  font-size: 84px;
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  line-height: 1.08;
  opacity: 0;
  pointer-events: none;
  align-items: flex-start; }
  @media (max-width: 992px) {
    .menu__alternative {
      padding: 0 15px; } }

.menu__alternative-link {
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  transition: ease 300ms;
  transition-property: transform, opacity, color;
  font-size: 34px;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media screen and (min-width: 576px) {
    .menu__alternative-link {
      font-size: calc(34px + 20 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    .menu__alternative-link {
      font-size: 54px; } }
  .menu__alternative-link::after {
    content: '';
    width: 0;
    height: 6px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 10px;
    transition: ease 300ms;
    transition-property: width; }
  .menu__alternative-link:nth-child(1) {
    transition-delay: 0ms; }
  .menu__alternative-link:nth-child(2) {
    transition-delay: 50ms; }
  .menu__alternative-link:nth-child(3) {
    transition-delay: 100ms; }
  .menu__alternative-link:nth-child(4) {
    transition-delay: 150ms; }
  .menu__alternative-link:nth-child(5) {
    transition-delay: 200ms; }
  .menu__alternative-link:nth-child(6) {
    transition-delay: 250ms; }
  .menu__alternative-link:nth-child(7) {
    transition-delay: 300ms; }
  .menu__alternative-link:nth-child(8) {
    transition-delay: 350ms; }
  .menu__alternative-link:nth-child(9) {
    transition-delay: 400ms; }
  .menu__alternative-link:nth-child(10) {
    transition-delay: 450ms; }
  .menu__alternative-link:nth-child(11) {
    transition-delay: 500ms; }
  html.has--mouse .menu__alternative-link:hover {
    cursor: pointer; }
    html.has--mouse .menu__alternative-link:hover::after {
      width: 100%; }

.closeVideo,
.toggleSoundButton {
  cursor: pointer;
  display: block;
  position: fixed;
  right: 4rem;
  top: 4rem; }

.toggleSoundButton {
  right: 7rem; }

.menu__hamburger-icon {
  margin-right: 5px; }

.menu--open c-content,
.menu--open c-indicator,
.menu--open c-background .casebg.show {
  opacity: 0;
  pointer-events: none; }

.menu--open .menu__hamburger-icon::before {
  content: '\f00d'; }

@media (min-width: 992px) {
  .nav--folded .nav__bar-link.no--fold,
  .nav--back .nav__bar-link.no--fold {
    opacity: 0;
    visibility: hidden; }
  .nav--folded .nav__hamburger,
  .nav--back .nav__hamburger {
    opacity: 1;
    visibility: visible;
    transform: none; }
  .nav--folded .nav__contrast-text,
  .nav--back .nav__contrast-text {
    width: 0; }
  .nav--folded .nav__bar-items,
  .nav--back .nav__bar-items {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-30px, 0, 0); }
  .nav--folded .nav__bar-logo,
  .nav--back .nav__bar-logo {
    transform: translate3d(100px, 0, 0); }
  .nav--hard .c-nav {
    box-shadow: 0px 20px 30px rgba(22, 22, 29, 0.15); }
  .nav--back.nav--folded:not(.nav--hard) c-content {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 200px); } }

.nav--folded .nav__bar-item,
.nav--back .nav__bar-item {
  transform: translate3d(-45px, 0, 0);
  opacity: 0;
  transition: ease 300ms;
  transition-property: transform, opacity; }

.c-nav {
  position: fixed;
  width: 100%;
  height: 100px;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: ease 300ms;
  transition-property: opacity, box-shadow, background-color;
  z-index: 100;
  left: 0; }
  @media (min-width: 992px) {
    .c-nav {
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .c-nav.is--alternative .nav__alternative {
    opacity: 1;
    pointer-events: auto;
    height: auto; }
  .c-nav.is--alternative .nav__alternative-link {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .c-nav.is--alternative .nav__bar-logo {
    opacity: 0;
    visibility: hidden; }

.nav--back c-content {
  padding-top: 100px;
  -webkit-mask-image: none; }

.nav--back .nav__bar-items {
  display: none; }

.nav--back.nav--hard .nav__bar-logo-src, .nav--back:not(.nav--has-background) .nav__bar-logo-src {
  filter: invert(1); }

.nav--back.nav--hard .c-nav, .nav--back:not(.nav--has-background) .c-nav {
  background-color: #ffffff; }

.nav--back.nav--hard .contrast__icon, .nav--back:not(.nav--has-background) .contrast__icon {
  color: #16161d; }

.nav--back.nav--hard .nav__back, .nav--back:not(.nav--has-background) .nav__back {
  color: #16161d; }

.nav--back.nav--has-background:not(.nav--sticky) c-content {
  -webkit-mask-image: none; }

.nav__container {
  position: relative;
  height: 100%; }

.nav__bar-logo-src {
  width: inherit;
  height: inherit;
  padding: 10px 0;
  transition: ease 300ms;
  transition-property: filter; }

.nav__bar-logo {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translate3d(-50%, 0, 0); }
  @media (min-width: 992px) {
    .nav__bar-logo {
      margin-left: 0;
      left: 0;
      position: relative;
      transform: translate3d(0, 0, 0); } }

.nav__topbar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  opacity: 1;
  transition: ease 300ms;
  transition-property: opacity;
  left: 0;
  top: 0; }

.nav__topbar-container {
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.nav__topbar-link {
  font-size: 16px;
  margin-right: 30px;
  padding-top: 4px;
  position: relative;
  overflow: hidden; }
  .nav__topbar-link::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    overflow: hidden;
    transform: translate3d(0, 2px, 0);
    background-color: #ffffff;
    transition: ease 300ms;
    transition-property: transform; }
  .nav__topbar-link.is--selected::after {
    transform: translate3d(0, 0, 0); }
  html.has--mouse .nav__topbar-link:hover {
    cursor: pointer; }
    html.has--mouse .nav__topbar-link:hover::after {
      transform: translate3d(0, 0, 0); }

.nav__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: ease 300ms;
  transition-property: transform; }

.nav__bar-logo {
  height: 72px;
  width: 48px;
  display: flex;
  transition: ease 300ms;
  transition-property: transform, opacity; }
  @media (min-width: 768px) {
    .nav__bar-logo {
      height: 80px;
      width: 60px; } }

.nav__bar-link {
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  margin-top: 5px;
  z-index: 10;
  display: block;
  line-height: 1.6;
  opacity: 0.6;
  color: #ffffff;
  text-decoration: none;
  visibility: visible;
  transition: ease 300ms;
  transition-property: opacity, visibility; }
  .nav__bar-link.is--selected {
    opacity: 1; }
  html.has--mouse .nav__bar-link:hover {
    cursor: pointer;
    opacity: 1; }
    html.has--mouse .nav__bar-link:hover::after {
      width: 100%; }
  @media (min-width: 992px) {
    html:not(.nav--open) .nav__bar-link,
    html.sidenav--open .nav__bar-link {
      opacity: 1; }
      html:not(.nav--open) .nav__bar-link.is--selected::after,
      html.sidenav--open .nav__bar-link.is--selected::after {
        width: 100%; }
      html:not(.nav--open) .nav__bar-link::after,
      html.sidenav--open .nav__bar-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 0;
        height: 2px;
        overflow: hidden;
        background-color: #ffffff;
        transition: ease 300ms;
        transition-property: width; } }

.nav__hamburger .nav__hamburger-inner {
  position: relative; }
  .nav__hamburger .nav__hamburger-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    overflow: hidden;
    background-color: #ffffff;
    transition: ease 300ms;
    transition-property: width; }

html.has--mouse .nav__hamburger:hover {
  cursor: pointer; }
  html.has--mouse .nav__hamburger:hover .nav__hamburger-inner::after {
    width: 100%; }

.nav__hamburger,
.nav__back {
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  text-transform: none;
  border: none;
  text-decoration: none;
  border-radius: 0;
  line-height: 1.8;
  font-size: 16px;
  opacity: 1;
  display: flex;
  align-items: center;
  visibility: visible;
  transition: ease 300ms;
  transition-property: color; }

.nav__back {
  color: #ffffff; }
  html.has--mouse .nav__back:hover {
    cursor: pointer; }
    html.has--mouse .nav__back:hover .nav__back-extra {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      visibility: visible; }
    html.has--mouse .nav__back:hover + .nav__bar-logo {
      transform: translate3d(100px, -100px, 0); }

.nav__back-extra {
  position: absolute;
  left: 100%;
  opacity: 0;
  white-space: nowrap;
  margin-left: 6px;
  visibility: hidden;
  transform: translate3d(-15px, 0, 0);
  z-index: 10;
  transition: ease 300ms;
  transition-property: opacity, visibility, transform; }

.nav__back-icon {
  margin-right: 10px; }

.nav__hamburger {
  transition: ease 300ms;
  transition-property: opacity, visibility, transform;
  z-index: 10;
  cursor: pointer; }
  @media (min-width: 992px) {
    .nav__hamburger {
      transform: translate3d(30px, 0, 0);
      font-size: 1.8rem;
      opacity: 0;
      visibility: hidden; } }

.nav__hamburger-lines {
  width: 16px;
  margin-right: 10px;
  margin-bottom: 2px; }

.nav__hamburger-line {
  transition: ease 300ms;
  transition-property: transform, opacity;
  transition-delay: 300ms; }
  .nav__hamburger-line::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    transition: ease 300ms;
    transition-property: transform;
    transition-delay: 0ms; }
  .nav__hamburger-line:first-child::after {
    margin-top: 0; }
  .nav__hamburger-line:last-child::after {
    margin-bottom: 0; }

.nav__bar-items {
  transform: none;
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  margin: 0;
  transition: ease 300ms;
  transition-property: opacity, visibility;
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary), var(--theme-color-tertiary)); }
  .nav--open .nav__bar-items {
    opacity: 1;
    pointer-events: auto; }
  .nav__bar-items .nav__bar-item {
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    width: 100%;
    max-width: calc(1400px - 30px); }
    .nav__bar-items .nav__bar-item:first-child::before, .nav__bar-items .nav__bar-item::after {
      content: '';
      height: 1px;
      background-color: #ffffff;
      opacity: 0.4;
      position: absolute;
      display: block;
      width: calc(100% - 30px);
      max-width: calc(1400px - 60px); }
    .nav__bar-items .nav__bar-item::before {
      transform: translate3d(15px, -10px, 0); }
    .nav__bar-items .nav__bar-item::after {
      transform: translate3d(15px, 10px, 0); }
    @media (min-width: 992px) {
      html:not(.nav--open) .nav__bar-items .nav__bar-item::before, html:not(.nav--open) .nav__bar-items .nav__bar-item::after {
        display: none; } }
  .nav__bar-items .nav__bar-link {
    font-size: 3.2rem; }
  .nav__bar-items.is--animating,
  .nav--open .nav__bar-items {
    transform: translate3d(0, 0, 0); }
  @media (min-width: 992px) {
    html:not(.nav--open).nav--folded .nav__bar-items:not(.is--animating) {
      opacity: 0;
      pointer-events: none; }
    html:not(.nav--open) .nav__bar-items:not(.is--animating) {
      position: relative;
      margin-left: 15px;
      margin-right: 15px;
      background-image: none;
      width: auto;
      opacity: 1;
      pointer-events: auto;
      height: auto;
      flex-direction: row;
      transition-property: transform, opacity, visibility; }
      html:not(.nav--open) .nav__bar-items:not(.is--animating) .nav__bar-link {
        font-size: 1.8rem; } }

.nav--open .nav__bar-items {
  opacity: 1;
  visibility: visible; }

.nav--open .nav__bar-item {
  opacity: 1;
  transform: none; }
  .nav--open .nav__bar-item:nth-child(1) {
    transition-delay: 0ms; }
  .nav--open .nav__bar-item:nth-child(2) {
    transition-delay: 100ms; }
  .nav--open .nav__bar-item:nth-child(3) {
    transition-delay: 200ms; }
  .nav--open .nav__bar-item:nth-child(4) {
    transition-delay: 300ms; }
  .nav--open .nav__bar-item:nth-child(5) {
    transition-delay: 400ms; }
  .nav--open .nav__bar-item:nth-child(6) {
    transition-delay: 500ms; }
  .nav--open .nav__bar-item:nth-child(7) {
    transition-delay: 600ms; }
  .nav--open .nav__bar-item:nth-child(8) {
    transition-delay: 700ms; }
  .nav--open .nav__bar-item:nth-child(9) {
    transition-delay: 800ms; }
  .nav--open .nav__bar-item:nth-child(10) {
    transition-delay: 900ms; }
  .nav--open .nav__bar-item:nth-child(11) {
    transition-delay: 1000ms; }

.nav--open .nav__cta {
  display: block;
  white-space: nowrap;
  bottom: 32px;
  position: fixed;
  right: 50%;
  transform: translate3d(50%, 0, 0); }
  @media (min-width: 992px) {
    .nav--open .nav__cta {
      display: none; } }

.nav--open .nav__hamburger-line {
  transition-delay: 0ms; }
  .nav--open .nav__hamburger-line::after {
    transition-delay: 300ms; }
  .nav--open .nav__hamburger-line:first-child {
    transform: translate3d(0, 5px, 0); }
    .nav--open .nav__hamburger-line:first-child::after {
      transform: rotate(45deg); }
  .nav--open .nav__hamburger-line:nth-child(2) {
    opacity: 0; }
  .nav--open .nav__hamburger-line:last-child {
    transform: translate3d(0, -5px, 0); }
    .nav--open .nav__hamburger-line:last-child::after {
      transform: rotate(-45deg); }

.nav__contrast {
  margin-top: 0;
  text-transform: none;
  align-items: center;
  position: relative;
  top: auto;
  border-radius: 50%;
  transform: none;
  z-index: 10;
  display: flex; }

.nav__contrast-icon {
  margin-right: 0; }

.nav__contrast-text {
  width: 0;
  margin-top: 5px;
  text-align: right;
  overflow: hidden;
  display: inline-block;
  transition: ease 300ms;
  transition-property: width; }
  @media (min-width: 992px) {
    .nav__contrast-text {
      width: 80px; } }

@media (min-width: 992px) {
  .sidenav--open .nav__bar-logo {
    transform: translate3d(120px, 0, 0); } }

.sidenav--open .nav__bar-item:first-child::before, .sidenav--open .nav__bar-item::after {
  display: none; }

.sidenav--open .nav__bar-link {
  opacity: 1; }

.sidenav--open .nav__sidenav-toggle {
  position: absolute;
  left: 5px;
  top: 32px;
  width: auto;
  font-family: "nudista-web", sans-serif;
  font-weight: 400;
  flex-direction: row-reverse; }
  html.has--mouse .sidenav--open .nav__sidenav-toggle:hover {
    cursor: pointer;
    opacity: 1; }
  @media (min-width: 1400px) {
    .sidenav--open .nav__sidenav-toggle {
      left: calc((100% - 1400px) / 2);
      margin-left: 21px; } }

.sidenav--open .nav__sidenav-toggle-inner {
  margin-right: 0;
  margin-left: 15px; }

.sidenav--open .nav__sidenav-label {
  font-size: 1.8rem; }
  .sidenav--open .nav__sidenav-label::after {
    width: 0; }

.sidenav--open .nav__bar-link:not(.nav__sidenav-label) {
  opacity: 0;
  visibility: hidden; }

@media (min-width: 992px) {
  .sidenav--open:not(.nav--folded) .nav__sidenav-toggle {
    left: -84px;
    margin-left: 0;
    top: 12px; } }

.sidenav--open .nav__sidenav {
  opacity: 1;
  visibility: visible;
  padding-bottom: 48px; }
  @media (min-width: 992px) {
    .sidenav--open .nav__sidenav {
      justify-content: center;
      padding-bottom: 0; } }

.sidenav--open.nav--open .nav__sidenav {
  transition-delay: 300ms; }

.sidenav--open .nav__sidenav-toggle-dot:nth-child(2)::before {
  display: none; }

.sidenav--open .nav__hamburger {
  opacity: 0;
  visibility: hidden; }

.sidenav--open .nav__sidenav-toggle-dot {
  background-color: #ffffff; }
  .sidenav--open .nav__sidenav-toggle-dot:first-child, .sidenav--open .nav__sidenav-toggle-dot:nth-child(3) {
    height: 16px;
    width: 2px;
    margin-left: 0;
    transform: rotate(45deg); }
  .sidenav--open .nav__sidenav-toggle-dot:nth-child(2) {
    width: 16px;
    height: 2px;
    margin-left: 0;
    transform: rotate(45deg); }

html.has--mouse .sidenav--open .nav__sidenav-toggle--animation:hover {
  cursor: pointer; }

html.has--mouse .nav__sidenav-toggle--animation:hover {
  cursor: pointer; }
  html.has--mouse .nav__sidenav-toggle--animation:hover .nav__sidenav-toggle-dot {
    transform: rotate(0deg);
    background-color: #ffffff; }
    html.has--mouse .nav__sidenav-toggle--animation:hover .nav__sidenav-toggle-dot:first-child, html.has--mouse .nav__sidenav-toggle--animation:hover .nav__sidenav-toggle-dot:nth-child(3) {
      width: 16px;
      height: 2px;
      margin-left: 0; }
    html.has--mouse .nav__sidenav-toggle--animation:hover .nav__sidenav-toggle-dot:nth-child(2) {
      height: 16px;
      width: 2px;
      margin-left: 0; }

.nav__sidenav-toggle {
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 5px;
  transition: opacity .5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
  cursor: pointer; }

.nav__sidenav-toggle-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 4px;
  margin-right: 24px;
  position: relative; }

.nav__sidenav-toggle-dot {
  width: 2px;
  height: 2px;
  background-color: transparent;
  display: block;
  position: absolute;
  z-index: 10;
  border-radius: 10px;
  transition: ease 300ms;
  transition-property: width, height, background-color, transform, margin; }
  .nav__sidenav-toggle-dot:first-child {
    transform: rotate(-35deg);
    margin-left: 6px;
    width: 10px;
    background-color: #ffffff; }
  .nav__sidenav-toggle-dot:last-child {
    transform: rotate(35deg);
    margin-left: -6px;
    width: 10px;
    background-color: #ffffff; }

.nav__right {
  margin-left: auto;
  display: flex;
  align-items: center; }

.nav--hard c-content {
  -webkit-mask-image: linear-gradient(to bottom, transparent 100px, black 100px); }

.nav__sidenav {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 105px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary), var(--theme-color-tertiary));
  transition: ease 300ms;
  transition-property: opacity, visibility; }
  @media (min-width: 768px) {
    .nav__sidenav {
      padding-top: 120px;
      margin-top: 0; } }

.nav__sidenav-title {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  display: block; }
  @media (min-width: 768px) {
    .nav__sidenav-title {
      margin-bottom: 60px; } }

.nav__sidenav-inner {
  width: 100%;
  max-width: 1370px; }

.nav__sidenav-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: -30px;
  margin-left: 0; }
  .nav__sidenav-items.is--focussed .nav__sidenav-item:not(.is--focussed) {
    opacity: 0.5; }

.nav__sidenav-item {
  width: 100%;
  padding: 15px;
  position: relative;
  transition: ease 300ms;
  transition-property: opacity; }
  html.has--mouse .nav__sidenav-item:hover {
    cursor: pointer; }
    html.has--mouse .nav__sidenav-item:hover .nav__sidenav-link {
      opacity: 1; }
  @media (min-width: 992px) {
    .nav__sidenav-item {
      width: 50%;
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .nav__sidenav-item {
      width: 50%; } }
  .nav__sidenav-item.is--focussed .nav__sidenav-link::after {
    width: 100%; }

.nav__sidenav-link {
  font-size: 3.2rem;
  opacity: 0.6;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  transition: ease 300ms;
  transition-property: opacity; }
  .nav__sidenav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    overflow: hidden;
    background-color: #ffffff;
    transition: ease 300ms;
    transition-property: width; }
  html.has--mouse .nav__sidenav-link:hover {
    cursor: pointer; }
    html.has--mouse .nav__sidenav-link:hover::after {
      width: 100%; }

.nav__sidenav-sub-item {
  margin-bottom: 10px; }
  .nav__sidenav-sub-item:last-child {
    margin-bottom: 0; }

.nav__sidenav-sub-link {
  margin-left: 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff; }
  .nav__sidenav-sub-link::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    left: -15px;
    transition: ease 300ms;
    transition-property: transform; }
  .nav__sidenav-sub-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    overflow: hidden;
    background-color: #ffffff;
    transition: ease 300ms;
    transition-property: width; }
  html.has--mouse .nav__sidenav-sub-link:hover {
    cursor: pointer; }
    html.has--mouse .nav__sidenav-sub-link:hover::after {
      width: 100%; }

.nav__sidenav-sub-items {
  list-style: none;
  margin-top: 15px;
  margin-left: 0; }

.nav__cta {
  background-color: var(--color-tertiary);
  padding: 14px 30px 10px 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  line-height: 1;
  display: none;
  margin-left: 30px;
  font-size: 1.8rem;
  position: relative;
  transition: ease 300ms;
  transition-delay: background-color, color; }
  .nav__cta.has--counter::before {
    content: attr(data-count);
    position: absolute;
    right: -5px;
    top: -5px;
    width: 25px;
    height: 25px;
    background-color: var(--color-quaternary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 100px; }
  html.has--mouse .nav__cta:hover {
    cursor: pointer;
    background-color: #ffffff;
    color: var(--color-tertiary); }
  @media (min-width: 1200px) {
    .nav__cta {
      display: block; } }

@keyframes sidenavAnimationMiddle {
  0% {
    transform: scale(1);
    pointer-events: none; }
  5% {
    transform: scale(0.5); }
  95% {
    transform: scale(0.5); }
  100% {
    transform: scale(1);
    pointer-events: auto; } }

@keyframes sidenavAnimationLeft {
  0% {
    left: 0; }
  5% {
    left: -15px; }
  95% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes sidenavAnimationRight {
  0% {
    right: 0; }
  5% {
    right: -15px; }
  95% {
    right: -15px; }
  100% {
    right: 0; } }

@keyframes sidenavAnimationDots {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes sidenavAnimationLine {
  0% {
    width: 4px;
    background-color: var(--theme-color-tertiary); }
  5% {
    width: 100px;
    background-color: #ffffff; }
  95% {
    width: 100px;
    background-color: #ffffff; }
  100% {
    width: 4px;
    background-color: var(--theme-color-tertiary); } }

@keyframes sidenavAnimationEnd {
  0% {
    transform: rotate(90deg) scale(2);
    opacity: 1; }
  100% {
    transform: rotate(90deg) scale(4);
    opacity: 0; } }

@keyframes sidenavItemsAnimation {
  0% {
    transform: scale(1.02);
    opacity: 0; }
  10% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.05);
    opacity: 0; } }

.expandinglogos--container {
  display: flex;
  justify-content: center; }

.c-expandinglogos {
  position: relative;
  display: block;
  width: 120px;
  height: 120px; }
  @media (max-width: 576px) {
    .c-expandinglogos {
      width: 60px;
      height: 60px; } }
  @media (min-width: 768px) {
    .c-expandinglogos.is--active .expandinglogos__main-logo {
      transform: scale(0.2);
      opacity: 0; }
    .c-expandinglogos.is--active .expandinglogos__part {
      pointer-events: auto; }
    .c-expandinglogos.is--active .expandinglogos__part--bottom-left {
      opacity: 1;
      top: 65px;
      left: -13px; }
    .c-expandinglogos.is--active .expandinglogos__part--bottom-right {
      opacity: 1;
      top: 65px;
      left: 63px; }
    .c-expandinglogos.is--active .expandinglogos__part--top-center {
      top: 0px;
      opacity: 1; } }

.expandinglogos__part {
  position: absolute;
  opacity: 0;
  width: 68px;
  height: 77px;
  pointer-events: none;
  transition: ease 300ms;
  transition-property: top, left, opacity, transform, pointer-events; }
  html.has--mouse .expandinglogos__part:hover {
    cursor: pointer;
    transform: scale(1.1); }
  @media (max-width: 576px) {
    .expandinglogos__part {
      display: none; } }

.expandinglogos__main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding-top: 15px; }

.expandinglogos__main-logo {
  width: 100%;
  height: 95px;
  transition: ease 300ms;
  transition-property: transform, opacity; }
  @media (max-width: 576px) {
    .expandinglogos__main-logo {
      height: auto; } }

.expandinglogos__part--top-center {
  left: 25px;
  top: 25px; }

.expandinglogos__part--bottom-left {
  left: 25px;
  top: 25px; }

.expandinglogos__part--bottom-right {
  left: 25px;
  top: 25px; }

.expandinglogos__icon {
  position: absolute;
  width: 100%;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.c-background-parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary), var(--theme-color-tertiary)); }

.background-parallax__inner {
  display: block;
  position: fixed;
  z-index: -1;
  object-fit: contain;
  object-position: right;
  width: 60%;
  height: 100%;
  right: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0px, #16161d 15%); }
  @media (max-width: 576px) {
    .background-parallax__inner {
      width: 100%; } }

.background-parallax__image {
  opacity: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 500ms ease, transform 1000ms ease;
  border-radius: 0; }
  .background-parallax__image.is--show {
    opacity: 0.6; }
    @media (max-width: 576px) {
      .background-parallax__image.is--show {
        opacity: 0.2; } }

c-content {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding-top: 130px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: ease 300ms;
  transition-property: opacity, transform, padding, -webkit-mask-image;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 130px);
  animation-name: pageInAnimation;
  animation-duration: 300ms; }
  @media (max-width: 576px) {
    c-content {
      padding-top: 60px;
      -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 100px); } }
  .video--is-playing c-content {
    -webkit-mask-image: none;
    padding-top: 0; }
  html.is--loading c-content {
    animation-name: pageOutAnimation;
    animation-duration: 300ms;
    animation-fill-mode: forwards; }

@keyframes pageOutAnimation {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    transform: translate3d(0, -100px, 0);
    opacity: 0; } }

@keyframes pageInAnimation {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0; }
  100% {
    transform: unset;
    opacity: 1; } }

.menu--hard c-content {
  -webkit-mask-image: linear-gradient(to bottom, transparent 140px, black 140px); }
  @media (max-width: 768px) {
    .menu--hard c-content {
      -webkit-mask-image: linear-gradient(to bottom, transparent 140px, black 140px); } }
  @media (max-width: 576px) {
    .menu--hard c-content {
      -webkit-mask-image: linear-gradient(to bottom, transparent 115px, black 115px); } }

html:not(.nav--sticky) c-content {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 100px); }

@media (max-width: 576px) {
  .menu--hard.menu--folded c-content {
    -webkit-mask-image: linear-gradient(to bottom, transparent 70px, black 70px); } }

c-slide {
  display: flex;
  align-items: center;
  margin: 0 auto;
  overflow-x: none; }
  c-slide:not(.case):not(:first-child) {
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: calc(100vh - 200px);
    height: auto; }
    @media (max-width: 576px) {
      c-slide:not(.case):not(:first-child) {
        padding-top: 90px;
        padding-bottom: 90px; } }
  @media (max-width: 576px) {
    c-slide {
      margin: auto; } }
  @media (max-width: 576px) {
    c-slide.case, c-slide.detail {
      margin-left: 0vw; } }

c-slide.contact c-block:first-child > *:not(.contact-person__social-item) {
  opacity: 1 !important; }

c-slide.contact c-block {
  opacity: 1 !important; }
  c-slide.contact c-block *:not(.contact-person__social-item) {
    opacity: 1 !important; }
  c-slide.contact c-block *:not(.contact-person__social-item) > {
    opacity: 1 !important; }

c-slide:first-child {
  min-height: calc(100vh - 200px); }
  @media (max-width: 576px) {
    c-slide:first-child {
      min-height: 0; } }
  c-slide:first-child c-block {
    margin-top: auto;
    margin-bottom: auto; }
  c-slide:first-child.hero {
    display: flex; }
    c-slide:first-child.hero .hero__cta {
      margin-top: 20px; }
    @media (max-width: 576px) {
      c-slide:first-child.hero {
        min-height: calc(100vh - 60px);
        padding-top: 0;
        padding-bottom: 0; } }

c-slide.detail {
  min-height: 0; }
  c-slide.detail c-block {
    padding-bottom: 0; }

@media (max-width: 576px) {
  c-slide.cases,
  c-slide.updates {
    margin-top: 0; } }

c-slide.updates .header {
  display: flex;
  align-items: center; }

c-slide.updates a:hover .btn {
  padding-left: 10px; }

c-slide.updates h2 {
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  margin-right: 2rem;
  display: flex;
  align-items: center; }

c-slide.updates ul {
  display: flex;
  margin-top: 90px;
  margin-left: 0 !important; }

c-slide.updates c-indicator {
  bottom: 0;
  left: 0;
  width: 200px; }

c-carousel + c-indicator {
  align-self: flex-start; }

c-slide c-indicator {
  opacity: 1;
  right: auto;
  height: 40px;
  position: relative;
  bottom: 5%; }
  c-slide c-indicator li {
    padding-right: 20px; }
  c-slide c-indicator li:after {
    margin-top: -20px !important; }

c-block ul {
  margin-left: 2rem; }

.updates.cases-large h3 {
  text-shadow: none !important; }

@media (max-width: 576px) {
  .icon-business,
  .icon-world,
  .icon-happy {
    height: 2.4rem; } }

c-slide.highlightcases a {
  mix-blend-mode: initial; }

c-slide.highlightcases .highlightcases__container {
  display: flex;
  margin-top: 60px; }
  @media (max-width: 576px) {
    c-slide.highlightcases .highlightcases__container {
      flex-direction: column; } }

c-slide.highlightcases .highlightcases__item {
  position: relative;
  width: 360px;
  margin-right: 30px;
  height: 262px;
  transition: all 500ms ease; }
  c-slide.highlightcases .highlightcases__item:hover {
    transform: scale(1.2); }
    @media (max-width: 576px) {
      c-slide.highlightcases .highlightcases__item:hover {
        transform: scale(1); } }
  @media (max-width: 576px) {
    c-slide.highlightcases .highlightcases__item {
      width: 90vw; }
      c-slide.highlightcases .highlightcases__item h3,
      c-slide.highlightcases .highlightcases__item h4 {
        margin: 0 auto;
        width: 90vw;
        text-align: center; } }

c-slide.highlightcases .highlightcases__img {
  position: absolute;
  width: 262px;
  height: 262px;
  right: 0;
  border-radius: 30px;
  object-fit: cover; }
  @media (max-width: 576px) {
    c-slide.highlightcases .highlightcases__img {
      height: 95%;
      width: 100%; } }

c-slide.highlightcases .highlightcases__textcontainer {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }

c-slide.highlightcases .highlightcases__title {
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5); }

c-slide.highlightcases .highlightcases__description {
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  padding-top: 20px;
  font-size: 32px;
  text-shadow: 2px 4px 6px black; }

c-slide.highlightcases .highlightcases__btn {
  position: absolute;
  right: 20px;
  bottom: 11px; }
  @media (max-width: 576px) {
    c-slide.highlightcases .highlightcases__btn {
      bottom: 30px;
      right: 40px; } }

.right c-block {
  display: flex;
  align-items: flex-end; }

.backgroundVideo {
  pointer-events: none;
  opacity: 0.4;
  position: absolute;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  left: 0;
  transition: opacity 500ms ease;
  -webkit-mask-image: linear-gradient(to top, transparent 0px, black 200px); }
  .backgroundVideo.is--hidden {
    opacity: 0; }
  .backgroundVideo video {
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    transition: opacity ease 500ms; }
  .backgroundVideo video.hide {
    opacity: 0; }
  .backgroundVideo img {
    height: 100%;
    object-fit: cover; }

.video {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  background-color: black;
  transition: ease 300ms;
  transition-property: opacity; }
  .video video {
    width: 100%; }

.video.show {
  z-index: 100;
  opacity: 1;
  top: 0; }

c-case {
  position: relative;
  height: 262px;
  opacity: 1;
  margin-bottom: 60px;
  transition: transform 500ms ease, width 500ms ease, height 500ms ease; }
  @media (max-width: 576px) {
    c-case {
      padding-left: 0; } }
  @media (min-width: 768px) {
    c-case:nth-child(2n + 2) {
      transform: translate3d(0, 100px, 0); } }
  @media (min-width: 992px) {
    c-case:nth-child(2n + 2) {
      transform: none; }
    c-case:nth-child(3n + 3) {
      transform: translate3d(0, 200px, 0); }
    c-case:nth-child(3n + 2) {
      transform: translate3d(0, 100px, 0); } }
  c-case img {
    transform-origin: right 10px;
    transition: transform 500ms ease; }

.button--square {
  width: 260px;
  height: 260px;
  background-color: #ffffff;
  border-radius: 10px; }

.halfbar {
  width: 540px; }

h2.right,
p.right {
  width: 100%;
  align-self: flex-end; }

.readmore {
  max-height: 0px;
  height: 100%;
  overflow: hidden;
  transition: max-height 500ms ease; }

.slide__heading {
  z-index: 10; }

.slide__video-hero-intro {
  width: 100%;
  z-index: 10; }
  @media (min-width: 768px) {
    .slide__video-hero-intro {
      width: 70%; } }
  @media (min-width: 992px) {
    .slide__video-hero-intro {
      width: 45%; } }

.slide__title {
  display: flex;
  align-items: center; }

c-block {
  display: flex;
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 0;
  transition: ease 300ms;
  transition-property: opacity; }
  c-block > div {
    flex: 0 !important; }

.shadow::before {
  content: '';
  display: block;
  position: absolute;
  max-width: 1060px;
  height: 250px;
  margin-top: 40px;
  margin-left: 40px;
  border-radius: 12px;
  background: linear-gradient(to right, purple, blue); }

.form_page_submit,
.c-button,
.c-button-tertiary,
.modal--pwo input[type="button"],
input[type="submit"],
.c-button-quaternary {
  font-size: 2.1rem;
  height: 45px;
  padding: 0 22px;
  max-width: calc(100% - 30px);
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  width: auto;
  text-decoration: none;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: relative;
  transition: ease 300ms;
  transition-property: background-color, color, border; }
  html.has--mouse .form_page_submit:hover, html.has--mouse
  .c-button:hover, html.has--mouse
  .c-button-tertiary:hover, html.has--mouse
  .modal--pwo input[type="button"]:hover, html.has--mouse
  input[type="submit"]:hover, html.has--mouse
  .c-button-quaternary:hover {
    cursor: pointer;
    color: var(--color-tertiary);
    background-color: #ffffff; }
  @media (max-width: 576px) {
    .form_page_submit,
    .c-button,
    .c-button-tertiary,
    .modal--pwo input[type="button"],
    input[type="submit"],
    .c-button-quaternary {
      font-size: 1.6rem; } }

.button__icon {
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translate3d(-50%, 0, 0);
  transition: ease 300ms;
  transition-property: opacity, left; }

.button--transparent {
  border-color: transparent; }

.button__text-icon {
  margin-left: 10px; }

.button__text-icon,
.button__icon {
  font-size: 1.6rem; }
  @media (max-width: 576px) {
    .button__text-icon,
    .button__icon {
      font-size: 1.4rem; } }

.button__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.button--expandable .button__text {
  width: 0;
  max-width: 0px;
  overflow: hidden;
  transition: ease 300ms;
  transition-property: max-width; }

.button--expandable.is--expanded .button__text {
  width: auto;
  max-width: 300px; }

.button--expandable.is--expanded .button__icon {
  opacity: 0;
  left: 100%; }

html.has--mouse .button--expandable:hover {
  cursor: pointer; }
  html.has--mouse .button--expandable:hover .button__text {
    width: auto;
    max-width: 300px; }
  html.has--mouse .button--expandable:hover .button__icon {
    opacity: 0;
    left: 100%; }

.button--secondary {
  background-color: var(--color-primary);
  border-color: var(--color-primary); }
  html.has--mouse .button--secondary:hover {
    cursor: pointer;
    color: var(--color-primary); }

.button--tertiary,
.c-button-tertiary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary); }
  html.has--mouse .button--tertiary:hover, html.has--mouse
  .c-button-tertiary:hover {
    cursor: pointer;
    color: var(--color-secondary); }

.button--quaternary,
.c-button-quaternary {
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary); }
  html.has--mouse .button--quaternary:hover, html.has--mouse
  .c-button-quaternary:hover {
    cursor: pointer;
    color: var(--color-tertiary); }

.button--quinary {
  background-color: var(--color-quaternary);
  border-color: var(--color-quaternary); }
  html.has--mouse .button--quinary:hover {
    cursor: pointer;
    color: var(--color-quaternary); }

.button--light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--color-tertiary); }
  html.has--mouse .button--light:hover {
    cursor: pointer;
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
    color: #ffffff; }

.button--container {
  text-decoration: none; }
  .button--container.is--light {
    color: #ffffff; }
  html.has--mouse .button--container:hover {
    cursor: pointer; }
    html.has--mouse .button--container:hover .c-button,
    html.has--mouse .button--container:hover .c-button-tertiary,
    html.has--mouse .button--container:hover .c-button-quaternary {
      color: var(--color-tertiary);
      background-color: #ffffff; }
    html.has--mouse .button--container:hover .button--expandable .button__text {
      width: auto;
      max-width: 300px; }
    html.has--mouse .button--container:hover .button--expandable .button__icon {
      opacity: 0;
      left: 100%; }
    html.has--mouse .button--container:hover .button--secondary {
      color: var(--color-primary); }
    html.has--mouse .button--container:hover .button--tertiary,
    html.has--mouse .button--container:hover .c-button-tertiary {
      color: var(--color-secondary); }
    html.has--mouse .button--container:hover .button--quaternary,
    html.has--mouse .button--container:hover .c-button-quaternary {
      color: var(--color-tertiary); }
    html.has--mouse .button--container:hover .button--light {
      background-color: var(--color-tertiary);
      border-color: var(--color-tertiary);
      color: #ffffff; }

.button--themed {
  background-color: var(--theme-color-tertiary);
  border-color: var(--theme-color-tertiary);
  color: #ffffff; }
  html.has--mouse .button--themed:hover {
    cursor: pointer;
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--theme-color-tertiary); }

.button--themed-alt {
  background-color: var(--theme-color-primary);
  border-color: var(--theme-color-primary);
  color: #ffffff; }
  html.has--mouse .button--themed-alt:hover {
    cursor: pointer;
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--theme-color-primary); }

.button--large,
.c-button-tertiary,
.c-button-quaternary {
  height: 60px;
  padding: 0 30px; }
  @media (max-width: 576px) {
    .button--large,
    .c-button-tertiary,
    .c-button-quaternary {
      height: 50px; } }

.playVideo {
  background-color: rgba(255, 255, 255, 0.15);
  display: inline-block;
  align-self: flex-start;
  padding: 15px;
  border-radius: 15px;
  z-index: 10;
  line-height: 1;
  font-size: 24px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  @media (max-width: 576px) {
    .playVideo {
      font-size: 24px; } }
  .playVideo i {
    margin-left: 2rem; }

.sound {
  margin-right: 2rem;
  cursor: pointer; }
  .sound:hover {
    color: var(--color-tertiary); }

.button--container-center {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; }
  .button--container-center .c-button {
    align-self: flex-end; }

.c-indicator {
  list-style-type: none;
  line-height: 1.4;
  padding-right: 30px;
  pointer-events: auto;
  transition: ease 300ms;
  transition-property: background-color;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 50%;
  z-index: 20;
  transform: translate3d(0, -50%, 0);
  align-self: center;
  justify-content: space-around;
  margin-right: 30px; }
  @media (max-width: 576px) {
    .c-indicator {
      display: none; } }
  .c-indicator.is--hidden {
    display: none; }

.indicator__item {
  background: none;
  text-align: right;
  opacity: 1;
  height: 30px;
  transition: ease 300ms;
  transition-property: color; }
  html.has--mouse .indicator__item:hover {
    cursor: pointer; }
    html.has--mouse .indicator__item:hover .indicator__text {
      opacity: 1;
      visibility: visible; }

.indicator__text {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  position: absolute;
  right: 100%;
  font-size: 1.8rem;
  padding-right: 5px;
  white-space: nowrap;
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 15px;
  border-radius: 5px 0 0 5px;
  transition: ease 300ms;
  transition-property: opacity, visibility; }

c-indicator .horizontal {
  align-self: flex-start; }

.indicator__item {
  color: #16161d;
  display: flex; }
  html.has--mouse .indicator__item:hover {
    cursor: pointer; }
    html.has--mouse .indicator__item:hover::after {
      background-color: rgba(22, 22, 29, 0.5); }
  .indicator__item.active:after {
    animation: boing 1s forwards ease-out;
    background-color: #16161d; }
  .indicator__item::after {
    content: '';
    position: absolute;
    opacity: 1;
    margin-top: 8px;
    margin-left: 10px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 1px solid #16161d;
    border-radius: 50%;
    transition: ease 300ms;
    transition-property: background-color, border-color; }
    @media (max-width: 576px) {
      .indicator__item::after {
        margin-top: -2px; } }

@keyframes boing {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(0.5); }
  20% {
    transform: scale(1.2); }
  40% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

.contact h2 {
  max-width: 790px;
  margin-bottom: 7rem; }

.contact--container {
  display: flex; }
  @media (max-width: 576px) {
    .contact--container {
      flex-direction: column; } }

.contact--intro {
  margin-top: 32px; }
  @media (min-width: 768px) {
    .contact--intro {
      margin-top: 0; } }

@media (max-width: 576px) {
  .contact--column {
    margin-bottom: 2rem; }
    .contact--column:last-child {
      margin-bottom: 0; } }

.contact--contact-sales {
  display: block !important; }

.contact--contact-sales > .col-12.col-md-4 {
  padding-left: 0px; }

.contact--item.contact-person--container.row.contact--contact-sales {
  margin-left: 0px; }

.contact--contact-sales > .col-12.col-md-4 {
  max-width: 100%; }

@media (min-width: 768px) {
  .contact--contact-sales--wrapper {
    padding-left: 80px; }
  .contact--contact-sales > .col-12.col-md-4 {
    max-width: 80%; } }

.expandable div {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  display: block;
  position: relative;
  transition: max-height 1000ms ease; }

.expandable a.expand {
  display: none; }

.expandable div.expand {
  max-height: 50px; }

.case + .contactRelatives {
  min-height: auto; }

c-slide.contactRelatives img {
  width: 165px;
  height: 165px; }

c-slide.contactRelatives c-block {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 0; }
  c-slide.contactRelatives c-block h2 {
    flex: 100%; }
  c-slide.contactRelatives c-block .address a {
    display: flex;
    padding-bottom: 15px; }
    c-slide.contactRelatives c-block .address a p {
      padding-left: 30px;
      line-height: 1.7; }
  c-slide.contactRelatives c-block .relatives {
    display: flex;
    flex-direction: row; }
    c-slide.contactRelatives c-block .relatives .social i {
      margin-right: 15px; }
    c-slide.contactRelatives c-block .relatives div {
      width: 195px; }
      c-slide.contactRelatives c-block .relatives div h4 {
        padding-right: 6.8rem; }
      c-slide.contactRelatives c-block .relatives div p {
        padding-right: 2px;
        font-size: 2rem;
        font-family: "nudista-web", sans-serif;
        font-weight: 300; }
      c-slide.contactRelatives c-block .relatives div h4,
      c-slide.contactRelatives c-block .relatives div p {
        font-size: 1.8rem;
        line-height: 1.4; }
        @media (max-width: 576px) {
          c-slide.contactRelatives c-block .relatives div h4,
          c-slide.contactRelatives c-block .relatives div p {
            font-size: 36px; } }

:root {
  --case-gradient-first: #9a09a3;
  --case-gradient-first-light: #f0daf1;
  --case-gradient-second: #382a92;
  --case-gradient-second-light: #d1c9ff; }

c-slide.case {
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  height: auto;
  margin-top: -60px;
  max-width: 100vw; }

.case__header-container {
  display: flex;
  justify-content: center; }

.case__header {
  background: #ffffff;
  display: block;
  z-index: 1;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  bottom: 0; }
  @media (max-width: 576px) {
    .case__header {
      max-width: 100%;
      position: relative; } }
  .case__header h2 {
    margin-bottom: 0; }

.case__block .case__content.is--old img.fit {
  width: 100%;
  object-fit: contain;
  margin: 2rem auto;
  display: block; }

.case__block .case__content.is--old ul {
  color: #16161d;
  margin: 0 auto; }

.case__block .case__content.is--old a:hover {
  border-color: var(--color-tertiary); }

.case__block .case__content.is--old a {
  animation: none !important;
  margin-left: -4px;
  margin-right: -4px;
  margin: 0 auto; }

.case__block .case__content.is--old img.full {
  display: block;
  width: 100vw; }

.case__block .case__content.is--old .btn {
  margin-top: 2rem; }

.case__block .case__content.is--old c-tags {
  display: flex;
  position: relative;
  max-width: 1100px;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .case__block .case__content.is--old c-tags {
      max-width: 90vw; } }
  .case__block .case__content.is--old c-tags p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    background-color: var(--color-tertiary);
    color: #ffffff;
    border-radius: 15px;
    margin: 0;
    padding: 0 15px;
    margin-right: 1rem;
    width: auto;
    margin-top: 0 !important; }

.case__block .case__content.is--old p {
  color: #16161d;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  margin: 0 auto; }

.case__block .case__content.is--old h1,
.case__block .case__content.is--old h2,
.case__block .case__content.is--old h3 {
  margin: 2rem auto;
  color: #16161d; }

.case__block .case__content.is--old .c2col {
  top: 0;
  display: flex;
  max-width: 1040px;
  margin: 2rem auto;
  color: #16161d;
  max-height: 700px;
  height: 100%; }
  .case__block .case__content.is--old .c2col * {
    width: 50%; }
  .case__block .case__content.is--old .c2col img {
    object-fit: contain; }
    @media (max-width: 576px) {
      .case__block .case__content.is--old .c2col img {
        object-fit: contain; } }

.case__block .case__content.is--old a {
  mix-blend-mode: initial; }

.case__block > img,
.header__loop {
  overflow-x: visible;
  width: 100vw;
  height: calc(100vh - 140px);
  object-fit: cover; }
  @media (max-width: 576px) {
    .case__block > img,
    .header__loop {
      height: 300px; } }

.header__loop-video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.case__block h1,
.case__block h2,
.case__block h3,
.case__block h4,
.case__block h5,
.case__block h6 {
  background-image: linear-gradient(to right, var(--case-gradient-first), var(--case-gradient-second));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal; }

.case__block h3,
.case__block h4 {
  margin-bottom: 30px; }

.case__block h5,
.case__block h6 {
  margin-bottom: 15px; }

.case__block img {
  border-radius: 0; }

.case__content.is--old figure {
  width: 100%; }

.case__content.is--old p,
.case__content.is--old h1,
.case__content.is--old h2,
.case__content.is--old h3,
.case__content.is--old h4,
.case__content.is--old img.fit,
.case__content.is--old ul,
.case__content.is--old c-video,
.case__content.is--old .titlebar,
.case__content.is--old div {
  max-width: calc(1100px * 0.6666667);
  width: 100%;
  display: block;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .case__content.is--old p,
    .case__content.is--old h1,
    .case__content.is--old h2,
    .case__content.is--old h3,
    .case__content.is--old h4,
    .case__content.is--old img.fit,
    .case__content.is--old ul,
    .case__content.is--old c-video,
    .case__content.is--old .titlebar,
    .case__content.is--old div {
      padding-left: 15px;
      padding-right: 15px; }
      .case__content.is--old p > *:not(a),
      .case__content.is--old h1 > *:not(a),
      .case__content.is--old h2 > *:not(a),
      .case__content.is--old h3 > *:not(a),
      .case__content.is--old h4 > *:not(a),
      .case__content.is--old img.fit > *:not(a),
      .case__content.is--old ul > *:not(a),
      .case__content.is--old c-video > *:not(a),
      .case__content.is--old .titlebar > *:not(a),
      .case__content.is--old div > *:not(a) {
        padding-left: 0;
        padding-right: 0; } }

.case__block > div:not(.is--new) {
  position: relative;
  border-radius: 15px; }
  .case__block > div:not(.is--new) h1,
  .case__block > div:not(.is--new) h2,
  .case__block > div:not(.is--new) h3 {
    background-image: linear-gradient(to right, var(--case-gradient-first), var(--case-gradient-second));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: normal; }
  .case__block > div:not(.is--new) p {
    margin-top: 2rem; }
  .case__block > div:not(.is--new) h3 {
    margin-top: 4rem; }
  .case__block > div:not(.is--new) p {
    margin-bottom: 2rem; }

.case__row {
  max-width: calc(1370px * 0.6666667);
  width: 100%;
  display: block;
  margin: 30px auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 576px) {
    .case__row > *:not(a) {
      padding-left: 0;
      padding-right: 0; } }
  .case__row .u-checklist li::before {
    color: var(--case-gradient-first); }

.case__text {
  color: #16161d; }
  .case__text p {
    margin-top: 0;
    margin-bottom: 2rem; }
    .case__text p:last-child {
      margin-bottom: 0; }

.case__heading,
.case__subheading {
  opacity: 1 !important;
  animation: none !important; }

.case__heading {
  transform-origin: left bottom; }

.case__subheading {
  transform-origin: left top; }

.case__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .case__content h3 {
    font-size: 24px;
    line-height: 1.08;
    font-family: "nudista-web", sans-serif;
    font-weight: 600;
    margin-bottom: 15px; }
    @media screen and (min-width: 576px) {
      .case__content h3 {
        font-size: calc(24px + 8 * ((100vw - 576px) / 624)); } }
    @media screen and (min-width: 1200px) {
      .case__content h3 {
        font-size: 32px; } }

.case__images.is--full-width {
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .case__images.is--full-width .case__images-image {
    width: 100%; }

.case__images {
  display: flex;
  justify-content: center; }

.case__loop.has--shadow {
  position: relative; }
  .case__loop.has--shadow::before {
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #c4c4c4;
    font-size: 34px;
    left: 25px;
    top: -18px;
    position: absolute;
    pointer-events: none; }
  .case__loop.has--shadow .case__loop-video {
    box-shadow: 0 0px 35px rgba(22, 22, 29, 0.3);
    border-radius: 15px;
    border: 5px solid #eee;
    border-top-width: 30px; }
  .case__loop.has--shadow.is--accent .case__loop-video {
    border-color: var(--theme-color-primary); }
  .case__loop.has--shadow.is--white .case__loop-video {
    border-color: #ffffff; }

.case__loop.is--full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.case__images-src {
  display: block; }

.case__loop-video {
  width: 100%; }

.c-instafeed {
  display: grid;
  grid-template-areas: 'insta1 insta1 insta1 insta1 empty empty insta3 insta3' 'insta1 insta1 insta1 insta1 insta2 insta2 insta3 insta3' 'insta1 insta1 insta1 insta1 insta2 insta2 insta4 insta4' 'insta1 insta1 insta1 insta1 insta5 insta5 insta4 insta4' 'empty3 empty3 insta7 insta7 insta5 insta5 insta8 insta8' 'empty3 empty3 insta7 insta7 insta6 insta6 insta8 insta8' 'empty3 empty3 empty4 empty4 insta6 insta6 empty5 empty5';
  grid-gap: 30px; }
  @media (max-width: 576px) {
    .c-instafeed {
      grid-template-areas: 'insta1 insta1 empty1 empty1' 'insta1 insta1 insta2 insta2' 'insta3 insta3 insta2 insta2' 'insta3 insta3 insta4 insta4' 'insta5 insta5 insta4 insta4' 'insta5 insta5 insta7 insta7' 'insta6 insta6 insta7 insta7' 'insta6 insta6 insta8 insta8' 'empty2 empty2 insta8 insta8';
      grid-gap: 15px; } }

.c-instafeed > div {
  cursor: pointer;
  transition: ease 300ms;
  transition-property: transform;
  padding-bottom: 100%;
  height: 0;
  position: relative; }
  html.has--mouse .c-instafeed > div:hover {
    cursor: pointer;
    transform: scale(1.1); }
  .c-instafeed > div:nth-child(1) {
    grid-area: insta1; }
  .c-instafeed > div:nth-child(2) {
    grid-area: insta2; }
  .c-instafeed > div:nth-child(3) {
    grid-area: insta3; }
  .c-instafeed > div:nth-child(4) {
    grid-area: insta4; }
  .c-instafeed > div:nth-child(5) {
    grid-area: insta5; }
  .c-instafeed > div:nth-child(6) {
    grid-area: insta6; }
  .c-instafeed > div:nth-child(7) {
    grid-area: insta7; }
  .c-instafeed > div:nth-child(8) {
    grid-area: insta8; }
  .c-instafeed > div img {
    border-radius: 30px;
    height: 100%;
    position: absolute;
    object-fit: cover; }
    @media (max-width: 576px) {
      .c-instafeed > div img {
        border-radius: 15px; } }

.brands__brand {
  text-align: center;
  display: flex;
  flex-direction: column; }
  @media (max-width: 576px) {
    .brands__brand {
      margin-bottom: 60px; }
      .brands__brand:last-child {
        margin-bottom: 0; } }

.brand__button {
  margin-top: auto; }

.brands c-block {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 5rem; }
  .brands c-block h2 {
    flex: 1 1 100%; }
    @media (max-width: 576px) {
      .brands c-block h2 {
        text-align: center; } }
  .brands c-block.right {
    align-items: flex-end;
    justify-content: flex-end; }
    .brands c-block.right h2 {
      text-align: right; }
      .brands c-block.right h2.threeCols {
        padding-right: 20rem; }
  .brands c-block p {
    padding: 2rem 0;
    text-align: center; }
    @media (max-width: 576px) {
      .brands c-block p {
        word-break: break-word;
        max-width: 200px;
        margin: 0 auto; } }
  .brands c-block img {
    margin: 0 auto; }
    @media (max-width: 576px) {
      .brands c-block img {
        width: 100px;
        height: 70px; } }

.brands .img_logo_thee {
  width: 200px;
  height: 200px;
  transition: transform ease 250ms; }
  .brands .img_logo_thee:hover {
    transform: scale(1.1); }
  @media (max-width: 768px) {
    .brands .img_logo_thee {
      width: 100px;
      height: 100px; } }

@media (max-width: 576px) {
  c-slide.case c-block .c2col.brand img {
    width: 100px;
    height: 50px; } }

.c-carousel {
  height: auto;
  width: auto;
  margin-top: 45px;
  max-width: 100%; }

.carousel__image {
  height: 100%;
  object-fit: cover; }

.carousel__controller {
  border: none;
  background-color: var(--theme-color-primary);
  color: #ffffff;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 15px; }
  .carousel__controller.is--disabled {
    pointer-events: none;
    opacity: 0.15; }

.carousel__controller--prev {
  left: 45px; }
  html.has--mouse .carousel__controller--prev:hover {
    cursor: pointer; }
    html.has--mouse .carousel__controller--prev:hover .carousel__controller-icon {
      transform: translate3d(-5px, 0, 0); }
  @media only screen and (min-width: 1540px) {
    .carousel__controller--prev {
      right: 100%;
      left: auto; } }

.carousel__controller-icon {
  transition: ease 300ms;
  transition-property: transform;
  margin-top: 6px; }

.carousel__controller--next {
  right: 45px; }
  html.has--mouse .carousel__controller--next:hover {
    cursor: pointer; }
    html.has--mouse .carousel__controller--next:hover .carousel__controller-icon {
      transform: translate3d(5px, 0, 0); }
  @media only screen and (min-width: 1540px) {
    .carousel__controller--next {
      left: 100%;
      right: auto; } }

.carousel__controllers {
  display: flex;
  justify-content: flex-end;
  position: relative; }

.carousel--light .carousel__indicator-item {
  border-color: #16161d; }
  .carousel--light .carousel__indicator-item.is--active {
    background-color: #16161d; }

.carousel__inner.is--dragging .carousel__item-inner {
  pointer-events: none; }

.carousel__item {
  border: none; }
  .carousel__item.is--active, .carousel__item.is--in-view {
    background-color: transparent; }

.carousel__indicator {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
  margin-top: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .carousel__indicator {
      margin-top: 0; } }

.carousel__indicator-item {
  width: 30px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  background-color: transparent;
  transition: ease 300ms;
  transition-property: background-color, width; }
  html.has--mouse .carousel__indicator-item:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3); }
    html.has--mouse .carousel__indicator-item:hover.is--active {
      background-color: #ffffff; }
  .carousel__indicator-item.is--active {
    background-color: #ffffff;
    width: 60px; }

.carousel--social-slider .carousel__container,
.carousel--context-slider .carousel__container {
  width: calc(100% + 400px);
  padding: 0 200px;
  margin-left: -200px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0px, black 25%, black 75%, transparent); }

@media (min-width: 768px) {
  .carousel--social-slider.is--centered .carousel__inner,
  .carousel--context-slider.is--centered .carousel__inner {
    margin: 0 auto; }
  .carousel--social-slider.is--centered .carousel__controllers,
  .carousel--social-slider.is--centered .carousel__indicator,
  .carousel--context-slider.is--centered .carousel__controllers,
  .carousel--context-slider.is--centered .carousel__indicator {
    display: none; } }

.carousel--social-slider .carousel__item,
.carousel--context-slider .carousel__item {
  opacity: 0.2; }
  .carousel--social-slider .carousel__item.is--in-view,
  .carousel--context-slider .carousel__item.is--in-view {
    opacity: 1; }

.carousel--context-slider .carousel__container {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .carousel--context-slider .carousel__container {
      margin-bottom: -60px; } }

.carousel__item--werken-bij img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover; }

.cousel__item--werken-bij--shadow {
  background: white;
  background: linear-gradient(184deg, rgba(255, 255, 255, 0) 0%, black 100%);
  height: 300px;
  transition: height 0.3s ease;
  min-width: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0px; }

.carousel__item--werken-bij {
  position: relative; }

.carousel__item--werken-bij__title, .carousel__item--team__title {
  z-index: 12;
  position: absolute;
  bottom: 20px;
  left: 10%;
  color: #ffffff;
  transition: bottom 0.3s ease; }

.carousel__item--werken-bij__caption {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  color: #ffffff;
  line-height: 1.4;
  font-size: 16px;
  position: absolute;
  z-index: 14;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 80%; }

.carousel__item--werken-bij:hover .carousel__item--werken-bij__title {
  bottom: 25%; }

.carousel__item--werken-bij:hover .carousel__item--werken-bij__caption {
  max-height: 200px;
  opacity: 1;
  visibility: visible; }

.carousel__item--werken-bij:hover .cousel__item--werken-bij--shadow {
  height: 500px; }

.carousel--werken-bij--row {
  align-items: baseline;
  color: var(--theme-color-tertiary); }

.carousel--werken-bij--title.on-desktop {
  display: none; }

.carousel--werken-bij > .carousel__container {
  margin-left: -300px; }

.carousel--team > .carousel__container {
  margin-left: -200px; }

@media (min-width: 576px) {
  .carousel--werken-bij > .carousel__container {
    margin-left: -200px; } }

@media (min-width: 768px) {
  .carousel--werken-bij--title.on-desktop {
    display: block; }
  .carousel--werken-bij--title.on-mobile {
    display: none; } }

.carousel__item--team__role {
  color: #ffffff;
  line-height: 1.4;
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  left: 10%; }

.carousel__item--team__title {
  bottom: 30px; }

.c-detail {
  border-radius: 15px 15px 0 0;
  height: auto;
  max-width: 100vw; }
  .c-detail:first-child .detail__block {
    margin-top: 0;
    margin-bottom: 0; }

.detail__block {
  width: 100%; }

.detail__content {
  background-color: #ffffff;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: calc(100vh - 360px); }
  @media (max-width: 576px) {
    .detail__content {
      padding-top: 5rem; } }
  .detail__content a {
    white-space: nowrap; }
  .detail__content h2 {
    margin-top: 70px; }
  .detail__content ol,
  .detail__content ul {
    color: #16161d;
    padding-left: 3rem;
    padding-top: 2rem;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 2rem; }
    .detail__content ol li,
    .detail__content ul li {
      margin-bottom: 20px; }
      .detail__content ol li:last-child,
      .detail__content ul li:last-child {
        margin-bottom: 0; }
    @media (max-width: 576px) {
      .detail__content ol,
      .detail__content ul {
        padding-left: 30px; } }

.c-detail img.fit {
  max-width: 800px;
  object-fit: contain;
  margin: 2rem 0;
  display: block; }
  .c-detail img.fit:first-child {
    margin-top: 0; }
  .c-detail img.fit:last-child {
    margin-bottom: 0; }

.c-detail img.full {
  display: block;
  width: 100vw; }

.c-detail .btn {
  margin-top: 2rem; }

.c-detail h1 {
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #ffffff;
  align-items: center; }
  @media (max-width: 576px) {
    .c-detail h1 {
      height: 200px; } }

.c-detail h4,
.c-detail h5,
.c-detail h6 {
  margin: 2rem auto; }

.c-detail p {
  color: #16161d;
  padding: 1rem 0;
  width: 100%;
  margin: 0 auto; }

.c-detail h2,
.c-detail h3,
.c-detail h4,
.c-detail h5,
.c-detail h6,
.c-detail .c2col {
  margin: 2rem auto;
  color: #16161d; }
  .c-detail h2 div:first-child,
  .c-detail h3 div:first-child,
  .c-detail h4 div:first-child,
  .c-detail h5 div:first-child,
  .c-detail h6 div:first-child,
  .c-detail .c2col div:first-child {
    margin-right: 1rem; }

.c-detail .c2col {
  top: 0;
  display: flex; }
  .c-detail .c2col > * {
    width: 50%; }
  .c-detail .c2col h3 {
    font-size: 32px; }
  .c-detail .c2col img {
    height: auto; }

.c-detail .detail__heading--first {
  margin-top: 0; }

.detail__content a:not(.c-button):not([class^="c-button"]),
.case__content a:not(.c-button):not([class^="c-button"]) {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  color: #16161d;
  position: relative;
  border: none;
  border-bottom: 2px solid var(--color-tertiary); }
  html.has--mouse .detail__content a:not(.c-button):not([class^="c-button"]):hover, html.has--mouse
  .case__content a:not(.c-button):not([class^="c-button"]):hover {
    cursor: pointer;
    background-color: transparent;
    color: #16161d;
    border-bottom-color: #16161d; }

.servicegrid .container {
  display: flex; }
  @media (max-width: 576px) {
    .servicegrid .container {
      flex-wrap: wrap; } }
  .servicegrid .container .col {
    max-width: 360px;
    width: 100%;
    margin-right: 30px; }

.images--carousel .container {
  display: flex;
  flex-direction: column; }
  @media (max-width: 576px) {
    .images--carousel .container {
      transform: scale(0.5);
      transform-origin-x: 0; } }
  .images--carousel .container .top,
  .images--carousel .container .bottom {
    display: flex; }
  .images--carousel .container .bottom {
    margin-left: 88px; }
  .images--carousel .container img {
    width: 262px;
    height: 262px;
    padding: 1rem;
    border-radius: 30px;
    transition: transform 250ms ease; }
    .images--carousel .container img:hover {
      transform: scale(1.2);
      z-index: 100; }

.ccdisclaimer {
  position: fixed;
  bottom: 0; }
  .ccdisclaimer.visible {
    display: block; }

.c-footer {
  padding-bottom: 30px;
  padding-top: 90px;
  display: flex;
  width: 100%; }

.footer__meta {
  max-width: 1370px;
  width: 100%;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768px) {
    .footer__meta {
      flex-direction: column; } }

.footer__link {
  display: block;
  color: #ffffff;
  font-size: 16px; }

.footer__link {
  margin-left: 30px;
  position: relative;
  text-decoration: underline; }
  @media (max-width: 768px) {
    .footer__link {
      margin-left: 0; } }
  html.has--mouse .footer__link:hover {
    cursor: pointer;
    text-decoration: none; }
  .footer__link::before {
    content: '|';
    position: absolute;
    left: -15px;
    bottom: 0; }
    @media (max-width: 768px) {
      .footer__link::before {
        display: none; } }

.footer__block {
  margin-bottom: 45px;
  min-height: 240px; }

.footer__block-title {
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 30px; }

.footer__block-item {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 15px;
  display: flex;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 0; }
  .footer__block-item.is--small {
    display: inline-block; }
  html.has--mouse .footer__block-item.is--link:hover {
    cursor: pointer; }
    html.has--mouse .footer__block-item.is--link:hover .footer__block-item-icon {
      background-color: var(--color-tertiary);
      color: #ffffff; }

.footer__block-item-icon {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: var(--color-tertiary);
  border-radius: 50%;
  margin-right: 15px;
  transition: ease 300ms;
  transition-property: background-color, color; }

.footer__block-item-text {
  margin-top: 5px; }
  .footer__block-item-text p {
    font-size: 1.8rem; }

.footer__block-logo {
  max-width: 200px;
  position: absolute;
  left: 15px;
  bottom: 5px;
  filter: brightness(0) invert(1);
  opacity: 1; }

.footer__title-inner {
  margin-bottom: 30px; }

.footer__button {
  height: 30px;
  width: 30px;
  max-width: 30px;
  padding: 0;
  position: absolute;
  margin-left: 10px;
  top: -3px; }

.footer__button-icon {
  font-size: 1.2rem; }

.footer__block-awards {
  display: flex;
  gap: 24px;
  margin-top: 32px; }

.footer__block-award {
  width: auto;
  height: 64px;
  transition: ease 300ms;
  transition-property: opacity; }
  html.has--mouse .footer__block-award:hover {
    cursor: pointer;
    opacity: 0.6; }

.footer__block-award-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 0px; }

.footer__block--contact-sales {
  display: none; }

@media (min-width: 768px) {
  .footer__block--contact-sales {
    display: block;
    padding-top: 60px;
    max-width: 100% !important; } }

.footer__block.col-12.col-md-6.footer__block--contact-sales {
  padding-left: 0px; }

.nav--open .c-scroll-icon,
.sidenav--open .c-scroll-icon {
  opacity: 0; }

.c-scroll-icon {
  pointer-events: none;
  position: fixed;
  bottom: 30px;
  width: 25px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  z-index: 100;
  transition: ease 300ms;
  transition-property: opacity; }
  @media (max-width: 768px) {
    .c-scroll-icon {
      display: none; } }
  .c-scroll-icon::after {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    margin-bottom: 5px; }
  .c-scroll-icon::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 100px;
    top: 5px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    animation: scrollIconAnimation 3000ms;
    animation-iteration-count: infinite; }
  .c-scroll-icon.is--hidden {
    opacity: 0; }

@keyframes scrollIconAnimation {
  from {
    top: 5px;
    opacity: 1; }
  to {
    top: 35px;
    opacity: 0; } }

.c-newsletter {
  padding: 0;
  width: 100%;
  min-height: 1200px;
  border: none;
  border-radius: 15px; }

.c-modal {
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  background-color: #ffffff;
  color: #16161d;
  overflow: auto;
  opacity: 0;
  display: block;
  max-width: 1370px;
  max-height: 1000px;
  border-radius: 15px;
  transform: translate3d(-50%, -50%, 0) scale(0);
  transition: ease 300ms;
  visibility: hidden;
  pointer-events: none;
  transition-property: opacity, transform; }
  .c-modal.is--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0) scale(1); }
  .c-modal a:not(.c-button):not(.expandinglogos__part) {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: #16161d;
    position: relative;
    border: none;
    border-bottom: 2px solid var(--color-tertiary); }
    html.has--mouse .c-modal a:not(.c-button):not(.expandinglogos__part):hover {
      cursor: pointer;
      background-color: transparent;
      color: #16161d; }

.modal--route p,
.modal--newsletter p {
  font-size: 1.8rem; }

.modal__close {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #16161d;
  font-size: 30px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: transparent; }

.modal__logo {
  max-width: 100px;
  margin: 0 auto;
  display: flex; }

.modal__title {
  margin-top: 30px;
  margin-bottom: 30px; }

.modal--interactive-map {
  max-width: 800px;
  max-height: 500px;
  padding: 0;
  border-radius: 30px;
  background-image: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  color: #ffffff; }
  @media (min-width: 768px) {
    .modal--interactive-map {
      max-height: 400px; } }
  .modal--interactive-map .modal__inner {
    padding: 30px 60px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .modal--interactive-map .modal__inner {
        flex-direction: row; } }
  .modal--interactive-map .modal__image {
    width: auto;
    max-width: 50%;
    height: auto;
    margin-top: 30px;
    object-fit: contain;
    transform: rotate(5deg); }
    @media (min-width: 768px) {
      .modal--interactive-map .modal__image {
        margin-top: 0; } }
  .modal--interactive-map .modal__close {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 42px;
    position: absolute;
    right: 30px;
    top: 20px;
    color: #ffffff; }
    html.has--mouse .modal--interactive-map .modal__close:hover {
      cursor: pointer;
      opacity: 0.5; }

.modal--pwo {
  max-width: 800px;
  max-height: 260px;
  padding: 0;
  border-radius: 30px;
  background-image: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  color: #ffffff; }
  .modal--pwo .freeform-label {
    margin-top: 40px !important; }
  .modal--pwo .freeform-label.freeform-required {
    text-align: left; }
  @media (min-width: 768px) {
    .modal--pwo {
      max-height: 260px; } }
  .modal--pwo .modal__inner {
    padding: 30px 60px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .modal--pwo .modal__inner {
        flex-direction: row; } }
  .modal--pwo .modal__image {
    width: auto;
    max-width: 50%;
    height: auto;
    margin-top: 30px;
    object-fit: contain;
    transform: rotate(5deg); }
    @media (min-width: 768px) {
      .modal--pwo .modal__image {
        margin-top: 0; } }
  .modal--pwo .modal__close {
    color: #ffffff; }
    html.has--mouse .modal--pwo .modal__close:hover {
      cursor: pointer;
      opacity: 0.5; }
  .modal--pwo button[type='submit'] {
    font-size: 2.1rem;
    height: 45px;
    padding: 0 22px;
    max-width: calc(100% - 30px);
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    width: auto;
    text-decoration: none;
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    position: relative;
    transition: ease 300ms;
    transition-property: background-color, color, border; }
    html.has--mouse .modal--pwo button[type='submit']:hover {
      cursor: pointer;
      color: var(--color-tertiary);
      background-color: #ffffff; }
    @media (max-width: 576px) {
      .modal--pwo button[type='submit'] {
        font-size: 1.6rem; } }

.modal__background {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 150;
  visibility: hidden;
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary), var(--theme-color-tertiary));
  opacity: 0;
  transition: ease 300ms;
  transition-property: visibility, opacity; }

.has--modal {
  overflow: hidden; }
  .has--modal .modal__background {
    visibility: visible;
    opacity: 0.8; }

.c-form::before {
  content: '';
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  background-image: url(/assets/img/loader_black.gif);
  border-radius: 15px;
  background-color: #ffffff;
  transition: ease 300ms;
  transition-property: opacity; }

.c-form.is--send .form__success {
  display: block; }

.c-form.is--send .form__inner {
  display: none; }

.c-form.is--loading::before {
  opacity: 1; }

.form__error {
  display: none; }

.form--contact {
  margin-bottom: 90px; }
  @media (min-width: 768px) {
    .form--contact {
      max-width: 75%; } }

.form--light ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; }

.form--light ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff; }

.form--light .form__item.has--error .form__item-error {
  color: #ffffff; }

.form--light .form__item-input,
.form--light .form__item-textarea {
  border-color: #ffffff;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15); }

.form__item.has--error .form__item-input {
  border-color: inherit;
  outline: 4px solid #c0392b; }

.freeform-input,
.form__item-input {
  border-radius: 10px;
  border: 1px solid var(--color-tertiary);
  background-color: #ffffff;
  height: 60px;
  padding: 0 2rem;
  width: 100%;
  margin-bottom: 2rem; }

.form_page_submit {
  height: 60px;
  padding: 0 30px;
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary); }

.form__item-textarea {
  font-size: 1.6rem;
  width: 100%;
  height: 180px;
  border: 1px solid var(--color-tertiary);
  border-radius: 10px;
  padding: 2rem; }

.checkbox {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  border: 1px solid var(--color-primary);
  background: #ffffff;
  -webkit-appearance: none;
  appearance: none;
  margin-top: 5px;
  background-color: #ffffff;
  margin-right: 12px; }

.checkbox:checked:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  font-size: 10px;
  position: absolute;
  margin-left: 4px;
  margin-top: 4px;
  color: #16161d; }

.checkbox--container {
  display: flex;
  align-items: flex-start;
  width: 360px;
  align-self: center;
  padding-top: 1rem;
  margin: 0 auto; }

.custom-select__items {
  position: absolute;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--color-tertiary);
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -15px;
  padding: 10px 20px 20px 20px;
  z-index: 1; }

.custom-select__item {
  text-align: start;
  border: none;
  background-color: transparent;
  padding: 8px 0; }
  .custom-select__item::before {
    content: '\f0c8';
    font-weight: 400;
    padding-right: 8px;
    font-family: "Font Awesome 5 Pro"; }
  .custom-select__item.is--selected::before {
    content: '\f14a'; }
  html.has--mouse .custom-select__item:hover {
    cursor: pointer;
    font-weight: 700; }

.dropdown__link {
  padding-top: 1rem;
  color: var(--color-tertiary); }
  .dropdown__link:hover {
    font-weight: 700;
    cursor: pointer; }

.custom-select__selected {
  font-weight: 700;
  border-radius: 10px;
  height: 60px;
  min-width: 200px;
  text-align: left;
  align-items: center;
  color: #ffffff;
  background-color: var(--color-tertiary);
  width: 100%;
  border: 0;
  margin: 0 auto;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .custom-select__selected {
      display: flex; } }
  .custom-select__selected.is--active {
    border-radius: 10px 10px 0 0; }

.custom-select__select {
  width: 100%;
  border: none;
  background-color: var(--color-tertiary);
  color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  -webkit-appearance: none;
  appearance: none; }

.custom-select__selected:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f078';
  padding-right: 1rem; }

c-slide.container.form .checkbox--container {
  align-self: flex-start;
  margin: 0; }

c-slide.container.form .form__row {
  display: flex; }

c-slide.container.form h3 {
  font-size: 5.6rem; }

.freeform-row {
  display: flex; }
  @media (max-width: 576px) {
    .freeform-row {
      flex-direction: column; } }

.freeform-checkboxes {
  padding: 2rem 0; }

.freeform-column {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  width: 100%;
  max-width: 555px; }
  @media (max-width: 768px) {
    .freeform-column {
      width: 100%; } }

.form_page_submit {
  width: auto;
  max-width: initial; }

.label-class {
  display: flex; }

.nobottom.hard {
  padding-bottom: 0; }

.form__option-groups {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 440px;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .form__option-groups {
      max-height: initial; } }

.option-group {
  padding-right: 2rem;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .option-group {
      padding-right: 0rem; } }

.biglabel {
  font-size: 3rem; }

.freeform-label.freeform-input-only-label.label-class {
  cursor: pointer; }

.form__vacature .freeform-label {
  color: #16161d; }

.file-label {
  width: 100%; }

.c-file {
  display: block;
  text-align: left;
  position: relative;
  font-size: 1.6rem; }
  .c-file.is--active .file__btn {
    display: none; }
  .c-file.is--active .file__return {
    display: block; }

.file-input {
  display: flex;
  align-items: center;
  position: relative; }
  .file-input::after {
    content: "\f093";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    right: 0;
    display: flex;
    pointer-events: none;
    font-size: 1.6rem;
    opacity: 1;
    height: 100%;
    bottom: 0;
    border-radius: 0 8px 8px 0;
    width: 48px;
    align-items: center;
    justify-content: center;
    background-color: var(--color-tertiary);
    color: #ffffff; }

.file__btn {
  position: absolute;
  width: 100%;
  background: none;
  color: #16161d; }
  .file__btn:hover {
    background: none; }

.file__return,
.file__remove {
  color: #16161d; }

.form__meta {
  margin-top: 30px;
  display: block;
  font-size: 14px;
  font-style: italic; }

.form__item-error {
  margin-bottom: 15px;
  font-style: italic;
  line-height: 1.2;
  font-size: 14px;
  background-color: #c0392b;
  color: #ffffff;
  padding: 8px;
  margin-top: -20px;
  border-radius: 0 0 8px 8px; }

.form__item.has--error .form__item-error {
  color: #ffffff; }

.form__item-label {
  font-size: 14px; }

.form__item-check {
  position: relative;
  padding-left: 25px;
  display: block;
  font-size: 14px;
  line-height: 1.4; }
  .form__item-check a {
    font-size: inherit;
    color: var(--color-tertiary);
    text-decoration: underline; }
    html.has--mouse .form__item-check a:hover {
      cursor: pointer;
      text-decoration: none; }

.form__item-selectbox {
  height: 15px;
  width: 15px;
  top: 0;
  transform: none;
  border-color: var(--color-tertiary);
  border-radius: 3px; }

.form__item-checkbox ~ .form__item-selectbox::after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid;
  border-width: 0 2px 2px 0; }

.form__item {
  position: relative; }
  .form__item.is--result .form__item-input {
    pointer-events: none;
    margin-bottom: 0;
    border: none;
    background: rgba(176, 15, 140, 0.15);
    color: var(--color-quaternary);
    font-weight: 600;
    font-size: 31px;
    padding-top: 4px; }
    .form__item.is--result .form__item-input.is--positive {
      background: rgba(0, 177, 178, 0.15);
      color: var(--color-tertiary); }
  .form__item.has--symbol .form__item-input {
    padding-left: 3rem; }
  .form__item.is--percentage .form__item-input {
    padding-left: 2rem;
    padding-right: 3rem; }
  .form__item.is--percentage .form__item-symbol {
    left: auto;
    right: 10px; }

.form__item-symbol {
  font-style: normal;
  position: absolute;
  margin-top: 14px;
  left: 10px;
  opacity: 0.4;
  font-weight: 600; }

.form__item--split {
  display: flex;
  justify-content: stretch;
  align-items: center; }
  @media (max-width: 768px) {
    .form__item--split {
      flex-direction: column;
      align-items: flex-start; } }
  .form__item--split .form__item-error {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 768px) {
      .form__item--split .form__item-error {
        position: relative;
        margin-top: 15px; } }

.form__success {
  display: none; }

.form__item-extra-label {
  white-space: nowrap;
  margin-right: 30px; }

.form__item-length {
  position: absolute;
  white-space: nowrap;
  bottom: 30px;
  margin-left: 30px; }

.form__item-textarea {
  padding-top: 15px;
  padding-bottom: 15px; }

.form__item-selectbox {
  border: 1px solid var(--color-tertiary);
  top: 7px; }

.form__item-radio:checked ~ .form__item-selectbox {
  background-color: var(--color-tertiary); }

.form__item-radio-container {
  position: relative;
  width: 100%;
  display: block; }

.form__item-radio-text {
  margin-left: 20px; }

.form__vacature--container {
  margin-left: 4.1666666%; }
  @media (max-width: 1200px) {
    .form__vacature--container {
      margin-left: 0; } }
  @media (max-width: 992px) {
    .form__vacature--container {
      margin-top: 30px; } }

.form__vacature {
  padding: 30px 15px;
  margin-top: -200px;
  background-color: #ffffff;
  border-radius: 15px;
  position: sticky;
  top: 0; }
  @media (max-width: 992px) {
    .form__vacature {
      margin-top: 0; } }
  .form__vacature::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background-color: rgba(94, 112, 194, 0.15); }
  .form__vacature .freeform-input, .form__vacature .form__item-input {
    height: 45px; }
  .form__vacature .form__item {
    padding: 0; }
  .form__vacature .form__meta {
    position: absolute; }
  .form__vacature .submit-align-right {
    display: flex; }
    .form__vacature .submit-align-right button {
      margin-left: auto; }

@media (min-width: 768px) {
  .form--contact--sales {
    max-width: 100%; } }

.c-card {
  transition: opacity 500ms ease-in-out;
  position: relative;
  width: 100%;
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .c-card.hide {
    opacity: 0; }

.card--carousel {
  height: 370px; }

.card__heading {
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  width: 70%;
  max-width: 855px;
  position: relative;
  margin: 0 0 2rem 0;
  width: 100%; }

.card__image {
  position: absolute;
  width: 555px;
  height: 370px;
  right: 0;
  border-radius: 30px;
  opacity: 1;
  background-color: rgba(22, 22, 29, 0.4);
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  @media (max-width: 768px) {
    .card__image {
      width: 50%;
      height: 100%; } }
  @media (max-width: 0px) {
    .card__image {
      width: 80%; } }

.card__image-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8; }

.card__love-brand {
  background-color: rgba(225, 225, 225, 0.2);
  width: 100%;
  padding: 32px;
  margin-top: 55px;
  border-radius: 16px; }
  .card__love-brand ul {
    text-decoration: none;
    list-style: none;
    margin-left: 0; }
  .card__love-brand li {
    padding-top: 16px;
    display: flex;
    align-items: start;
    gap: 8px; }
  .card__love-brand li:first-child {
    padding-top: 0; }

.card__love-brand--small {
  margin-bottom: 30px; }

.card__love-brand-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: calc(100% - 45px);
  height: 200px;
  padding: 40px;
  width: 100%;
  border-radius: 16px; }
  .card__love-brand-cta h4 {
    font-size: 25px; }

.card__love-brand--sticky-cta {
  position: sticky;
  top: 100%;
  left: 15%;
  padding: 32px;
  padding-bottom: 48px;
  width: 300px;
  height: 60px;
  border-radius: 16px 16px 0px 0px;
  z-index: 999;
  display: none;
  transform: translateY(-100%); }
  .card__love-brand--sticky-cta .sticky-cta--inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media (min-width: 768px) {
  .card__love-brand--small {
    padding: 16px;
    margin-bottom: 0; }
    .card__love-brand--small li {
      font-size: 14px; }
  .card__love-brand--sticky-cta {
    left: 28%;
    height: 80px;
    width: 360px;
    padding-bottom: 32px; } }

@media (min-width: 992px) {
  .card__love-brand--small {
    padding: 36px; }
    .card__love-brand--small li {
      font-size: 18px; }
  .card__love-brand--sticky-cta {
    width: 536px;
    height: 92px;
    left: 60%; } }

@media (max-width: 576px) {
  .card__love-brand {
    margin-top: 0; } }

.love-brand__cta--bottom {
  padding-top: 48px; }

@media (min-width: 768px) {
  .c-card-holder {
    padding-bottom: 40px; } }

@media (min-width: 992px) {
  .c-card-holder {
    padding-bottom: 140px; } }

.c-card-holder.is--row {
  padding-bottom: 0; }
  .c-card-holder.is--row .card-holder__item {
    transform: none; }

.card-holder__item {
  position: relative;
  height: 262px;
  opacity: 1;
  margin-bottom: 60px;
  transition: transform 500ms ease, width 500ms ease, height 500ms ease; }
  @media (max-width: 576px) {
    .card-holder__item {
      padding-left: 0; } }
  @media (min-width: 768px) {
    .card-holder__item:nth-child(2n + 2) {
      transform: translate3d(0, 100px, 0); } }
  @media (min-width: 992px) {
    .card-holder__item:nth-child(2n + 2) {
      transform: none; }
    .card-holder__item:nth-child(3n + 3) {
      transform: translate3d(0, 200px, 0); }
    .card-holder__item:nth-child(3n + 2) {
      transform: translate3d(0, 100px, 0); } }

.c-small-card {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 262px; }
  html.has--mouse .c-small-card:hover {
    cursor: pointer; }
    html.has--mouse .c-small-card:hover .small-card__image,
    html.has--mouse .c-small-card:hover .small-card__heading,
    html.has--mouse .c-small-card:hover .small-card__subheading {
      transform: scale(1.25); }
  .c-small-card.is--dark {
    color: #16161d; }
  .c-small-card.is--accent {
    color: var(--case-gradient-first); }

.small-card--light .small-card__image {
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary), var(--theme-color-tertiary)); }

.small-card__image,
.small-card__body,
.small-card__subheading,
.small-card__heading {
  transition: ease 300ms;
  transition-property: transform; }

.small-card__image {
  right: 30px;
  position: absolute;
  opacity: 1;
  width: 262px;
  height: 262px;
  background-color: #16161d;
  border-radius: 15px; }

.small-card__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

.small-card__image-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transform-origin: right 10px;
  transition: transform 500ms ease; }

.small-card__heading {
  position: relative;
  max-width: 300px;
  margin-top: 0;
  padding-top: 0 !important;
  transform-origin: left bottom; }
  @media (max-width: 576px) {
    .small-card__heading {
      padding-left: 10px; } }

.small-card__subheading {
  position: relative;
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: 10px;
  transform-origin: left top; }
  @media (max-width: 576px) {
    .small-card__subheading {
      padding-left: 10px; } }

.c-bypass-navigation {
  display: flex;
  flex-direction: column;
  padding: 0 15px 15px 15px;
  z-index: 200;
  align-items: flex-start;
  left: 0; }

.bypass-navigation__link {
  color: #ffffff;
  background-color: var(--color-tertiary);
  border-radius: 100px;
  margin-top: 15px;
  padding: 5px 15px; }

.contact-person--container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: -45px; }
  .contact-person--container.is--right {
    justify-content: flex-end; }

.c-contact-person {
  margin-left: 30px;
  display: flex;
  margin-bottom: 45px;
  min-height: calc(100% - 45px);
  height: 200px;
  flex-direction: row;
  align-items: center;
  position: relative;
  color: #ffffff;
  perspective: 1000px; }
  .c-contact-person:first-child {
    margin-left: 0; }

.contact-person__inner {
  flex-direction: row;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  transition: ease 150ms;
  transition-property: transform; }
  .contact-person__inner::before {
    content: '';
    background-color: #ffffff;
    pointer-events: none;
    position: absolute;
    left: 0;
    border-radius: 15px;
    top: 0;
    opacity: 0.15;
    width: 100%;
    height: 100%; }

.contact-person__image {
  border-radius: 15px 0 0 15px;
  justify-content: stretch;
  max-width: 40%;
  min-width: 40%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  pointer-events: none; }
  @media (min-width: 768px) {
    .contact-person__image {
      max-width: 50%;
      min-width: 50%; } }

.contact-person__body {
  padding: 15px;
  z-index: 1;
  pointer-events: none; }

.contact-person--light .contact-person__social-trigger {
  background-color: var(--color-tertiary); }
  .contact-person--light .contact-person__social-trigger::before {
    color: #ffffff; }

.contact-person--light .contact-person__inner::before {
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary), var(--theme-color-tertiary));
  opacity: 1; }

.contact-person__social {
  display: flex;
  margin-top: auto;
  position: absolute;
  bottom: -20px;
  right: 15px;
  flex-direction: row-reverse; }
  .contact-person__social.is--active .contact-person__social-item {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
    .contact-person__social.is--active .contact-person__social-item:nth-child(1) {
      transition-delay: 0ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(2) {
      transition-delay: 50ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(3) {
      transition-delay: 100ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(4) {
      transition-delay: 150ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(5) {
      transition-delay: 200ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(6) {
      transition-delay: 250ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(7) {
      transition-delay: 300ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(8) {
      transition-delay: 350ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(9) {
      transition-delay: 400ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(10) {
      transition-delay: 450ms; }
    .contact-person__social.is--active .contact-person__social-item:nth-child(11) {
      transition-delay: 500ms; }
  .contact-person__social.is--active .contact-person__social-trigger {
    background-color: #ffffff; }
    .contact-person__social.is--active .contact-person__social-trigger::before {
      color: var(--color-tertiary);
      content: '\f00d'; }
  html.has--mouse .contact-person__social:hover {
    cursor: pointer; }
    html.has--mouse .contact-person__social:hover .contact-person__social-item {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0); }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(1) {
        transition-delay: 0ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(2) {
        transition-delay: 50ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(3) {
        transition-delay: 100ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(4) {
        transition-delay: 150ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(5) {
        transition-delay: 200ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(6) {
        transition-delay: 250ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(7) {
        transition-delay: 300ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(8) {
        transition-delay: 350ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(9) {
        transition-delay: 400ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(10) {
        transition-delay: 450ms; }
      html.has--mouse .contact-person__social:hover .contact-person__social-item:nth-child(11) {
        transition-delay: 500ms; }
    html.has--mouse .contact-person__social:hover .contact-person__social-trigger {
      background-color: #ffffff; }
      html.has--mouse .contact-person__social:hover .contact-person__social-trigger::before {
        color: var(--color-tertiary);
        content: '\f00d'; }

.contact-person__social-trigger {
  background-color: #ffffff;
  height: 45px;
  padding: 0 22px;
  border: none;
  border-radius: 50%;
  position: relative; }
  .contact-person__social-trigger::before {
    content: '\f27a';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: var(--color-tertiary);
    position: absolute;
    z-index: 10;
    display: block;
    font-size: 1.6rem;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    top: 50%; }
  html.has--mouse .contact-person__social-trigger:hover {
    cursor: pointer; }
    html.has--mouse .contact-person__social-trigger:hover::before {
      color: var(--color-tertiary); }

.contact-person__name {
  font-size: 2.1rem;
  font-family: "nudista-web", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px; }

.contact-person__job {
  font-size: 1.6rem !important;
  padding: 0 !important;
  margin-bottom: 15px !important; }

.contact-person__social-item {
  margin-right: 15px;
  display: flex;
  opacity: 0;
  transform: translate3d(15px, 0, 0);
  visibility: hidden;
  transition: ease 300ms;
  transition-property: opacity, visibility, transform; }

.c-contact-person:active .contact-person__social {
  display: flex;
  margin-top: auto;
  position: absolute;
  bottom: -20px;
  right: 15px;
  flex-direction: row-reverse; }

.c-contact-person:active .contact-person__social-item {
  visibility: visible;
  opacity: 1; }

.c-contact-person:hover .contact-person__social {
  display: flex;
  margin-top: auto;
  position: absolute;
  bottom: -20px;
  right: 15px;
  flex-direction: row-reverse; }

.c-contact-person:hover .contact-person__social-item {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.c-case-brand {
  display: flex;
  color: #ffffff;
  height: auto;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 576px) {
    .c-case-brand {
      flex-direction: column;
      align-items: center; } }

.case-brand__inner {
  background: linear-gradient(90deg, var(--case-gradient-first), var(--case-gradient-second));
  border-radius: 30px;
  padding: 15px; }

.case-brand__body {
  display: flex;
  align-items: center; }
  .case-brand__body .case-brand__body-inner {
    color: #ffffff;
    margin: 0;
    padding: 15px; }

.case-brand__logo {
  display: flex;
  align-items: center; }
  .case-brand__logo .case-brand__logo-image {
    object-fit: contain;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 30px 15px 0; }
    @media (max-width: 576px) {
      .case-brand__logo .case-brand__logo-image {
        padding: 15px;
        max-width: 210px;
        margin: 0 auto; } }

.case-brand--diap .case-brand__logo-image {
  background-color: transparent; }

.c-arrow {
  z-index: -1;
  transition: ease 100ms;
  transition-property: transform; }
  @media (max-width: 576px) {
    .c-arrow path {
      display: none; } }

.slider {
  display: flex;
  align-items: center; }

.container__entropy {
  padding-top: 30px;
  position: relative;
  display: flex; }
  @media (max-width: 768px) {
    .container__entropy {
      display: block;
      max-width: calc(100vw - 30px); } }
  .container__entropy .custom-select__select {
    display: none; }

.card--right {
  display: flex;
  position: relative;
  background: rebeccapurple;
  overflow: hidden;
  border-radius: 15px; }

.entropy__result {
  font-weight: bold;
  padding: 10px 20px;
  font-size: 2.1rem; }

.card.input {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.card--container {
  display: flex;
  min-width: 200%;
  height: 100%;
  transition: ease 300ms;
  transition-property: transform;
  transform: translate3d(0, 0, 0); }
  .card--container.result {
    transform: translate3d(-50%, 0, 0); }

.card--container .card {
  width: 100%;
  height: 100%;
  padding: 30px 15px 60px 15px;
  display: flex;
  flex-direction: column; }

.dropdown--calculator .dropdown__link {
  color: var(--color-primary); }

.dropdown--calculator .c-dropdown {
  z-index: 1; }

.dropdown--calculator .custom-select__selected {
  max-width: 100%; }

.dropdown--calculator .custom-select__selected {
  margin-left: 0; }

.dropdown--calculator .custom-select__items {
  position: relative;
  margin-bottom: 30px;
  padding: 5px 15px; }

.container__calculate {
  display: flex;
  flex-direction: row-reverse; }

.container__request {
  display: flex; }

.explanation {
  display: block;
  top: 0;
  padding-top: 30px;
  pointer-events: auto;
  opacity: 1;
  transition: all 500ms ease; }
  .explanation.is--hidden {
    pointer-events: none;
    opacity: 0;
    margin-bottom: 150px; }

.request {
  display: block;
  pointer-events: auto;
  position: absolute;
  top: 0;
  opacity: 1;
  padding-right: 30px;
  padding-top: 30px;
  transition-delay: 1500ms;
  transition: all 500ms ease; }
  .request.is--hidden {
    opacity: 0;
    pointer-events: none; }
  .request .container__request {
    display: inline-block;
    width: 100%; }
    .request .container__request .form--item__name {
      display: inline-block;
      width: 60%; }

.request__form {
  display: flex; }

.request__submit {
  margin-left: 0;
  margin-top: 0;
  border-radius: 0 60px 60px 0;
  padding-top: 17px;
  padding-bottom: 17px;
  height: auto; }

.request__input {
  border-color: var(--color-secondary);
  border-radius: 10px 0 0 10px; }

.p-small {
  font-size: 1rem;
  padding-right: 2rem; }
  .p-small a {
    font-size: 1rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    color: #ffffff;
    text-decoration: underline; }
    html.has--mouse .p-small a:hover {
      cursor: pointer;
      background-color: transparent;
      text-decoration: none; }

.entropy__result {
  background-color: #4b2079;
  border-radius: 6px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "nudista-web", sans-serif;
  font-weight: 700; }

.entropy__heading {
  display: flex;
  margin-bottom: 30px; }

.entropy__heading-info {
  margin-left: 10px; }

.tooltip--rekentool {
  font-size: 2rem;
  cursor: pointer; }
  .tooltip--rekentool .tooltip__tip {
    width: 300px;
    line-height: 1.2;
    font-size: 16px; }

.entropy__result-label {
  margin-bottom: 0; }

.entropy__button {
  margin-top: auto; }

.entropy__info {
  position: absolute;
  bottom: 5px;
  right: 15px; }

.c-table {
  color: #16161d; }
  .c-table thead td:first-child {
    border-radius: 15px 0px 0px 0; }
  .c-table thead td:last-child {
    border-radius: 0px 15px 0px 0px; }
  .c-table thead td {
    padding: 15px;
    background-color: var(--color-secondary);
    color: #ffffff;
    font-weight: bold;
    font-size: 2.1rem; }
  .c-table tbody td {
    padding: 5px 15px;
    border: 1px solid var(--color-secondary);
    font-size: 1.8rem; }

.c-custom-player {
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden; }

.plyr--audio .plyr__controls {
  border-radius: 15px; }

.c-entropy-calculator.step--start .is--finish,
.c-entropy-calculator.step--start .entropy-calculator__result {
  display: none; }

.c-entropy-calculator.step--finish .is--start,
.c-entropy-calculator.step--finish .entropy-calculator__form {
  display: none; }

.c-entropy-calculator.is--loading .entropy-calculator__panel::before {
  opacity: 1; }

.entropy-calculator__form.is--direct .entropy-calculator__direct {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center; }

.entropy-calculator__form.is--direct .entropy-calculator__submit {
  display: none; }

.entropy-calculator__direct {
  display: none; }

.entropy-calculator__panel {
  background-color: #ffffff;
  border-radius: 30px;
  position: relative;
  box-shadow: 0px 0px 40px rgba(22, 22, 29, 0.3); }
  .entropy-calculator__panel::before {
    content: '';
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(/assets/img/loader_black.gif);
    border-radius: 30px;
    background-color: #ffffff;
    transition: ease 300ms;
    transition-property: opacity; }

.entropy-calculator__panel-header {
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 30px 15px;
  background: linear-gradient(45deg, var(--color-quaternary), var(--color-quinary));
  position: relative; }

.entropy-calculator__panel-title {
  font-size: 30px; }

.entropy-calculator__panel-inner {
  min-height: 200px;
  color: #16161d;
  padding: 15px 30px 30px 30px;
  position: relative; }
  @media (min-width: 768px) {
    .entropy-calculator__panel-inner {
      padding-bottom: 15px; } }

.entropy-calculator__tooltip {
  position: absolute;
  right: 6px;
  top: 3px; }
  .entropy-calculator__tooltip .tooltip__tip {
    width: 400px;
    box-shadow: 0px 0px 40px rgba(22, 22, 29, 0.3);
    max-width: 100vw;
    line-height: 1.4;
    border-radius: 15px; }
  .entropy-calculator__tooltip .tooltip__tip,
  .entropy-calculator__tooltip .tooltip__arrow {
    background-color: var(--color-quaternary); }

.entropy-calculator__sticker {
  background-color: var(--color-tertiary);
  box-shadow: 0px 0px 40px rgba(22, 22, 29, 0.3);
  color: #ffffff;
  width: 150px;
  height: 150px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 200px;
  transform: rotate(15deg);
  position: absolute;
  top: calc(100% - 15px);
  right: 0; }
  @media (min-width: 768px) {
    .entropy-calculator__sticker {
      right: calc(100% - 15px);
      bottom: 15px;
      top: auto;
      width: 195px;
      height: 195px;
      font-size: 21px; } }

.entropy-calculator__submit {
  background-color: var(--color-quaternary);
  border-color: var(--color-quaternary);
  width: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 15px; }

.entropy-calculator__back {
  color: var(--color-tertiary);
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  border: 0;
  text-decoration: underline;
  background-color: transparent; }
  html.has--mouse .entropy-calculator__back:hover {
    cursor: pointer;
    text-decoration: none; }

.entropy-calculator__result-title {
  margin-bottom: 15px;
  color: var(--color-quaternary); }

.entropy-calculator__result-body {
  color: var(--color-quaternary);
  font-size: 1.8rem;
  margin-bottom: 10px; }

.entorpy-calculator__example {
  max-width: 460px; }

.c-entropy-dashboard {
  border-radius: 30px;
  padding: 30px;
  min-height: 300px;
  background: linear-gradient(45deg, var(--color-quaternary), var(--color-quinary));
  position: relative;
  margin-top: 30px; }
  .c-entropy-dashboard::before {
    content: '';
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(/assets/img/loader_black.gif);
    border-radius: 30px;
    background-color: #ffffff;
    transition: ease 300ms;
    transition-property: opacity; }
  .c-entropy-dashboard.is--loading::before {
    opacity: 1; }

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

.entropy-dashboard__column {
  border-radius: 15px;
  background-color: #ffffff;
  color: #16161d;
  margin-top: 30px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .entropy-dashboard__column.on--finished {
    opacity: 0.5;
    pointer-events: none;
    transition: ease 300ms;
    transition-property: opacity; }
  .step--finish .entropy-dashboard__column.on--finished {
    opacity: 1;
    pointer-events: auto; }

.entropy-dashboard__row {
  display: flex;
  flex-direction: column; }

.entropy-dashboard__column-heading {
  color: var(--color-tertiary);
  margin-bottom: 15px;
  text-align: center; }

.entropy-dashboard__range {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 30px;
  margin-right: 15px;
  position: relative; }
  .entropy-dashboard__range::before, .entropy-dashboard__range::after {
    content: '';
    width: 15px;
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .entropy-dashboard__range::before {
    right: 100%;
    background-color: var(--color-tertiary); }
  .entropy-dashboard__range::after {
    left: 100%;
    background-color: #ccc; }

.entropy-dashboard__default-range {
  font-size: 14px;
  color: var(--color-quaternary);
  margin-top: -15px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  position: relative; }

.entropy-dashboard__default-range-text {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 15px; }

.entropy-dashboard__defailt-range-slide {
  width: 100%;
  height: 10px;
  pointer-events: none; }
  .entropy-dashboard__defailt-range-slide::after {
    content: '';
    width: 20px;
    height: 100%;
    display: block;
    left: -10px;
    bottom: 100%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: relative;
    background-color: var(--color-quaternary); }

.entropy-dashboard__submit {
  width: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center; }

.entropy-dashboard__cta {
  margin-top: auto;
  padding-top: 30px; }

.entropy-dashboard__cta-heading {
  text-align: center;
  color: var(--color-quaternary);
  font-weight: 700;
  margin-bottom: 15px; }

.entropy-dashboard__cta-button {
  color: var(--color-quaternary);
  border-color: var(--color-quaternary);
  width: 100%;
  max-width: 100%;
  justify-content: center; }
  html.has--mouse .entropy-dashboard__cta-button:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: var(--color-quaternary); }

.entropy-dashboard--form {
  max-height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  transition: ease 300ms;
  transition-property: max-height; }

.entropy-dashboard--button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--color-quaternary);
  margin-right: 30px;
  margin-bottom: 30px; }
  .entropy-dashboard--button:last-child {
    margin-right: 0; }
  .entropy-dashboard--button.is--active {
    background-color: var(--color-quaternary);
    border-color: var(--color-quaternary);
    color: #ffffff; }
  html.has--mouse .entropy-dashboard--button:hover {
    cursor: pointer;
    background-color: var(--color-quaternary);
    border-color: var(--color-quaternary);
    color: #ffffff; }

.rangeslider {
  position: relative;
  display: block;
  cursor: pointer;
  height: 30px;
  width: 100%; }

.rangeslider__fill,
.rangeslider__fill__bg,
.rangeslider__handle {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  z-index: 2;
  transform: translate3d(0, -50%, 0);
  background-color: var(--color-tertiary);
  will-change: width; }

.rangeslider__fill__bg {
  background-color: #ccc;
  width: 100%; }

.rangeslider__handle {
  will-change: width, height, top;
  width: 30px;
  height: 30px;
  display: inline-block;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 35px rgba(22, 22, 29, 0.3);
  border-radius: 50%;
  transition: 100ms ease-in-out;
  transition-property: width, height, top; }
  .step--finish .rangeslider__handle::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-tertiary);
    border-radius: 100px;
    z-index: -1;
    opacity: 0.4;
    transform: scale(1);
    animation: rangesliderHandle 800ms infinite; }
  .step--finish .rangeslider__handle::after {
    content: '\f337';
    font-family: 'Font Awesome 5 Pro';
    top: calc(50% - 20px);
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 21px;
    opacity: 0.4;
    color: #16161d;
    animation: rangesliderHandleInstructions 3000ms 2; }
  html.has--mouse .rangeslider__handle:hover {
    cursor: pointer; }
    html.has--mouse .rangeslider__handle:hover::before {
      display: none;
      animation-play-state: paused; }

.rangeslider__counters {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  color: var(--color-quaternary);
  font-size: 14px;
  bottom: 100%;
  line-height: 1;
  margin-bottom: 5px; }

.rangeslider__counter {
  width: 30px;
  white-space: nowrap;
  text-align: center; }

@keyframes rangesliderHandle {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.7);
    opacity: 0; } }

@keyframes rangesliderHandleInstructions {
  0% {
    transform: translate3d(0, 0, 0); }
  25% {
    transform: translate3d(-5px, 0, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  75% {
    transform: translate3d(5px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

.c-dial {
  display: inline-block;
  width: 100%; }

.dial__inner {
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--color-quaternary);
  margin-bottom: 40px;
  height: 130px; }

.dial__bar::after {
  content: attr(data-type);
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 12px;
  line-height: 1;
  color: var(--color-quaternary); }

.dial__bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-image: linear-gradient(90deg, #81d45a, #f4a032, #ff3838);
  width: 200px;
  transform: translate3d(-50%, 0, 0);
  border-radius: 100px 100px 0 0;
  height: 100px; }
  .dial__bar::before {
    content: '';
    width: 65%;
    height: 65%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%, 0, 0);
    background-color: #ffffff;
    border-radius: 100px 100px 0 0; }

.dial__bar-sides {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .dial__bar-sides::before, .dial__bar-sides::after {
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    background-color: #ffffff; }
  .dial__bar-sides::before {
    transform-origin: bottom right;
    transform: rotate(-75deg);
    right: 50%; }
  .dial__bar-sides::after {
    transform-origin: bottom left;
    transform: rotate(75deg);
    left: 50%; }

.dial__pointer {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 10px;
  height: 80px;
  background-color: var(--color-quaternary);
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  transform-origin: bottom; }

.dial__value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  color: var(--color-quaternary);
  border: 2px solid var(--color-quaternary);
  border-radius: 100%;
  padding-top: 5px;
  left: 50%;
  top: 100%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0); }

.c-header {
  width: 100%;
  z-index: 15; }

.header--background-image {
  background-size: 0; }
  .header--background-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
    background-image: inherit;
    opacity: 0.65;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-mask-image: linear-gradient(to top, transparent 0px, black 100px); }

.header--video .header__title {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .header--video .header__image {
    margin-top: 0; } }

@media (min-width: 768px) {
  .header--vacancy .header__intro {
    max-width: 57.333%; } }

.header__button {
  align-self: center;
  margin-left: 10px; }

.header__scroll-to {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -80px, 0);
  z-index: 10;
  background-color: transparent;
  color: #ffffff;
  border: none;
  text-shadow: 0 0px 35px rgba(22, 22, 29, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  html.has--mouse .header__scroll-to:hover {
    cursor: pointer; }
    html.has--mouse .header__scroll-to:hover::after {
      transform: translate3d(0, 10px, 0); }
  .header__scroll-to::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    transition: ease 300ms;
    transition-property: transform; }

.header--background-hero {
  height: 100svh;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .header--background-hero {
      transform: translate3d(0, -100px, 0);
      margin-bottom: -100px;
      position: relative; } }
  .header--background-hero::before {
    content: '';
    background-image: linear-gradient(rgba(22, 22, 29, 0.5), rgba(22, 22, 29, 0));
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    position: absolute; }
  .header--background-hero:has(+ .header--with-background.is--not-full-screen) {
    position: relative;
    transform: translate3d(0, -100px, 0);
    margin-bottom: -100px;
    height: 50svh; }
    @media (min-width: 768px) {
      .header--background-hero:has(+ .header--with-background.is--not-full-screen) {
        height: 75svh; } }

.header--background-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.header__play {
  margin-top: 30px;
  font-size: 2.1rem;
  display: inline-flex; }

.header--case,
.header--intro-with-image,
.header--campagne {
  background-color: #ffffff;
  color: #16161d;
  position: relative; }
  .header--case .header__body,
  .header--intro-with-image .header__body,
  .header--campagne .header__body {
    background-color: transparent; }
  .header--case .header__heading,
  .header--intro-with-image .header__heading,
  .header--campagne .header__heading {
    margin-bottom: 0; }
  .header--case .header__titles,
  .header--intro-with-image .header__titles,
  .header--campagne .header__titles {
    display: flex;
    flex-direction: column-reverse; }
  .header--case .header__title,
  .header--intro-with-image .header__title,
  .header--campagne .header__title {
    background-image: linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: normal;
    text-shadow: none;
    margin-bottom: 0;
    margin-top: 0; }
    @media (min-width: 768px) {
      .header--case .header__title,
      .header--intro-with-image .header__title,
      .header--campagne .header__title {
        margin-bottom: 90px;
        padding-bottom: 30px; } }
  .header--case .header__title-label,
  .header--intro-with-image .header__title-label,
  .header--campagne .header__title-label {
    background-image: none;
    font-family: "nudista-web", sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    width: 100%;
    z-index: 1;
    margin-bottom: 15px;
    display: block;
    margin-top: 0; }
  .header--case .header__row,
  .header--intro-with-image .header__row,
  .header--campagne .header__row {
    align-items: center;
    z-index: 10;
    position: relative; }
  .header--case .header__image,
  .header--case .header__loop,
  .header--intro-with-image .header__image,
  .header--intro-with-image .header__loop,
  .header--campagne .header__image,
  .header--campagne .header__loop {
    width: 100%;
    height: 100%;
    float: none;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-bottom: 0;
    left: 0;
    position: relative; }
    .header--case .header__image::after,
    .header--case .header__loop::after,
    .header--intro-with-image .header__image::after,
    .header--intro-with-image .header__loop::after,
    .header--campagne .header__image::after,
    .header--campagne .header__loop::after {
      content: '';
      background-color: #ffffff;
      position: absolute;
      left: 0;
      top: 30px;
      width: 100%;
      height: calc(100% - 45px);
      border-radius: 15px; }
    .header--case .header__image::before,
    .header--case .header__loop::before,
    .header--intro-with-image .header__image::before,
    .header--intro-with-image .header__loop::before,
    .header--campagne .header__image::before,
    .header--campagne .header__loop::before {
      content: '';
      background-color: var(--theme-color-background);
      position: absolute;
      top: 150px;
      opacity: 1;
      width: 200vw;
      height: calc(100% - 135px);
      left: -100vw; }
  .header--case.header--with-pattern,
  .header--intro-with-image.header--with-pattern,
  .header--campagne.header--with-pattern {
    background-size: 0; }
    .header--case.header--with-pattern::before,
    .header--intro-with-image.header--with-pattern::before,
    .header--campagne.header--with-pattern::before {
      content: '';
      width: 100%;
      background-image: inherit;
      height: calc(100% - 45px);
      left: 0;
      top: 45px;
      position: absolute;
      z-index: 3;
      background-size: 800px;
      opacity: 0.3;
      -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 70%, transparent 100%); }
  .header--case.header--with-background,
  .header--intro-with-image.header--with-background,
  .header--campagne.header--with-background {
    padding-top: 60px;
    background-color: transparent; }
    .header--case.header--with-background.is--not-full-screen,
    .header--intro-with-image.header--with-background.is--not-full-screen,
    .header--campagne.header--with-background.is--not-full-screen {
      background-color: var(--theme-color-background); }
    @media (min-width: 768px) {
      .header--case.header--with-background,
      .header--intro-with-image.header--with-background,
      .header--campagne.header--with-background {
        background-color: #ffffff; } }
    .header--case.header--with-background::after,
    .header--intro-with-image.header--with-background::after,
    .header--campagne.header--with-background::after {
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      opacity: 1; }
      @media (min-width: 768px) {
        .header--case.header--with-background::after,
        .header--intro-with-image.header--with-background::after,
        .header--campagne.header--with-background::after {
          background-color: var(--theme-color-background); } }
    .header--case.header--with-background .header__container,
    .header--case.header--with-background .header__extra-info,
    .header--intro-with-image.header--with-background .header__container,
    .header--intro-with-image.header--with-background .header__extra-info,
    .header--campagne.header--with-background .header__container,
    .header--campagne.header--with-background .header__extra-info {
      position: relative;
      z-index: 10; }
    .header--case.header--with-background .header__image::after,
    .header--intro-with-image.header--with-background .header__image::after,
    .header--campagne.header--with-background .header__image::after {
      background-color: var(--theme-color-background); }
    .header--case.header--with-background .header__image,
    .header--case.header--with-background .header__loop,
    .header--case.header--with-background .header__extra-info,
    .header--case.header--with-background .header__meta,
    .header--intro-with-image.header--with-background .header__image,
    .header--intro-with-image.header--with-background .header__loop,
    .header--intro-with-image.header--with-background .header__extra-info,
    .header--intro-with-image.header--with-background .header__meta,
    .header--campagne.header--with-background .header__image,
    .header--campagne.header--with-background .header__loop,
    .header--campagne.header--with-background .header__extra-info,
    .header--campagne.header--with-background .header__meta {
      background-color: transparent; }
      .header--case.header--with-background .header__image::before,
      .header--case.header--with-background .header__loop::before,
      .header--case.header--with-background .header__extra-info::before,
      .header--case.header--with-background .header__meta::before,
      .header--intro-with-image.header--with-background .header__image::before,
      .header--intro-with-image.header--with-background .header__loop::before,
      .header--intro-with-image.header--with-background .header__extra-info::before,
      .header--intro-with-image.header--with-background .header__meta::before,
      .header--campagne.header--with-background .header__image::before,
      .header--campagne.header--with-background .header__loop::before,
      .header--campagne.header--with-background .header__extra-info::before,
      .header--campagne.header--with-background .header__meta::before {
        display: none; }
    .header--case.header--with-background:not(.is--not-full-screen) .header__title,
    .header--case.header--with-background:not(.is--not-full-screen) .header__title-label,
    .header--case.header--with-background:not(.is--not-full-screen) .header__body,
    .header--intro-with-image.header--with-background:not(.is--not-full-screen) .header__title,
    .header--intro-with-image.header--with-background:not(.is--not-full-screen) .header__title-label,
    .header--intro-with-image.header--with-background:not(.is--not-full-screen) .header__body,
    .header--campagne.header--with-background:not(.is--not-full-screen) .header__title,
    .header--campagne.header--with-background:not(.is--not-full-screen) .header__title-label,
    .header--campagne.header--with-background:not(.is--not-full-screen) .header__body {
      color: #ffffff;
      background-image: none;
      -webkit-text-fill-color: #ffffff; }
    .header--case.header--with-background .header__head,
    .header--intro-with-image.header--with-background .header__head,
    .header--campagne.header--with-background .header__head {
      width: 1370px;
      max-width: 100%; }
      @media (min-width: 768px) {
        .header--case.header--with-background .header__head,
        .header--intro-with-image.header--with-background .header__head,
        .header--campagne.header--with-background .header__head {
          position: absolute;
          padding-left: 15px;
          padding-right: 15px;
          bottom: 100%;
          left: 50%;
          transform: translate3d(-50%, 0, 0); } }
      .header--case.header--with-background .header__head::after,
      .header--intro-with-image.header--with-background .header__head::after,
      .header--campagne.header--with-background .header__head::after {
        opacity: 1;
        background-image: linear-gradient(transparent 0%, var(--theme-color-background) 75%); }
      .header--case.header--with-background .header__head::before,
      .header--intro-with-image.header--with-background .header__head::before,
      .header--campagne.header--with-background .header__head::before {
        opacity: 0;
        background-image: linear-gradient(transparent 0%, #ffffff 50%); }
      .header--case.header--with-background .header__head::before, .header--case.header--with-background .header__head::after,
      .header--intro-with-image.header--with-background .header__head::before,
      .header--intro-with-image.header--with-background .header__head::after,
      .header--campagne.header--with-background .header__head::before,
      .header--campagne.header--with-background .header__head::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 200vw;
        height: 200%;
        left: -100vw; }
    .header--case.header--with-background.is--not-full-screen,
    .header--intro-with-image.header--with-background.is--not-full-screen,
    .header--campagne.header--with-background.is--not-full-screen {
      padding-top: 0; }
      .header--case.header--with-background.is--not-full-screen .header__body,
      .header--case.header--with-background.is--not-full-screen .header__row,
      .header--intro-with-image.header--with-background.is--not-full-screen .header__body,
      .header--intro-with-image.header--with-background.is--not-full-screen .header__row,
      .header--campagne.header--with-background.is--not-full-screen .header__body,
      .header--campagne.header--with-background.is--not-full-screen .header__row {
        background-color: #ffffff; }
      .header--case.header--with-background.is--not-full-screen .header__head,
      .header--intro-with-image.header--with-background.is--not-full-screen .header__head,
      .header--campagne.header--with-background.is--not-full-screen .header__head {
        position: relative; }
        .header--case.header--with-background.is--not-full-screen .header__head::after,
        .header--intro-with-image.header--with-background.is--not-full-screen .header__head::after,
        .header--campagne.header--with-background.is--not-full-screen .header__head::after {
          display: none; }
  .header--case .header__image-src,
  .header--case .header__loop-video,
  .header--intro-with-image .header__image-src,
  .header--intro-with-image .header__loop-video,
  .header--campagne .header__image-src,
  .header--campagne .header__loop-video {
    position: relative;
    z-index: 4;
    border-radius: 15px; }

.header--campagne {
  background-color: transparent; }
  .header--campagne .header__image::before,
  .header--campagne .header__loop::before {
    content: '';
    background-color: #ffffff; }
  .header--campagne .header__title {
    color: #ffffff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #ffffff;
    background-image: unset; }
  .header--campagne .header__body {
    color: #ffffff; }

.header__extra-info {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  position: relative; }
  .header__extra-info::before {
    content: '';
    background-color: var(--theme-color-background);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1; }

.header__meta {
  padding-top: 45px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .header__meta::before {
    content: '';
    background-color: var(--theme-color-background);
    position: absolute;
    top: 0;
    opacity: 1;
    width: 200vw;
    height: 100%;
    left: -100vw; }

.header__meta-categories {
  display: flex;
  margin: 0;
  list-style: none; }

.header__meta-category {
  padding: 10px 20px;
  border-radius: 30px;
  color: #16161d;
  font-size: 12px;
  margin-right: 15px;
  position: relative; }
  .header__meta-category::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #ffffff;
    opacity: 1; }

.header__meta-category-text,
.header__meta-logo {
  position: relative; }

.header__meta-logo {
  margin-left: auto; }

.header__meta-logo-src {
  max-width: 270px;
  max-height: 120px;
  border-radius: 0;
  object-fit: contain; }

.header__breadcrumb {
  position: relative; }

.header--interactive-map .header__image {
  display: none; }
  @media (min-width: 768px) {
    .header--interactive-map .header__image {
      display: block; } }

.header--interactive-map .header__title {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .header--interactive-map .header__title {
      margin-bottom: 90px;
      margin-top: 90px; } }

.header__logo {
  position: absolute;
  right: 0;
  height: 60px;
  bottom: 60px;
  padding: 10px 30px;
  background-color: #ffffff;
  border-radius: 60px 0 0 60px; }
  .header__logo::before, .header__logo::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    background-position: center center;
    background-size: contain;
    mask-image: url(/assets/img/inside-borders/right-top.svg); }
  .header__logo::before {
    top: auto;
    bottom: 100%;
    mask-image: url(/assets/img/inside-borders/left-bottom.svg); }

.header__logo-src {
  border-radius: 0;
  height: 100%; }

.header__title {
  margin-top: 0;
  margin-bottom: 10px;
  z-index: 2;
  position: relative; }
  .header__title:last-child {
    margin-bottom: 0;
    margin-top: 0; }

.header__subtitle {
  order: -1;
  font-family: "nudista-web", sans-serif;
  font-weight: 400;
  margin-bottom: 10px; }

.header__heading {
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .header__heading {
      margin-top: 0; } }

.header__head {
  display: flex;
  align-items: flex-end; }
  @media (min-width: 768px) {
    .header__head {
      min-height: 220px; } }

.header--small .header__heading {
  margin-bottom: 10px; }

.header--small .header__head {
  min-height: 100px; }

.header--small .header__image {
  margin-top: 0px; }
  @media (min-width: 768px) {
    .header--small .header__image {
      margin-top: -200px; } }

.header__back,
.header__next {
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  border-radius: 100%;
  color: var(--theme-color-tertiary);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; }

.header__back {
  left: 100%; }
  html.has--mouse .header__back:hover {
    cursor: pointer; }
    html.has--mouse .header__back:hover .header__back-icon {
      transform: translate3d(5px, 0, 0); }

.header__next {
  right: 100%; }
  html.has--mouse .header__next:hover {
    cursor: pointer; }
    html.has--mouse .header__next:hover .header__next-icon {
      transform: translate3d(-5px, 0, 0); }

html.has--mouse .header__back.is--overview:hover, html.has--mouse
.header__next.is--overview:hover {
  cursor: pointer; }
  html.has--mouse .header__back.is--overview:hover .header__back-icon,
  html.has--mouse .header__back.is--overview:hover .header__next-icon, html.has--mouse
  .header__next.is--overview:hover .header__back-icon,
  html.has--mouse
  .header__next.is--overview:hover .header__next-icon {
    transform: translate3d(0, 0, 0); }

.header__back-icon,
.header__next-icon {
  transition: ease 300ms;
  transition-property: transform; }

.header__video,
.header__video-container {
  z-index: 1; }

.header__video {
  margin-bottom: -45px; }

.header__video-file {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 15px; }

.header__showreal {
  margin-bottom: -45px;
  position: relative;
  z-index: 10; }

.header__image,
.header__video {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .header__image,
    .header__video {
      width: calc(41.333333% - 15px);
      padding-bottom: calc(41.333333% - 15px);
      float: right;
      margin-top: -340px;
      margin-left: 8.333333%;
      margin-bottom: 8.333333%; } }
  .header__image.is--video,
  .header__video.is--video {
    padding-bottom: calc(60% - 15px); }
    @media (min-width: 768px) {
      .header__image.is--video,
      .header__video.is--video {
        margin-top: -250px;
        padding-bottom: calc(30% - 15px); } }
    .header__image.is--video::after,
    .header__video.is--video::after {
      content: "\f04b";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0) scale(0.5);
      font-size: 56px;
      opacity: 0;
      transition: ease 300ms;
      transition-property: transform, opacity; }
    html.has--mouse .header__image.is--video:hover, html.has--mouse
    .header__video.is--video:hover {
      cursor: pointer;
      opacity: 0.8; }
      html.has--mouse .header__image.is--video:hover::after, html.has--mouse
      .header__video.is--video:hover::after {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0) scale(1); }

.header__image-src {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
  position: absolute; }

.header__intro {
  padding-bottom: 90px; }
  @media (min-width: 768px) {
    .header__intro {
      max-width: 65%; } }

.header--showreal {
  margin-top: 48px; }
  @media (min-width: 768px) {
    .header--showreal {
      margin-top: 0; } }
  .header--showreal .header__body {
    width: 100%; }
  .header--showreal .header__intro {
    max-width: 100%;
    text-align: center; }

.header__body {
  background-color: #ffffff;
  position: relative;
  color: #16161d;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .header__body {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .header__body.is--empty {
    padding-top: 0;
    padding-bottom: 0; }
  .header__body::before, .header__body::after {
    content: '';
    background-color: inherit;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%; }
  .header__body::before {
    right: 100%; }
  .header__body::after {
    left: 100%; }

.header__date {
  position: relative;
  font-family: "nudista-web", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-shadow: 0 0px 35px rgba(22, 22, 29, 0.3); }

.header__course-items {
  list-style: none;
  margin-left: 0;
  display: flex;
  gap: 30px;
  font-family: "nudista-web", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-shadow: 0 0px 35px rgba(22, 22, 29, 0.3); }

.header__course-item {
  display: flex;
  gap: 8px;
  align-items: center; }
  .header__course-item i {
    font-size: 1.6rem; }

.header__course-item-meta {
  margin-left: -4px; }

.header__deliverables {
  z-index: 10; }

.header__head--sales {
  height: 560px; }

.header__heading--sales {
  margin-bottom: 32px;
  margin-top: -460px; }

.header__title--sales {
  padding-left: 24px;
  font-size: 48px; }

.header__intro--sales {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 100%; }

.header__intro--sales > .u-paragraph--intro-gradient {
  font-size: 24px; }

.header__body--sales {
  padding-top: 40px;
  display: flex;
  flex-direction: column-reverse; }

.header__intro--contact-sales {
  padding-bottom: 0px; }

@media (min-width: 576px) {
  .header__title--sales {
    padding-left: 40px;
    font-size: 48px; }
  .header__intro--sales {
    padding: 40px; }
  .header__body--sales {
    padding-top: 40px; }
  .header__head--sales {
    height: 460px; }
  .header__heading--sales {
    margin-top: -380px; } }

@media (min-width: 768px) {
  .header__title--sales {
    padding-left: 0px;
    font-size: calc(34px + 30 * ((100vw - 576px) / 624)); }
  .header__intro--sales {
    padding: 0px;
    max-width: 45%; }
  .header__heading--sales {
    margin-bottom: 40px;
    margin-top: 0px; }
  .header__body--sales {
    padding-top: 90px;
    display: block; }
  .header__head--sales {
    height: 220px; } }

@media (min-width: 992px) {
  .header__intro--sales > .u-paragraph--intro-gradient {
    font-size: 32px; }
  .header__intro--sales {
    max-width: 50%; }
  .header__title--sales {
    font-size: 64px; }
  .header__head--sales {
    height: 300px; } }

@media (min-width: 768px) {
  .header__intro--contact-sales {
    max-width: 100%; } }

.header__container--contact {
  padding-bottom: 200px;
  padding-top: 64px; }

.header--intro-with-image {
  color: white;
  background-color: transparent !important; }

.header__body--intro-with-image {
  position: relative;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 90px; }

.header__image--intro-with-image img {
  height: 480px;
  object-fit: cover; }

.header__titles--love-brand {
  flex-direction: column !important; }

.header__love-brand {
  margin-top: 60px; }

@media (max-width: 768px) {
  .header__love-brand .header__body--intro-with-image {
    padding-top: 0px;
    padding-bottom: 30px; } }

.c-cta {
  color: #ffffff;
  padding: 0;
  z-index: 10;
  position: relative;
  background: transparent;
  padding-top: 90px; }
  .c-cta::after {
    content: '';
    height: 90px;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.15;
    z-index: -1; }
  .c-cta::before {
    content: '';
    width: 100%;
    background-color: #ffffff;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    margin-bottom: 90px;
    bottom: 0; }
  .c-cta + .c-section {
    padding-top: 180px; }
  .u-background--accent + .c-cta::after {
    background-color: var(--theme-color-background); }
  .c-cta:last-child {
    padding-bottom: 90px; }

.cta--small .cta__container::before {
  width: calc(100% - 30px); }

.cta--small .cta__body {
  align-items: center;
  padding-right: 30px; }
  @media (min-width: 992px) {
    .cta--small .cta__body {
      flex-direction: row;
      align-items: center; } }

@media (min-width: 992px) {
  .cta--small .cta__title {
    margin-bottom: 0; } }

.cta--small .cta__button {
  align-self: center; }
  @media (min-width: 992px) {
    .cta--small .cta__button {
      white-space: nowrap;
      margin-left: auto; } }

.cta--small .cta__container {
  margin-bottom: -60px;
  margin-top: -60px; }

.cta--small::before {
  margin-bottom: 60px; }

.cta__container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 30px;
  margin-bottom: -90px;
  margin-top: -90px;
  position: relative; }
  .cta__container::before {
    content: '';
    background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary), var(--theme-color-tertiary));
    padding: 30px 0;
    border-radius: 30px;
    margin-bottom: -30px;
    margin-top: -30px;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%; }
    @media (min-width: 768px) {
      .cta__container::before {
        width: calc(83.33% - 30px); } }

.cta__body {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex; }
  @media (min-width: 768px) {
    .cta__body {
      padding-right: 0px; } }

.cta__title {
  text-align: left;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .cta__title {
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis; } }

.cta__image {
  display: block;
  height: 100%;
  object-fit: cover;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }
  @media (min-width: 768px) {
    .cta__image {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; } }

.cta--case {
  width: 100%;
  max-width: calc(1370px * 0.6666667);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  .cta--case .cta__body {
    padding-left: 15px;
    padding-right: 15px; }
  .cta--case .cta__container {
    margin-top: 30px;
    margin-bottom: 30px; }
    .cta--case .cta__container::before {
      width: 100%;
      background-image: linear-gradient(45deg, var(--case-gradient-first), var(--case-gradient-second)); }
  .cta--case .cta__title {
    -webkit-text-fill-color: #ffffff; }

.cta__button {
  border-radius: 1000px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--color-tertiary);
  padding: 0 30px;
  border-bottom: 0; }
  html.has--mouse .cta__button:hover {
    cursor: pointer;
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
    color: #ffffff; }

.cta--landing::before {
  background-color: transparent; }

.cta--landing .cta__container {
  margin-top: 0;
  margin-bottom: 0; }
  .cta--landing .cta__container::before {
    background-image: none;
    border: 2px solid #ffffff;
    opacity: 0.3; }

.cta__button--sales {
  font-size: 18px; }

@media (min-width: 768px) {
  .c-cta--sales {
    padding-top: 180px; } }

@media (min-width: 992px) {
  .cta__button--sales {
    font-size: 21px; } }

.cta__button--sales {
  background-color: #BDFF00;
  font-weight: 600;
  color: #16161d;
  border: none;
  transition: ease 300ms;
  transition-property: color, background-color; }

.cta__button--sales:hover {
  background-color: var(--color-tertiary);
  color: #ffffff; }

.c-section {
  color: #16161d;
  padding-top: 90px;
  padding-bottom: 90px; }
  .c-section a:not(.c-button):not(.c-small-card):not(.c-link-card):not(.c-button-quaternary) {
    text-decoration: underline; }

.c-section.u-background--light + .u-background--light {
  padding-top: 0; }

.c-section.u-background--color + .u-background--color {
  padding-top: 0; }

.c-section.u-background--secondary-color + .u-background--secondary-color {
  padding-top: 0; }

.c-section.u-background--accent + .u-background--accent {
  padding-top: 0; }

.c-header + .c-section.u-background--color {
  padding-top: 0; }

.section--small {
  padding-top: 30px;
  padding-bottom: 30px; }

.section--small-top {
  padding-top: 30px; }

.section--small-bottom {
  padding-bottom: 30px; }

.section--light {
  color: #ffffff; }

.section--first {
  padding-top: 180px; }

.section--below-header {
  padding-top: 0;
  margin-top: -60px; }

.section__title {
  display: inline-block;
  color: var(--theme-color-primary);
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px; }
  .section__title.is--light {
    background-image: none;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff; }

.section__image {
  margin-bottom: 30px;
  width: 100%;
  object-fit: cover; }

.section__image-container,
.section__loop-container {
  display: block;
  line-height: 0;
  column-count: 1;
  column-gap: 30px; }
  @media (min-width: 768px) {
    .section__image-container,
    .section__loop-container {
      column-count: 2; }
      .section__image-container.has--offset .section__image-item:first-child,
      .section__image-container.has--offset .section__loop-item:first-child,
      .section__loop-container.has--offset .section__image-item:first-child,
      .section__loop-container.has--offset .section__loop-item:first-child {
        margin-bottom: 90px;
        transform: translate3d(0, 90px, 0); } }

.section--images.is--full-width .section__image-container {
  column-count: 1; }

.section--images:not(.is--full-width) {
  padding-bottom: 180px; }

.section__container {
  position: relative;
  z-index: 10;
  transform: translate3d(0, 0, 0); }

.section__container--images {
  margin-bottom: -15px; }
  .section__container--images .row {
    justify-content: center; }

.section__column {
  margin-bottom: 30px; }
  .section__column:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .section__column {
      margin-bottom: 0; } }

.section--waves__intro,
.section--waves__title {
  color: #ffffff;
  text-align: center; }
  .section--waves__intro:last-child,
  .section--waves__title:last-child {
    margin-bottom: 130px; }

.section__step {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .section__step {
      margin-bottom: 0; } }
  .section__step:last-child {
    margin-bottom: 0; }

.section__step-icon {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 4.8rem;
  color: var(--theme-color-primary); }

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

.section__loop {
  display: flex; }

.section--image-comparison .section__row {
  align-items: center; }

@media (min-width: 768px) {
  .section__row.is--reverse {
    flex-direction: row-reverse; } }

.section__loop.has--shadow,
.section__image-item-inner.has--shadow,
.section__image-outer.has--shadow {
  position: relative; }
  .section__loop.has--shadow::before,
  .section__image-item-inner.has--shadow::before,
  .section__image-outer.has--shadow::before {
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: rgba(255, 255, 255, 0.2);
    font-size: 54px;
    left: 18px;
    top: -25px;
    z-index: 10;
    position: absolute;
    pointer-events: none; }
    @media (min-width: 992px) {
      .section__loop.has--shadow::before,
      .section__image-item-inner.has--shadow::before,
      .section__image-outer.has--shadow::before {
        left: 30px; } }
  .section__loop.has--shadow::after,
  .section__image-item-inner.has--shadow::after,
  .section__image-outer.has--shadow::after {
    content: attr(data-url);
    position: absolute;
    width: calc(100% - 180px);
    margin-left: 90px;
    margin-right: 90px;
    left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 42px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 992px) {
      .section__loop.has--shadow::after,
      .section__image-item-inner.has--shadow::after,
      .section__image-outer.has--shadow::after {
        width: calc(100% - 248px);
        margin-left: 124px;
        margin-right: 124px; } }
  .section__loop.has--shadow .section__loop-video,
  .section__loop.has--shadow .section__image,
  .section__image-item-inner.has--shadow .section__loop-video,
  .section__image-item-inner.has--shadow .section__image,
  .section__image-outer.has--shadow .section__loop-video,
  .section__image-outer.has--shadow .section__image {
    border-radius: 15px;
    border: 1px solid #1C1E20;
    border-top-width: 58px; }
  .section__loop.has--shadow.is--accent .section__loop-video,
  .section__loop.has--shadow.is--accent .section__image,
  .section__image-item-inner.has--shadow.is--accent .section__loop-video,
  .section__image-item-inner.has--shadow.is--accent .section__image,
  .section__image-outer.has--shadow.is--accent .section__loop-video,
  .section__image-outer.has--shadow.is--accent .section__image {
    border-color: var(--theme-color-primary); }
  .section__loop.has--shadow.is--white .section__loop-video,
  .section__loop.has--shadow.is--white .section__image,
  .section__image-item-inner.has--shadow.is--white .section__loop-video,
  .section__image-item-inner.has--shadow.is--white .section__image,
  .section__image-outer.has--shadow.is--white .section__loop-video,
  .section__image-outer.has--shadow.is--white .section__image {
    border-color: #ffffff; }

.section--campagne.u-background--accent .section__logo-src, .section--campagne.u-background--light .section__logo-src {
  filter: invert(1); }

.section--campagne.u-background--accent .section__text, .section--campagne.u-background--light .section__text {
  color: #16161d; }

.section--campagne .section__image-outer + .section__image-outer,
.section--campagne .section__image-outer + .section__loop,
.section--campagne .section__loop + .section__image-outer,
.section--campagne .section__loop + .section__loop {
  position: relative; }
  @media (min-width: 768px) {
    .section--campagne .section__image-outer + .section__image-outer,
    .section--campagne .section__image-outer + .section__loop,
    .section--campagne .section__loop + .section__image-outer,
    .section--campagne .section__loop + .section__loop {
      left: calc(-66.6666% + -20px); } }

.section--campagne .section__row {
  justify-content: center; }

.section--campagne .section__text {
  padding-top: 64px;
  padding-bottom: 64px;
  color: #ffffff; }

.section--campagne .section__logo {
  bottom: 0;
  width: 16.666666%;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .section--campagne .section__logo {
      position: absolute;
      right: 8.333333%; } }

.section--campagne .section__logo-src {
  height: 104px;
  width: 100%;
  object-fit: contain;
  object-position: right; }

@media (min-width: 768px) {
  .section--campagne.is--right .section__row {
    flex-direction: row-reverse; } }

@media (min-width: 768px) {
  .section--campagne.is--right .section__image-outer + .section__image-outer,
  .section--campagne.is--right .section__image-outer + .section__loop,
  .section--campagne.is--right .section__loop + .section__image-outer,
  .section--campagne.is--right .section__loop + .section__loop {
    right: calc(-66.6666% + -20px);
    left: auto; } }

@media (min-width: 768px) {
  .section--campagne.is--right .section__logo {
    left: 8.333333%;
    right: auto; } }

@media (min-width: 768px) {
  .section--campagne.is--right .section__logo-src {
    object-position: left; } }

.section__image-item-inner.has--shadow::before,
.section__loop-item .section__loop.has--shadow::before {
  top: 30px; }

.section__loop-item {
  padding-bottom: 30px; }

.section__loop.is--full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.section--case-video .section__text {
  align-self: flex-end;
  margin-top: 45px; }
  @media (min-width: 768px) {
    .section--case-video .section__text {
      margin-top: 0; } }

.section__image-alt {
  font-size: 1.4rem;
  margin-top: -15px;
  font-style: italic; }

.u-background--light + .section--loop.u-background--accent,
.u-background--light + .section--case-video.u-background--accent,
.u-background--light + .section--images.u-background--accent,
.u-background--light + .section--loop.u-background--color,
.u-background--light + .section--case-video.u-background--color,
.u-background--light + .section--images.u-background--color .u-background--light + .section--loop.u-background--secondary-color,
.u-background--light + .section--case-video.u-background--secondary-color,
.u-background--light + .section--images.u-background--secondary-color {
  padding-top: 0; }
  .u-background--light + .section--loop.u-background--accent::before,
  .u-background--light + .section--case-video.u-background--accent::before,
  .u-background--light + .section--images.u-background--accent::before,
  .u-background--light + .section--loop.u-background--color::before,
  .u-background--light + .section--case-video.u-background--color::before,
  .u-background--light + .section--images.u-background--color .u-background--light + .section--loop.u-background--secondary-color::before,
  .u-background--light + .section--case-video.u-background--secondary-color::before,
  .u-background--light + .section--images.u-background--secondary-color::before {
    top: 120px;
    height: calc(100% - 120px); }

.u-background--color + .section--loop.u-background--light,
.u-background--color + .section--case-video.u-background--light,
.u-background--color + .section--images.u-background--light,
.u-background--accent + .section--loop.u-background--light,
.u-background--accent + .section--case-video.u-background--light,
.u-background--accent + .section--images.u-background--light,
.u-background--secondary-color + .section--loop.u-background--light,
.u-background--secondary-color + .section--case-video.u-background--light,
.u-background--secondary-color + .section--images.u-background--light {
  padding-top: 0; }
  .u-background--color + .section--loop.u-background--light::before,
  .u-background--color + .section--case-video.u-background--light::before,
  .u-background--color + .section--images.u-background--light::before,
  .u-background--accent + .section--loop.u-background--light::before,
  .u-background--accent + .section--case-video.u-background--light::before,
  .u-background--accent + .section--images.u-background--light::before,
  .u-background--secondary-color + .section--loop.u-background--light::before,
  .u-background--secondary-color + .section--case-video.u-background--light::before,
  .u-background--secondary-color + .section--images.u-background--light::before {
    top: 0;
    height: 180px;
    background-color: var(--theme-color-background); }
  .u-background--color + .section--loop.u-background--light.u-background--accent::before,
  .u-background--color + .section--case-video.u-background--light.u-background--accent::before,
  .u-background--color + .section--images.u-background--light.u-background--accent::before,
  .u-background--accent + .section--loop.u-background--light.u-background--accent::before,
  .u-background--accent + .section--case-video.u-background--light.u-background--accent::before,
  .u-background--accent + .section--images.u-background--light.u-background--accent::before,
  .u-background--secondary-color + .section--loop.u-background--light.u-background--accent::before,
  .u-background--secondary-color + .section--case-video.u-background--light.u-background--accent::before,
  .u-background--secondary-color + .section--images.u-background--light.u-background--accent::before {
    opacity: 0.15; }

.c-header:not(.header--showreal):not(.header--case) + .c-section.u-background--light {
  padding-top: 0; }

.u-background--secondary-color + .section--loop.u-background--light::before,
.u-background--secondary-color + .section--case-video.u-background--light::before,
.u-background--secondary-color + .section--images.u-background--light::before {
  background-color: var(--theme-color-secondary-background); }

.u-background--accent + .section--loop.u-background--light,
.u-background--accent + .section--case-video.u-background--light,
.u-background--accent + .section--images.u-background--light {
  padding-top: 0; }
  .u-background--accent + .section--loop.u-background--light::before,
  .u-background--accent + .section--case-video.u-background--light::before,
  .u-background--accent + .section--images.u-background--light::before {
    opacity: 0.15; }

.section__overlapping-image .section__container {
  position: relative; }

.section__loop-video {
  width: 100%;
  border-radius: 15px; }

.section__love-brand {
  padding-top: 144px;
  padding-bottom: 144px; }
  .section__love-brand:first-child {
    padding-top: 0; }
  .section__love-brand:last-child {
    padding-bottom: 0; }

@media (max-width: 576px) {
  .section--container__love-brand {
    padding: 0; }
  .section__love-brand {
    padding-top: 0;
    padding-bottom: 75px; }
    .section__love-brand p {
      margin-bottom: 30px; }
    .section__love-brand .section__image-container {
      padding: 0; } }

/*TESTING*/
.section__gif-loops-container {
  display: grid;
  gap: 30px; }
  @media (min-width: 768px) {
    .section__gif-loops-container {
      display: flex;
      justify-content: space-between; } }

.section__gif-item {
  flex: 1;
  display: flex;
  justify-content: center; }

.custom-player--container {
  width: 100%;
  height: 100%; }

.section__loop-video--sideby {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.section__image-item-inner.text__image-item-inner {
  width: 100%; }
  @media (min-width: 768px) {
    .section__image-item-inner.text__image-item-inner {
      width: 600px; } }
  @media (min-width: 1200px) {
    .section__image-item-inner.text__image-item-inner {
      width: 800px; } }

.section__text-item {
  display: grid;
  gap: 36px; }

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

.method__item {
  margin-top: 60px;
  margin-bottom: 60px;
  align-items: center;
  position: relative; }
  .method__item:first-child {
    margin-top: 0; }
    .method__item:first-child::after {
      top: 50%; }
  .method__item:last-child {
    margin-bottom: 0; }
    .method__item:last-child::after {
      top: auto;
      bottom: 50%; }
  .method__item:nth-child(even) {
    flex-direction: row-reverse; }
    .method__item:nth-child(even) .method__item-hexagon-outer::after {
      left: auto;
      right: 0; }
  .method__item::after {
    content: '';
    width: 4px;
    height: calc(100% + 120px);
    top: 0;
    display: none;
    position: absolute;
    left: calc(50% - 2px);
    background-color: var(--theme-color-secondary); }
    @media (min-width: 768px) {
      .method__item::after {
        display: block; } }

.method__item-title {
  color: var(--theme-color-primary); }

.method__item-hexagon {
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--theme-color-secondary);
  position: relative;
  z-index: 1; }

.method__item-hexagon-outer {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .method__item-hexagon-outer {
      margin-top: 0; } }
  .method__item-hexagon-outer::after {
    content: '';
    display: none;
    width: 50%;
    position: absolute;
    height: 4px;
    background-color: var(--theme-color-secondary);
    left: 0;
    top: calc(50% - 3px); }
    @media (min-width: 768px) {
      .method__item-hexagon-outer::after {
        display: block; } }

.method__item-icon {
  position: absolute;
  color: #ffffff;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  font-size: 7.2rem; }

.logos__items {
  margin-bottom: -30px;
  justify-content: center; }

.logos__item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column; }

.logos__item-title {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 8px; }

.logos__item-image {
  height: 125px;
  object-fit: contain;
  max-width: 80%;
  padding: 8px; }

.c-socials {
  display: flex;
  align-items: center;
  justify-content: center; }

.socials__social {
  background-image: url(/assets/img/hexagon-pink.png);
  width: 100px;
  height: 100px;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: none !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: ease 300ms;
  transition-property: opacity; }
  html.has--mouse .socials__social:hover {
    cursor: pointer;
    opacity: 0.6; }

.c-sidenav {
  border-radius: 30px;
  padding: 30px 30px 0 30px;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: none; }
  .c-sidenav::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--theme-color-primary);
    z-index: -1;
    border-radius: inherit;
    opacity: 0.15; }
  @media (min-width: 768px) {
    .c-sidenav {
      display: block;
      margin-top: 45px; } }
  .c-sidenav::before {
    content: '';
    width: 2px;
    height: calc(100% - 143px);
    background-color: var(--theme-color-primary);
    display: block;
    position: absolute;
    left: 15px;
    top: 85px; }

.sidenav--container {
  position: absolute;
  right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(41.333333% - 15px); }

.sidenav__title {
  color: #ffffff;
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary));
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 15px;
  padding: 30px; }

.sidenav__items {
  list-style: none;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
  margin-bottom: 15px;
  margin-top: -15px;
  padding-bottom: 15px;
  padding-top: 30px;
  position: relative; }
  .sidenav__items::before {
    content: '';
    border-bottom: 1px solid var(--theme-color-primary);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.3;
    display: none; }
  .sidenav__items:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 15px;
    border-bottom: none; }
    .sidenav__items:last-child::before {
      background-color: #ffffff; }
    .sidenav__items:last-child .sidenav__item .sidenav__link::after {
      width: 17px; }
    html.has--mouse .sidenav__items:last-child .sidenav__item .sidenav__link:hover {
      cursor: pointer; }
      html.has--mouse .sidenav__items:last-child .sidenav__item .sidenav__link:hover::after {
        width: 22px; }

.sidenav__item {
  margin-bottom: 5px;
  position: relative; }
  .sidenav__item .sidenav__link::after {
    content: '';
    width: 20px;
    height: 20px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    left: -15px;
    top: -7px;
    border-color: var(--theme-color-primary);
    transition: ease 300ms;
    transition-property: width; }
  .sidenav__item:last-child {
    margin-bottom: 0; }

.sidenav__link {
  color: var(--theme-color-tertiary);
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 100%;
  display: flex;
  text-decoration: none;
  transition: ease 300ms;
  transition-property: transform; }
  .sidenav__link::before {
    content: '\f312';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: var(--theme-color-primary);
    transform: rotate(90deg);
    transition: ease 300ms;
    transition-property: transform;
    font-size: 12px;
    margin-top: 12px;
    transform-origin: top; }
  .sidenav__link.is--active {
    color: var(--theme-color-primary);
    background-color: transparent;
    border: none;
    font-weight: 600; }
  html.has--mouse .sidenav__link:hover {
    cursor: pointer;
    color: var(--theme-color-primary);
    background-color: transparent;
    border: none;
    font-weight: 600; }
    html.has--mouse .sidenav__link:hover::before {
      transform: rotate(90deg) translate3d(0, -5px, 0); }
    html.has--mouse .sidenav__link:hover::after {
      width: 24px; }

.tooltip--encyclopedia .tooltip__tool {
  border-bottom: 2px dotted var(--color-tertiary);
  cursor: pointer; }

.u-paragraph--intro-gradient .tooltip--encyclopedia .tooltip__tool {
  -webkit-text-fill-color: var(--color-tertiary); }
  .u-paragraph--intro-gradient .tooltip--encyclopedia .tooltip__tool::after {
    -webkit-text-fill-color: var(--color-tertiary); }

.u-paragraph--intro-gradient .tooltip--encyclopedia .tooltip__tip {
  -webkit-text-fill-color: #ffffff; }

.tooltip--encyclopedia .tooltip__tip {
  background-color: var(--color-tertiary);
  width: 400px;
  max-width: 100vw;
  border-radius: 15px;
  font-weight: 400;
  padding: 15px;
  font-size: 1.6rem;
  font-family: "nudista-web", sans-serif;
  font-weight: 400;
  z-index: 100; }

.tooltip--encyclopedia .tooltip__tip-info {
  margin-top: 15px !important;
  font-size: 1.6rem !important;
  color: #ffffff !important;
  border-bottom: none !important;
  text-decoration: none;
  border-bottom: none;
  display: block; }
  .tooltip--encyclopedia .tooltip__tip-info::before {
    content: '\f0c1';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: inherit;
    display: inline-block;
    margin-right: 5px;
    transform: scale(0.7);
    transform-origin: right; }
  html.has--mouse .tooltip--encyclopedia .tooltip__tip-info:hover {
    cursor: pointer;
    text-decoration: underline !important;
    border-bottom: none; }

.tooltip--encyclopedia .tooltip__arrow {
  background-color: var(--color-tertiary); }

.c-link-card {
  display: block;
  margin-bottom: 75px;
  border-radius: 15px;
  color: #ffffff;
  height: calc(100% - 60px);
  width: 100%;
  position: relative;
  text-decoration: none;
  perspective: 1000px;
  display: block; }
  .c-link-card.link-card--home {
    min-height: 300px; }
    .c-link-card.link-card--home .link-card__inner {
      display: flex;
      align-items: flex-end; }
  html.has--mouse .c-link-card.is--coming-soon:hover {
    cursor: pointer;
    cursor: not-allowed; }
  .c-link-card.is--coming-soon::before, .c-link-card.is--coming-soon::after {
    display: none; }
  .c-link-card.is--coming-soon .link-card__image {
    overflow: hidden; }
  .c-link-card.is--coming-soon .link-card__image-src {
    filter: blur(20px); }
  .c-link-card.is--coming-soon .link-card__image::after {
    content: 'Binnenkort';
    padding: 10px 75px 6px 75px;
    display: block;
    position: absolute;
    background-color: var(--theme-color-primary);
    font-size: 18px;
    text-align: center;
    z-index: 10;
    transform: rotate(45deg);
    transform-origin: left top;
    right: -112px;
    top: -40px; }
  .c-link-card.is--video::after {
    content: '\f04b';
    font-size: 1.6rem; }
  html.has--mouse .c-link-card:hover {
    cursor: pointer; }
    html.has--mouse .c-link-card:hover .link-card__background {
      filter: contrast(1); }
    html.has--mouse .c-link-card:hover.has--background .link-card__heading {
      text-shadow: 0 0px 35px rgba(22, 22, 29, 0.3); }
  .c-link-card::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: -20px;
    right: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    z-index: 2;
    justify-content: center;
    background-color: var(--color-tertiary);
    border-radius: 100px;
    transition: ease 300ms;
    transition-property: transform; }
  .c-link-card::before {
    content: attr(data-button);
    height: 45px;
    font-size: 1.8rem;
    padding-top: 4px;
    padding-left: 30px;
    padding-right: 45px;
    background-color: var(--color-tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    position: absolute;
    right: 10px;
    z-index: 1;
    opacity: 0;
    color: #ffffff;
    bottom: -20px;
    transition: ease 300ms;
    transition-property: transform, opacity; }
  html.has--mouse .c-link-card:hover {
    cursor: pointer; }
    html.has--mouse .c-link-card:hover::after {
      transform: translate3d(5px, 0, 0); }
    html.has--mouse .c-link-card:hover::before {
      transform: translate3d(-5px, 0, 0);
      opacity: 1; }

.link-card__course-item {
  display: flex;
  align-items: center;
  gap: 8px; }

.link-card__course-icon {
  font-size: 1.6rem; }

html.has--mouse .link-card--no-link:hover {
  cursor: pointer;
  cursor: auto; }

.link-card--no-link::before, .link-card--no-link::after {
  display: none; }

.link-card--light .link-card__inner::before {
  opacity: 0.6;
  background-color: #ffffff; }

.link-card--light .link-card__subheading {
  color: #16161d; }

.link-card--result .link-card__inner::before,
.link-card--question .link-card__inner::before {
  opacity: 0.2;
  background-color: #ffffff; }

.link-card--result .link-card__heading,
.link-card--question .link-card__heading {
  -webkit-text-fill-color: unset;
  background-image: none;
  background-clip: unset; }

.link-card--hard .link-card__inner {
  background-color: var(--theme-color-background); }

.link-card--landing::before, .link-card--landing::after {
  background-color: #ffffff;
  color: var(--color-tertiary); }

.link-card--landing .link-card__heading {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  background-image: none;
  background-clip: unset; }

.link-card--landing .link-card__inner {
  color: #ffffff; }
  .link-card--landing .link-card__inner::before {
    background-color: #ffffff; }

.link-card--landing .link-card__course-items {
  color: #ffffff; }

@media (min-width: 992px) {
  .link-card--landscape {
    margin-bottom: 60px;
    height: 100%; }
    .link-card--landscape .link-card__image-src {
      border-radius: 15px 0 0 15px; }
    .link-card--landscape .link-card__inner {
      display: flex;
      padding-bottom: 15px; }
      .link-card--landscape .link-card__inner::before {
        width: 100%;
        right: 0; }
    .link-card--landscape.link-card--landing {
      margin-bottom: 20px;
      height: auto; }
    .link-card--landscape .link-card__image {
      width: calc(50% + 30px);
      margin-right: 0;
      padding-bottom: 40%;
      margin-bottom: -15px; }
    .link-card--landscape .link-card__body {
      width: calc(50% + 30px);
      padding-left: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 30px; } }

.link-card--container {
  margin-bottom: -60px; }

.link-card__inner {
  padding: 30px 30px 30px 30px;
  pointer-events: none;
  display: block;
  height: 100%;
  transition: ease 150ms;
  transition-property: transform; }
  .link-card__inner::before {
    content: '';
    background-color: var(--theme-color-primary);
    position: absolute;
    left: 0;
    border-radius: 15px;
    top: 0;
    opacity: 0.15;
    width: 100%;
    height: 100%; }

.link-card__image {
  padding-bottom: 75%;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  width: calc(100% + 60px);
  margin-top: -30px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 30px; }

.link-card__image-src {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
  object-fit: cover;
  background-color: rgba(22, 22, 29, 0.3); }

.link-card__heading {
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  line-height: 1;
  margin-bottom: 10px;
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary), var(--theme-color-tertiary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
  filter: drop-shadow(2px 2px 2px #00000000); }
  .link-card__heading:last-child {
    margin-bottom: 0; }

.link-card__subheading {
  position: relative; }

.link-card__categories {
  display: flex;
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
  top: 15px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to left, transparent 0px, black 60px); }

.link-card__category {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 0;
  margin-right: 5px;
  color: #16161d;
  padding: 8px 16px 8px 16px;
  white-space: nowrap;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100px; }

.link-card__background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  transition: ease 300ms;
  transition-property: filter;
  filter: contrast(0.6); }

.link-card__course-items {
  margin-left: 0;
  list-style: none;
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: var(--theme-color-primary);
  font-size: 1.6rem; }

.link-card__course-item-meta {
  margin-left: -4px; }

.link-card--werken-bij .link-card__subheading, .link-card--werken-bij .link-card__heading {
  z-index: 10; }

.link-card--werken-bij--shadow {
  background: white;
  background: linear-gradient(184deg, rgba(255, 255, 255, 0) 0%, black 100%);
  height: 300px;
  min-width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px 0px 15px 15px;
  display: none; }

.c-link-card.link-card--werken-bij {
  min-width: 100%; }

@media (min-width: 992px) {
  .c-link-card.link-card--werken-bij {
    min-height: 600px;
    min-width: 850px; } }

@media (min-width: 576px) {
  .c-link-card.link-card--werken-bij {
    min-height: 400px;
    min-width: 525px; } }

.waves--light .c-waves::before {
  z-index: 1;
  background-image: linear-gradient(90deg, #16161d calc(100% - 45px), rgba(22, 22, 29, 0)); }
  @media (min-width: 992px) {
    .waves--light .c-waves::before {
      background-color: #16161d; } }

.waves--light .c-waves::after {
  z-index: 1;
  background-image: linear-gradient(-90deg, #16161d calc(100% - 45px), rgba(22, 22, 29, 0)); }
  @media (min-width: 992px) {
    .waves--light .c-waves::after {
      background-color: #16161d; } }

.waves--light .waves__logo-src,
.waves--light .waves__wave:first-child::after {
  filter: brightness(0); }

.waves--light .waves__wave::before {
  color: #16161d; }

.waves--light .waves__wave:last-child::after {
  border-left-color: #16161d; }

.waves--light .waves__item-text {
  background-color: #16161d;
  color: #ffffff; }

.waves--title {
  text-align: center;
  margin-bottom: 90px; }

.c-waves {
  margin: 30px 0;
  display: flex;
  position: relative;
  max-width: 100vw;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 992px) {
    .c-waves {
      max-width: none;
      min-width: 100%;
      margin: 60px 0; } }
  .c-waves::before, .c-waves::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: -2; }
    @media (min-width: 992px) {
      .c-waves::before, .c-waves::after {
        width: calc(50% - 110px);
        background-image: none;
        background-color: #ffffff; } }
  .c-waves::after {
    right: 40px;
    bottom: 30px;
    background-image: linear-gradient(-90deg, white calc(100% - 45px), rgba(255, 255, 255, 0)); }
    @media (min-width: 992px) {
      .c-waves::after {
        top: 33px;
        bottom: auto;
        right: 60px;
        background-color: #ffffff; } }
  .c-waves::before {
    left: 30px;
    top: 30px;
    background-image: linear-gradient(90deg, white calc(100% - 45px), rgba(255, 255, 255, 0)); }
    @media (min-width: 992px) {
      .c-waves::before {
        top: 33px;
        left: 60px; } }
  .c-waves.is--focussed .waves__item:not(:hover):not(.is--focussed) .waves__item-icon {
    opacity: 0.5;
    transform: translate3d(0, 0, 0); }
  .c-waves.is--focussed .waves__item:not(:hover):not(.is--focussed) .waves__item-text {
    opacity: 0;
    transform: translate3d(-50%, -15px, 0); }
  .c-waves:not(.is--focussed) .waves__item.is--active .waves__item-text {
    opacity: 1;
    transform: translate3d(-50%, 0, 0); }
  .c-waves:not(.is--focussed) .waves__item.is--active .waves__item-icon {
    transform: translate3d(0, -10px, 0); }

.waves__logo {
  display: none; }
  @media (min-width: 992px) {
    .waves__logo {
      display: block; } }

.waves__logo-src {
  width: 100px;
  height: auto;
  margin-top: -22px; }

.waves__wave {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 0 15px;
  min-width: calc(100% - 80px);
  max-width: calc(100% - 80px); }
  @media (min-width: 992px) {
    .waves__wave {
      min-width: calc(50% - 110px);
      max-width: calc(50% - 110px);
      padding: 0 60px; } }
  .waves__wave::before {
    content: attr(data-text);
    opacity: 0;
    display: none;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 15px);
    width: 100%;
    left: 0;
    text-align: center;
    padding: 10px 30px;
    color: #ffffff;
    visibility: hidden;
    font-weight: 600;
    z-index: 5;
    font-size: 2.1rem;
    transition: ease 300ms;
    transition-property: opacity, visibility; }
    @media (min-width: 992px) {
      .waves__wave::before {
        display: block; } }
  html.has--mouse .waves__wave:hover {
    cursor: pointer;
    cursor: auto; }
    html.has--mouse .waves__wave:hover::before {
      opacity: 0.75;
      visibility: visible; }
  .waves__wave.wave--two {
    margin-top: 60px; }
    @media (min-width: 992px) {
      .waves__wave.wave--two {
        margin-top: 0px; } }
    .waves__wave.wave--two .waves__item-icon-src {
      background-color: var(--theme-color-secondary-light);
      border-radius: 50%; }
    .waves__wave.wave--two .waves__item::before {
      content: '';
      position: absolute;
      background-color: var(--theme-color-secondary-light);
      opacity: 0.5;
      left: 50%;
      width: 125px;
      height: 125px;
      pointer-events: none;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      border-radius: 50%;
      z-index: -3; }
      @media (min-width: 992px) {
        .waves__wave.wave--two .waves__item::before {
          width: 200px;
          height: 200px; } }
    .waves__wave.wave--two .waves__item:first-child::before {
      width: 100px;
      height: 100px; }
      @media (min-width: 992px) {
        .waves__wave.wave--two .waves__item:first-child::before {
          width: 150px;
          height: 150px; } }
    .waves__wave.wave--two .waves__item:nth-child(3)::before {
      width: 150px;
      height: 150px; }
      @media (min-width: 992px) {
        .waves__wave.wave--two .waves__item:nth-child(3)::before {
          width: 250px;
          height: 250px; } }
  .waves__wave:first-child::after {
    content: '';
    background-image: url(/assets/img/waves/icon-start.svg);
    width: 45px;
    height: 45px;
    top: 10px;
    position: absolute;
    right: 100%;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .waves__wave:first-child::after {
        width: 60px;
        height: 60px;
        top: 0; } }
  .waves__wave:last-child::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #ffffff;
    position: absolute;
    left: 100%;
    top: 17px; }
    @media (min-width: 992px) {
      .waves__wave:last-child::after {
        top: 22px; } }

.sidenav--open .waves__item {
  animation: waveItemAnimation 1000ms forwards;
  opacity: 0; }
  .sidenav--open .waves__item:nth-child(1) {
    animation-delay: 0ms; }
  .sidenav--open .waves__item:nth-child(2) {
    animation-delay: 100ms; }
  .sidenav--open .waves__item:nth-child(3) {
    animation-delay: 200ms; }
  .sidenav--open .waves__item:nth-child(4) {
    animation-delay: 300ms; }

.sidenav--open .wave--two .waves__item:nth-child(1) {
  animation-delay: 300ms; }

.sidenav--open .wave--two .waves__item:nth-child(2) {
  animation-delay: 400ms; }

.sidenav--open .wave--two .waves__item:nth-child(3) {
  animation-delay: 500ms; }

.sidenav--open .wave--two .waves__item:nth-child(4) {
  animation-delay: 600ms; }

.waves__item {
  margin-left: 20px;
  margin-right: 20px;
  width: 85px;
  height: 60px;
  position: relative; }
  @media (min-width: 768px) {
    .waves__item {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (min-width: 992px) {
    .waves__item {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 1200px) {
    .waves__item {
      margin-left: 30px;
      margin-right: 30px; } }
  .waves__item:nth-child(1) {
    z-index: 3; }
  .waves__item:nth-child(2) {
    z-index: 2; }
  .waves__item:nth-child(3) {
    z-index: 1; }
  .waves__item:nth-child(4) {
    z-index: 0; }
  .waves__item:first-child {
    margin-left: 0; }
  .waves__item:last-child {
    margin-right: 0; }
  .waves__item.is--focussed {
    z-index: 4; }
    .waves__item.is--focussed .waves__item-text {
      opacity: 1;
      transform: translate3d(-50%, 0, 0); }
    .waves__item.is--focussed .waves__item-icon {
      transform: translate3d(0, -10px, 0); }
  html.has--mouse .waves__item:hover {
    cursor: pointer;
    z-index: 4; }
    html.has--mouse .waves__item:hover .waves__item-text {
      opacity: 1;
      transform: translate3d(-50%, 0, 0); }
    html.has--mouse .waves__item:hover .waves__item-icon {
      transform: translate3d(0, -10px, 0); }
    html.has--mouse .waves__item:hover .waves__item-sub {
      transform: translate3d(-50%, 0, 0);
      opacity: 1;
      visibility: visible;
      transition-delay: 150ms; }
  .waves__item .waves__item-link:focus {
    z-index: 4; }
    .waves__item .waves__item-link:focus .waves__item-text {
      opacity: 1;
      transform: translate3d(-50%, 0, 0); }
    .waves__item .waves__item-link:focus .waves__item-icon {
      transform: translate3d(0, -10px, 0); }
    .waves__item .waves__item-link:focus .waves__item-sub {
      transform: translate3d(-50%, 0, 0);
      opacity: 1;
      visibility: visible;
      transition-delay: 150ms; }

.waves__item-text-icon {
  transition: ease 300ms;
  transition-property: transform; }

.waves__item-background {
  background-color: var(--theme-color-secondary-light);
  width: 100%;
  padding-bottom: 155%;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  top: 50%; }
  .waves__item-background::before, .waves__item-background::after {
    content: '';
    position: absolute;
    width: inherit;
    padding-bottom: inherit;
    border-radius: inherit;
    background-color: inherit; }
  .waves__item-background::before {
    transform: rotate(60deg); }
  .waves__item-background::after {
    transform: rotate(-60deg); }

.waves__item-text {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -15px, 0);
  opacity: 0;
  z-index: 1;
  padding: 3px 20px 0 20px;
  background-color: #ffffff;
  color: var(--theme-color-primary);
  border-radius: 60px;
  margin-right: 10px;
  white-space: nowrap;
  transition: ease 300ms;
  transition-property: opacity, visibility, transform; }

.waves__item-icon {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: ease 300ms;
  transition-property: transform, opacity; }

.waves__item-icon-src {
  height: 40px;
  width: 40px;
  object-fit: contain;
  border-radius: 0; }

.waves--in-navigation .waves__item-sub {
  display: block; }

@keyframes waveItemAnimation {
  0% {
    left: -45px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

.c-image-comparision {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .c-image-comparision {
      margin-top: 0; } }

.image-comparison--container {
  margin-bottom: 60px; }

.image-comparision--section {
  display: block;
  width: 100%; }

.image-comparision__container {
  position: relative;
  border-radius: 30px;
  overflow: hidden; }

.image-comparision__image {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden; }

.image-comparision__image-src {
  display: block;
  width: auto;
  vertical-align: middle; }

.image-comparision__slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  color: #ffffff;
  width: 40px;
  height: 40px;
  background-color: var(--theme-color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .image-comparision__slider::before {
    content: '\f07e';
    font-family: 'Font Awesome 5 Pro'; }

.advanced-filter--container {
  width: 100%; }

.advanced-filter__filter {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 90px; }

.advanced-filter__filter-inner {
  width: 100%;
  margin-top: 0;
  margin-bottom: -2px;
  margin-left: 0;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  color: #ffffff;
  align-items: center;
  list-style: none; }
  .advanced-filter__filter-inner:last-child {
    margin-bottom: -2px; }

.advanced-filter__filter-item {
  margin: 0 15px;
  display: block;
  position: relative;
  line-height: 2;
  border: none;
  padding: 0; }
  .advanced-filter__filter-item:first-child {
    margin-left: auto; }
  .advanced-filter__filter-item:last-child {
    margin-right: auto; }
  .advanced-filter__filter-item.is--active {
    background-color: transparent; }
    .advanced-filter__filter-item.is--active .advanced-filter__filter-button::after {
      width: 100%; }

.advanced-filter__filter-label {
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 0;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: -2px; }
  .advanced-filter__filter-label::after {
    content: '';
    background-color: #ffffff;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    transition: ease 300ms;
    transition-property: width; }
  html.has--mouse .advanced-filter__filter-label:hover {
    cursor: pointer; }
    html.has--mouse .advanced-filter__filter-label:hover::after {
      width: 100%; }

.advanced-filter__load {
  margin: 0 auto;
  display: block;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 1.8rem;
  padding-left: 40px;
  background-image: url(/assets/img/loader.gif);
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 5px; }
  html.has--mouse .advanced-filter__load:hover {
    cursor: pointer;
    text-decoration: underline; }

.advanced-filter__filter-radio:checked + .advanced-filter__filter-label::after {
  width: 100%; }

.advanced-filter__entries-empty-inner {
  text-align: center;
  color: #ffffff; }

.c-breadcrumb {
  position: absolute;
  top: -38px;
  z-index: 10; }
  @media (min-width: 768px) {
    .c-breadcrumb {
      top: -56px; } }
  .c-breadcrumb.is--content {
    top: 30px; }
  .c-breadcrumb a,
  .c-breadcrumb span {
    color: #16161d;
    font-size: 1.4rem;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .c-breadcrumb.u-text--light a,
  .c-breadcrumb.u-text--light span {
    color: #ffffff; }
  html.has--mouse .c-breadcrumb a:hover {
    cursor: pointer;
    text-decoration: underline; }

@media (min-width: 768px) {
  .breadcrumb--case {
    top: -112px; } }

.c-breadcrumb--sales {
  padding-left: 24px;
  padding-right: 24px; }

@media (min-width: 576px) {
  .c-breadcrumb--sales {
    padding-left: 40px; } }

@media (min-width: 768px) {
  .c-breadcrumb--sales {
    padding-left: 0px; } }

.c-sales-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 0px 24px;
  margin-top: -200px;
  top: 0;
  right: 0; }

.c-sales-sidebar__wrapper {
  z-index: 9999; }

.sales-sidebar__action-label {
  width: fit-content;
  max-width: 400px;
  padding: 16px;
  border-radius: 16px 16px 0px 0px;
  margin-bottom: 0px;
  margin-left: 24px; }

.sales-sidebar__content {
  background-color: #E6E5EF;
  padding: 24px 32px 0px 32px;
  border-radius: 16px 16px 0px 0px;
  border-radius: 16px; }

.sales-sidebar__bulletpoints {
  padding: 16px 0px;
  margin: 0px; }
  .sales-sidebar__bulletpoints .sales-sidebar__bulletpoint {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    list-style-type: none;
    padding-bottom: 16px;
    display: flex;
    gap: 16px;
    align-items: flex-start; }
    .sales-sidebar__bulletpoints .sales-sidebar__bulletpoint .sales-sidebar__bulletpoint-icon {
      width: 24px;
      height: 24px;
      color: #545797;
      padding-top: 4px; }

.sales-sidebar__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #545797;
  border-radius: 0px 0px 16px 16px;
  background: linear-gradient(87deg, var(--color-primary) 0%, var(--color-tertiary) 100%);
  display: flex;
  padding: 24px 32px;
  align-items: center;
  align-self: stretch; }
  .sales-sidebar__price .sales-sidebar__price-details {
    color: white; }
    .sales-sidebar__price .sales-sidebar__price-details .sales-sidebar__original-price, .sales-sidebar__price .sales-sidebar__price-details .sales-sidebar__current-price, .sales-sidebar__price .sales-sidebar__price-details .sales-sidebar__tax {
      margin-bottom: 0px; }
  .sales-sidebar__price .sales-sidebar__percentage-discount {
    background-color: white;
    padding: 16px;
    border-radius: 16px;
    font-weight: 600; }
  .sales-sidebar__price .sales-sidebar__current-price--wrapper {
    display: flex;
    gap: 0px;
    align-items: baseline; }
  .sales-sidebar__price .sales-sidebar__current-price {
    font-weight: 700;
    font-size: 36px; }

.sales-sidebar__cta {
  border: none;
  font-size: 18px;
  padding: 32px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .sales-sidebar__cta .sales-sidebar__arrow-icon {
    height: 24px;
    width: 24px; }

.sales-sidebar__deal-notification--wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  .sales-sidebar__deal-notification--wrapper .sales-sidebar__deal-notification {
    color: #E00000;
    border-radius: 8px;
    background: rgba(224, 0, 0, 0.2);
    height: 38px;
    padding: 8px 24px;
    font-weight: 600;
    line-height: 130%; }

@media (min-width: 576px) {
  .c-sales-sidebar {
    padding: 0px 40px; } }

@media (min-width: 768px) {
  :root {
    --sidebar-cardsize: 100%; }
  .c-sales-sidebar {
    float: right;
    position: absolute;
    margin-left: 8.333333%;
    margin-bottom: 8.333333%;
    padding: 0px;
    width: calc(41.333333% - 15px); }
  .sales-sidebar__content {
    width: var(--sidebar-cardsize); }
  .sales-sidebar__cta {
    width: var(--sidebar-cardsize); }
  .sales-sidebar__deal-notification--wrapper {
    max-width: var(--sidebar-cardsize); }
  .sales-sidebar__price {
    max-width: var(--sidebar-cardsize); }
  .sales-sidebar__deal-notification--wrapper {
    flex-direction: row; } }

@media (min-width: 992px) {
  :root {
    --sidebar-cardsize: 100%; }
  .sales-sidebar__cta {
    font-size: 21px; } }

.sales-sidebar__love-brand__container {
  position: relative; }
  .sales-sidebar__love-brand__container .c-sales-sidebar {
    color: white;
    top: -84px;
    width: 100%; }
  .sales-sidebar__love-brand__container .sales-sidebar__content {
    border-radius: 16px 16px 0px 0px;
    background-color: rgba(225, 225, 225, 0.2); }
  .sales-sidebar__love-brand__container .sales-sidebar__cta {
    margin: 0px;
    border-radius: 0px 0px 16px 16px; }
  .sales-sidebar__love-brand__container .sales-sidebar__bulletpoint-icon {
    color: #FFFF !important; }

.sales-sidebar__love-brand__container .c-sales-sidebar {
  margin-top: 0; }

@media (min-width: 768px) {
  .header__love-brand {
    margin-top: 80px; }
  .sales-sidebar__love-brand__container .c-sales-sidebar {
    margin-top: -312px; } }

@media (min-width: 992px) {
  .sales-sidebar__love-brand__container .c-sales-sidebar {
    margin-top: -250px; } }

@media (min-width: 1440px) {
  .sales-sidebar__love-brand__container .c-sales-sidebar {
    margin-top: -200px; } }

@media (max-width: 768px) {
  .sales-sidebar__love-brand__container .c-sales-sidebar {
    padding: 0px; } }

.listing-card--component-title {
  color: #ffffff;
  padding-bottom: 30px; }

.listing-card__upper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px; }

.listing-card__cta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px; }
  .listing-card__cta i {
    rotate: -45deg;
    font-size: 16px; }

.listing-card__inner::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 28px;
  width: 30px;
  height: 30px;
  background-color: rgba(225, 225, 225, 0.2);
  transition: ease 300ms;
  transition-property: transform; }

.listing-card__inner:hover::before {
  transform: scale(100); }

.listing-card__inner:hover .listing-card__cta-arrow {
  animation: cardButtonIcon .25s 1; }

@keyframes cardButtonIcon {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  50% {
    transform: translate3d(64px, -16px, 0);
    opacity: 0; }
  51% {
    transform: translate3d(-64px, 16px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.c-listing-card {
  margin-top: 20px;
  perspective: 1000px;
  display: block;
  text-decoration: none !important;
  position: relative;
  color: #ffffff;
  margin-bottom: 15px;
  transition: ease 150ms;
  transition-property: background-color; }
  .c-listing-card.no--meta .listing-card__inner {
    padding-bottom: 30px; }
  .c-listing-card.is--smaller .listing-card__inner {
    padding: 20px 30px; }

.listing-card__inner {
  padding: 30px;
  overflow: hidden;
  position: relative; }

.listing-card__title {
  margin-bottom: 0;
  color: #ffffff; }

.listing-card__cta-text {
  margin-bottom: 0px; }

.listing-card__title-payoff {
  font-family: "nudista-web", sans-serif; }

.listing-card__meta {
  font-size: 1.4rem;
  opacity: 0.8;
  line-height: 1.4rem;
  display: flex;
  padding-bottom: 40px; }

.listing-card__meta-item {
  padding-left: 30px;
  position: relative; }
  .listing-card__meta-item::after {
    content: '|';
    position: absolute;
    left: 15px; }
  .listing-card__meta-item:first-child {
    padding-left: 0; }
    .listing-card__meta-item:first-child::after {
      display: none; }

.listing__category-bubbles--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center; }
  .listing__category-bubbles--wrapper .listing__category-bubble {
    color: #ffffff;
    border-radius: 60px;
    border: #ffffff solid 1px;
    padding: 4px 25px;
    font-size: 10px; }

@media (min-width: 576px) {
  .listing-card__cta {
    gap: 40px; }
  .listing-card__inner::before {
    right: 18px;
    top: 25px;
    width: 40px;
    height: 40px; }
  .listing__category-bubbles--wrapper {
    gap: 24px; }
    .listing__category-bubbles--wrapper .listing__category-bubble {
      font-size: 14px; } }

.fun-facts--title {
  color: var(--theme-color-tertiary); }

.fun-facts__logo {
  width: 80px; }

.fun-facts__container {
  display: block;
  width: 100%; }

.fun-facts__container-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 160px;
  padding-bottom: 8px; }

.fun-facts__logo-container,
.fun-facts__fact {
  width: 100%;
  height: 160px;
  max-height: 160px;
  border-radius: 15px; }

.fun-facts__logo-container {
  background: linear-gradient(217deg, #6e7fb6 0%, #9363a6 48%, #d0448f 100%);
  display: flex;
  align-items: center;
  justify-content: center; }

.fun-facts__fact {
  background-color: rgba(176, 15, 140, 0.2);
  color: var(--theme-color-tertiary);
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.func-facts__fact-inner {
  perspective: 1000px; }

.fun-facts__fact--wrapper {
  padding: 12px; }

.fun-facts__fact-caption {
  font-size: 12px; }

.fun-facts__fact-title {
  font-size: 18px; }

.fun-facts__after-text {
  color: var(--theme-color-tertiary); }

@media (min-width: 576px) {
  .fun-facts__logo {
    width: 150px; }
  .fun-facts__logo-container,
  .fun-facts__fact {
    min-height: 250px; }
  .fun-facts__fact--wrapper {
    padding: 30px; }
  .fun-facts__container-wrapper {
    min-height: 250px; }
  .fun-facts__fact-caption {
    font-size: 16px; }
  .fun-facts__fact-title {
    font-size: 24px; } }

@media (min-width: 768px) {
  .fun-facts__logo {
    width: 200px; }
  .fun-facts__logo-container,
  .fun-facts__fact {
    min-height: 368px;
    max-width: 440px; }
  .fun-facts__container-wrapper {
    min-height: 440px;
    display: block; }
  .fun-facts__container {
    display: flex;
    align-items: center;
    gap: 20px; }
  .fun-facts__fact-caption {
    font-size: 28px; }
  .fun-facts__fact-title {
    font-size: 33px; }
  .fun-facts__top-element {
    margin-bottom: 20px; } }

.FAQ--title, .FAQ__QA-cell--question {
  background: -webkit-linear-gradient(217deg, #6e7fb6 0%, #9363a6 48%, #d0448f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.FAQ__QA-cell {
  border-top: 1px solid  #9363a6;
  padding-top: 16px; }

.FAQ__QA-cell--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px; }

.FAQ__QA-cell--question {
  color: linear-gradient(217deg, #6e7fb6 0%, #9363a6 48%, #d0448f 100%); }

.FAQ__QA-cell--answer {
  max-width: 600px;
  padding-top: 48px;
  padding-bottom: 24px; }

.application-process__container {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center; }

.application-process__steps {
  height: 632px;
  position: relative;
  /* Ensures the child is positioned relative to this container */
  width: 100%;
  transition: transform 0.3s ease; }
  .application-process__steps img {
    height: 100%;
    object-fit: cover; }

.application-process__info {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  color: #ffffff;
  line-height: 1.4;
  font-size: 16px;
  position: absolute;
  z-index: 14;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 80%; }

.application-process__step--cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #06aeb1;
  background: linear-gradient(217deg, #06aeb1 0%, #a0d650 100%);
  border-radius: 15px;
  transition: opacity 0.2s ease;
  z-index: 100; }

.application-process__step--cover-text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.application-process__steps::after {
  background: linear-gradient(184deg, rgba(0, 177, 178, 0) 0%, #00b1b2 100%);
  height: 300px;
  transition: height 0.3s ease;
  min-width: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0px; }

.application-process__steps:hover {
  transform: translateY(-30px); }
  .application-process__steps:hover .application-process__info {
    max-height: 300px;
    opacity: 1;
    visibility: visible; }
  .application-process__steps:hover .application-process__steps::after {
    height: 500px; }
  .application-process__steps:hover .application-process--shadow {
    height: 400px; }
  .application-process__steps:hover .application-process__step--cover {
    opacity: 0; }

.application-process--shadow {
  background: white;
  background: linear-gradient(184deg, rgba(0, 177, 178, 0) 0%, #00b1b2 100%);
  height: 300px;
  transition: height 0.3s ease;
  min-width: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0px;
  border-radius: 15px; }

.scroll-animation__background-day {
  opacity: 0;
  background-image: radial-gradient(at right top, #ffee81 5%, #7fc0e2 40%); }

.scroll-animation__background {
  background-image: linear-gradient(90deg, #71509c, #473c7e); }

.scroll-animation__background,
.scroll-animation__background-day {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1; }

.scroll-animation__sun {
  position: fixed;
  right: 10%;
  top: 0%;
  width: 50px;
  height: 50px;
  background-color: #ffee81;
  border-radius: 100%; }
  @media (min-width: 768px) {
    .scroll-animation__sun {
      width: 100px;
      height: 100px; } }

.scroll-animation__inner {
  z-index: 100;
  position: relative; }
  .scroll-animation__inner.in--animation {
    opacity: 0; }

.scroll-animation__inner-intro {
  font-size: 3.2rem !important;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .scroll-animation__inner-intro {
      font-size: 4.2rem !important; } }

.scroll-animation__inner-body {
  font-size: 2.4rem !important;
  line-height: 1.1; }
  .scroll-animation__inner-body b {
    font-family: "nudista-web", sans-serif;
    font-weight: 700; }
  @media (min-width: 768px) {
    .scroll-animation__inner-body {
      font-size: 3.4rem !important; } }

.scroll-animation__gooses {
  position: fixed;
  top: 20%;
  left: -100%;
  z-index: 90; }

.scroll-animation__goose {
  width: 100px;
  position: absolute; }
  @media (min-width: 768px) {
    .scroll-animation__goose {
      width: 140px; } }
  .scroll-animation__goose:first-child {
    margin-left: -90px;
    margin-top: 45px; }
  .scroll-animation__goose:last-child {
    margin-left: 45px;
    margin-top: 90px; }

.scroll-animation__iceberg,
.scroll-animation__submarine,
.scroll-animation__ocean,
.scroll-animation__moon,
.scroll-animation__yinyang {
  width: auto;
  position: fixed;
  pointer-events: none; }

.scroll-animation__moon {
  top: 30%;
  right: 10%;
  max-width: 50px; }
  @media (min-width: 768px) {
    .scroll-animation__moon {
      max-width: 100px; } }

.scroll-animation__section {
  height: 100vh;
  display: flex;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .scroll-animation__section {
      height: calc(100vh - 130px); } }
  .scroll-animation__section.is--intro {
    align-items: center; }
  .scroll-animation__section:first-child {
    margin-top: -60px; }
    @media (min-width: 768px) {
      .scroll-animation__section:first-child {
        margin-top: -130px; } }
  .scroll-animation__section.is--end {
    position: relative;
    height: auto; }

.scroll-animation__iceberg {
  top: -20%;
  right: 105%;
  margin-top: 100px;
  width: 400px;
  animation-name: icebergAnimation;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }
  @media (min-width: 768px) {
    .scroll-animation__iceberg {
      width: 600px;
      margin-top: 0; } }

.scroll-animation__ocean {
  top: calc(100% - 415px);
  width: 100%;
  margin-top: 305px;
  z-index: 10;
  height: 100%; }

.scroll-animation__sea {
  width: calc(200% + 90px);
  position: relative;
  height: 100%;
  object-fit: cover;
  object-position: top;
  margin-left: -45px;
  animation-name: seaAnimation;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.scroll-animation__bubbles {
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: relative; }

.scroll-animation__bubble {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100px;
  animation-name: bubbleAnimation;
  animation-duration: 8s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }
  .scroll-animation__bubble::before, .scroll-animation__bubble::after {
    content: '';
    width: inherit;
    height: inherit;
    display: block;
    background-color: inherit;
    border-radius: inherit;
    animation-name: bubbleSmallAnimation;
    position: relative;
    animation-duration: inherit;
    animation-timing-function: ease;
    animation-iteration-count: infinite; }
  .scroll-animation__bubble:nth-child(1) {
    animation-duration: 12s;
    margin-right: 62px; }
    .scroll-animation__bubble:nth-child(1)::before {
      content: '';
      transform: translate3d(4px, 2px, 0) scale(0.6); }
    .scroll-animation__bubble:nth-child(1)::after {
      content: '';
      transform: translate3d(5px, -8px, 0) scale(0.4); }
  .scroll-animation__bubble:nth-child(2) {
    animation-duration: 8s;
    margin-right: 14px; }
    .scroll-animation__bubble:nth-child(2)::before {
      content: '';
      transform: translate3d(1px, 4px, 0) scale(0.6); }
    .scroll-animation__bubble:nth-child(2)::after {
      content: '';
      transform: translate3d(-2px, -3px, 0) scale(0.3); }
  .scroll-animation__bubble:nth-child(3) {
    animation-duration: 10s;
    margin-right: 12px; }
    .scroll-animation__bubble:nth-child(3)::before {
      content: '';
      transform: translate3d(-3px, -6px, 0) scale(0.6); }
    .scroll-animation__bubble:nth-child(3)::after {
      content: '';
      transform: translate3d(7px, -5px, 0) scale(0.4); }
  .scroll-animation__bubble:nth-child(4) {
    animation-duration: 8s;
    margin-right: 61px; }
    .scroll-animation__bubble:nth-child(4)::before {
      content: '';
      transform: translate3d(-7px, 10px, 0) scale(0.7); }
    .scroll-animation__bubble:nth-child(4)::after {
      content: '';
      transform: translate3d(2px, 3px, 0) scale(0.6); }
  .scroll-animation__bubble:nth-child(5) {
    animation-duration: 10s;
    margin-right: 4px; }
    .scroll-animation__bubble:nth-child(5)::before {
      content: '';
      transform: translate3d(-9px, 6px, 0) scale(0.4); }
    .scroll-animation__bubble:nth-child(5)::after {
      content: '';
      transform: translate3d(9px, -1px, 0) scale(0.3); }
  .scroll-animation__bubble:nth-child(6) {
    animation-duration: 7s;
    margin-right: 6px; }
    .scroll-animation__bubble:nth-child(6)::before {
      content: '';
      transform: translate3d(-7px, 8px, 0) scale(0.5); }
    .scroll-animation__bubble:nth-child(6)::after {
      content: '';
      transform: translate3d(3px, 0px, 0) scale(0.3); }
  .scroll-animation__bubble:nth-child(7) {
    animation-duration: 11s;
    margin-right: 54px; }
    .scroll-animation__bubble:nth-child(7)::before {
      content: '';
      transform: translate3d(8px, 7px, 0) scale(0.5); }
    .scroll-animation__bubble:nth-child(7)::after {
      content: '';
      transform: translate3d(6px, 10px, 0) scale(0.3); }
  .scroll-animation__bubble:nth-child(8) {
    animation-duration: 8s;
    margin-right: 66px; }
    .scroll-animation__bubble:nth-child(8)::before {
      content: '';
      transform: translate3d(-5px, 0px, 0) scale(0.3); }
    .scroll-animation__bubble:nth-child(8)::after {
      content: '';
      transform: translate3d(-9px, -4px, 0) scale(0.7); }
  .scroll-animation__bubble:nth-child(9) {
    animation-duration: 11s;
    margin-right: 54px; }
    .scroll-animation__bubble:nth-child(9)::before {
      content: '';
      transform: translate3d(-2px, -9px, 0) scale(0.6); }
    .scroll-animation__bubble:nth-child(9)::after {
      content: '';
      transform: translate3d(-6px, 6px, 0) scale(0.7); }
  .scroll-animation__bubble:nth-child(10) {
    animation-duration: 8s;
    margin-right: 6px; }
    .scroll-animation__bubble:nth-child(10)::before {
      content: '';
      transform: translate3d(-3px, 10px, 0) scale(0.6); }
    .scroll-animation__bubble:nth-child(10)::after {
      content: '';
      transform: translate3d(1px, -8px, 0) scale(0.7); }
  .scroll-animation__bubble:nth-child(11) {
    animation-duration: 13s;
    margin-right: 40px; }
    .scroll-animation__bubble:nth-child(11)::before {
      content: '';
      transform: translate3d(-3px, 4px, 0) scale(0.6); }
    .scroll-animation__bubble:nth-child(11)::after {
      content: '';
      transform: translate3d(-7px, 9px, 0) scale(0.5); }
  .scroll-animation__bubble:nth-child(12) {
    animation-duration: 9s;
    margin-right: 12px; }
    .scroll-animation__bubble:nth-child(12)::before {
      content: '';
      transform: translate3d(6px, 9px, 0) scale(0.6); }
    .scroll-animation__bubble:nth-child(12)::after {
      content: '';
      transform: translate3d(-1px, 8px, 0) scale(0.4); }
  .scroll-animation__bubble:nth-child(13) {
    animation-duration: 5s;
    margin-right: 65px; }
    .scroll-animation__bubble:nth-child(13)::before {
      content: '';
      transform: translate3d(-1px, -3px, 0) scale(0.4); }
    .scroll-animation__bubble:nth-child(13)::after {
      content: '';
      transform: translate3d(1px, 8px, 0) scale(0.3); }
  .scroll-animation__bubble:nth-child(14) {
    animation-duration: 5s;
    margin-right: 27px; }
    .scroll-animation__bubble:nth-child(14)::before {
      content: '';
      transform: translate3d(7px, -7px, 0) scale(0.5); }
    .scroll-animation__bubble:nth-child(14)::after {
      content: '';
      transform: translate3d(7px, -8px, 0) scale(0.7); }
  .scroll-animation__bubble:nth-child(15) {
    animation-duration: 12s;
    margin-right: 33px; }
    .scroll-animation__bubble:nth-child(15)::before {
      content: '';
      transform: translate3d(-8px, 3px, 0) scale(0.6); }
    .scroll-animation__bubble:nth-child(15)::after {
      content: '';
      transform: translate3d(6px, 10px, 0) scale(0.7); }
  .scroll-animation__bubble:nth-child(16) {
    animation-duration: 10s;
    margin-right: 82px; }
    .scroll-animation__bubble:nth-child(16)::before {
      content: '';
      transform: translate3d(-1px, 1px, 0) scale(0.4); }
    .scroll-animation__bubble:nth-child(16)::after {
      content: '';
      transform: translate3d(-3px, 10px, 0) scale(0.6); }

.scroll-animation__submarine {
  margin-top: 270px;
  left: 50%;
  width: 200px;
  max-width: 393px;
  top: calc(100% - 415px);
  animation-name: marineAnimation;
  animation-duration: 8000ms;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }
  @media (min-width: 768px) {
    .scroll-animation__submarine {
      width: auto;
      margin-top: 230px; } }

.scroll-animation__yinyang {
  max-width: 200px;
  right: calc(50% + 90px);
  top: 30%;
  padding: 220px 200px;
  opacity: 0;
  box-sizing: content-box; }

.scroll-animation__title {
  margin-bottom: 15px; }

@keyframes seaAnimation {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@keyframes icebergAnimation {
  0% {
    transform: rotate(-2deg); }
  50% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(-2deg); } }

@keyframes bubbleAnimation {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    transform: translate3d(0, -800px, 0);
    opacity: 0; } }

@keyframes bubbleSmallAnimation {
  0% {
    top: 0; }
  100% {
    top: 50px; } }

@keyframes marineAnimation {
  0% {
    transform: translate3d(0px, 45px, 0); }
  50% {
    transform: translate3d(0px, 0px, 0); }
  100% {
    transform: translate3d(0px, 45px, 0); } }

.c-interactive-map {
  position: relative;
  margin-bottom: 15px;
  margin-top: -60px;
  padding-top: 100px;
  background-color: #8cbad2; }
  @media (min-width: 768px) {
    .c-interactive-map {
      margin-bottom: -270px;
      margin-top: -130px; } }
  .c-interactive-map.has--active .interactive-map__trigger:not(.is--active) {
    opacity: 0.3; }

.interactive-map--row .c-interactive-map {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0; }

.interactive-map__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative; }
  .interactive-map__inner::after, .interactive-map__inner::before {
    content: '';
    width: 100px;
    height: calc(100% - 12px);
    top: 0;
    z-index: 10;
    position: absolute;
    background-image: linear-gradient(90deg, #8cbad2, transparent); }
  .interactive-map__inner::after {
    right: 0;
    background-image: linear-gradient(-90deg, #8cbad2, transparent); }

.interactive-map__foreground {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none; }

.interactive-map__background,
.interactive-map__foreground {
  border-radius: 0; }

.interactive-map__trigger {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 5vw;
  transform-origin: bottom center;
  transition: ease 300ms;
  transition-property: transform, opacity; }
  .interactive-map__trigger::before {
    content: attr(data-title);
    position: absolute;
    bottom: 100%;
    opacity: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    pointer-events: none;
    transition: ease 300ms;
    transition-property: opacity, transform;
    background-color: var(--color-tertiary);
    color: #ffffff;
    padding: 10px 30px 8px 30px;
    white-space: nowrap;
    z-index: 100;
    border-radius: 100px; }
  html.has--mouse .interactive-map__trigger:hover {
    cursor: pointer; }
    html.has--mouse .interactive-map__trigger:hover.no--trigger {
      cursor: unset; }
    html.has--mouse .interactive-map__trigger:hover:not(.no--trigger)::before {
      opacity: 1;
      transform: translate3d(-50%, -10px, 0); }
  .has--keyboard-focus .interactive-map__trigger:focus:not(.no--trigger)::before {
    opacity: 1;
    transform: translate3d(-50%, -10px, 0); }
  .interactive-map__trigger.is--leuve {
    width: 10vw;
    left: 44vw;
    top: 20vw; }
    .interactive-map__trigger.is--leuve::after {
      content: '';
      width: 250px;
      height: 250px;
      margin-top: -20px;
      margin-left: 0px;
      position: absolute;
      left: 50%;
      top: 50%;
      pointer-events: none;
      transform: translate3d(-50%, -50%, 0);
      border: 8px solid #ffffff;
      border-radius: 100%;
      opacity: 1;
      animation: interactiveLeuveAnimation 3000ms forwards;
      animation-iteration-count: infinite; }
    @media (min-width: 768px) {
      .interactive-map__trigger.is--leuve::after {
        margin-top: -55px;
        margin-left: -5px; } }
  .interactive-map__trigger.is--cactus {
    width: 4vw;
    left: 40vw;
    top: 23vw; }
  .interactive-map__trigger.is--depot {
    width: 11vw;
    left: 19vw;
    top: 9vw; }
  .interactive-map__trigger.is--taxiboot {
    width: 19vw;
    left: 22vw;
    top: 53vw; }
  .interactive-map__trigger.is--hofplein {
    width: 11vw;
    left: 71vw;
    top: 17vw;
    z-index: 10; }
  .interactive-map__trigger.is--markthal {
    width: 12vw;
    left: 67vw;
    top: 35vw; }
  .interactive-map__trigger.is--marktkraam {
    width: 8vw;
    left: 84vw;
    top: 34vw; }
  .interactive-map__trigger.is--selfies {
    width: 9vw;
    left: 30vw;
    top: 8vw; }
  .interactive-map__trigger.is--zangeres {
    width: 9vw;
    left: 48vw;
    top: 11vw; }
  .interactive-map__trigger.is--skater {
    width: 10vw;
    left: 70vw;
    top: 51vw; }
  .interactive-map__trigger.is--rode-boot {
    width: 5vw;
    left: 51vw;
    top: 37vw;
    z-index: 10; }
  .interactive-map__trigger.is--eettafel {
    width: 13vw;
    left: 24vw;
    top: 26vw; }
  .interactive-map__trigger.is--centraal-station {
    width: 20vw;
    left: 56vw;
    top: 5vw; }
  .interactive-map__trigger.is--koopgoot {
    width: 8vw;
    left: 61vw;
    top: 23vw; }
  @media screen and (min-width: 1400px) {
    .interactive-map__trigger.is--koopgoot {
      width: 112px;
      left: 854px;
      top: 322px; }
    .interactive-map__trigger.is--leuve {
      width: 140px;
      left: 616px;
      top: 280px; }
    .interactive-map__trigger.is--cactus {
      width: 56px;
      left: 560px;
      top: 322px; }
    .interactive-map__trigger.is--depot {
      width: 154px;
      left: 266px;
      top: 126px; }
    .interactive-map__trigger.is--taxiboot {
      width: 266px;
      left: 308px;
      top: 742px; }
    .interactive-map__trigger.is--hofplein {
      width: 154px;
      left: 994px;
      top: 238px; }
    .interactive-map__trigger.is--markthal {
      width: 168px;
      left: 938px;
      top: 490px; }
    .interactive-map__trigger.is--marktkraam {
      width: 112px;
      left: 1176px;
      top: 476px; }
    .interactive-map__trigger.is--selfies {
      width: 126px;
      left: 420px;
      top: 112px; }
    .interactive-map__trigger.is--zangeres {
      width: 126px;
      left: 672px;
      top: 154px; }
    .interactive-map__trigger.is--skater {
      width: 140px;
      left: 980px;
      top: 714px; }
    .interactive-map__trigger.is--rode-boot {
      width: 70px;
      left: 714px;
      top: 518px; }
    .interactive-map__trigger.is--eettafel {
      width: 182px;
      left: 336px;
      top: 364px; }
    .interactive-map__trigger.is--centraal-station {
      width: 280px;
      left: 784px;
      top: 70px; } }

@keyframes interactiveLeuveAnimation {
  from {
    transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 1; }
  to {
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0; } }

.c-contact-footer {
  min-height: auto !important;
  padding-bottom: 0 !important; }

.link-small-card--container {
  margin-bottom: -15px;
  color: #ffffff; }

.link-small-card--center {
  justify-content: center; }

.link-small-card--title {
  margin-bottom: 30px;
  color: #ffffff; }

.c-link-small-card {
  perspective: 1000px;
  display: block;
  text-decoration: none !important;
  position: relative;
  color: #ffffff;
  margin-bottom: 15px; }
  .c-link-small-card.no--meta .link-small-card__inner {
    padding-bottom: 30px; }
  .c-link-small-card.is--smaller .link-small-card__inner {
    padding: 20px 30px; }
  .c-link-small-card::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -20px;
    color: var(--color-tertiary);
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: ease 300ms;
    transition-property: color, background-color; }
  html.has--mouse .c-link-small-card:hover {
    cursor: pointer; }
    html.has--mouse .c-link-small-card:hover::after {
      color: #ffffff;
      background-color: var(--color-tertiary); }

.link-small-card__inner {
  padding: 30px 30px 40px 30px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  transition: ease 150ms;
  transition-property: transform; }

.link-small-card--light .link-small-card__inner,
.link-small-card--accent .link-small-card__inner {
  background-color: rgba(255, 255, 255, 0.6); }

.link-small-card--light::after,
.link-small-card--accent::after {
  border: 1px solid var(--color-tertiary);
  background-color: var(--color-tertiary);
  color: #ffffff; }

html.has--mouse .link-small-card--light:hover, html.has--mouse
.link-small-card--accent:hover {
  cursor: pointer; }
  html.has--mouse .link-small-card--light:hover::after, html.has--mouse
  .link-small-card--accent:hover::after {
    background-color: #ffffff;
    color: var(--color-tertiary); }

.link-small-card--light .link-small-card__title,
.link-small-card--accent .link-small-card__title {
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.link-small-card--accent .link-small-card__inner {
  background-color: transparent; }
  .link-small-card--accent .link-small-card__inner::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--theme-color-primary);
    opacity: 0.15;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0; }

.link-small-card__title {
  margin-bottom: 0;
  font-size: 2.1rem; }

.link-small-card__title-payoff {
  font-family: "nudista-web", sans-serif; }

.link-small-card__meta {
  position: absolute;
  font-size: 1.4rem;
  opacity: 0.8;
  line-height: 1.4rem;
  bottom: 15px;
  display: flex; }

.link-small-card__meta-item {
  padding-left: 30px;
  position: relative; }
  .link-small-card__meta-item::after {
    content: '|';
    position: absolute;
    left: 15px; }
  .link-small-card__meta-item:first-child {
    padding-left: 0; }
    .link-small-card__meta-item:first-child::after {
      display: none; }

.c-case-data {
  padding-bottom: 100%;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative; }
  .c-case-data::before,
  .c-case-data .case-data__visual {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--theme-color-primary);
    position: absolute;
    opacity: 0.15; }
  .c-case-data::before {
    content: '';
    border-radius: inherit; }
  .c-case-data .case-data__visual {
    width: 0%;
    transition: ease 300ms;
    transition-property: width; }

.case-data__inner {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1; }

.case-data__numbers {
  font-family: "nudista-web", sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
  background-image: linear-gradient(45deg, var(--theme-color-primary), var(--theme-color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.case-data__label {
  font-size: 2.4rem;
  font-family: "nudista-web", sans-serif;
  font-weight: 400; }

.home-header__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  justify-content: space-between;
  position: relative; }
  @media (min-width: 992px) {
    .home-header__block {
      align-items: center;
      flex-direction: row; } }

.home-header__heading {
  white-space: nowrap;
  margin-bottom: 96px;
  margin-top: 64px; }
  @media (min-width: 992px) {
    .home-header__heading {
      margin-bottom: 0;
      margin-top: 0; } }
  @media (min-width: 992px) {
    .home-header__heading {
      padding-right: 5%; }
      .home-header__heading::before {
        content: '';
        width: 2px;
        height: 100%;
        background-color: #ffffff;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        top: 0; } }
  @media (min-width: 1400px) {
    .home-header__heading {
      padding-right: 100px; } }

.home-header__heading,
.home-header__body {
  min-width: 50%;
  z-index: 10; }

@media (min-width: 992px) {
  .home-header__body {
    padding-left: 5%; } }

@media (min-width: 1400px) {
  .home-header__body {
    padding-left: 100px;
    padding-right: 0; } }

.home-header__intro {
  font-size: 2.1rem; }
  @media (min-width: 992px) {
    .home-header__intro {
      font-size: 2.4rem; } }
  .home-header__intro b {
    font-family: "nudista-web", sans-serif;
    font-weight: 600; }

.social-slider__item {
  width: 100%;
  border-radius: 15px;
  min-height: 560px;
  position: relative;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
  margin: 15px;
  padding-bottom: 54%;
  overflow: hidden; }

.social-slider__video,
.social-slider__image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover; }

.social-slider__item.carousel__item--werken-bij {
  padding-bottom: 0px; }

.context-slider__item {
  width: 100%;
  position: relative;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
  margin: 15px;
  overflow: hidden; }
  .context-slider__item.is--active .context-slider__context {
    opacity: 1; }

.context-slider__video,
.context-slider__image {
  width: 100%;
  object-fit: cover;
  border-radius: 15px; }

.context-slider__context {
  text-align: center;
  margin-top: 30px;
  opacity: 0;
  transition: ease 300ms;
  transition-property: opacity; }

.c-language-switch {
  display: flex;
  margin-left: 16px;
  position: relative;
  z-index: 10; }
  @media (min-width: 992px) {
    .c-language-switch {
      margin-left: 30px; } }
  .is--loading .c-language-switch {
    pointer-events: none; }

.language-switch__inner::before, .language-switch__inner::after {
  position: absolute;
  z-index: 10;
  top: 0;
  font-size: 14px;
  font-weight: 600;
  transition: ease 300ms;
  transition-property: color; }

.language-switch__inner::before {
  content: 'NL';
  left: 6px;
  color: var(--color-tertiary); }

.language-switch__inner::after {
  content: 'EN';
  right: 6px;
  color: #ffffff; }

.language-switch__input {
  height: 0;
  width: 0;
  visibility: hidden; }

.language-switch__label {
  cursor: pointer;
  display: flex;
  width: 64px;
  height: 32px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  border-radius: 100px;
  transition: ease 300ms;
  transition-property: background-color; }
  .nav--back:not(.sidenav--open) .language-switch__label,
  .nav--back.is--loading .language-switch__label {
    background-color: var(--color-tertiary); }
  .language-switch__label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 100%;
    transform: translate3d(0, -50%, 0);
    background: #ffffff;
    border-radius: 90px;
    transition: ease 300ms;
    transition-property: height, width, left, transform; }
  .language-switch__label:active:after {
    width: 32px;
    height: 80%; }
  .language-switch__input:checked + .language-switch__label::after {
    left: 100%;
    transform: translate3d(-100%, -50%, 0); }
  .language-switch__input:checked + .language-switch__label .language-switch__inner::after {
    color: var(--color-tertiary); }
  .language-switch__input:checked + .language-switch__label .language-switch__inner::before {
    color: #ffffff; }

.c-culture-row {
  background-color: var(--theme-color-background);
  background-size: 0%;
  padding-top: 90px !important; }
  .c-culture-row::before {
    background-image: inherit;
    background-size: cover;
    opacity: 0.5;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); }
  .c-culture-row::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url(/assets/img/line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); }

.culture-row__row {
  display: flex;
  flex-direction: column; }

.culture-row__quote,
.culture-row__item {
  display: block;
  position: relative;
  width: 100%;
  z-index: 10;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .culture-row__quote,
    .culture-row__item {
      width: 50%;
      margin-top: -124px; }
      .culture-row__quote:nth-child(odd),
      .culture-row__item:nth-child(odd) {
        align-self: flex-end; }
      .culture-row__quote::first-child,
      .culture-row__item::first-child {
        margin-top: 0; } }

.culture-row__label-title {
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: bolder; }

.culture-row__quote-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "nudista-web", sans-serif;
  color: #ffffff; }

.culture-row__item-inner {
  padding: 30px;
  position: relative; }
  .culture-row__item-inner::before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
    opacity: 0.15;
    width: 100%;
    height: 100%; }
  .culture-row__item-inner::after {
    content: '';
    background-color: var(--theme-color-background);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: -1; }

.culture-row__item {
  color: #16161d;
  text-decoration: none; }

.culture-row__labels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px; }

.culture-row__label {
  line-height: 1.3;
  padding: 10px 30px;
  font-size: 1.2rem;
  background-color: #ffffff;
  border-radius: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: var(--theme-color-background);
  -webkit-text-fill-color: var(--theme-color-background); }

.tabcordion--html-tab .tab__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 15px; }

.tabcordion--html-tab .tab__tab,
.tabcordion--html-tab .accordion__header {
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  padding: 18px 30px 15px 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 300ms;
  transition-property: background-color, color; }
  html.has--mouse .tabcordion--html-tab .tab__tab:hover, html.has--mouse
  .tabcordion--html-tab .accordion__header:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    color: var(--theme-color-primary); }
  .tabcordion--html-tab .tab__tab.is--active,
  .tabcordion--html-tab .accordion__header.is--active {
    color: var(--theme-color-primary); }

.tabcordion--html-tab .accordion__header {
  margin-bottom: 8px; }
  .tabcordion--html-tab .accordion__header:last-child {
    margin-bottom: 0; }

.tabcordion--html-tab .accordion__panel-inner {
  max-height: 100%;
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px; }
  @media (min-width: 768px) {
    .tabcordion--html-tab .accordion__panel-inner {
      padding-bottom: 50%; } }
  .tabcordion--html-tab .accordion__panel-inner iframe {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.c-fonk-button {
  font-size: 21px;
  display: inline-flex;
  font-family: "Nudista";
  margin-top: 45px;
  position: relative;
  transition: ease 300ms;
  transition-property: opacity; }
  html.has--mouse .c-fonk-button:hover {
    cursor: pointer;
    opacity: 0.75; }
  @media screen and (max-width: 480px) {
    .c-fonk-button {
      margin-bottom: 50px; } }

.fonk-button__arrow {
  border-radius: 20px;
  width: 50px;
  height: 40px;
  background-color: var(--color-tertiary);
  display: inline-flex;
  margin-right: 20px;
  background-image: url(/assets/img/fonk-button-arrow.png);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat; }
  .fonk-button__arrow b {
    font-family: "nudista-web", sans-serif;
    font-weight: 700; }

.fonk-button__stamp {
  position: absolute;
  width: 131px;
  height: 131px;
  bottom: 0px;
  right: 0px;
  transform: translate3d(120%, -20px, 0); }
  @media screen and (max-width: 480px) {
    .fonk-button__stamp {
      transform: translate3d(75%, -85%, 0);
      width: 106px;
      height: 106px; } }

.fonk-button__rank {
  width: 140px;
  pointer-events: none; }

@media (min-width: 768px) {
  .fonk-button__rank {
    width: 200px; } }

.c-floating-label {
  position: fixed;
  right: 32px;
  bottom: 32px;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 100px;
  z-index: 10;
  line-height: 1;
  box-shadow: 0 0px 35px rgba(22, 22, 29, 0.3);
  transform: translate3d(calc(100% + 48px), 0, 0);
  color: #16161d;
  transition: ease 300ms;
  transition-property: transform; }
  .nav--folded .c-floating-label {
    transform: translate3d(calc(100% - 32px), 0, 0); }
  html.has--mouse .c-floating-label:hover {
    cursor: pointer;
    transform: translate3d(0, 0, 0); }
  .c-floating-label::after {
    content: '';
    position: absolute;
    left: calc(100% - 32px);
    top: 0;
    width: 100%;
    height: 100%; }

.floating-label__button {
  width: 50px;
  height: 40px;
  background-color: var(--color-tertiary);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; }

.floating-label__inner {
  display: flex;
  align-items: center;
  gap: 12px; }

.floating-label__image {
  width: 52px;
  height: 52px; }

.floating-label__title {
  line-height: 1; }
  .floating-label__title span:first-child {
    font-size: 22px;
    font-family: "nudista-web", sans-serif;
    font-weight: 600;
    color: #16161d; }
  .floating-label__title span:last-child {
    font-size: 10px;
    opacity: 0.6; }

.floating-label__subtitle {
  font-size: 12px; }

.c-statistics {
  line-height: 1.3; }

.statistics__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  gap: 30px; }
  @media (min-width: 992px) {
    .statistics__inner {
      flex-direction: row; } }

.statistics__column {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-direction: column; }

.statistics__item {
  height: 100%;
  padding: 80px 48px;
  border-radius: 30px;
  border: 4px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.statistics__label {
  font-size: 21px; }

.statistics__data {
  font-size: 32px;
  font-family: "nudista-web", sans-serif;
  font-weight: 600; }
  @media (min-width: 992px) {
    .statistics__data {
      font-size: 40px; } }

.statistics__data-decimal {
  opacity: 0.3; }

.statistics__results {
  text-align: center;
  margin-top: 120px;
  position: relative;
  padding: 16px 0; }
  .statistics__results::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 120px;
    background-color: #ffffff;
    bottom: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }

.statistics__results-label {
  font-size: 32px; }

.statistics__results-data {
  font-size: 56px;
  font-family: "nudista-web", sans-serif;
  font-weight: 600; }

.accordion__header {
  padding: 24px 48px 24px 0;
  text-align: start;
  border: none;
  position: relative;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color-primary); }
  .accordion__header::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 200;
    transform: translate3d(0, -50%, 0); }
  .accordion__header.is--active::after {
    content: '\f068'; }
  .accordion__header:first-child {
    border-top: 1px solid rgba(22, 22, 29, 0.1); }

.accordion__panel {
  border-bottom: 1px solid rgba(22, 22, 29, 0.1); }

.accordion__panel-inner {
  padding-bottom: 24px; }

.c-expand {
  line-height: 1.5;
  padding: 12px 16px;
  border: none;
  max-width: 100%;
  border-radius: 0;
  background-color: #ffffff;
  text-align: left;
  color: #16161d;
  border-bottom: 2px solid var(--theme-color-primary); }
  .c-expand.is--active .expand__icon {
    transform: rotate(180deg); }

.expand--read-more {
  padding: 0;
  position: relative;
  background-color: transparent;
  transition: ease 300ms;
  transition-property: margin; }
  .expand--read-more::after {
    content: attr(data-expand); }
  .expand--read-more.is--active {
    margin-top: 16px; }
    .expand--read-more.is--active::after {
      content: attr(data-collapse); }
  html.has--mouse .expand--read-more:hover {
    cursor: pointer;
    border-bottom-style: dashed; }

.expand--body {
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  color: #16161d;
  margin-top: -4px; }

.expand--body-read-more {
  position: relative;
  background-color: transparent;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: ease 300ms;
  transition-property: visibility, opacity; }
  .expand--body-read-more.is--active {
    visibility: visible;
    opacity: 1; }

.expand--body-inner {
  padding: 16px; }

.expand--subject-container {
  position: relative; }
  .expand--subject-container .c-expand {
    z-index: 100;
    position: relative;
    padding-right: 52px; }
  .expand--subject-container .expand--body.is--active {
    outline: 1px solid var(--color-tertiary); }

.expand__icon {
  margin-right: 8px;
  display: inline-block;
  transition: ease 300ms;
  transition-property: transform; }

.expand__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  position: relative; }
  .expand__text.is--filled {
    visibility: hidden; }
    .expand__text.is--filled::before {
      content: attr(data-label);
      position: absolute;
      white-space: nowrap;
      visibility: visible;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }

.werken-bij__expand--body {
  background-color: transparent;
  overflow: hidden;
  max-height: 0; }

.werken-bij__expand-button {
  background-color: transparent;
  border-color: transparent; }

.werken-bij__expand-button:before {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-style: normal;
  color: #6e7fb6; }

.werken-bij__expand-button[aria-expanded="true"]:before {
  content: '\f068'; }

.werken-bij__expand-button {
  border-bottom: transparent; }

.c-love-brand-graphic {
  width: 80%;
  margin-left: 10%;
  fill: transparent;
  transition: ease 300ms;
  transition-property: transform, transform-origin; }
  .c-love-brand-graphic.is--active.has--strategy .love-brand-graphic__circle {
    animation: none; }
  .c-love-brand-graphic.is--active.has--strategy .is--strategy {
    fill: #ffffff; }
    .c-love-brand-graphic.is--active.has--strategy .is--strategy .love-brand-graphic__letter {
      fill: var(--theme-color-secondary);
      stroke: none; }
  .c-love-brand-graphic.is--active.has--implementation .love-brand-graphic__circle {
    animation: none; }
  .c-love-brand-graphic.is--active.has--implementation .is--implementation {
    fill: #ffffff; }
    .c-love-brand-graphic.is--active.has--implementation .is--implementation .love-brand-graphic__letter {
      fill: var(--theme-color-secondary);
      stroke: none; }
  .c-love-brand-graphic.is--active.has--optimization .love-brand-graphic__circle {
    animation: none; }
  .c-love-brand-graphic.is--active.has--optimization .is--optimization {
    fill: #ffffff; }
    .c-love-brand-graphic.is--active.has--optimization .is--optimization .love-brand-graphic__letter {
      fill: var(--theme-color-secondary);
      stroke: none; }

.love-brand-graphic__label {
  stroke: #ffffff;
  stroke-width: 2px; }

.love-brand-graphic__letter {
  stroke: none; }

.love-brand-graphic__light {
  fill: #ffffff; }

.love-brand-graphic__circle {
  transform-origin: center;
  transition: linear 300ms;
  transition-property: transform; }

@media (min-width: 768px) {
  .c-love-brand-graphic {
    position: sticky;
    top: 0; }
    .c-love-brand-graphic.is--active {
      transform: scale(1.5);
      transform-origin: center right; } }

/*----------------
TEMPLATES:
Only if needed.

Use: Body class: .t-[template_name]
----------------*/
.case-detail--stadsas-dordt #scroll-to-9::before {
  height: 393px; }

.case-detail--stadsas-dordt #scroll-to-9 .section__image {
  max-width: 80%;
  margin-top: -134px; }

@media (min-width: 768px) {
  .case-detail--hoogheemraadschap-van-schieland-en-de-krimpenerwaard #scroll-to-5 .col-md-8 {
    max-width: 35%;
    margin-left: auto; }
  .case-detail--hoogheemraadschap-van-schieland-en-de-krimpenerwaard #scroll-to-4 {
    padding: 0;
    z-index: 1;
    position: relative; }
    .case-detail--hoogheemraadschap-van-schieland-en-de-krimpenerwaard #scroll-to-4 .col-md-8 {
      max-width: 35%;
      margin-left: 0;
      top: 0;
      position: absolute; } }


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