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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Uxum Grotesque', sans-serif;
  font-size: 110px;
  line-height: 130%;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: 'Uxum Grotesque', sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
}

.sectionbox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 25vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #f7f7f8;
  border-radius: 2px;
  background-color: #131313;
  color: #131313;
}

.sectionbox.project {
  z-index: 10;
  background-color: transparent;
  color: transparent;
}

.body {
  font-family: Inter, sans-serif;
  color: #f7f7f8;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

.body.black {
  color: #131313;
}

.body.personatitle {
  margin-bottom: 30px;
  color: #686868;
}

.body.personah2 {
  margin-bottom: 15px;
  font-weight: 700;
}

.body.subtitle {
  margin-top: 100px;
  margin-bottom: 30px;
  color: #686868;
}

.body.grey {
  display: inline-block;
  margin-top: 22px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #686868;
  font-size: 21px;
  line-height: 22px;
}

.heading {
  position: static;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: -15px;
  margin-left: 40px;
  color: #f7f7f8;
  font-size: 230px;
  line-height: 95%;
}

.divider-line {
  height: 2px;
  background-color: #f7f7f8;
  color: #f7f7f8;
}

.heronavigation {
  position: relative;
  background-color: #131313;
}

.hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #131313;
}

.navbar {
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Uxum Grotesque', sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.navcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
}

.navcontain.white {
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
}

.div-block {
  position: fixed;
}

.logo-container {
  position: fixed;
  left: 40px;
  top: 40px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 25px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #131313;
  text-decoration: none;
}

.nav-link.w--current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-link-2 {
  padding-right: 25px;
  padding-left: 25px;
}

.nav-link-3 {
  padding-left: 25px;
}

.menudot {
  position: relative;
  display: none;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  border-radius: 20px;
  background-color: #f7f7f8;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-2 {
  margin-top: 15px;
  margin-bottom: 22px;
  margin-left: 15px;
  color: #131313;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.text-block {
  color: #f7f7f8;
  line-height: 36px;
}

.text-block-2 {
  color: #f7f7f8;
  line-height: 36px;
}

.text-block-3 {
  color: #f7f7f8;
  line-height: 36px;
}

.grid {
  position: static;
  overflow: visible;
  height: 300px;
  margin-right: 15px;
  margin-left: 15px;
  grid-template-areas: "Area Area" "Area Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  position: static;
  max-width: 100%;
}

.imagebox {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.imagebox.bigger {
  height: auto;
}

.videoblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vh;
  max-width: 100vw;
  margin: 15px auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-3 {
  background-color: #131313;
  color: #f7f7f8;
}

.referenceblock {
  width: 100%;
  margin-top: 5px;
  padding: 5px 30px;
  border-bottom: 2px solid #f7f7f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(19, 19, 19, 0.1);
  text-decoration: none;
  cursor: default;
}

.referenceblock:hover {
  color: #f7f7f8;
}

.referenceblock.referencelink {
  cursor: e-resize;
}

.referencetext {
  font-family: 'Uxum Grotesque', sans-serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
}

.referencespan {
  color: hsla(0, 0%, 58.7%, 0.1);
}

.referencetitle {
  color: #fff;
}

.body-4 {
  display: block;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #131313;
}

.section {
  display: -ms-grid;
  display: grid;
  height: 80vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h2 {
  margin-bottom: 16px;
  margin-left: 0px;
  color: #f7f7f8;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
}

.h2.black {
  color: #131313;
}

.h2.black.inter {
  font-family: Inter, sans-serif;
}

.h2.grey {
  color: #686868;
  font-size: 1.9vw;
  line-height: 100%;
  font-weight: 500;
}

.projecttextbox {
  width: 650px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.projecttextbox.long {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100%;
  background-color: #f7f7f8;
}

.circle.black {
  display: inline-block;
  background-color: #131313;
}

.howsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 180px 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2400ff;
}

.howdiv {
  margin-right: 100px;
  padding-top: 10px;
}

.reseachsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f8;
}

.personasection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px 60px;
  -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: 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;
}

.personadiv {
  margin-right: 40px;
  padding-top: 10px;
}

