@import url(https://fonts.googleapis.com/css?family=Quicksand:400,500);
/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Button {
  position: relative;
  text-align: center;
  padding: 12px 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  color: white;
  background-color: #505BE4; }
  @media only screen and (max-width: 680px) {
    .Button {
      font-size: 1.6rem;
      padding: 10px 25px; } }
  .Button .Icon {
    margin-left: 10px;
    margin-right: -8px;
    font-size: 120%; }
  .Button.disabled {
    pointer-events: none;
    opacity: .35; }
  .Button.shadow {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden; }
    .Button.shadow .label {
      position: relative; }
    .Button.shadow .btn-shadow {
      pointer-events: none;
      position: absolute;
      width: 200px;
      height: 200px;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: -webkit-gradient(radial, center center, 0px, center center, 70%, color-stop(0%, rgba(56, 166, 235, 0.35)), color-stop(70%, rgba(159, 73, 235, 0)));
      background: -webkit-radial-gradient(center, ellipse cover, rgba(56, 166, 235, 0.35) 50%, rgba(159, 73, 235, 0) 70%);
      background: radial-gradient(ellipse at center, rgba(56, 166, 235, 0.35) 0%, rgba(159, 73, 235, 0) 70%);
      top: 50%;
      left: 50%;
      margin-top: -100px;
      margin-left: -100px; }
    .Button.shadow:hover {
      box-shadow: 0 3px 0 0 #313edf;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
      .Button.shadow:hover .btn-shadow {
        opacity: 1; }
  .Button.Button-big {
    font-size: 2.5rem;
    padding: 15px 35px; }
    @media only screen and (max-width: 680px) {
      .Button.Button-big {
        font-size: 2rem;
        padding: 15px 30px; } }
  .Button.Button-small {
    font-size: 1.5rem;
    padding: 5px 15px; }
    .Button.Button-small .Icon {
      margin-left: 8px;
      margin-right: -3px; }
    @media only screen and (max-width: 680px) {
      .Button.Button-small {
        font-size: 1.4rem;
        padding: 4px 12px; } }
  .Button.Button-white {
    color: #282C34;
    background-color: white; }
  .Button.Button-red {
    background-color: #E46283; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.WordWrapper span {
  display: inline-block; }

.WordWrapper.waypoint:not(.active) span {
  opacity: 0; }

.WordWrapper.waypoint.active span {
  -webkit-animation: waypoint 0.5s backwards;
  animation: waypoint 0.5s backwards; }
  .WordWrapper.waypoint.active span:nth-of-type(1) {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms; }
  .WordWrapper.waypoint.active span:nth-of-type(2) {
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms; }
  .WordWrapper.waypoint.active span:nth-of-type(3) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms; }
  .WordWrapper.waypoint.active span:nth-of-type(4) {
    -webkit-animation-delay: 320ms;
    animation-delay: 320ms; }
  .WordWrapper.waypoint.active span:nth-of-type(5) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms; }
  .WordWrapper.waypoint.active span:nth-of-type(6) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms; }
  .WordWrapper.waypoint.active span:nth-of-type(7) {
    -webkit-animation-delay: 560ms;
    animation-delay: 560ms; }
  .WordWrapper.waypoint.active span:nth-of-type(8) {
    -webkit-animation-delay: 640ms;
    animation-delay: 640ms; }
  .WordWrapper.waypoint.active span:nth-of-type(9) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms; }
  .WordWrapper.waypoint.active span:nth-of-type(10) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms; }
  .WordWrapper.waypoint.active span:nth-of-type(11) {
    -webkit-animation-delay: 880ms;
    animation-delay: 880ms; }
  .WordWrapper.waypoint.active span:nth-of-type(12) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms; }
  .WordWrapper.waypoint.active span:nth-of-type(13) {
    -webkit-animation-delay: 1040ms;
    animation-delay: 1040ms; }
  .WordWrapper.waypoint.active span:nth-of-type(14) {
    -webkit-animation-delay: 1120ms;
    animation-delay: 1120ms; }
  .WordWrapper.waypoint.active span:nth-of-type(15) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms; }
  .WordWrapper.waypoint.active span:nth-of-type(16) {
    -webkit-animation-delay: 1280ms;
    animation-delay: 1280ms; }
  .WordWrapper.waypoint.active span:nth-of-type(17) {
    -webkit-animation-delay: 1360ms;
    animation-delay: 1360ms; }
  .WordWrapper.waypoint.active span:nth-of-type(18) {
    -webkit-animation-delay: 1440ms;
    animation-delay: 1440ms; }
  .WordWrapper.waypoint.active span:nth-of-type(19) {
    -webkit-animation-delay: 1520ms;
    animation-delay: 1520ms; }
  .WordWrapper.waypoint.active span:nth-of-type(20) {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms; }

