.animator {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 1000;
  background: #292a2c; }

.moveAnimate-enter-active {
  animation: animateAnimator 2s; }

.page-enter-active {
  transition: all .2s 0; }

.page-leave-active {
  transition: all .2s .5s; }

.page-enter,
.page-leave-to {
  opacity: 0; }

@keyframes animateAnimator {
  0% {
    left: -100%; }
  34% {
    left: 0%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 55px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.03); }

.nav__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px; }

.nav__logo {
  height: 60%;
  width: 70px; }
  .nav__logo img {
    max-height: 100%; }

.nav__list-container {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0;
  padding: 18px 16px;
  list-style: none; }

.nav__list-item a {
  font-weight: 400;
  color: #333;
  text-decoration: none;
  transition: all .2s; }
  .nav__list-item a:hover {
    color: #473bf0; }
.nav__list-item .router-link-exact-active {
  color: #473bf0; }

@media only screen and (min-width: 720px) {
  .nav {
    height: 82px; }

  .nav__wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 24px 16px; }

  .nav__logo {
    height: 100%; }

  .nav__list-container {
    justify-content: flex-end; }

  .nav__list-item {
    margin-right: 32px; }
    .nav__list-item a {
      font-size: 16px;
      border-bottom-width: 0; } }
@media only screen and (min-width: 1200px) {
  .nav__wrapper {
    max-width: 1240px;
    padding: 24px 80px; } }
.btn {
  display: inline-block;
  margin: 0;
  padding: 16px 32px;
  outline: 0;
  background: #EEE;
  font-weight: 500;
  border-radius: 3px;
  -webkit-appearance: none;
  text-decoration: none;
  text-align: center;
  transition: all .3s; }

.btn--main {
  background-color: rgba(102, 101, 221, 0.1);
  color: #473bf0; }
  .btn--main:focus, .btn--main:hover {
    background-color: #6665dd;
    color: #FFF; }

.btn--secondary {
  padding: 14px 32px;
  border: 2px solid #473bf0;
  background-color: transparent;
  color: #473bf0; }
  .btn--secondary:focus, .btn--secondary:hover {
    background-color: #6665dd;
    color: #FFF; }

ul, ol {
  padding: 0;
  list-style: none; }

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: normal; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 32px;
  font-weight: 400; }

h4 {
  margin: 24px 0 12px;
  font-size: 24px; }

@media only screen and (min-width: 720px) {
  h2 {
    font-size: 40px; }

  h3 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 40px; }

  h4 {
    font-size: 32px;
    line-height: 54px; } }
.home-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 82px); }

.button__container {
  display: flex;
  align-items: flex-start; }
  .button__container .btn--secondary {
    margin-left: 8px; }

@media only screen and (max-width: 375px) {
  .btn--main, .btn--secondary {
    padding-left: 24px;
    padding-right: 24px; } }
* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  color: #292a2c; }

body {
  position: relative;
  margin: 0;
  padding-top: 55px;
  min-height: 100vh;
  background: #ECEFF1;
  overflow-x: hidden; }

.page-container {
  max-width: 1240px;
  margin: 0 auto; }

.page {
  padding: 16px; }

.image {
  max-width: 100%; }

.contact-link {
  text-decoration: none; }
  .contact-link > * {
    vertical-align: middle; }

.work__single {
  margin: 40px 0; }

.heading--split {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.show-bg {
  display: none; }

.show-sm {
  display: block; }

@media only screen and (min-width: 720px) {
  body {
    padding-top: 82px; }

  .show-bg {
    display: block; }

  .show-sm {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .page {
    padding: 16px 80px; }

  p {
    max-width: 820px; } }

/*# sourceMappingURL=index.css.map */
