@charset "UTF-8";
/**
 * =============================================================================
 * Fonts
 * =============================================================================
 */
/**
 * Base font size (em base).
 * As the name says, this value serves as base font size for every
 * relative sizing needs.
 * -----------------------------------------------------------------------------
 */
/**
 * =============================================================================
 * Responsive
 * =============================================================================
 */
/**
 * =============================================================================
 * Colors
 * =============================================================================
 */
/**
 * =============================================================================
 * Dimensions
 * =============================================================================
 */
/**
 * Spacing
 * -----------------------------------------------------------------------------
 */
/**
 * Borders
 * -----------------------------------------------------------------------------
 */
/**
 * =============================================================================
 * Helpers
 * =============================================================================
 */
/**
 * =============================================================================
 * Image replacement
 * =============================================================================
 */
/**
 * =============================================================================
 * Truncate (3 dot cut text)
 * =============================================================================
 */
/**
 * =============================================================================
 * Hover and focus
 * =============================================================================
 */
/**
 * =============================================================================
 * Border radius
 * =============================================================================
 */
/**
 * =============================================================================
 * Box shadow
 * =============================================================================
 */
/**
 * =============================================================================
 * Rotate
 * =============================================================================
 */
/**
 * =============================================================================
 * Animation
 * =============================================================================
 */
/**
 * =============================================================================
 * Opacity
 * =============================================================================
 */
/**
 * Always convert pixel values to em values with 16px as em base.
 * Useful when you've defined different em base for the whole project
 * but want your media queries in ems (since they *always* take 16px as base).
 */
