body {
  background-color: #0f1d32;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Abcwhyteinktrap trial', sans-serif;
  color: #feffe0;
  font-size: 3.18em;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Abcwhyteinktrap trial', sans-serif;
  color: #feffe0;
  font-size: 3.91em;
  line-height: 1.4;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Abcwhyteinktrap trial', sans-serif;
  color: #feffe0;
  font-size: 1.56em;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #feffe0;
  font-size: 1.25em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 1920px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5em;
}

.container.small--padding {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container.about--hero {
  padding-top: 11.6em;
  padding-bottom: 16.3em;
  background-image: url('../images/Frame-23.png');
  background-position: 100% 50%;
  background-size: 50em;
  background-repeat: no-repeat;
}

.container.is--fullwidth {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.c-rich-text p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.c-rich-text h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h4 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

.c-rich-text h5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.section.about--section {
  background-image: url('../images/Frame-23.png');
  background-position: 0px 0px;
  background-size: 40em;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.section.footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 29, 50, 0.43)), to(rgba(15, 29, 50, 0.43))), url('../images/gradient.png');
  background-image: linear-gradient(180deg, rgba(15, 29, 50, 0.43), rgba(15, 29, 50, 0.43)), url('../images/gradient.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.heading {
  font-weight: 500;
}

.heading-2 {
  font-size: 3.18em;
}

.smooth--wrapper {
  overflow: visible;
}

.small--text {
  width: auto;
}

.grid--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.grid--item.grid--offset {
  width: 20%;
}

.grid--item.grid--offset.offset-10 {
  width: 10%;
}

.grid--item.grid--offset.hide--tablet {
  width: 10%;
}

.grid--item.hero--paragraph {
  width: 50%;
}

.grid--item.hero--img {
  width: 100%;
  padding-top: 2em;
}

.grid--item.about--text {
  width: 50%;
}

