/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  overflow-x: hidden; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  background-color: #fff;
  margin: 0;
  overflow-x: hidden; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* fix iOS bug not displaying vh correctly */
/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fullheight {
    height: 384px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .fullheight {
    height: 512px; } }

/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixratio: 2) {
  .fullheight {
    height: 160px; } }

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .fullheight {
    height: 284px; } }

/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .fullheight {
    height: 180px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .fullheight {
    height: 280px; } }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

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

.text-medium {
  font-weight: 500; }

.text-bold {
  font-weight: bold; }

.text-small {
  font-size: 0.875em; }

.el-center {
  margin: 0 auto; }

.pdb-5 {
  padding-bottom: 5px; }

.pdb-15 {
  padding-bottom: 15px; }

.pdt-20 {
  padding-top: 20px; }

.pdl-20 {
  padding-left: 20px; }

.pdt-30 {
  padding-top: 30px; }

.pdb-30 {
  padding-bottom: 30px; }

.pdt-60 {
  padding-top: 30px; }
  @media (min-width: 48em) {
    .pdt-60 {
      padding-top: 60px; } }

.pdb-60 {
  padding-bottom: 30px; }
  @media (min-width: 48em) {
    .pdb-60 {
      padding-bottom: 60px; } }

.pdt-90 {
  padding-top: 45px; }
  @media (min-width: 48em) {
    .pdt-90 {
      padding-top: 90px; } }

.pdb-90 {
  padding-bottom: 45px; }
  @media (min-width: 48em) {
    .pdb-90 {
      padding-bottom: 90px; } }

.mgt--5 {
  margin-top: -5px; }

.mgl-20 {
  margin-left: 20px; }

.mgt-15 {
  margin-top: 15px; }

.mgt-30 {
  margin-top: 30px; }

@media (min-width: 48em) {
  .mgr-30 {
    margin-right: 30px; } }

.z2 {
  z-index: 2; }

.bg--white {
  background-color: #fff;
  position: relative;
  z-index: 2; }

.bg--grey {
  background-color: #F5F7F8;
  position: relative; }

