/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #73bec8;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.article button:focus,
.article button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #5c98a0;
  color: #fff;
}
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover,
input[type='button']:disabled:hover,
input[type='reset']:disabled:hover,
input[type='submit']:disabled:hover {
  background-color: #73bec8;
}
fieldset {
  background-color: #f1f1f1;
  border: 1px solid #c6c6c6;
  margin: 0 0 0.75em;
  padding: 1.5em;
}
input,
label,
select {
  display: block;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}
label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required:after {
  content: '*';
}
label abbr {
  display: none;
}
input:not([type]),
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select[multiple='multiple'],
textarea {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 0.15s ease;
  width: 100%;
}
input:not([type]):hover,
input[type='color']:hover,
input[type='date']:hover,
input[type='datetime-local']:hover,
input[type='datetime']:hover,
input[type='email']:hover,
input[type='month']:hover,
input[type='number']:hover,
input[type='password']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='time']:hover,
input[type='url']:hover,
input[type='week']:hover,
select[multiple='multiple']:hover,
textarea:hover {
  border-color: #9e9e9e;
}
input:not([type]):focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime-local']:focus,
input[type='datetime']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus,
select[multiple='multiple']:focus,
textarea:focus {
  border-color: #73bec8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06),
    0 0 5px rgba(97, 182, 193, 0.7);
}
input:not([type]):disabled,
input[type='color']:disabled,
input[type='date']:disabled,
input[type='datetime-local']:disabled,
input[type='datetime']:disabled,
input[type='email']:disabled,
input[type='month']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='text']:disabled,
input[type='time']:disabled,
input[type='url']:disabled,
input[type='week']:disabled,
select[multiple='multiple']:disabled,
textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input:not([type]):disabled:hover,
input[type='color']:disabled:hover,
input[type='date']:disabled:hover,
input[type='datetime-local']:disabled:hover,
input[type='datetime']:disabled:hover,
input[type='email']:disabled:hover,
input[type='month']:disabled:hover,
input[type='number']:disabled:hover,
input[type='password']:disabled:hover,
input[type='search']:disabled:hover,
input[type='tel']:disabled:hover,
input[type='text']:disabled:hover,
input[type='time']:disabled:hover,
input[type='url']:disabled:hover,
input[type='week']:disabled:hover,
select[multiple='multiple']:disabled:hover,
textarea:disabled:hover {
  border: 1px solid #c6c6c6;
}
textarea {
  resize: vertical;
}
input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='checkbox'],
input[type='radio'] {
  display: inline;
  margin-right: 0.375em;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
}
input[type='file'] {
  margin-bottom: 0.75em;
  width: 100%;
}
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: 700;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}
table {
  border-collapse: collapse;
  font-feature-settings: 'kern', 'liga', 'tnum';
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
th {
  border-bottom: 1px solid #959595;
  font-weight: 600;
  text-align: left;
}
td,
th {
  padding: 0.75em 0;
}
td {
  border-bottom: 1px solid #c6c6c6;
}
td,
th,
tr {
  vertical-align: middle;
}
body {
  color: #434a54;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-feature-settings: 'kern', 'liga', 'pnum';
  font-size: 1em;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: 500;
}
p {
  margin: 0 0 0.75em;
}
a {
  color: inherit;
  text-decoration: none;
}
hr {
  border-bottom: 1px solid #c6c6c6;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}
img,
picture {
  margin: 0;
  max-width: 100%;
}
.screen-reader-text {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.v-holder {
  display: table;
  height: inherit;
  width: 100%;
}
.v-content {
  display: table-cell;
  vertical-align: middle;
}
@keyframes shake {
  0%,
  30%,
  to {
    transform: translateZ(0);
  }
  50%,
  70%,
  90% {
    transform: translate3d(0, -1px, 0);
  }
  40%,
  60%,
  80% {
    transform: translate3d(0, 2px, 0);
  }
}
body.loaded .l-panel {
  transition: opacity, 0.3s;
  opacity: 0;
  pointer-events: none;
}
body.is-archive-shown {
  overflow: hidden;
}
body.is-archive-shown .archive-modal {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
body.is-archive-shown.is-menu-shown .archive-modal {
  transform: translateX(-300px);
  pointer-events: none;
}
body.is-archive-shown .top-icon {
  fill: #333 !important;
}
body.is-menu-shown {
  overflow: hidden;
}
body.typeform-mobile-modal-open .typeform-modal {
  display: block;
}
.category-human-experience .post__duration__arrow {
  fill: #89bc62;
}
.category-human-experience a.brand:hover .brand__name {
  color: #89bc62 !important;
}
.category-human-experience .component__link,
.category-human-experience .page__title,
.category-human-experience .post__category a,
.category-human-experience .post__title,
.category-human-experience .related-item__category,
.category-human-experience .related-item__category a {
  color: #89bc62;
}
.category-human-experience .related-item__strip {
  background-color: #89bc62;
}
.category-human-experience .post__content .big-title--colored,
.category-human-experience .post__content .component--dropcap p:first-letter,
.category-human-experience .post__content .pull-quote p,
.category-human-experience .post__content blockquote {
  color: #89bc62;
}
.category-human-experience .post__content a {
  border-bottom-color: #89bc62;
}
.category-human-experience .post__content a:hover {
  color: #fff;
  background-color: #89bc62;
}
.category-human-experience .component--cta-button a.component__link {
  border-color: #434a54;
}
.category-human-experience .component--cta-button a.component__link:hover {
  border-color: #89bc62;
}
.category-human-experience .icon-text__icon {
  fill: #89bc62;
  stroke: #89bc62;
}
.category-human-experience .footer-subscribe,
.category-human-experience .is-non-touch .post--mini:hover {
  background-color: #89bc62;
}
.category-human-experience .progress-bar {
  background-color: transparent;
  color: #89bc62;
}
.category-human-experience .progress-bar::-webkit-progress-value {
  background-color: #89bc62;
}
.category-human-experience .progress-bar::-moz-progress-bar {
  background-color: #89bc62;
}
.category-human-experience .slider .owl-dot.active {
  background-color: #89bc62;
}
.category-human-experience .article-color,
.category-human-experience .navigation a,
.category-human-experience .subscription .subscription__arrow {
  color: #89bc62;
}
.category-human-experience .subscription .subscription__submit {
  background-color: #89bc62;
}
.category-human-experience .subscription .subscription__input:focus {
  border-color: #89bc62;
}
.category-human-experience .subscription.is-success .subscription__message {
  border-color: #89bc62;
  color: #89bc62;
}
.category-human-experience .chapter-navigation__item.is-active {
  color: #89bc62;
}
.category-inside-story .post__duration__arrow {
  fill: #e4ba3f;
}
.category-inside-story a.brand:hover .brand__name {
  color: #e4ba3f !important;
}
.category-inside-story .component__link,
.category-inside-story .page__title,
.category-inside-story .post__category a,
.category-inside-story .post__title,
.category-inside-story .related-item__category,
.category-inside-story .related-item__category a {
  color: #e4ba3f;
}
.category-inside-story .related-item__strip {
  background-color: #e4ba3f;
}
.category-inside-story .post__content .big-title--colored,
.category-inside-story .post__content .component--dropcap p:first-letter,
.category-inside-story .post__content .pull-quote p,
.category-inside-story .post__content blockquote {
  color: #e4ba3f;
}
.category-inside-story .post__content a {
  border-bottom-color: #e4ba3f;
}
.category-inside-story .post__content a:hover {
  color: #fff;
  background-color: #e4ba3f;
}
.category-inside-story .component--cta-button a.component__link {
  border-color: #434a54;
}
.category-inside-story .component--cta-button a.component__link:hover {
  border-color: #e4ba3f;
}
.category-inside-story .icon-text__icon {
  fill: #e4ba3f;
  stroke: #e4ba3f;
}
.category-inside-story .footer-subscribe,
.category-inside-story .is-non-touch .post--mini:hover {
  background-color: #e4ba3f;
}
.category-inside-story .progress-bar {
  background-color: transparent;
  color: #e4ba3f;
}
.category-inside-story .progress-bar::-webkit-progress-value {
  background-color: #e4ba3f;
}
.category-inside-story .progress-bar::-moz-progress-bar {
  background-color: #e4ba3f;
}
.category-inside-story .slider .owl-dot.active {
  background-color: #e4ba3f;
}
.category-inside-story .article-color,
.category-inside-story .navigation a,
.category-inside-story .subscription .subscription__arrow {
  color: #e4ba3f;
}
.category-inside-story .subscription .subscription__submit {
  background-color: #e4ba3f;
}
.category-inside-story .subscription .subscription__input:focus {
  border-color: #e4ba3f;
}
.category-inside-story .subscription.is-success .subscription__message {
  border-color: #e4ba3f;
  color: #e4ba3f;
}
.category-inside-story .chapter-navigation__item.is-active {
  color: #e4ba3f;
}
.category-guides .post__duration__arrow {
  fill: #73bec8;
}
.category-guides a.brand:hover .brand__name {
  color: #73bec8 !important;
}
.category-guides .component__link,
.category-guides .page__title,
.category-guides .post__category a,
.category-guides .post__title,
.category-guides .related-item__category,
.category-guides .related-item__category a {
  color: #73bec8;
}
.category-guides .related-item__strip {
  background-color: #73bec8;
}
.category-guides .post__content .big-title--colored,
.category-guides .post__content .component--dropcap p:first-letter,
.category-guides .post__content .pull-quote p,
.category-guides .post__content blockquote {
  color: #73bec8;
}
.category-guides .post__content a {
  border-bottom-color: #73bec8;
}
.category-guides .post__content a:hover {
  color: #fff;
  background-color: #73bec8;
}
.category-guides .component--cta-button a.component__link {
  border-color: #434a54;
}
.category-guides .component--cta-button a.component__link:hover {
  border-color: #73bec8;
}
.category-guides .icon-text__icon {
  fill: #73bec8;
  stroke: #73bec8;
}
.category-guides .footer-subscribe,
.category-guides .is-non-touch .post--mini:hover {
  background-color: #73bec8;
}
.category-guides .progress-bar {
  background-color: transparent;
  color: #73bec8;
}
.category-guides .progress-bar::-webkit-progress-value {
  background-color: #73bec8;
}
.category-guides .progress-bar::-moz-progress-bar {
  background-color: #73bec8;
}
.category-guides .slider .owl-dot.active {
  background-color: #73bec8;
}
.category-guides .article-color,
.category-guides .navigation a,
.category-guides .subscription .subscription__arrow {
  color: #73bec8;
}
.category-guides .subscription .subscription__submit {
  background-color: #73bec8;
}
.category-guides .subscription .subscription__input:focus {
  border-color: #73bec8;
}
.category-guides .subscription.is-success .subscription__message {
  border-color: #73bec8;
  color: #73bec8;
}
.category-guides .chapter-navigation__item.is-active {
  color: #73bec8;
}
.category-inspiration .post__duration__arrow {
  fill: #c75875;
}
.category-inspiration a.brand:hover .brand__name {
  color: #c75875 !important;
}
.category-inspiration .component__link,
.category-inspiration .page__title,
.category-inspiration .post__category a,
.category-inspiration .post__title,
.category-inspiration .related-item__category,
.category-inspiration .related-item__category a {
  color: #c75875;
}
.category-inspiration .related-item__strip {
  background-color: #c75875;
}
.category-inspiration .post__content .big-title--colored,
.category-inspiration .post__content .component--dropcap p:first-letter,
.category-inspiration .post__content .pull-quote p,
.category-inspiration .post__content blockquote {
  color: #c75875;
}
.category-inspiration .post__content a {
  border-bottom-color: #c75875;
}
.category-inspiration .post__content a:hover {
  color: #fff;
  background-color: #c75875;
}
.category-inspiration .component--cta-button a.component__link {
  border-color: #434a54;
}
.category-inspiration .component--cta-button a.component__link:hover {
  border-color: #c75875;
}
.category-inspiration .icon-text__icon {
  fill: #c75875;
  stroke: #c75875;
}
.category-inspiration .footer-subscribe,
.category-inspiration .is-non-touch .post--mini:hover {
  background-color: #c75875;
}
.category-inspiration .progress-bar {
  background-color: transparent;
  color: #c75875;
}
.category-inspiration .progress-bar::-webkit-progress-value {
  background-color: #c75875;
}
.category-inspiration .progress-bar::-moz-progress-bar {
  background-color: #c75875;
}
.category-inspiration .slider .owl-dot.active {
  background-color: #c75875;
}
.category-inspiration .article-color,
.category-inspiration .navigation a,
.category-inspiration .subscription .subscription__arrow {
  color: #c75875;
}
.category-inspiration .subscription .subscription__submit {
  background-color: #c75875;
}
.category-inspiration .subscription .subscription__input:focus {
  border-color: #c75875;
}
.category-inspiration .subscription.is-success .subscription__message {
  border-color: #c75875;
  color: #c75875;
}
.category-inspiration .chapter-navigation__item.is-active {
  color: #c75875;
}
.category-ask-awesomely .post__duration__arrow {
  fill: #cb732b;
}
.category-ask-awesomely a.brand:hover .brand__name {
  color: #cb732b !important;
}
.category-ask-awesomely .component__link,
.category-ask-awesomely .page__title,
.category-ask-awesomely .post__category a,
.category-ask-awesomely .post__title,
.category-ask-awesomely .related-item__category,
.category-ask-awesomely .related-item__category a {
  color: #cb732b;
}
.category-ask-awesomely .related-item__strip {
  background-color: #cb732b;
}
.category-ask-awesomely .post__content .big-title--colored,
.category-ask-awesomely .post__content .component--dropcap p:first-letter,
.category-ask-awesomely .post__content .pull-quote p,
.category-ask-awesomely .post__content blockquote {
  color: #cb732b;
}
.category-ask-awesomely .post__content a {
  border-bottom-color: #cb732b;
}
.category-ask-awesomely .post__content a:hover {
  color: #fff;
  background-color: #cb732b;
}
.category-ask-awesomely .component--cta-button a.component__link {
  border-color: #434a54;
}
.category-ask-awesomely .component--cta-button a.component__link:hover {
  border-color: #cb732b;
}
.category-ask-awesomely .icon-text__icon {
  fill: #cb732b;
  stroke: #cb732b;
}
.category-ask-awesomely .footer-subscribe,
.category-ask-awesomely .is-non-touch .post--mini:hover {
  background-color: #cb732b;
}
.category-ask-awesomely .progress-bar {
  background-color: transparent;
  color: #cb732b;
}
.category-ask-awesomely .progress-bar::-webkit-progress-value {
  background-color: #cb732b;
}
.category-ask-awesomely .progress-bar::-moz-progress-bar {
  background-color: #cb732b;
}
.category-ask-awesomely .slider .owl-dot.active {
  background-color: #cb732b;
}
.category-ask-awesomely .article-color,
.category-ask-awesomely .navigation a,
.category-ask-awesomely .subscription .subscription__arrow {
  color: #cb732b;
}
.category-ask-awesomely .subscription .subscription__submit {
  background-color: #cb732b;
}
.category-ask-awesomely .subscription .subscription__input:focus {
  border-color: #cb732b;
}
.category-ask-awesomely .subscription.is-success .subscription__message {
  border-color: #cb732b;
  color: #cb732b;
}
.category-ask-awesomely .chapter-navigation__item.is-active {
  color: #cb732b;
}
.category-news .post__duration__arrow {
  fill: #c384c5;
}
.category-news a.brand:hover .brand__name {
  color: #c384c5 !important;
}
.category-news .component__link,
.category-news .page__title,
.category-news .post__category a,
.category-news .post__title,
.category-news .related-item__category,
.category-news .related-item__category a {
  color: #c384c5;
}
.category-news .related-item__strip {
  background-color: #c384c5;
}
.category-news .post__content .big-title--colored,
.category-news .post__content .component--dropcap p:first-letter,
.category-news .post__content .pull-quote p,
.category-news .post__content blockquote {
  color: #c384c5;
}
.category-news .post__content a {
  border-bottom-color: #c384c5;
}
.category-news .post__content a:hover {
  color: #fff;
  background-color: #c384c5;
}
.category-news .component--cta-button a.component__link {
  border-color: #434a54;
}
.category-news .component--cta-button a.component__link:hover {
  border-color: #c384c5;
}
.category-news .icon-text__icon {
  fill: #c384c5;
  stroke: #c384c5;
}
.category-news .footer-subscribe,
.category-news .is-non-touch .post--mini:hover {
  background-color: #c384c5;
}
.category-news .progress-bar {
  background-color: transparent;
  color: #c384c5;
}
.category-news .progress-bar::-webkit-progress-value {
  background-color: #c384c5;
}
.category-news .progress-bar::-moz-progress-bar {
  background-color: #c384c5;
}
.category-news .slider .owl-dot.active {
  background-color: #c384c5;
}
.category-news .article-color,
.category-news .navigation a,
.category-news .subscription .subscription__arrow {
  color: #c384c5;
}
.category-news .subscription .subscription__submit {
  background-color: #c384c5;
}
.category-news .subscription .subscription__input:focus {
  border-color: #c384c5;
}
.category-news .subscription.is-success .subscription__message {
  border-color: #c384c5;
  color: #c384c5;
}
.category-news .chapter-navigation__item.is-active {
  color: #c384c5;
}
.header {
  z-index: 150;
  transition: transform 0.5s;
  will-change: transform;
}
.is-menu-shown .header {
  transform: translateX(-300px);
}
.slider-nav-open .header {
  transform: translateY(-120px);
}
.header__archive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  transition: opacity 0.2s ease;
}
.navigation-is-loading .header__archive {
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header__archive {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .slider-nav-open .header {
    transform: translateZ(0);
  }
  .slider-nav-open.is-menu-shown .header {
    transform: translate3d(-300px, 0, 0);
  }
}
@media (max-width: 560px) {
  .main-header__name {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .header {
    position: fixed;
  }
  .header.is-down {
    transform: translateY(-81px);
  }
  .header.is-up {
    transform: translateY(0);
  }
  .header.is-below-slider {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
  }
  .header.is-below-slider .header__logo path,
  .header.is-below-slider .header__logo path[style] {
    fill: #37404a !important;
  }
  .is-menu-shown .header {
    transform: translateX(-300px);
  }
}
.reading-time {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.reading-time:before {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/clock-black.svg?v=164)
    no-repeat 0 0;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  margin: -2px 3px 0 0;
  opacity: 0.3;
}
.post__container--home {
  overflow-x: hidden;
  margin-top: 70px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-template-template-home-landing .progress-bar {
  display: none;
}
.homepage-columns {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: calc(1024px + 2rem * 2);
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .homepage-columns {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .homepage-columns {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-columns {
    padding: 0 2rem;
  }
}
.homepage-columns--three-fourths {
  -ms-flex: 3;
  flex: 3;
}
@media screen and (min-width: 768px) {
  .homepage-columns--three-fourths {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-columns--three-fourths {
    margin-right: 4rem;
  }
}
.homepage-columns--one-fourth {
  -ms-flex: 1;
  flex: 1;
}
.hx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f9ef;
}
@media screen and (min-width: 1024px) {
  .hx {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .hx {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hx__image-wrap {
  min-height: 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hx__image-wrap {
    -ms-flex-order: 2;
    order: 2;
    width: 50vw;
    margin-right: auto;
  }
}
.hx__image {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: 50%;
}
@media screen and (min-width: 768px) {
  .hx__image {
    position: absolute;
  }
}
.hx__meta-wrap {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .hx__meta-wrap {
    -ms-flex-order: 1;
    order: 1;
    width: 50vw;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .hx__meta-wrap {
    padding-left: 2rem;
  }
}
.hx__post-meta {
  width: 100%;
  padding: 0 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .hx__post-meta {
    max-width: 512px;
    margin-left: auto;
    padding: 6rem 5rem 6rem 0;
  }
}
.hx__category,
.hx__excerpt,
.hx__title {
  margin-bottom: 0.625rem;
}
.hx__category {
  display: block;
  font-size: 1.25rem;
  padding: 0.5rem 0.75rem;
  margin: 0 -1rem 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  background: #89bc62;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hx__category {
    display: inline-block;
    font-size: 1.5rem;
    margin: -1.5rem 0 1.5rem;
  }
}
.hx__category:hover {
  color: #fff;
}
.hx__title {
  font-size: 1.75rem;
  font-weight: 700;
}
.hx__title a {
  color: #4a4a4a;
}
@media screen and (min-width: 1024px) {
  .hx__title {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .hx__title {
    font-size: 3.4rem;
  }
}
.hx__excerpt {
  max-width: 20rem;
  line-height: 1.8rem;
  font-family: Merriweather, serif;
  color: #4a4a4a;
}
.hx__meta {
  font-size: 0.75rem;
  color: #838383;
}
.hx__author a {
  font-weight: 700;
  color: inherit;
}
.aa {
  max-width: calc(1024px + 2rem * 2);
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 1024px) {
  .aa {
    padding: 3.75rem 2rem;
  }
}
.aa__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .aa__container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .aa__container:after {
    content: '';
    display: block;
    position: absolute;
    width: 70%;
    height: 130%;
    left: 180px;
    top: -10px;
    pointer-events: none;
    border: 1rem solid rgba(203, 115, 43, 0.05);
  }
}
.aa__heading {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #cb732b;
}
.aa__heading a {
  color: #cb732b;
  border-bottom: 3px solid;
}
@media screen and (min-width: 1024px) {
  .aa__heading {
    margin: 0 0 2.5rem 2.5rem;
  }
}
.aa__image {
  display: none;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .aa__image {
    display: block;
    max-width: 230px;
    height: auto;
  }
}
.aa__meta {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #b7b7b7;
}
@media screen and (min-width: 768px) {
  .aa__meta {
    padding-left: 2rem;
  }
}
.aa__title {
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 540px;
  color: #4a4a4a;
}
.aa__title a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .aa__title {
    padding: 2rem 3rem 0 2rem;
    margin: 0 0 0.75rem;
  }
}
.aa__author a {
  font-weight: 700;
  color: inherit;
}
.home-is {
  max-width: calc(1024px + 2rem * 2);
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 1024px) {
  .home-is {
    padding: 3.75rem 2rem 5rem;
  }
}
.home-is__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-is__container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .home-is__container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .home-is__container:before {
    width: 110%;
    height: 250px;
    content: '';
    position: absolute;
    left: -5%;
    top: 40px;
    display: block;
    border: 1rem solid rgba(255, 246, 219, 0.75);
  }
}
@media screen and (min-width: 1024px) {
  .home-is__content {
    padding-right: 6rem;
  }
}
.home-is__heading {
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 700;
  color: #e4ba3f;
}
.home-is__heading a {
  color: #e4ba3f;
  border-bottom: 3px solid;
}
@media screen and (min-width: 1024px) {
  .home-is__heading {
    margin: 0 0 40px 40px;
  }
}
.home-is__image {
  position: relative;
}
.home-is__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 30px;
  min-height: 460px;
}
@media screen and (min-width: 768px) {
  .home-is__item:first-child {
    padding-right: 1rem;
  }
  .home-is__item:last-child {
    padding-left: 1rem;
  }
}
.home-is__meta {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #b7b7b7;
  display: -ms-flexbox;
  display: flex;
}
.home-is__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 20px 0;
  max-width: 540px;
  color: #4a4a4a;
}
.home-is__title a {
  color: inherit;
}
.home-is__excerpt {
  font-family: Merriweather, serif;
  line-height: 1.7rem;
}
.home-is__author a {
  font-weight: 700;
  color: inherit;
}
.home-inspiration {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .home-inspiration {
    padding: 0 0 3rem;
  }
}
.home-inspiration__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .home-inspiration__container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .home-inspiration__container {
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .home-inspiration__container:before {
    width: 650px;
    height: 690px;
    content: '';
    position: absolute;
    left: -40px;
    top: -120px;
    pointer-events: none;
    display: block;
    border: 1rem solid rgba(228, 173, 188, 0.2);
  }
}
.home-inspiration__excerpt {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-inspiration__excerpt {
    display: block;
  }
}
.home-inspiration__heading {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #c75875;
}
.home-inspiration__heading a {
  color: #c75875;
  border-bottom: 3px solid;
}
@media screen and (min-width: 1024px) {
  .home-inspiration__heading {
    margin: 0 0 2.5rem 2.5rem;
  }
}
.home-inspiration__image {
  position: relative;
}
.home-inspiration__image a,
.home-inspiration__image img {
  display: block;
  width: 100%;
  height: auto;
}
.home-inspiration__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 2rem;
  position: relative;
}
.home-inspiration__item:nth-child(odd) {
  padding-right: 0.5rem;
}
.home-inspiration__item:nth-child(2n) {
  padding-left: 0.5rem;
}
.home-inspiration__item:hover .home-inspiration__quote {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .home-inspiration__item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .home-inspiration__item:nth-child(3n -1) {
    padding: 0 0.25rem;
  }
  .home-inspiration__item:nth-child(3n -2) {
    padding: 0 0.5rem 0 0;
  }
  .home-inspiration__item:nth-child(3n) {
    padding: 0 0 0 0.5rem;
  }
}
.home-inspiration__quote {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.home-inspiration__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #b7b7b7;
}
@media screen and (min-width: 768px) {
  .home-inspiration__meta {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.home-inspiration__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  color: #4a4a4a;
}
.home-inspiration__title a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .home-inspiration__title {
    font-size: 1.375rem;
    margin: 1.875rem 0 1rem;
  }
}
.home-inspiration__author {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .home-inspiration__author {
    margin-bottom: 0;
  }
}
.home-inspiration__author a {
  font-weight: 700;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .home-inspiration .reading-time {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.hi-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #c75875;
  background-size: cover;
  background-blend-mode: multiply;
}
.hi-quote__container {
  padding: 20px;
}
.hi-quote blockquote {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.hi-quote blockquote:after {
  content: '';
  display: block;
  margin: 10px auto;
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #fff;
}
.hi-quote p {
  font-size: 12px;
}
.hi-quote b {
  display: block;
}
@media screen and (min-width: 1024px) {
  .home-guides {
    padding: 0 0 3.75rem;
  }
}
.home-guides__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .home-guides__container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .home-guides__container {
    margin: 0 -1rem 0 0;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .home-guides__container:before {
    width: 350px;
    height: calc(100% + 180px);
    content: '';
    position: absolute;
    left: 35px;
    top: -120px;
    pointer-events: none;
    display: block;
    border: 1rem solid rgba(201, 230, 234, 0.16);
  }
}
.home-guides__heading {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #73bec8;
}
.home-guides__heading a {
  color: #73bec8;
  border-bottom: 3px solid;
}
.home-guides__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f6f6f6;
}
@media screen and (min-width: 768px) {
  .home-guides__item {
    margin-right: -3rem;
    padding-right: 3rem;
  }
}
.home-guides__title {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
  color: #4a4a4a;
}
.home-guides__title a {
  color: inherit;
}
.footer-subscribe {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  background-color: #e4ba3f;
  display: none;
}
.subscribe {
  transition: opacity, 0.3s, linear;
  color: #fff;
}
.subscribe__container {
  padding: 0 20px;
}
.subscribe__description {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.subscribe__description:last-child {
  margin-right: 0;
}
.subscribe__description p {
  opacity: 0.8;
}
.subscribe__description p:last-child {
  margin-bottom: 0;
}
.subscribe__form-container {
  height: 80px;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.subscribe__form-container:last-child {
  margin-right: 0;
}
.subscribe__form-container.is-success .subscribe__form {
  display: none;
}
.subscribe__form-container.is-success .subscribe__message--success {
  display: block;
}
.subscribe__form {
  background-color: rgba(0, 0, 0, 0.14);
  position: relative;
}
.subscribe__form input[type='email'] {
  width: calc(100% - 114px);
  float: left;
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
  margin: 0;
  height: 50px;
  padding-left: 20px;
}
.subscribe__form button {
  width: 114px;
  color: #000;
  height: 50px;
  padding: 5px 20px;
  background-color: #fff;
  opacity: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.subscribe__form button:hover {
  opacity: 0.8;
}
.subscribe__form ::-webkit-input-placeholder {
  color: #fff;
}
.subscribe__form :-moz-placeholder,
.subscribe__form ::-moz-placeholder {
  color: #fff;
}
.subscribe__form :-ms-input-placeholder {
  color: #fff;
}
.subscribe__form.is-loading {
  opacity: 0.5;
}
.subscribe__form.is-error .subscribe__message {
  transform: translateY(0);
  opacity: 1;
}
.subscribe__message {
  transition: all, 0.3s, ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: -30px;
  padding: 0 0 0 20px;
  transform: translateY(-20px);
}
.subscribe__message--success {
  display: none;
  border: 2px solid #fff;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  padding: 15px;
  font-weight: 500;
}
.subscribe__title {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .is-touch body.archive .wrap {
    margin-bottom: 0;
  }
  .is-touch .footer-subscribe {
    display: block;
  }
  .is-touch .hello-typeform {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-subscribe {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .subscribe__description,
  .subscribe__form-container {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 100%;
  }
  .subscribe__description:last-child,
  .subscribe__form-container:last-child {
    margin-right: 0;
  }
}
.page__header {
  margin-top: 180px;
}
.page__title {
  font-size: 32px;
  margin-bottom: 20px;
}
.page__content {
  font-family: Merriweather, serif;
}
.archive-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transform: translateY(-100vh);
  transition: all, 0.5s;
}
.archive-modal__title {
  font-weight: 700;
}
.archive-modal .container {
  padding: 0 40px;
}
.archive-modal .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.rotated {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/rotate-light.png?v=164)
    no-repeat 50%;
  background-color: #fff;
  display: none;
}
.error404 .alert,
.error404 .page__title {
  text-align: center;
}
@media screen and (max-width: 1088px) {
  .page__header {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .archive-modal .container {
    padding: 0 20px;
  }
}
@media (max-height: 599px) and (min-aspect-ratio: 13/9) {
  .is-touch .rotated {
    display: block;
  }
}
body.blog .wrap {
  margin-bottom: 80px;
}
.post .post__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  transition: color, 0.3s;
}
.post .post__title a {
  color: #000;
}
.post .post__header {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .post .post__header.is-preview .post__background {
    filter: blur(5px);
  }
}
.post .post__background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3) !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: all 0.5s;
}
.post .post__background:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.55));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.post .post__background--default {
  display: none;
}
.post .post__heading {
  padding: 120px 80px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: transform, 0.5s;
}
.post .post__heading__content {
  float: left;
  max-width: 300px;
  width: 100%;
}
.post .post__summary {
  float: left;
  max-width: 560px;
  width: 100%;
  font-weight: 300;
  color: #fff;
  padding-left: 20px;
}
.post .post__summary p:last-child {
  margin-bottom: 0;
}
.post .post__excerpt {
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 20px;
  margin: 7px 0 15px;
}
.post .post__author {
  font-size: 12px;
  letter-spacing: 0.7px;
  padding-top: 1px;
  color: #fff;
  display: inline-block;
}
.post .post__author a {
  color: #fff;
  font-weight: 700;
}
.post .post__category {
  font-size: 12px;
  display: inline-block;
}
.post .post__category a {
  font-weight: 700;
}
.post .post__loading {
  text-align: center;
  display: none;
}
.post .post__duration {
  z-index: 1;
  position: relative;
}
.post .post__duration__time {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-left: 6px;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.post .post__duration__time > svg {
  animation: shake 3s linear 5s infinite;
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  transition: fill, 0.3s;
}
.post .post__duration__time > svg g {
  fill: #fff;
}
.post .post__duration:hover {
  cursor: pointer;
}
.post .post__duration img.post__duration__clock {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.post .post__container {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  min-height: 80vh;
}
@media (min-width: 1024px) {
  .single.category-news .post .post__container {
    padding-top: 60px;
  }
}
.category-ask-awesomely .post .post__container {
  padding-top: 50px;
}
.post__content {
  font-family: Merriweather, serif;
  transition: height, 0.4s, ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.post__content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 100%;
}
.post__content::first {
  background-color: #000;
}
.post__content hr {
  margin-top: 3em;
  margin-bottom: 3em;
}
.post__content .blockquote,
.post__content .statement--tweeteable,
.post__content blockquote {
  border-left: 4px solid #c6c6c6;
  font-size: 24px !important;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 10px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.post__content .blockquote > *,
.post__content .statement--tweeteable > *,
.post__content blockquote > * {
  position: relative;
  z-index: 2;
}
.post__content .blockquote p,
.post__content .statement--tweeteable p,
.post__content blockquote p {
  font-size: 22px;
  line-height: 33px;
}
.post__content .blockquote:before,
.post__content .statement--tweeteable:before,
.post__content blockquote:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  opacity: 0;
  margin-top: -16px;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/twitter.svg?v=164)
    no-repeat 0 0;
  width: 32px;
  height: 32px;
  transition: all 0.3s;
}
.post__content .blockquote:hover,
.post__content .statement--tweeteable:hover,
.post__content blockquote:hover {
  color: #5498ff;
  cursor: pointer;
}
.post__content .blockquote:hover:before,
.post__content .statement--tweeteable:hover:before,
.post__content blockquote:hover:before {
  opacity: 1;
  transform: translateX(-25px);
}
.is-touch .post__content .blockquote:before,
.is-touch .post__content .statement--tweeteable:before,
.is-touch .post__content blockquote:before {
  display: none;
}
.post__content pre {
  clear: both;
  margin-top: 80px;
  margin-bottom: 120px;
  padding: 40px;
  background-color: #263238;
  color: #5b787c;
}
.post__content pre::selection {
  background: #5b787c;
  color: #c6c6c6;
}
.post__content pre::-moz-selection {
  background: #5b787c;
  color: #c6c6c6;
}
.post__content ol,
.post__content ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.post__content ol li,
.post__content ul li {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  font-weight: 500;
}
.post__content h1 {
  font-size: 64px;
  line-height: 65px;
}
.post__content h2 {
  font-size: 36px;
  line-height: 40px;
}
.post__content h3 {
  font-size: 30px;
  line-height: 40px;
}
.post__content h4 {
  font-size: 24px;
  line-height: 30px;
}
.post__content h5 {
  font-size: 1.25rem;
  line-height: 30px;
}
.post__content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}
.post__content p:last-child {
  margin-bottom: 0;
}
.post__content p:empty {
  font-size: 0;
  margin: 0;
}
.post__content a {
  color: inherit;
  border-bottom: 2px solid;
  position: relative;
  z-index: 1;
  transition: all 0.1s linear;
}
.post__content a:hover {
  color: #fff;
}
.post__content a.is-default {
  border: 0 !important;
  background: transparent !important;
}
.post__content .focus-target {
  opacity: 0.3;
  transition: opacity, 0.3s, linear;
}
.post__content .focus-target.is-active {
  opacity: 1;
}
.post--mini {
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
  margin: 0 -10px;
  transition: background 0.2s;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.post--mini a {
  transition: color 0.2s;
  display: block;
  color: #37404a !important;
}
.post--mini .post__title {
  font-size: 18px;
  font-weight: 400;
  margin: 15px 10px;
  padding: 0;
  line-height: 21px;
  background-color: transparent;
}
.post--mini .post__category,
.post--mini .post__publish-date {
  float: right;
  line-height: 31px;
  margin: 10px;
  width: 150px;
  text-align: right;
}
.post--mini .post__category {
  margin: 10px;
  text-align: left;
  line-height: 31px;
}
.post--mini .post__category a {
  color: #37404a;
  font-size: 16px;
  font-weight: 400;
}
.is-non-touch .post .post__duration:hover {
  cursor: pointer;
}
.is-non-touch .post--mini:hover {
  color: #fff !important;
  border-color: transparent;
}
.is-non-touch .post--mini:hover a {
  color: #fff !important;
}
.is-non-touch .post--mini.category-human-experience:hover {
  background-color: #89bc62;
}
.is-non-touch .post--mini.category-inside-story:hover {
  background-color: #e4ba3f;
}
.is-non-touch .post--mini.category-guides:hover {
  background-color: #73bec8;
}
.is-non-touch .post--mini.category-inspiration:hover {
  background-color: #c75875;
}
.is-non-touch .post--mini.category-ask-awesomely:hover {
  background-color: #cb732b;
}
.is-non-touch .post--mini.category-news:hover {
  background-color: #c384c5;
}
.navigation {
  text-align: center;
  margin-top: 80px;
}
.navigation a {
  color: #e4ba3f;
}
.navigation .nav-links > div {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 1088px) {
  article.post .post__heading {
    padding: 120px 40px 40px;
  }
  .post__header--mini .post__title {
    padding-top: 120px;
  }
}
@media (max-width: 940px) {
  article.post .post__content {
    padding: 20px;
  }
  article.post .post__summary {
    max-width: 388px;
  }
  .post__header--mini .post__heading__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) and (min-width: 480px) {
  article.post .post__container {
    padding-top: 40px !important;
  }
}
@media (min-width: 769px) {
  .post__header .post__background--default {
    display: block;
  }
  .post__header .post__background--mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  article.post .post__container {
    padding-top: 40px;
  }
  article.post .post__content {
    width: 100%;
  }
  article.post .post__content h2 {
    font-size: 26px;
  }
  article.post .post__content h3 {
    font-size: 24px;
  }
  article.post .post__content h4,
  article.post .post__content h5 {
    font-size: 22px;
  }
  article.post .post__header .post__duration {
    position: absolute;
    bottom: 40px;
    margin-top: 0;
  }
  article.post .post__header .post__header__content {
    position: absolute;
  }
  article.post .post__duration {
    bottom: 30px !important;
  }
  article.post .post__summary {
    margin-bottom: 20px;
    padding-left: 0;
  }
  article.post--mini .post__title {
    margin-top: 0;
    clear: both;
  }
  article.post--mini .post__category {
    float: left;
    width: auto;
  }
  article.post--mini .post__category,
  article.post--mini .post__publish-date {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  article.post .post__heading {
    padding-bottom: 90px;
  }
  article.post .post__duration {
    bottom: 80px !important;
  }
}
@media (max-width: 640px) {
  article.post .post__content ol,
  article.post .post__content ul {
    list-style-position: inside;
  }
}
@media screen and (max-width: 640px) {
  article.post .post__header .post__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 360px) {
  header.banner .brand__name {
    display: none;
  }
}
.related-items {
  background: #f9f9f9;
  padding: 55px 0;
  font-size: 0;
}
.related-items__inner {
  max-width: 640px;
  margin: 0 auto;
}
.related-items__title {
  font-size: 32px;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .related-items__title {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 auto 42px;
  }
}
.related-items .mobile-visible {
  display: none;
}
@media (max-width: 640px) {
  .related-items .mobile-visible {
    display: block;
  }
}
.related-items a {
  color: #000;
}
.related-item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .related-item {
    width: 100%;
    display: block;
  }
}
.related-item:first-child .related-item__inner {
  margin-right: 16px;
}
.related-item:nth-child(2) .related-item__inner {
  margin-left: 16px;
}
@media (max-width: 768px) {
  .related-item .related-item__inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.related-item__inner {
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 12px 50px -10px hsla(0, 0%, 80%, 0.31);
  font-size: 0.75rem;
  margin: 20px 0;
  transition: 0.15s ease-in;
  transition-property: box-shadow, transform;
  cursor: pointer;
}
.related-item__inner:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 50px -10px #ccc;
}
.related-item__image {
  width: 100%;
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.related-item__strip {
  height: 8px;
  width: 100%;
}
.related-item__copy {
  padding: 24px 32px;
}
.related-item__category {
  font-size: 0.8125rem;
}
.related-item__category a {
  border-bottom: 1px solid currentColor;
}
.related-item__title {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  padding: 10px 0 16px;
  min-height: 86px;
}
@media (max-width: 768px) {
  .related-item__title {
    min-height: inherit;
  }
}
.related-item__details,
.related-item__details a {
  color: #878787;
}
.related-item__author {
  display: inline-block;
}
.related-item__separator {
  padding: 0 4px;
  display: inline-block;
}
.related-item__duration {
  display: inline-block;
  text-transform: uppercase;
}
.related-item__clock {
  width: 14px;
  height: 14px;
  opacity: 0.5;
  display: inline-block;
  vertical-align: sub;
  margin-right: 2px;
}
.tooltipster-typeform .tooltipster-box {
  border: 1px solid #dadada;
  box-shadow: 0 0 3px #dadada;
  background-color: #fff;
}
.tooltipster-typeform .tooltipster-content {
  color: #949494;
  text-align: center;
}
.tooltipster-typeform .tooltipster-arrow-uncropped {
  top: 1px;
}
.tooltipster-typeform .tooltipster-arrow-border {
  border-top-color: #dadada !important;
}
.tooltipster-typeform .tooltipster-arrow-background {
  border-top-width: 11px !important;
  border-top-color: #fff !important;
}
.footer--social {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  border-top: 1px solid #dadada;
  padding: 10px 0;
  transform: translateY(100%);
  transition: transform 0.25s ease;
}
.footer--social:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.footer--social.is-visible {
  transform: translateY(0);
}
.social {
  float: left;
  margin: 0;
  padding: 0;
  transition: opacity, 0.3s;
}
.social:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.social.is-busy {
  opacity: 0.3;
  pointer-events: none;
}
.social__item {
  list-style: none;
  float: left;
  margin-right: 20px;
  position: relative;
  width: 44px;
  height: 44px;
}
.social__item.is-hidden {
  display: none;
}
.social__item .social-counter,
.social__item a {
  border: 1px solid #dadada;
  display: block;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  position: absolute;
  color: #b6b6b6;
  transition: background 0.3s ease;
  font-size: 14px;
  height: 100%;
  width: 100%;
}
.social__item svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.social__item--total {
  line-height: 44px;
}
.social__item--tw:hover a {
  background: #4099ff;
}
.social__item--tw:hover svg * {
  fill: #fff;
}
.social__item--fb:hover a {
  background: #3b5998;
}
.social__item--fb:hover svg * {
  fill: #fff;
}
.social__item--in:hover a {
  background: #007bb6;
}
.social__item--in:hover svg * {
  fill: #fff;
}
.social__item--gplus:hover a {
  background: #d34836;
}
.social__item--gplus:hover svg * {
  fill: #fff;
}
.social__item--mail:hover a {
  background: #979797;
}
.social__item--mail:hover svg * {
  fill: #fff;
}
.social-counter {
  text-align: center;
}
.social-counter__number {
  line-height: 20px;
  padding: 5px 0 0;
  display: block;
}
.social-counter__text {
  line-height: 1;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
}
.subscription {
  float: right;
  width: 510px;
  position: relative;
  overflow: hidden;
  height: 44px;
}
.subscription__form {
  position: relative;
  overflow: hidden;
  font-size: 14px;
}
.subscription__label {
  float: left;
  margin: 0 10px;
  line-height: 44px;
  height: 44px;
  font-weight: 400;
}
.subscription__label span {
  float: right;
}
.subscription__input[type='email'] {
  width: 180px;
  float: right;
  padding: 12px;
  height: 44px;
  margin: 0 110px 0 0;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.subscription__input[type='email']:focus {
  box-shadow: none;
}
.subscription__arrow {
  font-size: 20px;
  margin-left: 5px;
  margin-top: -2px;
  transition: color 0.3s ease;
}
.subscription__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  text-align: center;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  transition: background 0.3s ease;
  line-height: 18px;
  padding: 12px 0;
  height: 44px;
  color: #fff;
  transition: width 0.3s;
}
.subscription__submit:hover {
  background-color: inherit;
}
.subscription__notices {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: top, 0.3s;
}
.subscription__message {
  display: none;
  border: 1px solid #dadada;
  color: #949494;
  line-height: 42px;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
}
.subscription__message p {
  font-size: 14px;
  margin: 0;
}
.subscription__message--done {
  display: none;
  background: #fff;
  text-align: left;
  background-color: #ccc;
  background-position: 50%;
  background-size: cover;
}
.subscription__message--done a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
}
.subscription.is-loading .subscription__submit {
  width: 100%;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  transition: opacity, 0.3s;
}
.subscription.is-success .subscription__form {
  display: none;
}
.subscription.is-success .subscription__message--thanks {
  display: block;
  background: #fff;
}
.subscription.is-success .subscription__submit {
  opacity: 0;
  pointer-events: none;
}
.subscription.is-error .subscription__noticies {
  display: block;
}
.subscription.is-error .subscription__form {
  display: none;
}
.subscription.is-error .subscription__message {
  display: block;
  background: hsla(0, 0%, 47%, 0.5);
}
.subscription.is-subscribed .subscription__notices {
  display: block;
  top: -44px;
}
.subscription.is-subscribed .subscription__form {
  display: none;
}
.subscription.is-subscribed .subscription__message--done,
.subscription.is-subscribed .subscription__message--thanks {
  display: block;
}
@media screen and (max-width: 1024px) {
  .is-touch .subscription__form {
    display: none;
  }
  .is-touch .subscription__message--done {
    display: block;
  }
}
@media screen and (max-width: 940px) {
  .footer--social {
    padding: 0;
    height: 50px;
  }
  .footer--social .content {
    padding: 0;
  }
  .footer--social .social__item {
    height: 50px;
    width: 50px;
    margin: 0;
  }
  .footer--social .social__item .social-counter,
  .footer--social .social__item a {
    border: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .footer--social .social__item--total .social-counter__number {
    padding: 8px 0 0;
  }
  .footer--social .subscription {
    margin: 3px 3px 3px 0;
  }
}
@media screen and (max-width: 810px) {
  .subscription {
    display: none;
  }
  .footer--social ul.social {
    float: none;
    text-align: center;
  }
  .footer--social .social__item {
    width: 20%;
  }
}
@media screen and (max-width: 645px) {
  .social--hidden,
  .social__item--mail,
  .social__item--total,
  .subscription {
    display: none;
  }
  .footer--social ul.social {
    float: none;
    text-align: center;
  }
  .footer--social .social__item {
    float: none;
    display: inline-block !important;
  }
  .footer--social .social__item--mail,
  .footer--social .social__item--total {
    display: none;
  }
}
.nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
body#tinymce {
  margin: 12px !important;
}
.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  clear: both;
  content: '';
  display: table;
}
.container__fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container__fluid:after {
  clear: both;
  content: '';
  display: table;
}
.container__main {
  border-bottom: 1px solid #e7e7e7;
}
.content {
  padding-left: 20px;
  padding-right: 20px;
}
.content:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 10px auto;
  height: auto;
}
.alignleft,
.alignright {
  margin-bottom: 10px;
  height: auto;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 10px;
  }
  .alignright {
    float: right;
    margin-left: 10px;
  }
}
.wp-caption-text {
  padding: 10px;
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 50%;
  }
  15% {
    opacity: 1;
    top: 29%;
  }
  50% {
    opacity: 0;
    top: 29%;
  }
  to {
    opacity: 0;
    top: 50%;
  }
}
.slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.slider__item {
  height: inherit;
}
.slider__nav {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
}
.slider__nav .container {
  max-width: 100%;
}
.slider__close {
  position: absolute;
  right: 40px;
  top: 40px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/close-white.svg?v=164)
    no-repeat;
  transition: opacity 0.3s;
}
.slider__close:hover {
  opacity: 0.7;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1);
}
.scroll-mouse {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 80px;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  border-radius: 23px;
  z-index: 10;
}
.scroll-mouse__scroller {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}
.owl-nav__block {
  position: absolute;
  top: 50%;
  margin: -32px 0 0;
  height: 64px;
  width: 64px;
  z-index: 2;
  transition: opacity 0.3s;
}
.owl-nav__block.is-disabled {
  pointer-events: none;
  opacity: 0;
}
.is-loading .owl-nav__block.owl-prev:hover .owl-nav__panel {
  left: -170px !important;
}
.is-loading .owl-nav__block.owl-next:hover .owl-nav__panel {
  right: -170px !important;
}
.slider-nav-open .owl-nav__block {
  pointer-events: none;
  opacity: 0;
}
.owl-nav__block.owl-prev {
  left: 0;
}
.owl-nav__block.owl-prev .owl-nav__arrow {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/slider-arrow-left.svg?v=164)
    no-repeat 50%;
  left: 15px;
}
.owl-nav__block.owl-prev .owl-nav__panel {
  left: -170px;
  border-right: 5px solid #fff;
  transition: left 0.3s 0.3s;
}
.owl-nav__block.owl-next {
  right: 0;
}
.owl-nav__block.owl-next .owl-nav__arrow {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/slider-arrow-right.svg?v=164)
    no-repeat 50%;
  right: 15px;
}
.owl-nav__block.owl-next .owl-nav__panel {
  right: -170px;
  border-left: 5px solid #fff;
  transition: right 0.3s 0.1s;
}
.owl-nav__block:hover.owl-prev .owl-nav__panel {
  left: 0;
}
.owl-nav__block:hover.owl-next .owl-nav__panel {
  right: 0;
}
.owl-nav__arrow {
  position: absolute;
  top: 0;
  height: 64px;
  width: 64px;
  opacity: 0.8;
  transition: opacity 0.2s, transform 0.2s;
}
.owl-nav__arrow:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  border: 1px solid #fff;
  height: 100%;
  border-bottom-left-radius: 64px;
  border-top-left-radius: 64px;
  border-bottom-right-radius: 64px;
  border-top-right-radius: 64px;
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0);
  opacity: 0;
}
.owl-nav__arrow:hover {
  opacity: 1;
  transform: scale(0.9);
}
.owl-nav__arrow:hover:after {
  transform: scale(1);
  opacity: 1;
}
.owl-nav__panel {
  background-color: #fff;
  height: 140px;
  width: 170px;
  position: absolute;
  top: -38px;
  overflow: hidden;
}
.owl-nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  overflow: hidden;
  color: #fff !important;
  position: relative;
  transition: opacity 0.2s;
}
.owl-nav__link img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}
.owl-nav__link:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-nav__text {
  padding: 10px;
  z-index: 1;
}
.slider-nav-wrap {
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.5);
  transition: transform 0.4s, opacity 0.4s;
}
.slider-nav-open .slider-nav-wrap {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.nav {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: table;
}
.nav__wrap {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: 100%;
}
.nav__container {
  width: 630px;
  margin: 0 auto;
}
.nav__container .owl-stage-outer {
  overflow: visible !important;
}
.nav__container .active {
  z-index: 3;
}
.nav__container .active .nav__item {
  opacity: 1;
}
.nav__item {
  width: 630px;
  height: 430px;
  float: left;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.active .nav__item--human-experience .nav__thumbnail {
  border-color: #89bc62;
}
.nav__item--human-experience a {
  color: #89bc62;
}
.active .nav__item--inside-story .nav__thumbnail {
  border-color: #e4ba3f;
}
.nav__item--inside-story a {
  color: #e4ba3f;
}
.active .nav__item--guides .nav__thumbnail {
  border-color: #73bec8;
}
.nav__item--guides a {
  color: #73bec8;
}
.active .nav__item--inspiration .nav__thumbnail {
  border-color: #c75875;
}
.nav__item--inspiration a {
  color: #c75875;
}
.nav__link,
.nav__title {
  display: block;
}
.nav__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  margin: 20px 0 0;
}
.nav__thumbnail {
  border: 10px solid transparent;
  margin: 0 -10px;
  height: 360px;
  overflow: hidden;
  transition: border 0.3s;
}
@media screen and (max-width: 1023px) {
  .nav,
  .owl-nav {
    display: none;
  }
}
.search-form {
  float: right;
  position: relative;
  margin-top: -8px;
  border: 3px solid transparent;
  width: 40px;
  height: 46px;
  transition: all, 0.3s, ease;
}
.search-form .search-form__input {
  display: none;
  float: left;
  width: auto;
  border: none;
  box-shadow: none !important;
  margin: 0;
  height: 40px;
}
.is-visible .search-form .search-form__input {
  display: block;
}
.search-form .search-form__button {
  position: absolute;
  right: 5px;
  top: 5px;
}
.search-form label {
  font-weight: 400;
}
.search-form__button {
  background: transparent !important;
  padding: 0;
  float: left;
}
.search-form.is-focus {
  background-color: #fff;
  width: 300px;
  border-color: #515151;
}
.search-form.is-focus .search-form__input {
  display: block;
  float: right;
  width: 100%;
}
.component__caption {
  font-size: 0.75rem;
  color: #949494;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  margin: 10px 0 0;
}
.component--cta-button {
  text-align: center;
}
.component--cta-button a {
  display: inline-block;
  border: 2px solid #434a54;
  padding: 10px 20px;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #434a54 !important;
}
.component--cta-button a:hover {
  border-color: inherit;
  background-color: #434a54;
  color: #fff !important;
  border: 2px solid #434a54;
}
.component--related-posts .nav {
  display: block;
}
.component--related-posts .nav__item {
  width: 33%;
}
.component--related-posts .nav__item .nav__title {
  line-height: 24px;
}
.component--related-posts a {
  border: 0 !important;
}
.component--statement {
  font-family: Merriweather, serif;
  font-size: 18px;
}
.component--video {
  max-width: 768px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
.component--video .component__content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.component--video .component__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component--video .component__caption {
  margin: 10px 0;
}
.component--dropcap {
  margin-bottom: 40px;
}
.component--dropcap p:first-child:first-letter {
  float: left;
  font-size: 101px;
  line-height: 1;
  margin: -5px 10px -10px 0;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}
.component--big-title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 60px;
}
.component--pull-quote {
  max-width: 1040px !important;
  padding: 0 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.component--pull-quote p {
  line-height: 40px !important;
  font-size: 28px !important;
}
.component--pull-quote p:last-child {
  margin-bottom: 0 !important;
}
.full-image {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 100% !important;
}
.full-image--center {
  width: 100%;
  text-align: center;
}
.full-image--center img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.full-image--left,
.full-image--right {
  width: 100%;
}
.full-image--left:after,
.full-image--right:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.full-image--left img,
.full-image--right img {
  display: block;
}
.full-image--left .full-image__container,
.full-image--right .full-image__container {
  max-width: 75%;
}
.full-image--left .full-image__caption,
.full-image--right .full-image__caption {
  clear: both;
  padding: 0 10px;
}
.full-image--right .full-image__container {
  float: right;
}
.full-image--left .full-image__container {
  float: left;
}
.full-image--left .full-image__caption {
  text-align: right;
}
.full-image__container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.full-image__content {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .full-image {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .full-image--left .full-image__container,
  .full-image--right .full-image__container {
    max-width: 100%;
  }
  .full-image .full-image__caption {
    text-align: center;
  }
}
.icon-text {
  margin-top: 60px;
  margin-bottom: 60px;
}
.icon-text:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.icon-text__icon {
  float: left;
  margin-bottom: -2px;
  margin-right: 10px;
  height: 30px;
}
.icon-text__icon svg {
  vertical-align: middle;
}
.icon-text__content {
  font-size: 18px;
  line-height: 30px;
}
.list-item {
  position: relative;
}
.list-item__bullet {
  position: absolute;
  left: -52px;
  top: 50%;
  width: 42px;
  height: 42px;
  margin: -21px 0 0;
  text-align: center;
  border: 3px solid;
  line-height: 37px;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  border-radius: 42px;
  vertical-align: top;
}
.list-item--no-content .list-item__bullet {
  top: -8px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .list-item__bullet {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 10px;
  }
}
.pull-quote__link {
  display: block;
}
.statement {
  border-left: 4px solid #c6c6c6;
  line-height: 32px;
  padding: 5px 0 5px 15px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.statement__author,
.statement__position {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.statement__author {
  color: #949494;
  font-weight: 700;
}
.statement__content p {
  font-size: 22px !important;
  line-height: inherit !important;
}
.statement__content p:last-child {
  margin-bottom: 0 !important;
}
.statement__image {
  width: 50px;
  height: 50px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  float: left;
  position: absolute !important;
  left: 0;
  top: 5px;
}
.statement__link {
  display: block;
  border-bottom: 0 !important;
}
.statement__position {
  color: #c6c6c6;
  font-weight: 500;
}
.statement--tweeteable a.statement__link:hover {
  color: inherit;
  background-color: transparent;
}
.statement--default:before {
  display: none !important;
}
.statement--default:hover {
  color: inherit;
}
.statement--with-image {
  border-left: 0 !important;
}
.statement--with-image .component__link {
  padding-left: 75px !important;
  position: relative;
}
.category-human-experience .statement {
  color: #89bc62;
}
.category-inside-story .statement {
  color: #e4ba3f;
}
.category-guides .statement {
  color: #73bec8;
}
.category-inspiration .statement {
  color: #c75875;
}
.category-ask-awesomely .statement {
  color: #cb732b;
}
.stats {
  max-width: 100% !important;
}
.stats:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.stats__item {
  float: left;
  text-align: center;
}
.stats__number {
  font-size: 3rem;
}
.stats__title {
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.stats__columns--1 .stats__item {
  width: 100%;
}
.stats__columns--2 .stats__item {
  width: 50%;
}
.stats__columns--3 .stats__item {
  width: 33%;
}
.stats__columns--4 .stats__item {
  width: 25%;
}
.chapter-navigation__trigger {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ccc;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 105;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.chapter-navigation__trigger.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .chapter-navigation {
    opacity: 1;
    pointer-events: auto;
    background-color: transparent;
  }
  .chapter-navigation__trigger {
    display: none;
  }
  .chapter-navigation.is-visible {
    transform: translateX(0);
  }
}
.lines {
  position: relative;
}
.lines,
.lines:after,
.lines:before {
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 6px;
  transition: 0.2s;
}
.lines:after,
.lines:before {
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 1px center;
}
.lines:before {
  top: 8px;
}
.lines:after {
  top: -8px;
}
.lines-button {
  display: inline-block;
  padding: 9px 0 0;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0.2571428571rem;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
.is-navigation-open .lines-button {
  transform: scale3d(0.8, 0.8, 0.8);
  padding-top: 10px;
}
.is-navigation-open .lines-button .lines:after,
.is-navigation-open .lines-button .lines:before {
  top: 0;
  width: 13px;
}
.is-navigation-open .lines-button .lines:before {
  transform: rotate(40deg);
}
.is-navigation-open .lines-button .lines:after {
  transform: rotate(-40deg);
}
.loading-epic {
  position: relative;
  height: 12rem;
  padding: 5rem 0 10rem;
  background: #f7fffe;
  text-align: center;
  transition: all 0.2s ease;
}
.epic-spinner {
  height: 3.125rem;
  width: 3.125rem;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  margin: -1.5625rem auto;
  animation: rotation 0.6s infinite linear;
  border: 6px solid rgba(144, 202, 255, 0.5);
  border-radius: 100%;
  box-sizing: content-box;
}
.epic-spinner:before {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border: 6px solid;
  border-color: rgba(26, 0, 85, 0.8) transparent transparent;
  border-radius: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.progress-bar {
  position: fixed;
  height: 5px;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  transition: width, 0.1s, linear;
}
.progress-bar::-webkit-progress-bar {
  background-color: transparent;
}
.post-header--mini {
  text-align: center;
  background-color: #f9f9f9;
}
.post-header--mini .post-heading__content {
  max-width: 680px;
  margin: 0 auto;
  padding: 120px 20px;
}
.post-header--mini .post-heading__title {
  margin: 0;
  font-size: 24px;
}
@media (min-width: 640px) {
  .post-header--mini .post-heading__title {
    font-size: 42px;
    font-weight: 600;
  }
}
.post-header--mini .post-header__content {
  background-color: #fff;
}
.post-header--mini .post__summary {
  padding-top: 60px;
  position: relative;
  padding-bottom: 20px;
}
.category-ask-awesomely .post-header--mini .post__summary {
  padding-bottom: 0;
}
.post-header--mini .post__summary p {
  margin-bottom: 0;
}
.post-header--mini .post__author {
  display: inline-block;
}
.post-header--mini .post__author a {
  color: inherit;
  font-weight: 700;
}
.post-header--mini .post__category {
  display: inline-block;
}
.post-header--news .post-header__image {
  min-height: 266px;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 768px) {
  .post-header--news .post-header__image {
    min-height: 350px;
  }
}
.post-header--news .post-heading {
  background-color: #fff;
}
.post-header--news .post-heading__content {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .post-header--news .post-heading__content {
    padding-top: 60px;
  }
}
.post-header--news .post-heading .post__title {
  color: inherit;
}
.post-header--news .post__summary {
  padding: 15px 0 0;
}
.post-header--news .post__summary:after {
  display: none;
}
.post-header--news .post__summary p {
  margin-bottom: 0;
}
