/* ======================== variables */
/* ============================== Colors */
/* ======================== MEDIAQUERIES */
/* ============================== Fonts */
/* ================================= hero primary */
.b--hero-primary {
  height: 100vh;
  width: 100%; }
  @media all and (max-width: 992px) {
    .b--hero-primary {
      height: calc(100vh - 160px);
      max-height: 80vh;
      min-height: calc(100% - 160px);
      padding-top: 160px;
      overflow: hidden; } }
  .b--hero-primary__bg {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden; }
    .b--hero-primary__bg svg {
      margin-left: 15%;
      margin-top: 65px; }
  .b--hero-primary__ft {
    margin-bottom: 60px; }
  .b--hero-primary__slide {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 992px) {
      .b--hero-primary__slide {
        display: block;
        position: absolute;
        height: 100vh;
        top: 90px; } }
    .b--hero-primary__slide__svg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100vh;
      width: 100%; }
      @media all and (max-width: 992px) {
        .b--hero-primary__slide__svg {
          width: 100%;
          height: 50vh;
          bottom: 0;
          top: 50%;
          position: absolute; } }
    .b--hero-primary__slide__info {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media all and (max-width: 992px) {
        .b--hero-primary__slide__info {
          top: 90px;
          -webkit-transform: none;
          transform: none;
          padding-left: 10px;
          padding-right: 10px;
          position: relative; } }
  .b--hero-primary .b--timeline__primary {
    opacity: 0; }
  .b--hero-primary--js-enabled {
    height: 100vh;
    overflow: hidden; }
    @media all and (max-width: 992px) {
      .b--hero-primary--js-enabled {
        height: 100vh;
        padding-top: 0px; } }
    @media all and (max-width: 992px) {
      .b--hero-primary--js-enabled .b--hero-primary__slide__svg {
        margin-top: -40px; } }
    @media all and (max-width: 992px) {
      .b--hero-primary--js-enabled .b--hero-primary__slide__info {
        top: 10px; } }
    .b--hero-primary--js-enabled .b--hero-primary__ft {
      position: absolute;
      width: 100%;
      bottom: 0;
      margin-bottom: 80px;
      z-index: 100;
      padding-left: 20px;
      padding-right: 20px; }
      @media all and (max-width: 992px) {
        .b--hero-primary--js-enabled .b--hero-primary__ft .b--cta-primary {
          position: fixed;
          bottom: 0;
          left: 0; } }
      @media all and (max-width: 992px) {
        .b--hero-primary--js-enabled .b--hero-primary__ft .btn--secondary {
          position: fixed;
          bottom: 80px;
          left: 15px; } }
    .b--hero-primary--js-enabled .b--hero-primary__list-group {
      height: 100vh;
      width: 100%;
      position: relative; }
      .b--hero-primary--js-enabled .b--hero-primary__list-group__list-item {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        opacity: 0;
        z-index: 1; }
        .b--hero-primary--js-enabled .b--hero-primary__list-group__list-item--is-active {
          opacity: 1;
          z-index: 4; }
    .b--hero-primary--js-enabled .b--timeline__primary {
      opacity: 1; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MEDIAQUERIES */
/* ============================== Fonts */
/* ================================= timeline secondary */
.b--timeline__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40vh;
  right: 35px;
  height: 180px;
  min-height: 180px;
  width: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .b--timeline__primary__line {
    width: 2px;
    min-height: 100%;
    background: #D4D4D4; }
    @media all and (max-width: 992px) {
      .b--timeline__primary__line {
        right: 25px; } }
    .b--timeline__primary__line__progress {
      position: relative;
      right: 1px;
      width: 200%;
      background: #00B2A9; }
      .b--timeline__primary__line__progress--is-growing {
        height: 100% !important; }
  .b--timeline__primary__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    color: #D4D4D4; }
    @media all and (max-width: 992px) {
      .b--timeline__primary__slides {
        top: 65vh;
        right: 25px; } }
    .b--timeline__primary__slides span {
      padding-left: 3px;
      padding-right: 3px; }
  @media all and (max-width: 992px) {
    .b--timeline__primary {
      display: none !important; } }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MEDIAQUERIES */
/* ============================== Fonts */
/* ================================= cta home */
.b--cta-primary {
  font-family: "Colfax", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  background-color: white;
  color: #27272A;
  text-align: center;
  padding: 16px 26px;
  border: 1px solid #00B2A9;
  -webkit-transition: all 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 992px) {
    .b--cta-primary {
      font-size: 14px;
      padding: 6px 10px;
      text-align: center;
      background: #8983BE;
      border-color: #8983BE;
      color: white; } }
  .b--cta-primary:hover {
    background: white;
    border-color: #00B2A9;
    color: #27272A; }
  .b--cta-primary--arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    .b--cta-primary--arrow span {
      display: inline-block;
      position: relative;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      will-change: transform;
      padding-top: 2px; }
    .b--cta-primary--arrow:hover span {
      -webkit-transform: translate3d(-1rem, 0, 0);
      transform: translate3d(-1rem, 0, 0); }
      @media all and (max-width: 992px) {
        .b--cta-primary--arrow:hover span {
          -webkit-transform: translate3d(-0.3rem, 0, 0);
          transform: translate3d(-0.3rem, 0, 0); } }
    .b--cta-primary--arrow svg {
      position: absolute;
      color: rgba(176, 176, 176, 0.6);
      width: 1.1em;
      right: 0px;
      right: 0rem;
      opacity: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      will-change: right, opacity; }
      .b--cta-primary--arrow svg g > g > g {
        stroke: #00B2A9; }
    .b--cta-primary--arrow:hover svg {
      opacity: 1;
      right: -2rem; }
      @media all and (max-width: 992px) {
        .b--cta-primary--arrow:hover svg {
          right: -1rem; } }

#home {
  position: fixed; }