/**
 * Return value in pixels.
 * Useful when you have numbers as variables and don’t want to bother with
 * concatenation of strings.
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * =============================================================================
 * Reset
 * =============================================================================
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*behavior: url(/javascript/boxsizing.htc);*/ }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, p, pre {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*html                        { font-size: 1em; line-height: 1; }*/
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

label[for] {
  cursor: pointer; }

textarea {
  resize: vertical; }

iframe {
  border: 0; }

::-webkit-input-placeholder {
  color: #252525;
  opacity: 1; }

:-moz-placeholder {
  color: #252525;
  opacity: 1; }

::-moz-placeholder {
  color: #252525;
  opacity: 1; }

:-ms-input-placeholder {
  color: #252525;
  opacity: 1; }

@font-face {
    font-family: 'HK Grotesk';
    font-display: block;
    src: url('../fonts/hkgrotesk-bold-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    font-display: block;
    src: url('../fonts/hkgrotesk-light-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'HK Grotesk';
    font-display: block;
    src: url('../fonts/hkgrotesk-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'HK Grotesk';
    font-display: block;
    src: url('../fonts/hkgrotesk-medium-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    font-display: block;
    src: url('../fonts/hkgrotesk-regular-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    font-display: block;
    src: url('../fonts/hkgrotesk-semibold-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/*html                        { font: 100%/1.5 'museo-sans', 'Open Sans', Arial, Tahoma, Helvetica, sans-serif; font-weight: 400; }*/
html, body {
  height: 100%; }

body {
  word-wrap: break-word; }

abbr {
  font-variant: small-caps; }

dl dd {
  margin-left: 0; }

ul ul, ol ol {
  list-style-type: none; }

body {
  font-family: 'Playfair Display', serif;
  background-color: #fff;
  color: #535b6c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.u-inner {
  max-width: 1520px;
  padding: 0 30px;
  margin: 0 auto; }

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 0; }

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 991px) {
    .header__inner {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.header__logo {
  position: relative;
  z-index: 10; }

.header__nav-trigger {
  position: relative;
  padding: 11px 10px 11px 0; }
  .header__nav-trigger span {
    height: 2px;
    width: 26px;
    background-color: #ebebeb;
    display: block;
    letter-spacing: -9999px; }
    .header__nav-trigger span:before, .header__nav-trigger span:after {
      content: '';
      height: 2px;
      width: 36px;
      background-color: #ebebeb;
      left: 0;
      top: 0;
      position: absolute; }
    .header__nav-trigger span:after {
      top: auto;
      bottom: 0; }
  @media only screen and (min-width: 992px) {
    .header__nav-trigger {
      display: none; } }

.header__nav {
  display: none;
  border-left: 2px solid #e7ebf2;
  margin-left: 52px;
  padding-left: 40px; }
  @media only screen and (max-width: 991px) {
    .header__nav {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff;
      border: 0;
      margin: 0;
      padding: 100px 30px 30px; } }
  @media only screen and (min-width: 991px) {
    .header__nav {
      display: block; } }

body.mobile-nav-visible {
  overflow: hidden; }
  body.mobile-nav-visible .header__nav {
    display: block; }
  body.mobile-nav-visible .header__nav-trigger span {
    background-color: transparent; }
    body.mobile-nav-visible .header__nav-trigger span:before, body.mobile-nav-visible .header__nav-trigger span:after {
      top: 50%;
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg); }
    body.mobile-nav-visible .header__nav-trigger span:after {
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg); }

body.mobile-nav-visible .main {
    display: none;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  color: inherit; }
  .logo span {
    color: #aab3c2; }

.nav {
  font-family: "HK Grotesk",Arial,sans-serif; }

@media only screen and (min-width: 768px) {
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.nav__item {
  margin-left: 50px;
  font-size: 16px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .nav__item {
      margin: 20px 0 0 0; } }
  .nav__item:first-child {
    margin-left: 0;
    margin-top: 0; }
  .nav__item.is-active {
    position: relative; }
    .nav__item.is-active:before {
      position: absolute;
      content: '';
      background-color: #a7efcf;
      height: 22px;
      width: 22px;
      z-index: -1;
      border-radius: 50%;
      top: -2px;
      left: -11px; }
    .nav__item.is-active > a {
      color: #535b6c; }

.nav__link {
  color: #aab3c2;
  text-decoration: none;
  -webkit-transition: .2s color;
  transition: .2s color; }
  .nav__link:hover {
    color: #535b6c; }

.hero {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px;
  background: url(../img/bg-path-mobile.png) no-repeat top center; }
  @media only screen and (min-width: 768px) {
    .hero {
      background: url(../img/bg-path.png) no-repeat top center/cover;
      padding-bottom: 0; } }

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hero__title {
  font-size: 40px;
  line-height: 1.125;
  font-weight: 400;
  /*max-width: 800px;*/
  margin-top: 5px;
  max-width: 400px; }
  /*ch*/
  /*@media only screen and (min-width: 768px) {
    .hero__title {
      font-size: 46px; } }*/
  /*ch*/
  @media only screen and (min-width: 1024px) {
    .hero__title {
      font-size: 46px; } }
  @media only screen and (min-width: 1200px) {
    /*ch*/
    .hero__title {
      font-size: 58px;
      max-width: 800px; } }
  .hero__title strong {
    color: #fe6b6f;
    font-weight: 700; }

.hero__data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media only screen and (min-width: 768px) {
    .hero__data {
      padding-right: 20px; } }
  @media only screen and (min-width: 1200px) {
    .hero__data {
      padding-right: 50px; } }

.hero__text {
  font-family: "HK Grotesk",Arial,sans-serif;
  color: #535b6c;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .hero__text {
      font-size: 16px; } }

.hero__image {
  display: none; }
  .hero__image img {
    max-width: 521px;
    display: block;
    height: auto;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .hero__image {
      display: block; } }

.hero__mobile-image {
  margin: 0 -30px; }
  .hero__mobile-image img {
    max-width: 375px;
    display: block;
    height: auto;
    width: 100%;
    margin-left: auto; }
  @media only screen and (min-width: 480px) {
    .hero__mobile-image img {
      margin-left: 0;
      max-width: 521px; } }
  @media only screen and (min-width: 768px) {
    .hero__mobile-image {
      display: none; } }

@media only screen and (min-width: 768px) {
  .hero__steps {
    margin-top: 60px; } }
@media only screen and (min-width: 1200px) {
  .hero__steps {
    margin-top: 100px; } }

.hero__footer {
  color: #535b6c;
  font-family: "HK Grotesk",Arial,sans-serif;
  padding-bottom: 20px; }

.steps {
  font-family: "HK Grotesk",Arial,sans-serif;
  list-style: none;
  counter-reset: steps-counter; }

.steps__item {
  color: #535b6c;
  counter-increment: steps-counter;
  padding: 30px 30px 30px 55px;
  position: relative;
  border-top: 1px solid #e6e6e6;
  margin-left: -30px;
  margin-right: -30px; }
  .steps__item:first-child {
    border-top: 0; }
  .steps__item strong {
    font-weight: 400;
    display: block;
    font-size: 17px;
    color: #535b6c; }
  .steps__item:before {
    color: #535b6c;
    position: absolute;
    content: counter(steps-counter);
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1;
    left: 30px;
    top: 25px; }
  @media only screen and (min-width: 768px) {
    .steps__item {
      border-top: 0;
      margin: 36px 0 0 0;
      padding: 0 0 0 35px; }
      .steps__item:first-child {
        margin-top: 0; }
      .steps__item:before {
        font-size: 40px;
        left: 0;
        top: -5px; }
      .steps__item strong {
        font-size: 19px; } }
  @media only screen and (min-width: 1200px) {
    .steps__item strong {
      font-size: 22px; } }

.steps-desc {
  font-family: "HK Grotesk",Arial,sans-serif;
  font-weight: 700;
  font-size: 22px;
  position: relative; }
  .steps-desc:before {
    position: absolute;
    content: '';
    background-color: #a7efcf;
    height: 22px;
    width: 22px;
    z-index: -1;
    border-radius: 50%;
    top: 0;
    left: -11px; }
  @media only screen and (min-width: 768px) {
    .steps-desc {
      display: none; } }

.fancybox-container {
  font-family: inherit !important; }
  .fancybox-container h2, .fancybox-container h3 {
    font-weight: 400; }

.fancybox-container p {
  font-family: "HK Grotesk", Arial, sans-serif !important; }

.fancybox-slide > * {
  padding: 40px !important;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px; }

.fancybox-bg {
  background-color: #fff !important;
  opacity: 0.95 !important; }

.modal {
  display: none;
  max-width: 760px; }

.modal__text > * {
  margin-top: 30px; }
  .modal__text > *:first-child {
    margin-top: 0; }

.fancybox-close-small {
  top: 10px !important;
  right: 10px !important; }

/*# sourceMappingURL=global.css.map */