@charset "UTF-8";
/*
 * Information
 *
 * Design: Lucijan Blagonic [blagonic.com]
 * HTML/CSS: Lucijan Blagonic [blagonic.com]
 * WordPress Theme: Zoran Ugrina [zugrina.com]
 *
 * Standards for developing flexible, durable, and sustainable HTML and CSS.
 * http://codeguide.co/
 *
 * Frontend development methodology based on BEM and ITCSS
 * https://en.bem.info/
 *
 */
/* =Include
===================================================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #D2D2D2;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.75rem 3rem 0 rgba(0, 0, 0, 0.2);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0.75rem 3rem 0 rgba(0, 0, 0, 0.2);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* =Settings: Colors
===================================================== */
/* Brand locals */
.cc--var-color-netokracija-orange:after {
  background-color: #F89500; }

.cc--var-color-netokracija-orange .cc__variable:after {
  content: "#F89500"; }

.cc--var-color-netokracija-black:after {
  background-color: #130303; }

.cc--var-color-netokracija-black .cc__variable:after {
  content: "#130303"; }

.cc--var-color-netokracija-grey:after {
  background-color: #F7F4F3; }

.cc--var-color-netokracija-grey .cc__variable:after {
  content: "#F7F4F3"; }

.cc--var-color-netokracija-red:after {
  background-color: #EC4E20; }

.cc--var-color-netokracija-red .cc__variable:after {
  content: "#EC4E20"; }

.cc--var-color-netokracija-gold:after {
  background-color: #FFDD00; }

.cc--var-color-netokracija-gold .cc__variable:after {
  content: "#FFDD00"; }

.cc--var-color-netokracija-blue:after {
  background-color: #448ccb; }

.cc--var-color-netokracija-blue .cc__variable:after {
  content: "#448ccb"; }

/* Brand */
.cc--var-color-brand-primary:after {
  background-color: #EC4E20; }

.cc--var-color-brand-primary .cc__variable:after {
  content: "#EC4E20"; }

.cc--var-color-brand-secondary:after {
  background-color: #F89500; }

.cc--var-color-brand-secondary .cc__variable:after {
  content: "#F89500"; }

.cc--var-color-brand-tertiary:after {
  background-color: #F7F4F3; }

.cc--var-color-brand-tertiary .cc__variable:after {
  content: "#F7F4F3"; }

.cc--var-color-brand-quaternary:after {
  background-color: #130303; }

.cc--var-color-brand-quaternary .cc__variable:after {
  content: "#130303"; }

/* Visuals */
/*
 * Text
 */
.cc--var-color-text:after {
  background-color: rgba(19, 3, 3, 0.75); }

.cc--var-color-text .cc__variable:after {
  content: "rgba(19, 3, 3, 0.75)"; }

.cc--var-color-text-weak:after {
  background-color: rgba(19, 3, 3, 0.6); }

.cc--var-color-text-weak .cc__variable:after {
  content: "rgba(19, 3, 3, 0.6)"; }

.cc--var-color-text-strong:after {
  background-color: #130303; }

.cc--var-color-text-strong .cc__variable:after {
  content: "#130303"; }

.cc--var-color-text-invert:after {
  background-color: rgba(255, 255, 255, 0.75); }

.cc--var-color-text-invert .cc__variable:after {
  content: "rgba(255, 255, 255, 0.75)"; }

.cc--var-color-text-weak-invert:after {
  background-color: rgba(255, 255, 255, 0.6); }

.cc--var-color-text-weak-invert .cc__variable:after {
  content: "rgba(255, 255, 255, 0.6)"; }

.cc--var-color-text-strong-invert:after {
  background-color: white; }

.cc--var-color-text-strong-invert .cc__variable:after {
  content: "white"; }

/*
 * Links
 */
.cc--var-color-link:after {
  background-color: #EC4E20; }

.cc--var-color-link .cc__variable:after {
  content: "#EC4E20"; }

.cc--var-color-link-focus:after {
  background-color: #bd3e1a; }

.cc--var-color-link-focus .cc__variable:after {
  content: "#bd3e1a"; }

.cc--var-color-link-hover:after {
  background-color: #bd3e1a; }

.cc--var-color-link-hover .cc__variable:after {
  content: "#bd3e1a"; }

.cc--var-color-link-visited:after {
  background-color: #f28363; }

.cc--var-color-link-visited .cc__variable:after {
  content: "#f28363"; }

/*
 * Alternate links
 */
.cc--var-color-link-alt:after {
  background-color: #448ccb; }

.cc--var-color-link-alt .cc__variable:after {
  content: "#448ccb"; }

.cc--var-color-link-alt-focus:after {
  background-color: #30628e; }

.cc--var-color-link-alt-focus .cc__variable:after {
  content: "#30628e"; }

.cc--var-color-link-alt-hover:after {
  background-color: #30628e; }

.cc--var-color-link-alt-hover .cc__variable:after {
  content: "#30628e"; }

.cc--var-color-link-alt-visited:after {
  background-color: #30628e; }

.cc--var-color-link-alt-visited .cc__variable:after {
  content: "#30628e"; }

/*
 * Shades of grey
 */
.cc--var-color-grey-10:after {
  background-color: #e7e6e6; }

.cc--var-color-grey-10 .cc__variable:after {
  content: "#e7e6e6"; }

.cc--var-color-grey-20:after {
  background-color: #d0cdcd; }

.cc--var-color-grey-20 .cc__variable:after {
  content: "#d0cdcd"; }

.cc--var-color-grey-30:after {
  background-color: #b8b3b3; }

.cc--var-color-grey-30 .cc__variable:after {
  content: "#b8b3b3"; }

.cc--var-color-grey-40:after {
  background-color: #a19a9a; }

.cc--var-color-grey-40 .cc__variable:after {
  content: "#a19a9a"; }

.cc--var-color-grey-50:after {
  background-color: #898181; }

.cc--var-color-grey-50 .cc__variable:after {
  content: "#898181"; }

.cc--var-color-grey-60:after {
  background-color: #716868; }

.cc--var-color-grey-60 .cc__variable:after {
  content: "#716868"; }

.cc--var-color-grey-70:after {
  background-color: #5a4f4f; }

.cc--var-color-grey-70 .cc__variable:after {
  content: "#5a4f4f"; }

.cc--var-color-grey-80:after {
  background-color: #423535; }

.cc--var-color-grey-80 .cc__variable:after {
  content: "#423535"; }

.cc--var-color-grey-90:after {
  background-color: #2b1c1c; }

.cc--var-color-grey-90 .cc__variable:after {
  content: "#2b1c1c"; }

.cc--var-color-grey-100:after {
  background-color: #130303; }

.cc--var-color-grey-100 .cc__variable:after {
  content: "#130303"; }

/*
 * Border
 */
.cc--var-color-border-weak:after {
  background-color: rgba(19, 3, 3, 0.05); }

.cc--var-color-border-weak .cc__variable:after {
  content: "rgba(19, 3, 3, 0.05)"; }

.cc--var-color-border-normal:after {
  background-color: rgba(19, 3, 3, 0.1); }

.cc--var-color-border-normal .cc__variable:after {
  content: "rgba(19, 3, 3, 0.1)"; }

.cc--var-color-border-strong:after {
  background-color: rgba(19, 3, 3, 0.15); }

.cc--var-color-border-strong .cc__variable:after {
  content: "rgba(19, 3, 3, 0.15)"; }

/*
 * Messages
 */
.cc--var-color-message-default:after {
  background-color: #eeeeee; }

.cc--var-color-message-default .cc__variable:after {
  content: "#eeeeee"; }

.cc--var-color-message-success:after {
  background-color: #00a664; }

.cc--var-color-message-success .cc__variable:after {
  content: "#00a664"; }

.cc--var-color-message-warning:after {
  background-color: #ffcb05; }

.cc--var-color-message-warning .cc__variable:after {
  content: "#ffcb05"; }

.cc--var-color-message-danger:after {
  background-color: #f04e3e; }

.cc--var-color-message-danger .cc__variable:after {
  content: "#f04e3e"; }

.cc--var-color-message-tooltip:after {
  background-color: #FFDD00; }

.cc--var-color-message-tooltip .cc__variable:after {
  content: "#FFDD00"; }

/*
 * Forms
 */
.cc--var-color-input-regular:after {
  background-color: #c4c0c0; }

.cc--var-color-input-regular .cc__variable:after {
  content: "#c4c0c0"; }

.cc--var-color-input-focus:after {
  background-color: #898181; }

.cc--var-color-input-focus .cc__variable:after {
  content: "#898181"; }

.cc--var-color-input-success:after {
  background-color: #00a664; }

.cc--var-color-input-success .cc__variable:after {
  content: "#00a664"; }

.cc--var-color-input-error:after {
  background-color: #f04e3e; }

.cc--var-color-input-error .cc__variable:after {
  content: "#f04e3e"; }

.cc--var-color-input-required:after {
  background-color: #b43b2f; }

.cc--var-color-input-required .cc__variable:after {
  content: "#b43b2f"; }

.cc--var-color-input-checkbox:after {
  background-color: #c4c0c0; }

.cc--var-color-input-checkbox .cc__variable:after {
  content: "#c4c0c0"; }

.cc--var-color-input-checkbox-active:after {
  background-color: #EC4E20; }

.cc--var-color-input-checkbox-active .cc__variable:after {
  content: "#EC4E20"; }

.cc--var-color-input-radio:after {
  background-color: #c4c0c0; }

.cc--var-color-input-radio .cc__variable:after {
  content: "#c4c0c0"; }

.cc--var-color-input-radio-active:after {
  background-color: #EC4E20; }

.cc--var-color-input-radio-active .cc__variable:after {
  content: "#EC4E20"; }

/*
 * Buttons
 */
/*
 * Explicit colors
 */
/*
 * Social colors
 */
/* =Settings: Typography
===================================================== */
/* Modular scale */
/* System fonts */
/* Fonts */
/* Font use case */
/* Font weights */
/* =Settings: Other
===================================================== */
/* Z-index */
/* Units */
/* Container padding */
/* Columns */
/* Container max width */
/* Border radius */
/* Box shadow */
/* Media queries */
/* =Custom mixins
===================================================== */
/* =Media queries
===================================================== */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* =Box sizing
===================================================== */
* {
  box-sizing: border-box; }

/* =Generic: Page
===================================================== */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5625em;
  background: #fff;
  -ms-font-feature-settings: "liga";
  font-feature-settings: "liga"; }
  @media (min-width: 36em) {
    body {
      font-size: 1.125em; } }
  @media (min-width: 48em) {
    body {
      font-size: 1.25em; } }

::-moz-selection {
  color: #fff;
  background-color: #EC4E20; }

::selection {
  color: #fff;
  background-color: #EC4E20; }

/* =Headings
===================================================== */
h1,
h2,
h3,
h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "gira-sans", sans-serif;
  font-weight: 600;
  line-height: 1.25; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child {
    margin-top: 0; }

h1 {
  font-size: 1.95312em;
  letter-spacing: -.025em; }

h2 {
  font-size: 1.5625em;
  letter-spacing: -.0125em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em; }

/* =Horizontal rule
===================================================== */
hr {
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(19, 3, 3, 0.1);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* =Forms
===================================================== */
/*
 * Fieldset
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/*
 * Label
 */
label {
  color: rgba(19, 3, 3, 0.6); }

/*
 * Inputs
 */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  /* Positioning */
  /* Box-model */
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 1px solid #c4c0c0;
  /* Typography */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(19, 3, 3, 0.75);
  /* Visual */
  background-color: #fff;
  border-radius: 0.1875rem;
  /* Misc */
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  @media (min-width: 36em) {
    input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
      padding: 1rem 1.5rem;
      font-size: 18px;
      line-height: 24px; } }

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  outline: none;
  color: #130303;
  border-color: #898181;
  box-shadow: 0 0 0 0.125rem #e7e6e6; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  box-shadow: 0 0 0 0.25rem #EC4E20;
  border-color: #898181;
  color: #130303;
  outline: none; }

/*
 * Textarea
 */
textarea {
  resize: vertical;
  min-height: 6.25rem;
  display: block; }
  @media (min-width: 48em) {
    textarea {
      min-height: 9.375rem; } }

/*
 * Select
 */
select {
  /* Box-model */
  display: block;
  height: 2.5rem;
  width: 100%;
  padding: 0.4375rem 1rem;
  border: 1px solid #c4c0c0;
  /* Typography */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: rgba(19, 3, 3, 0.75);
  font-weight: 700;
  /* Visual */
  background-color: #fff;
  border-radius: 0.1875rem;
  /* Misc */
  cursor: pointer; }

/* =Lists
===================================================== */
a {
  color: #EC4E20;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  a:hover {
    color: #bd3e1a; }
  a:focus {
    color: #bd3e1a; }
  a:active {
    color: #bd3e1a;
    text-decoration: none; }

/* =Lists
===================================================== */
ul,
ol,
dl {
  text-align: left; }

li {
  margin-top: 0.25rem; }
  li:first-child {
    margin-top: 0; }

/* =Page
===================================================== */
p {
  margin-bottom: 1rem;
  margin-top: 1rem; }
  p:first-child {
    margin-top: 0; }

strong {
  font-weight: 700; }

em {
  font-stretch: italic; }

sup {
  vertical-align: text-top;
  font-size: 75%; }

sub {
  vertical-align: bottom;
  font-size: 75%; }

/* =Quotes
===================================================== */
blockquote {
  margin: 1rem 0; }

blockquote {
  padding-left: 1em;
  border-left: 2px solid rgba(19, 3, 3, 0.1); }
  blockquote p {
    font-style: italic; }
  blockquote p:last-child {
    margin-bottom: 0; }

/* =Tables
===================================================== */
table {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

caption {
  margin-bottom: 0.25rem; }

th,
td {
  padding: 0.25rem 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* =Images
===================================================== */
img {
  display: block;
  margin: 0;
  margin-bottom: 1.5rem;
  max-width: 100%;
  height: auto; }

figure {
  display: block;
  margin: 0;
  margin-bottom: 1.5rem;
  max-width: 100%;
  height: auto; }

figcaption {
  margin-top: 0.25rem;
  margin-bottom: 0;
  color: rgba(19, 3, 3, 0.6); }

/* =Code
===================================================== */
pre,
code {
  border: 1px solid #f7b8a6;
  border-top-color: #ee6036;
  border-radius: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(19, 3, 3, 0.75);
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2; }

pre {
  margin: 1.5rem 0;
  padding: 1.5rem;
  overflow: scroll; }

code {
  padding: 0.125rem 0.1875rem;
  background-color: #feeacc; }

pre code {
  border-radius: 0;
  border: 0;
  padding: 0;
  background: 0; }

/* =Objects: Colors
===================================================== */
/*
 * Color cards
 *
 * Color cards are displayed only in the style guide.
 */
.cc-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 1.5rem; }

.cc-group {
  *zoom: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .cc-group:before, .cc-group:after {
    content: '';
    display: table; }
  .cc-group:after {
    clear: both; }

.cc {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem;
  padding-top: 6rem;
  border: 1px solid #ddd;
  width: 15rem;
  margin-right: 1.5rem;
  border-radius: 0.1875rem; }
  .cc:after, .cc:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    content: ""; }
  .cc:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==); }
  .cc dt {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .cc dd {
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
    font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    -ms-font-feature-settings: normal;
    font-feature-settings: normal; }

.cc__title {
  font-weight: 700;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.cc__variable {
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
  color: rgba(0, 0, 0, 0.6); }
  .cc__variable:after {
    color: rgba(0, 0, 0, 0.8);
    display: block; }

/* =Layout
===================================================== */
/*
 * Susy grids
 *
 * Settings for small, medium and large screen.
 */
/*
 * Fow overflowing purposes
 */
.page-container {
  overflow: hidden; }

/*
 * Container
 *
 * This element is used for grid base
 */
.l-container {
  max-width: 72.5rem;
  padding-top: 1.5rem;
  padding-top: -1.5rem;
  padding-bottom: 1.5rem;
  padding-bottom: -1.5rem;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 36em) {
    .l-container {
      padding-top: 2.25rem; } }
  @media (min-width: 48em) {
    .l-container {
      padding-top: 3rem; } }
  @media (min-width: 36em) {
    .l-container {
      padding-top: -2.25rem; } }
  @media (min-width: 48em) {
    .l-container {
      padding-top: -3rem; } }
  @media (min-width: 36em) {
    .l-container {
      padding-bottom: 2.25rem; } }
  @media (min-width: 48em) {
    .l-container {
      padding-bottom: 3rem; } }
  @media (min-width: 36em) {
    .l-container {
      padding-bottom: -2.25rem; } }
  @media (min-width: 48em) {
    .l-container {
      padding-bottom: -3rem; } }

.l-container--header {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  min-height: 4.5rem; }

.l-container--advert {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.l-container--wide {
  max-width: 100rem; }

.l-main {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }
  @media (min-width: 62em) {
    .l-main {
      width: 66.66667%; } }

@media (min-width: 62em) {
  .l-main--center {
    margin-left: auto;
    margin-right: auto; }
    .l-main--center .teaser--right,
    .l-main--center .quote--right {
      margin-right: calc(0% - (25% + 8px)); }
    .l-main--center .teaser--left,
    .l-main--center .quote--left {
      margin-left: calc(0% - (25% + 8px)); } }

.l-aside {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }
  @media (min-width: 62em) {
    .l-aside {
      width: 33.33333%; } }

@media (min-width: 62em) {
  .l-aside--separator {
    border-left: 1px solid rgba(19, 3, 3, 0.05); }
    .block--dark .l-aside--separator {
      border-left-color: rgba(247, 244, 243, 0.15); } }

.l-grid {
  width: calc(100% + $column-gutter-compact);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  .l-grid:not(:last-child) {
    margin-bottom: 1rem; }

.l-grid__item {
  width: 100%;
  padding: 1rem; }
  .l-grid__item .teaser:only-child {
    height: 100%; }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .l-grid--half .l-grid__item {
    width: 50%; } }

@media (min-width: 62em) {
  .l-grid--half .l-grid__item {
    width: 50%; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .l-grid--thirds .l-grid__item {
    width: 50%; } }

@media (min-width: 62em) {
  .l-grid--thirds .l-grid__item {
    width: 33.33333%; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .l-grid--fourths .l-grid__item {
    width: 50%; } }

@media (min-width: 62em) {
  .l-grid--fourths .l-grid__item {
    width: 25%; } }

.l-grid--sixths .l-grid__item {
  width: 50%; }
  @media (min-width: 36em) {
    .l-grid--sixths .l-grid__item {
      width: 33.33333%; } }
  @media (min-width: 48em) {
    .l-grid--sixths .l-grid__item {
      width: 25%; } }
  @media (min-width: 62em) {
    .l-grid--sixths .l-grid__item {
      width: 16.66667%; } }

/*
 * Grid item
 *
 * Overrides for specific size
 */
@media (min-width: 48em) {
  .l-grid__item--two-thirds {
    width: 66.66667%; } }

@media (min-width: 62em) {
  .l-grid__item--half {
    width: 50%; } }

@media (min-width: 62em) {
  .l-grid__item--fourth {
    width: 25%; } }

@media (min-width: 62em) {
  .l-grid__item--third {
    width: 33.33333%; } }

.l-grid--auto {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 0.1875rem;
  margin: 0;
  margin-bottom: 1.5rem;
  /*
   * Remove components margins when nested
   */ }
  .l-grid--auto:last-child {
    margin-bottom: 0; }
  @media (min-width: 36em) {
    .l-grid--auto {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 48em) {
    .l-grid--auto {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 62em) {
    .l-grid--auto {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 48em) {
    .l-grid--auto .double-column {
      grid-column: span 2; }
    .l-grid--auto .double-row {
      grid-row: span 2; } }
  .l-grid--auto .job,
  .l-grid--auto .event,
  .l-grid--auto .teaser {
    margin: 0;
    height: 100%; }
    .l-grid--auto .job:not(:last-child),
    .l-grid--auto .event:not(:last-child),
    .l-grid--auto .teaser:not(:last-child) {
      margin-bottom: 0; }

@media (min-width: 48em) {
  .l-grid--auto.l-grid--halfs {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 48em) {
  .l-grid--auto.l-grid--thirds {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 48em) {
  .l-grid--auto.l-grid--fourths {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 62em) {
  .l-grid--auto.l-grid--fourths {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

.l-form {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0.1875rem;
  margin: 0;
  margin-bottom: 1.5rem; }
  @media (min-width: 48em) {
    .l-form {
      grid-template-columns: 1fr 1fr; } }
  .l-form .field:not(:last-child) {
    margin-bottom: 0; }

@media (min-width: 48em) {
  .l-form__item-double {
    grid-column: span 2; } }

/*
 * Show grid
 *
 * Add to body to draw a grid
 */
/* =Nav
===================================================== */
.nav__items {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav__item {
  display: inline-block; }

.nav__link {
  display: block; }

.nav__children {
  list-style: none;
  margin: 0;
  padding: 0; }

/* =Lists
===================================================== */
.list-check {
  list-style: none;
  padding: 0; }
  .list-check li {
    position: relative;
    padding-left: 2.5rem;
    margin-top: 0.5rem; }

.list-check__icon {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #ccede0;
  border-radius: 50%; }
  .list-check__icon .icon {
    font-size: 1.25rem;
    line-height: 1;
    color: #00a664; }

/* =Objects: Colors
===================================================== */
/*
 * Color cards
 *
 * Color cards are displayed only in the style guide.
 */
.cc-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 1.5rem; }

.cc-group {
  *zoom: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .cc-group:before, .cc-group:after {
    content: '';
    display: table; }
  .cc-group:after {
    clear: both; }

.cc {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem;
  padding-top: 6rem;
  border: 1px solid #ddd;
  width: 15rem;
  margin-right: 1.5rem;
  border-radius: 0.1875rem; }
  .cc:after, .cc:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    content: ""; }
  .cc:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==); }
  .cc dt {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .cc dd {
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
    font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    -ms-font-feature-settings: normal;
    font-feature-settings: normal; }

.cc__title {
  font-weight: 700;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.cc__variable {
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
  color: rgba(0, 0, 0, 0.6); }
  .cc__variable:after {
    color: rgba(0, 0, 0, 0.8);
    display: block; }

/* =Skip links
 *  Accessible skip links
===================================================== */
.skip-links {
  position: absolute;
  z-index: 600;
  top: 0;
  left: 0; }

.skip-links__link {
  display: block;
  padding: 0.25rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(19, 3, 3, 0.6);
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.1875rem; }
  .skip-links__link:focus {
    position: relative;
    left: auto;
    width: auto;
    height: auto;
    overflow: visible; }
  .skip-links__link strong {
    color: #130303; }

/* =Buttons
===================================================== */
.button,
button {
  /* Positioning */
  position: relative;
  /* Box-model */
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 0.125rem solid #d0cdcd;
  /* Typography */
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(19, 3, 3, 0.75);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-decoration: none;
  /* Visual */
  background-color: #d0cdcd;
  border-radius: 0.1875rem;
  border-color: transparent;
  /* Misc */
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  .button:hover, .button:focus, .button:active,
  button:hover,
  button:focus,
  button:active {
    color: #130303;
    background-color: #bbb9b9;
    text-decoration: none; }
  @media (min-width: 36em) {
    .button,
    button {
      padding: 1rem 1.5rem;
      font-size: 18px;
      line-height: 24px; } }
  .button .icon,
  button .icon {
    vertical-align: middle;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }

.button--primary {
  color: white;
  background-color: #EC4E20; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    color: white;
    background-color: #d4461d; }

.button--secondary {
  color: white;
  background-color: #F89500; }
  .button--secondary:hover, .button--secondary:focus, .button--secondary:active {
    color: white;
    background-color: #df8600; }

.button--invert {
  color: #EC4E20;
  background-color: #fff; }
  .button--invert:hover, .button--invert:focus, .button--invert:active {
    color: #d4461d;
    background-color: #e6e6e6; }

.button--outline {
  border: 0.125rem solid #fff;
  background-color: transparent; }
  .button--outline:hover, .button--outline:focus, .button--outline:active {
    color: #130303;
    background-color: #fff; }

.button--inactive {
  color: rgba(0, 0, 0, 0.3);
  background-color: #eeeeee; }
  .button--inactive:hover, .button--inactive:focus, .button--inactive:active {
    color: rgba(0, 0, 0, 0.3);
    background-color: #eeeeee; }

.button--block {
  width: 100%; }

.button--small {
  padding: 0.5rem 1rem; }

/*
 * Links
 *
 * Component description
 */
.link--arrow:hover .icon, .link--arrow:focus .icon, .link--arrow:active .icon {
  left: 0.25rem; }

.link--arrow .icon {
  position: relative;
  left: 0;
  vertical-align: middle;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

/* =Forms
===================================================== */
/*
 * Invert forms
 *
 * Invert style
 */
.field--invert input[type="color"], .field--invert input[type="date"], .field--invert input[type="datetime"], .field--invert input[type="datetime-local"], .field--invert input[type="email"], .field--invert input[type="month"], .field--invert input[type="number"], .field--invert input[type="password"], .field--invert input[type="search"], .field--invert input[type="tel"], .field--invert input[type="text"], .field--invert input[type="time"], .field--invert input[type="url"], .field--invert input[type="week"], .field--invert input:not([type]), .field--invert textarea {
  background-color: transparent;
  border-color: rgba(247, 244, 243, 0.3);
  color: rgba(255, 255, 255, 0.75); }

.field--invert input[type="color"]:hover, .field--invert input[type="date"]:hover, .field--invert input[type="datetime"]:hover, .field--invert input[type="datetime-local"]:hover, .field--invert input[type="email"]:hover, .field--invert input[type="month"]:hover, .field--invert input[type="number"]:hover, .field--invert input[type="password"]:hover, .field--invert input[type="search"]:hover, .field--invert input[type="tel"]:hover, .field--invert input[type="text"]:hover, .field--invert input[type="time"]:hover, .field--invert input[type="url"]:hover, .field--invert input[type="week"]:hover, .field--invert input:not([type]):hover, .field--invert textarea:hover {
  border-color: rgba(247, 244, 243, 0.3);
  color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.2); }

.field--invert input[type="color"]:focus, .field--invert input[type="date"]:focus, .field--invert input[type="datetime"]:focus, .field--invert input[type="datetime-local"]:focus, .field--invert input[type="email"]:focus, .field--invert input[type="month"]:focus, .field--invert input[type="number"]:focus, .field--invert input[type="password"]:focus, .field--invert input[type="search"]:focus, .field--invert input[type="tel"]:focus, .field--invert input[type="text"]:focus, .field--invert input[type="time"]:focus, .field--invert input[type="url"]:focus, .field--invert input[type="week"]:focus, .field--invert input:not([type]):focus, .field--invert textarea:focus {
  border-color: rgba(247, 244, 243, 0.45);
  color: white;
  box-shadow: 0 0 0 0.25rem rgba(247, 244, 243, 0.15); }

.field--compact input[type="color"], .field--compact input[type="date"], .field--compact input[type="datetime"], .field--compact input[type="datetime-local"], .field--compact input[type="email"], .field--compact input[type="month"], .field--compact input[type="number"], .field--compact input[type="password"], .field--compact input[type="search"], .field--compact input[type="tel"], .field--compact input[type="text"], .field--compact input[type="time"], .field--compact input[type="url"], .field--compact input[type="week"], .field--compact input:not([type]), .field--compact textarea {
  padding: 0.5rem 1rem; }

/*
 * Radio + Checkbox
 */
.radio,
.checkbox {
  position: relative;
  text-align: left; }
  .radio label,
  .checkbox label {
    display: block;
    cursor: pointer;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.25rem;
    padding-left: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1em;
    color: rgba(19, 3, 3, 0.75);
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
  .radio label:hover,
  .checkbox label:hover {
    color: #130303; }
    .radio label:hover:before,
    .checkbox label:hover:before {
      box-shadow: 0 0 0 0.125rem #e7e6e6; }
  .radio label:before,
  .checkbox label:before {
    position: absolute;
    top: 0.625rem;
    left: 0;
    width: 1.375rem;
    height: 1.375rem;
    border: 0.0625rem solid #c4c0c0;
    border-radius: 0.1875rem;
    content: "";
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
  .radio.is-inline,
  .checkbox.is-inline {
    display: inline-block;
    margin-right: 0.5rem; }
  .radio input[type="radio"]:disabled + label,
  .radio input[type="radio"]:disabled:hover + label,
  .checkbox input[type="radio"]:disabled + label,
  .checkbox input[type="radio"]:disabled:hover + label {
    color: rgba(19, 3, 3, 0.6);
    border-color: rgba(19, 3, 3, 0.05);
    cursor: auto;
    opacity: .5; }
  .radio .value,
  .checkbox .value {
    display: inline-block;
    padding: 0 .5rem;
    color: #130303;
    background-color: #e7e6e6;
    border-radius: 0.1875rem; }

.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

.checkbox input[type="checkbox"]:checked + label:before {
  border-color: transparent;
  background: #EC4E20 url(../../assets/images/check.svg) 50% 50% no-repeat;
  background-size: 1.25rem 1.25rem;
  color: #fff; }

.checkbox input[type="checkbox"]:focus + label:before {
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.125rem #e7e6e6; }

.radio input[type="radio"] {
  position: absolute;
  opacity: 0; }

.radio label:before {
  border-radius: 50%; }

.radio input[type="radio"]:checked + label:before {
  border: 6px solid #c4c0c0;
  width: 0.75rem;
  height: 0.75rem;
  background: #EC4E20; }

.radio input[type="radio"]:hover + label:before,
.radio input[type="radio"]:focus + label:before {
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.125rem #e7e6e6; }

/* =Form field
===================================================== */
/*
 * Fields
 *
 * Group of fields
 */
.field {
  *zoom: 1;
  clear: both; }
  .field:before, .field:after {
    content: '';
    display: table; }
  .field:after {
    clear: both; }
  .field:not(:last-child) {
    margin-bottom: 0.5rem; }
  @media (min-width: 48em) {
    .field:not(:last-child) {
      margin-bottom: 1rem; } }
  .field p {
    margin-bottom: 0;
    margin-top: 0.5rem;
    font-size: 0.8em;
    line-height: 1.5625em;
    color: rgba(19, 3, 3, 0.6); }
  .field .footnote {
    margin-top: 1rem;
    font-size: 0.64em;
    line-height: 1.5625em;
    font-style: italic;
    color: rgba(19, 3, 3, 0.6); }

.field__label {
  display: block;
  margin-bottom: 0.5rem; }

.field__group {
  position: relative; }

/*
 * Field Modifiers
 *
 * Different field modifiers.
 */
.field--compact:not(:last-child) {
  margin-bottom: 0.5rem; }

.field--compact .field__label {
  font-size: 0.8em;
  line-height: 1.5625em; }

.field--required .field__label:after {
  color: #EC4E20;
  content: "*"; }

.field--label-hidden .field__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/*
 * Field: Search
 *
 * Search field that includes a search button at the end.
 */
.field--search .field__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.field--search input[type="text"] {
  padding-right: 4rem; }

.field--search .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 3rem;
  color: rgba(19, 3, 3, 0.6);
  background-color: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .field--search .button .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px; }
  .field--search .button .label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .field--search .button:hover, .field--search .button:focus, .field--search .button:active {
    color: #bd3e1a; }

.field--search.field--invert .button {
  color: rgba(255, 255, 255, 0.6); }
  .field--search.field--invert .button:hover, .field--search.field--invert .button:focus, .field--search.field--invert .button:active {
    color: #bd3e1a; }

.is-premium .field--search.field--invert input[type="text"] {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(19, 3, 3, 0.75); }
  .is-premium .field--search.field--invert input[type="text"]:hover, .is-premium .field--search.field--invert input[type="text"]:focus {
    color: #130303;
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1); }

.is-premium .field--search.field--invert .button {
  color: rgba(19, 3, 3, 0.6); }

.is-premium .field--search.field--invert:hover, .is-premium .field--search.field--invert:focus, .is-premium .field--search.field--invert:active {
  color: #130303; }

/*
 * Field Comments
 *
 * Fields for styling comments form
 */
@media (min-width: 48em) {
  .field--comment-website,
  .field--comment-email,
  .field--comment-name {
    float: left;
    width: 32.20339%;
    clear: none;
    margin-right: 1.69492%; } }

@media (min-width: 48em) {
  .field--comment-website {
    margin-right: 0; } }

.field--comment-action {
  float: left;
  margin-top: 0.5rem; }

/* =Icons
===================================================== */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* =Messages
===================================================== */
.message {
  padding: 1rem;
  margin: 2rem 0;
  background-color: #eeeeee;
  border-radius: 0.1875rem; }
  .message > p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5625em; }

.message__title {
  margin-bottom: 0.25rem;
  font-size: 1.25em;
  line-height: 1.25em; }

.message--success {
  background-color: #e6f6f0; }

.message--warning {
  background-color: #fffae6; }

.message--danger {
  background-color: #feedec; }

/*
 * Teaser
 *
 * Article teasers
 */
.teaser {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .teaser:not(:last-child) {
    margin-bottom: 1rem; }
    @media (min-width: 36em) {
      .teaser:not(:last-child) {
        margin-bottom: 1.5rem; } }

.teaser__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column; }
  .teaser__header:only-child {
    height: 100%; }

.teaser__category {
  font-size: 0.64em;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(19, 3, 3, 0.6); }

.teaser__title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -.0125em; }
  .teaser__title a {
    display: block; }

.teaser__description {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5625em; }

.teaser__byline {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.64em;
  line-height: 1.25em;
  color: rgba(19, 3, 3, 0.6); }
  .teaser__byline a {
    color: #448ccb; }
    .teaser__byline a:hover, .teaser__byline a:focus, .teaser__byline a:active {
      color: #30628e; }

.teaser__author {
  margin-right: 0.25rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .025em; }

.teaser__author-avatar {
  width: 2rem;
  height: 2rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1rem;
  margin-right: 0.25rem;
  background-color: #EC4E20; }

.teaser__time {
  display: none;
  font-size: 0.64em;
  line-height: 1.25em;
  color: rgba(19, 3, 3, 0.6); }

.teaser__media {
  margin-bottom: 1rem; }
  .teaser__media a {
    display: block;
    height: 100%; }
  .teaser__media img {
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: none; }

.teaser__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  border-radius: 0.1875rem; }

.teaser__image-addon {
  display: none; }

/*
 * Modifiers
 *
 * All posible modifiers for a teaser.
 * - .teaser--cover
 * - .teaser--card
 * - .teaser--row
 * - .teaser--compact
 * - .teaser--huge
 * - .teaser--invert
------
 * - .teaser--xl
 * - .teaser--l
 * - .teaser--m
 * - .teaser--s
 * - .teaser--xs
 */
/*
 * Teaser Compact
 *
 * Smaller text sizes
 */
.teaser--compact .teaser__title {
  font-size: 18px; }

.teaser--compact .teaser__description {
  font-size: 14px; }

/*
 * Teaser Huge
 *
 * Bigger text sizes
 */
@media (min-width: 62em) {
  .teaser--huge .teaser__title {
    font-size: 32px;
    line-height: 1.125; }
  .teaser--huge .teaser__description {
    font-size: 1.25em; } }

/*
 * Teaser Card
 *
 * Teaser is outlined with a border.
 */
.teaser--card {
  background-color: #fff;
  background-color: #f3f2f2;
  border-radius: 0.1875rem; }
  .teaser--card .teaser__media {
    margin-bottom: 0; }
  .teaser--card .teaser__image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .teaser--card .teaser__header {
    padding: 1rem; }

/*
 * Teaser Cover
 *
 * Information displayed above the image.
 */
@media (min-width: 36em) {
  .teaser--cover {
    position: relative;
    color: white;
    min-height: 15rem; }
    .teaser--cover .teaser__media {
      height: 100%;
      margin-bottom: 0; }
    .teaser--cover .teaser__image {
      height: 100%;
      min-height: 15rem;
      border-radius: 0.1875rem; }
    .teaser--cover .teaser__image-addon {
      display: block;
      position: absolute;
      top: 2em;
      left: -1em;
      width: 6em;
      height: 6em;
      border-radius: 50%;
      border: 4px solid #fff; }
    .teaser--cover .teaser__category {
      color: rgba(255, 255, 255, 0.75); }
    .teaser--cover .teaser__header {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto;
      border: none;
      padding: 1rem;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(75%, rgba(19, 3, 3, 0.9)), to(rgba(19, 3, 3, 0)));
      background-image: linear-gradient(to top, rgba(19, 3, 3, 0.9) 75%, rgba(19, 3, 3, 0));
      border-bottom-left-radius: 0.1875rem;
      border-bottom-right-radius: 0.1875rem; }
    .teaser--cover .teaser__byline {
      color: rgba(255, 255, 255, 0.75); } }

@media (min-width: 48em) {
  .teaser--cover {
    min-height: 20rem; }
    .teaser--cover .teaser__image {
      min-height: 20rem; } }

.teaser--compact.teaser--cover .teaser__description {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

@media (min-width: 62em) {
  .teaser--huge.teaser--cover .teaser__header {
    padding: 2rem; } }

/*
 * Teaser Row
 *
 * Displayed in a row, image is on the left.
 */
.teaser--row .teaser__image {
  border-radius: 0.1875rem; }

@media (min-width: 36em) {
  .teaser--row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: start;
            align-items: flex-start; }
    .teaser--row .teaser__media {
      min-width: 16.25rem;
      max-width: 16.25rem;
      margin-bottom: 0; }
    .teaser--row .teaser__header {
      padding-left: 1rem;
      height: auto; } }

@media (min-width: 48em) {
  .teaser--row .teaser__header {
    padding-left: 1.5rem; } }

@media (max-width: 35.9375em) {
  .teaser--row.teaser--compact {
    float: left;
    width: 48.27586%;
    margin-right: 3.44828%; }
    .teaser--row.teaser--compact:nth-child(2n) {
      margin-right: 0; }
    .teaser--row.teaser--compact .teaser__description {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; } }

.teaser--row.teaser--card {
  -webkit-box-align: stretch;
          align-items: stretch; }
  .teaser--row.teaser--card .teaser__media {
    margin-bottom: -0.0625rem; }
    .teaser--row.teaser--card .teaser__media a {
      display: initial; }
  .teaser--row.teaser--card .teaser__image {
    border-radius: 0.1875rem 0 0 0.1875rem; }
  .teaser--row.teaser--card .teaser__header {
    border-radius: 0 0.1875rem 0.1875rem 0; }

/*
 * Alignment
 *
 * When teasers are used inside of articles
 */
@media (min-width: 62em) {
  .teaser.teaser--left, .teaser.teaser--right {
    width: 35.89744%; }
  .teaser.teaser--right {
    float: right;
    margin-left: 2rem; }
  .teaser.teaser--left {
    float: left;
    margin-right: 2rem; } }

/*
 * Invert
 *
 * Dark theme for every teaser
 */
.block--color .teaser.teaser--card,
.block--dark .teaser.teaser--card {
  color: rgba(19, 3, 3, 0.75); }

.block--dark .teaser:not(.teaser--card) {
  color: rgba(255, 255, 255, 0.75); }
  .block--dark .teaser:not(.teaser--card) .teaser__byline,
  .block--dark .teaser:not(.teaser--card) .teaser__category {
    color: rgba(255, 255, 255, 0.6); }

.block--color .teaser:not(.teaser--card) {
  color: rgba(255, 255, 255, 0.75); }
  .block--color .teaser:not(.teaser--card) a {
    color: white; }
  .block--color .teaser:not(.teaser--card) .teaser__byline,
  .block--color .teaser:not(.teaser--card) .teaser__category {
    color: rgba(255, 255, 255, 0.6); }

@media (min-width: 36em) {
  .block--dark .teaser--cover .teaser__title a,
  .block--color .teaser--cover .teaser__title a {
    color: #EC4E20; }
    .block--dark .teaser--cover .teaser__title a:hover, .block--dark .teaser--cover .teaser__title a:focus, .block--dark .teaser--cover .teaser__title a:active,
    .block--color .teaser--cover .teaser__title a:hover,
    .block--color .teaser--cover .teaser__title a:focus,
    .block--color .teaser--cover .teaser__title a:active {
      color: #bd3e1a; } }

/*
 * Teaser XS
 *
 * Smallest size there is
 */
.teaser--xs .teaser__title {
  font-size: 14px;
  line-height: 1.25em; }

.teaser--xs .teaser__category {
  font-size: 12px; }

/*
 * Post
 *
 * All styles related for posts.
 */
.post__header {
  margin-bottom: 1.5rem; }

.post__category {
  margin-top: 1.5rem;
  margin-bottom: -0.5rem; }

.post__category-item {
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #EC4E20;
  color: white;
  border-radius: 0.1875rem;
  padding: 0.25rem 0.5rem; }
  .post__category-item:hover, .post__category-item:focus, .post__category-item:active {
    color: white; }
  @media (min-width: 36em) {
    .post__category-item {
      padding: 0.5rem 1rem; } }

.post__category-item--alt {
  background-color: #e7e6e6;
  color: #130303; }
  .post__category-item--alt:hover, .post__category-item--alt:focus, .post__category-item--alt:active {
    background-color: #d0cdcd;
    color: #130303; }

.post__title {
  font-size: 1.95312em;
  letter-spacing: -.025em; }

.post__description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.5625em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: rgba(19, 3, 3, 0.6); }

.post__byline {
  font-size: 0.8em;
  line-height: 1.5625em; }

.post__time {
  color: rgba(19, 3, 3, 0.6); }

.post__author {
  margin-right: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .025em; }
  .post__author a {
    color: #448ccb; }

.post__author-avatar {
  width: 2rem;
  height: 2rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1rem; }

.post__hero {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 1.5rem; }
  .post__hero .media-credit {
    position: relative;
    padding: 0 .5rem;
    margin: 0;
    margin-left: auto;
    margin-top: -3rem;
    color: rgba(19, 3, 3, 0.6);
    font-size: 14px;
    line-height: 1.71429em;
    background-color: rgba(255, 255, 255, 0.85);
    border-top-left-radius: 0.1875rem; }

.post__hero .media-credit[style] {
  width: auto !important; }

.post__image {
  width: 100%;
  max-width: none;
  border-radius: 0.1875rem; }

.post__image-addon {
  width: 8em;
  position: absolute;
  top: 1.5rem;
  right: -1rem;
  border: 0.375rem solid #fff;
  border-radius: 50%; }

/*
 * Post: Job
 *
 * Updates reflecting a job template.
 */
.post__meta--icons {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column; }
  .post__meta--icons li {
    position: relative;
    padding-left: 3rem;
    line-height: 1.5;
    margin: 0.5rem 0; }
  .post__meta--icons .icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2rem;
    color: #EC4E20; }
  .post__meta--icons .label {
    display: block;
    font-size: .875rem;
    text-transform: uppercase;
    color: rgba(19, 3, 3, 0.6); }
  .post__meta--icons .value {
    display: block;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
    padding: 0; }
  @media (min-width: 36em) {
    .post__meta--icons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap; }
      .post__meta--icons li {
        margin-right: 1.5rem; } }

/*
 * Post: Editorial
 *
 * Updates reflecting an editorial template.
 */
@media (min-width: 62em) {
  .post--editorial .post__header {
    width: 150%;
    margin-left: -25%;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(19, 3, 3, 0.1);
    text-align: center; }
  .post--editorial .post__hero {
    -webkit-box-align: center;
            align-items: center; }
  .post--editorial .post__title {
    font-size: 2.44141em;
    letter-spacing: -.025em; } }

/*
 * Post: Membership
 *
 * Updates reflecting an editorial template.
 */
/*
 * Featured image fix
 *
 * In the past, we had a practice where the first image
 * in the content was the same as the featured image.
 * This code hides the first image in post content.
 */
.post__content span[style] {
  font-size: inherit !important; }

.post__content p:first-child img {
  display: none; }

/* Make it still visible for job posts */
.post--job .post__content p:first-child img {
  display: block; }

/*
 * Item
 *
 * Showroom items
 */
.item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  box-shadow: inset 0 0 0 1px rgba(19, 3, 3, 0.1);
  border-radius: 0.1875rem;
  overflow: hidden; }

.item__media {
  position: relative;
  background-color: #130303; }

.item__image {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'; }

.item__logo {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 8rem;
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.1875rem;
  box-shadow: 0 0.125rem 0.0625rem 0 rgba(0, 0, 0, 0.1); }
  .item__logo img {
    margin: 0;
    display: block; }
  @media (min-width: 48em) {
    .item__logo {
      width: 10rem;
      top: 1.5rem;
      left: 1.5rem; } }

.item__content {
  padding: 1.5rem; }

.item__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1em;
  line-height: 1.25em; }

.item__summary {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.5625em; }

.item__value {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  color: rgba(19, 3, 3, 0.75); }

.item__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.item__price {
  margin-right: 0.5rem;
  font-size: 1em;
  font-weight: 700; }

.item__discount {
  margin-right: 0.5rem;
  font-size: 1em;
  font-weight: 700; }

.item__note {
  margin: 0;
  width: 100%;
  font-size: 0.64em;
  line-height: 1.5625em;
  color: rgba(19, 3, 3, 0.6); }

.item__value--discount .item__price {
  position: relative;
  font-weight: 400;
  color: rgba(19, 3, 3, 0.6); }
  .item__value--discount .item__price:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 0.125rem solid #EC4E20;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    content: ""; }

.item__share {
  margin-top: 0.5rem; }

/*
 * Modifier
 */
@media (min-width: 48em) {
  .item.double-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row; }
    .item.double-column .item__media {
      -webkit-box-flex: 1;
              flex: 1 1 50%;
      height: 100%; }
    .item.double-column .item__content {
      -webkit-box-flex: 1;
              flex: 1 1 50%;
      height: 100%; }
    .item.double-column .item__logo {
      top: auto;
      bottom: 1.5rem; } }

.quote {
  position: relative;
  margin: 2rem 0;
  padding: 0;
  border: none;
  color: #EC4E20; }
  .quote p {
    display: inline;
    font-size: 1.25em;
    line-height: 1.25em;
    font-family: "gira-sans", sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: -.0125em;
    box-shadow: inset 0 -0.025em 0 #fff, inset 0 -1.25em 0 0 #fdede9; }
  .quote cite {
    display: block;
    margin-top: 1rem;
    font-weight: 700;
    color: #130303;
    font-size: 1em;
    line-height: 1.25em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-transform: uppercase; }
  .quote strong {
    font-weight: 300;
    box-shadow: inset 0 -0.025em 0 #fff, inset 0 -1.25em 0 0 #fbdcd2; }
  @media (min-width: 62em) {
    .quote.quote--left, .quote.quote--right {
      width: 48.71795%;
      padding-top: 2rem; }
      .quote.quote--left:before, .quote.quote--right:before {
        position: absolute;
        top: 0;
        height: 0.25rem;
        width: 37.5%;
        background-color: #EC4E20;
        border-radius: 0.1875rem;
        content: ""; }
    .quote.quote--right {
      float: right;
      margin-left: 2rem; }
    .quote.quote--left {
      float: left;
      margin-right: 2rem; } }

/*
 * Profile
 *
 * Profile includes:
 * - Avatar
 * - Image
 * - Notification
 * - Name
 * - Note
 */
.profile {
  position: relative;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
          align-items: center; }

.profile--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  text-align: right; }
  .profile--reverse .profile__info {
    margin-right: 1rem; }

@media (max-width: 47.9375em) {
  .profile--compact .profile__info {
    display: none; } }

.profile--invert {
  color: rgba(255, 255, 255, 0.75); }
  .profile--invert .profile__name {
    color: white; }
  .profile--invert .profile__note {
    color: rgba(255, 255, 255, 0.75); }

.profile__avatar {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: #bd3e1a;
  border-radius: 0.1875rem; }
  @media (min-width: 48em) {
    .profile__avatar {
      width: 2.5rem;
      height: 2.5rem; } }

.profile__image {
  margin: 0;
  display: block; }

.profile__notification {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: 1.25rem;
  font-size: 14px;
  line-height: 20px;
  background-color: #EC4E20;
  color: white;
  text-align: center;
  border-radius: 0.625rem; }

.profile__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: 1rem;
  white-space: nowrap; }

.profile__name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #130303; }

.profile__note {
  font-size: 12px;
  line-height: 14px;
  color: rgba(19, 3, 3, 0.6); }

.profile__tooltip {
  position: absolute;
  z-index: 510;
  top: 100%;
  right: 0;
  width: 25rem;
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(19, 3, 3, 0.6);
  background-color: #FFDD00;
  border-radius: 0.1875rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  .profile__tooltip:before {
    position: absolute;
    bottom: 100%;
    right: 1rem;
    border: 0.375rem solid transparent;
    border-bottom-color: #FFDD00;
    content: ""; }
  @media (max-width: 35.9375em) {
    .header-block .profile__tooltip {
      width: 16.25rem; } }

.profile:hover .profile__tooltip,
.profile:focus .profile__tooltip {
  opacity: 1;
  margin-top: 1.5rem; }

/*
 * Author
 *
 * Information about the author
 */
.author {
  *zoom: 1;
  margin-top: 1.5rem;
  padding-left: 3.5rem; }
  .author:before, .author:after {
    content: '';
    display: table; }
  .author:after {
    clear: both; }
  @media (min-width: 48em) {
    .author {
      padding-left: 6.875rem;
      margin-top: 2rem; } }

.author__name {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.5625em;
  text-transform: uppercase; }

.author__avatar {
  width: 3rem;
  height: 3rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1.5rem;
  float: left;
  margin-left: -3.5rem;
  border: none; }
  @media (min-width: 48em) {
    .author__avatar {
      width: 6rem;
      height: 6rem;
      border-radius: 50%;
      margin-left: -6.875rem; } }

.author__bio {
  margin: 0;
  color: rgba(19, 3, 3, 0.6);
  font-size: 0.8em;
  line-height: 1.5625em; }

.author__social {
  display: inline-block;
  vertical-align: middle; }

/*
 * Card
 *
 * Group of elements used to draw attention.
 */
.card {
  position: relative;
  padding: 1rem;
  border-radius: 0.1875rem;
  box-shadow: inset 0 0 0 0.0625rem rgba(19, 3, 3, 0.1); }
  .card:not(:last-child) {
    margin-bottom: 1rem; }
  @media (min-width: 36em) {
    .card {
      padding: 1.5rem; } }

.card__title {
  position: relative;
  z-index: 110;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1.25em;
  line-height: 1.25em; }

.card__content {
  position: relative;
  z-index: 110; }
  .card__content p {
    margin-bottom: 0;
    font-size: 0.8em;
    line-height: 1.5625em; }

.card__action {
  position: relative;
  z-index: 110;
  margin-top: 1rem; }

.card__background {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: .2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  border-radius: 0.1875rem; }

/*
 * Card Modifiers
 *
 * .card--huge
 */
.card--dark {
  background-color: #2b1c1c; }
  .card--dark .card__title {
    color: white; }
  .card--dark .card__content p {
    color: rgba(255, 255, 255, 0.75); }

/*
 * Event
 *
 * Small event entry in the calendar
 */
.event {
  position: relative;
  border-radius: 0.1875rem; }
  .event:not(:last-child) {
    margin-bottom: 1rem; }

.event__logo {
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
  max-width: 6rem;
  max-height: 4rem;
  background: #fff; }
  .event__logo img {
    display: block;
    margin: 0;
    border-radius: 0.1875rem;
    box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.2); }

.event__image {
  display: block;
  min-height: 10rem; }
  .event__image img {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    border-radius: 0.1875rem;
    border-bottom-left-radius: 0; }

.event__content {
  padding: 1rem; }

.event__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px; }
  .event__title:before {
    position: absolute;
    top: 0;
    left: -1rem;
    width: 0.1875rem;
    height: 100%;
    background-color: rgba(19, 3, 3, 0.1);
    content: ""; }

.event__summary {
  font-size: 0.8em;
  line-height: 1.5625em; }
  .event__summary p {
    margin-bottom: 0;
    max-height: 4.6875em;
    overflow: hidden;
    color: rgba(19, 3, 3, 0.6); }

.event__meta {
  font-size: 0.8em;
  line-height: 1.5625em; }

.event__location {
  color: rgba(19, 3, 3, 0.75); }

.event__day {
  font-weight: 700; }

.event__month {
  color: rgba(19, 3, 3, 0.6); }

/*
 * Modifiers
 */
.event--active {
  background-color: #fff;
  padding-bottom: 1rem; }
  .event--active .event__title:before {
    background-color: #EC4E20; }

.event--outline {
  border: none;
  display: -webkit-box;
  display: flex; }
  .event--outline .event__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.75);
    border-bottom-left-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem; }
  .event--outline .event__day,
  .event--outline .event__month {
    color: white; }
  .event--outline .event__location,
  .event--outline .event__summary p {
    color: rgba(255, 255, 255, 0.75); }
  .event--outline .event__title {
    color: white; }
  .event--outline .event__image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(19, 3, 3, 0.8)), to(transparent));
    background-image: linear-gradient(to top, rgba(19, 3, 3, 0.8) 50%, transparent);
    border-bottom-left-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem; }
  .event--outline .event__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    border-radius: 0.1875rem; }

/*
 * Comment
 *
 * Comment styles
 */
.comment {
  padding: 1rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  .depth-2 .comment {
    margin-left: 2rem; }
  .depth-3 .comment {
    margin-left: 3rem; }
  .depth-4 .comment {
    margin-left: 4rem; }
  .comments__children .comment {
    border-radius: 0.1875rem 0 0 0.1875rem; }
  .comment-highlight .comment,
  .comments__item--highlight .comment {
    border-color: transparent;
    background-color: #fcd599; }
  .comments__item--author .comment {
    border-color: transparent;
    background-color: #F7F4F3; }
  @media (min-width: 36em) {
    .comment {
      margin-left: 0;
      margin-right: 0;
      padding: 1rem 1rem;
      border: 0.0625rem solid rgba(19, 3, 3, 0.1);
      border-radius: 0.1875rem; } }

.comment__header {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 3.5rem;
  min-height: 3rem;
  margin-bottom: 0.5rem; }

.comment__body {
  font-size: 14px;
  line-height: 1.5625em; }
  @media (min-width: 36em) {
    .comment__body {
      font-size: 16px; } }
  .comment__body p {
    margin-top: 0.5rem;
    margin-bottom: 0; }
    .comment__body p:first-child {
      margin-top: 0; }

.comment__header .tag,
.comment__tag {
  display: none;
  margin-bottom: 0.25rem; }

.comment__meta {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.5625em; }
  .comment__meta a {
    color: rgba(19, 3, 3, 0.6); }
    .comment__meta a:hover, .comment__meta a:focus, .comment__meta a:active {
      color: #bd3e1a; }

.comment__reply {
  margin-left: 0.5rem; }
  @media (min-width: 62em) {
    .comment__reply {
      position: absolute;
      top: 0;
      right: 0; } }

.comment__author {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5625em; }
  .comment__author a {
    color: #130303; }
    .comment__author a:hover, .comment__author a:focus, .comment__author a:active {
      color: #bd3e1a; }

.comment__author-avatar {
  width: 3rem;
  height: 3rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #EC4E20; }

/*
 * Comment modifiers
 */
/*
 * Comments
 *
 * Styles for the comments pattern
 */
.comments {
  margin-top: 1.5rem; }
  .comments ul,
  .comments ol {
    list-style: none;
    margin: 0;
    padding: 0; }

.comments__title {
  margin-top: 1.5rem;
  font-size: 0.8em;
  line-height: 1.5625em;
  color: rgba(19, 3, 3, 0.6);
  text-transform: uppercase; }

.comments__list .comment-respond {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.comments__item {
  margin-top: 0.5rem; }
  .comments__item:first-child {
    margin-top: 0.5rem; }

.comments__form {
  margin-top: 1.5rem; }

/*
 * Rules
 */
.comments__rules {
  padding: 1rem;
  border-radius: 0.1875rem;
  background-color: #F7F4F3; }
  .comments__rules > *:last-child {
    margin-bottom: 0; }
  .comments__rules h4 {
    margin-bottom: 0;
    font-size: 0.64em;
    line-height: 1.5625em;
    color: rgba(19, 3, 3, 0.6);
    text-transform: uppercase; }
  .comments__rules p,
  .comments__rules li {
    font-size: 0.64em;
    line-height: 1.5625em;
    color: #666; }
  .comments__rules li {
    position: relative;
    padding-left: 1.5rem; }
    .comments__rules li:before {
      position: absolute;
      left: 0;
      top: 0;
      color: rgba(19, 3, 3, 0.6);
      content: "—"; }

/*
 * Images
 *
 * Images used in blog posts
 */
.wp-caption img {
  width: 100%;
  margin-bottom: 0; }

.wp-caption p,
.wp-caption figcaption {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.8em;
  line-height: 1.5625em;
  color: rgba(19, 3, 3, 0.6); }

.wp-caption em {
  font-style: normal; }

.wp-caption[style] {
  width: 100% !important; }

@media (min-width: 62em) {
  .post--editorial .size-full,
  .post--editorial .wp-caption .size-full {
    width: 150%;
    max-width: 150%;
    margin-left: -25%; } }

.media-credit-container {
  position: relative; }
  .media-credit-container .media-credit {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.25rem 0.5rem;
    margin: 0;
    font-size: 0.64em;
    line-height: 1.25em;
    background-color: rgba(255, 255, 255, 0.95); }
  .media-credit-container a {
    color: rgba(19, 3, 3, 0.6); }

/*
 * Person
 *
 * Person listing that can be used for building
 * conference pages, list of speakers, people in companies etc.
 */
.person {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center; }

.person__title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.25em; }

.person__subtitle {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.8em;
  line-height: 1.25em;
  opacity: .75;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.person__description {
  margin-top: 0.25rem;
  font-size: 0.8em;
  line-height: 1.5625em; }
  .person__description p {
    margin-bottom: 0; }

.person__social {
  margin-top: 0.25rem; }

.person__content {
  margin-top: 1rem; }

.person__media {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  background: #EC4E20;
  border-radius: 0.1875rem; }

.person__image {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.1875rem; }

.person__logo {
  display: none; }

/*
 * Modifiers
 */
.person--circle .person__media,
.person--circle .person__image {
  border-radius: 50%; }

.person--card {
  border: 1px solid rgba(19, 3, 3, 0.1);
  border-radius: 0.1875rem; }
  .person--card .person__media {
    width: 100%; }
  .person--card .person__content {
    margin-top: 0;
    padding: 1rem; }

.person--cover {
  position: relative; }
  .person--cover .person__media {
    width: 100%;
    min-height: 25rem;
    border-radius: 0.1875rem; }
    .person--cover .person__media:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 3, 3, 0.9)), to(transparent));
      background-image: linear-gradient(to top, rgba(19, 3, 3, 0.9), transparent);
      border-bottom-left-radius: 0.1875rem;
      border-bottom-right-radius: 0.1875rem;
      content: ""; }
  .person--cover .person__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.75); }
  .person--cover .person__title {
    color: white; }

.person--inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .person--inline .person__media {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
    margin-right: 1rem; }
  .person--inline .person__content {
    width: 100%;
    margin-top: 0;
    text-align: left; }

/*
 * Testimonial
 *
 * Quotes from people saying nice things :)
 */
.testimonial blockquote {
  border-left: none;
  text-align: center; }

.testimonial__content {
  padding: 1rem 1.5rem;
  background-color: #fff;
  color: #130303; }
  .testimonial__content p {
    font-size: 1em;
    line-height: 1.5625em;
    font-style: normal; }

.testimonial__footer {
  position: relative;
  padding-left: 3rem;
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.5625em;
  text-align: left; }

.testimonial__author {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.testimonial__author-position {
  color: rgba(19, 3, 3, 0.6); }
  .block--invert .testimonial__author-position {
    color: rgba(255, 255, 255, 0.6); }

.testimonial__author-avatar {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
  border-radius: 50%; }

/*
 * Native
 *
 *
 */
.native {
  padding: 1rem;
  border-radius: 0.1875rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2); }

.native__title {
  margin-bottom: 0;
  margin-bottom: 0.25rem;
  font-size: 1.25em;
  line-height: 1.25em; }

.native__description {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1em;
  line-height: 1.5625em; }

/*
 * Editorial
 *
 * Blocks of carefully curated content displayed
 * on the homepage or other landing pages.
 */
.editorial {
  position: relative;
  background: #e7e6e6;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column; }
  @media (min-width: 62em) {
    .editorial {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row; } }
  .editorial .l-container {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column; }
    @media (min-width: 62em) {
      .editorial .l-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row; } }

.editorial__content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center; }
  @media (min-width: 62em) {
    .editorial__content {
      width: 66.66667%;
      -webkit-box-align: start;
              align-items: flex-start;
      text-align: left;
      padding-left: 0; } }

.editorial__aside {
  position: relative;
  z-index: 100;
  padding: 1rem 1.5rem;
  width: 100%; }
  @media (min-width: 62em) {
    .editorial__aside {
      width: 33.33333%; } }

.editorial__subtitle {
  font-size: 1em;
  line-height: 1.5625em; }

.editorial__title {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 2.44141em;
  line-height: 1.25em; }

.editorial__summary {
  font-size: 1.25em;
  line-height: 1.5625em; }

.editorial__action {
  margin-top: 1.5rem; }
  .editorial__action .button {
    color: rgba(19, 3, 3, 0.75);
    border-color: rgba(19, 3, 3, 0.1); }
    .editorial__action .button:hover, .editorial__action .button:focus, .editorial__action .button:active {
      color: #130303;
      background-color: rgba(19, 3, 3, 0.1);
      border-color: transparent; }

.editorial__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
  .editorial__background img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    opacity: .3;
    mix-blend-mode: luminosity; }

.editorial__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #e7e6e6; }

/*
 * Modifiers
 *
 * Component description
 */
.editorial--invert .editorial-teaser {
  border-color: rgba(247, 244, 243, 0.15); }

.editorial--invert .editorial__action .button {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(247, 244, 243, 0.3); }
  .editorial--invert .editorial__action .button:hover, .editorial--invert .editorial__action .button:focus, .editorial--invert .editorial__action .button:active {
    color: white;
    background-color: rgba(247, 244, 243, 0.3);
    border-color: transparent; }

.editorial--invert .editorial__overlay {
  background-color: #130303; }

.editorial--island {
  overflow: hidden;
  border-radius: 0.1875rem;
  margin-bottom: 1.5rem; }
  .editorial--island:last-child {
    margin-bottom: 0; }
  .editorial--island .editorial__content {
    text-align: center;
    -webkit-box-align: center;
            align-items: center; }

.editorial--invert {
  color: white; }
  .editorial--invert .editorial-teaser__title a:hover, .editorial--invert .editorial-teaser__title a:focus, .editorial--invert .editorial-teaser__title a:active {
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5); }

/*
 * Editorial teaser
 *
 * Small chunk of content used in the editorial component
 */
.editorial-teaser {
  width: 100%;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.editorial-teaser__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }
  .editorial-teaser__title a {
    color: inherit; }
    .editorial-teaser__title a:hover, .editorial-teaser__title a:focus, .editorial-teaser__title a:active {
      box-shadow: inset 0 -1px 0 0 rgba(19, 3, 3, 0.5); }

.editorial-teaser__meta {
  display: block;
  font-size: 14px;
  line-height: 1.5625em;
  opacity: .75; }

.editorial-teaser__image {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  margin-right: 1rem; }
  .editorial-teaser__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    border-radius: 0.1875rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

/*
 * Job
 *
 * Job meta
 */
.job {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 1rem;
  box-shadow: inset 0 0 0 0.0625rem rgba(19, 3, 3, 0.1);
  border-radius: 0.1875rem; }
  .job:not(:last-child) {
    margin-bottom: 1rem; }

.job__logo {
  width: 5rem;
  max-width: 5rem;
  -webkit-box-flex: 1;
          flex: 1 0 6rem;
  margin-right: 0.5rem; }
  .job__logo img {
    display: block;
    margin-bottom: 0; }

.job__title {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.25; }

.job__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .job__meta li {
    margin-top: 0;
    margin-right: 0.5rem;
    font-size: .875rem;
    line-height: 1.5; }
  .job__meta .icon {
    display: none; }
  .job__meta .meta-company .value {
    font-weight: 700; }

/*
 * Modifiers
 */
.job--alt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  text-align: center; }
  .job--alt .job__logo {
    max-width: initial;
    -webkit-box-flex: 1;
            flex: 1 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: .5rem; }
    .job--alt .job__logo img {
      height: 5rem;
      margin: 0 auto; }

@media (min-width: 36em) {
  .job--list .job__logo {
    width: 9rem;
    max-width: 9rem;
    margin-right: 1rem; } }

.job--highlight {
  box-shadow: inset 0 0 0 0.0625rem rgba(19, 3, 3, 0.1); }
  @media (min-width: 36em) {
    .job--highlight .job__logo {
      width: 12rem;
      max-width: 12rem;
      margin-right: 1rem; }
    .job--highlight .job__title {
      font-size: 1.25rem;
      line-height: 1.25; } }

/*
 * Tags
 *
 * List of tags in the article
 */
.tags__items {
  list-style: none;
  margin: 0;
  padding: 0; }

.tags__item {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 14px;
  line-height: 20px; }

.tags__item a,
.tags__link {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: rgba(19, 3, 3, 0.6);
  background-color: rgba(19, 3, 3, 0.05);
  border-radius: 0.1875rem; }
  .tags__item a:hover, .tags__item a:focus, .tags__item a:active,
  .tags__link:hover,
  .tags__link:focus,
  .tags__link:active {
    color: white;
    background-color: #EC4E20; }

/*
 * Collection
 *
 * Component description
 */
.collection {
  display: block;
  margin-bottom: 1.5rem;
  overflow: hidden;
  box-shadow: inset 0 0 0 0.0625rem rgba(19, 3, 3, 0.1);
  border-radius: 0.1875rem; }

.collection__header {
  position: relative;
  padding: 1rem;
  min-height: 11.25rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  border-radius: 0.1875rem 0.1875rem 0 0; }
  .collection__header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(43, 28, 28, 0.9)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(43, 28, 28, 0.9) 50%, rgba(0, 0, 0, 0));
    content: ""; }

.collection__content {
  padding: 1rem; }

.collection__action {
  padding: 1rem;
  padding-top: 0; }
  .collection__action p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5625em;
    color: rgba(19, 3, 3, 0.6); }

.collection__title {
  position: relative;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.25em;
  color: white; }
  .collection__title a {
    color: white; }
    .collection__title a:hover, .collection__title a:focus, .collection__title a:active {
      color: #EC4E20; }

.collection__description {
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75); }

.collection__note {
  position: relative;
  display: block;
  margin-top: .5rem;
  font-size: 12px;
  line-height: 1.5;
  color: white;
  font-weight: 700;
  text-transform: uppercase; }

.collection__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'; }

.collection__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .collection__list li {
    position: relative;
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700; }
    .collection__list li:first-child {
      margin-top: 0;
      padding-top: 0; }
  .collection__list .is-active {
    color: rgba(19, 3, 3, 0.75); }
    .collection__list .is-active:before {
      position: absolute;
      top: 0;
      left: -1rem;
      width: 0.25rem;
      height: 100%;
      border-radius: 0 0.1875rem 0.1875rem 0;
      background-color: rgba(19, 3, 3, 0.1);
      content: ""; }

/*
 * Company
 *
 * Company listing on the job page
 */
.company {
  border-radius: 0.1875rem;
  background-color: rgba(19, 3, 3, 0.05);
  padding: 1rem; }
  .company:not(:last-child) {
    margin-bottom: 1rem; }

.company__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.25; }

.company__image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.1875rem;
  background-color: #fff; }
  .company__image img {
    display: block;
    margin: 0; }

.company__content {
  margin-top: 1rem; }
  .company__content p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5; }
    .company__content p:not(:first-child) {
      margin-top: 0.5rem; }

.company__links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem; }
  .company__links dt {
    margin-bottom: 0.25rem;
    font-size: .875rem;
    line-height: 1.5;
    color: rgba(19, 3, 3, 0.6);
    text-transform: uppercase; }
  .company__links dd {
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.5; }
    .company__links dd:not(:first-child) {
      margin-top: 0.25rem; }
  .company__links .icon {
    margin-right: .25rem; }

/*
 * Promo teaser
 *
 * Small chunk of content used in the promo section
 */
.promo-teaser {
  position: relative; }

.promo-teaser__media {
  margin-bottom: 1rem; }

.promo-teaser__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  margin-bottom: 0;
  border-radius: 0.1875rem;
  border: 1px solid rgba(19, 3, 3, 0.1); }

.promo-teaser__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px; }

.promo-teaser__subtitle {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 14px;
  line-height: 20px;
  color: rgba(19, 3, 3, 0.75); }

.promo-teaser__tag {
  position: absolute;
  top: 1.5rem;
  left: 0;
  padding: 0.25rem 1rem;
  font-size: 16px;
  line-height: 24px;
  color: white;
  background-color: #EC4E20; }

/*
 * Theme
 *
 * Color variations
 */
/*
 * Masthead
 *
 * Custom masthead for branded pages
 */
.masthead {
  position: relative;
  text-align: center; }
  @media (min-width: 48em) {
    .masthead {
      text-align: left;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  @media (min-width: 62em) {
    .masthead {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.masthead__intro {
  position: relative;
  z-index: 100; }
  @media (min-width: 48em) {
    .masthead__intro {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; } }

@media (min-width: 48em) {
  .masthead__content {
    padding-left: 1rem; } }

.masthead__addon {
  border-top: 1px solid rgba(19, 3, 3, 0.05);
  padding-top: 1rem;
  margin-top: 1rem; }

.masthead__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  text-align: center; }
  .masthead__logo img {
    margin: 0 auto;
    max-width: 12.5rem;
    max-height: auto;
    height: auto; }
  @media (min-width: 48em) {
    .masthead__logo {
      width: 16.25rem;
      -webkit-box-flex: 1;
              flex: 1 0 16.25rem;
      margin-bottom: 0; }
      .masthead__logo img {
        margin: auto;
        max-width: 100%;
        max-height: 12.5rem; } }

.masthead__title {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1.95312em;
  line-height: 1.25em; }

.masthead__subtitle {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 0.8em;
  line-height: 1.25em;
  text-transform: uppercase;
  color: rgba(19, 3, 3, 0.6); }

.masthead__description {
  margin-bottom: 1rem; }
  .masthead__description:last-child {
    margin-bottom: 0; }
  .masthead__description p {
    margin: 0;
    font-size: 1em;
    line-height: 1.5625em; }
  @media (min-width: 48em) {
    .masthead__description {
      font-size: 1.25em;
      line-height: 1.5625em; } }

.masthead__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
  .masthead__background img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    opacity: .3;
    mix-blend-mode: luminosity; }

.masthead__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #e7e6e6; }

.masthead--center {
  text-align: center; }
  .masthead--center .masthead__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .masthead--center .masthead__logo {
    margin-bottom: 1.5rem; }

.masthead--invert {
  color: rgba(255, 255, 255, 0.75); }
  .masthead--invert .masthead__title {
    color: white; }
  .masthead--invert .masthead__subtitle {
    color: rgba(255, 255, 255, 0.75); }
  .masthead--invert a {
    color: rgba(255, 255, 255, 0.75); }
    .masthead--invert a:hover, .masthead--invert a:focus, .masthead--invert a:active {
      color: white; }

.masthead--invert .masthead__overlay {
  background-color: #130303; }

.masthead--netokracija .l-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 3rem;
  padding-bottom: -3rem;
  padding-top: 3rem;
  padding-top: -3rem; }
  @media (min-width: 36em) {
    .masthead--netokracija .l-container {
      padding-bottom: 4.5rem; } }
  @media (min-width: 48em) {
    .masthead--netokracija .l-container {
      padding-bottom: 6rem; } }
  @media (min-width: 36em) {
    .masthead--netokracija .l-container {
      padding-bottom: -4.5rem; } }
  @media (min-width: 48em) {
    .masthead--netokracija .l-container {
      padding-bottom: -6rem; } }
  @media (min-width: 36em) {
    .masthead--netokracija .l-container {
      padding-top: 4.5rem; } }
  @media (min-width: 48em) {
    .masthead--netokracija .l-container {
      padding-top: 6rem; } }
  @media (min-width: 36em) {
    .masthead--netokracija .l-container {
      padding-top: -4.5rem; } }
  @media (min-width: 48em) {
    .masthead--netokracija .l-container {
      padding-top: -6rem; } }

.masthead--netokracija .masthead__background img {
  opacity: .4;
  mix-blend-mode: normal; }

.masthead--netokracija .masthead__overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.25))) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.25)) !important; }

.masthead--netokracija .masthead__intro {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.masthead--netokracija .masthead__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: italic; }
  .masthead--netokracija .masthead__title .n-15-logo {
    position: relative;
    top: .125rem;
    height: 3rem;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem; }
  .masthead--netokracija .masthead__title .n-15-godina {
    position: relative;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 4rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFDD00;
    text-decoration: underline;
    text-decoration-thickness: 0.075em; }
    .masthead--netokracija .masthead__title .n-15-godina:before {
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      display: inline-block;
      height: 4rem;
      width: 3.5rem;
      background: no-repeat url(../images/celebrate-emoji.png) 50% 50%;
      background-size: 3.5rem 4rem; }
    .masthead--netokracija .masthead__title .n-15-godina:hover {
      color: #ffeb66;
      text-decoration: none;
      text-shadow: 0 0 0.25em #FFDD00; }
      .masthead--netokracija .masthead__title .n-15-godina:hover:before {
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg); }

.masthead--netokracija .n-15-photos {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 4rem;
  margin-bottom: -4rem; }
  @media (min-width: 36em) {
    .masthead--netokracija .n-15-photos {
      margin-bottom: -6rem; } }
  @media (min-width: 48em) {
    .masthead--netokracija .n-15-photos {
      margin-bottom: -9rem; } }
  @media (min-width: 62em) {
    .masthead--netokracija .n-15-photos {
      margin-bottom: -9rem; } }
  .masthead--netokracija .n-15-photos img {
    position: relative;
    width: 13vw;
    margin: 0 -1vw;
    border: .375vw solid #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.2); }
  .masthead--netokracija .n-15-photos img:nth-child(1),
  .masthead--netokracija .n-15-photos img:nth-child(5),
  .masthead--netokracija .n-15-photos img:nth-child(9) {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    top: .25rem; }
    @media (min-width: 48em) {
      .masthead--netokracija .n-15-photos img:nth-child(1),
      .masthead--netokracija .n-15-photos img:nth-child(5),
      .masthead--netokracija .n-15-photos img:nth-child(9) {
        top: .5rem; } }
  .masthead--netokracija .n-15-photos img:nth-child(2),
  .masthead--netokracija .n-15-photos img:nth-child(6) {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    bottom: .25rem; }
    @media (min-width: 48em) {
      .masthead--netokracija .n-15-photos img:nth-child(2),
      .masthead--netokracija .n-15-photos img:nth-child(6) {
        bottom: .5rem; } }
  .masthead--netokracija .n-15-photos img:nth-child(3),
  .masthead--netokracija .n-15-photos img:nth-child(7) {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    top: .25rem; }
    @media (min-width: 48em) {
      .masthead--netokracija .n-15-photos img:nth-child(3),
      .masthead--netokracija .n-15-photos img:nth-child(7) {
        top: .5rem; } }
  .masthead--netokracija .n-15-photos img:nth-child(4),
  .masthead--netokracija .n-15-photos img:nth-child(8) {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    bottom: .25rem; }
    @media (min-width: 48em) {
      .masthead--netokracija .n-15-photos img:nth-child(4),
      .masthead--netokracija .n-15-photos img:nth-child(8) {
        bottom: .5rem; } }

/*
 * Membership
 *
 * Everything for restricted
 */
.membership {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .membership:first-child {
    margin-top: 0; }
  .membership:last-child {
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .membership {
      display: -webkit-box;
      display: flex; } }

.membership__card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 1rem 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.2); }
  .membership__card:first-child {
    margin-top: 0; }
  @media (min-width: 48em) {
    .membership__card {
      padding: 2rem 2rem;
      margin-top: 0;
      margin-left: 2rem; }
      .membership__card:first-child {
        margin-left: 0; } }

.membership__card--highlight {
  background-color: #fff;
  box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.2); }

.membership__title {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.25em; }

.membership__content {
  padding: 1.5rem 0; }
  .membership__content p,
  .membership__content li {
    font-size: 0.8em;
    line-height: 1.5625em;
    text-align: center; }
  .membership__content p {
    color: #130303; }
  .membership__content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .membership__content li {
    position: relative;
    padding: 0.5rem 0;
    color: rgba(19, 3, 3, 0.6); }
    .membership__content li:before {
      position: absolute;
      top: 0;
      left: 30%;
      right: 30%;
      border-top: 0.0625rem solid rgba(19, 3, 3, 0.1);
      content: ""; }

.membership__action {
  margin-top: auto; }

/*
 * Protected
 *
 * Protected content
 */
.protected__preview {
  position: relative;
  opacity: .25; }
  .protected__preview p {
    color: rgba(19, 3, 3, 0.6); }
  .protected__preview:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(white));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), white);
    content: ""; }

.protected__content {
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 0.375rem;
  background-color: #F7F4F3; }
  @media (min-width: 48em) {
    .protected__content {
      padding: 2rem 1.5rem; } }

.protected__title {
  margin-bottom: 1rem;
  font-size: 1.25em;
  line-height: 1.25em; }

.protected__description {
  color: rgba(19, 3, 3, 0.75);
  font-size: 0.8em;
  line-height: 1.5625em; }
  .protected__description ul {
    display: inline-block;
    list-style: none;
    margin: 0.25rem 0;
    padding: 0; }
  .protected__description li {
    text-align: center; }
  .protected__description img {
    display: block;
    margin-bottom: 0; }

.protected__action {
  margin-top: 1.5rem; }

/*
 * FAQ
 */
.faq {
  list-style: none;
  margin: 0;
  padding: 0; }

.faq--separator {
  border-top: 0.0625rem solid rgba(19, 3, 3, 0.05);
  padding-top: 2rem;
  margin-top: 2rem; }

.faq__question {
  margin-bottom: 0.5rem;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 600; }

.faq__answer {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.5625em;
  color: rgba(19, 3, 3, 0.75); }

/* =Modal
===================================================== */
.modal {
  position: relative;
  z-index: 500;
  max-width: 72.5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  color: rgba(19, 3, 3, 0.75); }

.modal--naked {
  padding: 0;
  background-color: transparent; }

.modal--narrow {
  max-width: 32rem; }

/*
 * Modal close
 */
.mfp-container {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
button.mfp-close {
  position: absolute;
  z-index: 510;
  top: 0;
  right: 0;
  margin-top: -1.25rem;
  margin-right: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  min-height: auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: white !important;
  border-radius: 50%;
  background-color: #EC4E20;
  opacity: 1; }
  .mfp-iframe-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:focus, .mfp-iframe-holder .mfp-close:active,
  .mfp-image-holder .mfp-close:hover,
  .mfp-image-holder .mfp-close:focus,
  .mfp-image-holder .mfp-close:active,
  button.mfp-close:hover,
  button.mfp-close:focus,
  button.mfp-close:active {
    color: white !important;
    background-color: #d4461d; }

.mfp-image-holder img.mfp-img {
  padding: 0; }

.mfp-image-holder figcaption {
  margin-top: 0; }

.mfp-content {
  padding: 0;
  max-width: 72.5rem;
  max-height: 80%;
  height: auto !important; }

/*
 * Modal header
 */
.modal__header {
  border-radius: 0.1875rem 0.1875rem 0 0;
  padding: 1rem 1rem; }
  @media (min-width: 48em) {
    .modal__header {
      padding: 1rem 1.5rem; } }
  @media (min-width: 62em) {
    .modal__header {
      padding: 1rem 2rem; } }

/*
 * Modal title
 */
.modal__title {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.5625em;
  font-weight: 700;
  color: rgba(19, 3, 3, 0.75); }
  .is-theme-dark .modal__title {
    color: rgba(19, 3, 3, 0.75); }

/*
 * Modal content
 */
.modal__content {
  padding: 1rem; }
  @media (min-width: 48em) {
    .modal__content {
      padding: 1.5rem; } }
  @media (min-width: 62em) {
    .modal__content {
      padding: 2rem; } }

.modal__media video,
.modal__media iframe,
.modal__media img {
  max-width: initial;
  width: 100%;
  margin: 0; }

.modal__content *:last-child {
  margin-bottom: 0; }

/* =Magnific popup [Effects]
===================================================== */
/* Zoom effect */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .modal {
    opacity: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
  .mfp-zoom-in.mfp-ready .modal {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .modal {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/*
 * Share nav
 *
 * Navigation for sharing articles
 */
.share-nav {
  margin-bottom: 1rem; }
  .share-nav:last-child {
    margin-bottom: 0; }
  .share-nav .nav__items {
    display: -webkit-box;
    display: flex; }
  .share-nav .nav__item {
    float: left;
    margin-right: 0.5rem;
    margin-top: 0;
    font-size: 16px; }
  .share-nav .nav__link {
    display: block; }
  .share-nav .label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .share-nav .value {
    display: inline-block;
    margin-left: 0.25rem;
    color: #3B5998;
    font-weight: 700;
    vertical-align: middle; }
  .share-nav .icon-group {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    border-radius: 50%;
    color: white;
    background-color: #EC4E20; }
  .share-nav .nav__item--facebook .icon-group {
    background-color: #3B5998; }
  .share-nav .nav__item--twitter .icon-group {
    background-color: #1DA1F2; }
  .share-nav .nav__item--linkedin .icon-group {
    background-color: #007bb5; }
  .share-nav .nav__item--whatsapp .icon-group {
    background-color: #25D366; }
  .share-nav .nav__item--messenger .icon-group {
    background-color: #0084FF; }

@media (min-width: 62em) {
  .share-nav--expand {
    float: left;
    width: 23.07692%;
    margin-left: -25.64103%; }
    .share-nav--expand .nav__items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    .share-nav--expand .nav__item {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-top: 0.5rem; }
      .share-nav--expand .nav__item:first-child {
        margin-top: 0; }
    .share-nav--expand .nav__link {
      position: relative;
      min-height: 2.5rem;
      min-width: 2.5rem;
      padding-left: 3rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
              justify-content: center; }
    .share-nav--expand .label {
      position: relative;
      left: auto;
      width: auto;
      height: auto;
      overflow: visible; }
    .share-nav--expand .label,
    .share-nav--expand .value {
      display: block;
      margin: 0;
      font-size: 14px;
      line-height: 18px;
      color: rgba(19, 3, 3, 0.6); }
    .share-nav--expand .value {
      color: #130303; }
    .share-nav--expand .icon-group {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.share-nav--small .icon-group {
  width: 2rem;
  height: 2rem;
  padding: 0.375rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px; }

.share-nav--small .value {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

@media (min-width: 48em) {
  .share-nav--large .icon-group {
    width: 3rem;
    height: 3rem;
    padding: 0.625rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px; } }

.share-nav--center .nav__items {
  -webkit-box-pack: center;
          justify-content: center; }

/*
 * Nav: Social
 *
 * Social icons displayed in a row
 */
.nav-social .nav__items {
  display: inline-block; }

.nav-social .nav__item {
  margin-top: 0;
  margin-right: 0.5rem;
  font-size: 20px;
  line-height: 20px; }
  .nav-social .nav__item:last-child {
    margin-top: 0; }

.nav-social .nav__link {
  color: #EC4E20; }
  .nav-social .nav__link:hover, .nav-social .nav__link:focus, .nav-social .nav__link:active {
    color: #bd3e1a; }

.nav-social .label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.nav-social--large .nav__item {
  margin-right: 0.5rem;
  font-size: 28px;
  line-height: 28px; }

/* =Nav: Page
===================================================== */
.page-nav {
  text-align: center;
  margin-top: 1.5rem; }
  @media (min-width: 48em) {
    .page-nav {
      margin-top: 2rem; } }
  @media (min-width: 62em) {
    .page-nav {
      margin-top: 3rem; } }
  .page-nav:first-child {
    margin-top: 0; }
  .page-nav .nav__info {
    margin-bottom: .5rem;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(19, 3, 3, 0.6); }
  .page-nav .nav__items {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: center;
            justify-content: center; }
  .page-nav .nav__item {
    min-width: 3rem;
    margin: .25rem .25rem;
    text-align: center;
    font-size: 16px;
    line-height: 1.5; }
  .page-nav .nav__link {
    color: rgba(19, 3, 3, 0.75);
    padding: .5rem .5rem;
    border-radius: 0.1875rem;
    border: 1px solid rgba(19, 3, 3, 0.05); }
    .page-nav .nav__link:hover, .page-nav .nav__link:focus, .page-nav .nav__link:active {
      color: white;
      background-color: #EC4E20; }
  .page-nav .nav__item--active .nav__link {
    color: rgba(19, 3, 3, 0.6);
    background-color: #e7e6e6;
    border-color: transparent; }

/* =Nav: Anchor
===================================================== */
.anchor-nav .nav__items {
  text-align: center; }

.anchor-nav .nav__item {
  font-size: 1em; }

.anchor-nav .nav__link {
  padding: 0.25rem 0.5rem;
  color: rgba(19, 3, 3, 0.75);
  background-color: #e7e6e6;
  border-radius: 0.1875rem; }
  .anchor-nav .nav__link:hover, .anchor-nav .nav__link:focus, .anchor-nav .nav__link:active {
    color: white;
    background-color: #EC4E20; }

/* =Nav: Tabs
===================================================== */
.tabs-nav {
  position: relative;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 1.5rem;
  overflow: hidden; }
  @media (min-width: 48em) {
    .tabs-nav {
      margin-bottom: 2rem; } }
  @media (min-width: 62em) {
    .tabs-nav {
      margin-bottom: 3rem; } }
  .tabs-nav:before, .tabs-nav:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.75rem;
    content: ""; }
  .tabs-nav:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0)); }
    .block--dark .tabs-nav:before {
      background: -webkit-gradient(linear, left top, right top, color-stop(20%, #130303), to(rgba(19, 3, 3, 0)));
      background: linear-gradient(to right, #130303 20%, rgba(19, 3, 3, 0)); }
    .block--light .tabs-nav:before {
      background: -webkit-gradient(linear, left top, right top, color-stop(20%, #e7e6e6), to(rgba(231, 230, 230, 0)));
      background: linear-gradient(to right, #e7e6e6 20%, rgba(231, 230, 230, 0)); }
  .tabs-nav:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, white 20%, rgba(255, 255, 255, 0)); }
    .block--dark .tabs-nav:after {
      background: -webkit-gradient(linear, right top, left top, color-stop(20%, #130303), to(rgba(19, 3, 3, 0)));
      background: linear-gradient(to left, #130303 20%, rgba(19, 3, 3, 0)); }
    .block--light .tabs-nav:after {
      background: -webkit-gradient(linear, right top, left top, color-stop(20%, #e7e6e6), to(rgba(231, 230, 230, 0)));
      background: linear-gradient(to left, #e7e6e6 20%, rgba(231, 230, 230, 0)); }
  .tabs-nav .nav__items {
    display: -webkit-box;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left; }
  .tabs-nav .nav__item {
    display: -webkit-box;
    display: flex;
    margin-top: 0;
    font-size: 1em;
    white-space: nowrap; }
    .tabs-nav .nav__item:first-child:before, .tabs-nav .nav__item:last-child:after {
      display: block;
      width: 0.75rem;
      content: ""; }
  .tabs-nav .nav__link {
    padding: 0.5rem 1rem;
    color: rgba(19, 3, 3, 0.6);
    box-shadow: inset 0 -0.0625rem 0 0 rgba(19, 3, 3, 0.1); }
    .tabs-nav .nav__link:hover, .tabs-nav .nav__link:focus, .tabs-nav .nav__link:active {
      color: #130303; }
    .block--dark .tabs-nav .nav__link {
      color: rgba(255, 255, 255, 0.6);
      box-shadow: inset 0 -0.0625rem 0 0 rgba(255, 255, 255, 0.1); }
      .block--dark .tabs-nav .nav__link:hover, .block--dark .tabs-nav .nav__link:focus, .block--dark .tabs-nav .nav__link:active {
        color: white; }
  .tabs-nav .nav__item--active .nav__link {
    color: #EC4E20;
    border-color: transparent;
    box-shadow: inset 0 -0.1875rem 0 0 #EC4E20; }

/* =Nav: Tabs
===================================================== */
/*
 * Article nav
 */
.article-nav {
  box-shadow: inset 0 0 0 0.0625rem rgba(19, 3, 3, 0.1);
  border-radius: 0.1875rem;
  padding: 1rem 0; }
  .article-nav .nav__item {
    position: relative;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600; }
    .article-nav .nav__item:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 0.25rem;
      height: 100%;
      border-radius: 0 0.1875rem 0.1875rem 0;
      content: "";
      -webkit-transition: all .1s ease-in;
      transition: all .1s ease-in; }
  .article-nav .nav__link {
    display: block;
    padding: 0.5rem 1rem;
    width: 100%;
    color: #EC4E20; }
  .article-nav .is-active:before {
    background-color: rgba(19, 3, 3, 0.1); }
  .article-nav .is-active .nav__link {
    color: #130303; }

/*
 * Block group
 */
.block {
  position: relative; }

.block + .block {
  border-top: 1px solid rgba(19, 3, 3, 0.05); }

/*
 * Block Modifiers
 *
 * Color modifiers
 */
.block--dark {
  color: rgba(255, 255, 255, 0.75);
  background-color: #130303; }

.block--color {
  color: rgba(255, 255, 255, 0.75);
  background-color: #EC4E20; }

.block--light {
  background-color: #e7e6e6; }

.block--center {
  text-align: center; }

.block--large-padding > .l-container {
  padding-top: 3rem;
  padding-top: -3rem;
  padding-bottom: 3rem;
  padding-bottom: -3rem; }
  @media (min-width: 36em) {
    .block--large-padding > .l-container {
      padding-top: 4.5rem; } }
  @media (min-width: 48em) {
    .block--large-padding > .l-container {
      padding-top: 6rem; } }
  @media (min-width: 36em) {
    .block--large-padding > .l-container {
      padding-top: -4.5rem; } }
  @media (min-width: 48em) {
    .block--large-padding > .l-container {
      padding-top: -6rem; } }
  @media (min-width: 36em) {
    .block--large-padding > .l-container {
      padding-bottom: 4.5rem; } }
  @media (min-width: 48em) {
    .block--large-padding > .l-container {
      padding-bottom: 6rem; } }
  @media (min-width: 36em) {
    .block--large-padding > .l-container {
      padding-bottom: -4.5rem; } }
  @media (min-width: 48em) {
    .block--large-padding > .l-container {
      padding-bottom: -6rem; } }

.block--screen-height > .l-container {
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center; }

.block--color-treasury {
  background-color: #FFDD00; }

/*
 * Elements
 */
.block__title,
.block__summary,
.block__action {
  position: relative;
  z-index: 100; }

.block__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.95312em;
  line-height: 1.25em; }
  @media (min-width: 36em) {
    .block__title {
      margin-bottom: 1rem; } }
  @media (min-width: 48em) {
    .block__title {
      margin-bottom: 1.5rem; } }

.block__summary {
  margin-bottom: 1rem; }
  @media (min-width: 36em) {
    .block__summary {
      margin-bottom: 1.5rem; } }
  @media (min-width: 48em) {
    .block__summary {
      margin-bottom: 2rem; } }
  .block__summary p {
    font-size: 1.25em;
    line-height: 1.5625em; }

.block__action {
  margin-top: 1rem; }
  @media (min-width: 36em) {
    .block__action {
      margin-top: 1.5rem; } }
  @media (min-width: 48em) {
    .block__action {
      margin-top: 2rem; } }

.block__background {
  background-color: #e7e6e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
  .block__background img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    opacity: .1; }

/*
 * Header
 *
 * Everything related to the header block.
 */
.header-block {
  background-color: #130303; }
  .is-premium .header-block {
    background: #EC4E20; }

/*
 * Footer
 *
 * Everything related to the footer block.
 */
.footer-block {
  background-color: #F7F4F3; }
  .footer-block .l-container {
    *zoom: 1; }
    .footer-block .l-container:before, .footer-block .l-container:after {
      content: '';
      display: table; }
    .footer-block .l-container:after {
      clear: both; }

.footer-block + .footer-block {
  border-top: 0.0625rem solid rgba(19, 3, 3, 0.05); }

/*
 * Advert block
 *
 * Block styling for the advert
 */
.advert-block {
  background-color: #130303; }

.header-search {
  margin-bottom: 1rem;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  @media (min-width: 48em) {
    .header-search {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 300;
      margin-bottom: 0;
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding-left: 2rem;
      padding-right: 2rem; }
      .header-search .field {
        max-width: 72.5rem;
        margin-left: auto;
        margin-right: auto; }
      .header-search:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 300%;
        margin-left: -100%;
        border-top: 1px solid rgba(247, 244, 243, 0.15);
        background-color: #130303;
        content: ""; }
        .is-premium .header-search:before {
          background-color: #EC4E20; }
      .header-search.is-opened {
        display: block; }
      .header-search.is-closed {
        display: none; } }

/*
 * Nav: Header
 *
 * Complex header navigation that includes:
 * - Links
 * - Dropdowns
 * - Social links
 */
.header-nav {
  position: relative;
  z-index: 300;
  width: 100%;
  /*
   * Default
   */
  /*
   * Mobile navigation
   */
  /*
   * Desktop navigation
   */ }
  .header-nav .nav__items {
    width: 100%; }
  .header-nav .nav__item {
    position: relative;
    display: block; }
  .header-nav .nav__link {
    padding: 0.25rem 1rem;
    color: rgba(255, 255, 255, 0.75); }
    .header-nav .nav__link:hover, .header-nav .nav__link:focus, .header-nav .nav__link:active {
      color: white; }
  .header-nav .nav__item--social .nav__children {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .header-nav .nav__item--social .nav__item {
    display: inline-block; }
  .header-nav .nav__item--social .nav__link {
    padding: 0.25rem 1rem; }
  .header-nav .nav__item--social .label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  @media (max-width: 47.9375em) {
    .header-nav {
      width: 100%; }
      .header-nav .nav__item {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px; }
      .header-nav .nav__link {
        padding: 0.5rem 1rem;
        border-radius: 0.1875rem; }
        .header-nav .nav__link:hover, .header-nav .nav__link:focus, .header-nav .nav__link:active {
          color: #EC4E20;
          background-color: rgba(255, 255, 255, 0.1); }
        .is-premium .header-nav .nav__link {
          color: #130303; }
          .is-premium .header-nav .nav__link:hover, .is-premium .header-nav .nav__link:focus, .is-premium .header-nav .nav__link:active {
            color: white;
            background-color: rgba(0, 0, 0, 0.2); }
      .header-nav .icon-angle-down {
        display: none; }
      .header-nav .nav__children .nav__item {
        font-size: 18px;
        line-height: 26px; }
      .header-nav .nav__children .nav__link {
        padding-left: 2rem;
        color: rgba(255, 255, 255, 0.6); }
        .header-nav .nav__children .nav__link:hover, .header-nav .nav__children .nav__link:focus, .header-nav .nav__children .nav__link:active {
          color: #EC4E20; }
        .is-premium .header-nav .nav__children .nav__link {
          color: rgba(19, 3, 3, 0.75); }
          .is-premium .header-nav .nav__children .nav__link:hover, .is-premium .header-nav .nav__children .nav__link:focus, .is-premium .header-nav .nav__children .nav__link:active {
            color: white;
            background-color: rgba(0, 0, 0, 0.2); }
      .header-nav .nav__item--social > .nav__link {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden; }
      .header-nav .nav__item--social > .nav__children {
        padding: 0.25rem;
        padding: 0.25rem 2rem; }
      .header-nav .nav__item--social .nav__link {
        display: block;
        padding: 0.25rem 0;
        background-color: transparent; }
      .header-nav .nav__item--social .nav__item {
        border-top: none;
        font-size: 24px;
        line-height: 24px; } }
  @media (min-width: 48em) {
    .header-nav .nav__item {
      float: left;
      margin: 0;
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      border-right: 1px solid rgba(247, 244, 243, 0.15); }
      .header-nav .nav__item:first-child {
        border-left: 1px solid rgba(247, 244, 243, 0.15); }
    .header-nav .nav__link {
      color: white;
      padding: 1.4375rem 1rem; }
      .is-premium .header-nav .nav__link {
        color: rgba(19, 3, 3, 0.75); }
        .is-premium .header-nav .nav__link:hover, .is-premium .header-nav .nav__link:focus, .is-premium .header-nav .nav__link:active {
          color: white;
          background-color: rgba(0, 0, 0, 0.2); }
    .header-nav .nav__item--parent > .nav__link > .icon {
      width: 1.25rem;
      height: 1.25rem;
      vertical-align: middle;
      -webkit-transition: all .15s ease;
      transition: all .15s ease; }
    .header-nav .nav__item--parent:hover > .nav__link {
      background-color: #EC4E20; }
    .header-nav .nav__item--parent:hover > .nav__link > .icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .header-nav .nav__item--parent:hover > .nav__children {
      display: block; }
    .header-nav .nav__item--separator {
      border-top: 1px solid rgba(247, 244, 243, 0.15);
      margin-top: 0.5rem;
      padding-top: 0.5rem; }
    .header-nav .nav__children {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 15rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      white-space: nowrap;
      background-color: #EC4E20;
      border-bottom-right-radius: 0.1875rem;
      border-bottom-left-radius: 0.1875rem;
      -webkit-transition: all .15s ease;
      transition: all .15s ease; }
    .header-nav .nav__children .nav__item {
      float: none;
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      border-left: none;
      border-right: none; }
    .header-nav .nav__children .nav__link {
      padding: 0.5rem 1.5rem;
      color: rgba(255, 255, 255, 0.75); }
      .header-nav .nav__children .nav__link:hover, .header-nav .nav__children .nav__link:focus, .header-nav .nav__children .nav__link:active {
        color: white;
        background-color: rgba(0, 0, 0, 0.1); }
      .is-premium .header-nav .nav__children .nav__link {
        color: rgba(19, 3, 3, 0.6); }
        .is-premium .header-nav .nav__children .nav__link:hover, .is-premium .header-nav .nav__children .nav__link:focus, .is-premium .header-nav .nav__children .nav__link:active {
          color: white;
          background-color: rgba(0, 0, 0, 0.2); }
    .header-nav .nav__item--social > .nav__link {
      display: none; }
    .header-nav .nav__item--social .nav__children {
      position: relative;
      opacity: 1;
      pointer-events: auto;
      min-width: none;
      -webkit-transform: none;
              transform: none;
      padding: 0 1.5rem;
      background-color: transparent;
      border-radius: 0; }
    .header-nav .nav__item--social .nav__item {
      margin-right: 0.5rem;
      font-size: 24px;
      line-height: 24px; }
      .header-nav .nav__item--social .nav__item:last-child {
        margin-right: 0; }
    .header-nav .nav__item--social .nav__link {
      padding: 0.5rem 0; }
      .header-nav .nav__item--social .nav__link:hover, .header-nav .nav__item--social .nav__link:focus, .header-nav .nav__item--social .nav__link:active {
        background-color: transparent; }
      .is-premium .header-nav .nav__item--social .nav__link:hover, .is-premium .header-nav .nav__item--social .nav__link:focus, .is-premium .header-nav .nav__item--social .nav__link:active {
        background-color: transparent; }
    .header-nav .nav__item--social.nav__item--parent .nav__children {
      display: -webkit-box;
      display: flex; } }

.header-profile {
  padding: 1rem 0;
  margin-left: auto; }

@media (max-width: 47.9375em) {
  .header-group {
    position: absolute;
    z-index: 300;
    top: 4.5rem;
    left: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #130303;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
    .header-group.is-closed {
      max-height: 0;
      overflow: hidden; }
    .header-group.is-opened {
      max-height: 75rem;
      padding-bottom: 1.5rem; }
    .is-premium .header-group {
      background: #EC4E20; } }

@media (min-width: 36em) {
  .header-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media (min-width: 48em) {
  .header-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 100%; }
    .header-group .header-nav {
      flex-order: 2; }
    .header-group .header-search {
      flex-order: 1; } }

.button--toggle {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  border-radius: 0; }
  .button--toggle .icon {
    font-size: 24px;
    line-height: 28px;
    vertical-align: middle; }
  .button--toggle .label {
    vertical-align: middle; }
  .button--toggle:hover, .button--toggle:focus, .button--toggle:active {
    background-color: transparent;
    color: white; }
  .is-premium .button--toggle {
    color: rgba(19, 3, 3, 0.75); }

.button--toggle-menu {
  margin-right: auto; }
  @media (min-width: 48em) {
    .button--toggle-menu {
      display: none; } }

.button--toggle-search {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: rgba(247, 244, 243, 0.15); }
  .button--toggle-search:hover, .button--toggle-search:focus, .button--toggle-search:active {
    background-color: rgba(247, 244, 243, 0.15); }
  .button--toggle-search:hover {
    color: white; }
  .button--toggle-search .label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  @media (max-width: 47.9375em) {
    .button--toggle-search {
      display: none; } }
  .is-premium .button--toggle-search {
    background-color: rgba(19, 3, 3, 0.05); }
    .is-premium .button--toggle-search:hover, .is-premium .button--toggle-search:focus, .is-premium .button--toggle-search:active {
      background-color: rgba(19, 3, 3, 0.05); }

.header-branding {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .is-premium .header-branding {
    padding-right: 1rem; }
    .is-premium .header-branding:after {
      position: absolute;
      top: 50%;
      right: -1.25rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0 .25rem;
      width: 1.25rem;
      font-size: .625rem;
      text-align: center;
      line-height: 1rem;
      font-weight: 600;
      color: white;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 0.1875rem;
      content: "PRO"; }
  @media (max-width: 47.9375em) {
    .header-branding {
      position: absolute;
      left: 50%;
      height: 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (min-width: 48em) {
    .header-branding {
      position: relative;
      -webkit-box-flex: 0;
              flex: 0 0 2.5rem;
      margin-right: 1rem; } }
  @media (min-width: 62em) {
    .header-branding {
      -webkit-box-flex: 0;
              flex: 0 0 11.25rem; } }

.header-branding__logo {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background: url(../images/logo-symbol.svg) no-repeat 50% 50%;
  background-size: 2rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .is-premium .header-branding__logo {
    background-image: url(../images/logo-symbol-dark.svg); }
  @media (min-width: 62em) {
    .header-branding__logo {
      width: 11.25rem;
      background: url(../images/logo.svg) no-repeat 0 50%;
      background-size: 11.25rem 1.75rem; }
      .is-premium .header-branding__logo {
        background-image: url(../images/logo-dark.svg); } }

/*
 * Footer sitemap
 *
 * Content in columns
 */
.footer-sitemap {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  @media (min-width: 36em) {
    .footer-sitemap {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap; } }

.footer-sitemap__column {
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media (min-width: 36em) {
    .footer-sitemap__column {
      width: 50%; } }
  @media (min-width: 48em) {
    .footer-sitemap__column {
      width: 50%; } }
  @media (min-width: 62em) {
    .footer-sitemap__column {
      width: 25%;
      margin-bottom: 0; } }

/*
 * Footer partners
 */
.footer-partners {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid rgba(19, 3, 3, 0.05); }

.footer-partners__title {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.5625em;
  color: rgba(19, 3, 3, 0.75);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 48em) {
    .footer-partners__title {
      font-size: 18px; } }
  @media (min-width: 62em) {
    .footer-partners__title {
      text-align: left; } }

.footer-partners__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center; }
  @media (min-width: 48em) {
    .footer-partners__items {
      display: grid;
      grid-template-columns: repeat(7, 1fr); } }

.footer-partners__logo {
  width: 6rem; }
  @media (min-width: 48em) {
    .footer-partners__logo {
      width: auto; } }
  .footer-partners__logo a {
    display: block; }
  .footer-partners__logo img {
    display: block;
    max-width: 100%;
    margin: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .5; }
  .footer-partners__logo a:hover img,
  .footer-partners__logo a:focus img,
  .footer-partners__logo a:active img {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

/*
 * Footer callout
 */
.footer-callout {
  margin-bottom: 2rem; }

.footer-callout__message {
  font-size: 16px;
  line-height: 1.5625em;
  color: rgba(19, 3, 3, 0.75); }
  .footer-callout__message a {
    color: inherit;
    text-decoration: underline; }

/*
 * Footer nav
 *
 * Navigation in the footer
 */
.footer-nav {
  text-align: center; }
  .footer-nav .nav__title {
    margin-bottom: 0.25rem;
    font-size: 16px;
    line-height: 1.5625em;
    color: rgba(19, 3, 3, 0.75);
    font-weight: 700;
    text-transform: uppercase; }
  .footer-nav .nav__item {
    display: block;
    margin-top: 0.25rem;
    font-size: 16px;
    line-height: 1.5625em;
    text-align: center; }
    .footer-nav .nav__item:first-child {
      margin-top: 0; }
  .footer-nav .nav__link {
    color: rgba(19, 3, 3, 0.6); }
    .footer-nav .nav__link:hover, .footer-nav .nav__link:focus, .footer-nav .nav__link:active {
      color: #130303; }
  .footer-nav .nav__item--disabled .nav__link {
    pointer-events: none;
    opacity: .25; }
  @media (min-width: 48em) {
    .footer-nav .nav__title,
    .footer-nav .nav__item {
      font-size: 18px; } }
  @media (min-width: 62em) {
    .footer-nav {
      text-align: left; }
      .footer-nav .nav__item {
        text-align: left; } }

/*
 * Footer info
 *
 * Return to top and general copy information
 */
.footer-copy,
.footer-top {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5625em;
  text-align: center;
  color: rgba(19, 3, 3, 0.6); }
  .footer-copy a,
  .footer-top a {
    color: rgba(19, 3, 3, 0.6); }
    .footer-copy a:hover, .footer-copy a:focus, .footer-copy a:active,
    .footer-top a:hover,
    .footer-top a:focus,
    .footer-top a:active {
      color: #130303; }
  @media (min-width: 48em) {
    .footer-copy,
    .footer-top {
      font-size: 18px; } }

@media (min-width: 48em) {
  .footer-copy {
    float: left;
    margin-bottom: 0;
    margin-right: auto; } }

@media (min-width: 48em) {
  .footer-top {
    float: right;
    margin-left: auto; } }

/*
 * Banner
 *
 * Banners on the site :'(
 */
.banner {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1.5rem; }

.banner--active {
  display: block; }

.banner--hide,
.banner--inactive {
  display: none; }

.banner--970x250 {
  display: block;
  width: 100%;
  margin-bottom: 0; }
  .banner--970x250 .banner__content {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto; }
  .banner--970x250 .banner__content div[style] {
    max-width: 970px;
    padding-bottom: 25.8% !important;
    height: 0;
    position: relative; }
    .banner--970x250 .banner__content div[style] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.banner__content {
  position: relative; }
  .banner__content img {
    display: block;
    margin-bottom: 0; }

.banner__hide {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0; }
  .banner__hide:hover, .banner__hide:focus, .banner__hide:active {
    color: white;
    background-color: rgba(255, 255, 255, 0.2); }
  .banner__hide .icon {
    font-size: 24px; }
  .banner__hide .label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  @media (min-width: 80em) {
    .banner__hide {
      left: 100%;
      right: auto; } }

/*
 * Project block
 */
.project-block {
  position: relative;
  text-align: center; }
  .project-block .l-container {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-top: 3rem;
    padding-top: -3rem;
    padding-bottom: 3rem;
    padding-bottom: -3rem; }
    @media (min-width: 36em) {
      .project-block .l-container {
        padding-top: 4.5rem; } }
    @media (min-width: 48em) {
      .project-block .l-container {
        padding-top: 6rem; } }
    @media (min-width: 36em) {
      .project-block .l-container {
        padding-top: -4.5rem; } }
    @media (min-width: 48em) {
      .project-block .l-container {
        padding-top: -6rem; } }
    @media (min-width: 36em) {
      .project-block .l-container {
        padding-bottom: 4.5rem; } }
    @media (min-width: 48em) {
      .project-block .l-container {
        padding-bottom: 6rem; } }
    @media (min-width: 36em) {
      .project-block .l-container {
        padding-bottom: -4.5rem; } }
    @media (min-width: 48em) {
      .project-block .l-container {
        padding-bottom: -6rem; } }

.project-block + .project-block {
  border-top: 0.0625rem solid var(--color-border); }

.project-block--dark + .project-block--dark {
  border-color: var(--color-border-invert); }

.project-block__title,
.project-block__summary,
.project-block__action,
.project-block__content {
  position: relative;
  z-index: 100; }

.project-block__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.95312em;
  line-height: 1.25em; }
  @media (min-width: 36em) {
    .project-block__title {
      margin-bottom: 1rem; } }
  @media (min-width: 48em) {
    .project-block__title {
      margin-bottom: 1.5rem; } }

.project-block__summary {
  margin-bottom: 1rem; }
  @media (min-width: 36em) {
    .project-block__summary {
      margin-bottom: 1.5rem; } }
  @media (min-width: 48em) {
    .project-block__summary {
      margin-bottom: 2rem; } }
  .project-block__summary p {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.5625em; }
    .project-block__summary p:first-child {
      margin-top: 0; }
  .project-block__summary a {
    color: var(--color-link, #EC4E20);
    text-decoration: underline; }
    .project-block__summary a:hover, .project-block__summary a:focus, .project-block__summary a:active {
      text-decoration: none; }

.project-block__background {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: .1; }
  .project-block__background video,
  .project-block__background img {
    min-width: 100%;
    min-height: 100%; }
  .project-block__background img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;'; }

.project-block__action {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }

.project-block__button {
  padding: .5em 1em;
  margin: .5em;
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-decoration: none !important;
  border-radius: 0.1875rem;
  color: var(--color-primary-text);
  background-color: var(--color-primary); }
  .project-block--color .project-block__button {
    box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.2), inset 0 -10em 0 0 rgba(0, 0, 0, 0.3); }
  @media (min-width: 48em) {
    .project-block__button {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 62em) {
    .project-block__button {
      font-size: 20px;
      line-height: 30px; } }
  .project-block__button:hover, .project-block__button:focus, .project-block__button:active {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    color: var(--color-primary-text);
    box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.2), inset 0 -10em 0 0 rgba(0, 0, 0, 0.6); }

.project-block__content {
  width: 100%; }

/*
 * Modifiers
 */
.project-block--dark {
  background-color: var(--color-dark);
  color: var(--color-light-text); }

.project-block--light {
  background-color: var(--color-light);
  color: var(--color-dark-text); }

.project-block--color {
  background-color: var(--color-primary);
  color: var(--color-primary-text); }
  .project-block--color a {
    color: var(--color-primary-text);
    text-decoration: underline; }

.project-block--masthead {
  overflow: hidden; }
  .project-block--masthead .l-container {
    min-height: 100vh; }

.project-block--footer {
  background-color: var(--color-dark);
  color: var(--color-light-text); }
  .project-block--footer .l-container {
    padding-top: 1.5rem;
    padding-top: -1.5rem;
    padding-bottom: 1.5rem;
    padding-bottom: -1.5rem; }
    @media (min-width: 36em) {
      .project-block--footer .l-container {
        padding-top: 2.25rem; } }
    @media (min-width: 48em) {
      .project-block--footer .l-container {
        padding-top: 3rem; } }
    @media (min-width: 36em) {
      .project-block--footer .l-container {
        padding-top: -2.25rem; } }
    @media (min-width: 48em) {
      .project-block--footer .l-container {
        padding-top: -3rem; } }
    @media (min-width: 36em) {
      .project-block--footer .l-container {
        padding-bottom: 2.25rem; } }
    @media (min-width: 48em) {
      .project-block--footer .l-container {
        padding-bottom: 3rem; } }
    @media (min-width: 36em) {
      .project-block--footer .l-container {
        padding-bottom: -2.25rem; } }
    @media (min-width: 48em) {
      .project-block--footer .l-container {
        padding-bottom: -3rem; } }

/*
 * Project masthead
 */
.project-masthead {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center; }
  .project-masthead a {
    color: var(--color-link, #EC4E20);
    text-decoration: underline; }
    .project-masthead a:hover, .project-masthead a:focus, .project-masthead a:active {
      text-decoration: none; }

/*
 * Masthead
 */
.project-masthead__logo {
  margin: 1rem 0; }
  .project-masthead__logo img {
    display: block;
    margin-bottom: 0;
    max-height: 16rem;
    max-width: 70vw; }
    @media (min-width: 48em) {
      .project-masthead__logo img {
        max-height: 20rem;
        max-width: 600px; } }

.project-masthead__subtitle {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 36em) {
    .project-masthead__subtitle {
      font-size: 18px;
      line-height: 26px; } }

.project-masthead__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "gira-sans", sans-serif; }
  @media (min-width: 62em) {
    .project-masthead__title {
      font-size: 40px;
      line-height: 48px; } }

.project-masthead__meta {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 26px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700; }
  @media (min-width: 36em) {
    .project-masthead__meta {
      font-size: 20px;
      line-height: 28px; } }
  @media (min-width: 48em) {
    .project-masthead__meta {
      font-size: 22px;
      line-height: 30px; } }
  @media (min-width: 62em) {
    .project-masthead__meta {
      font-size: 26px;
      line-height: 40px; } }

.project-masthead__summary {
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400; }
  @media (min-width: 48em) {
    .project-masthead__summary {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 62em) {
    .project-masthead__summary {
      font-size: 22px;
      line-height: 36px; } }

/*
 * Owner
 */
.project-masthead__owner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.project-masthead__owner-logo {
  display: block;
  margin: 0 0.5rem;
  height: 1.5rem;
  width: auto; }
  @media (min-width: 36em) {
    .project-masthead__owner-logo {
      max-height: 3rem; } }

/*
 * Project footer
 */
.project-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center; }

.project-footer__copy {
  margin-bottom: 0;
  font-size: 1rem;
  opacity: .6; }
  .project-footer__copy a {
    color: var(--color-light-text);
    text-decoration: underline; }
    .project-footer__copy a:hover, .project-footer__copy a:focus, .project-footer__copy a:active {
      text-decoration: none; }

/*
 * Project text
 */
.project-text a {
  color: var(--color-link, #EC4E20);
  text-decoration: underline; }
  .project-text a:hover, .project-text a:focus, .project-text a:active {
    text-decoration: none; }
  .project-block--solid .project-text a {
    color: var(--color-light-text); }

.project-text ul, .project-text ol {
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }

.project-text img {
  display: block;
  margin: 0 auto;
  border-radius: 0.375rem; }

/*
 * Speaker grid
 */
.l-speaker-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center; }

/*
 * Speaker
 */
.speaker {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  width: 16rem;
  padding: 1rem; }

.speaker__media {
  position: relative;
  max-width: 10rem;
  margin-bottom: 1rem; }
  @media (min-width: 36em) {
    .speaker__media {
      max-width: 12rem; } }
  @media (min-width: 48em) {
    .speaker__media {
      max-width: 14rem; } }

.speaker__avatar {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  border: .25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.2); }

.speaker__logo {
  position: absolute;
  top: 0;
  right: 0;
  top: -0.25rem;
  right: -0.5rem;
  margin-bottom: 0;
  width: 4rem;
  border-radius: 0.1875rem;
  box-shadow: 0 0.125rem 0.0625rem 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 48em) {
    .speaker__logo {
      width: 5rem; } }

.speaker__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "gira-sans", sans-serif; }
  @media (min-width: 48em) {
    .speaker__title {
      font-size: 20px;
      line-height: 26px; } }

.speaker__tagline {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  opacity: .7; }

.speaker__description {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  opacity: .5; }

.speaker__details {
  margin-top: 0.5rem; }
  .speaker__details p,
  .speaker__details ul,
  .speaker__details ol,
  .speaker__details dl {
    margin-top: 0.25rem;
    margin-bottom: 0; }
  .speaker__details p,
  .speaker__details li {
    font-size: 14px;
    line-height: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    opacity: .5; }

/*
 * Modifier
 */
.speaker--alt {
  --speaker-avatar-width: 10rem;
  max-width: 60rem;
  width: 100%; }
  @media (min-width: 36em) {
    .speaker--alt {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: start;
              align-items: flex-start;
      padding-left: calc(var(--speaker-avatar-width) + 2rem);
      min-height: var(--speaker-avatar-width);
      text-align: left; }
      .speaker--alt .speaker__title,
      .speaker--alt .speaker__tagline {
        text-align: left; }
      .speaker--alt .speaker__media {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: var(--speaker-avatar-width);
        max-width: var(--speaker-avatar-width);
        margin-bottom: 0; } }
  @media (min-width: 48em) {
    .speaker--alt {
      --speaker-avatar-width: 14rem; }
      .speaker--alt .speaker__title {
        margin-bottom: 0.25rem;
        font-size: 22px;
        line-height: 28px; }
      .speaker--alt .speaker__tagline {
        margin-top: 0.25rem;
        font-size: 18px;
        line-height: 24px; }
      .speaker--alt .speaker__description {
        margin-top: 0.5rem;
        font-size: 16px;
        line-height: 26px; } }
  @media (min-width: 62em) {
    .speaker--alt {
      --speaker-avatar-width: 16rem; } }

/*
 * Speaker full
 */
.speaker--full {
  --speaker-avatar-width: 10rem;
  max-width: 72.5rem;
  width: 100%;
  padding: 0; }
  .speaker--full .speaker__logo {
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    margin-bottom: 0;
    width: 6rem;
    border-radius: 0.1875rem;
    box-shadow: 0 0.125rem 0.0625rem 0 rgba(0, 0, 0, 0.1); }
  .speaker--full .speaker__title {
    font-size: 24px;
    line-height: 28px;
    color: #130303; }
  .speaker--full .speaker__title,
  .speaker--full .speaker__tagline,
  .speaker--full .speaker__description,
  .speaker--full .speaker__details,
  .speaker--full .speaker__details p,
  .speaker--full .speaker__details li {
    text-align: left;
    opacity: 1; }
  @media (min-width: 36em) {
    .speaker--full {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: start;
              align-items: flex-start;
      padding-left: calc(var(--speaker-avatar-width) + 2rem);
      min-height: var(--speaker-avatar-width);
      text-align: left; }
      .speaker--full .speaker__media {
        position: absolute;
        top: 0;
        left: 0;
        width: var(--speaker-avatar-width);
        max-width: var(--speaker-avatar-width);
        margin-bottom: 0; }
      .speaker--full .speaker__logo {
        width: 8rem; }
      .speaker--full .speaker__details ul,
      .speaker--full .speaker__details p {
        margin-top: 0.5rem;
        margin-bottom: 0; } }
  @media (min-width: 48em) {
    .speaker--full {
      --speaker-avatar-width: 14rem; }
      .speaker--full .speaker__title {
        margin-bottom: 0.25rem;
        font-size: 28px;
        line-height: 36px; }
      .speaker--full .speaker__tagline {
        margin-top: 0.25rem;
        font-size: 21px;
        line-height: 28px; }
      .speaker--full .speaker__description {
        margin-top: 0.5rem;
        font-size: 18px;
        line-height: 28px; }
      .speaker--full .speaker__details p,
      .speaker--full .speaker__details li {
        font-size: 16px;
        line-height: 24px; } }
  @media (min-width: 62em) {
    .speaker--full {
      --speaker-avatar-width: 18rem; } }

/*
 * Partner grid
 */
.l-partners-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center; }

.l-partners-grid--large .partner {
  width: 100%; }
  @media (min-width: 48em) {
    .l-partners-grid--large .partner {
      width: 50%; } }

.l-partners-grid--medium .partner {
  width: 50%; }
  @media (min-width: 62em) {
    .l-partners-grid--medium .partner {
      width: 33.333333333333333%; } }

.l-partners-grid--small .partner {
  width: 50%; }
  @media (min-width: 62em) {
    .l-partners-grid--small .partner {
      width: 25%; } }

/*
 * Partner group
 */
.partner-group + .partner-group {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.0625rem solid var(--color-border, rgba(19, 3, 3, 0.05)); }

.partner-group__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "gira-sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .5; }

/*
 * Partner
 */
.partner {
  padding: 0.5rem; }

.partner__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem; }
  .partner__logo img {
    display: block;
    margin-bottom: 0; }
  .partner__logo a {
    display: block; }
    .partner__logo a:hover, .partner__logo a:focus, .partner__logo a:active {
      opacity: .6; }

.partner__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "gira-sans", sans-serif; }
  @media (min-width: 48em) {
    .partner__title {
      font-size: 20px;
      line-height: 26px; } }
  .partner__title a {
    color: var(--color-link, #EC4E20); }

.partner__description {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  opacity: .7; }
  @media (min-width: 48em) {
    .partner__description {
      font-size: 16px;
      line-height: 22px; } }

/*
 * Gallery grid
 */
.l-gallery {
  display: grid;
  grid-gap: 0.5rem; }
  @media (min-width: 36em) {
    .l-gallery {
      grid-gap: 1rem; } }
  @media (min-width: 48em) {
    .l-gallery {
      grid-gap: 1.5rem; } }

@media (min-width: 36em) {
  .l-gallery--two {
    grid-template-columns: 1fr 1fr; } }

.l-gallery--three {
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 48em) {
    .l-gallery--three {
      grid-template-columns: 1fr 1fr 1fr; } }

.l-gallery--four {
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 48em) {
    .l-gallery--four {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

/*
 * Gallery
 */
.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem; }
  .gallery:last-child {
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .gallery {
      margin-bottom: 1.5rem; } }

.gallery__item {
  margin: 0; }

.gallery__image {
  margin: 0; }
  .gallery__image img {
    margin: 0;
    border-radius: 0.1875rem; }

.gallery__title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center; }
  @media (min-width: 48em) {
    .gallery__title {
      margin-top: 1rem;
      font-size: 18px;
      line-height: 26px; } }

/*
 * Social proof
 */
.social-proof {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 1rem;
  border: 0.0625rem solid var(--color-border, rgba(19, 3, 3, 0.05));
  margin-bottom: 2rem;
  border-radius: 0.1875rem; }
  .social-proof:last-child {
    margin-bottom: 0; }
  .project-block--dark .social-proof {
    border-color: var(--color-border-invert, rgba(247, 244, 243, 0.15)); }
  @media (min-width: 36em) {
    .social-proof {
      padding: 2rem;
      border-radius: 0.375rem; } }

.social-proof__content {
  margin-bottom: 0.5rem; }
  .social-proof__content p {
    font-size: 16px;
    line-height: 24px; }
  @media (min-width: 48em) {
    .social-proof__content p {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 62em) {
    .social-proof__content p {
      font-size: 22px;
      line-height: 34px; } }

.social-proof__person {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  text-align: left;
  min-height: 2rem;
  padding-left: 3rem; }
  @media (min-width: 36em) {
    .social-proof__person {
      min-height: 3rem;
      padding-left: 4rem; } }

.social-proof__avatar {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.5rem;
  margin-bottom: 0;
  width: 2rem; }
  .social-proof__avatar img {
    display: block;
    margin: 0;
    border-radius: 50%; }
  @media (min-width: 36em) {
    .social-proof__avatar {
      width: 3rem;
      margin-right: 1.5rem; } }

.social-proof__author {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "gira-sans", sans-serif; }
  @media (min-width: 48em) {
    .social-proof__author {
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 62em) {
    .social-proof__author {
      font-size: 20px;
      line-height: 26px; } }

.social-proof__meta {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  opacity: .5; }
  @media (min-width: 48em) {
    .social-proof__meta {
      font-size: 16px;
      line-height: 22px; } }

/*
 * Helpers
 *
 * Small helpers across the page
 */
/*
 * Nav tag
 *
 * Adds a small label like tag to the item
 */
.nav__tag {
  position: relative;
  top: -0.125rem;
  display: inline-block;
  padding: 0.125rem 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  font-size: 10px;
  line-height: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background-color: #448ccb;
  border-radius: 0.1875rem;
  color: rgba(255, 255, 255, 0.75);
  background-color: #2b1c1c; }

/*
 * Section headings
 *
 * Small consistent headings for sections
 */
.section-heading {
  font-size: 1.25em;
  line-height: 1.5625em;
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.5625em;
  font-weight: 700; }
  .section-heading img {
    display: inline-block;
    height: 1.5rem;
    vertical-align: top;
    margin: 0; }

/*
 * Separator heading
 *
 * Bigger headings that separate sections
 */
.separator-heading {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.25em;
  line-height: 1.5625em;
  letter-spacing: 0;
  text-align: center; }
  .separator-heading:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 0.0625rem solid rgba(19, 3, 3, 0.05);
    content: ""; }
  @media (min-width: 48em) {
    .separator-heading {
      margin-top: 3rem;
      margin-bottom: 3rem; } }

.separator-heading__background {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff; }

/*
 * Pagination
 */
.pagination {
  margin-top: 3rem;
  text-align: center;
  clear: both; }
  .pagination .info {
    font-size: 0.8em;
    line-height: 1.5625em;
    color: rgba(19, 3, 3, 0.6); }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .pagination li {
    display: inline-block;
    font-size: 16px;
    line-height: 24px; }
  .pagination a {
    display: block;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid rgba(19, 3, 3, 0.05);
    color: rgba(19, 3, 3, 0.75);
    border-radius: 0.1875rem; }
    .pagination a:hover, .pagination a:focus, .pagination a:active {
      color: white;
      background-color: #EC4E20; }
  .pagination .is-active a {
    color: rgba(19, 3, 3, 0.6);
    background-color: #e7e6e6;
    border-color: transparent; }
  .pagination .next {
    display: none; }

/* =Utilities
===================================================== */
/*
 * Text styles
 *
 * Global text styles
 */
.u-text-center {
  text-align: center !important; }

.u-text-left {
  text-align: left !important; }

.u-text-right {
  text-align: right !important; }

/*
 * Screen reader text
 *
 * Hides it visually, but keeps it for screen readers
 */
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/*
 * Hide
 *
 * Hide elements on specific resolutions
 */
@media (max-width: 47.9375em) {
  .u-hide-only-mobile {
    display: none !important; } }

@media (max-width: 61.9375em) {
  .u-hide-only-mobile-and-tablet {
    display: none !important; } }

@media (min-width: 48em) {
  .u-hide-only-desktop {
    display: none !important; } }

/*
 * Test colors
 *
 * Background colors for testing
 */
.u-test {
  background: rgba(128, 0, 128, 0.2); }

.u-flex {
  display: -webkit-box;
  display: flex; }

/* =Experimental
===================================================== */
/*
 * Branded
 *
 * Branded section with text, icons and images.
 */
.branded {
  text-align: center;
  position: relative;
  z-index: 1; }
  .branded a {
    color: #E5007D !important; }
    .branded a:hover, .branded a:focus, .branded a:active {
      color: #ce0071 !important; }

.branded__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.95312em;
  line-height: 1.25em; }

.branded__description {
  margin-bottom: 0.5rem;
  font-size: 1.25em;
  line-height: 1.5625em; }

.promo {
  margin-top: 1.5rem; }

/*
 * Calendar
 *
 * Calendar archive styles
 */
.calendar {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(19, 3, 3, 0.05); }

.calendar__header {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  min-height: 3rem;
  font-size: 18px;
  line-height: 24px; }

.calendar__title {
  margin-bottom: 0;
  margin-right: 1.5rem;
  font-size: 1em;
  line-height: 1.5625em;
  text-align: center; }
  @media (min-width: 48em) {
    .calendar__title {
      font-size: 1.25em;
      line-height: 1.5625em; } }

.calendar__prev,
.calendar__next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  background-color: rgba(19, 3, 3, 0.05);
  border-radius: 0.1875rem;
  color: rgba(19, 3, 3, 0.75);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700; }
  .calendar__prev .icon,
  .calendar__next .icon {
    font-size: 2rem; }
  .calendar__prev .label,
  .calendar__next .label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  @media (min-width: 36em) {
    .calendar__prev .label,
    .calendar__next .label {
      position: relative;
      left: auto;
      width: auto;
      height: auto;
      overflow: visible; } }

.calendar__prev {
  left: 0; }
  @media (min-width: 36em) {
    .calendar__prev {
      padding-right: 1.25rem; } }

.calendar__next {
  right: 0; }
  @media (min-width: 36em) {
    .calendar__next {
      padding-left: 1.25rem; } }

/*
 * Picker
 *
 * Change things
 */
.picker {
  position: relative; }

.picker__dropdown {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0.5rem);
          transform: translate(-50%, 0.5rem);
  padding: 1rem;
  border-radius: 0.1875rem;
  box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  min-width: 12rem; }
  .is-opened .picker__dropdown {
    display: block; }
  .is-closed .picker__dropdown {
    display: none; }

.picker__action .icon {
  font-size: 1.5rem; }

.picker__action.is-active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/*
 * Membership
 *
 * Different styles
 */
.list-check {
  list-style: none;
  padding: 0; }
  .list-check li {
    position: relative;
    padding-left: 2.5rem;
    margin-top: 0.5rem; }

.list-check__icon {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #ccede0;
  border-radius: 50%; }
  .list-check__icon .icon {
    font-size: 1.25rem;
    line-height: 1;
    color: #00a664; }

/*
 * Pricing table
 */
.pricing-table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  border-radius: 0.1875rem;
  background-color: rgba(19, 3, 3, 0.05); }
  .pricing-table table {
    border: none;
    background-color: #fff; }
  .pricing-table th {
    background-color: rgba(19, 3, 3, 0.05); }
  .pricing-table th, .pricing-table td {
    padding: .75rem .5rem;
    text-align: center; }
  .pricing-table tbody tr:first-child th,
  .pricing-table tbody tr:first-child td,
  .pricing-table tr:first-child th,
  .pricing-table tr:first-child td {
    border-top: none; }
  .pricing-table .price {
    font-weight: bold; }
  .pricing-table .name {
    width: 25%;
    font-weight: bold;
    font-size: 1.125rem; }
  .pricing-table .separator {
    border-top: 0.5rem solid rgba(19, 3, 3, 0.05); }
  .pricing-table .invert {
    background-color: #EC4E20;
    color: white; }
  .pricing-table .check-circle {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #00a664;
    border-radius: 50%;
    margin-right: .5rem;
    vertical-align: middle; }
    .pricing-table .check-circle .icon {
      font-size: 1.25rem;
      line-height: 1;
      color: white; }

/*
 * Header custom
 *
 * Component description
 */
.header-branding--custom {
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
  .header-branding--custom .header-branding__logo {
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    width: auto;
    height: auto;
    font-size: 1.5rem;
    line-break: 1.5;
    font-weight: 500;
    color: #130303;
    background: none; }
    @media (min-width: 62em) {
      .header-branding--custom .header-branding__logo {
        font-size: 1.25rem; } }

.header-back {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.header-back__logo {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background: url(../images/logo-symbol-dark.svg) no-repeat 50% 50%;
  background-size: 2rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media (min-width: 62em) {
    .header-back__logo {
      width: 11.25rem;
      background: url(../images/logo-dark.svg) no-repeat 0 50%;
      background-size: 11.25rem 1.75rem; } }

.is-custom-brand .header-block {
  background: #27C650; }

.block--color-brand {
  color: rgba(19, 3, 3, 0.75);
  background: #27C650; }

/*
 * Callout
 *
 * Simple callout on the top
 */
.callout {
  padding: 0.5rem 1rem;
  background: #F89500;
  text-align: center; }
  @media (min-width: 48em) {
    .callout {
      padding: 1rem; } }

.callout__message {
  margin-bottom: 0;
  font-size: 0.8em;
  line-height: 1.5625em;
  color: white; }
  .callout__message a {
    color: white;
    text-decoration: underline; }
    .callout__message a:hover, .callout__message a:focus, .callout__message a:active {
      text-decoration: none; }
  @media (min-width: 48em) {
    .callout__message {
      font-size: 1em;
      line-height: 1.5625em; } }

/*
 * Cookie consent
 *
 * Custom code styling
 */
.cookieconsent-optout-marketing {
  position: relative;
  padding: 2rem 1rem;
  padding-top: 50%;
  text-align: center;
  background: #e7e6e6; }
  .cookieconsent-optout-marketing:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 2rem solid transparent;
    border-right: 0;
    border-left: 4rem solid #d0cdcd;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: ""; }

/*
 * KSS Template
 *
 * Styling of the default Knyle Style Sheets template
 */
/* Define basic variables and colors */
.kss-doc-title {
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700; }

/* KSS sidebar */
.kss-sidebar {
  padding: 1rem 1rem;
  background-color: #ececec; }
  @media (min-width: 36em) {
    .kss-sidebar {
      padding: 1.5rem 1.5rem; } }
  @media (min-width: 48em) {
    .kss-sidebar {
      padding: 2rem 2rem; } }
  @media (min-width: 48em) {
    .kss-sidebar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 18.75rem;
      min-height: 100vh;
      height: 400px;
      overflow-y: scroll; } }

/* KSS main */
@media (min-width: 48em) {
  .kss-main {
    margin-left: 18.75rem; } }

/* KSS section */
.kss-section {
  padding: 1rem 1rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* Title */
  /* Modifier */
  /* Markup */ }
  @media (min-width: 36em) {
    .kss-section {
      padding: 1.5rem 1.5rem; } }
  @media (min-width: 48em) {
    .kss-section {
      padding: 2rem 2rem; } }
  .kss-section:last-child {
    border-bottom: 0; }
  .kss-section > .kss-text,
  .kss-section > .kss-style,
  .kss-section > .kss-modifier__wrapper,
  .kss-section > .kss-markup {
    max-width: 62.5rem;
    margin: 0 auto; }
    .kss-section > .kss-text code,
    .kss-section > .kss-text pre,
    .kss-section > .kss-style code,
    .kss-section > .kss-style pre,
    .kss-section > .kss-modifier__wrapper code,
    .kss-section > .kss-modifier__wrapper pre,
    .kss-section > .kss-markup code,
    .kss-section > .kss-markup pre {
      border: none;
      padding: 0;
      margin: 0; }
  .kss-section .kss-title {
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 700;
    color: #444;
    text-transform: none; }
    @media (min-width: 36em) {
      .kss-section .kss-title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5; } }
  .kss-section .kss-title__permalink {
    color: #444; }
  .kss-section .kss-title__ref {
    font-weight: 400;
    color: #444; }
  .kss-section .kss-title__permalink-hash {
    display: none; }
  .kss-section .kss-modifier__heading {
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: rgba(0, 0, 0, 0.9);
    border-left: 4px solid #fce053;
    border-radius: 3px;
    padding: 0.5rem 1.5rem;
    background-color: #fef9dd; }
  .kss-section .kss-modifier__example {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    *zoom: 1; }
    .kss-section .kss-modifier__example:before, .kss-section .kss-modifier__example:after {
      content: '';
      display: table; }
    .kss-section .kss-modifier__example:after {
      clear: both; }
  .kss-section .kss-modifier__default-name,
  .kss-section .kss-modifier__name {
    display: inline-block;
    margin-right: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: rgba(0, 0, 0, 0.9); }
  .kss-section .kss-modifier__description {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: rgba(0, 0, 0, 0.7); }
  .kss-section .kss-markup {
    padding: 1.5rem;
    border-radius: 3px;
    border-left: 4px solid #fce053;
    background-color: #fffdf6;
    clear: both; }
  .kss-section pre[class*="language-"] {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    background-color: transparent;
    tab-size: 2;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    -webkit-tab-size: 2; }

/* KSS description */
.kss-description {
  margin-bottom: 1.5rem; }

/* KSS style */
.kss-style p {
  margin-top: 0;
  margin-bottom: 1.5rem; }
  .kss-style p:last-child {
    margin-bottom: 0; }

.kss-style p,
.kss-style li {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #444; }
  @media (min-width: 36em) {
    .kss-style p,
    .kss-style li {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6; } }

/* KSS menu */
.kss-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .kss-nav__menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .kss-nav__menu li {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .kss-nav__menu a {
    display: block;
    padding: 0.25rem 0.625rem;
    color: #444; }
  .kss-nav__menu .kss-nav__ref {
    display: inline-block;
    margin-right: 0.625rem;
    color: rgba(0, 0, 0, 0.5); }

.kss-nav__menu-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/*
 * Style guide preview
 *
 * Action for switching from project to style guide
 * This is visible **on the project itself**
 */
.action-styleguide {
  display: block;
  padding: 1.25rem 1.25rem;
  border: none;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  background-color: #151515; }
  .action-styleguide:hover, .action-styleguide:focus, .action-styleguide:active {
    border: none;
    background: #000;
    color: white;
    text-decoration: none; }

.action-styleguide__title {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: yellow; }

.action-styleguide__description {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: inherit; }
