.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1e00de;
  background-color: #fffbf0;
  font-family: Spline Sans, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

._100vh {
  height: 90vh;
  max-height: 90vh;
  transition: opacity .2s;
}

.hero-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.button {
  outline-offset: 0px;
  color: #fffbf0;
  text-transform: uppercase;
  background-color: #1e00de;
  border: 4px solid #fffbf0;
  border-radius: 2rem;
  outline: .5px dashed #2300fe00;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  transition: all .224s cubic-bezier(.23, 1, .32, 1);
}

.button:hover {
  outline-offset: 0px;
  background-color: #4d31ff;
  outline: 4px dotted #1a06ff;
  padding: 1rem 3rem;
}

.button:active {
  background-color: #1d00da;
  border-width: 12px;
  outline-width: 12px;
  outline-color: #ccc4ff;
  padding: 1.25rem 1.5rem;
}

.paragraph {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 155%;
}

.small-heading {
  color: #121212;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 62px;
}

.body {
  background-image: url('../images/Blank-ezgif.com-optimize.gif'), linear-gradient(#fffbf0e6, #fffbf0e6), url('../images/Paper-Texture-3.jpg');
  background-position: 50% 160px, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, scroll;
  max-height: 99vh;
  padding-top: 4rem;
}

.emphasize {
  color: #1f1f1f;
  text-transform: uppercase;
  background-color: #f4d6ff;
  border-radius: 1000px;
  margin-left: .25rem;
  padding-left: .25rem;
  padding-right: .25rem;
  font-weight: 500;
}

.emphasize._1 {
  text-transform: none;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(66deg)rotateY(0)rotateZ(0);
}

.emphasize._2 {
  text-transform: none;
  background-color: #ffaf7a;
}

.emphasize._3 {
  text-transform: none;
  background-color: #8dffc2;
}

.icons {
  font-family: Material Icons Round, sans-serif;
  font-weight: 400;
}

.icons.large {
  color: #2301ff;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  font-size: 3rem;
  line-height: 3rem;
  transition: opacity 32ms cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.icons.large:hover {
  color: #2950ff;
}

.nav-link-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1e00de;
  border: 1px dotted #1e01de;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .25rem .5rem;
  text-decoration: none;
  transition: all .224s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.nav-link-box:hover {
  color: #fffbf2;
  background-color: #1e01de;
}

.nav-link-box:active {
  color: #fffbf2;
  background-color: #15038f;
}

.navbar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #1e00de;
  background-color: #fffbf0cc;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  font-family: Spline Sans Mono, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-llink-block {
  color: #1e00de;
  text-transform: uppercase;
  background-color: #fffbf1;
  border: 1px dotted #1e00de;
  border-radius: 100px;
  padding: .2rem .8rem .2rem .5rem;
  font-family: Spline Sans Mono, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 32ms cubic-bezier(.23, 1, .32, 1);
}

.footer-llink-block:hover {
  color: #fff;
  background-color: #3212ff;
}

.footer-llink-block:active {
  background-color: #1900b6;
  text-decoration: none;
}

.footer-llink-block.hide {
  display: none;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  display: flex;
}

.team-photo {
  z-index: 2;
  -webkit-backdrop-filter: drop-shadow(2px 2px 8px #0003);
  backdrop-filter: drop-shadow(2px 2px 8px #0003);
  transform-style: preserve-3d;
  border: 10px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  min-height: 420px;
  max-height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 1px)rotate(-3deg);
}

.name-tag {
  z-index: 100;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #0000001a);
  backdrop-filter: drop-shadow(0 2px 5px #0000001a);
  color: #1f1f1f;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  padding: .2rem .4rem .4rem;
  font-size: .7rem;
  line-height: 1rem;
  transition: all .224s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 8px 1.5px #090b2533;
}

.name-tag._3c {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  text-align: center;
  transition-duration: 92ms;
  display: inline-flex;
  transform: rotate(3deg);
}

.picture {
  min-width: 100%;
}

.div-block-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: -200px;
  display: flex;
  position: static;
}

.linkedin {
  z-index: 1000;
  color: #0000;
  background-image: url('../images/linkedin.svg');
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  transition: all .224s cubic-bezier(.23, 1, .32, 1);
  position: relative;
}

.linkedin:hover {
  filter: drop-shadow(0 2px 5px #5309ffb3);
}

.div-block-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.name {
  font-family: Spline Sans Mono, sans-serif;
  font-size: .75rem;
  font-weight: 600;
}

.inquiry {
  z-index: 30000;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fefaf1;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 640px;
  height: 90vh;
  padding: 2rem;
  display: flex;
  overflow: auto;
  box-shadow: 0 2px 5px 30000px #100c19d9;
}

.centered {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.emblem {
  width: 40px;
}

._404-wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-page-title {
  font-size: 72px;
  font-weight: 300;
  line-height: 64px;
}

.div-block-5 {
  justify-content: center;
  align-items: flex-end;
  min-height: 140px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  ._100vh {
    background-image: none;
    height: 90vh;
    min-height: 90vh;
    max-height: 90vh;
  }

  .heading {
    font-size: 44px;
    line-height: 56px;
  }

  .body {
    padding-top: 3rem;
  }

  .div-block-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-5 {
    min-height: 100px;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  ._100vh {
    background-image: none;
    height: 80vh;
    min-height: 80vh;
    max-height: 80vh;
  }

  .hero-text {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .paragraph {
    line-height: 150%;
  }

  .heading {
    font-weight: 700;
  }

  .body {
    background-position: 50% 200px;
    padding-top: 0;
  }

  .team-photo {
    min-height: 300px;
    max-height: 300px;
  }

  .div-block-3 {
    margin-top: -140px;
  }

  .linkedin {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .inquiry {
    justify-content: center;
    align-items: flex-end;
  }

  .form-block {
    border-radius: 20px 20px 0 0;
    min-width: auto;
    height: 90vh;
  }

  .div-block-5 {
    min-height: 80px;
    margin-top: 0;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  ._100vh {
    background-position: 50% 300px;
    background-size: 140%;
  }

  .hero-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .heading {
    font-size: 28px;
    line-height: 36px;
  }

  .body {
    background-position: 50% 200px;
    max-height: none;
  }

  .div-block {
    min-height: 80px;
  }

  .team-photo {
    min-height: 200px;
    max-height: 200px;
  }

  .div-block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    margin-top: -120px;
  }

  .inquiry {
    justify-content: center;
    align-items: flex-end;
    height: 99.8vh;
    min-height: 99.8vh;
    max-height: 99.8vh;
    position: fixed;
    inset: 0%;
  }

  .form-block {
    height: 96vh;
    padding: .5rem 1rem 1rem;
  }
}