.persona1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-top: 100px;
  padding-right: 310px;
  padding-bottom: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.personapic {
  width: 170px;
  height: 170px;
  border-radius: 100px;
  background-image: url('../images/jimmy.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.personapic.maggie {
  background-image: url('../images/maggie.png');
}

.personacontent {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.personatext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin-bottom: 10px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.circlesmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-left: -25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #f7f7f8;
}

.circlesmall.black {
  background-color: #131313;
}

.persona1div {
  margin-top: -60px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.persona2 {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 350px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.persona2div {
  margin-bottom: 20px;
  margin-left: -70px;
  padding-left: 0px;
}

.wireframesection {
  position: relative;
  padding: 50px 60px 100px;
  background-color: #fff;
}

.wireframediv {
  margin-bottom: 50px;
}

.wireframeblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.wireframeimage {
  width: 21%;
  height: auto;
  margin-top: 40px;
}

.gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 248, 0)), color-stop(85%, #fff));
  background-image: linear-gradient(180deg, rgba(247, 247, 248, 0), #fff 85%);
}

.testsection {
  position: relative;
  min-height: 1200px;
  margin-bottom: 150px;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.personaheader {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test1 {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 90px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.circletest1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100%;
  background-color: #2400ff;
}

.circletest1.black {
  background-color: #131313;
}

.testtext {
  width: 420px;
}

.test2 {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 80px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.test2._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.testtextbox {
  width: 450px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.circletest2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100%;
  background-color: #2400ff;
}

.circletest2.black {
  background-color: #131313;
}

.test3 {
  position: relative;
  display: block;
  margin-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 80px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.test3._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.test4 {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 80px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.test4._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.circletest4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100%;
  background-color: #2400ff;
}

.circletest4.black {
  background-color: #131313;
}

.uisection {
  margin-top: 50px;
  padding: 50px 60px;
  background-color: #fff;
}

.uidiv {
  margin-bottom: 50px;
}

.h1 {
  display: block;
  color: #131313;
  font-size: 130px;
  line-height: 150px;
}

.h1.inter {
  font-family: Inter, sans-serif;
}

.body-copy {
  font-family: Inter, sans-serif;
  color: #f7f7f8;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

.body-copy.black {
  color: #131313;
}

.body-copy.personatitle {
  margin-bottom: 30px;
  color: #686868;
}

.body-copy.personah2 {
  margin-bottom: 15px;
  font-weight: 700;
}

.body-copy.subtitle {
  margin-top: 100px;
  margin-bottom: 30px;
  color: #686868;
}

.subtitle {
  margin-top: 80px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #686868;
  font-size: 21px;
  line-height: 24px;
}

.typobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.typocontent {
  margin-left: 40px;
}

.uxumstyle {
  display: inline-block;
  font-family: 'Uxum Grotesque', sans-serif;
  color: #131313;
  font-size: 26px;
}

.uxumstyle.bold {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}

.uxumstyle.light {
  font-weight: 300;
}

.typoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.interstyle {
  display: inline-block;
  font-family: Inter, sans-serif;
  color: #131313;
  font-size: 26px;
}

.interstyle.bold {
  display: inline-block;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.interstyle.light {
  font-weight: 300;
}

.icongrid {
  max-width: 1100px;
  margin-top: 41px;
  padding-right: 111px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.colorblock {
  margin-top: 40px;
}

.bluebox {
  width: 50%;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #2400ff;
}

.darkgreybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #686868;
}

.midgreybox {
  width: 25%;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #969696;
}

.lightgreybox {
  width: 25%;
  height: 100px;
  background-color: #ececec;
}

.whitebox {
  width: 25%;
  height: 100px;
  background-color: #f7f7f8;
}

.blackbox {
  width: 50%;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #131313;
}

.firstblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.secondblock {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.onboardingsection {
  margin-top: -150px;
  padding: 180px 60px 100px;
  background-color: #131313;
}

.colorcode {
  margin-top: 15px;
  padding-left: 15px;
  font-family: Inter, sans-serif;
  color: #f7f7f8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.colorcode.black {
  color: #131313;
}

.phone {
  position: relative;
  z-index: 2;
  width: 30%;
  max-width: 330px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.phone.exhibition {
  margin-right: auto;
  margin-left: auto;
}

.onboardingblock {
  display: block;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phoneboxonboarding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registersection {
  padding: 100px 60px 600px;
  background-color: #2400ff;
}

.registerdiv {
  display: inline-block;
  margin-right: 90px;
}

.phoneboxregister {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phone-register {
  width: 30%;
  max-width: 330px;
  margin-right: 4%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.light {
  font-weight: 300;
}

.registerheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
}

.homesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -450px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.homediv {
  display: inline-block;
  margin-right: 40px;
}

.homeheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-top: 110px;
  margin-left: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.exploresection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.explorediv {
  display: inline-block;
  margin-left: 30px;
}

.exploreheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.explorephone {
  margin-top: -80px;
  padding-right: 30px;
  padding-left: 30px;
}

.explorephone1 {
  width: 30%;
  max-width: 330px;
  margin-top: -140px;
  margin-left: 40px;
}

.explorephone2 {
  width: 30%;
  max-width: 330px;
  margin-top: -10%;
}

.notificationsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 60px 100px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notificationheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  -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;
}

.notificationcircle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -5;
  width: 800px;
  height: 800px;
  margin-top: -400px;
  margin-right: -200px;
  border-style: solid;
  border-width: 2px;
  border-color: #2400ff;
  border-radius: 100%;
}

.profilesection {
  position: relative;
  padding: 100px 60px 0px;
  background-color: #f7f7f8;
}

.profileheader {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profilediv {
  margin-right: 40px;
  margin-bottom: 60px;
  padding-top: 10px;
}

.phoneboxprofile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: -10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.phoneprofile {
  width: 30%;
  max-width: 330px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.profilecircle {
  position: absolute;
  width: 80vw;
  height: 80vw;
  max-height: 1100px;
  max-width: 1100px;
  border-radius: 100%;
  background-color: #131313;
  -webkit-transform: translate(-30%, 10%);
  -ms-transform: translate(-30%, 10%);
  transform: translate(-30%, 10%);
}

.exhibitioncreationsection {
  position: relative;
  height: 742px;
  padding-top: 100px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #131313;
}

.creationphonebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.creationphone {
  width: 30%;
  max-width: 330px;
  margin-left: 8%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tipsection {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 40px 60px 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2400ff;
}

.body2 {
  width: 46%;
  font-family: Inter, sans-serif;
  color: #f7f7f8;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

.body2.black {
  color: #131313;
}

.body2.personatitle {
  margin-bottom: 30px;
  color: #686868;
}

.body2.personah2 {
  margin-bottom: 15px;
  font-weight: 700;
}

.body2.subtitle {
  margin-top: 100px;
  margin-bottom: 30px;
  color: #686868;
}

.body-copy {
  font-family: Inter, sans-serif;
  color: #f7f7f8;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.body-copy.black {
  color: #131313;
}

.body-copy.personatitle {
  margin-bottom: 30px;
  color: #686868;
}

.body-copy.personah2 {
  margin-bottom: 15px;
  font-weight: 700;
}

.body-copy.subtitle {
  margin-top: 100px;
  margin-bottom: 30px;
  color: #686868;
}

.title {
  margin-bottom: 16px;
  margin-left: 0px;
  color: #f7f7f8;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.title.black {
  color: #131313;
}

.title.black.inter {
  font-family: Inter, sans-serif;
}

.creationtextbox {
  width: 50%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.circleline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #f7f7f8;
  border-radius: 100%;
}

.circleline.black {
  background-color: #131313;
}

.exhibtionsection {
  display: block;
  padding: 100px 60px;
  background-color: #f7f7f8;
}

.exhibitiondiv {
  margin-left: 130px;
}

.exhibitionheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.moresection {
  padding: 60px 60px 100px;
  background-color: #131313;
}

.phoneexhibition {
  width: 30%;
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.bold {
  font-weight: 700;
}

.body3 {
  width: 400px;
  font-family: Inter, sans-serif;
  color: #f7f7f8;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

.body3.black {
  color: #131313;
}

.body3.personatitle {
  margin-bottom: 30px;
  color: #686868;
}

.body3.personah2 {
  margin-bottom: 15px;
  font-weight: 700;
}

.body3.subtitle {
  margin-top: 100px;
  margin-bottom: 30px;
  color: #686868;
}

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

.phoneonboarding {
  position: relative;
  z-index: 2;
  width: 30%;
  max-width: 330px;
  margin-left: 4%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.testblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herosection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -90px;
  padding-right: 60px;
  padding-left: 60px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keywordtext {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  color: #131313;
  font-size: 6vw;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.keywordtext.black {
  color: #131313;
}

.keywordtext.black.inter {
  font-family: Inter, sans-serif;
}

.bigbody {
  max-width: 70vw;
  font-family: Inter, sans-serif;
  color: #f7f7f8;
  font-size: 1.9vw;
  line-height: 140%;
  font-weight: 600;
}

.bigbody.black {
  color: #131313;
}

.bigbody.personatitle {
  margin-bottom: 30px;
  color: #686868;
}

.bigbody.personah2 {
  margin-bottom: 15px;
  font-weight: 700;
}

.bigbody.subtitle {
  margin-top: 100px;
  margin-bottom: 30px;
  color: #686868;
}

.image-3 {
  position: absolute;
  right: 60px;
  bottom: 60px;
  margin-top: 60px;
}

.documents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #2400ff;
}

.documentcircle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  -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-radius: 100%;
  background-color: #131313;
}

.downloadbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  margin-left: 20px;
}

.downloadbutton {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.downloadbutton:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.downloadbutton.left {
  margin-right: 50px;
}

.downloadbutton.right {
  margin-left: 50px;
}

.promotionsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 60px 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f8;
}

.imagediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 1000px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-5 {
  width: 100%;
}

.transactionalsection {
  display: none;
  padding: 111px 60px;
  background-color: #f7f7f8;
}

.image-6 {
  width: 30%;
  max-width: 330px;
}

.emailblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -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;
}

.emailbox {
  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;
}

.marquecontainer {
  position: absolute;
  left: 0px;
  bottom: 50px;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin: 0px auto;
  padding-right: 0px;
  white-space: nowrap;
}

.text-block-4 {
  display: inline-block;
  padding-left: 100%;
  font-size: 50px;
}

.keywordcontainer {
  overflow: hidden;
  width: 100%;
  margin-top: 130px;
}

.innercontainer {
  position: absolute;
  left: 0px;
  bottom: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10000px;
  margin-top: 30px;
  margin-bottom: 30px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  color: #f7f7f8;
  font-size: 8vw;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.header.black {
  color: #131313;
}

.header.black.inter {
  font-family: Inter, sans-serif;
}

.videocontainer {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.herocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.personacontainer {
  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;
}

.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 420px;
  height: 2px;
  margin-top: 5px;
  background-color: #969696;
}

.enterbutton {
  position: absolute;
  top: 15px;
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  margin-left: -50px;
  -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;
  border-radius: 100%;
  background-color: #2400ff;
  font-family: Inter, sans-serif;
  font-size: 28px;
}

.arrow {
  margin-left: 0px;
}

.text-field {
  height: 80px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #969696;
  background-color: transparent;
  color: #686868;
  font-size: 21px;
  line-height: 22px;
}

.form {
  position: relative;
  border: 0px none #000;
}

.form-block {
  margin-top: 40px;
  border: 0px none #000;
}

.div-block-3 {
  margin-right: -60px;
  margin-left: -60px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-style: solid solid none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f7f7f8;
  background-color: #131313;
}

.instablock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 230px;
    line-height: 95%;
  }
  .referenceblock {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .referenceblock.referencelink:hover {
    text-decoration: underline;
  }
  .h2.grey {
    font-size: 2.1vw;
    line-height: 100%;
  }
  .persona1 {
    padding-right: 350px;
  }
  .persona2 {
    padding-right: 100px;
    padding-left: 600px;
  }
  .phone {
    max-width: 350px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .phoneboxregister {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .phone-register {
    max-width: 350px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .explorephone1 {
    max-width: 350px;
  }
  .explorephone2 {
    max-width: 350px;
    margin-top: -20%;
  }
  .notificationcircle {
    width: 1100px;
    height: 1100px;
    margin-top: -700px;
    margin-right: -400px;
  }
  .phoneprofile {
    max-width: 350px;
  }
  .profilecircle {
    bottom: -300px;
  }
  .exhibitioncreationsection {
    margin-top: 0px;
  }
  .creationphonebox {
    margin-top: 110px;
  }
  .creationphone {
    max-width: 350px;
  }
  .tipsection {
    padding-bottom: 190px;
  }
  .creationtextbox {
    padding-left: 50px;
  }
  .phoneexhibition {
    max-width: 350px;
  }
  .phoneonboarding {
    max-width: 350px;
  }
  .testblock {
    max-width: 1100px;
  }
  .bigbody {
    max-width: 70vw;
    font-size: 2.1vw;
    line-height: 130%;
  }
  .image-3 {
    margin-top: 70px;
  }
  .header {
    font-size: 8vw;
    line-height: 120%;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    font-size: 265px;
  }
  .h2.grey {
    line-height: 100%;
  }
  .projecttextbox {
    width: 950px;
  }
  .projecttextbox.ui {
    width: 1000px;
  }
  .projecttextbox.long {
    width: 1000px;
  }
  .howsection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .reseachsection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .personasection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .persona1 {
    padding-right: 500px;
  }
  .persona2 {
    padding-right: 0px;
    padding-left: 750px;
  }
  .wireframesection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .testsection {
    margin-bottom: 150px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .uisection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .icongrid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .onboardingsection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .phoneboxonboarding {
    margin-left: 0%;
  }
  .registersection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .homesection {
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .homeheader {
    width: 50%;
  }
  .exploresection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .exploreheader {
    width: 60%;
    margin-right: 4%;
  }
  .explorephone1 {
    margin-left: 2%;
  }
  .explorephone2 {
    margin-top: -15%;
  }
  .notificationsection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .notificationcircle {
    width: 1200px;
    height: 1200px;
    margin-top: -800px;
    margin-right: -500px;
  }
  .profilesection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .exhibitioncreationsection {
    margin-top: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .creationphone {
    margin-left: 6%;
  }
  .tipsection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .exhibtionsection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .moresection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .phoneonboarding {
    margin-left: 4%;
    -webkit-transform: translate(-48%, 0px);
    -ms-transform: translate(-48%, 0px);
    transform: translate(-48%, 0px);
  }
  .testblock {
    max-width: 1200px;
    margin-top: 90px;
  }
  .herosection {
    padding-right: 80px;
    padding-left: 80px;
  }
  .keywordtext {
    font-size: 5vw;
  }
  .bigbody {
    max-width: 70vw;
    font-size: 2.1vw;
    line-height: 130%;
  }
  .keywordcontainer {
    margin-top: 160px;
  }
  .header {
    font-size: 8vw;
    line-height: 120%;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 300px;
  }
  .body-2 {
    background-color: #000;
  }
  .h2.grey {
    line-height: 100%;
  }
  .projecttextbox {
    position: relative;
    width: 48%;
  }
  .projecttextbox.ui {
    width: 1100px;
  }
  .projecttextbox.long {
    width: 40%;
  }
  .howsection {
    padding: 240px 100px;
  }
  .reseachsection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .personasection {
    padding-right: 100px;
    padding-left: 100px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .persona1 {
    margin-right: 6%;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .persona2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0px;
    -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;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .persona2div {
    margin-top: -60px;
    margin-right: 60px;
    margin-left: 0px;
  }
  .wireframesection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .testsection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .personaheader {
    width: 100%;
    margin-bottom: 40px;
  }
  .uisection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .typobox {
    margin-right: 80px;
  }
  .onboardingsection {
    padding-right: 100px;
    padding-bottom: 150px;
    padding-left: 100px;
  }
  .phone {
    max-width: 430px;
  }
  .phoneboxonboarding {
    margin-left: 0%;
    padding-bottom: 0px;
  }
  .registersection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .phone-register {
    width: 25%;
    max-width: 430px;
    margin-right: 4%;
  }
  .homesection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .homeheader {
    width: 56%;
    margin-left: 140px;
  }
  .exploresection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .exploreheader {
    width: 56%;
  }
  .explorephone1 {
    max-width: 430px;
    margin-left: 180px;
  }
  .explorephone2 {
    max-width: 430px;
    margin-left: 110px;
  }
  .notificationsection {
    padding: 100px 100px 140px;
  }
  .notificationcircle {
    width: 1600px;
    height: 1600px;
    margin-top: -1000px;
    margin-right: -600px;
  }
  .profilesection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .profileheader {
    position: relative;
  }
  .phoneprofile {
    max-width: 430px;
  }
  .profilecircle {
    width: 60vw;
    height: 60vw;
    max-height: 1300px;
    max-width: 1300px;
  }
  .exhibitioncreationsection {
    height: 810px;
    margin-bottom: 200px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .creationphonebox {
    margin-top: 140px;
    -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;
  }
  .creationphone {
    max-width: 430px;
  }
  .tipsection {
    margin-top: -200px;
    padding-right: 100px;
    padding-bottom: 320px;
    padding-left: 100px;
  }
  .creationtextbox {
    width: 47%;
    padding-right: 180px;
  }
  .exhibtionsection {
    position: relative;
    padding-right: 100px;
    padding-left: 100px;
  }
  .exhibitionheader {
    margin-bottom: 140px;
    margin-left: 120px;
  }
  .moresection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .phoneexhibition {
    max-width: 430px;
  }
  .phoneonboarding {
    max-width: 430px;
    -webkit-transform: translate(-51%, 0px);
    -ms-transform: translate(-51%, 0px);
    transform: translate(-51%, 0px);
  }
  .testblock {
    margin-top: 120px;
  }
  .herosection {
    padding-right: 100px;
    padding-left: 100px;
  }
  .bigbody {
    line-height: 130%;
  }
  .keywordcontainer {
    margin-top: 220px;
  }
  .header {
    line-height: 120%;
  }
  .personacontainer {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 18px;
    line-height: 22px;
  }
  .body.grey {
    font-size: 16px;
  }
  .heading {
    margin-left: 20px;
    font-size: 140px;
  }
  .logo-container {
    left: 20px;
    top: 20px;
  }
  .h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .projecttextbox {
    width: 620px;
  }
  .circle {
    width: 30px;
    height: 30px;
  }
  .persona1 {
    padding-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .personapic {
    width: 150px;
    height: 150px;
  }
  .persona2 {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .wireframeblock {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testsection {
    margin-bottom: 100px;
  }
  .test1 {
    margin-bottom: 40px;
  }
  .circletest1 {
    width: 250px;
    height: 250px;
  }
  .test2 {
    margin-top: 4%;
    margin-right: -5%;
    margin-bottom: 20px;
    padding-top: 45px;
  }
  .circletest2 {
    width: 220px;
    height: 220px;
  }
  .test3 {
    margin-top: 4%;
    margin-bottom: 30px;
    margin-left: 4%;
    padding-top: 45px;
  }
  .test4 {
    margin-top: 4%;
  }
  .circletest4 {
    width: 52px;
    height: 52px;
  }
  .h1 {
    font-size: 110px;
  }
  .subtitle {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 21px;
  }
  .typobox {
    width: 50%;
    margin-right: 0px;
  }
  .typocontent {
    margin-left: 7%;
  }
  .uxumstyle.bold {
    font-size: 22px;
  }
  .uxumstyle.light {
    font-size: 22px;
  }
  .interstyle {
    font-size: 22px;
  }
  .interstyle.bold {
    font-size: 22px;
  }
  .phone {
    width: 30%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .registersection {
    padding-bottom: 400px;
  }
  .registerdiv {
    margin-top: 20px;
  }
  .phoneboxregister {
    margin-top: 79px;
  }
  .phone-register {
    width: 30%;
    margin-right: 5%;
  }
  .registerheader {
    margin-left: 0px;
  }
  .homesection {
    margin-top: -370px;
    -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;
  }
  .homediv {
    margin-top: 15px;
    margin-right: 30px;
  }
  .homeheader {
    margin-top: -30%;
    margin-left: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .exploresection {
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .exploreheader {
    width: auto;
    -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;
  }
  .explorephone1 {
    width: 30%;
    margin-top: 10%;
    margin-right: 5%;
    margin-left: 0px;
  }
  .explorephone2 {
    width: 30%;
    margin-top: 10%;
  }
  .notificationsection {
    padding-top: 30px;
    padding-bottom: 75px;
  }
  .notificationheader {
    margin-bottom: 75px;
  }
  .phoneboxprofile {
    position: relative;
    right: -12%;
    z-index: 2;
    margin-top: 60px;
    margin-right: 0%;
  }
  .exhibitioncreationsection {
    position: relative;
  }
  .creationphonebox {
    margin-top: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .creationphone {
    width: 30%;
    margin-left: 5%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .tipsection {
    margin-top: -120px;
    padding-bottom: 80px;
  }
  .body-copy {
    font-size: 15px;
    line-height: 19px;
  }
  .title {
    font-size: 22px;
    line-height: 24px;
  }
  .creationtextbox {
    width: 65%;
    padding-right: 30px;
  }
  .circleline {
    margin-top: 30px;
  }
  .exhibtionsection {
    position: relative;
    z-index: 2;
  }
  .body3 {
    width: 330px;
    font-size: 18px;
    line-height: 22px;
  }
  .phoneonboarding.left {
    margin-left: 0%;
  }
  .testblock {
    margin-top: 100px;
  }
  .phoneblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .keywordtext {
    font-size: 34px;
    line-height: 36px;
  }
  .header {
    line-height: 120%;
  }
  .image-7 {
    max-width: 80%;
  }
  .icon {
    color: #f7f7f8;
    font-size: 38px;
  }
  .menu-button {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 15px;
    line-height: 20px;
  }
  .body.grey {
    font-size: 15px;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 100px;
  }
  .navcontain.white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 25px;
  }
  .projecttextbox {
    width: auto;
    max-width: 500px;
  }
  .circle {
    width: 25px;
    height: 25px;
  }
  .howsection {
    padding-right: 40px;
    padding-left: 40px;
  }
  .howdiv {
    margin-top: 10px;
    margin-right: 20px;
  }
  .reseachsection {
    padding-right: 40px;
    padding-left: 40px;
  }
  .personasection {
    padding-right: 40px;
    padding-left: 40px;
  }
  .persona1 {
    margin-top: 30px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .personapic {
    width: 100px;
    height: 100px;
  }
  .personatext {
    width: auto;
    max-width: 400px;
  }
  .persona1div {
    margin-right: auto;
  }
  .persona2 {
    padding-left: 25px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .persona2div {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .wireframesection {
    padding: 40px;
  }
  .wireframediv {
    margin-bottom: 40px;
  }
  .wireframeblock {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testsection {
    margin-bottom: 0px;
    padding-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .test1 {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-left: 60px;
  }
  .circletest1 {
    width: 180px;
    height: 180px;
  }
  .test2 {
    margin-top: 0%;
    margin-right: -6%;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-left: 55px;
  }
  .testtextbox {
    width: auto;
  }
  .circletest2 {
    width: 150px;
    height: 150px;
  }
  .test3 {
    margin-top: 0%;
    margin-bottom: 0px;
    margin-left: 3%;
    padding-top: 15px;
    padding-left: 55px;
  }
  .test4 {
    margin-top: 0%;
    margin-right: 3%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .uisection {
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .uidiv {
    margin-bottom: 30px;
  }
  .h1 {
    font-size: 90px;
    line-height: 94px;
  }
  .subtitle {
    margin-top: 60px;
  }
  .typobox {
    width: 100%;
  }
  .typoblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .icongrid {
    padding-right: 65px;
  }
  .bluebox {
    height: 70px;
  }
  .darkgreybox {
    height: 70px;
  }
  .midgreybox {
    height: 70px;
  }
  .lightgreybox {
    height: 70px;
  }
  .whitebox {
    height: 70px;
  }
  .blackbox {
    height: 70px;
  }
  .onboardingsection {
    margin-top: -120px;
    padding: 130px 40px 80px;
  }
  .colorcode {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .phone {
    width: 35%;
  }
  .phoneboxonboarding {
    margin-top: 50px;
  }
  .registersection {
    padding: 60px 40px 80px;
  }
  .registerdiv {
    margin-right: 20px;
  }
  .phoneboxregister {
    margin-top: 50px;
  }
  .phone-register {
    width: 35%;
  }
  .homesection {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .homeheader {
    width: auto;
    margin-top: 0%;
    margin-bottom: 50px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .exploresection {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .explorediv {
    position: relative;
    left: auto;
    top: 5%;
    right: 17%;
    bottom: auto;
    margin-top: 10px;
    margin-left: 0px;
  }
  .exploreheader {
    width: auto;
  }
  .explorephone1 {
    width: 35%;
  }
  .explorephone2 {
    width: 35%;
  }
  .notificationsection {
    padding: 0px 40px 80px;
  }
  .notificationheader {
    margin-bottom: 50px;
  }
  .notificationcircle {
    width: 400px;
    height: 400px;
    margin-top: -235px;
    margin-right: -125px;
  }
  .profilesection {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .phoneprofile {
    width: 35%;
  }
  .profilecircle {
    border-radius: 100%;
  }
  .exhibitioncreationsection {
    height: auto;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .creationphonebox {
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .creationphone {
    width: 35%;
  }
  .tipsection {
    margin-top: 0px;
    padding: 60px 40px 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .creationtextbox {
    width: auto;
    max-width: 500px;
    margin-top: 0px;
    padding-right: 0px;
  }
  .exhibtionsection {
    padding: 60px 40px 80px;
  }
  .exhibitiondiv {
    position: relative;
    margin-top: 15px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .moresection {
    padding-right: 40px;
    padding-left: 40px;
  }
  .phoneexhibition {
    width: 35%;
  }
  .body3 {
    font-size: 16px;
    line-height: 21px;
  }
  .projecttextboxauto {
    width: auto;
    max-width: 500px;
  }
  .phoneonboarding {
    width: 35%;
  }
  .phoneblock {
    margin-top: 50px;
  }
  .herosection {
    padding-right: 40px;
    padding-left: 40px;
  }
  .keywordtext {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 25px;
  }
  .promotionsection {
    padding-right: 40px;
    padding-left: 40px;
  }
  .header {
    margin-bottom: 12px;
  }
  .icon {
    font-size: 36px;
  }
  .menu-button {
    padding-right: 0px;
  }
  .enterbutton {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .enterbutton:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 14px;
    line-height: 17px;
  }
  .body.grey {
    font-size: 14px;
  }
  .heading {
    font-size: 55px;
  }
  .navcontain.white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h2 {
    font-size: 21px;
    line-height: 22px;
  }
  .circle {
    width: 20px;
    height: 20px;
  }
  .howsection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .reseachsection {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .personasection {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .persona2 {
    padding-bottom: 0px;
  }
  .wireframesection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gradient {
    height: 260px;
  }
  .testsection {
    height: auto;
    min-height: 0px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .test1 {
    padding-top: 15px;
    padding-left: 40px;
  }
  .circletest1 {
    width: 130px;
    height: 130px;
  }
  .test2 {
    margin-right: 0%;
    padding-top: 0px;
    padding-left: 30px;
  }
  .circletest2 {
    width: 100px;
    height: 100px;
  }
  .test3 {
    margin-left: 0%;
    padding-top: 0px;
    padding-left: 30px;
  }
  .test4 {
    padding-left: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .circletest4 {
    width: 30px;
    height: 30px;
  }
  .uisection {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1 {
    font-size: 75px;
    line-height: 75px;
  }
  .subtitle {
    margin-top: 45px;
  }
  .uxumstyle.bold {
    margin-right: 10px;
    font-size: 18px;
  }
  .uxumstyle.light {
    font-size: 18px;
  }
  .interstyle {
    font-size: 18px;
  }
  .interstyle.bold {
    margin-right: 10px;
    font-size: 18px;
  }
  .icongrid {
    margin-top: 25px;
    padding-right: 30px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 17px;
  }
  .colorblock {
    margin-top: 25px;
  }
  .bluebox {
    height: 60px;
  }
  .darkgreybox {
    height: 60px;
  }
  .midgreybox {
    height: 60px;
  }
  .lightgreybox {
    height: 60px;
  }
  .whitebox {
    height: 60px;
  }
  .blackbox {
    height: 60px;
  }
  .onboardingsection {
    margin-top: -110px;
    padding: 100px 20px 60px;
  }
  .colorcode {
    font-size: 12px;
  }
  .phone {
    width: 50%;
  }
  .registersection {
    padding: 40px 20px 60px;
  }
  .registerdiv {
    margin-top: 0px;
  }
  .phone-register {
    width: 50%;
  }
  .registerheader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homesection {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .exploresection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .explorephone1 {
    width: 47%;
  }
  .explorephone2 {
    width: 47%;
  }
  .notificationsection {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .notificationheader {
    margin-top: 40px;
  }
  .notificationcircle {
    width: 350px;
    height: 350px;
    margin-top: -200px;
  }
  .profilesection {
    position: relative;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .profileheader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profilediv {
    margin-bottom: 20px;
  }
  .phoneboxprofile {
    margin-top: 50px;
  }
  .phoneprofile {
    width: 50%;
  }
  .profilecircle {
    top: 320px;
    width: 100vw;
    height: 100vw;
  }
  .exhibitioncreationsection {
    position: relative;
    height: auto;
    margin-bottom: 0px;
    padding: 40px 20px 60px;
  }
  .creationphonebox {
    margin-top: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .creationphone {
    width: 50%;
  }
  .tipsection {
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .creationtextbox {
    margin-top: 0px;
  }
  .exhibtionsection {
    padding: 40px 20px 60px;
  }
  .moresection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .phoneexhibition {
    width: 50%;
  }
  .body3 {
    width: 220px;
    font-size: 12px;
    line-height: 15px;
  }
  .phoneonboarding {
    width: 50%;
  }
  .testblock {
    margin-top: 60px;
  }
  .herosection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .keywordtext {
    font-size: 21px;
    line-height: 22px;
  }
  .documents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .downloadbutton.left {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .downloadbutton.right {
    margin-left: 0px;
  }
  .promotionsection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-7 {
    max-width: 60%;
  }
  .brand {
    padding-left: 0px;
  }
  .icon {
    font-size: 34px;
  }
  .menu-button {
    padding-right: 0px;
  }
}

@font-face {
  font-family: 'Uxum Grotesque';
  src: url('../fonts/5e14572c2c28776c30bdb316_UxumGrotesque-Ultra.ttf') format('truetype'), url('../fonts/5e14572206a36147a103b9ad_UxumGrotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Uxum Grotesque';
  src: url('../fonts/5e14574ba238769c6591c829_UxumGrotesque-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Uxum Grotesque';
  src: url('../fonts/5e1457182c28772d8dbdb2cc_UxumGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Uxum Grotesque';
  src: url('../fonts/5e145703a2387687e491c789_UxumGrotesque-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Uxum Grotesque';
  src: url('../fonts/5e1456f5a23876bf3891c757_UxumGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.otf') format('opentype'), url('../fonts/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBoldItalic.otf') format('opentype'), url('../fonts/Inter-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight-BETA.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightItalic-BETA.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Inter beta';
  src: url('../fonts/Inter-Light-BETA.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightItalic-BETA.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ThinItalic-BETA.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin-BETA.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}