@-webkit-keyframes waypoint {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes waypoint {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes waypoint {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.BGImg {
  display: inline-block;
  vertical-align: middle; }
  .BGImg .BGImg-image {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    opacity: 0.01; }
  .BGImg.BGImg-cover .BGImg-image {
    background-size: cover !important; }
  .BGImg.BGImg-loaded .BGImg-image {
    opacity: 1; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Footer {
  background-color: #F5F5F5;
  padding: 120px 0 80px; }
  @media only screen and (max-width: 680px) {
    .Footer {
      padding: 90px 0 20px; } }
  .Footer > article > header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 120px; }
    @media only screen and (max-width: 680px) {
      .Footer > article > header {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0; }
        .Footer > article > header:after {
          content: '';
          display: block;
          margin: 50px 0;
          width: 60px;
          background-color: #8346C5;
          height: 1px; } }
  .Footer > article .ides-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 680px) {
      .Footer > article .ides-box {
        margin: 30px 0 0;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .Footer > article .ides-box p {
      font-size: 1.3rem;
      text-align: right;
      color: #9DA5B5; }
      @media only screen and (max-width: 680px) {
        .Footer > article .ides-box p {
          text-align: left; } }
    .Footer > article .ides-box img {
      width: 30px;
      margin-left: 10px; }
      @media only screen and (max-width: 680px) {
        .Footer > article .ides-box img {
          margin-left: 0;
          margin-right: 10px; } }
  .Footer > article > nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 680px) {
      .Footer > article > nav {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .Footer > article > nav ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      @media only screen and (max-width: 680px) {
        .Footer > article > nav ul {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .Footer > article > nav ul li:not(:last-child) {
        margin-right: 100px; }
        @media only screen and (max-width: 680px) {
          .Footer > article > nav ul li:not(:last-child) {
            margin-right: 10px; } }
      .Footer > article > nav ul li a {
        display: block;
        margin-bottom: 20px;
        font-size: 1.8rem;
        color: #3A3F4C;
        opacity: .7;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        @media only screen and (max-width: 680px) {
          .Footer > article > nav ul li a {
            font-size: 1.7rem; } }
        .Footer > article > nav ul li a:hover, .Footer > article > nav ul li a.active {
          opacity: 1; }
    @media only screen and (max-width: 680px) {
      .Footer > article > nav .Button {
        margin-top: 50px; } }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.NavBar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 35px 0 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  @media only screen and (max-width: 880px) {
    .NavBar {
      right: 0;
      padding: 15px; } }
  .NavBar.withBtn {
    position: fixed; }
    .NavBar.withBtn:not(.loggedIn) .menu {
      -webkit-transition: all 0.3s 0.2s;
      transition: all 0.3s 0.2s;
      -webkit-transform: translateX(182px);
      -ms-transform: translateX(182px);
      transform: translateX(182px); }
    .NavBar.withBtn.folded {
      padding: 0 25px 0 15px;
      background-color: white;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 680px) {
        .NavBar.withBtn.folded {
          padding: 5px 10px; } }
      .NavBar.withBtn.folded .menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
        .NavBar.withBtn.folded .menu a:not(.Button) {
          padding: 16px 0; }
        .NavBar.withBtn.folded .menu .Button {
          opacity: 1;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
  .NavBar .logo {
    padding: 5px; }
  .NavBar .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 880px) {
      .NavBar .menu {
        display: none; } }
    .NavBar .menu a:not(:last-child) {
      margin-right: 40px; }
    .NavBar .menu a:not(.Button) {
      padding: 30px 0;
      font-size: 1.6rem;
      color: #6B727E;
      box-shadow: inset 0 2px 0 0 transparent;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .NavBar .menu a:not(.Button):hover, .NavBar .menu a:not(.Button).selected {
        color: #1B1E23;
        box-shadow: inset 0 2px 0 0 #505BE4; }
    .NavBar .menu a.search {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .NavBar .menu a.search svg {
        margin-left: 8px; }
    .NavBar .menu .Button {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px);
      opacity: 0; }
  .NavBar .MobileMenuBtn {
    display: none;
    position: relative;
    width: 20px;
    height: 14px;
    margin-right: 10px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (max-width: 880px) {
      .NavBar .MobileMenuBtn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer; } }
    .NavBar .MobileMenuBtn i {
      width: 100%;
      height: 2px;
      background-color: #6B727E;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .NavBar .MobileMenuBtn.active {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .NavBar .MobileMenuBtn.active i:nth-child(1) {
        opacity: 0; }
      .NavBar .MobileMenuBtn.active i:nth-child(3) {
        -webkit-transform: rotate(-90deg) translateX(6px);
        -ms-transform: rotate(-90deg) translateX(6px);
        transform: rotate(-90deg) translateX(6px); }

.MobileMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: -1;
  background-color: white;
  -webkit-animation: fromBottom 0.2s;
  animation: fromBottom 0.2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }
  .MobileMenu a:not(.Button) {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #6B727E; }
    @media only screen and (max-width: 580px) {
      .MobileMenu a:not(.Button) {
        font-size: 1.8rem; } }
    .MobileMenu a:not(.Button).selected {
      color: #505BE4; }
  .MobileMenu a {
    -webkit-animation: fromBottom 0.2s backwards;
    animation: fromBottom 0.2s backwards; }
    .MobileMenu a:nth-of-type(1) {
      -webkit-animation-delay: 180ms;
      animation-delay: 180ms; }
    .MobileMenu a:nth-of-type(2) {
      -webkit-animation-delay: 260ms;
      animation-delay: 260ms; }
    .MobileMenu a:nth-of-type(3) {
      -webkit-animation-delay: 340ms;
      animation-delay: 340ms; }
    .MobileMenu a:nth-of-type(4) {
      -webkit-animation-delay: 420ms;
      animation-delay: 420ms; }
    .MobileMenu a:nth-of-type(5) {
      -webkit-animation-delay: 500ms;
      animation-delay: 500ms; }
    .MobileMenu a:nth-of-type(6) {
      -webkit-animation-delay: 580ms;
      animation-delay: 580ms; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Icon {
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.VidBtn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #38A6EB; }
  .VidBtn .Icon {
    box-shadow: -10px 12px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f1f1;
    font-size: 2rem;
    padding: 10px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -ms-transform 0.2s;
    transition: transform 0.2s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white; }
  .VidBtn .label {
    font-size: 1.6rem;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -ms-transform 0.2s;
    transition: transform 0.2s;
    margin-left: 20px; }
    @media only screen and (max-width: 680px) {
      .VidBtn .label {
        font-size: 1.5rem;
        margin-left: 15px; } }
  .VidBtn:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .VidBtn:hover .label {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }
  .VidBtn.small {
    padding: 5px 0;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .VidBtn.small .Icon {
      box-shadow: none;
      border: none;
      font-size: 1.6rem;
      padding: 0; }
    .VidBtn.small .label {
      font-size: 1.4rem;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -ms-transform 0.2s;
      transition: transform 0.2s;
      margin-left: 0;
      margin-right: 10px; }
    .VidBtn.small:hover .Icon {
      -webkit-transform: scale(1.1) translateX(10px);
      -ms-transform: scale(1.1) translateX(10px);
      transform: scale(1.1) translateX(10px); }
  .VidBtn.big {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -ms-transform 0.3s;
    transition: transform 0.3s;
    width: 90px;
    height: 90px;
    cursor: pointer;
    box-shadow: -10px 12px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #F5F5F5;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
    .VidBtn.big .Icon {
      color: #2DD7A6;
      font-size: 3.5rem;
      box-shadow: none;
      border: none;
      padding: 0;
      background-color: transparent; }
    .VidBtn.big:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      .VidBtn.big:hover .Icon {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95); }
  .VidBtn.Button {
    box-shadow: -10px 12px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f1f1;
    color: #505BE4;
    background-color: white;
    display: inline-block;
    vertical-align: middle; }
    .VidBtn.Button .Icon, .VidBtn.Button .label {
      display: inline-block;
      vertical-align: middle; }
    .VidBtn.Button .Icon {
      box-shadow: none;
      border: none;
      font-size: 2.6rem;
      padding: 0; }
    .VidBtn.Button .label {
      font-size: inherit;
      margin-left: 0; }
    .VidBtn.Button:hover .label {
      -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
      transform: translateX(2px); }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Home .hero {
  text-align: center;
  margin-top: 13vh; }
  @media only screen and (max-width: 1200px) {
    .Home .hero {
      margin-top: 110px; } }
  @media only screen and (max-width: 340px) {
    .Home .hero {
      margin-top: 90px; } }
  .Home .hero h1, .Home .hero h2 {
    padding: 0 25px; }
    @media only screen and (max-width: 340px) {
      .Home .hero h1, .Home .hero h2 {
        padding: 0 20px; } }
  .Home .hero h1 {
    font-size: 5.2rem;
    margin-bottom: 15px;
    color: #21252B; }
    @media only screen and (max-width: 680px) {
      .Home .hero h1 {
        font-size: 3.6rem; } }
    @media only screen and (max-width: 340px) {
      .Home .hero h1 {
        font-size: 3.2rem; } }
  .Home .hero h2 {
    font-size: 2.5rem;
    max-width: 760px;
    margin: 0 auto 35px;
    color: #6B727E; }
    @media only screen and (max-width: 680px) {
      .Home .hero h2 {
        max-width: 560px;
        font-size: 1.7rem; } }
  .Home .hero h2, .Home .hero .Button, .Home .hero .video-btn {
    -webkit-animation: fromBottom 0.7s 0.2s backwards;
    animation: fromBottom 0.7s 0.2s backwards; }
  .Home .hero .Button {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .Home .hero .VidBtn.big {
    margin: 40px auto 0; }

.Home .VidBtn {
  margin-top: 60px; }
  @media only screen and (max-width: 680px) {
    .Home .VidBtn {
      margin-top: 50px; } }

.Home .hero-img {
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin: -200px 0 -50px;
  z-index: -1;
  width: 1600px;
  height: 700px; }
  .Home .hero-img.desktop {
    display: block; }
  .Home .hero-img.mobile {
    display: none; }
  @media only screen and (max-width: 1300px) {
    .Home .hero-img {
      margin-top: -180px;
      width: 1450px;
      height: 650px; } }
  @media only screen and (max-width: 680px) {
    .Home .hero-img {
      width: 1600px;
      height: 700px; }
      .Home .hero-img.desktop {
        display: none; }
      .Home .hero-img.mobile {
        display: block;
        position: relative;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        width: 500px;
        height: 670px;
        margin: auto; } }

.Home .ides {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 92%;
  margin: 0 auto 120px; }
  .Home .ides > article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    align-self: center;
    border: 1px solid #F3F4F6;
    box-shadow: -10px 12px 35px rgba(0, 0, 0, 0.1);
    padding: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: white;
    text-align: left; }
    @media only screen and (max-width: 680px) {
      .Home .ides > article {
        padding: 12px; } }
    .Home .ides > article p {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 1.4rem;
      color: #9DA5B5;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      @media only screen and (max-width: 680px) {
        .Home .ides > article p {
          font-size: 1.3rem; }
          .Home .ides > article p br {
            display: none; } }
      .Home .ides > article p a {
        color: inherit; }
    .Home .ides > article img {
      margin-left: 10px;
      width: 30px; }

.Home .abs-img img {
  z-index: -1; }

.Home .comp-img img {
  width: 930px; }

@media only screen and (max-width: 680px) {
  .Home .comp-img {
    margin: 20px -50px; }
    .Home .comp-img img {
      width: 680px; } }

.Home .search-img img {
  width: 850px; }

@media only screen and (max-width: 680px) {
  .Home .search-img {
    direction: rtl;
    margin: 40px 20px; }
    .Home .search-img img {
      width: 600px; } }

.Home .autocomplete {
  margin: -160px auto 180px;
  max-width: 900px; }
  @media only screen and (max-width: 680px) {
    .Home .autocomplete {
      margin: -20px auto 120px; } }
  .Home .autocomplete:before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #8346C5;
    margin: 0 auto 180px; }
    @media only screen and (max-width: 680px) {
      .Home .autocomplete:before {
        margin-bottom: 100px;
        width: 60px; } }
  .Home .autocomplete h3 {
    font-size: 3.2rem;
    color: #21252B;
    width: 100%;
    position: relative;
    max-width: 420px; }
    @media only screen and (max-width: 680px) {
      .Home .autocomplete h3 {
        font-size: 2.5rem;
        padding: 0 25px;
        margin: auto; }
        .Home .autocomplete h3 img {
          width: 60px;
          left: 95%; } }
    .Home .autocomplete h3 img {
      position: absolute;
      left: 100%;
      top: 50%; }
      @media only screen and (max-width: 580px) {
        .Home .autocomplete h3 img {
          display: none; } }
  .Home .autocomplete figure {
    margin-top: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 680px) {
      .Home .autocomplete figure {
        direction: rtl;
        margin-top: 50px; }
        .Home .autocomplete figure img {
          width: 520px;
          padding-left: 10px;
          margin: auto; } }

.Home .pre-footer {
  display: block;
  margin: 80px auto 0; }
  @media only screen and (max-width: 680px) {
    .Home .pre-footer {
      width: 480px;
      position: relative;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      margin: 60px 0 0; } }
  @media only screen and (max-width: 340px) {
    .Home .pre-footer {
      width: 420px; } }

.Home .seo:before {
  content: '';
  display: block;
  width: 80px;
  margin: 120px auto;
  height: 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #8346C5; }
  @media only screen and (max-width: 680px) {
    .Home .seo:before {
      width: 60px;
      margin: 60px auto; } }

.Home .seo > section {
  text-align: center; }
  .Home .seo > section h2 {
    max-width: 680px;
    margin: auto; }
  .Home .seo > section .input {
    cursor: text;
    padding: 15px 35px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #E1E3E6;
    background-color: #fff;
    color: #9DA5B5;
    font-family: "Quicksand", sans-serif;
    font-size: 1.8rem;
    box-shadow: none;
    font-weight: 400;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    margin-top: 30px;
    position: relative; }
    @media only screen and (max-width: 680px) {
      .Home .seo > section .input {
        font-size: 1.6rem;
        padding: 13px 30px; } }
    .Home .seo > section .input::-webkit-input-placeholder {
      color: #9DA5B5;
      font-family: "Quicksand", sans-serif;
      font-size: 1.8rem;
      font-weight: 400; }
      @media only screen and (min-width: 680px) {
        .Home .seo > section .input::-webkit-input-placeholder {
          font-size: 1.6rem; } }
    .Home .seo > section .input:focus {
      border-color: #CBCDD5; }
    .Home .seo > section .input .label {
      margin-right: 10vw; }
      .Home .seo > section .input .label.desktop {
        display: block; }
      .Home .seo > section .input .label.mobile {
        display: none; }
      @media only screen and (max-width: 680px) {
        .Home .seo > section .input .label {
          margin-right: 20vw; }
          .Home .seo > section .input .label.desktop {
            display: none; }
          .Home .seo > section .input .label.mobile {
            display: block; } }
    .Home .seo > section .input .Icon {
      position: absolute;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      font-size: 3rem; }

.Home .seo > article {
  padding: 90px 0; }
  @media only screen and (max-width: 680px) {
    .Home .seo > article {
      padding: 60px 0; } }
  .Home .seo > article h4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
    color: #21252B; }
    @media only screen and (max-width: 680px) {
      .Home .seo > article h4 {
        font-size: 2.4rem;
        text-transform: capitalize; }
        .Home .seo > article h4 .label span {
          display: none; } }
    .Home .seo > article h4 .label {
      margin-left: 10px; }

.Home .seo .links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 40px; }
  @media only screen and (max-width: 680px) {
    .Home .seo .links {
      display: block; } }
  .Home .seo .links ul {
    max-width: 460px; }
    @media only screen and (max-width: 680px) {
      .Home .seo .links ul {
        max-width: none; }
        .Home .seo .links ul:not(:last-child) {
          margin-bottom: 40px; } }
  .Home .seo .links li:not(:last-child) {
    margin-bottom: 40px; }
  .Home .seo .links li a {
    font-family: "Quicksand", sans-serif;
    color: #505BE4;
    font-size: 2rem;
    margin-bottom: 8px;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -ms-transform 0.3s;
    transition: transform 0.3s; }
    @media only screen and (max-width: 680px) {
      .Home .seo .links li a {
        font-size: 1.8rem; } }
    .Home .seo .links li a:hover {
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); }
  .Home .seo .links li p {
    color: #9DA5B5;
    font-size: 1.6rem; }

.Home .seo .Button-white {
  box-shadow: -6px 8px 20px rgba(0, 0, 0, 0.1);
  color: #505BE4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .Home .seo .Button-white:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: -8px 12px 30px rgba(0, 0, 0, 0.12); }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.CopyToken {
  -webkit-animation: fromBottom 0.5s;
  animation: fromBottom 0.5s; }
  .CopyToken > form {
    max-width: 820px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .CopyToken input {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    font-size: 1.6rem;
    color: #6B727E;
    padding: 15px 30px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #B0D2E1; }
    .CopyToken input:focus {
      border-color: #38A6EB;
      box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }
  .CopyToken .copy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #38A6EB;
    padding: 12px;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    cursor: pointer; }
  .CopyToken .copied {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    padding: 15px;
    font-size: 2rem;
    color: #2F333D;
    font-family: "Quicksand", sans-serif;
    z-index: 2;
    background-color: white;
    max-width: 290px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-animation: scaleIn 0.3s;
    animation: scaleIn 0.3s;
    box-shadow: -5px 12px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #F3F4F6; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Download .hero .Button {
  margin-bottom: 30px; }

.Download .hero .support {
  display: block;
  padding-top: 7px;
  font-size: 60%;
  opacity: .5; }

.Download .tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 20px; }
  .Download .tabs .tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.8rem;
    font-family: "Quicksand", sans-serif;
    color: #9DA5B5;
    cursor: pointer;
    margin-right: 20px;
    padding: 13px 30px;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border-top: 1px solid #F0F2F5;
    border-left: 1px solid #F0F2F5;
    border-right: 1px solid #F0F2F5; }
    @media only screen and (max-width: 680px) {
      .Download .tabs .tab {
        margin-right: 10px;
        white-space: nowrap;
        padding: 8px 18px 8px 10px;
        font-size: 1.5rem; }
        .Download .tabs .tab .label span {
          display: none; } }
    @media only screen and (max-width: 340px) {
      .Download .tabs .tab {
        padding: 6px 15px 6px 8px;
        font-size: 1.4rem; } }
    .Download .tabs .tab img {
      width: 30px;
      margin-right: 10px; }
      @media only screen and (max-width: 680px) {
        .Download .tabs .tab img {
          width: 26px;
          margin-right: 6px; } }
    .Download .tabs .tab.active {
      color: #6B727E;
      background-color: #F3F4F6; }

.Download .grey-bg {
  background: url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/download-footer.b4c2892a4e0911b6bc5ce5272b91de0b.png) 120% bottom #F3F4F6 no-repeat;
  background-size: 1000px;
  padding-bottom: 300px; }
  @media only screen and (max-width: 680px) {
    .Download .grey-bg {
      background-size: 800px;
      padding-bottom: 420px;
      background-position: 30% bottom; } }
  .Download .grey-bg .instructions {
    min-height: 100vh; }

.Download div[data-tooltipped].active .drop {
  border-bottom-color: transparent;
  font-weight: bold; }

.Download .drop {
  padding: 3px 0;
  cursor: pointer;
  border-bottom: 2px solid;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #38A6EB;
  display: inline-block;
  vertical-align: middle; }
  .Download .drop:hover {
    border-bottom-color: transparent; }
  .Download .drop span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
  .Download .drop .Icon {
    margin-left: 3px;
    font-size: 100%; }

.Download .instructions {
  padding-top: 70px; }
  @media only screen and (max-width: 680px) {
    .Download .instructions {
      padding-top: 40px; } }
  .Download .instructions li {
    color: #21252B;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 70px;
    padding: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-animation: fromBottom 0.5s backwards;
    animation: fromBottom 0.5s backwards; }
    .Download .instructions li:nth-of-type(1) {
      -webkit-animation-delay: 80ms;
      animation-delay: 80ms; }
    .Download .instructions li:nth-of-type(2) {
      -webkit-animation-delay: 160ms;
      animation-delay: 160ms; }
    .Download .instructions li:nth-of-type(3) {
      -webkit-animation-delay: 240ms;
      animation-delay: 240ms; }
    .Download .instructions li:nth-of-type(4) {
      -webkit-animation-delay: 320ms;
      animation-delay: 320ms; }
    .Download .instructions li:nth-of-type(5) {
      -webkit-animation-delay: 400ms;
      animation-delay: 400ms; }
    @media only screen and (max-width: 680px) {
      .Download .instructions li {
        margin-bottom: 60px;
        padding: 15px;
        display: block; } }
    .Download .instructions li .num text {
      font-size: 2.2rem;
      font-family: "Quicksand", sans-serif;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center; }
    .Download .instructions li > article {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-top: 3px;
      margin-left: 20px; }
      @media only screen and (max-width: 680px) {
        .Download .instructions li > article {
          margin-left: 5px; } }
      .Download .instructions li > article img {
        margin-bottom: -70px;
        width: 100%; }
        .Download .instructions li > article img.last {
          margin-top: 30px;
          margin-left: -15px; }
          @media only screen and (max-width: 680px) {
            .Download .instructions li > article img.last {
              margin-left: 0;
              margin-top: 20px; } }
    @media only screen and (max-width: 680px) {
      .Download .instructions li svg {
        width: 32px; } }
    .Download .instructions li h4 {
      font-size: 2.2rem;
      margin-bottom: 30px;
      color: #2F333D;
      max-width: 460px; }
      @media only screen and (max-width: 680px) {
        .Download .instructions li h4 {
          font-size: 2rem;
          margin-bottom: 20px; } }
      .Download .instructions li h4.wide {
        max-width: 620px; }
    .Download .instructions li .note {
      display: inline-block;
      vertical-align: top;
      padding: 3px 8px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #F0F2F5;
      font-size: 1.3rem;
      color: #6B727E;
      margin-top: -10px;
      margin-bottom: 20px;
      font-style: italic; }
      @media only screen and (max-width: 680px) {
        .Download .instructions li .note {
          font-size: 1.2rem; } }

.Download .go {
  padding-top: 50px; }
  .Download .go h2, .Download .go p {
    max-width: 480px; }
  .Download .go h2 {
    font-size: 5.2rem;
    color: #2F333D;
    margin-bottom: 10px; }
    @media only screen and (max-width: 680px) {
      .Download .go h2 {
        font-size: 3.6rem; } }
  .Download .go P {
    font-size: 2.2rem;
    color: #6B727E;
    margin-bottom: 30px; }
    @media only screen and (max-width: 680px) {
      .Download .go P {
        font-size: 2rem; } }

.dropDownMenu {
  min-width: 200px; }
  .dropDownMenu li {
    font-size: 1.6rem;
    cursor: pointer;
    padding: 7px 12px;
    color: #2F333D;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .dropDownMenu li:hover, .dropDownMenu li.active {
      background-color: rgba(255, 255, 255, 0.3); }
    .dropDownMenu li.active {
      color: #38A6EB; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Connect .blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media only screen and (max-width: 680px) {
    .Connect .blocks {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .Connect .blocks > article {
    width: 50%;
    min-height: 100vh; }
    @media only screen and (max-width: 680px) {
      .Connect .blocks > article {
        width: 100%;
        min-height: 0; } }

.Connect .list, .Connect .form-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 14vh; }

.Connect .list {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 120px; }
  @media only screen and (max-width: 680px) {
    .Connect .list {
      padding: 110px 25px 80px 15px; } }
  @media only screen and (max-width: 340px) {
    .Connect .list {
      padding-right: 20px; } }
  .Connect .list > ul {
    max-width: 350px;
    padding-top: 20px;
    -webkit-animation: fadeIn 0.7s 0.3s backwards;
    animation: fadeIn 0.7s 0.3s backwards; }
    .Connect .list > ul li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .Connect .list > ul li:not(:last-child) {
        margin-bottom: 40px; }
      .Connect .list > ul li > img {
        margin-right: 15px; }
        @media only screen and (max-width: 680px) {
          .Connect .list > ul li > img {
            margin-right: 12px; } }
      .Connect .list > ul li h2 {
        font-size: 2.2rem;
        padding-top: 3px;
        color: #3A3F4C;
        margin-bottom: 8px; }
        @media only screen and (max-width: 680px) {
          .Connect .list > ul li h2 {
            font-size: 2rem; } }
      .Connect .list > ul li P {
        font-size: 1.5rem;
        color: #9DA5B5;
        margin-bottom: 8px; }
        @media only screen and (max-width: 680px) {
          .Connect .list > ul li P {
            font-size: 1.4rem; } }

.Connect .form-wrapper {
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 120px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 680px) {
    .Connect .form-wrapper {
      padding: 100px 25px 250px; } }
  @media only screen and (max-width: 340px) {
    .Connect .form-wrapper {
      padding: 90px 20px 250px; } }
  .Connect .form-wrapper:before {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation: scaleInHeight 0.7s;
    animation: scaleInHeight 0.7s;
    background-color: #F3F4F6; }
  .Connect .form-wrapper > section {
    max-width: 400px; }
    @media only screen and (max-width: 680px) {
      .Connect .form-wrapper > section {
        max-width: none; } }
    .Connect .form-wrapper > section h1 {
      font-size: 4.2rem;
      color: #3A3F4C;
      margin-bottom: 25px; }
      @media only screen and (max-width: 680px) {
        .Connect .form-wrapper > section h1 {
          font-size: 3.6rem; } }
      @media only screen and (max-width: 340px) {
        .Connect .form-wrapper > section h1 {
          font-size: 3.2rem; } }

.Connect .fields {
  -webkit-animation: fromBottom 0.5s 0.3s backwards;
  animation: fromBottom 0.5s 0.3s backwards; }

.Connect .LabeledCheckbox .LabeledCheckbox-label p {
  font-size: 1.3rem; }
  @media only screen and (max-width: 680px) {
    .Connect .LabeledCheckbox .LabeledCheckbox-label p {
      font-size: 1.2rem;
      margin-left: 10px; } }

.Connect .Auth-external {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  padding: 15px 15px 15px 25px;
  color: #3A3F4C;
  max-width: none;
  margin-top: 0;
  background-color: white;
  border: 1px solid #F0F2F5;
  color: #21252B;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 15px; }
  @media only screen and (max-width: 680px) {
    .Connect .Auth-external {
      font-size: 1.6rem;
      padding: 13px 15px; } }
  .Connect .Auth-external .Icon {
    font-size: 2.6rem; }
  .Connect .Auth-external.github .Icon {
    color: #2f3840; }
  .Connect .Auth-external.google .Icon {
    color: #bb0000; }
  .Connect .Auth-external.facebook .Icon {
    color: #324D8F; }
  .Connect .Auth-external.email .Icon {
    color: #38A6EB; }
  .Connect .Auth-external .label {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .Connect .Auth-external:hover .label {
    opacity: .7;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }
  .Connect .Auth-external.guest {
    background-color: transparent;
    box-shadow: none;
    font-size: 1.5rem;
    opacity: .35;
    -webkit-justify-content: center;
    justify-content: center; }

.Connect .Form {
  border: 1px solid #E1E3E6;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-animation: fromBottom 0.5s;
  animation: fromBottom 0.5s;
  margin-bottom: 10px;
  padding: 8px; }
  .Connect .Form > footer .Button {
    margin-top: 0;
    width: 100%; }
  .Connect .Form input {
    background-color: white;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
  .Connect .Form .Button {
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    line-height: inherit; }

.Connect .dude {
  position: absolute;
  right: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-animation: fadeIn 0.7s 1s backwards;
  animation: fadeIn 0.7s 1s backwards;
  bottom: -90px;
  width: 600px;
  z-index: -1; }
  @media only screen and (max-width: 680px) {
    .Connect .dude {
      right: 50%;
      width: 400px; } }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Enterprise .hero {
  text-align: left;
  margin-top: 13vh; }
  @media only screen and (max-width: 1200px) {
    .Enterprise .hero {
      margin-top: 110px; } }
  @media only screen and (max-width: 340px) {
    .Enterprise .hero {
      margin-top: 90px; } }
  .Enterprise .hero h1 {
    font-size: 5.2rem;
    margin-bottom: 25px;
    color: #21252B;
    max-width: 700px; }
    @media only screen and (max-width: 680px) {
      .Enterprise .hero h1 {
        font-size: 3.6rem;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 340px) {
      .Enterprise .hero h1 {
        font-size: 3.2rem; } }
  .Enterprise .hero p {
    font-size: 2.2rem;
    max-width: 680px;
    margin-bottom: 45px;
    color: #6B727E; }
    @media only screen and (max-width: 680px) {
      .Enterprise .hero p {
        max-width: 560px;
        font-size: 1.7rem;
        margin-bottom: 35px; } }
  .Enterprise .hero p, .Enterprise .hero .Button, .Enterprise .hero .VidBtn {
    -webkit-animation: fromBottom 0.7s 0.2s backwards;
    animation: fromBottom 0.7s 0.2s backwards; }
  .Enterprise .hero .Button {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .Enterprise .hero .VidBtn {
    margin-left: 20px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
    @media only screen and (max-width: 580px) {
      .Enterprise .hero .VidBtn {
        margin-top: 20px;
        margin-left: 0; }
        .Enterprise .hero .VidBtn .Icon {
          margin-left: 20px; } }

.Enterprise .hero-img {
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin: -360px 0 50px;
  z-index: -1;
  width: 1760px;
  height: 840px; }
  .Enterprise .hero-img.desktop {
    display: block; }
  .Enterprise .hero-img.mobile {
    display: none; }
  @media only screen and (max-width: 1300px) {
    .Enterprise .hero-img {
      margin-top: -280px;
      width: 1450px;
      height: 640px; } }
  @media only screen and (max-width: 1080px) {
    .Enterprise .hero-img {
      margin: -200px 0 30px;
      width: 1150px;
      height: 540px; } }
  @media only screen and (max-width: 880px) {
    .Enterprise .hero-img {
      margin: -130px 0 0; } }
  @media only screen and (max-width: 680px) {
    .Enterprise .hero-img.desktop {
      display: none; }
    .Enterprise .hero-img.mobile {
      display: block;
      position: relative;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      width: 760px;
      height: 580px;
      margin: -200px auto 60px; } }
  @media only screen and (max-width: 580px) {
    .Enterprise .hero-img.mobile {
      width: 560px;
      height: 420px;
      margin-top: -110px; } }

.Enterprise .abs-img img {
  z-index: -1; }

.Enterprise .threeColumns {
  padding-bottom: 80px; }
  @media only screen and (max-width: 680px) {
    .Enterprise .threeColumns {
      padding-bottom: 50px; } }

.Enterprise .learning-img {
  padding-bottom: 50px; }
  @media only screen and (max-width: 680px) {
    .Enterprise .learning-img {
      padding-bottom: 0; } }
  .Enterprise .learning-img img {
    width: 520px; }
    @media only screen and (max-width: 880px) {
      .Enterprise .learning-img img {
        margin: auto; } }
    @media only screen and (max-width: 680px) {
      .Enterprise .learning-img img {
        width: 400px; } }
    @media only screen and (max-width: 580px) {
      .Enterprise .learning-img img {
        width: 110%;
        margin-left: -45px; } }

.Enterprise .graph {
  display: block;
  margin: -150px 0 120px;
  position: relative;
  z-index: -1;
  max-width: 1340px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }
  .Enterprise .graph.desktop {
    display: block; }
  .Enterprise .graph.mobile {
    display: none; }
  @media only screen and (max-width: 1300px) {
    .Enterprise .graph {
      max-width: 1220px; } }
  @media only screen and (max-width: 680px) {
    .Enterprise .graph.desktop {
      display: none; }
    .Enterprise .graph.mobile {
      display: block;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      left: auto;
      max-width: 95%;
      margin: -50px 0 120px; } }

.Enterprise .quote {
  margin-top: 70px; }
  .Enterprise .quote .persona {
    font-family: "Quicksand", sans-serif;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: #6B727E; }
    @media only screen and (max-width: 680px) {
      .Enterprise .quote .persona {
        margin-bottom: 25px; } }
    .Enterprise .quote .persona img {
      max-width: 52px; }
      @media only screen and (max-width: 680px) {
        .Enterprise .quote .persona img {
          max-width: 42px; } }
    .Enterprise .quote .persona article {
      margin-left: 15px; }
      @media only screen and (max-width: 680px) {
        .Enterprise .quote .persona article {
          margin-left: 10px; } }
      .Enterprise .quote .persona article p {
        font-size: 1.8rem;
        margin-bottom: 3px; }
        @media only screen and (max-width: 680px) {
          .Enterprise .quote .persona article p {
            font-size: 1.6rem; } }
      .Enterprise .quote .persona article span {
        display: block;
        font-size: 1.4rem; }
        @media only screen and (max-width: 680px) {
          .Enterprise .quote .persona article span {
            font-size: 1.3rem; } }
  .Enterprise .quote > h3 {
    font-size: 3.2rem;
    color: #21252B;
    margin-bottom: 15px; }
    @media only screen and (max-width: 680px) {
      .Enterprise .quote > h3 {
        font-size: 2.6rem; } }
  .Enterprise .quote > p {
    font-size: 1.8rem;
    color: #9DA5B5 !important;
    max-width: 650px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 680px) {
      .Enterprise .quote > p {
        font-size: 1.5rem;
        margin-bottom: 35px; } }
  .Enterprise .quote > img {
    display: block; }
    @media only screen and (max-width: 680px) {
      .Enterprise .quote > img {
        max-width: 100px; } }

.Enterprise .demo-gap {
  padding-bottom: 70px; }
  @media only screen and (max-width: 680px) {
    .Enterprise .demo-gap {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 340px) {
    .Enterprise .demo-gap {
      padding-bottom: 20px; } }

.Enterprise .demo {
  position: relative; }
  .Enterprise .demo:before {
    content: '';
    background-color: #F3F4F6;
    position: absolute;
    z-index: -1;
    top: -50px;
    right: -35px;
    bottom: -50px;
    left: -35px; }
  .Enterprise .demo form {
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-fflex-wrap: wrap;
    -ms-flex-direction: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 580px) {
      .Enterprise .demo form {
        display: block; } }
    .Enterprise .demo form .filed {
      width: 49%;
      margin-bottom: 20px;
      position: relative; }
      @media only screen and (max-width: 580px) {
        .Enterprise .demo form .filed {
          margin-bottom: 15px;
          width: 100%; } }
      .Enterprise .demo form .filed.req:after {
        content: '*';
        padding-top: 6px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: 20px;
        position: absolute;
        pointer-events: none;
        color: #E46283;
        font-size: 1.8rem; }
    .Enterprise .demo form input, .Enterprise .demo form select {
      width: 100%;
      padding: 15px 35px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      border: 1px solid #E1E3E6;
      background-color: #fff;
      color: #9DA5B5;
      font-family: "Quicksand", sans-serif;
      font-size: 1.8rem;
      box-shadow: none;
      font-weight: 400;
      -webkit-transition: border-color 0.2s;
      transition: border-color 0.2s; }
      @media only screen and (max-width: 680px) {
        .Enterprise .demo form input, .Enterprise .demo form select {
          font-size: 1.6rem;
          padding: 13px 30px; } }
      .Enterprise .demo form input::-webkit-input-placeholder, .Enterprise .demo form select::-webkit-input-placeholder {
        color: #9DA5B5;
        font-family: "Quicksand", sans-serif;
        font-size: 1.8rem;
        font-weight: 400; }
        @media only screen and (min-width: 680px) {
          .Enterprise .demo form input::-webkit-input-placeholder, .Enterprise .demo form select::-webkit-input-placeholder {
            font-size: 1.6rem; } }
      .Enterprise .demo form input:focus, .Enterprise .demo form select:focus {
        border-color: #CBCDD5; }
    .Enterprise .demo form .btn-wrapper {
      width: 100%;
      margin-top: 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }

.Enterprise .built {
  position: relative;
  margin: 220px 0 180px; }
  @media only screen and (max-width: 680px) {
    .Enterprise .built {
      margin: 120px 0 90px; } }
  .Enterprise .built > img {
    position: absolute;
    z-index: -1;
    left: 45%;
    top: 100px;
    width: 1100px; }
    @media only screen and (max-width: 680px) {
      .Enterprise .built > img {
        position: static;
        width: 95%;
        display: block;
        margin: -30px auto 0; } }
  .Enterprise .built li {
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
    .Enterprise .built li.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .Enterprise .built li h4 {
      font-size: 3.2rem;
      color: #21252B;
      margin-bottom: 20px; }
      @media only screen and (max-width: 680px) {
        .Enterprise .built li h4 {
          font-size: 2.2rem;
          margin-bottom: 15px; } }
    .Enterprise .built li p {
      max-width: 380px;
      font-size: 1.7rem;
      color: #9DA5B5; }
      @media only screen and (max-width: 880px) {
        .Enterprise .built li p {
          max-width: none; } }
      @media only screen and (max-width: 680px) {
        .Enterprise .built li p {
          font-size: 1.6rem; } }
    .Enterprise .built li:not(:last-child) {
      margin-bottom: 60px; }
      @media only screen and (max-width: 680px) {
        .Enterprise .built li:not(:last-child) {
          margin-bottom: 45px; } }

.ValuesSection:not(:last-child) {
  margin-bottom: 25px; }
  @media only screen and (max-width: 680px) {
    .ValuesSection:not(:last-child) {
      margin-bottom: 20px; } }

.ValuesSection > header {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  cursor: pointer; }
  @media only screen and (max-width: 880px) {
    .ValuesSection > header {
      -webkit-align-items: flex-start;
      align-items: flex-start; } }
  .ValuesSection > header .label {
    color: #9DA5B5;
    font-size: 3rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    @media only screen and (max-width: 880px) {
      .ValuesSection > header .label {
        font-size: 2.8rem;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    @media only screen and (max-width: 680px) {
      .ValuesSection > header .label {
        font-size: 2.2rem; } }
  .ValuesSection > header .Icon {
    color: #505BE4;
    font-size: 2.2rem;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -ms-transform 0.4s;
    transition: transform 0.4s; }
    @media only screen and (max-width: 880px) {
      .ValuesSection > header .Icon {
        font-size: 2rem;
        margin-top: 5px; } }
  .ValuesSection > header:hover:not(.active) {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }
    .ValuesSection > header:hover:not(.active) .Icon {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .ValuesSection > header.active .label {
    color: #6B727E; }
  .ValuesSection > header.active .Icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.ValuesSection > article {
  -webkit-animation: fromBottom 0.5s 0.1s backwards;
  animation: fromBottom 0.5s 0.1s backwards;
  padding: 15px;
  max-width: 750px;
  margin: 12px 0 35px;
  background-color: #f8f8f8;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #E1E3E6; }
  .ValuesSection > article ul {
    margin-bottom: 20px; }
    .ValuesSection > article ul li {
      font-style: italic;
      margin-left: 20px;
      list-style: disc;
      font-size: 1.7rem;
      color: #9DA5B5; }
      @media only screen and (max-width: 680px) {
        .ValuesSection > article ul li {
          font-size: 1.5rem; } }
      .ValuesSection > article ul li:not(:last-child) {
        margin-bottom: 10px; }
  .ValuesSection > article p {
    font-size: 1.8rem;
    color: #6B727E; }
    @media only screen and (max-width: 680px) {
      .ValuesSection > article p {
        font-size: 1.6rem; } }
    .ValuesSection > article p:not(:last-child) {
      margin-bottom: 20px; }
      @media only screen and (max-width: 680px) {
        .ValuesSection > article p:not(:last-child) {
          margin-bottom: 12px; } }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Faq {
  background: url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/hero-bg.5093a03f64e9021eef048fe1be00c367.svg) center -40px no-repeat; }
  @media only screen and (max-width: 680px) {
    .Faq {
      background: none; }
      .Faq .hero {
        margin-bottom: 50px; } }
  .Faq .vote {
    margin-top: 30px; }
    @media only screen and (max-width: 880px) {
      .Faq .vote {
        margin-top: 20px; } }
    .Faq .vote label {
      font-size: 1.3rem;
      color: #3A3F4C;
      margin-bottom: 5px;
      cursor: pointer;
      display: block; }
    .Faq .vote .check {
      display: inline-block;
      vertical-align: middle;
      margin-right: 25px;
      margin-bottom: 10px; }
      .Faq .vote .check input, .Faq .vote .check label {
        display: inline-block;
        vertical-align: middle; }
      .Faq .vote .check label {
        margin-bottom: 0;
        margin-left: 5px; }
      @media only screen and (max-width: 580px) {
        .Faq .vote .check {
          display: block; } }
    .Faq .vote .box {
      margin-bottom: 20px; }
    .Faq .vote input[type="checkbox"] {
      -webkit-appearance: checkbox; }
    .Faq .vote input[type="text"] {
      font-size: 1.3rem;
      font-weight: 400;
      font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
      color: #24282F;
      background-color: transparent;
      padding: 4px 5px;
      box-shadow: none;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: opacity 0.1s;
      transition: opacity 0.1s;
      display: block;
      border: 1px solid #E1E3E6; }
      @media only screen and (min-width: 680px) {
        .Faq .vote input[type="text"] {
          font-size: 1.4rem; } }
      .Faq .vote input[type="text"]::-webkit-input-placeholder {
        color: #24282F;
        font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
        font-size: 1.3rem;
        font-weight: 400; }
        @media only screen and (min-width: 680px) {
          .Faq .vote input[type="text"]::-webkit-input-placeholder {
            font-size: 1.4rem; } }

.FaqSection {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: scaleIn 0.5s backwards;
  animation: scaleIn 0.5s backwards;
  margin-bottom: 35px;
  color: #21252B;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #F3F4F6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .FaqSection:nth-of-type(1) {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms; }
  .FaqSection:nth-of-type(2) {
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms; }
  .FaqSection:nth-of-type(3) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms; }
  .FaqSection:nth-of-type(4) {
    -webkit-animation-delay: 320ms;
    animation-delay: 320ms; }
  .FaqSection:nth-of-type(5) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms; }
  .FaqSection:nth-of-type(6) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms; }
  .FaqSection:nth-of-type(7) {
    -webkit-animation-delay: 560ms;
    animation-delay: 560ms; }
  .FaqSection:nth-of-type(8) {
    -webkit-animation-delay: 640ms;
    animation-delay: 640ms; }
  .FaqSection:nth-of-type(9) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms; }
  .FaqSection:nth-of-type(10) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms; }
  .FaqSection:nth-of-type(11) {
    -webkit-animation-delay: 880ms;
    animation-delay: 880ms; }
  .FaqSection:nth-of-type(12) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms; }
  .FaqSection:nth-of-type(13) {
    -webkit-animation-delay: 1040ms;
    animation-delay: 1040ms; }
  .FaqSection:nth-of-type(14) {
    -webkit-animation-delay: 1120ms;
    animation-delay: 1120ms; }
  .FaqSection:nth-of-type(15) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms; }
  .FaqSection:nth-of-type(16) {
    -webkit-animation-delay: 1280ms;
    animation-delay: 1280ms; }
  .FaqSection:nth-of-type(17) {
    -webkit-animation-delay: 1360ms;
    animation-delay: 1360ms; }
  .FaqSection:nth-of-type(18) {
    -webkit-animation-delay: 1440ms;
    animation-delay: 1440ms; }
  .FaqSection:nth-of-type(19) {
    -webkit-animation-delay: 1520ms;
    animation-delay: 1520ms; }
  .FaqSection:nth-of-type(20) {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms; }
  @media only screen and (max-width: 880px) {
    .FaqSection {
      margin-bottom: 20px; } }
  .FaqSection:hover > header, .FaqSection.active > header {
    border-left: 3px solid #38A6EB; }
  .FaqSection:hover:not(.active) {
    box-shadow: -3px 10px 50px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .FaqSection:hover > header .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .FaqSection.active {
    border-color: #F0F2F5; }
    .FaqSection.active > header .icon {
      color: #38A6EB;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .FaqSection.active:hover > header .icon {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .FaqSection > header, .FaqSection > article {
    padding: 20px; }
    @media only screen and (max-width: 580px) {
      .FaqSection > header, .FaqSection > article {
        padding: 15px; } }
  .FaqSection > header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
    border-left: 2px solid #F0F2F5;
    -webkit-transition: border-left 0.2s;
    transition: border-left 0.2s; }
    .FaqSection > header .icon {
      font-size: 3rem;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .FaqSection > header h3 {
      font-size: 2.6rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      color: #24282F;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media only screen and (max-width: 880px) {
        .FaqSection > header h3 {
          font-size: 2.4rem; } }
      @media only screen and (max-width: 580px) {
        .FaqSection > header h3 {
          font-size: 1.8rem; } }
  .FaqSection > article {
    border-top: 1px solid #F3F4F6;
    -webkit-animation: scaleIn 0.3s;
    animation: scaleIn 0.3s; }
    @media only screen and (max-width: 580px) {
      .FaqSection > article {
        padding-left: 15px; } }
  .FaqSection p {
    max-width: 800px;
    color: #6B727E;
    font-size: 1.8rem; }
    .FaqSection p:not(:last-child) {
      margin-bottom: 15px; }
    @media only screen and (max-width: 880px) {
      .FaqSection p {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 580px) {
      .FaqSection p {
        font-size: 1.5rem; } }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Token .hero {
  margin-bottom: 50px; }

.Token .footer-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 0; }
  .Token .footer-img img {
    max-width: 1030px; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Chrome > article {
  text-align: center; }

.Chrome .hero {
  background: url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/hero-bg.5093a03f64e9021eef048fe1be00c367.svg) center 0 no-repeat;
  padding: 0 25px 12vh;
  text-align: center;
  position: relative;
  -webkit-animation: fromBottom 0.7s backwards;
  animation: fromBottom 0.7s backwards; }
  @media only screen and (max-width: 880px) {
    .Chrome .hero {
      padding-bottom: 10vh; } }
  .Chrome .hero h1 {
    color: #21252B;
    font-size: 5.2rem;
    max-width: 820px;
    margin: auto; }
    @media only screen and (max-width: 880px) {
      .Chrome .hero h1 {
        font-size: 4.8rem;
        max-width: 680px; } }
    @media only screen and (max-width: 680px) {
      .Chrome .hero h1 {
        font-size: 3.2rem; } }
  .Chrome .hero p {
    color: #6B727E;
    font-size: 2rem;
    max-width: 860px;
    margin: 20px auto 6vh; }
    @media only screen and (max-width: 880px) {
      .Chrome .hero p {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 680px) {
      .Chrome .hero p {
        font-size: 1.7rem; } }
  .Chrome .hero > img {
    display: block;
    margin: 30px auto 0;
    max-width: 360px;
    width: 100%; }
  .Chrome .hero .web-store {
    white-space: nowrap;
    margin-left: 30px;
    box-shadow: inset 0 0 0 1px #E1E3E6; }
    .Chrome .hero .web-store span, .Chrome .hero .web-store img {
      display: inline-block;
      vertical-align: middle; }
    .Chrome .hero .web-store img {
      margin-left: 12px;
      max-width: 26px; }
    @media only screen and (max-width: 680px) {
      .Chrome .hero .web-store {
        display: none; } }

.Chrome .feature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 680px) {
    .Chrome .feature {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center; }
      .Chrome .feature > .img-container {
        margin-top: 40px; } }
  .Chrome .feature:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 680px) {
      .Chrome .feature:nth-child(even) {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .Chrome .feature:nth-child(2) > .content {
    padding-top: 60px; }
    @media only screen and (max-width: 680px) {
      .Chrome .feature:nth-child(2) > .content {
        padding-top: 0; } }
  .Chrome .feature:nth-child(3) {
    -webkit-align-items: center;
    align-items: center;
    margin-top: -50px; }
    @media only screen and (max-width: 680px) {
      .Chrome .feature:nth-child(3) {
        margin-top: 0; } }
  .Chrome .feature > .content {
    max-width: 460px;
    text-align: left; }
    .Chrome .feature > .content h2 {
      font-size: 3.2rem;
      color: #24282F;
      font-weight: 400; }
    .Chrome .feature > .content p {
      margin-top: 20px;
      font-size: 2rem;
      color: #6B727E; }
  .Chrome .feature > .img-container {
    flex: 0 0 40%; }
    .Chrome .feature > .img-container > img {
      width: 100%; }

.Chrome .download-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin: 90px auto 120px auto; }
  .Chrome .download-section:before {
    content: ' ';
    margin: auto;
    border-top: 1px solid #CBCDD5;
    width: 70px; }
  .Chrome .download-section p {
    margin-top: 45px;
    color: #6B727E;
    font-size: 1.8rem; }
  .Chrome .download-section .download {
    margin-top: 27px; }
  .Chrome .download-section img {
    width: 117px;
    margin-top: 30px; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Legal > article {
  -webkit-animation: fromBottom 0.7s 0.2s backwards;
  animation: fromBottom 0.7s 0.2s backwards; }
  .Legal > article .update {
    font-size: 1.2rem;
    opacity: .5; }
  .Legal > article > section {
    max-width: none !important; }
  .Legal > article h3 {
    font-size: 3.2rem;
    margin-bottom: 20px;
    color: #24282F; }
    @media only screen and (max-width: 680px) {
      .Legal > article h3 {
        font-size: 2.8rem; } }
  .Legal > article ol, .Legal > article ul {
    padding-top: 10px; }
    .Legal > article ol li, .Legal > article ul li {
      padding-left: 15px;
      margin-left: 20px; }
  .Legal > article ul > li {
    list-style: lower-latin; }
  .Legal > article ol > li {
    list-style: decimal; }
  .Legal > article p, .Legal > article li {
    font-size: 1.7rem;
    opacity: .8;
    margin-bottom: 15px;
    color: #6B727E; }
    @media only screen and (max-width: 680px) {
      .Legal > article p, .Legal > article li {
        font-size: 1.6rem; } }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.Modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .Modal .bg {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s; }
  .Modal > article {
    color: #21252B;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.15);
    width: 1040px;
    height: 650px;
    -webkit-animation: fromBottom 0.7s 0.1s backwards;
    animation: fromBottom 0.7s 0.1s backwards;
    position: relative;
    box-shadow: 0 12px 80px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 1080px) {
      .Modal > article {
        width: 93%;
        height: 0;
        padding-bottom: 58%; } }
    .Modal > article.narrow {
      height: 585px; }
      @media only screen and (max-width: 1080px) {
        .Modal > article.narrow {
          height: 0;
          padding-bottom: 52.5%; } }
    .Modal > article .video-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .Modal > article .Icon {
      padding: 5px;
      font-size: 2.5rem;
      position: absolute;
      top: -15px;
      right: -15px;
      color: #9DA5B5;
      color: #21252B;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-color: #fff;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.OnBoarding .hero {
  text-align: center; }
  .OnBoarding .hero h1 {
    font-size: 5rem; }
  .OnBoarding .hero p {
    max-width: 720px;
    margin: auto; }
    .OnBoarding .hero p:after {
      content: '';
      display: block;
      margin: 40px auto 0;
      width: 70px;
      height: 1px; }
  .OnBoarding .hero .main-video {
    width: 600px;
    height: 340px;
    background: url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/on-boarding-video.c6d6d69c723a0a57dccc307d28e5fd85.jpg) top left no-repeat;
    background-size: cover;
    margin: 0 auto 80px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .OnBoarding .hero .main-video .Icon {
      font-size: 3rem;
      color: #38A6EB;
      padding: 22px;
      background-color: white;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -ms-transform 0.3s;
      transition: transform 0.3s; }
    .OnBoarding .hero .main-video:hover {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
      box-shadow: 1px 10px 25px rgba(0, 0, 0, 0.1); }
      .OnBoarding .hero .main-video:hover .Icon {
        -webkit-transform: scale(1.05) rotate(125deg);
        -ms-transform: scale(1.05) rotate(125deg);
        transform: scale(1.05) rotate(125deg); }

.OnBoarding .two-columns {
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .OnBoarding .two-columns > article {
    max-width: 460px;
    margin-right: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .OnBoarding .two-columns > article section {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .OnBoarding .two-columns > article > img {
      width: 32px;
      margin-top: 7px;
      margin-right: 12px; }
    .OnBoarding .two-columns > article h2 {
      color: #2F333D;
      font-size: 3.5rem;
      margin-bottom: 10px; }
    .OnBoarding .two-columns > article p {
      color: #6B727E;
      font-size: 1.9rem;
      margin-bottom: 40px; }
  .OnBoarding .two-columns.flip > article {
    margin-right: 0;
    margin-left: 30px; }

.OnBoarding .with-arrow {
  position: relative; }
  .OnBoarding .with-arrow > img {
    position: absolute;
    top: 100%;
    margin-top: -40px;
    left: 75%; }

.OnBoarding .on-boarding-img img {
  display: block; }

.OnBoarding .on-boarding-img.example {
  position: relative;
  max-width: 550px; }
  .OnBoarding .on-boarding-img.example code {
    position: absolute;
    top: 20%;
    left: 10%;
    line-height: 1.5;
    font-size: 1.4rem;
    white-space: pre;
    color: #2F333D; }
    .OnBoarding .on-boarding-img.example code span {
      color: #6599B0; }
    .OnBoarding .on-boarding-img.example code i {
      opacity: .6; }

.OnBoarding .on-boarding-img.completion {
  max-width: 600px; }

.OnBoarding .on-boarding-img.search {
  max-width: 450px; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

.About .hero {
  position: relative;
  background: url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/hero-bg.5093a03f64e9021eef048fe1be00c367.svg) center 35px no-repeat;
  padding: 120px 100px 0;
  margin: auto;
  -webkit-animation: fromBottom 0.7s;
  animation: fromBottom 0.7s; }
  @media only screen and (min-width: 1080px) {
    .About .hero {
      padding: 90px 50px 0; }
      .About .hero .img {
        padding-bottom: 50%; } }
  @media only screen and (max-width: 880px) {
    .About .hero {
      background: none;
      padding: 80px 30px 0; } }
  @media only screen and (max-width: 680px) {
    .About .hero {
      padding: 70px 15px 0; } }
  .About .hero .img {
    height: 0;
    padding-bottom: 53%;
    background: url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/team.fb487294aaeafe56e548a70a28bb23fd.jpg) center 70px no-repeat;
    background-size: 90%;
    background-attachment: fixed; }
    @media only screen and (max-width: 680px) {
      .About .hero .img {
        padding-bottom: 55%;
        background-size: 100%;
        background-position: center -30px;
        background-attachment: scroll; } }

.About .about {
  position: relative;
  z-index: 1;
  margin-bottom: 220px;
  margin-top: -160px;
  -webkit-animation: fromBottom 0.5s 0.3s backwards;
  animation: fromBottom 0.5s 0.3s backwards; }
  @media only screen and (max-width: 880px) {
    .About .about {
      margin-top: -40px;
      margin-bottom: 120px; } }
  .About .about:before {
    content: '';
    position: absolute;
    width: 860px;
    height: 390px;
    top: -50px;
    left: -100px;
    background-color: #2DD7A6;
    z-index: -1; }
    @media only screen and (max-width: 880px) {
      .About .about:before {
        width: auto;
        height: auto;
        right: -20px;
        top: -20px;
        left: -20px;
        bottom: -50px; } }
  .About .about h1 {
    color: #fff;
    font-size: 7.2rem;
    margin-bottom: 10px; }
    @media only screen and (max-width: 880px) {
      .About .about h1 {
        font-size: 5.2rem; } }
    @media only screen and (max-width: 680px) {
      .About .about h1 {
        font-size: 4.2rem; } }
  .About .about p {
    max-width: 650px;
    color: #fff; }

.About h2 {
  font-size: 3.2rem;
  margin-bottom: 10px;
  color: #6B727E; }
  @media only screen and (max-width: 680px) {
    .About h2 {
      font-size: 2.8rem; } }

.About .founders {
  margin-bottom: 180px; }
  @media only screen and (max-width: 580px) {
    .About .founders {
      margin-bottom: 120px; } }
  .About .founders ul {
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-fflex-wrap: wrap;
    -ms-flex-direction: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 680px) {
      .About .founders ul {
        display: block; } }
  .About .founders li {
    width: 43%; }
    @media only screen and (max-width: 880px) {
      .About .founders li {
        width: 45%; } }
    @media only screen and (max-width: 680px) {
      .About .founders li {
        width: auto;
        margin: 0 auto 80px; } }
  .About .founders .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .About .founders .title img {
      display: block;
      width: 50%;
      max-width: 240px;
      margin-right: 35px;
      -webkit-border-radius: 8px;
      border-radius: 8px; }
      @media only screen and (max-width: 880px) {
        .About .founders .title img {
          max-width: 180px;
          margin-right: 20px; } }
      @media only screen and (max-width: 680px) {
        .About .founders .title img {
          max-width: 120px;
          margin-right: 15px; } }
    .About .founders .title article h4 {
      font-size: 2.5rem;
      color: #1B1E23;
      margin-bottom: 8px; }
      @media only screen and (max-width: 680px) {
        .About .founders .title article h4 {
          font-size: 2.2rem;
          margin-bottom: 5px; } }
    .About .founders .title article p {
      font-size: 1.8rem;
      color: #9DA5B5; }
      @media only screen and (max-width: 680px) {
        .About .founders .title article p {
          font-size: 1.7rem; } }
      .About .founders .title article p:after {
        content: '';
        display: block;
        width: 30px;
        height: 1px;
        margin: 8px 0;
        background-color: #2DD7A6; }
        @media only screen and (max-width: 680px) {
          .About .founders .title article p:after {
            margin: 5px 0; } }
    .About .founders .title article a .Icon {
      color: #1B85BC;
      font-size: 2rem; }
  .About .founders .txt {
    text-align: justify;
    font-size: 1.7rem;
    color: #3A3F4C;
    margin-top: 25px; }
    @media only screen and (max-width: 880px) {
      .About .founders .txt {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 680px) {
      .About .founders .txt {
        max-width: 460px;
        margin-top: 18px; } }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

#uninstall {
  margin-bottom: 160px; }
  #uninstall .hero {
    background: url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/hero-bg.5093a03f64e9021eef048fe1be00c367.svg) center 10px no-repeat;
    padding: 0 20px 7vh;
    text-align: center;
    margin-top: 13vh;
    position: relative; }
    #uninstall .hero h1 {
      color: #1B1E23;
      font-size: 6.2rem; }
      @media only screen and (max-width: 880px) {
        #uninstall .hero h1 {
          font-size: 5.6rem; } }
      @media only screen and (max-width: 680px) {
        #uninstall .hero h1 {
          font-size: 4.2rem; } }
  #uninstall .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 880px) {
      #uninstall .content {
        display: block; } }
  #uninstall .reachout {
    -webkit-animation: fromBottom 0.7s 0.5s backwards;
    animation: fromBottom 0.7s 0.5s backwards;
    width: 52%;
    padding: 50px;
    position: relative;
    background-color: #fff;
    box-shadow: 10px -15px 80px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 880px) {
      #uninstall .reachout {
        width: 100%;
        margin-bottom: 50px;
        padding: 50px 30px 30px; } }
    #uninstall .reachout > img {
      position: absolute;
      top: -30px;
      width: 60px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      left: 50px; }
      @media only screen and (max-width: 880px) {
        #uninstall .reachout > img {
          top: -25px;
          width: 50px;
          left: 30px; } }
    #uninstall .reachout p {
      font-size: 2.1rem;
      font-weight: 300;
      color: #2F333D;
      margin-top: 20px; }
      @media only screen and (max-width: 880px) {
        #uninstall .reachout p {
          font-size: 2rem; } }
  #uninstall #uninstall-form {
    position: relative;
    -webkit-animation: fromBottom 0.7s 0.8s backwards;
    animation: fromBottom 0.7s 0.8s backwards;
    width: 40%; }
    @media only screen and (max-width: 880px) {
      #uninstall #uninstall-form {
        width: 100%; } }
    #uninstall #uninstall-form h3 {
      font-size: 24.5px;
      margin-bottom: 25px; }
    #uninstall #uninstall-form .box {
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 22px; }
      #uninstall #uninstall-form .box .label {
        font-size: 1.6rem;
        color: #6B727E;
        margin-left: 10px; }
      #uninstall #uninstall-form .box.active .checkbox:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    #uninstall #uninstall-form .indent {
      margin-left: 20px;
      padding-bottom: 20px; }
      #uninstall #uninstall-form .indent .box {
        margin-bottom: 12px; }
        #uninstall #uninstall-form .indent .box .label {
          font-style: italic;
          font-size: 1.4rem;
          color: #9DA5B5;
          margin-left: 8px; }
      #uninstall #uninstall-form .indent .checkbox {
        width: 14px;
        height: 14px; }
        #uninstall #uninstall-form .indent .checkbox:before {
          top: 2px;
          right: 2px;
          bottom: 2px;
          left: 2px; }
    #uninstall #uninstall-form .checkbox {
      width: 20px;
      height: 20px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-color: #F3F4F6;
      border: 1px solid #E1E3E6;
      position: relative; }
      #uninstall #uninstall-form .checkbox:before {
        content: '';
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        background-color: #2DD7A6;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
    #uninstall #uninstall-form textarea {
      display: block;
      min-height: 70px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      resize: none;
      padding: 8px 12px;
      font-size: 1.3rem;
      color: #6B727E;
      background-color: #fff !important;
      border: 1px solid #E1E3E6;
      margin-bottom: 20px;
      margin-left: 20px;
      width: calc(100% - 20px);
      font-style: italic; }
      #uninstall #uninstall-form textarea.main {
        font-style: normal;
        width: 100%;
        margin-left: 0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.5rem;
        min-height: 120px;
        padding: 15px 20px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
      #uninstall #uninstall-form textarea:focus {
        border-color: #38A6EB;
        outline: none;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
    #uninstall #uninstall-form input:not([type]), #uninstall #uninstall-form input[type="text"] {
      display: block;
      min-height: 20px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      resize: none;
      padding: 8px 12px;
      font-size: 1.3rem;
      color: #6B727E;
      background-color: #fff !important;
      border: 1px solid #E1E3E6;
      margin-bottom: 20px;
      margin-left: 20px;
      width: calc(100% - 20px);
      font-style: italic; }
      #uninstall #uninstall-form input:not([type]).main, #uninstall #uninstall-form input[type="text"].main {
        font-style: normal;
        width: 100%;
        margin-left: 0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.5rem;
        min-height: 120px;
        padding: 15px 20px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
      #uninstall #uninstall-form input:not([type]):focus, #uninstall #uninstall-form input[type="text"]:focus {
        border-color: #38A6EB;
        outline: none;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
    #uninstall #uninstall-form .btn {
      padding: 11px 20px; }
      #uninstall #uninstall-form .btn .label {
        margin-right: 20px; }

@font-face {
    font-family: 'icomoon';
    src:  url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/icomoon.90e26d4a83804f9ee5efa5acb42c060b.eot);
    src:  url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/icomoon.90e26d4a83804f9ee5efa5acb42c060b.eot#iefix) format('embedded-opentype'),
    url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/icomoon.1584071e7d2b9640cce8122efb354a5b.ttf) format('truetype'),
    url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/icomoon.1596100c37e8991dddddc4bcaab55e90.woff) format('woff'),
    url(//d3ftmdkezac6rp.cloudfront.net/plugins/assets/icomoon.ff8436cc9f78ec530e47ef4b84efbf9e.svg#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-related:before {
    content: "\E967";
}
.icon-rule:before {
    content: "\E968";
}
.icon-snippets:before {
    content: "\E969";
}
.icon-q-score:before {
    content: "\E965";
}
.icon-version:before {
    content: "\E966";
}
.icon-side-panel:before {
    content: "\E963";
}
.icon-bookmark:before {
    content: "\E964";
}
.icon-open:before {
    content: "\E962";
}
.icon-promote:before {
    content: "\E961";
}
.icon-dashboard:before {
    content: "\E960";
}
.icon-filter:before {
    content: "\E900";
}
.icon-private:before {
    content: "\E901";
}
.icon-rules:before {
    content: "\E902";
}
.icon-globe:before {
    content: "\E903";
}
.icon-pin:before {
    content: "\E904";
}
.icon-new-tab:before {
    content: "\E905";
}
.icon-unscale:before {
    content: "\E906";
}
.icon-play-stroke:before {
    content: "\E907";
}
.icon-star-stroke:before {
    content: "\E908";
}
.icon-star:before {
    content: "\E909";
}
.icon-lightbox:before {
    content: "\E90A";
}
.icon-walk-through:before {
    content: "\E90B";
}
.icon-arrow-left:before {
    content: "\E90C";
}
.icon-arrow-right:before {
    content: "\E90D";
}
.icon-back:before {
    content: "\E90E";
}
.icon-top:before {
    content: "\E90F";
}
.icon-bottom:before {
    content: "\E910";
}
.icon-forward:before {
    content: "\E911";
}
.icon-buffer-l:before {
    content: "\E912";
}
.icon-buffer:before {
    content: "\E913";
}
.icon-context:before {
    content: "\E914";
}
.icon-scale:before {
    content: "\E915";
}
.icon-chat:before {
    content: "\E916";
}
.icon-connect:before {
    content: "\E917";
}
.icon-break:before {
    content: "\E918";
}
.icon-code:before {
    content: "\E919";
}
.icon-codebox:before {
    content: "\E91A";
}
.icon-codota:before {
    content: "\E91B";
}
.icon-cogwheel:before {
    content: "\E91C";
}
.icon-copy:before {
    content: "\E91D";
}
.icon-delete-codebox:before {
    content: "\E91E";
}
.icon-save-codebox:before {
    content: "\E91F";
}
.icon-fistbump:before {
    content: "\E920";
}
.icon-new-window:before {
    content: "\E921";
}
.icon-dotdotdot:before {
    content: "\E922";
}
.icon-more:before {
    content: "\E923";
}
.icon-vi:before {
    content: "\E924";
}
.icon-loader:before {
    content: "\E925";
}
.icon-edit:before {
    content: "\E926";
}
.icon-share:before {
    content: "\E927";
}
.icon-expand:before {
    content: "\E928";
}
.icon-contract:before {
    content: "\E929";
}
.icon-minus:before {
    content: "\E92A";
}
.icon-plus:before {
    content: "\E92B";
}
.icon-close:before {
    content: "\E92C";
}
.icon-move-code:before {
    content: "\E92D";
}
.icon-paste:before {
    content: "\E92E";
}
.icon-save:before {
    content: "\E92F";
}
.icon-refresh:before {
    content: "\E930";
}
.icon-lock:before {
    content: "\E931";
}
.icon-unlock:before {
    content: "\E932";
}
.icon-search:before {
    content: "\E933";
}
.icon-time:before {
    content: "\E934";
}
.icon-submit:before {
    content: "\E935";
}
.icon-tags:before {
    content: "\E936";
}
.icon-send:before {
    content: "\E937";
}
.icon-trash:before {
    content: "\E938";
}
.icon-facebook-l:before {
    content: "\E939";
}
.icon-love:before {
    content: "\E93A";
}
.icon-layout-dock:before {
    content: "\E93B";
}
.icon-layout-float:before {
    content: "\E93C";
}
.icon-layout-side:before {
    content: "\E93D";
}
.icon-layout-split:before {
    content: "\E93E";
}
.icon-facebook:before {
    content: "\E93F";
}
.icon-githu-l:before {
    content: "\E940";
}
.icon-github:before {
    content: "\E941";
}
.icon-gmail-l:before {
    content: "\E942";
}
.icon-gmail:before {
    content: "\E943";
}
.icon-google-l:before {
    content: "\E944";
}
.icon-google:before {
    content: "\E945";
}
.icon-linkedin-l:before {
    content: "\E946";
}
.icon-linkedin:before {
    content: "\E947";
}
.icon-maven:before {
    content: "\E948";
}
.icon-slack-l:before {
    content: "\E949";
}
.icon-slack:before {
    content: "\E94A";
}
.icon-sof:before {
    content: "\E94B";
}
.icon-trello-l:before {
    content: "\E94C";
}
.icon-trello:before {
    content: "\E94D";
}
.icon-twitter-l:before {
    content: "\E94E";
}
.icon-twitter:before {
    content: "\E94F";
}
.icon-android:before {
    content: "\E950";
}
.icon-apple:before {
    content: "\E951";
}
.icon-go:before {
    content: "\E952";
}
.icon-java:before {
    content: "\E953";
}
.icon-dock:before {
    content: "\E954";
}
.icon-undock:before {
    content: "\E955";
}
.icon-linux:before {
    content: "\E956";
}
.icon-play:before {
    content: "\E957";
}
.icon-windows:before {
    content: "\E958";
}
.icon-thumbdown:before {
    content: "\E959";
}
.icon-thumbup:before {
    content: "\E95A";
}
.icon-bell:before {
    content: "\E95B";
}
.icon-logout:before {
    content: "\E95C";
}
.icon-doc:before {
    content: "\E95D";
}
.icon-legal:before {
    content: "\E95E";
}
.icon-tutorial:before {
    content: "\E95F";
}

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style: none; }

.show {
  display: block; }

.hide {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.t_center {
  text-align: center; }

.clear {
  clear: both; }

html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.35;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 10px;
  overflow-x: hidden;
  overflow-y: auto; }

body {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Quicksand", sans-serif; }

pre, code {
  font-weight: 400;
  font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 1.25rem; }

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #505BE4; }

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #505BE4; }

a, a:hover,
a.active,
a:visited {
  text-decoration: none;
  outline: none; }

a {
  color: #38A6EB;
  text-decoration-skip: ink; }

a:focus {
  -moz-outline-style: none; }

a, a:active, a:focus {
  outline: none; }

input, textarea, button, select {
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  background-color: transparent; }
  input:focus, textarea:focus, button:focus, select:focus {
    outline: none;
    box-shadow: none; }

.upper {
  text-transform: uppercase; }

.inline_block_mid {
  display: inline-block;
  vertical-align: middle; }

.linethrough {
  text-decoration: line-through; }

@-webkit-keyframes iconActive {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@-moz-keyframes iconActive {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes iconActive {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: .001; }
  to {
    opacity: .99; } }

@-moz-keyframes fadeIn {
  from {
    opacity: .001; }
  to {
    opacity: .99; } }

@keyframes fadeIn {
  from {
    opacity: .001; }
  to {
    opacity: .99; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: .99; }
  to {
    opacity: .001; } }

@-moz-keyframes fadeOut {
  from {
    opacity: .99; }
  to {
    opacity: .001; } }

@keyframes fadeOut {
  from {
    opacity: .99; }
  to {
    opacity: .001; } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); } }

@-webkit-keyframes fromRight {
  from {
    opacity: 0.01;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fromRight {
  from {
    opacity: 0.01;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fromRight {
  from {
    opacity: 0.01;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fromLeft {
  from {
    opacity: 0.01;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fromLeft {
  from {
    opacity: 0.01;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fromLeft {
  from {
    opacity: 0.01;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fromBottom {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fromBottom {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fromBottom {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes softFromTop {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes softFromTop {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes softFromTop {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fromTop {
  from {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fromTop {
  from {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fromTop {
  from {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes breath {
  0%, 100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  100% {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0); } }

@-moz-keyframes breath {
  0%, 100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  100% {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0); } }

@keyframes breath {
  0%, 100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  100% {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0); } }

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

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

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

@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }

@-moz-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }

@-webkit-keyframes scaleInWidth {
  from {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); } }

@-moz-keyframes scaleInWidth {
  from {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes scaleInWidth {
  from {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); } }

@-webkit-keyframes scaleInHeight {
  from {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); } }

@-moz-keyframes scaleInHeight {
  from {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes scaleInHeight {
  from {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes scaleOut {
  from {
    opacity: 0.99;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  to {
    opacity: 0.01;
    -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transform: matrix(0.7, 0, 0, 0.7, 0, 0); } }

@-moz-keyframes scaleOut {
  from {
    opacity: 0.99;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  to {
    opacity: 0.01;
    -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transform: matrix(0.7, 0, 0, 0.7, 0, 0); } }

@keyframes scaleOut {
  from {
    opacity: 0.99;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  to {
    opacity: 0.01;
    -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transform: matrix(0.7, 0, 0, 0.7, 0, 0); } }

@-webkit-keyframes scaleCenterIn {
  from {
    opacity: 0.01;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
  to {
    opacity: .99;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@-moz-keyframes scaleCenterIn {
  from {
    opacity: 0.01;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
  to {
    opacity: .99;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@keyframes scaleCenterIn {
  from {
    opacity: 0.01;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
  to {
    opacity: .99;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@-webkit-keyframes focused {
  0%, 100% {
    box-shadow: inset 0 0 0 #2DD7A6; }
  40% {
    box-shadow: inset 0 0 2px #2DD7A6; } }

@-moz-keyframes focused {
  0%, 100% {
    box-shadow: inset 0 0 0 #2DD7A6; }
  40% {
    box-shadow: inset 0 0 2px #2DD7A6; } }

@keyframes focused {
  0%, 100% {
    box-shadow: inset 0 0 0 #2DD7A6; }
  40% {
    box-shadow: inset 0 0 2px #2DD7A6; } }

.live-tab-focal {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  background-color: #2DD7A6; }

.go-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #38A6EB; }
  .go-btn .label {
    margin-right: 3px;
    font-size: 1.3rem; }
  .go-btn .Icon {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 1.8rem;
    color: inherit !important; }
  .go-btn:hover .Icon {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px); }

.no-drag {
  -webkit-app-region: no-drag;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none; }

.column {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 90px; }
  @media only screen and (max-width: 340px) {
    .column {
      padding-left: 15px;
      padding-right: 15px; } }
  .column.no-margin {
    margin-bottom: 0; }
  .column.narrow {
    max-width: 860px; }
  .column.wide {
    max-width: 1300px; }
  .column.two-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 880px) {
      .column.two-columns {
        display: block; } }
    .column.two-columns > section {
      min-width: 520px;
      margin-right: 20px; }
      @media only screen and (max-width: 880px) {
        .column.two-columns > section {
          min-width: 0;
          margin-right: 0;
          max-width: none; } }
      .column.two-columns > section.narrow {
        min-width: 0;
        max-width: 480px; }
        @media only screen and (max-width: 880px) {
          .column.two-columns > section.narrow {
            max-width: none; } }
    .column.two-columns.flip {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .column.two-columns.flip > section {
        margin-right: 0;
        margin-left: 50px; }
        @media only screen and (max-width: 1300px) {
          .column.two-columns.flip > section {
            margin-left: 40px; } }
        @media only screen and (max-width: 680px) {
          .column.two-columns.flip > section {
            margin-left: 0; } }
      .column.two-columns.flip .abs-img img {
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
  .column > section {
    margin-top: 50px; }
    .column > section h2 {
      font-size: 4.1rem;
      margin-bottom: 20px;
      color: #21252B; }
      @media only screen and (max-width: 680px) {
        .column > section h2 {
          font-size: 3.2rem; } }
      @media only screen and (max-width: 340px) {
        .column > section h2 {
          font-size: 2.8rem; } }
      .column > section h2.line:after {
        content: '';
        display: block;
        margin: 35px 0;
        width: 80px;
        height: 1px;
        background-color: #505BE4; }
      .column > section h2.line.purple:after {
        background-color: #8346C5; }
      .column > section h2.line.blue:after {
        background-color: #38A6EB; }
    .column > section p {
      font-size: 2rem;
      color: #6B727E; }
      @media only screen and (max-width: 680px) {
        .column > section p {
          font-size: 1.8rem; } }
      .column > section p:not(:last-child) {
        margin-bottom: 20px; }
        @media only screen and (max-width: 680px) {
          .column > section p:not(:last-child) {
            margin-bottom: 15px; } }
  .column .abs-img {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .column.ActiveWayPoint > section, .column.ActiveWayPoint figure {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .column.ActiveWayPoint figure {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .column.ActiveWayPoint.active > section, .column.ActiveWayPoint.active figure {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.hero {
  margin-top: 15vh; }
  .hero h1 {
    font-size: 4.2rem;
    color: #3A3F4C;
    margin-bottom: 10px; }
    @media only screen and (max-width: 680px) {
      .hero h1 {
        font-size: 3.6rem; } }
  .hero p {
    margin-bottom: 30px;
    font-size: 2.2rem;
    color: #6B727E; }
    @media only screen and (max-width: 680px) {
      .hero p {
        font-size: 2rem; } }

.threeColumns {
  text-align: center; }
  .threeColumns > section {
    margin: auto;
    padding-bottom: 30px;
    max-width: 560px; }
    @media only screen and (max-width: 680px) {
      .threeColumns > section {
        padding-bottom: 20px; } }
  .threeColumns > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 680px) {
      .threeColumns > ul {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .threeColumns li {
    max-width: 340px;
    margin: 0 30px;
    opacity: 0;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s; }
    .threeColumns li:nth-of-type(1) {
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms; }
    .threeColumns li:nth-of-type(2) {
      -webkit-transition-delay: 200ms;
      transition-delay: 200ms; }
    .threeColumns li:nth-of-type(3) {
      -webkit-transition-delay: 300ms;
      transition-delay: 300ms; }
    @media only screen and (max-width: 680px) {
      .threeColumns li {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        margin: 0 auto;
        padding: 0 20px; }
        .threeColumns li:not(:last-child) {
          margin-bottom: 60px; } }
    .threeColumns li img {
      display: block;
      margin: 0 auto 15px; }
      @media only screen and (max-width: 680px) {
        .threeColumns li img {
          margin-bottom: 10px;
          -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
          transform: scale(0.85); } }
  .threeColumns h3 {
    font-size: 3.2rem;
    margin-bottom: 30px;
    color: #21252B; }
    @media only screen and (max-width: 680px) {
      .threeColumns h3 {
        margin-bottom: 20px;
        font-size: 2.5rem; } }
  .threeColumns p {
    font-size: 1.7rem;
    color: #6B727E; }
    @media only screen and (max-width: 680px) {
      .threeColumns p {
        font-size: 1.6rem; } }
  .threeColumns.active li {
    opacity: 1; }

.msg {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: white;
  padding: 15px;
  font-size: 1.6rem;
  color: #2DD7A6;
  font-style: italic;
  cursor: pointer; }
  @media only screen and (max-width: 680px) {
    .msg {
      font-size: 1.5rem; } }
  .msg.grey {
    background-color: #F3F4F6; }
  .msg.error {
    color: #E46283; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

body.touch [data-hint]:before, body.touch [data-hint]:after {
  display: none !important; }

[data-hint] {
  position: relative;
  display: inline-block;
  /**
       * tooltip arrow
       */
  /**
       * tooltip body
       */ }

[data-hint]:before, [data-hint]:after {
  position: absolute;
  will-change: tansform;
  visibility: hidden;
  opacity: 0;
  z-index: 30;
  pointer-events: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

[data-hint]:hover:before, [data-hint]:hover:after {
  visibility: visible;
  opacity: 1; }

[data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 31; }

[data-hint]:after {
  border-radius: 1px;
  content: attr(data-hint);
  background: #000;
  max-width: 300px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px;
  font-size: 13px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 13px;
  white-space: nowrap; }

[data-hint].hint-popup:after {
  line-height: 1.45rem;
  min-width: 280px;
  white-space: normal; }

[data-hint].hint-popup.wide:after {
  min-width: 320px; }

[data-hint='']:before, [data-hint='']:after {
  display: none !important; }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #000; }

.hint--top-right:before {
  border-top-color: #000; }

.hint--top:before {
  border-top-color: #000; }

.hint--bottom-left:before {
  border-bottom-color: #000; }

.hint--bottom-right:before {
  border-bottom-color: #000; }

.hint--bottom:before {
  border-bottom-color: #000; }

.hint--left:before {
  border-left-color: #000; }

.hint--right:before {
  border-right-color: #000; }

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  left: calc(50% - 6px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  left: calc(50% - 6px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -4px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px;
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:after {
  margin-bottom: -14px;
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px;
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%; }

.hint--top-left:before {
  left: calc(50% + 6px); }

.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--top-left:after {
  margin-left: 20px; }

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%; }

.hint--top-right:before {
  left: calc(50% - 6px); }

.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-right:after {
  margin-left: -20px; }

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%; }

.hint--bottom-left:before {
  left: calc(50% - 6px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--bottom-left:after {
  margin-left: 20px;
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%; }

.hint--bottom-right:before {
  left: calc(50% - 6px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.hint--bottom-right:after {
  margin-left: -20px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  border-radius: 2px;
  line-height: 1.3em;
  padding: 3px 6px 4px; }

.hint--medium:after {
  width: 150px; }

.hint--large:after {
  width: 300px; }

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[data-hint] {
  /**
       * tooltip body
       */ }

[data-hint]:after {
  text-shadow: 0 -1px 0px black;
  /*box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);*/ }

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-left-color: #b34e4d; }

.hint--error.hint--right:before {
  border-right-color: #b34e4d; }

.dark [data-hint]:after {
  background: #fff;
  color: #000;
  text-shadow: 0 -1px 0px white; }

.dark .hint--top-left:before,
.dark .hint--top-right:before,
.dark .hint--top:before {
  border-top-color: #fff; }

.dark .hint--bottom-left:before,
.dark .hint--bottom-right:before,
.dark .hint--bottom:before {
  border-bottom-color: #fff; }

.dark .hint--left:before {
  border-left-color: #fff; }

.dark .hint--right:before {
  border-right-color: #fff; }

.tippy-touch {
  cursor: pointer !important; }

.tippy-notransition {
  transition: none !important; }

.tippy-popper {
  max-width: 400px;
  -webkit-perspective: 800px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none; }
  .tippy-popper.html-template {
    max-width: 96%;
    max-width: calc(100% - 20px); }
  .tippy-popper[x-placement^=top] [x-arrow] {
    border-top: 7px solid #21252B;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    margin: 0 9px; }
    .tippy-popper[x-placement^=top] [x-arrow].arrow-small {
      border-top: 5px solid #21252B;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      bottom: -5px; }
    .tippy-popper[x-placement^=top] [x-arrow].arrow-big {
      border-top: 10px solid #21252B;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      bottom: -10px; }
  .tippy-popper[x-placement^=top] [x-circle] {
    -webkit-transform-origin: 0 33%;
    transform-origin: 0 33%; }
    .tippy-popper[x-placement^=top] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -55%);
      transform: scale(1) translate(-50%, -55%);
      opacity: 1; }
    .tippy-popper[x-placement^=top] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -50%);
      transform: scale(0.15) translate(-50%, -50%);
      opacity: 0; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.menu-theme [x-circle], .tippy-popper[x-placement^=top] .tippy-tooltip.hover-card-theme [x-circle] {
    background-color: #F0F2F5; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.menu-theme [x-arrow], .tippy-popper[x-placement^=top] .tippy-tooltip.hover-card-theme [x-arrow] {
    border-top: 7px solid #F0F2F5;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.menu-theme [x-arrow].arrow-small, .tippy-popper[x-placement^=top] .tippy-tooltip.hover-card-theme [x-arrow].arrow-small {
      border-top: 5px solid #F0F2F5;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.menu-theme [x-arrow].arrow-big, .tippy-popper[x-placement^=top] .tippy-tooltip.hover-card-theme [x-arrow].arrow-big {
      border-top: 10px solid #F0F2F5;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-top: 5px solid #fff;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-top: 10px solid #fff;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7); }
  .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
    border-top: 7px solid rgba(0, 0, 0, 0.7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-top: 5px solid rgba(0, 0, 0, 0.7);
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-top: 10px solid rgba(0, 0, 0, 0.7);
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=top] [data-animation=perspective] {
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
    .tippy-popper[x-placement^=top] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateY(-5px) rotateX(0);
      transform: translateY(-5px) rotateX(0); }
    .tippy-popper[x-placement^=top] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateY(0) rotateX(90deg);
      transform: translateY(0) rotateX(90deg); }
  .tippy-popper[x-placement^=top] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .tippy-popper[x-placement^=top] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .tippy-popper[x-placement^=top] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .tippy-popper[x-placement^=top] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .tippy-popper[x-placement^=top] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1); }
  .tippy-popper[x-placement^=top] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0); }
  .tippy-popper[x-placement^=bottom] [x-arrow] {
    border-bottom: 7px solid #21252B;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px;
    margin: 0 9px; }
    .tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
      border-bottom: 5px solid #21252B;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      top: -5px; }
    .tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
      border-bottom: 10px solid #21252B;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      top: -10px; }
  .tippy-popper[x-placement^=bottom] [x-circle] {
    -webkit-transform-origin: 0 -50%;
    transform-origin: 0 -50%; }
    .tippy-popper[x-placement^=bottom] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -45%);
      transform: scale(1) translate(-50%, -45%);
      opacity: 1; }
    .tippy-popper[x-placement^=bottom] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -5%);
      transform: scale(0.15) translate(-50%, -5%);
      opacity: 0; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.menu-theme [x-circle], .tippy-popper[x-placement^=bottom] .tippy-tooltip.hover-card-theme [x-circle] {
    background-color: #F0F2F5; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.menu-theme [x-arrow], .tippy-popper[x-placement^=bottom] .tippy-tooltip.hover-card-theme [x-arrow] {
    border-bottom: 7px solid #F0F2F5;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.menu-theme [x-arrow].arrow-small, .tippy-popper[x-placement^=bottom] .tippy-tooltip.hover-card-theme [x-arrow].arrow-small {
      border-bottom: 5px solid #F0F2F5;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.menu-theme [x-arrow].arrow-big, .tippy-popper[x-placement^=bottom] .tippy-tooltip.hover-card-theme [x-arrow].arrow-big {
      border-bottom: 10px solid #F0F2F5;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-bottom: 5px solid #fff;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-bottom: 10px solid #fff;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7); }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid rgba(0, 0, 0, 0.7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-bottom: 5px solid rgba(0, 0, 0, 0.7);
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-bottom: 10px solid rgba(0, 0, 0, 0.7);
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    -webkit-transform-origin: top;
    transform-origin: top; }
    .tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateY(10px) rotateX(0);
      transform: translateY(10px) rotateX(0); }
    .tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateY(0) rotateX(-90deg);
      transform: translateY(0) rotateX(-90deg); }
  .tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1); }
  .tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0); }
  .tippy-popper[x-placement^=left] [x-arrow] {
    border-left: 7px solid #21252B;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    margin: 6px 0; }
    .tippy-popper[x-placement^=left] [x-arrow].arrow-small {
      border-left: 5px solid #21252B;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      right: -5px; }
    .tippy-popper[x-placement^=left] [x-arrow].arrow-big {
      border-left: 10px solid #21252B;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -10px; }
  .tippy-popper[x-placement^=left] [x-circle] {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
    .tippy-popper[x-placement^=left] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
      opacity: 1; }
    .tippy-popper[x-placement^=left] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -50%);
      transform: scale(0.15) translate(-50%, -50%);
      opacity: 0; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.menu-theme [x-circle], .tippy-popper[x-placement^=left] .tippy-tooltip.hover-card-theme [x-circle] {
    background-color: #F0F2F5; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.menu-theme [x-arrow], .tippy-popper[x-placement^=left] .tippy-tooltip.hover-card-theme [x-arrow] {
    border-left: 7px solid #F0F2F5;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.menu-theme [x-arrow].arrow-small, .tippy-popper[x-placement^=left] .tippy-tooltip.hover-card-theme [x-arrow].arrow-small {
      border-left: 5px solid #F0F2F5;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.menu-theme [x-arrow].arrow-big, .tippy-popper[x-placement^=left] .tippy-tooltip.hover-card-theme [x-arrow].arrow-big {
      border-left: 10px solid #F0F2F5;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-left: 5px solid #fff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-left: 10px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7); }
  .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
    border-left: 7px solid rgba(0, 0, 0, 0.7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-left: 5px solid rgba(0, 0, 0, 0.7);
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-left: 10px solid rgba(0, 0, 0, 0.7);
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=left] [data-animation=perspective] {
    -webkit-transform-origin: right;
    transform-origin: right; }
    .tippy-popper[x-placement^=left] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateX(-10px) rotateY(0);
      transform: translateX(-10px) rotateY(0); }
    .tippy-popper[x-placement^=left] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateX(0) rotateY(-90deg);
      transform: translateX(0) rotateY(-90deg); }
  .tippy-popper[x-placement^=left] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .tippy-popper[x-placement^=left] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .tippy-popper[x-placement^=left] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .tippy-popper[x-placement^=left] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .tippy-popper[x-placement^=left] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(1);
    transform: translateX(-10px) scale(1); }
  .tippy-popper[x-placement^=left] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0); }
  .tippy-popper[x-placement^=right] [x-arrow] {
    border-right: 7px solid #21252B;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    margin: 6px 0; }
    .tippy-popper[x-placement^=right] [x-arrow].arrow-small {
      border-right: 5px solid #21252B;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      left: -5px; }
    .tippy-popper[x-placement^=right] [x-arrow].arrow-big {
      border-right: 10px solid #21252B;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -10px; }
  .tippy-popper[x-placement^=right] [x-circle] {
    -webkit-transform-origin: -50% 0;
    transform-origin: -50% 0; }
    .tippy-popper[x-placement^=right] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
      opacity: 1; }
    .tippy-popper[x-placement^=right] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -50%);
      transform: scale(0.15) translate(-50%, -50%);
      opacity: 0; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.menu-theme [x-circle], .tippy-popper[x-placement^=right] .tippy-tooltip.hover-card-theme [x-circle] {
    background-color: #F0F2F5; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.menu-theme [x-arrow], .tippy-popper[x-placement^=right] .tippy-tooltip.hover-card-theme [x-arrow] {
    border-right: 7px solid #F0F2F5;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.menu-theme [x-arrow].arrow-small, .tippy-popper[x-placement^=right] .tippy-tooltip.hover-card-theme [x-arrow].arrow-small {
      border-right: 5px solid #F0F2F5;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.menu-theme [x-arrow].arrow-big, .tippy-popper[x-placement^=right] .tippy-tooltip.hover-card-theme [x-arrow].arrow-big {
      border-right: 10px solid #F0F2F5;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-right: 5px solid #fff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-right: 10px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7); }
  .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
    border-right: 7px solid rgba(0, 0, 0, 0.7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-right: 5px solid rgba(0, 0, 0, 0.7);
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-right: 10px solid rgba(0, 0, 0, 0.7);
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=right] [data-animation=perspective] {
    -webkit-transform-origin: left;
    transform-origin: left; }
    .tippy-popper[x-placement^=right] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateX(10px) rotateY(0);
      transform: translateX(10px) rotateY(0); }
    .tippy-popper[x-placement^=right] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateX(0) rotateY(90deg);
      transform: translateX(0) rotateY(90deg); }
  .tippy-popper[x-placement^=right] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .tippy-popper[x-placement^=right] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .tippy-popper[x-placement^=right] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .tippy-popper[x-placement^=right] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .tippy-popper[x-placement^=right] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(1);
    transform: translateX(10px) scale(1); }
  .tippy-popper[x-placement^=right] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0); }
  .tippy-popper .tippy-tooltip.transparent-theme {
    background-color: rgba(0, 0, 0, 0.7); }
    .tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
      background-color: transparent; }
  .tippy-popper .tippy-tooltip.menu-theme, .tippy-popper .tippy-tooltip.hover-card-theme {
    background-color: #F0F2F5; }
    .tippy-popper .tippy-tooltip.menu-theme[data-animatefill], .tippy-popper .tippy-tooltip.hover-card-theme[data-animatefill] {
      background-color: transparent; }
  .tippy-popper .tippy-tooltip.light-theme {
    color: #21252B;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
      background-color: transparent; }

.tippy-tooltip {
  position: relative;
  color: #D7DAE0;
  border-radius: 6px;
  font-size: 1.3rem;
  padding: 7px 10px;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #21252B; }
  .tippy-tooltip.menu-theme, .tippy-tooltip.hover-card-theme {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 -2px 50px rgba(0, 0, 0, 0.15); }
  .tippy-tooltip.menu-theme {
    padding: 10px 0; }
  .tippy-tooltip.hover-card-theme {
    padding: 0; }

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

.tippy-tooltip--small {
  padding: 4px 7px;
  font-size: 1.2rem; }

.tippy-tooltip--big {
  padding: 8px 12px;
  font-size: 1.4rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }

.tippy-tooltip[data-interactive] {
  pointer-events: auto; }

.tippy-tooltip[data-inertia] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }

.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0; }

.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #21252B;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: all ease; }
  .tippy-tooltip [x-circle]:before {
    content: "";
    padding-top: 90%;
    float: left; }

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }

