@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-ExtraBoldOblique.otf') format("opentype"), url('../fonts/GreycliffCF-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-HeavyOblique.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-RegularOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-DemiBoldOblique.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
  --deep-pink: #ed1e79;
  --663399: #522785;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

img {
  display: inline-block;
}

figcaption {
  color: gray;
  text-align: center;
  margin-top: 0;
}

.topbar {
  z-index: 10;
  color: #fff;
  background-color: #ffffffe6;
  width: 100%;
  height: 48px;
  display: block;
  position: fixed;
  top: -50px;
  left: 0;
  right: 0;
  box-shadow: 0 -1px 3px #00000080;
}

.name {
  float: left;
  color: #000;
  letter-spacing: 2px;
  margin-top: 14px;
  margin-left: 40px;
  font-size: 24px;
  font-weight: 700;
}

.hello {
  color: #000;
  font-family: Greycliffcf, sans-serif;
}

.contact {
  float: right;
  margin-top: 14px;
  margin-right: 40px;
}

.socialicon {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  overflow: visible;
}

.socialicon:hover {
  opacity: .5;
}

.utility-page-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-size: 20vh;
  display: flex;
  position: fixed;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hellovid {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.hellosection {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.hellosection.about {
  height: auto;
}

.hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.hero.about {
  height: 80vh;
}

.hero.top {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero.footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero.quotes {
  flex-flow: column;
}

.hero.intro {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.heading {
  letter-spacing: 1px;
  cursor: default;
  font-size: 42px;
  font-weight: 300;
  line-height: 64px;
}

.heading-2 {
  font-weight: 300;
}

.heading-2.right {
  float: right;
  width: 66%;
}

.paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph.left {
  width: 66%;
}

.paragraph.right {
  float: right;
  width: 66%;
}

.bgvideo {
  opacity: 1;
  background-image: linear-gradient(143deg, #00ff2280, #001aff80);
  width: 100vw;
  height: 100vh;
}

.bgvidtint {
  opacity: .5;
  background-image: linear-gradient(#0009, #0009);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  overflow: visible;
}

.bgvidtint.moss {
  background-image: linear-gradient(#0006, #0006);
}

.bgimg {
  z-index: 0;
  background-image: linear-gradient(#0009, #0009), url('../images/hello.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.fullpage {
  display: block;
}

.navtrigger {
  z-index: 20;
  cursor: n-resize;
  width: 1px;
  height: 50px;
  display: block;
  position: absolute;
}

.social.big {
  max-height: 64px;
}

.page {
  align-items: center;
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
}

.page.originate {
  background-color: var(--black);
  background-image: linear-gradient(to right, #1f1f1f, #000);
}

.page.getaround {
  background-image: linear-gradient(127deg, #920292, #606);
}

.page.expa {
  opacity: 1;
  background-color: #22252b;
  background-image: linear-gradient(135deg, #2c2f36, #22252b);
}

.page.others {
  opacity: 1;
  background-color: #000;
  background-image: linear-gradient(135deg, #464646, #1f1f1f);
  padding: 80px;
  display: block;
}

.page.social {
  min-height: auto;
  display: block;
}

.page.words {
  padding-top: 80px;
  display: none;
}

.page.top {
  padding-top: 120px;
  padding-bottom: 80px;
  display: block;
}

.page.welcome {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 64px;
  display: flex;
}

.page.sixup {
  opacity: 1;
  background-image: linear-gradient(135deg, #680808, #3d0000);
}

.page._3jam {
  background-color: #0020d8;
  background-image: linear-gradient(135deg, #1e3ce7, #1f0e92);
}

.page.friendster {
  background-color: #0094d8;
  background-image: linear-gradient(135deg, #009be2, #007eb8);
}

.page.dfinity {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(135deg, #b4004f, #3e0d79);
  background-clip: border-box;
}

.page.windranger {
  background-image: url('../images/WR_Website_CA_03-1.png');
  background-position: 50%;
  background-size: cover;
}

.page.airkit {
  background-image: linear-gradient(165deg, #d88200, #d11d52);
}

.page.bitgo {
  background-image: linear-gradient(165deg, #1770ef, #0b3e86);
  flex-flow: column;
  display: flex;
}

.textblock {
  cursor: default;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.textblock.quotes {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-size: 24px;
  line-height: 32px;
}

.textblock.resume {
  text-align: center;
  margin-right: auto;
  padding-top: 10px;
  font-weight: 700;
}

.textblock.right {
  float: right;
}

.textblock.left {
  float: left;
}

.textblock.casestudy {
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  padding-top: 0;
  font-weight: 700;
}

.textblock.hello {
  flex: 1;
  margin-top: 16px;
}

.textblock.hello.r {
  padding-left: 10px;
}

.textblock.hello.l {
  padding-right: 10px;
}

.textblock.header {
  text-align: left;
  font-size: 32px;
  line-height: 48px;
}

.case a {
  color: #000000b3;
}

.case a:hover {
  color: #000;
}

.case h5 {
  color: gray;
  text-align: left;
  letter-spacing: .3px;
  margin-bottom: 16px;
  font-weight: 400;
}

.case p {
  margin-top: 8px;
  margin-bottom: 32px;
}

.case img {
  margin-top: 8px;
  margin-bottom: 8px;
}

.case figcaption {
  color: #aaa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 12px;
}

.case h2 {
  margin-bottom: 32px;
}

.casebreak {
  z-index: 5;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.casebreak.alex {
  background-image: url('../images/IMG_2515.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.underline {
  opacity: .8;
}

.underline:hover {
  opacity: 1;
}

.outro {
  text-align: left;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.quote {
  color: #00000080;
  font-size: 18px;
}

.italic-text {
  font-size: 24px;
}

.aboutfooter {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  padding-top: 30vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.escapes {
  z-index: 5;
  color: #000;
  background-color: #fff;
  width: 100vw;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.escapes.end {
  padding-bottom: 200px;
}

.escapes.first {
  padding-top: 120px;
}

.aboutheader {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 30vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.escapewelcome {
  letter-spacing: 1px;
  cursor: default;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.body {
  color: #fff;
}

.intro {
  text-align: left;
  letter-spacing: 1px;
  cursor: default;
  flex: 1;
  font-family: Greycliffcf, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 90px;
}

.text-span {
  padding-bottom: 10px;
  padding-left: 6px;
  line-height: 97px;
  display: block;
}

.logo {
  width: 360px;
  padding-top: 28px;
  display: block;
}

.logo.expa {
  width: 290px;
  padding-top: 28px;
}

.logo.sixup {
  width: 360px;
  padding-top: 0;
}

.logo._3jam {
  width: 240px;
}

.logo.windranger {
  width: 380px;
  margin-right: 0;
  padding-top: 10px;
}

.logo.dfinity {
  width: 381px;
}

.logo.bitgo {
  padding-left: 2px;
  padding-right: 2px;
}

.logo.originate {
  width: 370px;
}

.companyabout {
  color: #fff;
  text-align: left;
  cursor: default;
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.companyabout.logos {
  text-align: center;
}

.companyabout.footnote {
  font-size: 16px;
}

.grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  margin-top: 3%;
}

.image {
  align-self: center;
  max-width: 60%;
}

.image-2 {
  align-self: center;
  max-width: 70%;
}

.image-3, .image-4 {
  max-width: 60%;
}

.image-5 {
  align-self: center;
  max-width: 60%;
}

.image-6, .image-7 {
  align-self: center;
  max-width: 80%;
}

.image-8 {
  align-self: center;
  max-width: 90%;
}

.image-9 {
  align-self: center;
  max-width: 70%;
}

.socialgrid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 40px;
}

.link {
  color: #000;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
}

.download {
  color: #000;
  text-decoration: underline;
}

.view {
  color: #000;
  text-decoration: none;
}

.view:hover {
  text-decoration: underline;
}

.shortname {
  float: left;
  color: #000;
  letter-spacing: 2px;
  margin-top: 14px;
  margin-left: 40px;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.profile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/profiles.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 9999px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 360px;
  height: 360px;
  display: block;
}

.logoblock {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.photoblock {
  width: 50%;
  padding-right: 10px;
  display: flex;
}

.back {
  float: left;
  color: #000;
  letter-spacing: 0;
  margin-top: 14px;
  margin-left: 40px;
  font-size: 24px;
  font-weight: 400;
}

.studies {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  display: flex;
}

.studies.about {
  height: 80vh;
}

.studies.top {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.studies.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.studies.quotes {
  flex-flow: column;
}

.studies.intro {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.studieslist {
  color: #fff;
  text-align: left;
  cursor: default;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.studieslist.logos {
  text-align: center;
}

.studieslist.footnote {
  font-size: 16px;
}

.study {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  border: 1px solid #fff3;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.study:hover {
  border-color: var(--white);
}

.study.dark {
  color: #000;
  border-color: #0003;
  justify-content: flex-start;
  align-items: center;
}

.caseicon {
  opacity: .5;
}

.caseicon.dark {
  opacity: .2;
  mix-blend-mode: difference;
}

.studytextblock {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.studytext {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.studyarrow {
  font-size: 60px;
  font-weight: 300;
}

.studytitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.arrow {
  opacity: .5;
}

.arrow:hover {
  opacity: 100;
}

.arrow:active {
  opacity: 80;
}

.arrow.dark {
  mix-blend-mode: difference;
}

.herosection {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.herosection.about {
  height: 80vh;
}

.herosection.top {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.herosection.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.herosection.quotes {
  flex-flow: column;
}

.herosection.intro {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
}

.section-2 {
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .name {
    margin-left: 20px;
  }

  .contact {
    margin-right: 20px;
  }

  .hellosection {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero.top {
    align-items: center;
  }

  .heading {
    font-size: 26px;
    line-height: 34px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 32px;
  }

  .page {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .page.others {
    padding-top: 40px;
  }

  .page.top {
    height: auto;
    padding-bottom: 40px;
  }

  .page.welcome {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .casesection {
    padding-left: 10%;
    padding-right: 10%;
  }

  .textblock {
    font-size: 16px;
    line-height: 24px;
  }

  .textblock.hello {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .textblock.header {
    font-size: 24px;
    line-height: 32px;
  }

  .outro {
    font-size: 20px;
    line-height: 32px;
  }

  .italic-text {
    font-size: 20px;
  }

  .aboutfooter {
    padding-top: 26vh;
  }

  .escapes.end {
    padding-bottom: 100px;
  }

  .escapes.first {
    padding-top: 80px;
  }

  .aboutheader {
    padding-top: 26vh;
  }

  .escapewelcome {
    font-size: 22px;
    line-height: 32px;
  }

  .intro {
    font-size: 48px;
    line-height: 64px;
  }

  .text-span {
    padding-left: 8px;
    line-height: 60px;
  }

  .logo, .logo.sixup {
    width: 280px;
  }

  .logo._3jam {
    width: 180px;
    padding-left: 10px;
  }

  .logo.windranger {
    width: 360px;
    margin-left: -10px;
  }

  .logo.dfinity, .logo.originate {
    width: 280px;
  }

  .companyabout {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .shortname {
    margin-left: 20px;
  }

  .profile {
    width: 220px;
    height: 220px;
  }

  .logoblock {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .photoblock {
    justify-content: center;
    align-items: center;
  }

  .back {
    margin-left: 20px;
  }

  .studies {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .studies.top {
    align-items: center;
  }

  .studieslist {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .study {
    margin-left: 0;
    margin-right: 0;
  }

  .caseicon {
    width: 64px;
  }

  .studytext {
    font-size: 16px;
  }

  .studytitle {
    font-size: 18px;
    line-height: 32px;
  }

  .arrow {
    width: 64px;
  }

  .herosection.top {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .name {
    margin-left: 8px;
    display: none;
  }

  .contact {
    margin-right: 8px;
  }

  .hellosection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .hero.top {
    justify-content: space-between;
  }

  .heading {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 20px;
  }

  .heading-2.right {
    float: none;
    width: auto;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.left {
    width: auto;
  }

  .paragraph.right {
    float: none;
    width: auto;
  }

  .social {
    max-width: 80%;
  }

  .social.big {
    max-height: 40px;
  }

  .page {
    justify-content: center;
    align-items: center;
    padding: 32px 20px;
  }

  .page.originate {
    padding-top: 80px;
  }

  .page.others {
    opacity: 1;
  }

  .page.social {
    max-width: 100%;
    padding-top: 70px;
  }

  .page.top {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page.welcome {
    align-items: flex-start;
    height: auto;
  }

  .textblock {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    display: flex;
  }

  .textblock.quotes {
    flex-flow: column;
  }

  .textblock.resume, .textblock.casestudy {
    margin-top: auto;
  }

  .textblock.hello {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .textblock.hello.r {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .textblock.hello.l {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .textblock.header {
    font-size: 24px;
    font-weight: 500;
  }

  .case h5 {
    font-size: 12px;
    line-height: 18px;
  }

  .case p {
    font-size: 16px;
    line-height: 22px;
  }

  .case h2 {
    font-size: 32px;
  }

  .outro {
    font-size: 16px;
    line-height: 24px;
  }

  .italic-text {
    font-size: 18px;
  }

  .aboutfooter {
    padding-top: 24vh;
  }

  .escapes {
    padding-top: 80px;
  }

  .aboutheader {
    padding-top: 24vh;
  }

  .escapewelcome {
    font-size: 18px;
    line-height: 24px;
  }

  .intro {
    font-size: 40px;
    line-height: 52px;
  }

  .text-span {
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 44px;
  }

  .logo {
    width: 280px;
    padding-bottom: 10px;
  }

  .logo.expa {
    width: 200px;
  }

  .logo.sixup {
    width: 260px;
  }

  .logo._3jam {
    width: 120px;
  }

  .logo.windranger {
    width: 320px;
  }

  .logo.dfinity {
    width: 280px;
    padding-bottom: 42px;
  }

  .logo.airkit {
    width: 260px;
  }

  .logo.bitgo {
    width: 240px;
  }

  .companyabout {
    font-size: 16px;
    line-height: 23px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
    text-align: center;
    align-self: center;
  }

  .shortname {
    display: block;
  }

  .profile {
    width: 180px;
    height: 180px;
  }

  .back {
    margin-left: 8px;
    display: none;
  }

  .studies {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .studieslist {
    margin-top: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .study {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 14px 16px 24px;
  }

  .caseicon {
    width: 40px;
    padding-top: 6px;
    display: none;
  }

  .studytext {
    line-height: 24px;
  }

  .studytitle {
    font-size: 16px;
    line-height: 30px;
  }

  .arrow {
    width: 24px;
  }

  .herosection {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .section-2 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
  }

  .topbar {
    height: 42px;
  }

  .name {
    margin-top: 10px;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
  }

  .contact {
    text-align: right;
    margin-top: 9px;
  }

  .socialicon {
    margin-left: 6px;
    margin-right: 0;
  }

  .hero.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .heading {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-2.right {
    float: none;
    width: auto;
  }

  .social {
    max-width: 100%;
  }

  .page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page.others {
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page.social {
    padding-bottom: 60px;
  }

  .page.words {
    min-height: auto;
  }

  .page.top {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .page.welcome {
    padding-top: 12px;
  }

  .textblock.quotes {
    margin-top: auto;
    line-height: 22px;
  }

  .textblock.resume {
    margin-top: auto;
  }

  .textblock.casestudy {
    text-align: left;
    margin-top: auto;
  }

  .case h5 {
    margin-bottom: 8px;
  }

  .case p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .case figcaption {
    margin-bottom: 16px;
    line-height: 16px;
  }

  .case h2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .case h3 {
    margin-top: 24px;
  }

  .outro {
    font-size: 16px;
    line-height: 24px;
  }

  .quote {
    font-size: 16px;
    line-height: 32px;
  }

  .italic-text {
    font-size: 16px;
  }

  .aboutfooter {
    height: auto;
    min-height: 80vh;
    margin-bottom: 50px;
  }

  .escapes {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .escapes.end {
    padding-bottom: 64px;
  }

  .escapes.first {
    padding-top: 40px;
  }

  .escapewelcome {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .intro {
    text-align: left;
    text-transform: none;
    font-size: 28px;
    line-height: 38px;
  }

  .text-span {
    font-size: 30px;
    line-height: 40px;
  }

  .logo {
    width: 240px;
    padding-top: 0;
  }

  .logo.expa {
    padding-top: 0;
  }

  .logo.sixup {
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo._3jam {
    width: 150px;
    max-width: 60%;
    padding-bottom: 0;
  }

  .logo.windranger {
    padding-top: 0;
  }

  .logo.dfinity {
    width: 320px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .logo.airkit {
    width: 280px;
    padding-top: 0;
  }

  .logo.bitgo {
    width: 240px;
    padding-top: 0;
  }

  .logo.originate {
    padding: 0;
  }

  .companyabout {
    font-size: 18px;
    line-height: 28px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .socialgrid {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    display: flex;
  }

  .view {
    text-align: left;
    font-size: 14px;
  }

  .shortname {
    margin-top: 10px;
    margin-left: 8px;
  }

  .profile {
    width: 140px;
    height: 140px;
  }

  .logoblock {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .back {
    margin-top: 10px;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
  }

  .studies.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .study {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .caseicon {
    display: block;
  }

  .studytext {
    line-height: 22px;
  }

  .studytitle {
    font-size: 18px;
    line-height: 26px;
  }

  .arrow {
    display: none;
  }

  .herosection.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .section-2 {
    padding-top: 10px;
  }
}

#w-node-_126e501a-ebdf-e304-152e-62d46d6d8fb6-01242db6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_6e3a92ef-6eed-c79b-8938-ddc5252b277a-01242db6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-cbc92967-79e8-e900-6f1b-391b0d12013c-01242db6 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_33370dd8-b517-e827-85ba-f618e7b4b67a-01242db6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-a062916a-4510-c734-77bd-53fe0126e9c3-01242db6 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-f977fabf-a358-e29f-8998-80b0d922e3f3-01242db6 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_00529231-7ff5-4ff8-0a1b-ac78a41526d3-01242db6 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_8d5344fd-c178-1c42-e818-60b18451a4f4-01242db6 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-d28ec49f-e032-46c2-b3be-f02e4d0a4175-01242db6 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-aec76750-2859-c4b0-6636-811da4e9b04b-01242db6 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_3c7622c0-83af-056a-7b8c-1432e6c23ee7-01242db6 {
  grid-area: 3 / 5 / 4 / 6;
  place-self: center;
}

#w-node-c6d5606b-ab76-0f76-6159-a4e3b609a250-01242db6 {
  grid-area: 2 / 5 / 3 / 6;
  place-self: center;
}

#w-node-_59870f2f-c20a-0a2a-31b8-aff5d04f9f01-01242db6 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center;
}

#w-node-_5b4eba1b-1464-7a2e-75fb-d10dee526bf6-01242db6 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_302b22c5-7c1e-155d-bcc4-b06f1eea5343-01242db6 {
  grid-area: 3 / 4 / 4 / 5;
  place-self: center;
}

#w-node-_06c5aabf-bc41-362c-f12b-e30a246751d9-01242db6 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-c3fb2783-a608-b72c-fa1c-3877e5033c00-01242db6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_95bb5c47-ca98-bd73-2912-06220e52d011-01242db6 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-dcbc64ee-1275-a938-44bd-e0783c6f37b3-01242db6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_3c7622c0-83af-056a-7b8c-1432e6c23ee7-01242db6 {
    grid-area: 3 / 5 / 4 / 6;
    place-self: center;
  }

  #w-node-_59870f2f-c20a-0a2a-31b8-aff5d04f9f01-01242db6 {
    grid-area: 1 / 5 / 2 / 6;
    place-self: center;
  }

  #w-node-_302b22c5-7c1e-155d-bcc4-b06f1eea5343-01242db6 {
    grid-area: 3 / 4 / 4 / 5;
    place-self: center;
  }

  #w-node-_06c5aabf-bc41-362c-f12b-e30a246751d9-01242db6 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-dcbc64ee-1275-a938-44bd-e0783c6f37b3-01242db6 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aec76750-2859-c4b0-6636-811da4e9b04b-01242db6 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_3c7622c0-83af-056a-7b8c-1432e6c23ee7-01242db6 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c6d5606b-ab76-0f76-6159-a4e3b609a250-01242db6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_59870f2f-c20a-0a2a-31b8-aff5d04f9f01-01242db6 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_5b4eba1b-1464-7a2e-75fb-d10dee526bf6-01242db6 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_302b22c5-7c1e-155d-bcc4-b06f1eea5343-01242db6 {
    grid-area: 5 / 2 / 6 / 3;
    place-self: center;
  }

  #w-node-_06c5aabf-bc41-362c-f12b-e30a246751d9-01242db6 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }
}


@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-ExtraBoldOblique.otf') format('opentype'), url('../fonts/GreycliffCF-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-DemiBoldOblique.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}