.grid--item.about--links {
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.grid--item.footer--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid--item.nav--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid--item.about--img {
  width: 50%;
  padding-top: 20em;
  padding-bottom: 20em;
  background-image: url('../images/Frame-23.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid--item.grid--offset--4 {
  width: 40%;
}

.grid--item.grid--offset--4.offset-10 {
  width: 10%;
}

.grid--item.resume--left {
  width: 30%;
}

.grid--item.resume--right {
  width: 60%;
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #feffe0;
  border-radius: 50em;
}

.grid--item.about--section--2 {
  width: 40%;
}

.grid--item.about--section--2.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid--item.about--section--2-copy {
  width: 40%;
}

.grid--item.about--section--2-copy.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid--item.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid--item.portfolio--text {
  padding-right: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid--item.portfolio--photo {
  width: 60%;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.grid.omhoog {
  margin-top: -10em;
}

.grid.top {
  margin-top: 1em;
}

.about--text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link--text {
  display: block;
  margin-right: 1em;
  padding-top: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Abcwhyteinktrap trial', sans-serif;
  color: #feffe0;
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.link--underline {
  width: 110%;
  height: 1px;
  background-color: #feffe0;
}

.link.footer--link {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.allign {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.line {
  height: 1px;
  margin-top: 1em;
  padding-top: 0em;
  background-color: rgba(254, 255, 224, 0.29);
}

.footer--email {
  font-family: 'Abcwhyteinktrap trial', sans-serif;
  color: #feffe0;
  font-size: 2.6em;
  text-align: center;
}

.container-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: center;
}

.div-block-2.footertop {
  padding-top: 2em;
}

.link-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 2em;
  text-decoration: none;
}

.link-2.footerlink {
  display: block;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #feffe0;
  font-family: 'Abcwhyteinktrap trial', sans-serif;
  color: #feffe0;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.footer--copyright {
  padding-bottom: 5em;
  font-family: 'Abcwhyteinktrap trial', sans-serif;
  color: rgba(254, 255, 224, 0.5);
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.preload.hero {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f1d32;
}

.preload--heading {
  font-size: 4.2em;
}

.preload--heading__klein {
  color: #feffe0;
  font-size: 2em;
}

.nav--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Abcwhyteinktrap trial', sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project--link {
  position: static;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3em;
  clear: both;
}

.left {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.body {
  overflow: visible;
}

.img--placeholder {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: 24%;
  bottom: 0%;
  z-index: 2;
  opacity: 0;
}

.image {
  width: 60em;
  opacity: 1;
}

.image--preview {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  opacity: 1;
}

.image-2 {
  width: 200px;
  height: 300px;
}

.resume--text {
  color: #feffe0;
  font-size: 1.5em;
  font-weight: 400;
}

.heading-5 {
  color: #feffe0;
}

.spacing {
  margin-top: 2em;
}

.about--heading {
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}

.expertise {
  margin-top: 1em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.about--heading-copy {
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}

.portfolio--titel {
  line-height: 1.1;
}

.paragraph {
  padding-left: 5em;
}

.paragraph.top {
  margin-top: 1em;
}

.fs-3dglobe-container {
  width: 30em;
  height: 30em;
}

.fs-globe-pin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list.hidden {
  display: block;
}

.list.hidden.fs-globe-collection {
  display: block;
}

.image-16 {
  width: 100%;
  height: 100%;
}

.image-16._2 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-16._2.ping {
  position: absolute;
  display: block;
  width: 140%;
  height: 140%;
}

.latlong {
  display: block;
}

.fs-globe-tooltip-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: auto;
  margin-top: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  text-align: left;
}

.fs-globe-tooltip-2._1 {
  width: 260px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tooltip-arrow-top {
  position: absolute;
  left: 0%;
  top: -6px;
  right: 0%;
  bottom: auto;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-title {
  margin-bottom: 4px;
  color: #5334df;
  font-size: 15px;
  font-weight: 700;
}

.tooltip-description {
  font-family: Montserrat, sans-serif;
  color: #6044db;
  font-size: 12px;
  line-height: 16px;
}

.fs-globe-pin-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eb7500;
  border-radius: 50px;
  background-color: transparent;
  -webkit-filter: brightness(160%) saturate(78%) hue-rotate(-48deg);
  filter: brightness(160%) saturate(78%) hue-rotate(-48deg);
}

.lottie-pin-1 {
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 0.82;
}

.collection-list-wrapper {
  display: block;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .grid--item.grid--offset.hide--tablet {
    display: none;
  }

  .grid--item.about--section--2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid--item.about--section--2.vertical {
    width: 60%;
  }

  .grid--item.about--section--2-copy.vertical {
    width: 60%;
  }

  .grid--item.vertical {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid--item.portfolio--text {
    width: 50%;
  }

  .grid--item.portfolio--photo {
    width: 50%;
  }

  .about--text {
    font-size: 1.3em;
  }

  .about--heading {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about--heading-copy {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  .container.about--hero {
    padding-top: 5em;
    padding-bottom: 5em;
    background-size: contain;
  }

  .section.hero--big {
    height: auto;
    min-height: 50vh;
  }

  .grid--item.grid--offset {
    display: none;
  }

  .grid--item.hero--paragraph {
    width: 100%;
  }

  .grid--item.about--text {
    width: 100%;
  }

  .grid--item.about--links {
    width: 100%;
    padding-top: 3em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid--item.footer--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid--item.nav--logo {
    width: 100%;
  }

  .grid--item.nav--grid {
    display: none;
    width: 100%;
  }

  .grid--item.grid--offset--4 {
    display: none;
  }

  .grid--item.resume--left {
    width: 100%;
  }

  .grid--item.resume--right {
    width: 100%;
  }

  .grid--item.about--section--2 {
    width: 100%;
  }

  .grid--item.vertical {
    width: 100%;
    margin-top: 1em;
  }

  .grid--item.portfolio--text {
    width: 100%;
  }

  .grid--item.portfolio--photo {
    width: 100%;
    margin-top: 3em;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid.no--vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about--text {
    font-size: 1.1em;
  }

  .div-block-2.footertop {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-6.resume--title {
    font-size: 2.9em;
  }

  .paragraph.top {
    padding-left: 0em;
  }

  .fs-3dglobe-container {
    width: 100%;
    height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .container.about--hero {
    background-position: 100% 50%;
    background-size: contain;
    background-attachment: scroll;
  }

  .grid--item.hero--paragraph {
    padding-top: 0.5em;
  }

  .heading-3 {
    font-size: 2em;
  }

  .about--text {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .footer--email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2em;
  }

  .right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .heading-4 {
    line-height: 1;
  }

  .heading-6 {
    font-size: 2em;
  }

  .heading-6.resume--title {
    font-size: 2.5em;
  }
}

@font-face {
  font-family: 'Abcwhyteinktrap trial';
  src: url('../fonts/ABCWhyteInktrap-Regular-Trial.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyteinktrap trial';
  src: url('../fonts/ABCWhyteInktrap-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyteinktrap trial';
  src: url('../fonts/ABCWhyteInktrap-Heavy-Trial.otf') format('opentype'), url('../fonts/ABCWhyteInktrap-Black-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyteinktrap book trial';
  src: url('../fonts/ABCWhyteInktrap-Book-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyteinktrap trial';
  src: url('../fonts/ABCWhyteInktrap-Extralight-Trial.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyteinktrap trial';
  src: url('../fonts/ABCWhyteInktrap-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}