.bg--gradient {
  background: -webkit-linear-gradient(100deg, #eef1f2 0%, #eef1f2 50%, #f5f6f8 50%, #f5f6f8 100%);
  background: linear-gradient(-10deg, #eef1f2 0%, #eef1f2 50%, #f5f6f8 50%, #f5f6f8 100%); }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.db {
  display: block; }

.inl {
  display: inline; }

.inl-bl {
  display: inline-block; }

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

@media (min-width: 48em) {
  .el-outsideright {
    width: 142%;
    margin-right: -42%;
    margin-left: 50px; } }

@media (min-width: 48em) {
  .el-outsideleft {
    width: 100%;
    margin-left: -20%;
    margin-right: 50px; } }

p.text-center {
  text-align: left; }
  @media (min-width: 48em) {
    p.text-center {
      text-align: center; } }
  p.text-center.center-on-mobile {
    text-align: center; }

.row {
  margin: 0 auto; }

.row:before,
.row:after {
  content: '';
  display: table; }

.row:after {
  clear: both; }

.xs {
  max-width: 32rem; }

.sm {
  max-width: 48rem; }

.md {
  max-width: 64rem; }

.lg {
  max-width: 80rem; }

.xl {
  max-width: 96rem; }

.col {
  float: left; }

.xs-0 {
  display: none; }

.xs-1,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9,
.xs-10,
.xs-11,
.xs-12 {
  display: inline-block; }

.xs-1 {
  width: 8.3333%; }

.xs-2 {
  width: 16.6667%; }

.xs-3 {
  width: 25%; }

.xs-4 {
  width: 33.3333%; }

.xs-5 {
  width: 41.6667%; }

.xs-6 {
  width: 50%; }

.xs-7 {
  width: 58.3333%; }

.xs-8 {
  width: 66.6667%; }

.xs-9 {
  width: 75%; }

.xs-10 {
  width: 83.3333%; }

.xs-11 {
  width: 91.6667%; }

.xs-12 {
  width: 100%; }

@media screen and (min-width: 32em) {
  .sm-0 {
    display: none; }
  .sm-1,
  .sm-2,
  .sm-3,
  .sm-4,
  .sm-5,
  .sm-6,
  .sm-7,
  .sm-8,
  .sm-9,
  .sm-10,
  .sm-11,
  .sm-12 {
    display: inline-block; }
  .sm-1 {
    width: 8.3333%; }
  .sm-2 {
    width: 16.6667%; }
  .sm-3 {
    width: 25%; }
  .sm-4 {
    width: 33.3333%; }
  .sm-5 {
    width: 41.6667%; }
  .sm-6 {
    width: 50%; }
  .sm-7 {
    width: 58.3333%; }
  .sm-8 {
    width: 66.6667%; }
  .sm-9 {
    width: 75%; }
  .sm-10 {
    width: 83.3333%; }
  .sm-11 {
    width: 91.6667%; }
  .sm-12 {
    width: 100%; } }

@media screen and (min-width: 48em) {
  .md-0 {
    display: none; }
  .md-1,
  .md-2,
  .md-3,
  .md-4,
  .md-5,
  .md-6,
  .md-7,
  .md-8,
  .md-9,
  .md-10,
  .md-11,
  .md-12 {
    display: inline-block; }
  .md-1 {
    width: 8.3333%; }
  .md-2 {
    width: 16.6667%; }
  .md-3 {
    width: 25%; }
  .md-4 {
    width: 33.3333%; }
  .md-5 {
    width: 41.6667%; }
  .md-6 {
    width: 50%; }
  .md-7 {
    width: 58.3333%; }
  .md-8 {
    width: 66.6667%; }
  .md-9 {
    width: 75%; }
  .md-10 {
    width: 83.3333%; }
  .md-11 {
    width: 91.6667%; }
  .md-12 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .lg-0 {
    display: none; }
  .lg-1,
  .lg-2,
  .lg-3,
  .lg-4,
  .lg-5,
  .lg-6,
  .lg-7,
  .lg-8,
  .lg-9,
  .lg-10,
  .lg-11,
  .lg-12 {
    display: inline-block; }
  .lg-1 {
    width: 8.3333%; }
  .lg-2 {
    width: 16.6667%; }
  .lg-3 {
    width: 25%; }
  .lg-4 {
    width: 33.3333%; }
  .lg-5 {
    width: 41.6667%; }
  .lg-6 {
    width: 50%; }
  .lg-7 {
    width: 58.3333%; }
  .lg-8 {
    width: 66.6667%; }
  .lg-9 {
    width: 75%; }
  .lg-10 {
    width: 83.3333%; }
  .lg-11 {
    width: 91.6667%; }
  .lg-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xl-0 {
    display: none; }
  .xl-1,
  .xl-2,
  .xl-3,
  .xl-4,
  .xl-5,
  .xl-6,
  .xl-7,
  .xl-8,
  .xl-9,
  .xl-10,
  .xl-11,
  .xl-12 {
    display: inline-block; }
  .xl-1 {
    width: 8.3333%; }
  .xl-2 {
    width: 16.6667%; }
  .xl-3 {
    width: 25%; }
  .xl-4 {
    width: 33.3333%; }
  .xl-5 {
    width: 41.6667%; }
  .xl-6 {
    width: 50%; }
  .xl-7 {
    width: 58.3333%; }
  .xl-8 {
    width: 66.6667%; }
  .xl-9 {
    width: 75%; }
  .xl-10 {
    width: 83.3333%; }
  .xl-11 {
    width: 91.6667%; }
  .xl-12 {
    width: 100%; } }

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Regular.woff2") format("woff2"), url("../fonts/FiraSans-Regular.woff") format("woff"), url("../fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Medium.woff2") format("woff2"), url("../fonts/FiraSans-Medium.woff") format("woff"), url("../fonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Bold.woff2") format("woff2"), url("../fonts/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

html {
  font-size: 100%; }

body {
  /*
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6B7C93;
  line-height: 1.6;
  font-size: 106.25%; }

body,
.fonts-loaded body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  color: #27274B;
  line-height: 1.1; }

h1 {
  font-size: 2.25rem; }
  @media (min-width: 64em) {
    h1 {
      font-size: 2.8rem; } }

h2 {
  font-size: 1.75rem;
  font-weight: 500; }
  @media (min-width: 64em) {
    h2 {
      font-size: 2.25rem; } }

h3 {
  font-size: 1.375rem; }
  @media (min-width: 64em) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: 1.375rem;
  font-weight: 400; }

a {
  color: #27274B;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.center-on-mobile {
  text-align: center; }
  @media (min-width: 48em) {
    .center-on-mobile {
      text-align: left; } }

.btn {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(51, 51, 69, 0.13), 0 1px 3px rgba(0, 0, 0, 0.08);
  letter-spacing: .025em;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  .btn:hover {
    text-decoration: none;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    box-shadow: 0 7px 17px rgba(51, 51, 69, 0.17), 0 3px 6px rgba(0, 0, 0, 0.08); }

.btn--blue {
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  background-color: #1097EC;
  color: #fff; }
  .btn--blue:hover {
    background-color: #46ACEC; }

.btn--green {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background-color: #259349;
  color: #fff; }
  .btn--green:hover {
    background-color: #53C478; }

.btn--white {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #fff;
  color: #1097EC;
  border: 1px solid #1097EC; }

.btn__icon-like:before {
  content: "";
  display: inline-block;
  line-height: 45px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2IDE1Ij4KICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjQ4NzgwNDg4LDExLjkyNjgyOTMgQzIuNDg3ODA0ODgsMTEuNzgwNDg3OCAyLjQxNDYzNDE1LDExLjYzNDE0NjMgMi4yNjgyOTI2OCwxMS40ODc4MDQ5IEMyLjEyMTk1MTIyLDExLjM0MTQ2MzQgMS45NzU2MDk3NiwxMS4yNjgyOTI3IDEuODI5MjY4MjksMTEuMjY4MjkyNyBDMS42ODI5MjY4MywxMS4yNjgyOTI3IDEuNTM2NTg1MzcsMTEuMzQxNDYzNCAxLjM5MDI0MzksMTEuNDg3ODA0OSBDMS4yNDM5MDI0NCwxMS42MzQxNDYzIDEuMjQzOTAyNDQsMTEuNzgwNDg3OCAxLjI0MzkwMjQ0LDExLjkyNjgyOTMgQzEuMjQzOTAyNDQsMTIuMDczMTcwNyAxLjMxNzA3MzE3LDEyLjIxOTUxMjIgMS4zOTAyNDM5LDEyLjM2NTg1MzcgQzEuNTM2NTg1MzcsMTIuNTEyMTk1MSAxLjY4MjkyNjgzLDEyLjUxMjE5NTEgMS44MjkyNjgyOSwxMi41MTIxOTUxIEMxLjk3NTYwOTc2LDEyLjUxMjE5NTEgMi4xMjE5NTEyMiwxMi40MzkwMjQ0IDIuMjY4MjkyNjgsMTIuMzY1ODUzNyBDMi40MTQ2MzQxNSwxMi4yMTk1MTIyIDIuNDg3ODA0ODgsMTIuMDczMTcwNyAyLjQ4NzgwNDg4LDExLjkyNjgyOTMgTDIuNDg3ODA0ODgsMTEuOTI2ODI5MyBaIE00LjA5NzU2MDk4LDYuODc4MDQ4NzggTDQuMDk3NTYwOTgsMTMuMTcwNzMxNyBDNC4wOTc1NjA5OCwxMy4zMTcwNzMyIDQuMDI0MzkwMjQsMTMuNDYzNDE0NiAzLjg3ODA0ODc4LDEzLjYwOTc1NjEgQzMuNzMxNzA3MzIsMTMuNzU2MDk3NiAzLjU4NTM2NTg1LDEzLjgyOTI2ODMgMy40MzkwMjQzOSwxMy44MjkyNjgzIEwwLjY1ODUzNjU4NSwxMy44MjkyNjgzIEMwLjUxMjE5NTEyMiwxMy44MjkyNjgzIDAuMzY1ODUzNjU5LDEzLjc1NjA5NzYgMC4yMTk1MTIxOTUsMTMuNjA5NzU2MSBDMC4wNzMxNzA3MzE3LDEzLjQ2MzQxNDYgMCwxMy4zMTcwNzMyIDAsMTMuMTcwNzMxNyBMMCw2Ljg3ODA0ODc4IEMwLDYuNzMxNzA3MzIgMC4wNzMxNzA3MzE3LDYuNTg1MzY1ODUgMC4yMTk1MTIxOTUsNi40MzkwMjQzOSBDMC4zNjU4NTM2NTksNi4yOTI2ODI5MyAwLjUxMjE5NTEyMiw2LjIxOTUxMjIgMC42NTg1MzY1ODUsNi4yMTk1MTIyIEwzLjUxMjE5NTEyLDYuMjE5NTEyMiBDMy42NTg1MzY1OSw2LjIxOTUxMjIgMy44MDQ4NzgwNSw2LjI5MjY4MjkzIDMuOTUxMjE5NTEsNi40MzkwMjQzOSBDNC4wOTc1NjA5OCw2LjU4NTM2NTg1IDQuMDk3NTYwOTgsNi43MzE3MDczMiA0LjA5NzU2MDk4LDYuODc4MDQ4NzggTDQuMDk3NTYwOTgsNi44NzgwNDg3OCBaIE0xNS42NTg1MzY2LDYuODc4MDQ4NzggQzE1LjY1ODUzNjYsNy40NjM0MTQ2MyAxNS41MTIxOTUxLDcuOTAyNDM5MDIgMTUuMTQ2MzQxNSw4LjM0MTQ2MzQxIEMxNS4yMTk1MTIyLDguNjM0MTQ2MzQgMTUuMjkyNjgyOSw4Ljg1MzY1ODU0IDE1LjI5MjY4MjksOS4wNzMxNzA3MyBDMTUuMjkyNjgyOSw5LjU4NTM2NTg1IDE1LjE0NjM0MTUsMTAuMDI0MzkwMiAxNC44NTM2NTg1LDEwLjM5MDI0MzkgQzE1LDEwLjc1NjA5NzYgMTUsMTEuMTIxOTUxMiAxNC44NTM2NTg1LDExLjU2MDk3NTYgQzE0Ljc4MDQ4NzgsMTEuOTI2ODI5MyAxNC41NjA5NzU2LDEyLjIxOTUxMjIgMTQuMzQxNDYzNCwxMi41MTIxOTUxIEMxNC40MTQ2MzQxLDEzLjI0MzkwMjQgMTQuMjY4MjkyNywxMy44MjkyNjgzIDEzLjgyOTI2ODMsMTQuMjY4MjkyNyBDMTMuMzkwMjQzOSwxNC43ODA0ODc4IDEyLjczMTcwNzMsMTUgMTEuOTI2ODI5MywxNSBMMTAuNjgyOTI2OCwxNSBDMTAuMjQzOTAyNCwxNSA5LjgwNDg3ODA1LDE0LjkyNjgyOTMgOS4yOTI2ODI5MywxNC44NTM2NTg1IEM4Ljc4MDQ4NzgsMTQuNzgwNDg3OCA4LjQxNDYzNDE1LDE0LjYzNDE0NjMgOC4xMjE5NTEyMiwxNC41NjA5NzU2IEM3LjgyOTI2ODI5LDE0LjQ4NzgwNDkgNy40NjM0MTQ2MywxNC4zNDE0NjM0IDYuOTUxMjE5NTEsMTQuMTk1MTIyIEM2LjE0NjM0MTQ2LDEzLjkwMjQzOSA1LjYzNDE0NjM0LDEzLjc1NjA5NzYgNS40MTQ2MzQxNSwxMy43NTYwOTc2IEM1LjI2ODI5MjY4LDEzLjc1NjA5NzYgNS4xMjE5NTEyMiwxMy42ODI5MjY4IDQuOTc1NjA5NzYsMTMuNTM2NTg1NCBDNC44MjkyNjgyOSwxMy4zOTAyNDM5IDQuNjgyOTI2ODMsMTMuMzE3MDczMiA0LjY4MjkyNjgzLDEzLjE3MDczMTcgTDQuNjgyOTI2ODMsNi44NzgwNDg3OCBDNC42ODI5MjY4Myw2LjczMTcwNzMyIDQuNzU2MDk3NTYsNi41ODUzNjU4NSA0LjgyOTI2ODI5LDYuNDM5MDI0MzkgQzQuOTc1NjA5NzYsNi4zNjU4NTM2NiA1LjEyMTk1MTIyLDYuMjkyNjgyOTMgNS4yNjgyOTI2OCw2LjI5MjY4MjkzIEM1LjQxNDYzNDE1LDYuMjkyNjgyOTMgNS43MDczMTcwNyw2LjA3MzE3MDczIDYsNS43MDczMTcwNyBDNi4yOTI2ODI5Myw1LjM0MTQ2MzQxIDYuNjU4NTM2NTksNC45NzU2MDk3NiA3LjAyNDM5MDI0LDQuNTM2NTg1MzcgQzcuNDYzNDE0NjMsMy45NTEyMTk1MSA3LjgyOTI2ODI5LDMuNTg1MzY1ODUgOC4wNDg3ODA0OSwzLjM2NTg1MzY2IEM4LjE5NTEyMTk1LDMuMjE5NTEyMiA4LjI2ODI5MjY4LDMuMDczMTcwNzMgOC4zNDE0NjM0MSwyLjkyNjgyOTI3IEM4LjQxNDYzNDE1LDIuNzA3MzE3MDcgOC40ODc4MDQ4OCwyLjU2MDk3NTYxIDguNDg3ODA0ODgsMi40MTQ2MzQxNSBDOC40ODc4MDQ4OCwyLjI2ODI5MjY4IDguNTYwOTc1NjEsMi4xMjE5NTEyMiA4LjYzNDE0NjM0LDEuODI5MjY4MjkgQzguNzA3MzE3MDcsMS42MDk3NTYxIDguNzA3MzE3MDcsMS4zOTAyNDM5IDguNzgwNDg3OCwxLjI0MzkwMjQ0IEM4Ljc4MDQ4NzgsMS4wOTc1NjA5OCA4Ljg1MzY1ODU0LDAuOTUxMjE5NTEyIDksMC43MzE3MDczMTcgQzkuMDczMTcwNzMsMC41MTIxOTUxMjIgOS4yMTk1MTIyLDAuMzY1ODUzNjU5IDkuMzY1ODUzNjYsMC4yMTk1MTIxOTUgQzkuNDM5MDI0MzksMC4wNzMxNzA3MzE3IDkuNTg1MzY1ODUsMCA5LjczMTcwNzMyLDAgQzEwLjAyNDM5MDIsMCAxMC4zMTcwNzMyLDAgMTAuNTM2NTg1NCwwLjA3MzE3MDczMTcgQzEwLjc1NjA5NzYsMC4xNDYzNDE0NjMgMTAuOTc1NjA5OCwwLjIxOTUxMjE5NSAxMS4xMjE5NTEyLDAuMjkyNjgyOTI3IEMxMS4yNjgyOTI3LDAuMzY1ODUzNjU5IDExLjQxNDYzNDEsMC41MTIxOTUxMjIgMTEuNDg3ODA0OSwwLjY1ODUzNjU4NSBDMTEuNTYwOTc1NiwwLjgwNDg3ODA0OSAxMS43MDczMTcxLDAuOTUxMjE5NTEyIDExLjcwNzMxNzEsMS4wOTc1NjA5OCBDMTEuNzgwNDg3OCwxLjI0MzkwMjQ0IDExLjc4MDQ4NzgsMS4zOTAyNDM5IDExLjg1MzY1ODUsMS42MDk3NTYxIEMxMS44NTM2NTg1LDEuODI5MjY4MjkgMTEuOTI2ODI5MywxLjk3NTYwOTc2IDExLjkyNjgyOTMsMi4wNDg3ODA0OSBMMTEuOTI2ODI5MywyLjQxNDYzNDE1IEMxMS45MjY4MjkzLDIuNjM0MTQ2MzQgMTEuOTI2ODI5MywyLjkyNjgyOTI3IDExLjg1MzY1ODUsMy4xNDYzNDE0NiBDMTEuNzgwNDg3OCwzLjM2NTg1MzY2IDExLjcwNzMxNzEsMy43MzE3MDczMiAxMS42MzQxNDYzLDMuODc4MDQ4NzggQzExLjU2MDk3NTYsNC4wMjQzOTAyNCAxMS40ODc4MDQ5LDQuMTcwNzMxNzEgMTEuMzQxNDYzNCw0LjQ2MzQxNDYzIEMxMS4zNDE0NjM0LDQuNTM2NTg1MzcgMTEuMjY4MjkyNyw0LjUzNjU4NTM3IDExLjI2ODI5MjcsNC42MDk3NTYxIEMxMS4xOTUxMjIsNC42ODI5MjY4MyAxMS4xOTUxMjIsNC43NTYwOTc1NiAxMS4xOTUxMjIsNC44MjkyNjgyOSBDMTEuMTk1MTIyLDQuOTAyNDM5MDIgMTEuMTIxOTUxMiw0Ljk3NTYwOTc2IDExLjEyMTk1MTIsNS4wNDg3ODA0OSBMMTMuODI5MjY4Myw1LjA0ODc4MDQ5IEMxNC4zNDE0NjM0LDUuMDQ4NzgwNDkgMTQuNzgwNDg3OCw1LjI2ODI5MjY4IDE1LjE0NjM0MTUsNS42MzQxNDYzNCBDMTUuNTEyMTk1MSw2IDE1LjY1ODUzNjYsNi4zNjU4NTM2NiAxNS42NTg1MzY2LDYuODc4MDQ4NzggTDE1LjY1ODUzNjYsNi44NzgwNDg3OCBMMTUuNjU4NTM2Niw2Ljg3ODA0ODc4IFoiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 15px;
  height: 15px;
  padding-left: 10px; }

.card__like .btn:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  box-shadow: 0 4px 6px rgba(51, 51, 69, 0.13), 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #259349; }

@media (min-width: 48em) {
  .section--how .md-4,
  .section--topics .md-4,
  .section--peers .md-4,
  .section--notifications .md-4,
  .section--manage .md-4 {
    padding-right: 8.3333%; } }

.sm,
.lg {
  padding-left: 20px;
  padding-right: 20px; }

header {
  background-image: url(../images/hero.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 45vh;
  max-width: 100%;
  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; }

.hero {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 48em) {
    .hero {
      margin: 0;
      text-align: left;
      padding: 0 0 0 5%; } }

.video-content {
  width: 100%;
  height: auto; }
  @media (min-width: 48em) {
    .video-content {
      width: 80%; } }

.section--what ul {
  padding-top: 30px; }

.section--what li {
  padding: 0 20px 15px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #27274B; }
  @media (min-width: 48em) {
    .section--what li {
      padding: 0 40px; } }

.icon--like,
.icon--follow,
.icon--notification,
.icon--manage {
  display: block;
  position: relative;
  height: 54px;
  line-height: 54px; }

.parallax {
  display: block;
  height: auto;
  position: relative;
  width: auto; }

.parallax .parallax-content {
  height: auto;
  -webkit-transform: perspective(50rem);
  transform: perspective(50rem);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%; }

.parallax .parallax-content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.parallax .parallax-top-left {
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 99; }

.parallax .parallax-top-left:hover ~ .parallax-content {
  -webkit-transform: perspective(50rem) rotateX(3deg) rotateY(-3deg);
  transform: perspective(50rem) rotateX(3deg) rotateY(-3deg); }

.parallax .parallax-top-left:hover ~ .parallax-content::before {
  background: -webkit-linear-gradient(315deg, rgba(245, 247, 248, 0.25) 0%, rgba(245, 247, 248, 0) 50%);
  background: linear-gradient(135deg, rgba(245, 247, 248, 0.25) 0%, rgba(245, 247, 248, 0) 50%); }

.parallax .parallax-top-right {
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 99; }

.parallax .parallax-top-right:hover ~ .parallax-content {
  -webkit-transform: perspective(50rem) rotateX(3deg) rotateY(3deg);
  transform: perspective(50rem) rotateX(3deg) rotateY(3deg); }

.parallax .parallax-top-right:hover ~ .parallax-content::before {
  background: -webkit-linear-gradient(225deg, rgba(245, 247, 248, 0.25) 0%, rgba(245, 247, 248, 0) 50%);
  background: linear-gradient(-135deg, rgba(245, 247, 248, 0.25) 0%, rgba(245, 247, 248, 0) 50%); }

.parallax .parallax-bottom-left {
  bottom: 0;
  height: 50%;
  left: 0;
  position: absolute;
  width: 50%;
  z-index: 99; }

.parallax .parallax-bottom-left:hover ~ .parallax-content {
  -webkit-transform: perspective(50rem) rotateX(-3deg) rotateY(-3deg);
  transform: perspective(50rem) rotateX(-3deg) rotateY(-3deg); }

.parallax .parallax-bottom-left:hover ~ .parallax-content::before {
  background: -webkit-linear-gradient(45deg, rgba(245, 247, 248, 0.25) 0%, rgba(245, 247, 248, 0) 50%);
  background: linear-gradient(45deg, rgba(245, 247, 248, 0.25) 0%, rgba(245, 247, 248, 0) 50%); }

.parallax .parallax-bottom-right {
  bottom: 0;
  height: 50%;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 99; }

.parallax .parallax-bottom-right:hover ~ .parallax-content {
  -webkit-transform: perspective(50rem) rotateX(-3deg) rotateY(3deg);
  transform: perspective(50rem) rotateX(-3deg) rotateY(3deg); }

.parallax .parallax-bottom-right:hover ~ .parallax-content::before {
  background: -webkit-linear-gradient(135deg, rgba(245, 247, 248, 0.25) 0%, rgba(245, 247, 248, 0) 50%);
  background: linear-gradient(-45deg, rgba(245, 247, 248, 0.25) 0%, rgba(245, 247, 248, 0) 50%); }

.topics-slider {
  margin: 20px auto;
  padding: 0; }
  @media (min-width: 48em) {
    .topics-slider {
      margin: 20px 0 0 -20px; } }
  .topics-slider .selected {
    border-radius: 6px;
    color: #27274B;
    background-color: #fff;
    box-shadow: 0 0 10px #c8d4d9; }
    .topics-slider .selected:hover {
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
      box-shadow: 0 4px 15px #c8d4d9; }
  .topics-slider a {
    padding: 15px 20px;
    text-decoration: none;
    color: #6B7C93;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .topics-slider a:hover {
      color: #27274B; }

#content-1,
#content-2,
#content-3 {
  /*visibility: hidden;*/
  display: none; }
  #content-1.active,
  #content-2.active,
  #content-3.active {
    /* visibility: visible !important; */
    display: block; }

@media (min-width: 48em) {
  .row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.card {
  vertical-align: top;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  @media (min-width: 48em) {
    .card {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: calc(100% / 3.05); } }
  @media (min-width: 64em) {
    .card {
      margin: 0 20px;
      padding: 20px;
      box-shadow: 0 50px 25px rgba(0, 0, 0, 0.15); } }
  .card:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    box-shadow: 0 35px 50px rgba(0, 0, 0, 0.25); }

.card__meta {
  font-size: 0.875rem;
  padding-bottom: 20px; }

.card__avatar {
  float: left;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px; }

.card__content {
  margin-bottom: 60px; }

.card__like {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 5px; }

.section--manage {
  position: relative;
  z-index: 2; }

.bg--gradients {
  -webkit-transform-origin: 0;
          transform-origin: 0;
  position: relative;
  background: -webkit-linear-gradient(320deg, #19D8FC 20%, #197CFC 60%);
  background: linear-gradient(130deg, #19D8FC 20%, #197CFC 60%); }

.section--myinfoq {
  position: relative;
  z-index: 2; }
  .section--myinfoq h2, .section--myinfoq p {
    color: #fff; }

.link-body {
  color: #6B7C93; }
