/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.placeholder {
  position: relative;
  vertical-align: bottom;
}
.placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
  overflow: hidden;
  top: 0;
  left: 0;
}
.placeholder:not(.ratio-0):after {
  display: block;
  content: "";
}
.placeholder:not(.ratio-0) img {
  position: absolute;
}
.ratio-0 img {
  height: auto;
}
.ratio-1\:1:after {
  padding-top: 100%;
}
.ratio-16\:10:after {
  padding-top: 62.5%;
}
#main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -220px;
  width: 220px;
  background-color: #000;
  padding: 0 0 5em 0;
  color: #fff;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0s linear 0.3s;
  -moz-transition: -moz-transform 0s linear 0.3s;
  -o-transition: -o-transform 0s linear 0.3s;
  -ms-transition: -o-transform 0s linear 0.3s;
  transition: transform 0s linear 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
#main-nav.nav-open {
  -moz-transform: translate3d(-220px, 0, 0);
  -ms-transform: translate3d(-220px, 0, 0);
  -o-transform: translate3d(-220px, 0, 0);
  -webkit-transform: translate3d(-220px, 0, 0);
  transform: translate3d(-220px, 0, 0);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#main-nav.nav-open ~ #page-wrapper,
#main-nav.nav-open ~ .initial-header,
#main-nav.nav-open ~ .mobile-header {
  -moz-transform: translate3d(-220px, 0, 0);
  -ms-transform: translate3d(-220px, 0, 0);
  -o-transform: translate3d(-220px, 0, 0);
  -webkit-transform: translate3d(-220px, 0, 0);
  transform: translate3d(-220px, 0, 0);
}
#main-nav.nav-open ~ .sticky-header {
  -moz-transform: translate3d(-220px, -100%, 0);
  -ms-transform: translate3d(-220px, -100%, 0);
  -o-transform: translate3d(-220px, -100%, 0);
  -webkit-transform: translate3d(-220px, -100%, 0);
  transform: translate3d(-220px, -100%, 0);
}
#main-nav.nav-open ~ .sticky-header.stuck {
  -moz-transform: translate3d(-220px, 0, 0);
  -ms-transform: translate3d(-220px, 0, 0);
  -o-transform: translate3d(-220px, 0, 0);
  -webkit-transform: translate3d(-220px, 0, 0);
  transform: translate3d(-220px, 0, 0);
}
.menu {
  padding: 32px 20px 0 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', tahoma, sans-serif;
}
.menu .icon {
  margin-bottom: 10px;
  display: inline-block;
}
.menu ul {
  margin: 0;
  padding: 0 0 1.6em 0;
  list-style: none;
  line-height: 2;
  font-weight: 400;
}
.menu ul .active {
  font-weight: 600;
}
.menu ul.menu-secondary,
.menu ul.hide-mobile {
  font-weight: 300;
}
.menu ul.menu-secondary .active,
.menu ul.hide-mobile .active {
  font-weight: 400;
}
.menu a {
  color: inherit;
  text-decoration: none;
}
.platform-icon {
  display: inline-block;
  width: 31px;
  height: 22px;
  margin-bottom: 10px;
}
.section-nav {
  display: none;
}
@media screen and (hover: hover) {
  #main-nav a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
}
.community .section-nav {
  color: #a087c8;
}
.platform .section-nav {
  color: #5087d9;
}
.features .section-nav {
  color: #27bd86;
}
@media all and (min-width: 40em) {
  .menu {
    padding: 40px 20px 0 40px;
  }
  .menu .platform-icon {
    margin-bottom: 27px;
  }
  .menu ul:last-child {
    padding-bottom: 2.1875rem;
  }
}
@media all and (min-width: 80rem) {
  #main-nav {
    padding: 0;
  }
  .section-nav {
    display: inline-block;
    color: #fff;
    margin-bottom: 2em;
    -webkit-box-flex: 0 0 250px;
    -moz-box-flex: 0 0 250px;
    -ms-box-flex: 0 0 250px;
    -o-box-flex: 0 0 250px;
    -webkit-flex: 0 0 250px;
    -moz-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    -o-flex: 0 0 250px;
    flex: 0 0 250px;
  }
  .section-nav .menu {
    padding-left: 0;
  }
  .flexer .menu {
    padding-top: 6.875rem;
  }
}
header h1 {
  display: none;
}
.main-header {
  position: static;
  display: block;
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-menu-item {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 32px;
  float: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0px;
  outline: none;
}
.sticky-header {
  position: fixed;
  top: 0px;
  z-index: 900;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -moz-transition: -moz-transform 0.3s linear 0s;
  -o-transition: -o-transform 0.3s linear 0s;
  -ms-transition: -o-transform 0.3s linear 0s;
  -webkit-transition: opacity 200ms ease, -webkit-transform 300ms linear;
  transition: transform 300ms linear, opacity 200ms ease, -webkit-transform 300ms linear;
}
.stuck {
  transform: none;
}
.nav-grid {
  list-style: none;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.nav-logo-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  line-height: 1;
  width: 100%;
  max-width: 48px;
}
.nav-logo-link svg {
  width: 100%;
}
.nav-logo {
  width: 182px;
  height: 43px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}
#w-node-0a8fcddc7e83-cddc7e7f {
  -ms-grid-column-align: start;
  justify-self: start;
}
.nav-link {
  display: block;
  overflow: hidden;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-decoration: none;
  outline: none;
}
.nav-link .hamburger-inner,
.nav-link .hamburger-inner::before,
.nav-link .hamburger-inner::after {
  background: #fff;
}
.list-item {
  line-height: 1em;
}
.list-item-2 {
  line-height: 1em;
}
.list-item-3 {
  line-height: 1em;
}
.list-item-4 {
  line-height: 1em;
}
.list-item-5 {
  line-height: 1em;
}
.list-item-6 {
  line-height: 1em;
}
.header-content {
  margin-right: -38px;
}
.initial-header {
  position: absolute;
  top: 50px;
  z-index: 99;
  width: 100%;
  padding-right: 7vw;
  padding-left: 7vw;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  -moz-transition: -moz-transform 0.3s linear 0s;
  -o-transition: -o-transform 0.3s linear 0s;
  -ms-transition: -o-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
}
.mobile-header {
  position: absolute;
  top: 50px;
  z-index: 999;
  display: block;
  width: 100%;
  padding-right: 7vw;
  padding-left: 7vw;
  display: none;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  -moz-transition: -moz-transform 0.3s linear 0s;
  -o-transition: -o-transform 0.3s linear 0s;
  -ms-transition: -o-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
}
.mobile-header-container {
  position: static;
  display: block;
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mobile-header-content {
  margin-right: -38px;
}
.menu-btn {
  font-size: 0;
  display: inline-block;
  height: 32px;
  background: transparent;
  padding: 0;
  border: 0;
  /*.burger-wrapper {
        padding: 8px;
        display: inline-block;
        width: 32px;
        height: 32px;
        box-sizing: border-box;
        position: relative;
    }*/
  /*.burger {
        background-color: @color-black;
        margin: 0;
        width: 16px;
        height: 2px;
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 8px;
        margin-top: -1px;
        transition-duration: 0.075s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        &:after,
        &:before {
            background-color: @color-black;
            margin: 0;
            width: 100%;
            height: 2px;
            display: block;
            content: "";
            position: absolute;
        }

        &:before {
            top: -4px;
            transition: top 0.075s 0.12s ease, opacity 0.075s ease;
        }

        &:after {
            top: 4px;
            transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }
    }

    .nav-open .burger {
        transform: rotate(45deg);
        transition-delay: 0.12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        &:after {
            top: 0;
            opacity: 0;
            transition: top 0.075s ease, opacity 0.075s 0.12s ease;
        }

        &:before {
            bottom: 0;
            transform: rotate(-90deg);
            transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
    }*/
}
.hamburger {
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 16px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -4px;
}
.hamburger-inner::after {
  bottom: -4px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-open .hamburger--squeeze .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-open .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.nav-open .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#logo {
  display: block;
  height: 43px;
  width: 182px;
}
.header-menu-item {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 32px;
  float: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .sticky-header {
    position: relative;
    display: none;
  }
  .nav-grid {
    -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content;
    -ms-grid-columns: 1fr max-content max-content;
    grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
    grid-template-columns: 1fr max-content max-content;
    text-align: center;
  }
  .nav-logo {
    height: 38px;
  }
  .nav-link {
    margin-left: 20px;
  }
  .initial-header {
    display: none;
  }
  .mobile-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }
  .mobile-header-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-header-content {
    margin-right: 0px;
  }
}
@media screen and (max-width: 479px) {
  .main-header {
    padding-bottom: 8vh;
  }
  .sticky-header {
    padding: 0px;
  }
  .nav-grid {
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 60px;
    grid-template-columns: 1fr 60px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .nav-logo {
    width: auto;
    height: 38px;
  }
  .nav-link {
    margin-left: 0px;
  }
  .nav-link .icon {
    color: #fff;
  }
  .list-item-4 {
    display: none;
  }
  .list-item-5 {
    padding-left: 20px;
  }
  .list-item-6 {
    padding: 16px;
    background-color: #201f1e;
  }
  .initial-header {
    display: none;
  }
  .mobile-header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobile-header-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #w-node-0a8fcddc7e95-cddc7e7f {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}
@media all and (min-width: 480px) {
  .nav-link .hamburger-inner,
  .nav-link .hamburger-inner::before,
  .nav-link .hamburger-inner::after {
    background: #000;
  }
}
@media all and (min-width: 40em) {
  .menu-btn {
    font-size: inherit;
    display: inline;
  }
  .menu-btn .burger-wrapper {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
  }
  .white-titles .initial-header .fabrik-logo {
    fill: #fff;
  }
  .white-titles .initial-header .header-menu-item,
  .white-titles .initial-header ul li {
    color: #fff;
  }
  .white-titles .initial-header .hamburger-inner,
  .white-titles .initial-header .hamburger-inner::before,
  .white-titles .initial-header .hamburger-inner::after,
  .white-titles .initial-header .menu-btn .burger {
    background-color: #fff;
  }
  .white-logo .initial-header .fabrik-logo {
    fill: #fff;
  }
  .white-logo .initial-header .hamburger-inner,
  .white-logo .initial-header .hamburger-inner::before,
  .white-logo .initial-header .hamburger-inner::after,
  .white-logo .initial-header .menu-btn .burger {
    background-color: #fff;
  }
  .white-logo .initial-header ul li {
    color: #fff;
  }
}
#main-footer #logo path {
  fill: #fff;
}
.footer-section {
  display: block;
  padding: 160px 0 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #202020;
  width: 100%;
}
.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.09088%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}
.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
  font-family: 'Roboto Condensed', tahoma, sans-serif;
}
.footer-link:hover {
  text-decoration: underline;
}
.footer-link.caption-text {
  color: rgba(255, 255, 255, 0.8);
}
.footer-link.focussed {
  font-weight: 400;
  color: #fff;
}
.footer-link-column {
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
}
.footer-logo-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 80px;
}
.copyright-line {
  margin-top: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 0.85em;
}
@media screen and (max-width: 1050px) {
  .footer-flex-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-link-column {
    min-width: 80px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-link-column ul {
    padding-left: 0;
    list-style: none;
  }
  .footer-logo-container {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-link-column {
    flex-basis: 50%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 479px) {
  .footer-section {
    padding-top: 80px;
  }
}
.width-container {
  max-width: 100rem;
  margin: 0 20px;
  min-height: inherit;
}
.width-container > .section-wrap {
  padding-left: 0;
  padding-right: 0;
}
.clear {
  clear: both;
}
.hidden,
.hide-mobile,
.show-tablet,
.show-desktop {
  display: none !important;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.fabrik-tag {
  display: inline-block;
  width: 43px;
  height: 43px;
  overflow: hidden;
  text-indent: -9999em;
  position: relative;
  background: #000;
}
.fabrik-tag:before {
  font-family: 'fabrik';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\ef9c";
  font-size: 2rem;
  vertical-align: middle;
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: 0;
  text-align: center;
  color: #fff;
}
.mobile-tablet-padder {
  padding-top: 4em;
}
#page-wrapper {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  -moz-transition: -moz-transform 0.3s linear 0s;
  -o-transition: -o-transform 0.3s linear 0s;
  -ms-transition: -o-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#main-body {
  min-height: 100%;
  background: #fff;
}
.features-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-overlay a {
  text-decoration: none;
}
.hero-section {
  overflow: hidden;
}
.community-text p {
  margin: 0;
}
@media all and (min-width: 40em) {
  .hide-mobile,
  .show-tablet {
    display: block !important;
  }
  .hide-tablet,
  .show-mobile {
    display: none !important;
  }
}
@media all and (min-width: 80rem) {
  .show-tablet,
  .hide-desktop {
    display: none !important;
  }
  .hide-tablet,
  .show-desktop {
    display: block !important;
  }
  .show-desktop-ib {
    display: inline-block !important;
  }
  .mobile-tablet-padder {
    padding-top: 0;
  }
}
@media all and (min-width: 768px) {
  .width-container {
    margin: 0 7vw;
  }
}
@media all and (min-width: 1824px) {
  .width-container {
    margin: 0 auto;
  }
}
