/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-touch-action: manipulation;
      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: transparent; }
  .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 8px rgba(0, 0, 0, 0.6);
    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 8px rgba(0, 0, 0, 0.6);
    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; } }
@font-face {
  font-family: "themify";
  src: url("fonts/themify.eot");
  src: url("fonts/themify.eot?#iefix") format("embedded-opentype"), url("fonts/themify.woff") format("woff"), url("fonts/themify.ttf") format("truetype"), url("fonts/themify.svg#themify") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Graphik-Light";
  src: url("fonts/Graphik-Light.eot");
  src: url("fonts/Graphik-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik-Light.woff") format("woff"), url("fonts/Graphik-Light.ttf") format("truetype"), url("fonts/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Graphik-Medium";
  src: url("fonts/Graphik-Medium.eot");
  src: url("fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik-Medium.woff") format("woff"), url("fonts/Graphik-Medium.ttf") format("truetype"), url("fonts/Graphik-Medium.svg#Graphik-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Graphik-Regular";
  src: url("fonts/Graphik-Regular.eot");
  src: url("fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik-Regular.woff") format("woff"), url("fonts/Graphik-Regular.ttf") format("truetype"), url("fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Graphik-Semibold";
  src: url("fonts/Graphik-Semibold.eot");
  src: url("fonts/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik-Semibold.woff") format("woff"), url("fonts/Graphik-Semibold.ttf") format("truetype"), url("fonts/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "TiemposHeadline-Regular";
  src: url("fonts/TiemposHeadline-Regular.eot");
  src: url("fonts/TiemposHeadline-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TiemposHeadline-Regular.woff") format("woff"), url("fonts/TiemposHeadline-Regular.ttf") format("truetype"), url("fonts/TiemposHeadline-Regular.svg#TiemposHeadline-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "TiemposHeadline-Semibold";
  src: url("fonts/TiemposHeadline-Semibold.eot");
  src: url("fonts/TiemposHeadline-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/TiemposHeadline-Semibold.woff") format("woff"), url("fonts/TiemposHeadline-Semibold.ttf") format("truetype"), url("fonts/TiemposHeadline-Semibold.svg#TiemposHeadline-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "TiemposText-Regular";
  src: url("fonts/TiemposText-Regular.eot");
  src: url("fonts/TiemposText-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TiemposText-Regular.woff") format("woff"), url("fonts/TiemposText-Regular.ttf") format("truetype"), url("fonts/TiemposText-Regular.svg#TiemposText-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "TiemposText-RegularItalic";
  src: url("fonts/TiemposText-RegularItalic.eot");
  src: url("fonts/TiemposText-RegularItalic.eot?#iefix") format("embedded-opentype"), url("fonts/TiemposText-RegularItalic.woff") format("woff"), url("fonts/TiemposText-RegularItalic.ttf") format("truetype"), url("fonts/TiemposText-RegularItalic.svg#TiemposText-RegularItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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; }

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ===========================
   Base
   =========================== */
body {
  font-family: "TiemposHeadline-Regular", serif;
  font-size: 16px;
  line-height: 1.2; }

a {
  text-decoration: none; }

*, *:after, *::before {
  box-sizing: border-box; }

/* html{
	overflow-x: hidden;
} */
a {
  text-decoration: none;
  /* &:hover {
  	color: $color-link-hover;
  } */ }

.hide {
  display: none !important; }

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ti-wand:before {
  content: "\e600"; }

.ti-volume:before {
  content: "\e601"; }

.ti-user:before {
  content: "\e602"; }

.ti-unlock:before {
  content: "\e603"; }

.ti-unlink:before {
  content: "\e604"; }

.ti-trash:before {
  content: "\e605"; }

.ti-thought:before {
  content: "\e606"; }

.ti-target:before {
  content: "\e607"; }

.ti-tag:before {
  content: "\e608"; }

.ti-tablet:before {
  content: "\e609"; }

.ti-star:before {
  content: "\e60a"; }

.ti-spray:before {
  content: "\e60b"; }

.ti-signal:before {
  content: "\e60c"; }

.ti-shopping-cart:before {
  content: "\e60d"; }

.ti-shopping-cart-full:before {
  content: "\e60e"; }

.ti-settings:before {
  content: "\e60f"; }

.ti-search:before {
  content: "\e610"; }

.ti-zoom-in:before {
  content: "\e611"; }

.ti-zoom-out:before {
  content: "\e612"; }

.ti-cut:before {
  content: "\e613"; }

.ti-ruler:before {
  content: "\e614"; }

.ti-ruler-pencil:before {
  content: "\e615"; }

.ti-ruler-alt:before {
  content: "\e616"; }

.ti-bookmark:before {
  content: "\e617"; }

.ti-bookmark-alt:before {
  content: "\e618"; }

.ti-reload:before {
  content: "\e619"; }

.ti-plus:before {
  content: "\e61a"; }

.ti-pin:before {
  content: "\e61b"; }

.ti-pencil:before {
  content: "\e61c"; }

.ti-pencil-alt:before {
  content: "\e61d"; }

.ti-paint-roller:before {
  content: "\e61e"; }

.ti-paint-bucket:before {
  content: "\e61f"; }

.ti-na:before {
  content: "\e620"; }

.ti-mobile:before {
  content: "\e621"; }

.ti-minus:before {
  content: "\e622"; }

.ti-medall:before {
  content: "\e623"; }

.ti-medall-alt:before {
  content: "\e624"; }

.ti-marker:before {
  content: "\e625"; }

.ti-marker-alt:before {
  content: "\e626"; }

.ti-arrow-up:before {
  content: "\e627"; }

.ti-arrow-right:before {
  content: "\e628"; }

.ti-arrow-left:before {
  content: "\e629"; }

.ti-arrow-down:before {
  content: "\e62a"; }

.ti-lock:before {
  content: "\e62b"; }

.ti-location-arrow:before {
  content: "\e62c"; }

.ti-link:before {
  content: "\e62d"; }

.ti-layout:before {
  content: "\e62e"; }

.ti-layers:before {
  content: "\e62f"; }

.ti-layers-alt:before {
  content: "\e630"; }

.ti-key:before {
  content: "\e631"; }

.ti-import:before {
  content: "\e632"; }

.ti-image:before {
  content: "\e633"; }

.ti-heart:before {
  content: "\e634"; }

.ti-heart-broken:before {
  content: "\e635"; }

.ti-hand-stop:before {
  content: "\e636"; }

.ti-hand-open:before {
  content: "\e637"; }

.ti-hand-drag:before {
  content: "\e638"; }

.ti-folder:before {
  content: "\e639"; }

.ti-flag:before {
  content: "\e63a"; }

.ti-flag-alt:before {
  content: "\e63b"; }

.ti-flag-alt-2:before {
  content: "\e63c"; }

.ti-eye:before {
  content: "\e63d"; }

.ti-export:before {
  content: "\e63e"; }

.ti-exchange-vertical:before {
  content: "\e63f"; }

.ti-desktop:before {
  content: "\e640"; }

.ti-cup:before {
  content: "\e641"; }

.ti-crown:before {
  content: "\e642"; }

.ti-comments:before {
  content: "\e643"; }

.ti-comment:before {
  content: "\e644"; }

.ti-comment-alt:before {
  content: "\e645"; }

.ti-close:before {
  content: "\e646"; }

.ti-clip:before {
  content: "\e647"; }

.ti-angle-up:before {
  content: "\e648"; }

.ti-angle-right:before {
  content: "\e649"; }

.ti-angle-left:before {
  content: "\e64a"; }

.ti-angle-down:before {
  content: "\e64b"; }

.ti-check:before {
  content: "\e64c"; }

.ti-check-box:before {
  content: "\e64d"; }

.ti-camera:before {
  content: "\e64e"; }

.ti-announcement:before {
  content: "\e64f"; }

.ti-brush:before {
  content: "\e650"; }

.ti-briefcase:before {
  content: "\e651"; }

.ti-bolt:before {
  content: "\e652"; }

.ti-bolt-alt:before {
  content: "\e653"; }

.ti-blackboard:before {
  content: "\e654"; }

.ti-bag:before {
  content: "\e655"; }

.ti-move:before {
  content: "\e656"; }

.ti-arrows-vertical:before {
  content: "\e657"; }

.ti-arrows-horizontal:before {
  content: "\e658"; }

.ti-fullscreen:before {
  content: "\e659"; }

.ti-arrow-top-right:before {
  content: "\e65a"; }

.ti-arrow-top-left:before {
  content: "\e65b"; }

.ti-arrow-circle-up:before {
  content: "\e65c"; }

.ti-arrow-circle-right:before {
  content: "\e65d"; }

.ti-arrow-circle-left:before {
  content: "\e65e"; }

.ti-arrow-circle-down:before {
  content: "\e65f"; }

.ti-angle-double-up:before {
  content: "\e660"; }

.ti-angle-double-right:before {
  content: "\e661"; }

.ti-angle-double-left:before {
  content: "\e662"; }

.ti-angle-double-down:before {
  content: "\e663"; }

.ti-zip:before {
  content: "\e664"; }

.ti-world:before {
  content: "\e665"; }

.ti-wheelchair:before {
  content: "\e666"; }

.ti-view-list:before {
  content: "\e667"; }

.ti-view-list-alt:before {
  content: "\e668"; }

.ti-view-grid:before {
  content: "\e669"; }

.ti-uppercase:before {
  content: "\e66a"; }

.ti-upload:before {
  content: "\e66b"; }

.ti-underline:before {
  content: "\e66c"; }

.ti-truck:before {
  content: "\e66d"; }

.ti-timer:before {
  content: "\e66e"; }

.ti-ticket:before {
  content: "\e66f"; }

.ti-thumb-up:before {
  content: "\e670"; }

.ti-thumb-down:before {
  content: "\e671"; }

.ti-text:before {
  content: "\e672"; }

.ti-stats-up:before {
  content: "\e673"; }

.ti-stats-down:before {
  content: "\e674"; }

.ti-split-v:before {
  content: "\e675"; }

.ti-split-h:before {
  content: "\e676"; }

.ti-smallcap:before {
  content: "\e677"; }

.ti-shine:before {
  content: "\e678"; }

.ti-shift-right:before {
  content: "\e679"; }

.ti-shift-left:before {
  content: "\e67a"; }

.ti-shield:before {
  content: "\e67b"; }

.ti-notepad:before {
  content: "\e67c"; }

.ti-server:before {
  content: "\e67d"; }

.ti-quote-right:before {
  content: "\e67e"; }

.ti-quote-left:before {
  content: "\e67f"; }

.ti-pulse:before {
  content: "\e680"; }

.ti-printer:before {
  content: "\e681"; }

.ti-power-off:before {
  content: "\e682"; }

.ti-plug:before {
  content: "\e683"; }

.ti-pie-chart:before {
  content: "\e684"; }

.ti-paragraph:before {
  content: "\e685"; }

.ti-panel:before {
  content: "\e686"; }

.ti-package:before {
  content: "\e687"; }

.ti-music:before {
  content: "\e688"; }

.ti-music-alt:before {
  content: "\e689"; }

.ti-mouse:before {
  content: "\e68a"; }

.ti-mouse-alt:before {
  content: "\e68b"; }

.ti-money:before {
  content: "\e68c"; }

.ti-microphone:before {
  content: "\e68d"; }

.ti-menu:before {
  content: "\e68e"; }

.ti-menu-alt:before {
  content: "\e68f"; }

.ti-map:before {
  content: "\e690"; }

.ti-map-alt:before {
  content: "\e691"; }

.ti-loop:before {
  content: "\e692"; }

.ti-location-pin:before {
  content: "\e693"; }

.ti-list:before {
  content: "\e694"; }

.ti-light-bulb:before {
  content: "\e695"; }

.ti-Italic:before {
  content: "\e696"; }

.ti-info:before {
  content: "\e697"; }

.ti-infinite:before {
  content: "\e698"; }

.ti-id-badge:before {
  content: "\e699"; }

.ti-hummer:before {
  content: "\e69a"; }

.ti-home:before {
  content: "\e69b"; }

.ti-help:before {
  content: "\e69c"; }

.ti-headphone:before {
  content: "\e69d"; }

.ti-harddrives:before {
  content: "\e69e"; }

.ti-harddrive:before {
  content: "\e69f"; }

.ti-gift:before {
  content: "\e6a0"; }

.ti-game:before {
  content: "\e6a1"; }

.ti-filter:before {
  content: "\e6a2"; }

.ti-files:before {
  content: "\e6a3"; }

.ti-file:before {
  content: "\e6a4"; }

.ti-eraser:before {
  content: "\e6a5"; }

.ti-envelope:before {
  content: "\e6a6"; }

.ti-download:before {
  content: "\e6a7"; }

.ti-direction:before {
  content: "\e6a8"; }

.ti-direction-alt:before {
  content: "\e6a9"; }

.ti-dashboard:before {
  content: "\e6aa"; }

.ti-control-stop:before {
  content: "\e6ab"; }

.ti-control-shuffle:before {
  content: "\e6ac"; }

.ti-control-play:before {
  content: "\e6ad"; }

.ti-control-pause:before {
  content: "\e6ae"; }

.ti-control-forward:before {
  content: "\e6af"; }

.ti-control-backward:before {
  content: "\e6b0"; }

.ti-cloud:before {
  content: "\e6b1"; }

.ti-cloud-up:before {
  content: "\e6b2"; }

.ti-cloud-down:before {
  content: "\e6b3"; }

.ti-clipboard:before {
  content: "\e6b4"; }

.ti-car:before {
  content: "\e6b5"; }

.ti-calendar:before {
  content: "\e6b6"; }

.ti-book:before {
  content: "\e6b7"; }

.ti-bell:before {
  content: "\e6b8"; }

.ti-basketball:before {
  content: "\e6b9"; }

.ti-bar-chart:before {
  content: "\e6ba"; }

.ti-bar-chart-alt:before {
  content: "\e6bb"; }

.ti-back-right:before {
  content: "\e6bc"; }

.ti-back-left:before {
  content: "\e6bd"; }

.ti-arrows-corner:before {
  content: "\e6be"; }

.ti-archive:before {
  content: "\e6bf"; }

.ti-anchor:before {
  content: "\e6c0"; }

.ti-align-right:before {
  content: "\e6c1"; }

.ti-align-left:before {
  content: "\e6c2"; }

.ti-align-justify:before {
  content: "\e6c3"; }

.ti-align-center:before {
  content: "\e6c4"; }

.ti-alert:before {
  content: "\e6c5"; }

.ti-alarm-clock:before {
  content: "\e6c6"; }

.ti-agenda:before {
  content: "\e6c7"; }

.ti-write:before {
  content: "\e6c8"; }

.ti-window:before {
  content: "\e6c9"; }

.ti-widgetized:before {
  content: "\e6ca"; }

.ti-widget:before {
  content: "\e6cb"; }

.ti-widget-alt:before {
  content: "\e6cc"; }

.ti-wallet:before {
  content: "\e6cd"; }

.ti-video-clapper:before {
  content: "\e6ce"; }

.ti-video-camera:before {
  content: "\e6cf"; }

.ti-vector:before {
  content: "\e6d0"; }

.ti-themify-logo:before {
  content: "\e6d1"; }

.ti-themify-favicon:before {
  content: "\e6d2"; }

.ti-themify-favicon-alt:before {
  content: "\e6d3"; }

.ti-support:before {
  content: "\e6d4"; }

.ti-stamp:before {
  content: "\e6d5"; }

.ti-split-v-alt:before {
  content: "\e6d6"; }

.ti-slice:before {
  content: "\e6d7"; }

.ti-shortcode:before {
  content: "\e6d8"; }

.ti-shift-right-alt:before {
  content: "\e6d9"; }

.ti-shift-left-alt:before {
  content: "\e6da"; }

.ti-ruler-alt-2:before {
  content: "\e6db"; }

.ti-receipt:before {
  content: "\e6dc"; }

.ti-pin2:before {
  content: "\e6dd"; }

.ti-pin-alt:before {
  content: "\e6de"; }

.ti-pencil-alt2:before {
  content: "\e6df"; }

.ti-palette:before {
  content: "\e6e0"; }

.ti-more:before {
  content: "\e6e1"; }

.ti-more-alt:before {
  content: "\e6e2"; }

.ti-microphone-alt:before {
  content: "\e6e3"; }

.ti-magnet:before {
  content: "\e6e4"; }

.ti-line-double:before {
  content: "\e6e5"; }

.ti-line-dotted:before {
  content: "\e6e6"; }

.ti-line-dashed:before {
  content: "\e6e7"; }

.ti-layout-width-full:before {
  content: "\e6e8"; }

.ti-layout-width-default:before {
  content: "\e6e9"; }

.ti-layout-width-default-alt:before {
  content: "\e6ea"; }

.ti-layout-tab:before {
  content: "\e6eb"; }

.ti-layout-tab-window:before {
  content: "\e6ec"; }

.ti-layout-tab-v:before {
  content: "\e6ed"; }

.ti-layout-tab-min:before {
  content: "\e6ee"; }

.ti-layout-slider:before {
  content: "\e6ef"; }

.ti-layout-slider-alt:before {
  content: "\e6f0"; }

.ti-layout-sidebar-right:before {
  content: "\e6f1"; }

.ti-layout-sidebar-none:before {
  content: "\e6f2"; }

.ti-layout-sidebar-left:before {
  content: "\e6f3"; }

.ti-layout-placeholder:before {
  content: "\e6f4"; }

.ti-layout-menu:before {
  content: "\e6f5"; }

.ti-layout-menu-v:before {
  content: "\e6f6"; }

.ti-layout-menu-separated:before {
  content: "\e6f7"; }

.ti-layout-menu-full:before {
  content: "\e6f8"; }

.ti-layout-media-right-alt:before {
  content: "\e6f9"; }

.ti-layout-media-right:before {
  content: "\e6fa"; }

.ti-layout-media-overlay:before {
  content: "\e6fb"; }

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.ti-layout-media-left-alt:before {
  content: "\e6fe"; }

.ti-layout-media-left:before {
  content: "\e6ff"; }

.ti-layout-media-center-alt:before {
  content: "\e700"; }

.ti-layout-media-center:before {
  content: "\e701"; }

.ti-layout-list-thumb:before {
  content: "\e702"; }

.ti-layout-list-thumb-alt:before {
  content: "\e703"; }

.ti-layout-list-post:before {
  content: "\e704"; }

.ti-layout-list-large-image:before {
  content: "\e705"; }

.ti-layout-line-solid:before {
  content: "\e706"; }

.ti-layout-grid4:before {
  content: "\e707"; }

.ti-layout-grid3:before {
  content: "\e708"; }

.ti-layout-grid2:before {
  content: "\e709"; }

.ti-layout-grid2-thumb:before {
  content: "\e70a"; }

.ti-layout-cta-right:before {
  content: "\e70b"; }

.ti-layout-cta-left:before {
  content: "\e70c"; }

.ti-layout-cta-center:before {
  content: "\e70d"; }

.ti-layout-cta-btn-right:before {
  content: "\e70e"; }

.ti-layout-cta-btn-left:before {
  content: "\e70f"; }

.ti-layout-column4:before {
  content: "\e710"; }

.ti-layout-column3:before {
  content: "\e711"; }

.ti-layout-column2:before {
  content: "\e712"; }

.ti-layout-accordion-separated:before {
  content: "\e713"; }

.ti-layout-accordion-merged:before {
  content: "\e714"; }

.ti-layout-accordion-list:before {
  content: "\e715"; }

.ti-ink-pen:before {
  content: "\e716"; }

.ti-info-alt:before {
  content: "\e717"; }

.ti-help-alt:before {
  content: "\e718"; }

.ti-headphone-alt:before {
  content: "\e719"; }

.ti-hand-point-up:before {
  content: "\e71a"; }

.ti-hand-point-right:before {
  content: "\e71b"; }

.ti-hand-point-left:before {
  content: "\e71c"; }

.ti-hand-point-down:before {
  content: "\e71d"; }

.ti-gallery:before {
  content: "\e71e"; }

.ti-face-smile:before {
  content: "\e71f"; }

.ti-face-sad:before {
  content: "\e720"; }

.ti-credit-card:before {
  content: "\e721"; }

.ti-control-skip-forward:before {
  content: "\e722"; }

.ti-control-skip-backward:before {
  content: "\e723"; }

.ti-control-record:before {
  content: "\e724"; }

.ti-control-eject:before {
  content: "\e725"; }

.ti-comments-smiley:before {
  content: "\e726"; }

.ti-brush-alt:before {
  content: "\e727"; }

.ti-youtube:before {
  content: "\e728"; }

.ti-vimeo:before {
  content: "\e729"; }

.ti-twitter:before {
  content: "\e72a"; }

.ti-time:before {
  content: "\e72b"; }

.ti-tumblr:before {
  content: "\e72c"; }

.ti-skype:before {
  content: "\e72d"; }

.ti-share:before {
  content: "\e72e"; }

.ti-share-alt:before {
  content: "\e72f"; }

.ti-rocket:before {
  content: "\e730"; }

.ti-pinterest:before {
  content: "\e731"; }

.ti-new-window:before {
  content: "\e732"; }

.ti-microsoft:before {
  content: "\e733"; }

.ti-list-ol:before {
  content: "\e734"; }

.ti-linkedin:before {
  content: "\e735"; }

.ti-layout-sidebar-2:before {
  content: "\e736"; }

.ti-layout-grid4-alt:before {
  content: "\e737"; }

.ti-layout-grid3-alt:before {
  content: "\e738"; }

.ti-layout-grid2-alt:before {
  content: "\e739"; }

.ti-layout-column4-alt:before {
  content: "\e73a"; }

.ti-layout-column3-alt:before {
  content: "\e73b"; }

.ti-layout-column2-alt:before {
  content: "\e73c"; }

.ti-instagram:before {
  content: "\e73d"; }

.ti-google:before {
  content: "\e73e"; }

.ti-github:before {
  content: "\e73f"; }

.ti-flickr:before {
  content: "\e740"; }

.ti-facebook:before {
  content: "\e741"; }

.ti-dropbox:before {
  content: "\e742"; }

.ti-dribbble:before {
  content: "\e743"; }

.ti-apple:before {
  content: "\e744"; }

.ti-android:before {
  content: "\e745"; }

.ti-save:before {
  content: "\e746"; }

.ti-save-alt:before {
  content: "\e747"; }

.ti-yahoo:before {
  content: "\e748"; }

.ti-wordpress:before {
  content: "\e749"; }

.ti-vimeo-alt:before {
  content: "\e74a"; }

.ti-twitter-alt:before {
  content: "\e74b"; }

.ti-tumblr-alt:before {
  content: "\e74c"; }

.ti-trello:before {
  content: "\e74d"; }

.ti-stack-overflow:before {
  content: "\e74e"; }

.ti-soundcloud:before {
  content: "\e74f"; }

.ti-sharethis:before {
  content: "\e750"; }

.ti-sharethis-alt:before {
  content: "\e751"; }

.ti-reddit:before {
  content: "\e752"; }

.ti-pinterest-alt:before {
  content: "\e753"; }

.ti-microsoft-alt:before {
  content: "\e754"; }

.ti-linux:before {
  content: "\e755"; }

.ti-jsfiddle:before {
  content: "\e756"; }

.ti-joomla:before {
  content: "\e757"; }

.ti-html5:before {
  content: "\e758"; }

.ti-flickr-alt:before {
  content: "\e759"; }

.ti-email:before {
  content: "\e75a"; }

.ti-drupal:before {
  content: "\e75b"; }

.ti-dropbox-alt:before {
  content: "\e75c"; }

.ti-css3:before {
  content: "\e75d"; }

.ti-rss:before {
  content: "\e75e"; }

.ti-rss-alt:before {
  content: "\e75f"; }

/* ===========================
   Tools/Helpers
   =========================== */
.container--height-full {
  height: 100%; }

.paragraph {
  margin: 0 0 10px; }

/* 
 * Box (Left-Right)
 */
.box-left {
  float: left; }
.box-right {
  float: right; }

.img-responsive {
  display: block;
  height: auto;
  width: 100%; }

.img-adaptive {
  display: block;
  height: auto;
  max-width: 100%; }

@media (min-height: 768px) {
  .block-center {
    display: table;
    height: 100%;
    width: 100%; }
    .block-center .block-center_content {
      display: table-cell;
      vertical-align: middle; } }

.block-bottom {
  display: table;
  height: 100%;
  width: 100%; }
  .block-bottom .block-bottom_content {
    display: table-cell;
    vertical-align: bottom; }

/* 
 * height Full
 */
.height-full {
  height: 100%; }

/* 
 * Video Responsive
 */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * Element center
 */
.elem-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* =Layout
------------------- */
/* =Fonts
------------------- */
.article {
  margin: 0 auto;
  text-align: center;
  max-width: 100%; }
  .article_hide {
    opacity: 0; }
  .article_left {
    text-align: left; }
  .article h2 {
    color: #fff;
    font-family: "TiemposHeadline-Regular", serif;
    font-size: 22px;
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .article h2 {
        font-size: 30px; } }
  .article h3 {
    color: #fff;
    font-family: "TiemposText-RegularItalic", sans-serif;
    font-size: 18px;
    margin: 0 0 20px; }
  .article p {
    color: #fff;
    font-family: "Graphik-Light", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 42px; }
    .article p strong {
      font-family: "Graphik-Semibold", sans-serif; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
            animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
            animation-duration: .75s; }

@-webkit-keyframes fadeInUpElastic {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0) scale(1, 1.11);
            transform: translate3d(0, 50%, 0) scale(1, 1.11); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpElastic {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0) scale(1, 1.11);
            transform: translate3d(0, 50%, 0) scale(1, 1.11); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
.fadeInUpElastic {
  -webkit-animation-name: fadeInUpElastic;
          animation-name: fadeInUpElastic; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeOutUpElastic {
  from {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -35%, 0) scale(1, 1.09);
            transform: translate3d(0, -35%, 0) scale(1, 1.09); } }

@keyframes fadeOutUpElastic {
  from {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -35%, 0) scale(1, 1.09);
            transform: translate3d(0, -35%, 0) scale(1, 1.09); } }
.fadeOutUpElastic {
  -webkit-animation-name: fadeOutUpElastic;
          animation-name: fadeOutUpElastic; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -35%, 0);
            transform: translate3d(0, -35%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -35%, 0);
            transform: translate3d(0, -35%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp; }

/* Bar top */
.header {
  background-color: transparent;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  -webkit-transition: margin-top .4s;
  transition: margin-top .4s; }
  @media (min-width: 768px) {
    .header {
      height: 93px; } }
  @media (min-width: 992px) {
    .header {
      height: 67px;
      z-index: 1001; } }
  @media (min-width: 1200px) {
    .header {
      height: 104px; } }
  .header .logo {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 38px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 18px;
    width: 114px;
    -webkit-transition: none;
    transition: none; }
    @media (min-width: 768px) {
      .header .logo {
        width: 164px; } }
    @media (min-width: 768px) {
      .header .logo {
        width: 170px;
        height: 26px; } }
    .header .logo_img {
      background-size: cover;
      display: block;
      height: auto;
      height: 100%;
      width: 100%;
      -webkit-transition: none;
      transition: none; }
      .header .logo_img--light {
        background-image: url(../images/decuria-group.svg);
        display: block; }
      .header .logo_img--dark {
        background-image: url(../images/decuria-group-dark.svg);
        display: none; }

.navigation {
  opacity: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: opacity .8s;
  transition: opacity .8s; }
  @media (min-width: 768px) {
    .navigation {
      -webkit-transition: none;
      transition: none; } }
  @media (min-width: 992px) {
    .navigation {
      height: 67px;
      background-color: transparent;
      display: block;
      opacity: 1;
      z-index: 1000;
      margin: 0 48px 0 0;
      -webkit-transition: margin-top .4s;
      transition: margin-top .4s; } }
  @media (min-width: 1200px) {
    .navigation {
      height: 100px; } }
  .navigation .logo-menu {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 15px;
    margin-left: 20px;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    z-index: -1;
    width: 29px;
    z-index: 1002; }
    @media (min-width: 768px) {
      .navigation .logo-menu {
        margin-top: 35px;
        margin-left: 35px; } }
    .navigation .logo-menu_img {
      display: block;
      height: auto;
      width: 100%; }
  .navigation_list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right; }
    @media (min-width: 992px) {
      .navigation_list {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        display: inline-block;
        width: auto;
        right: 0; } }
  .navigation_item {
    display: block;
    margin: 0 0 5px 0;
    text-align: center;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    vertical-align: middle; }
    .navigation_item:last-child {
      margin: 0; }
    @media (min-width: 992px) {
      .navigation_item {
        display: inline-block;
        margin: 0 36px 0 0; } }
  .navigation_link {
    color: white;
    display: block;
    font-family: "TiemposText-Regular", sans-serif;
    font-size: 26px;
    line-height: 1;
    padding: 10px 0;
    -webkit-transition: .3s;
    transition: .3s; }
    @media (min-width: 992px) {
      .navigation_link {
        color: rgba(255, 255, 255, 0.7);
        font-size: 15px; } }
    @media (min-width: 992px) {
      .navigation_link:hover, .navigation_link.active {
        box-shadow: 0px 2px 0px 0px white; } }
  .navigation_text {
    display: inline-block;
    vertical-align: middle; }
    .navigation_text.lang {
      color: white;
      font-family: "Graphik-Regular", sans-serif; }
      .navigation_text.lang strong {
        color: #FFFFFF;
        font-family: "Graphik-Semibold", sans-serif; }
  .navigation_icon {
    margin-right: 5px; }
  .navigation_input {
    display: none; }
    @media (max-width: 991px) {
      .navigation_input:checked ~ .navigation {
        opacity: 1;
        z-index: 1002;
        bottom: 0; }
        .navigation_input:checked ~ .navigation .logo-menu {
          opacity: 1;
          z-index: 12; }
      .navigation_input:checked ~ .navigation_toggle {
        z-index: 1003; }
        .navigation_input:checked ~ .navigation_toggle .navigation_icon-menu {
          background-color: #fff;
          position: absolute;
          margin-top: 12px; }
          .navigation_input:checked ~ .navigation_toggle .navigation_icon-menu:first-child {
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .navigation_input:checked ~ .navigation_toggle .navigation_icon-menu:nth-child(2) {
            display: none; }
          .navigation_input:checked ~ .navigation_toggle .navigation_icon-menu:last-child {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); } }
  .navigation_submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
    .navigation_submenu.active {
      display: block; }
      @media (min-width: 992px) {
        .navigation_submenu.active {
          display: none; } }
    .navigation_submenu .navigation_item {
      margin-bottom: 0; }
    .navigation_submenu .navigation_link {
      color: rgba(255, 255, 255, 0.7);
      font-family: "Graphik-Light", sans-serif;
      font-size: 19px; }
  .navigation_toggle {
    cursor: pointer;
    display: block;
    height: 40px;
    margin-right: 15px;
    margin-top: 10px;
    position: absolute;
    width: 46px;
    padding: 10px 8px;
    right: 0;
    z-index: 1001; }
    @media (min-width: 768px) {
      .navigation_toggle {
        margin-top: 26px;
        margin-right: 30px; } }
    @media (min-width: 992px) {
      .navigation_toggle {
        margin-top: 35px;
        display: none; } }
  .navigation_logo img {
    display: block;
    height: auto;
    width: 100%; }
  @media (min-width: 768px) {
    .navigation_logo {
      display: block;
      margin: 0 auto;
      width: 70px; } }
  @media (min-width: 992px) {
    .navigation_logo {
      width: 112px; } }
  .navigation_icon-menu {
    background: #fff;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 30px;
    margin: 4px auto; }

.footer {
  background: #0f7087;
  padding: 65px 0;
  position: relative;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .footer {
      text-align: left; } }
  @media (min-width: 1200px) {
    .footer {
      height: 660px; } }
  .footer:after {
    background: transparent url("../images/family.jpg") left top no-repeat;
    background-size: cover;
    content: "";
    display: none;
    height: 100%;
    width: 50%;
    z-index: 1;
    right: 0;
    top: 0;
    position: absolute; }
    @media (min-width: 768px) {
      .footer:after {
        display: block; } }
  @media (max-width: 767px) {
    .footer .footer_title {
      height: auto;
      padding: 15px 0;
      text-align: center; } }
  .footer_logo {
    display: inline-block;
    vertical-align: top; }
    .footer_logo img {
      height: auto;
      max-width: 100%; }
  .footer_col:last-child {
    margin-right: 0; }
  @media (min-width: 768px) {
    .footer_col {
      float: left;
      margin-right: 4%;
      width: 44%; } }
  @media (min-width: 992px) {
    .footer_col {
      width: 32%; } }
  .footer_col .team_col-2-4:last-child {
    margin-right: 0; }
  @media (min-width: 480px) {
    .footer_col .team_col-2-4 {
      float: left;
      margin-right: 8%;
      width: 46%; } }

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0; }
  .social_item {
    display: inline-block;
    margin-right: 36px; }
    .social_item:last-child {
      margin-right: 0; }
  .social_link {
    color: #fff;
    display: block;
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: .2s;
    transition: .2s; }
    .social_link:active {
      -webkit-transform: scale(0.98);
              transform: scale(0.98); }
    .social_link:hover {
      opacity: 1; }

.section {
  display: none;
  padding: 60px 0 0 38px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .section.active {
    display: block; }
  @media (min-width: 768px) {
    .section {
      padding: 100px 0 0 0; } }

.timeline {
  position: fixed;
  margin-left: 8px;
  margin-top: 46px;
  top: 0;
  z-index: 5;
  -webkit-transition: .3s;
  transition: .3s;
  width: 40px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .timeline {
      margin-left: 24px;
      width: 170px;
      margin-top: -10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .timeline > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 8px;
    position: relative;
    counter-reset: cardNum; }
    .timeline > ul > li {
      cursor: pointer; }
      .timeline > ul > li:not(:last-child) {
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        height: 60px;
        position: relative;
        counter-increment: cardNum; }
      .timeline > ul > li:nth-last-of-type(2) {
        height: auto; }
      .timeline > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0; }
        .timeline > ul > li > a > .text {
          color: #fff;
          display: none;
          font-family: "TiemposText-RegularItalic", sans-serif;
          font-size: 13px;
          position: absolute;
          left: 0;
          margin-left: 21px;
          opacity: 0;
          -webkit-transition: .3s;
          transition: .3s;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (min-width: 992px) {
            .timeline > ul > li > a > .text {
              display: block; } }
        .timeline > ul > li > a:before {
          content: counter(cardNum);
          color: #fff;
          font-family: "Graphik-Regular", sans-serif;
          font-size: 11px;
          line-height: 1;
          position: absolute;
          left: 0;
          margin-left: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .timeline > ul > li .bullet {
        position: relative;
        display: block;
        height: 13px;
        width: 13px;
        margin-left: -7px; }
        .timeline > ul > li .bullet:after {
          content: "";
          display: block;
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0.4);
          height: 13px;
          width: 13px;
          position: absolute;
          left: 0; }
        .timeline > ul > li .bullet:before {
          content: "";
          background-color: rgba(255, 255, 255, 0.4);
          border-radius: 50%;
          height: 4px;
          position: absolute;
          left: 50%;
          top: 50%;
          opacity: 0;
          width: 4px;
          -webkit-transform: translate(-60%, -60%);
                  transform: translate(-60%, -60%); }
      .timeline > ul > li.active .bullet:after {
        border-color: #fff; }
      .timeline > ul > li.active .bullet:before {
        background-color: #fff;
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s; }
      .timeline > ul > li.current .text {
        opacity: 1; }
      .timeline > ul > li.current .submenu {
        opacity: 1; }
      .timeline > ul > li:last-child {
        position: absolute;
        border-right: 1px solid white;
        padding-top: 23px;
        left: 8px;
        -webkit-transition: .5s;
        transition: .5s;
        top: 0; }
      .timeline > ul > li:hover .text {
        opacity: 1; }
      .timeline > ul > li:hover .bullet:before {
        background-color: #fff;
        opacity: 1; }
      .timeline > ul > li:hover .submenu {
        opacity: 1; }
      .timeline > ul > li .submenu {
        list-style: none;
        margin: 0;
        padding: 0;
        margin: 0 0 0 30px;
        position: absolute;
        left: 0;
        top: 38%;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (min-width: 992px) {
          .timeline > ul > li .submenu {
            margin: 0 0 0 130px;
            -webkit-transform: translate(-20px, -50%);
                    transform: translate(-20px, -50%); } }
        .timeline > ul > li .submenu li {
          display: block;
          margin: 0 0 10px; }
          .timeline > ul > li .submenu li a {
            display: block;
            position: relative; }
            .timeline > ul > li .submenu li a > .text {
              color: rgba(255, 255, 255, 0.5);
              font-family: "TiemposText-RegularItalic", sans-serif;
              font-size: 13px;
              white-space: nowrap;
              display: block;
              position: relative; }
            .timeline > ul > li .submenu li a:hover .text {
              color: #fff; }
          .timeline > ul > li .submenu li:last-child {
            padding-top: 0 !important;
            margin: 0 !important; }
          .timeline > ul > li .submenu li.current .text {
            color: #fff; }

@media (max-width: 767px) {
  .section-management {
    background: #000 url("../images/bg-1.jpg") 0 0 no-repeat;
    background-size: cover; } }
.section-management_article {
  padding: 0 20px 0 0; }
  @media (min-width: 768px) {
    .section-management_article {
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0 auto;
      padding-right: 20px; } }
@media (min-width: 768px) {
  .section-management .article {
    padding-top: 0; } }
.section-management .article_top {
  margin: 0 auto;
  max-width: 550px; }
.section-management .article h2 {
  font-size: 19px; }
  @media (min-width: 768px) {
    .section-management .article h2 {
      font-size: 30px; } }
.section-management .article p {
  font-size: 12px; }
  @media (min-width: 768px) {
    .section-management .article p {
      font-size: 17px; } }
.section-management .article_media {
  padding-bottom: 56.25%;
  height: 0;
  width: 200px;
  margin: 0 auto 25px; }
  @media (min-width: 768px) {
    .section-management .article_media {
      width: 320px; } }
  @media (min-width: 992px) {
    .section-management .article_media {
      width: 550px; } }
  @media (min-width: 1600px) {
    .section-management .article_media {
      width: 855px; } }
.section-management .article_user {
  display: inline-block;
  position: relative; }
.section-management .article_video {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: opacity ease-out 1s;
  transition: opacity ease-out 1s;
  padding-bottom: 56.25%; }
  .section-management .article_video video {
    min-width: 100%;
    min-height: 102%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    right: 0;
    bottom: 0; }
  .section-management .article_video.hide-video {
    opacity: 0; }
.section-management .article_figure {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1; }
  .section-management .article_figure img {
    display: block;
    margin: 0 auto;
    width: 100%; }
.section-management .article_name {
  color: #fff;
  margin-top: 15px;
  text-align: center;
  z-index: 3; }
  @media (min-width: 768px) {
    .section-management .article_name {
      position: absolute;
      bottom: 0;
      left: 100%;
      margin-bottom: -20px;
      margin-left: -20px;
      margin-top: 0;
      text-align: left; } }
  .section-management .article_name h4 {
    font-family: "Graphik-Semibold", sans-serif;
    font-size: 12px;
    margin: 0 0 2px;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .section-management .article_name h4 {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .section-management .article_name h4 {
        font-size: 13px; } }
  .section-management .article_name span {
    font-family: "TiemposText-RegularItalic", sans-serif;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1; }
    @media (min-width: 768px) {
      .section-management .article_name span {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .section-management .article_name span {
        font-size: 13px; } }

body.section--2 {
  background: #000 url("../images/bg-1.jpg") 0 0 no-repeat;
  background-size: cover; }

.section-factors_content {
  padding-right: 20px; }
  @media (min-width: 768px) {
    .section-factors_content {
      width: 542px;
      padding-right: 0;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .section-factors_content {
      width: auto;
      padding-right: 60px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  @media (min-width: 1200px) {
    .section-factors_content {
      padding-right: 0;
      padding-top: 34px; } }
  @media (min-width: 1600px) {
    .section-factors_content {
      width: 1215px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
.section-factors_left {
  width: 250px;
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 360px) {
    .section-factors_left {
      width: 280px; } }
  @media (min-width: 768px) {
    .section-factors_left {
      width: auto; } }
  @media (min-width: 1200px) {
    .section-factors_left {
      float: left;
      width: 270px; } }
  @media (min-width: 1440px) {
    .section-factors_left {
      width: 325px; } }
@media (min-width: 1200px) {
  .section-factors_right {
    float: left;
    width: calc(100% - 270px); } }
@media (min-width: 1440px) {
  .section-factors_right {
    padding-right: 0;
    width: 890px; } }
.section-factors .main-article {
  text-align: center;
  padding-top: 45px; }
  @media (min-width: 768px) {
    .section-factors .main-article {
      padding-top: 0; } }
  @media (min-width: 992px) {
    .section-factors .main-article {
      text-align: left;
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .section-factors .main-article {
      padding-right: 34px;
      padding-top: 0; } }
  @media (min-width: 1440px) {
    .section-factors .main-article {
      padding-right: 40px; } }
  .section-factors .main-article h2 {
    color: #fff;
    font-size: 19px;
    line-height: 1.06;
    margin: 0 0 15px; }
    .section-factors .main-article h2 br {
      display: none; }
      @media (min-width: 1200px) {
        .section-factors .main-article h2 br {
          display: block; } }
    @media (min-width: 768px) {
      .section-factors .main-article h2 {
        font-size: 30px; } }
    @media (min-width: 992px) {
      .section-factors .main-article h2 {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .section-factors .main-article h2 {
        font-size: 29px; } }
    @media (min-width: 1440px) {
      .section-factors .main-article h2 {
        font-size: 29px; } }
  .section-factors .main-article p {
    color: #fff;
    font-family: "Graphik-Light", sans-serif;
    font-size: 12px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .section-factors .main-article p {
        font-size: 17px; } }
    @media (min-width: 1200px) {
      .section-factors .main-article p {
        font-size: 17px; } }
    @media (min-width: 1440px) {
      .section-factors .main-article p {
        font-size: 17px; } }
.section-factors .factor-card {
  padding: 4px 0 0;
  position: relative;
  width: 204px;
  margin: 0 auto 35px;
  text-align: left; }
  .section-factors .factor-card:hover .factor-card_img:after {
    opacity: 0 !important; }
  .section-factors .factor-card.overlay .factor-card_img:after {
    z-index: 2;
    opacity: .6; }
  @media (min-width: 768px) {
    .section-factors .factor-card {
      margin: 0 20px 10px;
      display: inline-block;
      vertical-align: top;
      width: 204px; } }
  @media (min-width: 992px) {
    .section-factors .factor-card {
      float: left;
      margin: 0 20px 0 0;
      width: 22.75%;
      width: 170px; } }
  @media (min-width: 1200px) {
    .section-factors .factor-card {
      padding-top: 18px; } }
  @media (min-width: 1440px) {
    .section-factors .factor-card {
      margin: 0 20px 0 0;
      padding-top: 20px;
      width: 206px; } }
  @media (min-width: 992px) {
    .section-factors .factor-card:last-child {
      margin-right: 0; } }
  .section-factors .factor-card_list {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .section-factors .factor-card_list {
        margin-bottom: 60px;
        text-align: center; } }
    @media (min-width: 992px) {
      .section-factors .factor-card_list {
        text-align: left; } }
    @media (min-width: 1200px) {
      .section-factors .factor-card_list {
        margin-bottom: 0; } }
  .section-factors .factor-card_link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10; }
  .section-factors .factor-card_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 271px;
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .section-factors .factor-card_img {
        height: 268px; } }
    @media (min-width: 992px) {
      .section-factors .factor-card_img {
        height: 224px; } }
    @media (min-width: 1200px) {
      .section-factors .factor-card_img {
        height: 271px; } }
    .section-factors .factor-card_img:after {
      content: "";
      background-color: #000;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      position: absolute;
      display: block;
      opacity: 0;
      -webkit-transition: opacity .4s ease;
      transition: opacity .4s ease; }
    .section-factors .factor-card_img img {
      width: auto;
      -o-object-fit: contain;
         object-fit: contain;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0.4, 0.4);
              transform: translate(-50%, -50%) scale(0.4, 0.4); }
  .section-factors .factor-card_title {
    color: #fff;
    font-size: 14px;
    font-family: "Graphik-Semibold", sans-serif;
    line-height: 18px;
    line-height: 1.2;
    margin: 0; }
    @media (min-width: 768px) {
      .section-factors .factor-card_title {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .section-factors .factor-card_title {
        font-size: 14px; } }
  .section-factors .factor-card_name {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-family: "TiemposText-RegularItalic", sans-serif;
    line-height: 18px;
    line-height: 1.2;
    margin: 0; }
    @media (min-width: 768px) {
      .section-factors .factor-card_name {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .section-factors .factor-card_name {
        font-size: 15px; } }
  .section-factors .factor-card_row {
    text-align: left; }

.block-2 {
  text-align: left; }
  @media (min-width: 768px) {
    .block-2 {
      text-align: left; } }
  @media (min-width: 992px) {
    .block-2 {
      margin-left: 138px;
      margin-right: 138px; } }
  @media (min-width: 1200px) {
    .block-2 {
      margin-right: 0; } }
  @media (min-width: 1440px) {
    .block-2 {
      margin-left: 165px; } }
  @media (min-width: 1600px) {
    .block-2 {
      margin-left: 0; } }

@media (min-width: 992px) {
  .block-3-items {
    margin-left: 208px;
    margin-right: 208px; } }

body.section--help .next {
  display: none !important; }

.section-help_up {
  color: #fff;
  cursor: pointer;
  font-family: "TiemposText-RegularItalic", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 38px 38px 0;
  z-index: 2; }
  .section-help_up:before {
    background: transparent url("arrow-up.svg") 0 0 no-repeat;
    content: "";
    display: block;
    margin: 0 auto 8px;
    height: 38px;
    width: 16px; }
.section-help_content {
  counter-reset: cardNum;
  height: 100%;
  overflow-y: scroll; }
  @media (min-width: 768px) {
    .section-help_content {
      margin-left: 150px;
      margin-right: 105px; } }
  @media (min-width: 992px) {
    .section-help_content {
      margin-left: 215px;
      padding-right: 100px;
      max-height: 500px; } }
.section-help_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.help {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .help {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .help {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }
  .help_article {
    counter-increment: cardNum;
    padding: 0 10px 0 20px;
    margin: 0 0 55px; }
    @media (min-width: 768px) {
      .help_article {
        margin: 0 0 30px; } }
    @media (min-width: 992px) {
      .help_article {
        margin: 0 0 10px; } }
    @media (min-width: 1440px) {
      .help_article {
        padding: 0 25px 0 15px;
        margin: 0; } }
  .help_heading {
    color: #fff;
    font-family: "TiemposHeadline-Regular", serif;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 35px; }
    @media (min-width: 768px) {
      .help_heading {
        font-size: 30px;
        margin: 0 0 90px; } }
    @media (min-width: 992px) {
      .help_heading {
        margin: 0 0 56px; } }
    @media (min-width: 1200px) {
      .help_heading {
        margin: 20px 0 46px; } }
    @media (min-width: 1440px) {
      .help_heading {
        margin: 0 0 60px; } }
  .help_title {
    color: #fff;
    font-family: "Graphik-Semibold", sans-serif;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 41px; }
    .help_title:before {
      content: counter(cardNum);
      color: #fff;
      display: block;
      font-family: "TiemposHeadline-Semibold", serif;
      font-size: 20px;
      line-height: 1;
      margin: 0 0 10px; }
  .help_list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .help_list li {
      margin: 0 0 10px;
      position: relative; }
      .help_list li:before {
        content: "-";
        color: #fff;
        margin: 0 6px 0;
        position: absolute;
        right: 100%;
        top: 0; }
      .help_list li span {
        color: #fff;
        font-family: "TiemposHeadline-Regular", serif;
        font-size: 16px;
        line-height: 1.2; }

@media (min-width: 768px) {
  .section-factor {
    padding: 0; } }
@media (min-width: 767px) and (min-height: 600px) {
  .section-factor {
    padding: 100px 0 0; } }
@media (min-width: 992px) {
  .section-factor {
    padding: 0; } }
@media (min-width: 1440px) {
  .section-factor .block-factor {
    margin-left: 328px; } }
@media (min-width: 1600px) {
  .section-factor .block-factor {
    margin-left: 0; } }
.section-factor_content-mobile {
  height: 100%; }
  @media (min-width: 767px) and (min-height: 900px) {
    .section-factor_content-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.section-factor_content {
  padding-right: 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .section-factor_content {
      padding-right: 60px;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .section-factor_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 641px;
      margin: 0 auto;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .section-factor_content {
      width: 752px;
      margin: 0 auto; } }
  @media (min-width: 1440px) {
    .section-factor_content {
      margin: 0;
      width: 901px; } }
  @media (min-width: 1600px) {
    .section-factor_content {
      margin: 0 auto; } }
  .section-factor_content--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .section-factor_content--reverse .section-factor_left {
      margin-right: 0; }
    @media (min-width: 992px) {
      .section-factor_content--reverse .section-factor_right {
        margin-right: 147px; } }
    @media (min-width: 1200px) {
      .section-factor_content--reverse .section-factor_right {
        margin-right: 172px; } }
    @media (min-width: 1440px) {
      .section-factor_content--reverse .section-factor_right {
        margin-right: 205px; } }
@media (min-width: 992px) {
  .section-factor_left {
    margin-right: 147px;
    width: 216px; } }
@media (min-width: 1200px) {
  .section-factor_left {
    margin-right: 172px;
    width: 253px; } }
@media (min-width: 1440px) {
  .section-factor_left {
    margin-right: 205px;
    width: 303px; } }
@media (min-width: 992px) {
  .section-factor_right {
    float: left;
    width: 280px; } }
@media (min-width: 1200px) {
  .section-factor_right {
    width: 329px; } }
@media (min-width: 1440px) {
  .section-factor_right {
    padding-right: 0;
    width: 393px; } }
@media (min-width: 1440px) {
  .section-factor_article {
    padding: 36px 0px 0; } }
.section-factor_image {
  width: 100%; }

.factor_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 50px 0;
  margin: 0 auto;
  height: 334px;
  width: 245px;
  max-width: 100%; }
  @media (min-width: 768px) {
    .factor_image {
      height: 535px;
      width: 392px;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .factor_image {
      padding: 0;
      margin: 0;
      max-width: initial; } }
.factor_article {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .factor_article {
      width: 455px; } }
  @media (min-width: 992px) {
    .factor_article {
      text-align: left;
      width: auto; } }
.factor .factor_title {
  font-family: "Graphik-Semibold", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  margin: 0 0 2px; }
  @media (min-width: 768px) {
    .factor .factor_title {
      font-size: 18px; } }
.factor .factor_name {
  font-family: "TiemposText-RegularItalic", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .factor .factor_name {
      font-size: 18px; } }
.factor .factor_paragraph {
  font-family: "Graphik-Light", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 22px; }
  @media (min-width: 768px) {
    .factor .factor_paragraph {
      font-size: 15px;
      margin: 0 0 42px; } }

.contact {
  background: #1A1B1D url(../images/nosotros.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-transition: margin-top .4s;
  transition: margin-top .4s; }
  .contact.active {
    opacity: 1;
    z-index: 5; }
  .contact .contact_content {
    padding: 65px 20px; }
    @media (min-width: 992px) {
      .contact .contact_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 641px;
        margin: 0 auto;
        padding: 0; } }
    @media (min-width: 1200px) {
      .contact .contact_content {
        padding: 0;
        margin: 0 auto;
        width: 950px; } }
  .contact .contact_left {
    position: relative;
    z-index: 2; }
    @media (min-width: 992px) {
      .contact .contact_left {
        width: 399px; } }
    @media (min-width: 1200px) {
      .contact .contact_left {
        width: 468px; } }
    @media (min-width: 1440px) {
      .contact .contact_left {
        width: 580px; } }
  .contact_right {
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .contact_right {
        margin-left: -27px;
        width: 292px; } }
    @media (min-width: 1200px) {
      .contact_right {
        margin-left: -32px;
        width: 410px; } }
    @media (min-width: 1440px) {
      .contact_right {
        margin-left: -37px; } }
  .contact .contact_container {
    margin: 0 auto;
    zoom: 1; }
    .contact .contact_container:before, .contact .contact_container:after {
      content: "";
      display: table; }
    .contact .contact_container:after {
      clear: both; }
    @media (min-width: 992px) {
      .contact .contact_container {
        width: 980px; } }
  .contact .contact_article {
    text-align: center;
    position: relative;
    margin: 0 0 50px; }
    @media (min-width: 992px) {
      .contact .contact_article {
        text-align: left;
        margin: 0 0 157px; } }
    @media (min-width: 1200px) {
      .contact .contact_article {
        margin: 0 0 257px; } }
  .contact .contact_map {
    height: 495px;
    padding-top: 40px;
    text-align: center; }
    @media (min-width: 992px) {
      .contact .contact_map {
        padding-right: 0;
        margin-top: 0;
        padding-top: 0;
        text-align: left; } }
    .contact .contact_map img {
      max-width: 100%; }
  .contact .contact_title {
    color: #fff;
    font-family: "Graphik-Semibold", sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 5px;
    position: relative; }
    @media (min-width: 992px) {
      .contact .contact_title:before {
        background: transparent url(../images/border.png) center center no-repeat;
        content: "";
        display: inline-block;
        position: absolute;
        right: 100%;
        top: 50%;
        margin: 0 10px;
        width: 36px;
        height: 10px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); } }
  .contact .contact_paragraph {
    color: #fff;
    font-family: "TiemposHeadline-Regular", serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 8px; }
    @media (min-width: 768px) {
      .contact .contact_paragraph {
        font-size: 30px;
        line-height: 39px; } }
  .contact .map {
    height: 100%; }

.address {
  text-align: center; }
  @media (min-width: 992px) {
    .address {
      text-align: left;
      position: absolute;
      top: 100%;
      margin-top: -85px; } }
  .address p {
    color: #fff;
    font-family: "Graphik-Light", sans-serif;
    margin: 0 0 4px; }
    .address p strong {
      color: #fff;
      font-family: "TiemposHeadline-Regular", serif;
      font-style: italic;
      font-size: 16px;
      line-height: 22px; }
    .address p a {
      color: #fff;
      font-family: "Graphik-Light", sans-serif; }

.section--we-are .header {
  background: #1A1B1D; }
  @media (min-width: 992px) {
    .section--we-are .header {
      background: transparent; } }

.we-are {
  background-color: #1A1B1D;
  background: #1A1B1D url(../images/nosotros.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  padding: 60px 0 0;
  z-index: 1;
  -webkit-transition: margin-top .4s;
  transition: margin-top .4s; }
  .we-are.active {
    opacity: 1;
    z-index: 5; }
  @media (min-width: 768px) {
    .we-are {
      padding: 100px 0 0; } }
  @media (min-width: 992px) {
    .we-are {
      padding: 0; } }
  .we-are .we-are_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%; }
  .we-are .we-are_article {
    text-align: center;
    width: 460px;
    padding: 0 20px;
    margin: 0 auto 40px;
    max-width: 100%; }
  .we-are .we-are_title {
    color: #fff;
    font-family: "TiemposHeadline-Regular", serif;
    font-size: 20px;
    line-height: 19px;
    margin: 0 0 20px;
    position: relative; }
    @media (min-width: 768px) {
      .we-are .we-are_title {
        font-size: 30px;
        line-height: 36px; } }
  .we-are .we-are_paragraph {
    color: #fff;
    font-family: "Graphik-Light", sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0; }
    @media (min-width: 768px) {
      .we-are .we-are_paragraph {
        font-size: 17px;
        line-height: 23px; } }
    .we-are .we-are_paragraph strong {
      font-family: "Graphik-Semibold", sans-serif; }
  .we-are .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .we-are .card-list {
        margin-bottom: 60px;
        text-align: center; } }
    @media (min-width: 992px) {
      .we-are .card-list {
        padding: 0 10px;
        text-align: center; } }
    @media (min-width: 1200px) {
      .we-are .card-list {
        margin-bottom: 0; } }
    .we-are .card-list_item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .we-are .card-list_item {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 33.3333333333%; } }
      @media (min-width: 992px) {
        .we-are .card-list_item {
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%;
          max-width: 20%; } }
      @media (min-width: 1200px) {
        .we-are .card-list_item {
          -ms-flex-preferred-size: 224px;
              flex-basis: 224px;
          max-width: 224px; } }
  .we-are .card {
    margin: 0 auto 25px;
    text-align: left;
    position: relative;
    width: 204px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .we-are .card {
        width: 204px; } }
    @media (min-width: 992px) {
      .we-are .card {
        padding: 0 10px;
        width: 100%; } }
    @media (min-width: 1200px) {
      .we-are .card {
        padding: 0;
        width: 204px;
        margin: 0 auto; } }
    .we-are .card:hover .card_img:after {
      opacity: 0 !important; }
    .we-are .card.overlay .card_img:after {
      z-index: 2;
      opacity: .6; }
    .we-are .card_image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      left: -1px;
      right: -1px;
      top: -1px;
      bottom: -1px; }
    .we-are .card_img {
      display: block;
      overflow: hidden;
      position: relative;
      margin: 0 0 20px;
      width: 100%;
      height: 270px; }
      .we-are .card_img:after {
        content: "";
        background-color: #000;
        bottom: -1px;
        left: -1px;
        right: -1px;
        top: -1px;
        position: absolute;
        display: block;
        opacity: 0;
        -webkit-transition: opacity .4s ease;
        transition: opacity .4s ease; }
      .we-are .card_img img {
        display: block;
        margin: 0 auto;
        -o-object-fit: contain;
           object-fit: contain;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        bottom: 0;
        width: auto; }
      .we-are .card_img video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .we-are .card_title {
      color: #fff;
      font-family: "Graphik-Semibold", sans-serif;
      font-size: 15px;
      line-height: 18px;
      margin: 0; }
    .we-are .card_link {
      cursor: pointer;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 3; }

.fullpage {
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: margin-top .4s;
  transition: margin-top .4s; }
  .fullpage .section {
    width: 100%; }

/* Bar top */
.bar-top {
  background-color: #000;
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: margin-top .4s;
  transition: margin-top .4s;
  z-index: 6;
  margin-top: -100px; }
  .bar-top .container {
    height: 100%; }
  .bar-top .logo {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    margin-left: 30px;
    width: 25px; }
    .bar-top .logo img {
      display: block;
      height: auto;
      width: 100%; }
  .bar-top .close {
    color: #fff;
    display: block;
    font-family: "themify";
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    margin-right: 30px; }
  .bar-top .bt-navigation {
    height: 100%; }
    @media (min-width: 768px) {
      .bar-top .bt-navigation {
        display: block;
        width: 70%;
        margin: 0 auto; } }
    .bar-top .bt-navigation_list {
      list-style: none;
      margin: 0;
      padding: 0;
      height: 100%;
      table-layout: fixed;
      width: 100%; }
      @media (min-width: 768px) {
        .bar-top .bt-navigation_list {
          display: table; } }
      @media (min-width: 992px) {
        .bar-top .bt-navigation_list {
          display: table; } }
    .bar-top .bt-navigation_item {
      display: block;
      padding: 5px 0;
      text-align: center;
      position: relative;
      -webkit-transition: .4s;
      transition: .4s; }
      @media (min-width: 768px) {
        .bar-top .bt-navigation_item {
          display: table-cell;
          padding: 0;
          vertical-align: middle; } }
    .bar-top .bt-navigation_link {
      color: #fff;
      font-family: "TiemposHeadline-Regular", serif;
      font-size: 21px; }
      @media (min-width: 992px) {
        .bar-top .bt-navigation_link {
          font-size: 21px; } }
    .bar-top .bt-navigation_text {
      display: inline-block;
      vertical-align: middle; }
    .bar-top .bt-navigation_logo img {
      display: block;
      height: auto;
      width: 100%; }
    @media (min-width: 768px) {
      .bar-top .bt-navigation_logo {
        display: block;
        margin: 0 auto;
        width: 70px; } }
    @media (min-width: 992px) {
      .bar-top .bt-navigation_logo {
        width: 112px; } }

@media (min-width: 992px) {
  .has-bar-top .bar-top {
    z-index: 6;
    margin-top: 0; } }
@media (min-width: 992px) {
  .has-bar-top .header,
  .has-bar-top .contact,
  .has-bar-top .we-are,
  .has-bar-top .fullpage,
  .has-bar-top .timeline,
  .has-bar-top .navigation {
    margin-top: 100px; } }

@media (min-height: 768px) {
  .h100 {
    height: 100%; } }

.shidden {
  opacity: 0; }

.visible {
  opacity: 1; }

.eff {
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }

/* BODY */
html {
  height: 100%; }

body {
  background: #000 url("../images/bg-1.jpg") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%; }
  @media (min-width: 992px) {
    body {
      overflow: hidden; } }
  body:after, body:before {
    content: "";
    background-color: #fff;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease; }
  body:after {
    background-color: #1a1b1d; }
  body:before {
    background-color: #fff; }
  body.construction {
    background: #000 url("../images/construction/bg.jpg") 0 0 no-repeat;
    background-size: cover; }
  body.investment {
    background: #000 url("../images/investment/bg.jpg") 0 0 no-repeat;
    background-size: cover; }
  body.realestate {
    background: #000 url("../images/realestate/bg.jpg") 0 0 no-repeat;
    background-size: cover; }

figure {
  max-width: 100%;
  margin: 0;
  position: relative; }
  figure img {
    display: block;
    margin: 0 auto;
    width: 100%; }

.slider {
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.block {
  overflow-y: scroll;
  height: 100%; }

.next {
  color: #fff;
  font-size: 21px;
  position: fixed;
  bottom: 0;
  padding: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5; }
  @media (min-width: 768px) {
    .next {
      display: block;
      margin: 0 0 10px; } }

body.light:before {
  opacity: 1; }
body.light .next {
  color: #000; }
body.light.has-bar-top #areas {
  box-shadow: 0px 2px 0px 0px black; }
body.light .header .logo_img--light {
  display: none; }
body.light .header .logo_img--dark {
  display: block; }
body.light .navigation_list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
@media (min-width: 992px) {
  body.light .navigation_link {
    color: #1A1B1D; } }
body.light .navigation_link:hover, body.light .navigation_link.active {
  box-shadow: 0px 2px 0px 0px black; }
body.light .navigation_link.active {
  font-family: "Graphik-Medium", sans-serif; }
@media (min-width: 992px) {
  body.light .navigation_text.lang {
    color: #1A1B1D; } }
@media (min-width: 992px) {
  body.light .navigation_text.lang strong {
    color: #000; } }
body.light .navigation_icon-menu {
  background-color: #000; }
body.light .article h2,
body.light .article h3,
body.light .article p {
  color: #1A1B1D; }
body.light .timeline ul:before {
  border-color: #000; }
body.light .timeline ul li {
  border-color: rgba(0, 0, 0, 0.4); }
  body.light .timeline ul li a:before {
    color: #1A1B1D; }
  body.light .timeline ul li .text {
    color: #1A1B1D; }
  body.light .timeline ul li .bullet:after {
    border: 1px solid rgba(0, 0, 0, 0.4); }
  body.light .timeline ul li .bullet:before {
    background-color: black; }
  body.light .timeline ul li .submenu li a > .text {
    color: rgba(0, 0, 0, 0.4); }
  body.light .timeline ul li .submenu li a:hover .text {
    color: black; }
  body.light .timeline ul li.active .bullet:after {
    border: 1px solid #000; }

.dark {
  background: #1A1B1D; }

body.section--affirmation:after {
  opacity: 1; }

@media (min-width: 768px) {
  .section-affirmation {
    padding: 100px 0 0 0; } }
@media (min-width: 992px) {
  .section-affirmation {
    padding: 0; } }
@media (min-width: 1200px) {
  .section-affirmation .block-affirmation {
    margin-left: 319px; } }
@media (min-width: 1440px) {
  .section-affirmation .block-affirmation {
    margin-left: 369px; } }
@media (min-width: 1600px) {
  .section-affirmation .block-affirmation {
    margin-left: 0; } }
@media (min-width: 768px) {
  .section-affirmation_content-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
.section-affirmation_content {
  padding-left: 4px;
  padding-right: 25px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .section-affirmation_content {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      width: 576px;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .section-affirmation_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 641px;
      margin: 0 auto;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .section-affirmation_content {
      width: 841px;
      margin: 0; } }
  @media (min-width: 1440px) {
    .section-affirmation_content {
      margin: 0;
      width: 1000px; } }
  @media (min-width: 1600px) {
    .section-affirmation_content {
      margin: 0 auto; } }
.section-affirmation_left {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 2; }
  @media (min-width: 992px) {
    .section-affirmation_left {
      width: 399px;
      -ms-flex-preferred-size: 399px;
          flex-basis: 399px;
      max-width: 399px; } }
  @media (min-width: 1200px) {
    .section-affirmation_left {
      width: 560px;
      -ms-flex-preferred-size: 560px;
          flex-basis: 560px;
      max-width: 560px; } }
.section-affirmation_right {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  zoom: 1; }
  .section-affirmation_right:before, .section-affirmation_right:after {
    content: "";
    display: table; }
  .section-affirmation_right:after {
    clear: both; }
  @media (min-width: 992px) {
    .section-affirmation_right {
      margin-left: -30px;
      width: 270px;
      -ms-flex-preferred-size: 270px;
          flex-basis: 270px;
      max-width: 270px; } }
  @media (min-width: 1200px) {
    .section-affirmation_right {
      margin-left: -30px;
      width: 311px;
      -ms-flex-preferred-size: 311px;
          flex-basis: 311px;
      max-width: 311px; } }
  @media (min-width: 1440px) {
    .section-affirmation_right {
      margin-left: -30px;
      width: 470px;
      -ms-flex-preferred-size: 470px;
          flex-basis: 470px;
      max-width: 470px; } }

@media (min-width: 1440px) {
  .affirmation .affirmation_article {
    padding: 40px 0 0; } }
.affirmation .affirmation_title {
  color: #fff;
  font-family: "Graphik-Semibold", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px; }
  .affirmation .affirmation_title .pos:after {
    background: transparent url(../images/border.png) center center no-repeat;
    content: "";
    display: inline-block;
    margin: 0 10px;
    width: 36px;
    height: 10px; }
.affirmation .affirmation_paragraph {
  color: #fff;
  font-family: "TiemposHeadline-Regular", serif;
  font-size: 19px;
  line-height: 1.38;
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .affirmation .affirmation_paragraph {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .affirmation .affirmation_paragraph {
      font-size: 25px; } }
  @media (min-width: 1440px) {
    .affirmation .affirmation_paragraph {
      font-size: 30px;
      line-height: 41px; } }
.affirmation .affirmation_btn {
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  padding: 18px 20px;
  color: #fff;
  font-family: "Graphik-Semibold", sans-serif;
  font-size: 14px;
  width: 250px;
  margin: 25px auto;
  text-align: center; }
  @media (min-width: 360px) {
    .affirmation .affirmation_btn {
      font-size: 16px;
      padding: 18px 25px;
      width: 286px; } }
  @media (min-width: 768px) {
    .affirmation .affirmation_btn {
      margin: 25px 0; } }
.affirmation .affirmation_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 338px;
  width: 253px;
  margin: 0 auto;
  zoom: 1;
  margin-top: 20px; }
  .affirmation .affirmation_image:before, .affirmation .affirmation_image:after {
    content: "";
    display: table; }
  .affirmation .affirmation_image:after {
    clear: both; }
  @media (min-width: 768px) {
    .affirmation .affirmation_image {
      margin-top: -50px;
      margin-bottom: 50px;
      height: 414px;
      width: 310px;
      float: right; } }
  @media (min-width: 992px) {
    .affirmation .affirmation_image {
      margin-top: 0;
      margin-bottom: 0;
      height: 361px;
      width: 270px;
      float: none; } }
  @media (min-width: 1200px) {
    .affirmation .affirmation_image {
      height: 414px;
      width: 310px; } }
  .affirmation .affirmation_image.square {
    width: 253px;
    height: 253px; }
    @media (min-width: 768px) {
      .affirmation .affirmation_image.square {
        height: 310px;
        width: 310px; } }
    @media (min-width: 992px) {
      .affirmation .affirmation_image.square {
        height: 270px;
        width: 270px; } }
    @media (min-width: 1200px) {
      .affirmation .affirmation_image.square {
        height: 310px;
        width: 310px; } }
    @media (min-width: 1440px) {
      .affirmation .affirmation_image.square {
        width: 350px;
        height: 350px; } }
  .affirmation .affirmation_image.rectangle {
    height: 125px;
    width: 253px; }
    @media (min-width: 768px) {
      .affirmation .affirmation_image.rectangle {
        height: 220px;
        width: 310px; } }
    @media (min-width: 992px) {
      .affirmation .affirmation_image.rectangle {
        height: 140px;
        width: 270px; } }
    @media (min-width: 1200px) {
      .affirmation .affirmation_image.rectangle {
        height: 220px;
        width: 310px; } }
    @media (min-width: 1440px) {
      .affirmation .affirmation_image.rectangle {
        width: 470px;
        height: 311px; } }
  .affirmation .affirmation_image img {
    width: auto;
    max-width: 100%; }
    @media (min-width: 768px) {
      .affirmation .affirmation_image img {
        float: right; } }
    @media (min-width: 992px) {
      .affirmation .affirmation_image img {
        float: none; } }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.rotating {
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite; }

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