/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
picture {
  display: block;
}

html {
  box-sizing: border-box;
}

body {
  font-family: "Museo Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
  color: #202020;
}

@media only screen and (min-width: 600px) {
  body {
    font-size: 18px;
  }
}

@media only screen and (min-width: 800px) {
  body {
    font-size: 20px;
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input,
textarea,
select,
button {
  font: inherit;
}

::-moz-selection {
  background: #ff5000;
  color: #ffffff;
}

::selection {
  background: #ff5000;
  color: #ffffff;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museosans_700-webfont.woff2") format("woff2"), url("../fonts/museosans_700-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museosans-300-webfont.woff2") format("woff2"), url("../fonts/museosans-300-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museosans-300italic-webfont.woff2") format("woff2"), url("../fonts/museosans-300italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museosans-700italic-webfont.woff2") format("woff2"), url("../fonts/museosans-700italic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

.text > * + * {
  margin-top: 1em;
}

h1,
.h1 {
  font-size: 33px;
  line-height: 1.09;
  font-weight: 700;
  letter-spacing: -.3px;
  padding-right: 13px;
}

@media only screen and (min-width: 800px) {
  h1,
  .h1 {
    font-size: 46px;
    padding-right: 22px;
  }
}

@media only screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 60px;
    letter-spacing: -.3px;
  }
}

h1:after,
.h1:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff5000;
  border-radius: 50%;
  position: relative;
  left: 18px;
  margin-left: -13px;
}

