/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.grid-container {
  max-width: 75rem;
  margin: 0 auto; }

.grid-container-padded {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container-padded {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 75em) {
    .grid-container-padded {
      padding-left: 0;
      padding-right: 0; } }

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > small-shrink, .grid-x > small-full, .grid-x > small-1, .grid-x > small-2, .grid-x > small-3, .grid-x > small-4, .grid-x > small-5, .grid-x > small-6, .grid-x > small-7, .grid-x > small-8, .grid-x > small-9, .grid-x > small-10, .grid-x > small-11, .grid-x > small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > medium-shrink, .grid-x > medium-full, .grid-x > medium-1, .grid-x > medium-2, .grid-x > medium-3, .grid-x > medium-4, .grid-x > medium-5, .grid-x > medium-6, .grid-x > medium-7, .grid-x > medium-8, .grid-x > medium-9, .grid-x > medium-10, .grid-x > medium-11, .grid-x > medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > large-shrink, .grid-x > large-full, .grid-x > large-1, .grid-x > large-2, .grid-x > large-3, .grid-x > large-4, .grid-x > large-5, .grid-x > large-6, .grid-x > large-7, .grid-x > large-8, .grid-x > large-9, .grid-x > large-10, .grid-x > large-11, .grid-x > large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; }
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    .medium-margin-collapse > .small-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .small-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .small-3 {
      width: 25%; }
    .medium-margin-collapse > .small-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .small-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .small-6 {
      width: 50%; }
    .medium-margin-collapse > .small-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .small-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .small-9 {
      width: 75%; }
    .medium-margin-collapse > .small-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .small-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .small-12 {
      width: 100%; }
    .medium-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .medium-3 {
      width: 25%; }
    .medium-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .medium-6 {
      width: 50%; }
    .medium-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .medium-9 {
      width: 75%; }
    .medium-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .medium-12 {
      width: 100%; }
    .medium-margin-collapse > .large-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .large-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .large-3 {
      width: 25%; }
    .medium-margin-collapse > .large-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .large-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .large-6 {
      width: 50%; }
    .medium-margin-collapse > .large-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .large-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .large-9 {
      width: 75%; }
    .medium-margin-collapse > .large-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .large-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .large-12 {
      width: 100%; }
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    .large-margin-collapse > .small-1 {
      width: 8.33333%; }
    .large-margin-collapse > .small-2 {
      width: 16.66667%; }
    .large-margin-collapse > .small-3 {
      width: 25%; }
    .large-margin-collapse > .small-4 {
      width: 33.33333%; }
    .large-margin-collapse > .small-5 {
      width: 41.66667%; }
    .large-margin-collapse > .small-6 {
      width: 50%; }
    .large-margin-collapse > .small-7 {
      width: 58.33333%; }
    .large-margin-collapse > .small-8 {
      width: 66.66667%; }
    .large-margin-collapse > .small-9 {
      width: 75%; }
    .large-margin-collapse > .small-10 {
      width: 83.33333%; }
    .large-margin-collapse > .small-11 {
      width: 91.66667%; }
    .large-margin-collapse > .small-12 {
      width: 100%; }
    .large-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .large-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .large-margin-collapse > .medium-3 {
      width: 25%; }
    .large-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .large-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .large-margin-collapse > .medium-6 {
      width: 50%; }
    .large-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .large-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .large-margin-collapse > .medium-9 {
      width: 75%; }
    .large-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .large-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .large-margin-collapse > .medium-12 {
      width: 100%; }
    .large-margin-collapse > .large-1 {
      width: 8.33333%; }
    .large-margin-collapse > .large-2 {
      width: 16.66667%; }
    .large-margin-collapse > .large-3 {
      width: 25%; }
    .large-margin-collapse > .large-4 {
      width: 33.33333%; }
    .large-margin-collapse > .large-5 {
      width: 41.66667%; }
    .large-margin-collapse > .large-6 {
      width: 50%; }
    .large-margin-collapse > .large-7 {
      width: 58.33333%; }
    .large-margin-collapse > .large-8 {
      width: 66.66667%; }
    .large-margin-collapse > .large-9 {
      width: 75%; }
    .large-margin-collapse > .large-10 {
      width: 83.33333%; }
    .large-margin-collapse > .large-11 {
      width: 91.66667%; }
    .large-margin-collapse > .large-12 {
      width: 100%; }
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > small-shrink, .grid-y > small-full, .grid-y > small-1, .grid-y > small-2, .grid-y > small-3, .grid-y > small-4, .grid-y > small-5, .grid-y > small-6, .grid-y > small-7, .grid-y > small-8, .grid-y > small-9, .grid-y > small-10, .grid-y > small-11, .grid-y > small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > medium-shrink, .grid-y > medium-full, .grid-y > medium-1, .grid-y > medium-2, .grid-y > medium-3, .grid-y > medium-4, .grid-y > medium-5, .grid-y > medium-6, .grid-y > medium-7, .grid-y > medium-8, .grid-y > medium-9, .grid-y > medium-10, .grid-y > medium-11, .grid-y > medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > large-shrink, .grid-y > large-full, .grid-y > large-1, .grid-y > large-2, .grid-y > large-3, .grid-y > large-4, .grid-y > large-5, .grid-y > large-6, .grid-y > large-7, .grid-y > large-8, .grid-y > large-9, .grid-y > large-10, .grid-y > large-11, .grid-y > large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  width: 100vw;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #e50050;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #222222;
    text-decoration: underline; }

@font-face {
  font-family: 'unicorn';
  src: url("../fonts/unicorn_flakes-webfont.woff2") format("woff2"), url("../fonts/unicorn_flakes-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'ralewayregular';
  src: url("../fonts/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ralewaymedium';
  src: url("../fonts/raleway-medium-webfont.woff2") format("woff2"), url("../fonts/raleway-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

p {
  font-family: 'ralewayregular';
  font-size: 0.9em; }

p.dark, label {
  color: #00123a;
  font-size: 0.9em;
  line-height: 1.6;
  font-family: 'ralewayregular'; }

p.white {
  color: white;
  font-size: 0.9em;
  line-height: 1.6;
  font-family: 'ralewayregular'; }

b {
  letter-spacing: 0.03;
  font-family: 'ralewayregular'; }

h3 {
  color: white;
  font-size: 1.6em;
  font-family: 'ralewayregular'; }

h2 {
  color: #00123a;
  font-size: 1.1em;
  font-family: 'ralewayregular'; }

a {
  text-decoration: none;
  color: white;
  font-family: 'ralewayregular'; }

label {
  font-family: 'ralewayregular';
  color: #00123a !important;
  font-size: 0.9em !important; }

input, textarea {
  font-family: 'ralewaymedium';
  color: #00123a !important;
  font-size: 0.9em !important; }

.orange {
  color: #f47769; }

.darkblue {
  color: #00123a; }

.white {
  color: white; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.left {
  text-align: left; }

.right {
  text-align: right; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media screen and (min-width: 64em) {
  /* styles for large */
  .navigation-desktop-index {
    opacity: 0;
    transition: all 1s ease;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    background: none;
    padding-top: 10px;
    z-index: 100; }
    .navigation-desktop-index .logo-desktop-index {
      width: 200px; }
    .navigation-desktop-index .half-polygon {
      width: 200px;
      height: 85px;
      margin-top: -10px; }
    .navigation-desktop-index .nav-desktop-menu {
      padding-top: 40px; }
      .navigation-desktop-index .nav-desktop-menu a {
        text-decoration: none;
        font-size: 0.9; }
      .navigation-desktop-index .nav-desktop-menu li {
        list-style-type: none;
        display: inline; }
  .navigation-desktop-fix {
    transition: all 1s ease;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    background: none;
    padding-top: 10px;
    z-index: 100; }
    .navigation-desktop-fix .logo-desktop-index {
      width: 200px; }
    .navigation-desktop-fix .half-polygon {
      width: 200px;
      height: 85px;
      margin-top: -10px; }
    .navigation-desktop-fix .nav-desktop-menu {
      padding-top: 40px; }
      .navigation-desktop-fix .nav-desktop-menu a {
        text-decoration: none;
        font-size: 0.9; }
      .navigation-desktop-fix .nav-desktop-menu li {
        list-style-type: none;
        display: inline; }
  .nav-bg-contact {
    position: fixed;
    top: 0;
    z-index: 50;
    left: 0;
    width: 50%;
    height: 90px;
    background: #f0f0f0; } }

@media screen and (max-width: 63.9375em) {
  /* styles for small and medium only */
  .navigation-mobile {
    height: 70px;
    padding: 20px;
    padding-right: 25px;
    position: fixed;
    top: 0;
    left: 0; }
    .navigation-mobile .logo-mobile {
      width: 50px;
      height: 50px;
      margin-top: -10px; }
    .navigation-mobile .logo-mobile-container {
      top: 0;
      left: 0; }
    .navigation-mobile .nav-button {
      top: 20px;
      right: 25px;
      position: absolute; }
    .navigation-mobile .fa-nav {
      font-size: 1.5em; }
    .navigation-mobile .nav-mobile-dropdown {
      background: #00123a;
      position: fixed;
      height: 100vh;
      top: 60px;
      left: 0;
      padding-left: 25%;
      padding-right: 25%;
      z-index: -1;
      transition: all 2s ease;
      display: none; }
      .navigation-mobile .nav-mobile-dropdown .nav-mobile-list {
        border-top: solid 0.5px rgba(255, 255, 255, 0.2); }
      .navigation-mobile .nav-mobile-dropdown p {
        font-size: 0.9em; }
  .slash {
    padding-left: 20px;
    padding-right: 20px;
    color: white; }
  .navMobile {
    background: #00123a;
    display: initial; } }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */
  .index-container-mobile {
    height: 100vh;
    background: #00123a; }
    .index-container-mobile .logo-index {
      height: 15vh;
      margin-left: 40px;
      margin-top: 10%;
      opacity: 0;
      transition: all 2s ease; }
    .index-container-mobile .index-text-container {
      padding-left: 40px;
      opacity: 0;
      transition: all 2s ease; }
      .index-container-mobile .index-text-container .index-intro {
        color: white;
        font-size: 0.9em;
        line-height: 1.6;
        font-family: 'ralewayregular'; }
    .index-container-mobile .arrow-mobile {
      height: 60px;
      opacity: 0;
      transition: all 2s ease; }
  .index-section-mobile {
    background: #00123a;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: -1; }
    .index-section-mobile .polygons {
      padding: 10px;
      padding-left: 10%; }
    .index-section-mobile .polygons span {
      font-size: 1.4em; }
    .index-section-mobile .polygon-development {
      display: inline-block;
      position: relative;
      width: 150px;
      height: 132px;
      max-height: 132px;
      background: #f47769;
      box-sizing: border-box;
      -webkit-clip-path: polygon(30% 0, 66% 0, 100% 50%, 66% 100%, 50% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-section-mobile .polygon-small1 {
      display: inline-block;
      position: relative;
      margin-left: 15%;
      margin-top: -100px;
      width: 70px;
      height: 60px;
      max-height: 60px;
      background: white;
      box-sizing: border-box;
      -webkit-clip-path: polygon(30% 0, 66% 0, 100% 50%, 66% 100%, 50% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-section-mobile .polygon-small1 .polygon-overlay {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 67px;
      height: 57px;
      max-height: 57px;
      background: #00123a;
      box-sizing: border-box;
      -webkit-clip-path: polygon(30% 0, 66% 0, 100% 50%, 66% 100%, 50% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-section-mobile .polygon-small2 {
      display: inline-block;
      position: relative;
      margin-left: 65%;
      margin-top: -100px;
      width: 85px;
      height: 74px;
      max-height: 74px;
      background: #f47769;
      box-sizing: border-box;
      -webkit-clip-path: polygon(30% 0, 66% 0, 100% 50%, 66% 100%, 50% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-section-mobile .polygon-development-desc {
      display: inline-block;
      position: relative;
      margin-left: 28%;
      margin-top: -40px;
      width: 200px;
      height: 183px;
      max-height: 183px;
      background: white;
      box-sizing: border-box;
      -webkit-clip-path: polygon(30% 0, 66% 0, 100% 50%, 66% 100%, 50% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-section-mobile .index-port {
      color: #f47769; }
    .index-section-mobile .index-check {
      color: #00123a !important; }
    .index-section-mobile .polygon-development-about {
      display: inline-block;
      position: relative;
      margin-left: 8%;
      margin-top: -40px;
      width: 200px;
      height: 180px;
      max-height: 180px;
      background: #f47769;
      box-sizing: border-box;
      -webkit-clip-path: polygon(30% 0, 66% 0, 100% 50%, 66% 100%, 50% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-section-mobile .polygon-development-about .polygon-overlay {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 197px;
      height: 178px;
      max-height: 178px;
      background: #00123a;
      box-sizing: border-box;
      -webkit-clip-path: polygon(30% 0, 66% 0, 100% 50%, 66% 100%, 50% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */
  .blue-bg {
    background: #00123a; }
  .index-container .top-tablet-container {
    height: 580px;
    background: #00123a; }
  .index-container .logo-index {
    height: 25vh;
    margin-left: 40px;
    margin-top: 40%;
    opacity: 0;
    transition: all 2s ease;
    padding-bottom: 50px; }
  .index-container .index-text-container {
    padding-left: 40px;
    opacity: 0;
    margin-top: 40%;
    transition: all 2s ease;
    padding-bottom: 50px; }
    .index-container .index-text-container .index-intro {
      color: white;
      font-size: 0.9em;
      line-height: 1.6;
      font-family: 'ralewayregular'; }
  .index-container .sayhi-index {
    height: 50px;
    width: 180px;
    background: none;
    border: solid 2px #f47769;
    border-radius: 8px;
    color: white;
    opacity: 0;
    transition: all 1s ease; }
  .index-container .arrow-mobile {
    height: 60px;
    opacity: 0;
    transition: all 2s ease; }
  .index-container .desc-tablet-index {
    height: 1010px; }
    .index-container .desc-tablet-index h2 {
      font-size: 1.5em; }
    .index-container .desc-tablet-index img {
      width: 40%;
      float: right; }
    .index-container .desc-tablet-index .developer-tablet {
      padding: 10%;
      background: #f47769; }
    .index-container .desc-tablet-index .designer-tablet {
      padding: 10%;
      background: #f0f0f0; }
  .index-container .tablet-index-bg {
    background: url(../images/index/designexpo.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat; } }

@media screen and (max-width: 39.9375em) {
  .about-introduction-mobile {
    height: 700px;
    background: #444444;
    margin-top: 50px; }
    .about-introduction-mobile .main-triangle {
      height: 180px;
      top: 80px;
      opacity: 0;
      transition: all 1s ease; }
    .about-introduction-mobile .reversed-triangle {
      height: 140px;
      top: 260px;
      left: 65%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .about-introduction-mobile .hi-triangle {
      height: 80px;
      top: 340px;
      left: 45%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .about-introduction-mobile .about-hello-mobile {
      height: 70px;
      top: 110px;
      transition: all 2s ease; }
    .about-introduction-mobile .self-introduction-mobile {
      top: 500px; }
    .about-introduction-mobile h4 {
      color: #999999;
      top: 500px;
      opacity: 0;
      font-size: 1.5em;
      transition: all 1s ease; }
  .about-content-mobile {
    background: url(../img/mobile/about/bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
    .about-content-mobile .about-content-row {
      height: 100px;
      border-top: solid 1px white;
      transition: all 1s ease;
      padding: 1em;
      overflow-y: auto;
      overflow-x: hidden; }
      .about-content-mobile .about-content-row h2 {
        color: #00123a;
        font-size: 1em; }
    .about-content-mobile .content-mobile {
      padding: 1em; }
    .about-content-mobile .check-portfolio-mobile {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      color: white;
      font-family: 'proxima', sans-serif;
      font-size: 0.9em;
      background: #00123a;
      border: none; } }

@media screen and (min-width: 64em) {
  /* styles for large and onward only */
  .absolute {
    position: absolute; }
  .absolute-center {
    position: absolute;
    top: 25%;
    left: 23%;
    translate: transform(-50%, -50%); }
  .index-desktop-container {
    background: #00123a;
    min-height: 500px;
    height: 100vh; }
    .index-desktop-container .logo-index {
      height: 16vh;
      left: 18%;
      top: 56%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 0;
      transition: all 2s ease; }
    .index-desktop-container .index-intro-desktop {
      font-weight: bold;
      color: #f47769;
      line-height: 2;
      padding-top: 15%;
      font-size: 1.6rem;
      font-family: 'ralewayregular'; }
    .index-desktop-container .index-intro-hello {
      font-weight: bold;
      color: white;
      font-size: 1.9rem;
      padding-top: 15%;
      font-family: 'ralewayregular'; }
    .index-desktop-container .polygon-hello {
      top: 15%;
      left: 25%;
      width: 20vw;
      height: 18vw;
      max-width: 265px;
      max-height: 235px;
      background: #f47769;
      opacity: 0;
      transition: all 2s ease;
      -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-desktop-container .polygon-hello .polygon-overlay {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 19vw;
      max-width: 260px;
      max-height: 230px;
      height: 17.3vw;
      background: #00123a;
      box-sizing: border-box;
      -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-desktop-container .polygon-hello p {
      font-size: 1.8rem; }
    .index-desktop-container .polygon-occupation {
      top: 12%;
      left: 48%;
      width: 30vw;
      max-width: 400px;
      max-height: 360px;
      height: 27vw;
      opacity: 0;
      transition: all 2s ease;
      background: #f47769;
      -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-desktop-container .polygon-occupation p {
      line-height: 1.8;
      padding-left: 3%;
      font-size: 1.5rem; }
    .index-desktop-container .polygon-name {
      top: 48%;
      left: 30%;
      width: 20vw;
      height: 18vw;
      background: white;
      opacity: 0;
      transition: all 2s ease;
      -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
      z-index: 102; }
    .index-desktop-container .polygon-name span {
      font-size: 1.2rem;
      line-height: 1.7; }
    .index-desktop-container .polygon-name b {
      font-size: 1.4rem;
      line-height: 1.7; }
    .index-desktop-container .index-name-polygon {
      top: 47%;
      left: 22%;
      width: 24vw;
      opacity: 0;
      transition: all 2s ease; }
    .index-desktop-container .polygon-meet {
      top: 53%;
      left: 70%;
      width: 23vw;
      height: 21vw;
      max-width: 300px;
      max-height: 275px;
      background: white;
      opacity: 0;
      transition: all 2s ease;
      -webkit-clip-path: polygon(30% 0, 66% 0, 100% 50%, 66% 100%, 50% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-desktop-container .polygon-meet .polygon-overlay {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 22.6vw;
      height: 20.6vw;
      max-width: 290px;
      max-height: 265px;
      background: #00123a;
      box-sizing: border-box;
      -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
    .index-desktop-container .polygon-meet .index-intro {
      color: white;
      font-size: 0.9em;
      line-height: 1.6;
      font-family: 'ralewayregular'; }
    .index-desktop-container .arrow-down {
      height: 60px;
      top: 90%;
      left: 50%;
      -webkit-transform: translate(-50%);
              transform: translate(-50%); }
    .index-desktop-container #hello-text, .index-desktop-container #occupation-text, .index-desktop-container #name-text {
      opacity: 0;
      transition: all 2s ease; }
    .index-desktop-container .tree-left {
      opacity: 1;
      bottom: 0;
      left: 0;
      height: 400px; }
  .index-container-half {
    position: relative;
    height: 100vh; }
    .index-container-half .index-developer-title {
      background: url(../images/index/developersketch.jpg) no-repeat;
      background-size: cover;
      height: 100vh;
      left: 0;
      top: 0;
      transition: all 1s ease; }
      .index-container-half .index-developer-title .developer-cover {
        height: 100vh;
        background: #f0f0f0;
        transition: all 1s ease;
        z-index: 10;
        top: 0; }
        .index-container-half .index-developer-title .developer-cover .developer-title {
          width: 50vh; }
      .index-container-half .index-developer-title .def {
        font-size: 0.75em; }
      .index-container-half .index-developer-title .developer-description {
        top: 15%;
        right: 0;
        width: 50%;
        padding: 7%;
        z-index: 9; }
      .index-container-half .index-developer-title .index-about-button {
        margin-top: 10%;
        height: 115px;
        float: right;
        padding: 5%; }
      .index-container-half .index-developer-title h2 {
        font-size: 1.3em; }
    .index-container-half .index-designer-title {
      height: 100vh;
      background: url(../images/index/designexpo.jpg) no-repeat;
      background-size: cover;
      left: 50%;
      transition: all 1s ease;
      top: 0; }
      .index-container-half .index-designer-title .designer-cover {
        height: 100vh;
        background: #f47769;
        transition: all 1s ease;
        z-index: 10;
        top: 0; }
        .index-container-half .index-designer-title .designer-cover .designer-title {
          width: 50vh; }
      .index-container-half .index-designer-title .def {
        font-size: 0.75em; }
      .index-container-half .index-designer-title .designer-description {
        top: 15%;
        left: 0;
        width: 50%;
        padding: 7%;
        z-index: 9;
        text-align: left; }
      .index-container-half .index-designer-title .index-portfolio-button {
        margin-top: 10%;
        height: 140px;
        float: left;
        padding: 6%; }
      .index-container-half .index-designer-title h2 {
        font-size: 1.3em; }
    .index-container-half #developer-cover, .index-container-half #designer-cover {
      transition: all 1s ease; } }

.body-index, html {
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden !important; }

.polygon {
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }

.absolute-xycenter {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media screen and (max-width: 39.9375em) {
  .about-me-container-mobile .about-me-title-mobile {
    height: 720px;
    background: url(../images/index/designexpo.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat; }
    .about-me-container-mobile .about-me-title-mobile .mobile-about-top {
      padding: 17%;
      padding-top: 42%;
      background: rgba(255, 255, 255, 0.75); }
    .about-me-container-mobile .about-me-title-mobile .arrow-down-about {
      width: 60px;
      padding-top: 90%; }
  .about-me-container-mobile .about-me-desc-mobile {
    background: #f47769;
    padding: 5%;
    padding-top: 13%;
    height: 900px; }
    .about-me-container-mobile .about-me-desc-mobile .resume {
      width: 35%;
      text-align: right; }
    .about-me-container-mobile .about-me-desc-mobile .space {
      letter-spacing: 1.7px; }
    .about-me-container-mobile .about-me-desc-mobile .vanarts {
      text-decoration: none;
      border-bottom: solid 2px #00123a; }
      .about-me-container-mobile .about-me-desc-mobile .vanarts:hover {
        text-decoration: none; }
    .about-me-container-mobile .about-me-desc-mobile .available {
      font-size: 1.3em;
      color: #f0f0f0; }
  .about-me-container-mobile .about-content-mobile {
    background: url(../images/slider/bg.jpg);
    background-size: cover;
    background-position:center;
    background-attachment:fixed;
    transition: all 1s ease; }
    .about-me-container-mobile .about-content-mobile .hidden {
      display: none; }
    .about-me-container-mobile .about-content-mobile .about-content-row {
      height: 200px;
      border-bottom: solid 1px #f0f0f0;
      transition: all 1s ease;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 20%; }
      .about-me-container-mobile .about-content-mobile .about-content-row h2 {
        color: #00123a; }
    .about-me-container-mobile .about-content-mobile .about-content-general {
      height: 100px;
      transition: all 1s ease;
      overflow: hidden; }
    .about-me-container-mobile .about-content-mobile .content-mobile {
      padding-left: 10%;
      padding-right: 10%;
      transition: all 1s ease; }
      .about-me-container-mobile .about-content-mobile .content-mobile p {
        font-size: 0.8em; }
      .about-me-container-mobile .about-content-mobile .content-mobile strong {
        font-size: 1em; }
      .about-me-container-mobile .about-content-mobile .content-mobile .bold {
        font-weight: bold; }
    .about-me-container-mobile .about-content-mobile .about-content-title-mobile {
      font-size: 0.9em;
      margin: 0; }
    .about-me-container-mobile .about-content-mobile .about-content-close-mobile {
      margin-top: 40px;
      transition: all 1s ease;
      margin-bottom: 40px; }
    .about-me-container-mobile .about-content-mobile #no-border-skills {
      border: none; }
    .about-me-container-mobile .about-content-mobile .passion-content-mobile, .about-me-container-mobile .about-content-mobile .education-content-mobile {
      padding: 30px; }
    .about-me-container-mobile .about-content-mobile .check-portfolio-mobile {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      color: white;
      font-family: 'proxima', sans-serif;
      font-size: 0.9em;
      background: #00123a;
      border: none; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .about-me-container-mobile {
    height: 100vh; }
    .about-me-container-mobile .about-me-title-mobile {
      padding: 7%;
      padding-top: 16%;
      height: 100vh;
      background: url(../images/index/developersketch.jpg);
      background-size: 160% 80%;
      background-position: left bottom;
      background-repeat: no-repeat; }
      .about-me-container-mobile .about-me-title-mobile .arrow-down-about {
        width: 60px;
        position: absolute;
        top: 90vh;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%); }
    .about-me-container-mobile .about-me-desc-mobile {
      background: #f47769;
      padding: 5%;
      padding-top: 13%;
      height: 100vh; }
      .about-me-container-mobile .about-me-desc-mobile .resume {
        width: 30%;
        text-align: right; }
      .about-me-container-mobile .about-me-desc-mobile .space {
        letter-spacing: 1.7px; }
      .about-me-container-mobile .about-me-desc-mobile .vanarts {
        text-decoration: none;
        border-bottom: solid 2px #00123a; }
        .about-me-container-mobile .about-me-desc-mobile .vanarts:hover {
          text-decoration: none; }
      .about-me-container-mobile .about-me-desc-mobile .available {
        font-size: 1.1em;
        color: #f0f0f0; }
    .about-me-container-mobile .about-content-mobile {
      background: url(../images/slider/bg.jpg);
      background-size: cover;
      background-position:center;
      background-attachment:fixed;
      transition: all 1s ease; }
      .about-me-container-mobile .about-content-mobile .hidden {
        display: none; }
      .about-me-container-mobile .about-content-mobile .about-content-row {
        height: 200px;
        border-bottom: solid 1px #f0f0f0;
        transition: all 1s ease;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 10%; }
        .about-me-container-mobile .about-content-mobile .about-content-row h2 {
          color: #00123a; }
      .about-me-container-mobile .about-content-mobile .about-content-general {
        height: 100px;
        transition: all 1s ease;
        overflow: hidden; }
      .about-me-container-mobile .about-content-mobile .content-mobile {
        padding-left: 10%;
        padding-right: 10%;
        transition: all 1s ease; }
        .about-me-container-mobile .about-content-mobile .content-mobile p {
          font-size: 1em; }
        .about-me-container-mobile .about-content-mobile .content-mobile strong {
          font-size: 1.2em; }
        .about-me-container-mobile .about-content-mobile .content-mobile .bold {
          font-weight: bold; }
      .about-me-container-mobile .about-content-mobile .about-content-title-mobile {
        font-size: 1.3em;
        margin: 0; }
      .about-me-container-mobile .about-content-mobile .about-content-close-mobile {
        margin-top: 30px;
        transition: all 1s ease; }
      .about-me-container-mobile .about-content-mobile #no-border-skills {
        border: none; }
      .about-me-container-mobile .about-content-mobile .passion-content-mobile, .about-me-container-mobile .about-content-mobile .education-content-mobile {
        padding: 30px; }
      .about-me-container-mobile .about-content-mobile .check-portfolio-mobile {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        color: white;
        font-family: 'proxima', sans-serif;
        font-size: 0.9em;
        background: #00123a;
        border: none; } }

@media screen and (min-width: 64em) {
  .about-me-top-container {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0; }
    .about-me-top-container .about-me-bg {
      height: 100vh;
      top: 0;
      left: 0;
      width: 50%;
      z-index: -1;
      background: url(../images/about/aboutme.svg);
      background-position: center;
      background-size: 50%;
      background-repeat: no-repeat; }
    .about-me-top-container .about-me-desc-container {
      background: #f47769;
      overflow-x: hidden;
      overflow-y: auto;
      height: 100vh;
      width: 50%;
      top: 0;
      left: 50%; }
      .about-me-top-container .about-me-desc-container .description-container {
        padding: 5%;
        padding-left: 20%;
        padding-top: 0; }
        .about-me-top-container .about-me-desc-container .description-container .resume {
          width: 20%; }
        .about-me-top-container .about-me-desc-container .description-container .space {
          letter-spacing: 1.7px; }
        .about-me-top-container .about-me-desc-container .description-container .vanarts {
          text-decoration: none;
          border-bottom: solid 2px #00123a; }
          .about-me-top-container .about-me-desc-container .description-container .vanarts:hover {
            text-decoration: none; }
        .about-me-top-container .about-me-desc-container .description-container .available {
          font-size: 1.4em; }
  .arrow-about {
    width: 60px;
    top: 85vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 50; }
  .about-me-bottom-container {
    background: #f0f0f0;
    height: 900px;
    width: 100%;
    top: 100vh;
    left: 0; }
    .about-me-bottom-container .about-content {
      background: #f0f0f0; }
      .about-me-bottom-container .about-content .hidden {
        display: none; }
      .about-me-bottom-container .about-content .bold {
        font-weight: bold; }
      .about-me-bottom-container .about-content .background {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .about-me-bottom-container .about-content .about-content-background {
        background: url(../images/about/bg0.jpg);
        background-size: cover;
        background-position: center;
        height: 800px;
        transition: all 1.5s ease; }
      .about-me-bottom-container .about-content .about-content-container {
        position: relative;
        width: 90%;
        left: 50%;
        margin-top: 60px;
        margin-bottom: 60px;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
        .about-me-bottom-container .about-content .about-content-container .about-content-column {
          height: 750px;
          /*border:solid 0.2px $light-grey;*/
          padding: 1em;
          transition: all 1s ease;
          overflow-y: auto;
          overflow-x: hidden; }
          .about-me-bottom-container .about-content .about-content-container .about-content-column h2 {
            padding: 20px;
            position: relative;
            top: 25%;
            font-size: 1.3em; }
          .about-me-bottom-container .about-content .about-content-container .about-content-column i {
            padding: 20px; }
            .about-me-bottom-container .about-content .about-content-container .about-content-column i b {
              font-size: 0.5em;
              font-family: 'ralewayregular',sans-serif;
              margin-top: -5px; }
          .about-me-bottom-container .about-content .about-content-container .about-content-column .skills-content h3 {
            padding-left: 30px; }
        .about-me-bottom-container .about-content .about-content-container .about-content-general {
          height: 800px;
          border: solid 0.2px #f0f0f0;
          transition: all 1s ease;
          overflow-y: auto;
          overflow-x: hidden;
          transition: all 1.5s ease;
          overflow: hidden;
          cursor: pointer; }
          .about-me-bottom-container .about-content .about-content-container .about-content-general h2 {
            padding: 20px;
            position: relative;
            top: 20%;
            font-size: 1.1em; }
          .about-me-bottom-container .about-content .about-content-container .about-content-general i {
            padding: 20px; }
            .about-me-bottom-container .about-content .about-content-container .about-content-general i b {
              font-size: 0.5em;
              font-family: 'ralewayregular',sans-serif;
              margin-top: -5px; }
        .about-me-bottom-container .about-content .about-content-container .about-content-open {
          margin-top: 50%; }
        .about-me-bottom-container .about-content .about-content-container .content {
          padding-left: 5%;
          transition: all 1s ease; }
        .about-me-bottom-container .about-content .about-content-container p {
          font-size: 0.9em; }
        .about-me-bottom-container .about-content .about-content-container strong {
          font-size: 1.1em; }
        .about-me-bottom-container .about-content .about-content-container .description {
          padding-left: 40px;
          color: #222222; }
        .about-me-bottom-container .about-content .about-content-container .passion-content {
          padding-right: 15rem; }
          .about-me-bottom-container .about-content .about-content-container .passion-content p {
            font-weight: 500; }
          .about-me-bottom-container .about-content .about-content-container .passion-content .check-portfolio {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            color: white;
            background: #00123a;
            border: none;
            font-family: 'ralewayregular', sans-serif;
            font-size: 0.9em; }
        .about-me-bottom-container .about-content .about-content-container .skills-content {
          font-family: 'ralewayregular', sans-serif;
          width: 800px; }
          .about-me-bottom-container .about-content .about-content-container .skills-content p {
            color: #525252;
            font-size: 12px; }
        .about-me-bottom-container .about-content .about-content-container .skillbar {
          margin-left: 8%;
          position: relative;
          display: block;
          margin-bottom: 25px;
          width: 100%;
          background: #eee;
          height: 30px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          transition: 0.4s linear;
          transition-property: width, background-color; }
        .about-me-bottom-container .about-content .about-content-container .skillbar-title {
          position: absolute;
          top: 0;
          left: 0;
          width: 190px;
          font-weight: bold;
          font-size: 13px;
          color: #ffffff;
          background: #6adcfa;
          -webkit-border-top-left-radius: 3px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-radius-topleft: 3px;
          -moz-border-radius-bottomleft: 3px;
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
        .about-me-bottom-container .about-content .about-content-container .skillbar-title span {
          display: block;
          background: rgba(0, 0, 0, 0.1);
          padding: 0 20px;
          height: 35px;
          line-height: 35px;
          -webkit-border-top-left-radius: 3px;
          -webkit-border-bottom-left-radius: 3px;
          -moz-border-radius-topleft: 3px;
          -moz-border-radius-bottomleft: 3px;
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
        .about-me-bottom-container .about-content .about-content-container .skillbar-bar {
          height: 35px;
          width: 0px;
          background: #6adcfa;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px; }
        .about-me-bottom-container .about-content .about-content-container .skill-bar-percent {
          position: absolute;
          right: 10px;
          top: 0;
          font-size: 11px;
          height: 35px;
          line-height: 35px;
          color: #ffffff;
          color: rgba(0, 0, 0, 0.4); } }

.blue {
  background: blue; }

.red {
  background: red; }

.sidenav {
  position: fixed;
  top: 200px;
  left: 0;
  width: 40px;
  background: #00123a;
  height: 150px;
  z-index: 1000; }
  .sidenav ul {
    margin: 0;
    padding: 20px 0 0 0; }
  .sidenav li {
    list-style-type: none;
    height: 40px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */
  .about-content-mobile {
    background: url(../images/slider/bg.jpg);
    background-size: 100% 100%;
    transition: all 1s ease; }
    .about-content-mobile .hidden {
      display: none; }
    .about-content-mobile .about-content-row {
      height: 100px;
      border-bottom: solid 1px #f0f0f0;
      transition: all 1s ease;
      overflow-y: auto;
      overflow-x: hidden; }
      .about-content-mobile .about-content-row h2 {
        color: white; }
    .about-content-mobile .about-content-general {
      height: 100px;
      transition: all 1s ease;
      overflow: hidden; }
    .about-content-mobile .content-mobile {
      transition: all 1s ease; }
    .about-content-mobile .about-content-close-mobile {
      transition: all 1s ease; }
    .about-content-mobile #no-border-skills {
      border: none; }
    .about-content-mobile .passion-content-mobile, .about-content-mobile .education-content-mobile {
      padding: 30px; }
    .about-content-mobile .check-portfolio-mobile {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      color: white;
      font-family: 'proxima', sans-serif;
      font-size: 0.9em;
      background: #00123a;
      border: none; } }

@media screen and (max-width: 39.9375em) {
  .portfolio-mobile-container {
    margin-top: 68px; }
    .portfolio-mobile-container .port-tablet-title {
      height: 400px;
      position: relative;
      z-index: -10; }
      .portfolio-mobile-container .port-tablet-title img {
        width: 60%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        z-index: -10; }
    .portfolio-mobile-container .port-desc {
      height: 280px;
      background: #f47769;
      padding: 5%; }
    .portfolio-mobile-container .arrow-down-port {
      margin: 20px;
      width: 60px; }
    .portfolio-mobile-container .portfolio-mobile {
      height: 33.33vh; }
    .portfolio-mobile-container .title-middle {
      width: 60%;
      margin-top: 10%; }
    .portfolio-mobile-container .title-museek {
      width: 30%;
      margin-top: 10%; }
    .portfolio-mobile-container .francesco-mobile {
      background: url(../images/portfolio/francesco-bg.jpg); }
      .portfolio-mobile-container .francesco-mobile div {
        background: rgba(0, 18, 58, 0.9);
        height: 100%; }
    .portfolio-mobile-container .getaway-mobile {
      background: url(../images/portfolio/getaway-bg.jpg); }
      .portfolio-mobile-container .getaway-mobile div {
        background: rgba(244, 119, 105, 0.9);
        height: 100%; }
    .portfolio-mobile-container .alberto-mobile {
      background: url(../images/portfolio/alberto-bg.jpg); }
      .portfolio-mobile-container .alberto-mobile div {
        background: rgba(255, 255, 255, 0.8);
        height: 100%; }
    .portfolio-mobile-container .logofolio-mobile {
      background: url(../images/portfolio/logofolio-bg.jpg); }
      .portfolio-mobile-container .logofolio-mobile div {
        background: rgba(0, 18, 58, 0.9);
        height: 100%; }
    .portfolio-mobile-container .print-mobile {
      background: url(../images/portfolio/print-bg.jpg); }
      .portfolio-mobile-container .print-mobile div {
        background: rgba(244, 119, 105, 0.9);
        height: 100%; }
    .portfolio-mobile-container .museek-mobile {
      background: url(../images/portfolio/museek-bg.jpg); }
      .portfolio-mobile-container .museek-mobile div {
        background: rgba(255, 255, 255, 0.8);
        height: 100%; }
    .portfolio-mobile-container .background {
      background-size: cover;
      background-position: inherit;
      background-repeat: no-repeat;
      background-attachment: fixed; }
  .each-portfolio-container {
    padding-top: 60px;
    width: 100%; }
    .each-portfolio-container .left-each-container {
      overflow: hidden;
      background: #f0f0f0;
      padding: 20px; }
      .each-portfolio-container .left-each-container .each-portfolio-title {
        font-size: 1.5em; }
      .each-portfolio-container .left-each-container .tags {
        padding: 10px 20px 10px 20px;
        border: none;
        background: #00123a;
        color: white;
        font-size: 0.8em;
        border-radius: 8px;
        margin: 5px; }
      .each-portfolio-container .left-each-container .viewWebsite {
        height: 50px;
        width: 70%;
        border: none;
        color: white;
        background: #f47769;
        border-radius: 3px; }
    .each-portfolio-container .right-each-container {
      overflow-x: hidden;
      overflow-y: auto; }
      .each-portfolio-container .right-each-container .portfolio-webimage-container {
        padding: 3%; }
        .each-portfolio-container .right-each-container .portfolio-webimage-container img {
          width: 100%;
          margin-top: 50px; }
    .each-portfolio-container .each-portfolio-images {
      width: 100%; }

  .thelogo {
    width: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100px; }
  .logo-arrow {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute; }
    .logo-arrow i {
      color: white;
      padding: 10px;
      background: #00123a;
      border-radius: 8px;
      font-size: 1.3em;
      cursor: pointer; }
  .print-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/print/print1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    transition: all 1s ease; }
  .print-arrow {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute; }
    .print-arrow i {
      color: white;
      padding: 10px;
      background: #00123a;
      border-radius: 8px;
      font-size: 1.3em;
      cursor: pointer; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .portfolio-mobile-container {
    margin-top: 68px; }
    .portfolio-mobile-container .port-tablet-title {
      height: 520px;
      position: relative;
      z-index: -10; }
      .portfolio-mobile-container .port-tablet-title img {
        width: 70%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute; }
    .portfolio-mobile-container .port-desc {
      height: 520px;
      background: #f47769;
      padding: 5%;
      padding-top: 15%; }
    .portfolio-mobile-container .arrow-down-port {
      margin: 30px;
      width: 60px; }
    .portfolio-mobile-container .portfolio-mobile {
      height: 33.33vh; }
    .portfolio-mobile-container .title-middle {
      width: 60%;
      margin-top: 30%; }
    .portfolio-mobile-container .title-museek {
      width: 40%;
      margin-top: 20%; }
    .portfolio-mobile-container .francesco-mobile {
      background: url(../images/portfolio/francesco-bg.jpg); }
      .portfolio-mobile-container .francesco-mobile div {
        background: rgba(0, 18, 58, 0.9);
        height: 100%; }
    .portfolio-mobile-container .getaway-mobile {
      background: url(../images/portfolio/getaway-bg.jpg); }
      .portfolio-mobile-container .getaway-mobile div {
        background: rgba(244, 119, 105, 0.9);
        height: 100%; }
    .portfolio-mobile-container .alberto-mobile {
      background: url(../images/portfolio/alberto-bg.jpg); }
      .portfolio-mobile-container .alberto-mobile div {
        background: rgba(255, 255, 255, 0.8);
        height: 100%; }
    .portfolio-mobile-container .logofolio-mobile {
      background: url(../images/portfolio/logofolio-bg.jpg); }
      .portfolio-mobile-container .logofolio-mobile div {
        background: rgba(0, 18, 58, 0.9);
        height: 100%; }
    .portfolio-mobile-container .print-mobile {
      background: url(../images/portfolio/print-bg.jpg); }
      .portfolio-mobile-container .print-mobile div {
        background: rgba(244, 119, 105, 0.9);
        height: 100%; }
    .portfolio-mobile-container .museek-mobile {
      background: url(../images/portfolio/museek-bg.jpg); }
      .portfolio-mobile-container .museek-mobile div {
        background: rgba(255, 255, 255, 0.8);
        height: 100%; }
    .portfolio-mobile-container .background {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .each-portfolio-container {
    margin-top: 60px;
    width: 100%;
    height: 1400px; }
    .each-portfolio-container .left-each-container {
      overflow: hidden;
      background: #f0f0f0;
      padding: 30px; }
      .each-portfolio-container .left-each-container .each-portfolio-title {
        font-size: 1.5em;
        color: #f47769; }
      .each-portfolio-container .left-each-container .tags {
        padding: 10px 20px 10px 20px;
        border: none;
        background: #00123a;
        color: white;
        font-size: 0.8em;
        border-radius: 8px;
        margin: 5px; }
      .each-portfolio-container .left-each-container .viewWebsite {
        height: 50px;
        width: 50%;
        border: none;
        color: white;
        background: #f47769;
        border-radius: 3px; }
    .each-portfolio-container .right-each-container .portfolio-webimage-container {
      padding: 3%; }
      .each-portfolio-container .right-each-container .portfolio-webimage-container img {
        width: 100%;
        margin-top: 50px; }
    .each-portfolio-container .each-portfolio-images {
      width: 100%; }
  /* .logo-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/logos/logo2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease; } */
  .thelogo {
    width: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100px; }
  .logo-arrow {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute; }
    .logo-arrow i {
      color: white;
      padding: 10px;
      background: #00123a;
      border-radius: 8px;
      font-size: 1.3em;
      cursor: pointer; }
      .print-container {
        padding-top: 100px;
        margin: 0 auto;
      }
  
      .print-container img{
        padding: 10px 2px;
        width: 100%;
      }
  .print-arrow {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute; }
    .print-arrow i {
      color: white;
      padding: 10px;
      background: #00123a;
      border-radius: 8px;
      font-size: 1.3em;
      cursor: pointer; } }

.back-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #00123a;
  padding: 15px 25px; }
  .back-container i {
    color: white;
    font-size: 1.3em; }

@media screen and (min-width: 64em) {
  #navigation-projects-js {
    background: white; }
  .portfolio-desktop-container {
    margin: 0;
    padding: 0 !important;
    height: 98vh;
    width: 180%; }
    .portfolio-desktop-container .portfolio-francesco {
      background: url(../images/portfolio/francesco-bg.jpg);
      transition: all 1s ease; }
    .portfolio-desktop-container .portfolio-getaway {
      background: url(../images/portfolio/getaway-bg.jpg); }
    .portfolio-desktop-container .portfolio-alberto {
      background: url(../images/portfolio/alberto-bg.jpg); }
    .portfolio-desktop-container .portfolio-logofolio {
      background: url(../images/portfolio/logofolio-bg.jpg); }
    .portfolio-desktop-container .portfolio-print {
      background: url(../images/portfolio/print-bg.jpg); }
    .portfolio-desktop-container .portfolio-museek {
      background: url(../images/portfolio/museek-bg.jpg); }
    .portfolio-desktop-container .background {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      cursor: pointer; }
    .portfolio-desktop-container .title-middle {
      width: 55%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      transition: all 1s ease; }
    .portfolio-desktop-container .title-text-portfolio {
      top: 70%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1.1em;
      margin: 0;
      margin-top: -3%;
      font-weight: bold; }
    .portfolio-desktop-container .shrink, .portfolio-desktop-container .shrink-bottom, .portfolio-desktop-container .expand {
      transition: all 1s ease; }
  .portfolio-bg-blue {
    width: 100%;
    height: 100%;
    background: rgba(0, 18, 58, 0.97);
    bottom: 0;
    left: 0; }
  .portfolio-bg-orange {
    width: 100%;
    height: 100%;
    background: rgba(244, 119, 105, 0.92);
    bottom: 0;
    left: 0; }
  .portfolio-bg-grey {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    bottom: 0;
    left: 0; }
  .each-portfolio-container {
    width: 100%;
    height: 100vh;
    position: relative; }
    .each-portfolio-container .left-each-container {
      width: 50%;
      overflow-x: hidden;
      overflow-y: auto;
      background: #f0f0f0;
      left: 0;
      top: 0;
      height: 100vh;
      position: absolute;
      padding: 40px;
      padding-top: 110px; }
      .each-portfolio-container .left-each-container .each-portfolio-title {
        font-size: 1.5em; }
      .each-portfolio-container .left-each-container .tags-container {
        width: 90%; }
      .each-portfolio-container .left-each-container .tags {
        padding: 10px 20px 10px 20px;
        border: none;
        background: #00123a;
        color: white;
        font-size: 0.8em;
        border-radius: 8px;
        margin: 5px 5px; }
      .each-portfolio-container .left-each-container .viewWebsite {
        height: 50px;
        width: 40%;
        border: none;
        color: white;
        background: #f47769;
        border-radius: 3px;
        cursor: pointer; }
    .each-portfolio-container .right-each-container {
      width: 50%;
      position: absolute;
      overflow-x: hidden;
      overflow-y: auto;
      left: 50%;
      top: 0;
      height: 100vh;
      padding-top: 110px; }
      .each-portfolio-container .right-each-container .portfolio-webimage-container {
        padding: 3%; }
        .each-portfolio-container .right-each-container .portfolio-webimage-container img {
          width: 100%;
          margin-bottom: 50px; }
    .each-portfolio-container .each-portfolio-images {
      width: 100%;
      transition: all 1 ease; } }

.back-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 25px; }

.body-projects {
  margin: 0;
  padding: 0 !important;
  transition: all 1s ease; }

.pdf {
  transition: all 1 ease; }
  .pdf:hover {
    opacity: 0.7;
    padding: 5px; }

.logo-container {
  padding-top: 200px; 
  max-width: 1200px; 
  margin: 0 auto;
}

.logo-container img{
  padding: 10px 2px;
}

.logo-arrow {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .logo-arrow i {
    color: white;
    padding: 10px;
    background: #00123a;
    border-radius: 8px;
    font-size: 1.3em;
    cursor: pointer; }

    .print-container {
      padding-top: 140px; 
      max-width: 1200px; 
      margin: 0 auto;
    }

    .print-container img{
      padding: 10px 2px;
      width: 100%;
    }


.printwork{
  width: 50%;
  margin: 0 auto;
}
.print-arrow {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .print-arrow i {
    color: white;
    padding: 10px;
    background: #00123a;
    border-radius: 8px;
    font-size: 1.3em;
    cursor: pointer; }

@media screen and (max-width: 39.9375em) {
  .contact-content-mobile .contact-top-container {
    padding-top: 120px;
    height: 150vh; }
    .contact-content-mobile .contact-top-container .contact-info-title {
      height: 50vh; }
      .contact-content-mobile .contact-top-container .contact-info-title img {
        height: 100%; }
    .contact-content-mobile .contact-top-container .contact-info-content {
      height: 50vh;
      margin-top: 60px; }
    .contact-content-mobile .contact-top-container .contact-phone {
      margin-top: 4%;
      margin-bottom: 4%; }
  .contact-content-mobile #vancouverTimeMobile {
    font-size: 1.4em;
    margin-left: 10px;
    margin-right: 10px; }
  .contact-content-mobile .contact-form-mobile {
    padding: 5%;
    background: #f47769; }
    .contact-content-mobile .contact-form-mobile .hireme {
      font-size: 1.7em; }
    .contact-content-mobile .contact-form-mobile .contact-info-form {
      margin-top: 140px; }
    .contact-content-mobile .contact-form-mobile label {
      margin-bottom: 10px;
      font-weight: bold; }
    .contact-content-mobile .contact-form-mobile input {
      height: 50px;
      margin-bottom: 15px;
      outline: none;
      border: none;
      background: none;
      border-bottom: solid 2px #00123a;
      width: 70%;
      color: #f47769; }
    .contact-content-mobile .contact-form-mobile textarea {
      width: 100%;
      margin-top: 10px;
      border: none;
      outline: none;
      background: #f0f0f0;
      border-radius: 4px; }
    .contact-content-mobile .contact-form-mobile .formButtonMobile {
      margin-top: 30px;
      background: none;
      width: 40%;
      color: #f47769;
      font-weight: bold;
      border: solid 3px #00123a;
      border-radius: 8px;
      height: 45px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .contact-content-mobile .contact-top-container {
    padding-top: 120px;
    height: 45vh; }
    .contact-content-mobile .contact-top-container .contact-info-title {
      left: 6%;
      height: 100%; }
      .contact-content-mobile .contact-top-container .contact-info-title img {
        height: 100%; }
    .contact-content-mobile .contact-top-container .contact-info-content {
      left: 50%;
      height: 100%; }
    .contact-content-mobile .contact-top-container .contact-phone {
      margin-top: 4%;
      margin-bottom: 4%; }
  .contact-content-mobile #vancouverTimeMobile {
    font-size: 1.4em;
    margin-left: 15px;
    margin-right: 15px; }
  .contact-content-mobile .contact-form-mobile {
    background: #f47769;
    padding: 5%;
    margin-top: 70px; }
    .contact-content-mobile .contact-form-mobile .hireme {
      font-size: 2em; }
    .contact-content-mobile .contact-form-mobile .contact-info-form {
      padding-top: 40px; }
    .contact-content-mobile .contact-form-mobile label {
      margin-bottom: 10px;
      font-weight: bold; }
    .contact-content-mobile .contact-form-mobile input {
      height: 50px;
      margin-bottom: 15px;
      outline: none;
      border: none;
      background: none;
      border-bottom: solid 2px #00123a;
      width: 70%;
      color: #f47769; }
    .contact-content-mobile .contact-form-mobile textarea {
      width: 85%;
      margin-top: 10px;
      border: none;
      outline: none;
      background: #f0f0f0;
      border-radius: 4px; }
    .contact-content-mobile .contact-form-mobile .formButtonMobile {
      margin-top: 30px;
      background: none;
      width: 40%;
      color: #f47769;
      font-weight: bold;
      border: solid 3px #00123a;
      border-radius: 8px;
      height: 60px; } }

@media screen and (min-width: 64em) {
  #navigation-contact-js {
    background: white; }
  .contact-content {
    position: relative; }
    .contact-content .contact-info-section {
      top: 0;
      left: 0;
      overflow-y: auto;
      background: white;
      width: 50%;
      height: 100vh; }
      .contact-content .contact-info-section .contact-top-container {
        top: 130px;
        height: 35vh; }
        .contact-content .contact-info-section .contact-top-container .contact-info-title {
          left: 6%;
          height: 100%; }
          .contact-content .contact-info-section .contact-top-container .contact-info-title img {
            height: 100%; }
        .contact-content .contact-info-section .contact-top-container .contact-info-content {
          left: 50%;
          height: 100%; }
        .contact-content .contact-info-section .contact-top-container .contact-phone {
          margin-top: 4%;
          margin-bottom: 4%; }
      .contact-content .contact-info-section .form-container {
        top: 40vh;
        padding: 5%; }
    .contact-content .contact-letter-section {
      top: 0;
      left: 50%;
      overflow-y: auto;
      background: #f47769;
      width: 50%;
      height: 100vh; }
      .contact-content .contact-letter-section .contact-info-form {
        padding-top: 80px; }
      .contact-content .contact-letter-section .contact-letter-top {
        padding: 5%;
        padding-top: 140px; }
      .contact-content .contact-letter-section .contact-letter-body {
        padding: 5%; }
      .contact-content .contact-letter-section label {
        margin-bottom: 10px;
        font-weight: bold; }
      .contact-content .contact-letter-section input {
        height: 30px;
        margin-bottom: 5px;
        outline: none;
        border: none;
        background: none;
        width: 70%;
        color: #f47769; }
        .contact-content .contact-letter-section input:focus {
          border-bottom: solid 2px #00123a; }
      .contact-content .contact-letter-section ::-webkit-input-placeholder {
        color: #00123a; }
      .contact-content .contact-letter-section textarea {
        width: 90%;
        margin-top: 10px;
        border: none;
        outline: none;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 20px;
        font-family: 'relawaymedium', sans-serif; }
      .contact-content .contact-letter-section ::-webkit-textarea-rows {
        border-bottom: solid 2px #00123a; }
      .contact-content .contact-letter-section .letterp {
        margin: 0 !important; }
      .contact-content .contact-letter-section .contact-letter-send {
        padding-right: 10%; }
        .contact-content .contact-letter-section .contact-letter-send img {
          height: 80px;
          float: right; }
      .contact-content .contact-letter-section #from {
        display: none; }
      .contact-content .contact-letter-section .formButton {
        background: none;
        width: 30%;
        color: white;
        font-weight: bold;
        border: solid 3px #00123a;
        border-radius: 8px;
        height: 45px;
        float: right;
        margin-right: 30px; 
        margin-bottom: 50px;
        cursor: pointer;}
    .contact-content .contact-letter-regards {
      padding: 5%; }
    .contact-content #vancouverTime {
      font-size: 2em;
      margin-left: 10px;
      margin-right: 10px; }
    .contact-content .hireme {
      font-size: 1.6em;
      -webkit-animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
              animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }
  @-webkit-keyframes shake {
    10%, 90% {
      -webkit-transform: translate3d(-1px, 0, 0);
              transform: translate3d(-1px, 0, 0); }
    20%, 80% {
      -webkit-transform: translate3d(2px, 0, 0);
              transform: translate3d(2px, 0, 0); }
    30%, 50%, 70% {
      -webkit-transform: translate3d(-4px, 0, 0);
              transform: translate3d(-4px, 0, 0); }
    40%, 60% {
      -webkit-transform: translate3d(4px, 0, 0);
              transform: translate3d(4px, 0, 0); } }
  @keyframes shake {
    10%, 90% {
      -webkit-transform: translate3d(-1px, 0, 0);
              transform: translate3d(-1px, 0, 0); }
    20%, 80% {
      -webkit-transform: translate3d(2px, 0, 0);
              transform: translate3d(2px, 0, 0); }
    30%, 50%, 70% {
      -webkit-transform: translate3d(-4px, 0, 0);
              transform: translate3d(-4px, 0, 0); }
    40%, 60% {
      -webkit-transform: translate3d(4px, 0, 0);
              transform: translate3d(4px, 0, 0); } } }






/* EXTRA */