@media only screen and (min-width: 800px) {
  h1:after,
  .h1:after {
    width: 14px;
    height: 14px;
    top: 2px;
    left: 30px;
    margin-left: -22px;
  }
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

@media only screen and (min-width: 800px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

i,
em,
.italic {
  font-style: italic;
}

b,
strong,
.bold {
  font-weight: 700;
}

a,
.link {
  color: #ff5000;
  text-decoration: none;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}

a:hover,
.link:hover {
  text-decoration: none;
  opacity: .7;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.believe {
  padding-top: 125px;
}

@media only screen and (min-width: 800px) {
  .believe {
    padding-top: 180px;
  }
}

@media only screen and (min-width: 600px) {
  .believe__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.believe__title {
  font-size: 28px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 800px) {
  .believe__title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1000px) {
  .believe__title {
    font-size: 48px;
  }
}

.believe__list {
  font-size: 18px;
  line-height: 1.28;
  color: #4a4a4d;
}

@media only screen and (min-width: 600px) {
  .believe__list {
    padding-left: 30px;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 800px) {
  .believe__list {
    font-size: 20px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1000px) {
  .believe__list {
    font-size: 22px;
    padding-left: 50px;
  }
}

.believe__list-item {
  position: relative;
  padding-left: 20px;
}

.believe__list-item + .believe__list-item {
  margin-top: 1.1em;
}

.believe__list-item:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #ff5000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

@media only screen and (min-width: 600px) {
  .believe__list-item:before {
    width: 10px;
    height: 10px;
  }
}

.believe__footer {
  padding-top: 70px;
  font-size: 22px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .believe__footer {
    padding-top: 100px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 800px) {
  .believe__footer {
    padding-top: 140px;
    font-size: 28px;
  }
}

@media only screen and (min-width: 1000px) {
  .believe__footer {
    padding-top: 180px;
    font-size: 30px;
  }
}

.believe__footer-title {
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 800px) {
  .believe__footer-title {
    margin-bottom: 20px;
  }
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.button {
  display: inline-block;
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #ff5000;
  cursor: pointer;
  letter-spacing: .8px;
  min-width: 140px;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}

.button:hover {
  text-decoration: none;
  opacity: .7;
}

.button--border {
  border: 2px solid #ff5000;
  padding: 9px 25px 8px;
  transition-property: color, background;
}

.button--border:hover {
  background: #ff5000;
  color: #ffffff;
  opacity: 1;
}

.button--background {
  border: 2px solid #ff5000;
  background: #ff5000;
  color: #ffffff;
  padding: 9px 25px 8px;
}

.button__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button__icon {
  margin-left: 8px;
  font-size: 14px;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.card {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #eaeaea;
  color: #202020;
  transition: 200ms ease-in-out;
  transition-property: box-shadow, -webkit-filter;
  transition-property: filter, box-shadow;
  transition-property: filter, box-shadow, -webkit-filter;
}

.card:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 81.38%;
}

.card:hover {
  opacity: 1;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
  box-shadow: 1px 1px 9px rgba(32, 32, 32, 0.1);
}

@media only screen and (min-width: 600px) {
  .card--wide:before {
    padding-top: 40.69%;
  }
}

.card__inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 20px 20px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 800px) {
  .card__inner {
    padding: 32px 40px 40px 32px;
  }
}

@media only screen and (min-width: 1400px) {
  .card__inner {
    padding: 42px 60px 60px 42px;
  }
}

.card__prefix {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  color: rgba(32, 32, 32, 0.6);
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media only screen and (min-width: 800px) {
  .card__prefix {
    font-size: 16px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .card__prefix {
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
}

.card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: .8px;
}

@media only screen and (min-width: 800px) {
  .card__title {
    font-size: 34px;
    letter-spacing: .4px;
  }
}

@media only screen and (min-width: 1400px) {
  .card__title {
    font-size: 42px;
  }
}

.card__content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: .5px;
}

@media only screen and (min-width: 800px) {
  .card__content {
    font-size: 20px;
    letter-spacing: .7px;
  }
}

@media only screen and (min-width: 1400px) {
  .card__content {
    font-size: 26px;
    letter-spacing: .9px;
  }
}

.card__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.card__img {
  display: block;
  width: 100%;
  height: auto;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.community {
  padding-top: 125px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 800px) {
  .community {
    padding-top: 175px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1400px) {
  .community {
    padding-top: 225px;
  }
}

@media only screen and (min-width: 800px) {
  .community__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.community__figure {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 800px) {
  .community__figure {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-top: -70px;
  }
}

@media only screen and (min-width: 1400px) {
  .community__figure {
    margin-top: -100px;
  }
}

.community__img {
  display: block;
  width: 100%;
  height: auto;
}

.community__title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 800px) {
  .community__title {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.community__content {
  padding-top: 25px;
  color: #4a4a4d;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .3px;
}

@media only screen and (min-width: 800px) {
  .community__content {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1000px) {
  .community__content {
    padding-right: 100px;
  }
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.editor {
  /* WordPress Core */
}

.editor img {
  max-width: 100%;
  height: auto;
}

.editor .alignnone {
  margin: 5px 20px 20px 0;
}

.editor .aligncenter,
.editor div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.editor .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.editor .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.editor a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.editor a img.alignnone {
  margin: 5px 20px 20px 0;
}

.editor a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.editor a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.editor .wp-caption {
  padding: 5px 3px 10px;
  text-align: center;
}

.editor .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.editor .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.editor .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.editor .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.editor .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
textarea.form-textfield__input {
  display: block;
  resize: none;
  height: 180px;
  padding-left: 0;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-15%, 0, 0);
            transform: translate3d(-15%, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0);
            transform: translate3d(-2%, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-15%, 0, 0);
            transform: translate3d(-15%, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0);
            transform: translate3d(-2%, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.form-textfield {
  position: relative;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}

.form-textfield.is-disabled {
  color: #ff5000;
}

.form-textfield.is-focused {
  z-index: 2;
}

.form-textfield__inner {
  position: relative;
  padding: 14px 0 0;
}

.form-textfield__input {
  border: none;
  border-bottom: 2px solid #ff5000;
  border-radius: 0;
  display: block;
  font-size: inherit;
  margin: 0;
  height: 32px;
  width: 100%;
  background: none;
  text-align: left;
  color: inherit;
}

.form-textfield.is-focused .form-textfield__input {
  outline: none;
}

.form-textfield.is-invalid .form-textfield__input {
  border-color: #ff0000;
}

.form-textfield.is-disabled .form-textfield__input {
  background-color: transparent;
  border-bottom: 1px solid #ff5000;
  color: #ff5000;
  -webkit-text-fill-color: #ff5000;
  outline: none;
}

.form-textfield__input::-ms-clear {
  display: none;
}

.form-textfield__input:focus {
  outline: none;
}

.form-textfield__input:focus + .form-textfield__label {
  top: 0;
  font-size: 12px;
}

.form-textfield__input:focus + .form-textfield__label:after {
  visibility: visible;
  opacity: 1;
}

.form-textfield__label {
  bottom: 0;
  color: #969696;
  font-size: 12px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  letter-spacing: .2px;
}

.form-textfield.is-dirty .form-textfield__label {
  color: #202020;
}

.form-textfield--floating-label .form-textfield__label {
  top: 16px;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-textfield--floating-label.is-focused .form-textfield__label,
.form-textfield--floating-label.is-dirty .form-textfield__label {
  color: #202020;
  font-size: 12px;
  top: 0;
  visibility: visible;
}

.form-textfield--floating-label.is-dirty .form-textfield__label {
  color: #202020;
}

.form-textfield--floating-label.is-dirty.is-focused .form-textfield__label {
  color: #202020;
}

.form-textfield--floating-label.is-invalid .form-textfield__label,
.form-textfield--floating-label.is-invalid.is-focused .form-textfield__label {
  color: #ff0000;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.grid {
  letter-spacing: -.65em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px;
}

.grid--equalheight > [class^='grid__col--'],
.grid--equalheight > [class*=' grid__col--'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid--no-gutter {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.grid--no-gutter > [class^='grid__col--'],
.grid--no-gutter > [class*=' grid__col--'] {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.grid--no-horizontal-gutter {
  margin-right: 0;
  margin-left: 0;
}

.grid--no-horizontal-gutter > [class^='grid__col--'],
.grid--no-horizontal-gutter > [class*=' grid__col--'] {
  padding-left: 0;
  padding-right: 0;
}

.grid--no-vertical-gutter {
  margin-bottom: 0;
}

.grid--no-vertical-gutter > [class^='grid__col--'],
.grid--no-vertical-gutter > [class*=' grid__col--'] {
  margin-bottom: 0;
}

[class^='grid__col--'],
[class*=' grid__col--'] {
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
  outline: none;
}

.grid__col--no-vertical-gutter {
  margin-bottom: 0;
}

.grid__col--xs-1 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.grid__col--xs-2 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.grid__col--xs-3 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

.grid__col--xs-4 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.grid__col--xs-5 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 41.66667%;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.grid__col--xs-6 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

.grid__col--xs-7 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 58.33333%;
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.grid__col--xs-8 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.grid__col--xs-9 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
}

.grid__col--xs-10 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.grid__col--xs-11 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 91.66667%;
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.grid__col--xs-12 {
  -webkit-order: auto;
      -ms-flex-order: auto;
          order: auto;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.grid__col--offset-xs-1 {
  margin-left: 8.33333%;
}

.grid__col--offset-xs-2 {
  margin-left: 16.66667%;
}

.grid__col--offset-xs-3 {
  margin-left: 25%;
}

.grid__col--offset-xs-4 {
  margin-left: 33.33333%;
}

.grid__col--offset-xs-5 {
  margin-left: 41.66667%;
}

.grid__col--offset-xs-6 {
  margin-left: 50%;
}

.grid__col--offset-xs-7 {
  margin-left: 58.33333%;
}

.grid__col--offset-xs-8 {
  margin-left: 66.66667%;
}

.grid__col--offset-xs-9 {
  margin-left: 75%;
}

.grid__col--offset-xs-10 {
  margin-left: 83.33333%;
}

.grid__col--offset-xs-11 {
  margin-left: 91.66667%;
}

.grid__col--offset-xs-12 {
  margin-left: 100%;
}

.grid__col--xs {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: auto;
  max-width: 100%;
}

.grid__col--top-xs {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  vertical-align: top;
}

.grid__col--middle-xs {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  vertical-align: middle;
}

.grid__col--bottom-xs {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  vertical-align: bottom;
}

.grid--reverse-xs {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.grid--start-xs {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.grid--center-xs {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.grid--end-xs {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.grid--top-xs {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.grid--top-xs > [class^='grid__col--'],
.grid--top-xs > [class*=' grid__col--'] {
  vertical-align: top;
}

.grid--middle-xs {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid--middle-xs > [class^='grid__col--'],
.grid--middle-xs > [class*=' grid__col--'] {
  vertical-align: middle;
}

.grid--bottom-xs {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid--bottom-xs > [class^='grid__col--'],
.grid--bottom-xs > [class*=' grid__col--'] {
  vertical-align: bottom;
}

.grid--around-xs {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.grid--between-xs {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid__col--original-xs {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.grid__col--first-xs {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.grid__col--last-xs {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 600px) {
  .grid__col--sm-1 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .grid__col--sm-2 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .grid__col--sm-3 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--sm-4 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .grid__col--sm-5 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .grid__col--sm-6 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--sm-7 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .grid__col--sm-8 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .grid__col--sm-9 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--sm-10 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .grid__col--sm-11 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .grid__col--sm-12 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-sm-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-sm-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-sm-3 {
    margin-left: 25%;
  }
  .grid__col--offset-sm-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-sm-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-sm-6 {
    margin-left: 50%;
  }
  .grid__col--offset-sm-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-sm-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-sm-9 {
    margin-left: 75%;
  }
  .grid__col--offset-sm-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-sm-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-sm-12 {
    margin-left: 100%;
  }
  .grid__col--sm {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-sm {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-sm {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-sm {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-sm {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--start-sm {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .grid--center-sm {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .grid--end-sm {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .grid--top-sm {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid--top-sm > [class^='grid__col--'],
  .grid--top-sm > [class*=' grid__col--'] {
    vertical-align: top;
  }
  .grid--middle-sm {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid--middle-sm > [class^='grid__col--'],
  .grid--middle-sm > [class*=' grid__col--'] {
    vertical-align: middle;
  }
  .grid--bottom-sm {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid--bottom-sm > [class^='grid__col--'],
  .grid--bottom-sm > [class*=' grid__col--'] {
    vertical-align: bottom;
  }
  .grid--around-sm {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .grid--between-sm {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__col--original-sm {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid__col--first-sm {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid__col--last-sm {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 800px) {
  .grid__col--md-1 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .grid__col--md-2 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .grid__col--md-3 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--md-4 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .grid__col--md-5 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .grid__col--md-6 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--md-7 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .grid__col--md-8 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .grid__col--md-9 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--md-10 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .grid__col--md-11 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .grid__col--md-12 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-md-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-md-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-md-3 {
    margin-left: 25%;
  }
  .grid__col--offset-md-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-md-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-md-6 {
    margin-left: 50%;
  }
  .grid__col--offset-md-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-md-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-md-9 {
    margin-left: 75%;
  }
  .grid__col--offset-md-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-md-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-md-12 {
    margin-left: 100%;
  }
  .grid__col--md {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-md {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-md {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-md {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-md {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--start-md {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .grid--center-md {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .grid--end-md {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .grid--top-md {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid--top-md > [class^='grid__col--'],
  .grid--top-md > [class*=' grid__col--'] {
    vertical-align: top;
  }
  .grid--middle-md {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid--middle-md > [class^='grid__col--'],
  .grid--middle-md > [class*=' grid__col--'] {
    vertical-align: middle;
  }
  .grid--bottom-md {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid--bottom-md > [class^='grid__col--'],
  .grid--bottom-md > [class*=' grid__col--'] {
    vertical-align: bottom;
  }
  .grid--around-md {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .grid--between-md {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__col--original-md {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid__col--first-md {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid__col--last-md {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1000px) {
  .grid__col--lg-1 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .grid__col--lg-2 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .grid__col--lg-3 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--lg-4 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .grid__col--lg-5 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .grid__col--lg-6 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--lg-7 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .grid__col--lg-8 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .grid__col--lg-9 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--lg-10 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .grid__col--lg-11 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .grid__col--lg-12 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-lg-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-lg-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-lg-3 {
    margin-left: 25%;
  }
  .grid__col--offset-lg-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-lg-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-lg-6 {
    margin-left: 50%;
  }
  .grid__col--offset-lg-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-lg-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-lg-9 {
    margin-left: 75%;
  }
  .grid__col--offset-lg-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-lg-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-lg-12 {
    margin-left: 100%;
  }
  .grid__col--lg {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-lg {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-lg {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-lg {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-lg {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--start-lg {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .grid--center-lg {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .grid--end-lg {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .grid--top-lg {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid--top-lg > [class^='grid__col--'],
  .grid--top-lg > [class*=' grid__col--'] {
    vertical-align: top;
  }
  .grid--middle-lg {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid--middle-lg > [class^='grid__col--'],
  .grid--middle-lg > [class*=' grid__col--'] {
    vertical-align: middle;
  }
  .grid--bottom-lg {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid--bottom-lg > [class^='grid__col--'],
  .grid--bottom-lg > [class*=' grid__col--'] {
    vertical-align: bottom;
  }
  .grid--around-lg {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .grid--between-lg {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__col--original-lg {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid__col--first-lg {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid__col--last-lg {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .grid__col--xl-1 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .grid__col--xl-2 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .grid__col--xl-3 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--xl-4 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .grid__col--xl-5 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .grid__col--xl-6 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--xl-7 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .grid__col--xl-8 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .grid__col--xl-9 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--xl-10 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .grid__col--xl-11 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .grid__col--xl-12 {
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-xl-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-xl-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-xl-3 {
    margin-left: 25%;
  }
  .grid__col--offset-xl-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-xl-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-xl-6 {
    margin-left: 50%;
  }
  .grid__col--offset-xl-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-xl-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-xl-9 {
    margin-left: 75%;
  }
  .grid__col--offset-xl-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-xl-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-xl-12 {
    margin-left: 100%;
  }
  .grid__col--xl {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-xl {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-xl {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-xl {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-xl {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--start-xl {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .grid--center-xl {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .grid--end-xl {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .grid--top-xl {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid--top-xl > [class^='grid__col--'],
  .grid--top-xl > [class*=' grid__col--'] {
    vertical-align: top;
  }
  .grid--middle-xl {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid--middle-xl > [class^='grid__col--'],
  .grid--middle-xl > [class*=' grid__col--'] {
    vertical-align: middle;
  }
  .grid--bottom-xl {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid--bottom-xl > [class^='grid__col--'],
  .grid--bottom-xl > [class*=' grid__col--'] {
    vertical-align: bottom;
  }
  .grid--around-xl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .grid--between-xl {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__col--original-xl {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid__col--first-xl {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid__col--last-xl {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.hero {
  padding-top: 35px;
  padding-bottom: 150px;
}

@media only screen and (min-width: 600px) {
  .hero {
    padding-top: 185px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero {
    padding-top: 285px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .hero {
    padding-top: 250px;
    padding-bottom: 170px;
  }
}

.hero--grey {
  background: #eaeaea;
}

.hero--dark {
  background: #202020;
  color: rgba(255, 255, 255, 0.9);
}

.hero--small {
  padding-top: 15px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 600px) {
  .hero--small {
    padding-top: 185px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero--small {
    padding-top: 250px;
  }
}

.hero--case-study {
  padding-top: 15px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 600px) {
  .hero--case-study {
    padding-top: 185px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero--case-study {
    padding-top: 250px;
    padding-bottom: 110px;
  }
}

.hero__content {
  max-width: 500px;
}

@media only screen and (min-width: 800px) {
  .hero__content {
    max-width: 750px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero__content {
    max-width: 800px;
  }
}

@media only screen and (min-width: 800px) {
  .hero--small .hero__content {
    max-width: 620px;
  }
}

.hero__lede {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: .3px;
  color: #4a4a4d;
}

@media only screen and (min-width: 1000px) {
  .hero__lede {
    font-size: 22px;
  }
}

.hero--small .hero__lede {
  margin-top: 5px;
}

@media only screen and (min-width: 1000px) {
  .hero--small .hero__lede {
    margin-top: 10px;
  }
}

.hero--dark .hero__lede {
  color: rgba(255, 255, 255, 0.9);
}

.hero__actions {
  margin-top: 40px;
}

@media only screen and (min-width: 600px) {
  .hero__actions {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 600px) {
  .hero__action {
    display: inline-block;
  }
}

.hero__action + .hero__action {
  margin-top: 20px;
}

@media only screen and (min-width: 600px) {
  .hero__action + .hero__action {
    margin-top: 0;
    margin-left: 60px;
  }
}

@media only screen and (min-width: 1000px) {
  .hero__action + .hero__action {
    margin-left: 100px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero__action + .hero__action {
    margin-left: 200px;
  }
}

.hero__prefix {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
  margin-bottom: 7px;
}

@media only screen and (min-width: 800px) {
  .hero__prefix {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1000px) {
  .hero__prefix {
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
}

.hero--dark .hero__prefix {
  color: rgba(255, 255, 255, 0.6);
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.logo-grid {
  display: none;
  background-color: #f5f5f5;
}

@media only screen and (min-width: 800px) {
  .logo-grid {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.logo-grid--small {
  display: block;
  padding-bottom: 0;
  padding-top: 40px;
  background-color: #ffffff;
}

.logo-grid--grey {
  background: #eaeaea;
}

.logo-grid--dark {
  background: #202020;
}

.logo-grid__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 1400px) {
  .logo-grid__inner {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.logo-grid--small .logo-grid__inner {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.logo-grid__item {
  width: 12.5%;
  padding: 15px;
}

@media only screen and (min-width: 1400px) {
  .logo-grid__item {
    padding: 25px;
  }
}

.logo-grid--small .logo-grid__item {
  width: auto;
}

.logo-grid__img {
  display: block;
  width: 100%;
  height: auto;
}

.logo-grid--small .logo-grid__img {
  height: 60px;
  width: auto;
}

@media only screen and (min-width: 600px) {
  .logo-grid--small .logo-grid__img {
    height: 80px;
  }
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.navigation {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  padding: 20px 15px 0 0;
}

@media only screen and (min-width: 800px) {
  .navigation {
    font-size: 13px;
    letter-spacing: 1.2px;
    padding: 20px 25px 0 0;
  }
}

@media only screen and (min-width: 1000px) {
  .navigation {
    padding: 20px 55px 0 0;
  }
}

@media only screen and (min-width: 1400px) {
  .navigation {
    font-size: 14px;
    padding: 35px 55px 0 0;
  }
}

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

.navigation__item {
  position: relative;
  display: block;
}

@media only screen and (min-width: 600px) {
  .navigation__item {
    display: inline-block;
    margin: 0 10px;
  }
}

@media only screen and (min-width: 800px) {
  .navigation__item {
    margin: 0 23px;
  }
}

.navigation__item:first-child {
  margin-left: 0;
}

.navigation__item:last-child {
  margin-right: 0;
}

.navigation__item:before {
  content: '';
  position: absolute;
  background: transparent;
  right: -15px;
  top: 10px;
  bottom: 10px;
  width: 8px;
}

@media only screen and (min-width: 600px) {
  .navigation__item:before {
    top: -20px;
    left: 0;
    right: 0;
    height: 8px;
    width: auto;
    bottom: auto;
  }
}

@media only screen and (min-width: 1400px) {
  .navigation__item:before {
    top: -35px;
  }
}

.navigation__item.is-current:before {
  background-color: #ff5000;
}

.navigation__link {
  position: relative;
  display: block;
  color: #202020;
  padding: 10px 0;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}

.navigation__link:hover {
  text-decoration: none;
  opacity: .6;
}

.navigation--white .navigation__link {
  color: rgba(255, 255, 255, 0.9);
}

.navigation__item--special .navigation__link {
  color: #ff5408;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.reality {
  position: relative;
}

.reality__inner {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 800px) {
  .reality__inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.reality__inner:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.reality__iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.reality__content {
  padding-top: 40px;
  max-width: 750px;
  color: #4a4a4d;
}

@media only screen and (min-width: 600px) {
  .reality__content {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 800px) {
  .reality__content {
    padding-top: 100px;
    font-size: 20px;
    padding-left: 25%;
    max-width: 75%;
  }
}

@media only screen and (min-width: 1000px) {
  .reality__content {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1400px) {
  .reality__content {
    padding-left: 25%;
    max-width: 75%;
  }
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.tags__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.tags__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2px;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (min-width: 1400px) {
  .tags__list {
    margin-top: 0;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.tags__item {
  display: inline-block;
  background: rgba(255, 80, 0, 0.06);
  font-size: 16px;
  line-height: 1.69;
  color: #ff5000;
  padding: 3px 12px 4px;
  margin: 10px 5px 0;
  border-radius: 20px;
}

@media only screen and (min-width: 1400px) {
  .tags__item {
    margin: 16px 12px 0;
  }
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.video {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 800px) {
  .video {
    margin-left: 0;
    margin-right: 0;
  }
}

.video:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62.5%;
}

.video__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #202020;
  overflow: hidden;
}

.video.is-playing .video__background {
  display: none;
}

.video__background:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62.5%;
}

.video__img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.video__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 600px) {
  .video__content {
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.video.is-playing .video__content {
  display: none;
}

.video__content:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62.5%;
}

@media only screen and (min-width: 600px) {
  .video__content:before {
    display: none;
  }
}

.video__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 90px;
}

@media only screen and (min-width: 600px) {
  .video__inner {
    position: static;
    padding-bottom: 0;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.video__description {
  position: relative;
  color: #202020;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -.1px;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 15px;
}

@media only screen and (min-width: 600px) {
  .video__description {
    color: rgba(255, 255, 255, 0.9);
    padding-top: 51px;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media only screen and (min-width: 800px) {
  .video__description {
    font-size: 30px;
    line-height: 1.3;
    padding-top: 86px;
    max-width: 400px;
  }
}

@media only screen and (min-width: 1000px) {
  .video__description {
    font-size: 40px;
    line-height: 1.4;
    max-width: 550px;
    padding-top: 126px;
  }
}

.video__description em {
  font-style: normal;
  color: #ff5000;
}

.video__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.1px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .video__title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 800px) {
  .video__title {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1000px) {
  .video__title {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 1400px) {
  .video__title {
    font-size: 48px;
  }
}

.video__button {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  background: #ff5000;
  border: 0;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 16px;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
  margin-bottom: -21px;
}

@media only screen and (min-width: 800px) {
  .video__button {
    width: 72px;
    height: 72px;
    font-size: 27px;
    margin-bottom: -36px;
  }
}

.video__button:hover {
  opacity: .7;
}

.video__button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 1px;
}

.video__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.video.is-playing .video__video {
  display: block;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.flow {
  position: relative;
  counter-reset: flow;
  padding-top: 10px;
}

@media only screen and (min-width: 600px) {
  .flow {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 800px) {
  .flow {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 1000px) {
  .flow {
    padding-bottom: 175px;
  }
}

@media only screen and (min-width: 1200px) {
  .flow {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 1400px) {
  .flow {
    padding-bottom: 225px;
  }
}

@media only screen and (min-width: 1600px) {
  .flow {
    padding-bottom: 245px;
  }
}

.flow--grey {
  background: #eaeaea;
}

.flow--dark {
  background: #202020;
  color: rgba(255, 255, 255, 0.9);
}

.flow__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 600px) {
  .flow__hero {
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 800px) {
  .flow__hero {
    min-height: calc(100vh - 116px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 450px;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 75px;
    padding-bottom: 236px;
  }
}

@media only screen and (min-width: 1200px) {
  .flow__hero {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1400px) {
  .flow__hero {
    max-width: 600px;
  }
}

@media only screen and (min-width: 1600px) {
  .flow__hero {
    max-width: 740px;
    padding-right: 100px;
  }
}

.flow__hero-content {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: .3px;
  color: #4a4a4d;
}

@media only screen and (min-width: 1200px) {
  .flow__hero-content {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
  }
}

.flow--dark .flow__hero-content {
  color: rgba(255, 255, 255, 0.9);
}

.flow__figure {
  margin-top: 40px;
  display: none;
}

@media only screen and (min-width: 800px) {
  .flow__figure {
    display: block;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 150px);
    width: 300px;
    height: 300px;
  }
}

@media only screen and (min-width: 1000px) {
  .flow__figure {
    width: 350px;
    height: 350px;
    top: calc(50% - 175px);
  }
}

@media only screen and (min-width: 1200px) {
  .flow__figure {
    width: 400px;
    height: 400px;
    top: calc(50% - 200px);
  }
}

@media only screen and (min-width: 1400px) {
  .flow__figure {
    width: 450px;
    height: 450px;
    top: calc(50% - 225px);
  }
}

@media only screen and (min-width: 1600px) {
  .flow__figure {
    width: 490px;
    height: 490px;
    top: calc(50% - 245px);
  }
}

.flow__img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 800px) {
  .flow__img {
    opacity: 0 !important;
    transition: opacity 200ms ease-in-out !important;
  }
}

@media only screen and (min-width: 800px) {
  .flow__img.is-visible {
    opacity: 1 !important;
  }
}

.flow__figure .flow__img {
  position: absolute;
  top: 0;
  left: 0;
}

.flow__list {
  width: 100%;
}

.flow__item {
  counter-increment: flow;
  padding: 50px 0;
}

@media only screen and (min-width: 600px) {
  .flow__item {
    padding: 75px 0;
  }
}

@media only screen and (min-width: 800px) {
  .flow__item {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .flow__item {
    padding: 125px 0;
  }
}

@media only screen and (min-width: 600px) {
  .flow__item:first-child {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 800px) {
  .flow__item:first-child {
    padding-top: 190px;
  }
}

.flow__item:last-child {
  padding-bottom: 0;
}

.flow__item-figure {
  margin-bottom: 40px;
}

@media only screen and (min-width: 800px) {
  .flow__item-figure {
    display: none;
  }
}

@media only screen and (min-width: 800px) {
  .flow__item-inner {
    max-width: 450px;
    padding-right: 75px;
  }
}

@media only screen and (min-width: 1200px) {
  .flow__item-inner {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1400px) {
  .flow__item-inner {
    max-width: 600px;
  }
}

@media only screen and (min-width: 1600px) {
  .flow__item-inner {
    max-width: 740px;
    padding-right: 100px;
  }
}

.flow__item-inner:before {
  content: counter(flow, decimal-leading-zero);
  display: block;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -.5px;
  color: #ff5000;
}

@media only screen and (min-width: 800px) {
  .flow__item-inner:before {
    font-size: 80px;
    letter-spacing: -.7px;
  }
}

@media only screen and (min-width: 1400px) {
  .flow__item-inner:before {
    font-size: 110px;
    letter-spacing: -.9px;
  }
}

.flow__item-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.1px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 800px) {
  .flow__item-title {
    font-size: 38px;
    letter-spacing: -.2px;
  }
}

@media only screen and (min-width: 1400px) {
  .flow__item-title {
    font-size: 48px;
  }
}

.flow__item-keyword {
  display: inline-block;
  color: #ff5000;
}

.flow__item-keyword:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ff5000;
  border-radius: 50%;
}

@media only screen and (min-width: 800px) {
  .flow__item-keyword:before {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (min-width: 1200px) {
  .flow__item-keyword:before {
    width: 10px;
    height: 10px;
  }
}

.flow__item-content {
  color: #4a4a4d;
  line-height: 1.69;
}

@media only screen and (min-width: 800px) {
  .flow__item-content {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .flow__item-content {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .3px;
  }
}

.flow--dark .flow__item-content {
  color: rgba(255, 255, 255, 0.9);
}

.flow__item-tags {
  margin-top: 50px;
}

.flow__nav {
  display: none;
  font-size: 15px;
  font-weight: 700;
  padding-left: 30px;
}

@media only screen and (min-width: 1000px) {
  .flow__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 225px);
    min-height: 450px;
  }
}

@media only screen and (min-width: 1200px) {
  .flow__nav {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .flow__nav {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .flow__nav {
    padding-left: 150px;
  }
}

.flow__nav-item {
  margin: 10px 0;
}

.flow__nav-link {
  display: block;
  color: transparent;
  padding: 10px 0;
  white-space: nowrap;
  transition: color 200ms ease-in-out;
  opacity: 1;
}

.flow__nav-link:hover,
.flow__nav-item.is-current .flow__nav-link {
  color: #ff5000;
  text-decoration: none;
  opacity: 1;
}

.flow__nav-link:hover:before,
.flow__nav-item.is-current .flow__nav-link:before {
  background-color: #ff5000;
}

.flow__nav-link:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #202020;
  border-radius: 50%;
  position: relative;
  top: 2px;
  right: 3px;
  transition: background 200ms ease-in-out;
}

.flow--dark .flow__nav-link:before {
  background-color: rgba(255, 255, 255, 0.9);
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.footer {
  padding: 100px 15px 20px;
}

@media only screen and (min-width: 800px) {
  .footer {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1000px) {
  .footer {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .footer {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.footer__social {
  font-size: 16px;
  padding-top: 50px;
}

.footer__social-item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 800px) {
  .footer__social-item {
    text-align: center;
  }
}

@media only screen and (min-width: 800px) {
  .footer__social-item:nth-child(3n+1) {
    text-align: left;
  }
}

@media only screen and (min-width: 800px) {
  .footer__social-item:nth-child(3n+3) {
    text-align: right;
  }
}

.footer__container {
  max-width: 1100px;
  margin: 0 auto;
}

.footer__title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 800px) {
  .footer__title {
    text-align: center;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1400px) {
  .footer__title {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 800px) {
  .footer__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 800px) {
  .footer__form {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .footer__form {
    -webkit-flex-basis: 450px;
        -ms-flex-preferred-size: 450px;
            flex-basis: 450px;
  }
}

.footer__contacts {
  padding-top: 100px;
}

@media only screen and (min-width: 800px) {
  .footer__contacts {
    padding-top: 25px;
    padding-right: 50px;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.footer__contacts-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 5px;
  color: #ff5000;
}

.footer__contacts-content {
  font-size: 14px;
}

.footer__contacts-content a {
  color: #202020;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.form__footer {
  margin-top: 40px;
  text-align: right;
}

.form__confirmation {
  font-size: 18px;
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.logo__link {
  display: block;
}

.logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.logo__mobi {
  fill: #202020;
}

.logo--white .logo__mobi {
  fill: rgba(255, 255, 255, 0.9);
}

.logo__lab {
  fill: #ff5000;
}

.logo--white .logo__lab {
  fill: rgba(255, 255, 255, 0.9);
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.header {
  background: #ffffff;
  padding: 25px 0;
}

@media only screen and (min-width: 600px) {
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    will-change: transform;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
}

@media only screen and (min-width: 1400px) {
  .header {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 600px) {
  .header.is-pinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 600px) {
  .header.is-unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.header--grey {
  background: #eaeaea;
}

.header--dark {
  background: #202020;
}

.header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 100px;
  height: 20px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media only screen and (min-width: 800px) {
  .header__logo {
    width: 130px;
    height: 25px;
  }
}

.header__logo .logo__link,
.header__logo .logo__img {
  height: 100%;
}

.header__navigation {
  margin-top: -25px;
  margin-right: -15px;
}

@media only screen and (min-width: 800px) {
  .header__navigation {
    margin-right: -25px;
  }
}

@media only screen and (min-width: 1400px) {
  .header__navigation {
    margin-top: -40px;
    margin-right: -55px;
  }
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.services {
  padding-bottom: 85px;
}

@media only screen and (min-width: 800px) {
  .services {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.services--grey {
  background: #eaeaea;
}

.services--dark {
  background: #202020;
  color: rgba(255, 255, 255, 0.9);
}

.services__title {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1400px) {
  .services__title {
    margin-bottom: 60px;
  }
}

.services__footer {
  margin-top: 60px;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .services__footer {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 1400px) {
  .services__footer {
    margin-top: 110px;
  }
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.study {
  counter-reset: study;
}

.study--grey {
  background: #eaeaea;
}

.study--dark {
  background: #202020;
}

.study__section {
  padding: 0 0 100px;
}

@media only screen and (min-width: 1000px) {
  .study__section {
    padding-top: 50px;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 1400px) {
  .study__section {
    padding-top: 100px;
    padding-bottom: 170px;
  }
}

.study__section:first-child {
  padding-top: 0;
}

.study--grey .study__section:nth-child(even) {
  background: #fbf9fa;
}

@media only screen and (min-width: 1000px) {
  .study__section--left .study__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1000px) {
  .study__section--right .study__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.study__figure {
  margin-bottom: 40px;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (min-width: 800px) {
  .study__figure {
    margin-right: -25px;
    margin-left: -25px;
  }
}

@media only screen and (min-width: 1000px) {
  .study__figure {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 1400px) {
  .study__figure {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1000px) {
  .study__section--left .study__figure {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .study__section--right .study__figure {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-bottom: 0;
  }
}

.study__img {
  display: block;
  width: 100%;
  height: auto;
}

.study__content {
  font-size: 16px;
  line-height: 1.69;
  color: #4a4a4d;
}

@media only screen and (min-width: 1000px) {
  .study__content {
    font-size: 18px;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 1400px) {
  .study__content {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1000px) {
  .study__section--center .study__content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .study__section--center .study__content {
    padding-left: 260px;
  }
}

@media only screen and (min-width: 1000px) {
  .study__section--left .study__content {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .study__section--left .study__content {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 1000px) {
  .study__section--right .study__content {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .study__section--right .study__content {
    padding-right: 100px;
  }
}

.study--dark .study__content {
  color: rgba(255, 255, 255, 0.9);
}

.study__chapter {
  counter-increment: study;
  max-width: 620px;
}

.study__chapter + .study__chapter {
  margin-top: 60px;
}

.study__section--center .study__chapter {
  max-width: 750px;
}

.study__chapter-title {
  font-size: 24px;
  color: #202020;
}

@media only screen and (min-width: 800px) {
  .study__chapter-title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1400px) {
  .study__chapter-title {
    font-size: 28px;
  }
}

.study--dark .study__chapter-title {
  color: rgba(255, 255, 255, 0.9);
}

.study__chapter-title:before {
  content: counter(study, decimal-leading-zero);
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -.2px;
  color: #ff5000;
}

.study__chapter-content {
  margin-top: 20px;
}

@media only screen and (min-width: 800px) {
  .study__chapter-content {
    margin-top: 25px;
  }
}

/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
body.is-scroll-disabled {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.h-container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (min-width: 800px) {
  .h-container {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .h-container {
    padding: 0 55px;
  }
}

.h-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.h-pull-left {
  float: left;
}

.h-pull-right {
  float: right;
}

.h-img-fluid {
  max-width: 100%;
  height: auto;
}

.h-hidden {
  display: none !important;
}

.h-visible {
  display: block !important;
}

@media only screen and (max-width: 599px) {
  .h-hidden-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 799px) {
  .h-hidden-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
  .h-hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1000px) {
  .h-hidden-lg {
    display: none !important;
  }
}

img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}

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