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

.bodyglobal {
  position: relative;
  width: 100%;
  padding-right: 140px;
  padding-left: 140px;
  background-color: #000;
}

.verticaldivider {
  width: 1px;
  height: 100vh;
  background-color: #574b4b;
}

.verticaldivider.left {
  position: fixed;
  left: 140px;
  z-index: 1000;
}

.verticaldivider.right {
  position: fixed;
  right: 140px;
  z-index: 1000;
}

.typography {
  padding-top: 0px;
  padding-bottom: 80px;
  border-bottom: 0px solid #574b4b;
}

.pageheader {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 24px 40px;
  border-bottom: 0px none #574b4b;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  font-family: 'Overpass Mono', sans-serif;
  color: #00ffda;
  font-size: 140px;
  line-height: 130%;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
}

.sectionheader1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px 40px 4px;
  border-bottom: 0px none #574b4b;
  font-family: 'Overpass Mono', sans-serif;
  color: #00ffda;
  font-size: 130px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0px;
}

.sectionheader2 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 40px 24px;
  font-family: 'Overpass Mono', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0px;
}

.sectionheader2.insidecard {
  display: block;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 0px none transparent;
  border-radius: 0px;
  font-family: 'Overpass Mono', sans-serif;
}

.sectionheader2.pastprojects {
  padding-top: 48px;
  color: #fff;
}

.paragraph {
  width: 50%;
  height: auto;
  margin-bottom: 0px;
  padding: 40px 24px 40px 80px;
  font-family: 'Work Sans', sans-serif;
  color: #bbb;
  font-size: 18px;
  line-height: 130%;
}

.paragraph.membercard {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.paragraph.insidehalfwidthcard {
  width: 100%;
  padding: 40px;
  font-family: 'Overpass Mono', sans-serif;
  color: #bbb;
  text-align: left;
}

.paragraph.insideslider1 {
  width: auto;
  padding-top: 34px;
  padding-right: 40px;
  font-family: 'Overpass Mono', sans-serif;
  color: #bbb;
}

.paragraph.withbtn {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Overpass Mono', sans-serif;
  color: #fff;
}

.paragraph.withbtn.insidetemplate {
  width: 50%;
}

.paragraph.projectcard {
  width: auto;
  padding-left: 40px;
}

.paragraph.contact {
  width: 90%;
  font-family: 'Overpass Mono', sans-serif;
  color: #727272;
}

.paragraph.contact.cipo {
  width: 140%;
  color: #bbb;
}

.buttonstyles {
  padding-top: 0px;
}

.buttonstylewrappers {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 400px;
  grid-template-rows: 400px;
}

.div-block {
  position: relative;
  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;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #574b4b;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -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: 140px;
  background-color: #00ffda;
  -webkit-transition: border-radius 375ms ease, opacity 425ms ease;
  transition: border-radius 375ms ease, opacity 425ms ease;
}

.link-block:hover {
  border-radius: 0px;
  background-color: #00ffa5;
}

.bigbtnwrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 140px;
  height: auto;
  background-color: transparent;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.bigbtnwrapper.sldier {
  height: 100%;
  background-color: #000;
}

.label {
  position: relative;
  top: 80px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  text-align: right;
}

.slidenavigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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: 1px solid #574b4b;
  border-radius: 80px;
}

.slidenavigation.left {
  width: 64px;
  height: 64px;
}

.primarybtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 141px;
  height: 80px;
  -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: #f55d48;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.primarybtn.w--current {
  color: #fff;
}

.primarybtn.submit {
  width: 100%;
  margin-right: 80px;
  margin-bottom: 42px;
  margin-left: 80px;
  padding-top: 0px;
  background-color: #00ffa5;
  color: #000;
}

.primarybtn.smallscreen {
  background-color: #00ffda;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  font-family: 'Overpass Mono', sans-serif;
  color: #000;
}

.primarybtn.smallscreen:hover {
  border-radius: 0px 0px 0px 100px;
}

.primarybtn.submit {
  width: 100%;
  margin-right: 80px;
  margin-left: 80px;
  background-color: #00ffda;
  font-family: 'Overpass Mono', sans-serif;
}

.btntext {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.secondarybtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 141px;
  height: 80px;
  -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: 1px solid #574b4b;
  text-decoration: none;
}

.seondarybtntext {
  font-family: 'Overpass Mono', sans-serif;
  color: #fff;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 169px;
  height: 80px;
  -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;
  font-family: 'Overpass Mono', sans-serif;
  color: #fff;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.link.w--current {
  border: 1px none transparent;
  background-color: transparent;
  font-family: 'Overpass Mono', sans-serif;
  color: #00ffda;
  font-weight: 500;
}

.link.logo {
  width: 141px;
  border-right: 1px solid #574b4b;
}

.link.logo.w--current {
  width: 141px;
  opacity: 1;
  outline-color: #00ffa5;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.link.menuicon {
  display: none;
  overflow: visible;
}

.fullwidthcard1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.fullwidthcard1.projecttemplate {
  height: auto;
}

.fullwidthcard1.home {
  overflow: hidden;
  height: auto;
  border-bottom: 1px solid #574b4b;
}

.imagecontainer1 {
  position: static;
  left: 28%;
  top: 0%;
  right: 28%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 500px;
  -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: 0px;
  background-color: transparent;
}

.imagewrapper1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  -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-bottom: 1px none #574b4b;
}

.fullwidthcard2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 80px;
  border-bottom: 1px solid #574b4b;
}

.imagecontainer2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.fullwidthteammember {
  height: auto;
  border-bottom: 1px solid #574b4b;
}

.teammemberwrapper {
  height: auto;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 400px;
  grid-template-rows: 400px;
}

.teammembercontentcontainer {
  overflow: hidden;
  height: auto;
  border-right: 1px solid #dbd9d9;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.membername {
  height: 336px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbd9d9;
  background-color: transparent;
}

.membername.offset {
  padding-left: 40px;
}

.memberimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 336px;
  -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: transparent;
}

.membersocials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-bottom: 1px;
  padding-left: 0px;
  border-top: 0px solid #dbd9d9;
}

.membersocials._2 {
  display: none;
  height: 80px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 0px none transparent;
  border-radius: 8px;
}

.membersocials._2 {
  height: 80px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 0px none transparent;
  border-radius: 8px;
}

.socialicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -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: 1px solid #574b4b;
  border-radius: 80px;
  background-color: #fff;
}

.memberposition {
  padding-top: 12px;
  padding-left: 40px;
  font-family: 'Overpass Mono', sans-serif;
  color: #8a8a8a;
}

.fullwidthcard3 {
  position: relative;
  display: block;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-bottom: 1px solid #574b4b;
}

.form-block {
  width: 50%;
  height: auto;
}

.form {
  display: none;
  height: 600px;
  margin-bottom: auto;
  padding: 42px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 1px solid #574b4b;
}

.text-field {
  width: auto;
  height: 80px;
  margin-right: 80px;
  margin-left: 80px;
}

.text-field:hover {
  border: 1px solid #574b4b;
}

.text-field:focus {
  border: 1px solid #574b4b;
}

.field-label {
  margin-right: 80px;
  margin-left: 80px;
  font-family: 'Work Sans', sans-serif;
  color: #727272;
  font-weight: 400;
}

.formbtnwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-right: 1px;
  padding-right: 0px;
  padding-bottom: 55px;
  -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: 1px none #000;
}

.paragraphwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #000;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

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

.success-message {
  height: 600px;
  background-color: #574b4b;
}

.text-block {
  display: block;
  width: 200px;
  -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;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}

.successmessagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.error-message {
  position: relative;
  bottom: 160px;
  height: 80px;
  margin: 0px 80px 1px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.errormessagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.text-block-2 {
  font-family: 'Work Sans', sans-serif;
  color: #574b4b;
}

.halfwidthcard1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #574b4b;
  border-bottom: 1px solid #574b4b;
}

.halfwidthcardimagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #dbd9d9;
  border-bottom: 1px solid #dbd9d9;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.halfwidthcardimagecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180%;
  height: auto;
  -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;
}

.image {
  width: auto;
  height: 100%;
}

.slider1 {
  height: 600px;
  border-bottom: 1px solid #574b4b;
  background-color: transparent;
}

.slider1.hidden {
  height: 800px;
}

.slide-nav {
  display: none;
}

.silder1wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.silder1wrapper._2 {
  height: auto;
}

.slider1contentcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider1imagecontainer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 100%;
  margin-right: 140px;
  padding-right: 0px;
  -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-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 64px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 64px;
}

.horizontaldivider {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 64px;
  width: auto;
  height: 1px;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #dbd9d9;
}

.slider2 {
  height: 500px;
  border-bottom: 1px solid #574b4b;
  background-color: transparent;
}

.slider2quotewrapper {
  overflow: hidden;
  width: 60%;
  height: 435px;
  padding-bottom: 0px;
  background-color: transparent;
}

.slider2quotecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20%;
  -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;
  background-color: #574b4b;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.quoteicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 130%;
  font-weight: 700;
}

.quote {
  width: 300px;
  margin-bottom: 16px;
  padding-right: 24px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
}

.slider3 {
  height: auto;
  border-bottom: 1px solid #574b4b;
  background-color: transparent;
}

.slider3imagecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin-right: 64px;
  margin-bottom: 64px;
  margin-left: 64px;
  padding-right: 0px;
  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;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.fullwidthimagecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heroheaderwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #574b4b;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #000;
  background-color: #020202;
}

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

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.menuwrapper {
  width: 100%;
  border-bottom: 1px solid #574b4b;
  background-color: #000;
}

.projectcardwrapper {
  position: relative;
  border-right: 1px solid #574b4b;
  border-bottom: 1px solid #574b4b;
}

.projectcard {
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.projectcardimagewrapper {
  height: auto;
  border-top: 1px solid #dbd9d9;
}

.projectcardheadingsubheading {
  width: 72%;
  height: 400px;
}

.projectcardimagecomtainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  -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-top-left-radius: 500px;
  border-top-right-radius: 500px;
  background-color: #fdd7d7;
}

.headersubheaderwrapper {
  border-bottom: 1px solid #574b4b;
}

.emptyspace {
  height: 140px;
  border-bottom: 1px solid #574b4b;
}

.collection-item {
  padding-right: 0px;
  padding-left: 0px;
}

.coverimage {
  width: 100%;
  height: auto;
  max-width: 500px;
  border: 0px solid #000;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.coverimage.portrait {
  margin-right: 0px;
  padding-right: 0px;
}

.coverimage.dice {
  width: 20%;
  padding-top: 1px;
}

.coverimage.shower {
  width: 160%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.coverimage.ass {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-top: 107px;
  margin-left: -15%;
}

.coverimage.asterix {
  width: 90%;
  max-width: 300px;
}

.coverimage.milki2 {
  width: 62%;
  outline-color: #00ffd9;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.coverimage.milki {
  display: block;
  width: 100%;
  min-height: 400px;
  min-width: 295px;
}

.footer {
  border-top: 1px solid #574b4b;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footerwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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-right: 1px solid #dbd9d9;
}

.footerwrapper.hireus {
  padding: 0px;
}

.empty {
  height: 200px;
}

.sliderimage {
  overflow: visible;
  width: 50%;
  height: auto;
  max-width: 500px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.sliderimage.fullwidth {
  width: 150%;
  height: auto;
}

.teamimage {
  width: 150%;
  max-width: none;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.teamimage.awards {
  width: 100%;
}

.projectcardimage {
  width: 150%;
  max-width: none;
}

.subheadingwrapper {
  overflow: hidden;
  border-bottom: 1px solid #574b4b;
}

.iconcontainer {
  overflow: hidden;
  border: 1px none #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  -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: #fff;
}

.preloaderanimation {
  display: block;
  width: 100%;
  height: 100%;
  border: 0px solid #000;
  background-color: #000;
}

.viewprojects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 64px;
  padding-left: 64px;
  -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: 1px solid #000;
}

.wviewprojectswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #dbd9d9;
  border-left: 1px solid #dbd9d9;
}

.viewprojectscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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-top: 1px solid #dbd9d9;
  border-bottom: 1px solid #dbd9d9;
  background-color: #f55d48;
  text-decoration: none;
}

.slide-3 {
  z-index: 20;
}

.hireuswrapper {
  width: 100%;
  height: 100%;
  background-color: #574b4b;
}

.hireustext {
  margin-right: 40px;
  margin-left: 24px;
  font-family: Coda, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}

.hireustext.email {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}

.image-19 {
  margin-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.divider {
  height: 1px;
  background-color: #dbd9d9;
}

.link-2 {
  color: #fff;
}

.c-social_component {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-tile_copylink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #00ffa5;
  -webkit-transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
}

.c-tile_copylink:hover {
  border-radius: 0%;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.c-close_icon {
  display: block;
  width: 32px;
  height: 32px;
}

.c-social_share_wrapper.cc-pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 110px;
  background-color: #000;
}

.c-title-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Overpass Mono', sans-serif;
  color: #ebebeb;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
}

.c-title-1.hidden {
  font-size: 182%;
}

.c-grey_rectangle {
  display: none;
}

.c-grey_rectangle.cc-show {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}

.c-social_icon {
  width: 40px;
  height: 40px;
}

.c-share_button {
  width: 75px;
  height: 75px;
  margin-left: 4px;
  border-radius: 100%;
  cursor: pointer;
}

.c-share_button.cc-share {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-bottom: 2px;
  -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: #fafafa;
}

.c-share_button.cc-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-left: 8px;
  -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: #000;
  -webkit-transition: all 275ms cubic-bezier(.86, 0, .468, 1.574);
  transition: all 275ms cubic-bezier(.86, 0, .468, 1.574);
}

.c-share_button.cc-social:hover {
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.c-grid_item {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.c-grid_item.cc-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  height: 30vh;
  max-width: 520px;
  min-height: 270px;
  min-width: 38vw;
  padding-right: 20px;
  padding-left: 46px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #d8d8d8;
}

.c-grid_item.cc-badge_spacer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  max-height: 270px;
  max-width: 270px;
  min-height: 270px;
  min-width: 270px;
  padding: 16px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #d8d8d8;
}

.c-grid_item.cc-twitter_tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  max-height: 270px;
  min-height: 270px;
  min-width: 270px;
  padding: 16px;
  -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-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none solid;
  border-width: 1px;
  border-color: #000 #d8d8d8;
}

.c-grid_item.cc-copylink {
  width: 270px;
  height: 30vh;
  max-height: 270px;
  min-height: 270px;
  min-width: auto;
  padding: 16px;
  -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-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
  border-right: 1px solid #d8d8d8;
  border-left-style: solid;
  border-radius: 0px;
}

.c-grid_item.cc-webflowent {
  width: 270px;
  height: 30vh;
  min-height: 270px;
  padding: 16px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  border-right: 1px solid #d8d8d8;
}

.c-grid_item.cc-webflowent.hidden {
  display: none;
}

.c-grid_item.cc-middle_space_large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 30vh;
  max-height: 270px;
  max-width: 520px;
  min-height: 270px;
  min-width: 200px;
  padding: 0px;
  -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-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #d8d8d8;
}

.c-grid_item.cc-grey_circle {
  display: block;
  width: 15%;
  height: 30vh;
  max-height: 270px;
  min-height: 270px;
  padding: 16px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.c-grid_item.cc-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  max-height: 600px;
  min-height: 270px;
  min-width: 30vw;
  padding: 16px;
  -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-ordinal-group: 15;
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #d8d8d8;
}

.c-grid_item.cc-facebook.hidden {
  height: 38vh;
  min-width: 15vw;
  -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;
}

.c-grid_item.cc-middle_spacer {
  height: 30vh;
  max-height: 270px;
  min-height: 270px;
  padding: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #d8d8d8;
}

.c-grid_item.cc-top_spacer {
  height: 33%;
  padding: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  border-right: 1px solid #d8d8d8;
}

.c-grid_item.cc-top_spacer.cc-mobile_hide {
  display: block;
  overflow: visible;
  height: 30vh;
  min-height: 270px;
  margin-left: -10%;
  padding-top: 30px;
  padding-left: 0%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: none;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  font-family: 'Overpass Mono', sans-serif;
  color: #00ffda;
  font-size: 48px;
  line-height: 57px;
  font-weight: 600;
  mix-blend-mode: exclusion;
}

.c-grid_item.cc-mobile_rectangle {
  display: none;
}

.c-grid_item.cc-badge_spacer {
  height: 30vh;
  max-height: 270px;
  max-width: 10vw;
  min-height: 270px;
  padding: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #d8d8d8;
}

.c-grid_item.cc-bottom_spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  max-height: 270px;
  min-height: 270px;
  padding: 16px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.c-grid_item.cc-linkedin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  max-width: 50vw;
  min-height: 270px;
  min-width: 30.56vw;
  padding: 8px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #d8d8d8;
  opacity: 1;
}

.c-grid_item.cc-linkedin.hidden {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.c-action_tag {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  display: none;
  overflow: hidden;
  max-width: 170px;
  margin-bottom: 0px;
  -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;
  text-align: center;
}

.c-action_tag:focus {
  display: none;
}

.c-social_text_wrapper {
  margin-top: 4px;
}

.c-social_text.cc-facebook {
  display: none;
  color: #06d6b4;
}

.c-social_text.cc-copylink {
  display: none;
  color: #e57475;
}

.c-social_text.cc-inactive {
  display: block;
}

.c-social_text.cc-linkedin {
  display: none;
  color: #3aadfe;
}

.c-social_text.cc-twitter {
  display: none;
  color: #ffc641;
}

.c-hero_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-columns: minmax(275px, 1fr) 1px minmax(100px, 1fr) 1px minmax(200px, 1fr) 1px minmax(35px, 1fr) 1px minmax(200px, 200px) 1px repeat(auto-fit, minmax(100px, 1fr));
  -ms-grid-rows: minmax(319px, 1fr) 1px minmax(200px, 1fr) 1px minmax(274px, 1fr);
  grid-template-rows: minmax(319px, 1fr) 1px minmax(200px, 1fr) 1px minmax(274px, 1fr);
}

.c-refokus_logo {
  position: absolute;
  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;
}

.c-copy_tag {
  position: relative;
  z-index: 1;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

.c-hero_logo {
  margin-bottom: 24px;
}

.c-hero_logo.cc-copylink {
  margin-bottom: 0px;
}

.c-hero_logo.cc-linkedin {
  margin-bottom: 0px;
}

.c-share_icon {
  display: none;
  width: 32px;
  height: 32px;
}

.c-tile_twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: 0px;
  background-color: #00ffda;
  -webkit-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
}

.c-tile_twitter:hover {
  border-top-right-radius: 100%;
  border-bottom-left-radius: 0%;
}

.c-tile_linkedin {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  height: 95%;
  padding: 16px;
  -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: #3aadfe;
  -webkit-transition: all 400ms cubic-bezier(.175, .885, .947, 1.007);
  transition: all 400ms cubic-bezier(.175, .885, .947, 1.007);
}

.c-tile_linkedin:hover {
  width: 100%;
  height: 100%;
  background-color: #19a0fe;
}

.cc-semicircle {
  position: absolute;
  right: 7%;
  z-index: -1;
  width: 200%;
  height: 100%;
  border-radius: 100%;
  background-color: #f8f8f8;
}

.c-section {
  position: relative;
  padding: 48px 0px;
  color: #000;
}

.c-section.cc-hero {
  overflow: hidden;
  width: 100vw;
  height: 100%;
  padding: 0px;
}

.grid_line {
  width: 100%;
  height: 1px;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
  background-color: #d8d8d8;
}

.grid_line.cc-secondrow {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.grid_line.cc-mobile_split {
  display: none;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.grid_line.cc-final_row {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16;
}

.grid_line.cc-mobile_split_second {
  display: none;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.grid_line.cc-third-row {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.grid_line.cc-mobile_third {
  display: none;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.grid_line.cc-component {
  display: none;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.cc-semicircle_mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-tile_circle {
  width: 100%;
  height: 100%;
  min-height: 120px;
  min-width: 120px;
  border-radius: 100%;
  background-color: #f8f8f8;
}

.c-badge_text {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 36px;
  -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;
}

.c-tag_pointer-2 {
  position: relative;
  top: -12px;
  z-index: 0;
  width: 16px;
  height: 16px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-social_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 4px;
}

.c-webflow_badge {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0%;
  -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;
}

.c-hero_text {
  display: block;
}

.c-tile_facebook {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
  -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: #06d6b4;
}

.c-page-wrap {
  overflow: hidden;
}

.tutorial-link {
  display: inline-block;
  padding: 0.8em 4em 0.7em;
  border: 2px solid #000;
  border-radius: 0em;
  background-color: #00ffda;
  font-family: 'Overpass Mono', sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.tutorial-link:hover {
  border-style: dashed;
  background-color: #fff;
  color: #000;
}

.tutorial-link.cipo {
  background-color: #00ffda;
}

.play-button-text {
  font-size: 1.4em;
}

.play-button-wrapper {
  position: absolute;
  display: none;
  width: 6em;
  height: 6em;
  padding-left: 0.3em;
  -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: 999em;
  background-color: #000;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.play-button-wrapper.is-mobile {
  display: none;
}

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

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8em;
  padding-bottom: 8em;
  -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-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.cursor-area {
  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: 100vh;
  -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;
}

.lightbox-video-thumbnail {
  width: 100%;
  height: 0%;
  padding-bottom: 54.25%;
  border: 1px solid #00ffa5;
  border-radius: 1px;
}

.tutorial-section {
  padding-top: 8em;
  padding-bottom: 8em;
}

.title1 {
  font-size: 4em;
  line-height: 1.1em;
  font-weight: 600;
}

.center-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-right: auto;
  margin-left: auto;
}

.p-sm-end {
  padding-bottom: 3em;
}

.video-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.5em;
  padding-bottom: 7.5em;
  -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: #e6d7cd;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #eeecd2, #e6d7cd);
}

.copy-medium {
  font-size: 1.2em;
  line-height: 1.45em;
  font-weight: 400;
}

.title2 {
  font-size: 3.375em;
  line-height: 1.1em;
  font-weight: 600;
}

.center-w3 {
  width: 100%;
  max-width: 62em;
  margin-right: auto;
  margin-left: auto;
}

.video {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #67ad31;
  border-radius: 0px;
  opacity: 1;
  outline-color: #00ffa5;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  mix-blend-mode: normal;
}

.video.vi {
  border-width: 1px;
  border-color: #00ffda;
  border-radius: 0px;
  outline-color: #00ffa5;
  outline-offset: 1px;
  outline-style: solid;
  outline-width: 1px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-bottom: auto;
  padding: 19px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 1px solid #574b4b;
}

.formbtnwrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  margin-right: 1px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 29px;
  -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: 1px none #000;
}

.paragraph-2 {
  width: 50%;
  height: auto;
  margin-bottom: 0px;
  padding: 40px 24px 40px 80px;
  font-family: 'Work Sans', sans-serif;
  color: #574b4b;
  font-size: 18px;
  line-height: 130%;
}

.paragraph-2.contact {
  width: 90%;
  font-family: 'Overpass Mono', sans-serif;
  color: #bbb;
}

.iconcontainer-2 {
  overflow: hidden;
  border: 1px none #000;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.field-label-2 {
  margin-right: 80px;
  margin-left: 80px;
  font-family: 'Overpass Mono', sans-serif;
  color: #bbb;
  font-weight: 400;
}

.fullwidthcard3-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 601px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-bottom: 1px solid #574b4b;
}

.section-2 {
  color: transparent;
}

.text-block-3 {
  min-height: 300px;
  min-width: 300px;
  padding: 40px;
  border-style: solid;
  border-width: 3px;
  border-color: #00ffd9;
  background-color: #000;
  font-family: 'Overpass Mono', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-left:-10%;
}

@media screen and (min-width: 1920px) {
  .bodyglobal {
    overflow: hidden;
    width: 100%;
    padding-right: 220px;
    padding-left: 220px;
  }

  .verticaldivider.left {
    left: 220px;
  }

  .verticaldivider.right {
    right: 220px;
  }

  .sectionheader2.pastprojects {
    color: #fff;
    text-decoration: none;
  }

  .paragraph {
    width: 40%;
  }

  .paragraph.insidehalfwidthcard {
    color: #888;
  }

  .paragraph.insideslider1 {
    padding-left: 40px;
  }

  .paragraph.withbtn {
    width: 40%;
  }

  .paragraph.withbtn.insidetemplate {
    width: 50%;
  }

  .paragraph.contact {
    width: 80%;
  }

  .primarybtn {
    width: 221px;
  }

  .link.logo {
    width: 221px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .link.logo.w--current {
    width: 221px;
  }

  .fullwidthcard1 {
    height: auto;
  }

  .fullwidthcard1.projecttemplate {
    height: auto;
  }

  .fullwidthcard1.home {
    height: auto;
    border-bottom: 1px solid #574b4b;
  }

  .imagecontainer1 {
    border-radius: 0%;
  }

  .imagewrapper1 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    border-bottom-style: none;
  }

  .imagecontainer2 {
    height: auto;
  }

  .teammemberwrapper {
    -ms-grid-rows: 500px;
    grid-template-rows: 500px;
  }

  .membername {
    height: 436px;
  }

  .membername.offset {
    height: 436px;
  }

  .memberimage {
    height: 436px;
  }

  .slider1imagecontainer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider3 {
    height: 600px;
  }

  .slider3imagecontainer {
    overflow: hidden;
    height: 536px;
    -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;
  }

  .hero {
    width: auto;
  }

  .fullwidthimagecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 900px;
  }

  .aboutus {
    display: block;
    width: auto;
  }

  .ourprojects {
    display: block;
    width: auto;
  }

  .ourjourney {
    display: block;
    width: auto;
  }

  .ouroffice {
    display: block;
    width: auto;
  }

  .menu {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .nav-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menuwrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contactus {
    display: block;
    width: auto;
  }

  .projectcardimagecomtainer {
    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: transparent;
  }

  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .body {
    min-width: auto;
  }

  .coverimage {
    overflow: hidden;
    width: 150%;
    height: auto;
    max-width: none;
    margin-right: 21px;
    margin-left: 8px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .coverimage.dice {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    margin-right: 89px;
    padding-right: 50%;
    padding-left: 0%;
  }

  .coverimage.shower {
    width: 200%;
    margin-left: -194px;
    padding-left: 10%;
  }

  .coverimage.ass {
    width: auto;
    height: 450px;
    margin-left: -8px;
    padding-left: 20%;
  }

  .coverimage.asterix {
    width: 100%;
  }

  .coverimage.milki2 {
    position: static;
    overflow: visible;
    width: auto;
    height: 150%;
    margin-left: 0px;
    padding-left: 42%;
  }

  .coverimage.milki {
    width: 100%;
    margin-bottom: -1px;
    padding-left: 20%;
  }

  .footer {
    border-top: 1px solid #574b4b;
  }

  .grid {
    height: 420px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footerwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dbd9d9;
  }

  .sliderimage {
    width: 100%;
    height: auto;
  }

  .teamimage {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .projectcardimage {
    width: 100%;
    max-width: none;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .viewprojects {
    height: 320px;
    padding-right: 64px;
    padding-left: 64px;
  }

  .wviewprojectswrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dbd9d9;
    border-left: 1px solid #dbd9d9;
  }

  .viewprojectscontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 142px;
    -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-top: 1px solid #dbd9d9;
    border-bottom: 1px solid #dbd9d9;
    background-color: #f55d48;
    text-decoration: none;
  }

  .hireustext {
    margin-top: 40px;
    margin-left: 40px;
    font-size: 24px;
  }

  .hireustext.email {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .image-19 {
    margin-left: 40px;
    padding-top: 40px;
  }

  .image-20 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .c-grid_item.cc-title {
    height: 52vh;
  }

  .c-grid_item.cc-top_spacer.cc-mobile_hide {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-right: 5px;
  }

  .c-grid_item.cc-bottom_spacer {
    padding-right: 22%;
  }

  .c-grid_item.cc-linkedin.hidden {
    overflow: visible;
    height: auto;
    min-height: 100px;
    margin-top: 1px;
    padding-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .c-hero_grid {
    height: 100%;
  }

  .c-tile_twitter {
    border-radius: 0px;
  }

  .paragraph-2 {
    width: 40%;
  }

  .paragraph-2.contact {
    width: 80%;
  }

  .mobil {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .bodyglobal {
    padding-right: 40px;
    padding-left: 40px;
  }

  .verticaldivider.left {
    left: 40px;
  }

  .verticaldivider.right {
    right: 40px;
  }

  .pageheader {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 96px;
  }

  .sectionheader1 {
    padding: 64px 24px;
    font-size: 40px;
  }

  .sectionheader1.hidden {
    display: none;
  }

  .sectionheader2 {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 32px;
  }

  .sectionheader2.insidecard {
    display: block;
  }

  .sectionheader2.pastprojects {
    height: auto;
    padding-top: 32px;
  }

  .paragraph {
    width: 100%;
    padding-left: 24px;
  }

  .paragraph.membercard {
    width: 100%;
    padding-left: 24px;
  }

  .paragraph.insidehalfwidthcard {
    padding-left: 140px;
  }

  .paragraph.insideslider1 {
    width: 80%;
  }

  .paragraph.withbtn {
    width: 80%;
  }

  .paragraph.withbtn.insidetemplate {
    width: 100%;
  }

  .paragraph.projectcard {
    font-size: 14px;
  }

  .paragraph.contact {
    width: 100%;
  }

  .link-block {
    width: 96px;
    height: 96px;
  }

  .bigbtnwrapper {
    width: 96px;
    height: 200px;
    background-color: transparent;
  }

  .bigbtnwrapper.sldier {
    height: auto;
  }

  .label {
    top: 54px;
    color: #fff;
  }

  .primarybtn {
    height: 64px;
  }

  .primarybtn.submit {
    height: 80px;
  }

  .primarybtn.smallscreen {
    width: 50%;
  }

  .primarybtn.submit {
    height: 80px;
  }

  .secondarybtn {
    height: 64px;
  }

  .link {
    height: 64px;
  }

  .link.logo {
    width: 64px;
    border-left: 1px solid #574b4b;
    border-right-style: none;
  }

  .link.logo.w--current {
    padding-right: 23px;
  }

  .link.menuicon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    padding: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #574b4b;
    background-color: #fff;
  }

  .imagewrapper1 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .fullwidthcard2 {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .imagecontainer2 {
    width: auto;
    height: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fullwidthteammember {
    height: auto;
  }

  .teammemberwrapper {
    height: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .teammembercontentcontainer {
    height: auto;
  }

  .membername {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .membername.offset {
    height: auto;
    padding-left: 0px;
    border-bottom-style: none;
  }

  .memberimage {
    overflow: hidden;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .membersocials {
    height: auto;
    border-style: none;
    border-width: 0px 1px 1px;
    border-color: #000;
  }

  .membersocials._2 {
    height: 65px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #574b4b;
  }

  .membersocials._2 {
    height: 65px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #574b4b;
  }

  .socialicon {
    width: 64px;
    height: 64px;
  }

  .memberposition {
    padding-top: 8px;
    padding-bottom: 22px;
    padding-left: 24px;
  }

  .memberposition.insideslider1 {
    padding-bottom: 24px;
  }

  .fullwidthcard3 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 560px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-block.cip {
    display: none;
  }

  .form {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraphwrapper {
    width: 100%;
  }

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

  .halfwidthcardimagewrapper {
    padding-top: 43px;
  }

  .halfwidthcardimagewrapper.hidden {
    display: none;
  }

  .slider1 {
    height: auto;
  }

  .slide-nav {
    display: none;
  }

  .silder1wrapper {
    width: auto;
    height: 636px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider1contentcontainer {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .slider1imagecontainer {
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-bottom: 64px;
    background-color: #000;
  }

  .slider2 {
    height: 500px;
  }

  .slider2._3 {
    height: 700px;
  }

  .slider2quotewrapper {
    width: 100%;
    height: auto;
  }

  .slider2quotecontainer {
    padding: 80px 140px 80px 80px;
  }

  .quote {
    width: 250px;
  }

  .slider3 {
    height: auto;
  }

  .slider3imagecontainer {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide {
    height: auto;
  }

  .mask {
    height: auto;
  }

  .slide-2 {
    height: auto;
  }

  .mask-2 {
    height: auto;
  }

  .fullwidthimagecontainer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heroheaderwrapper {
    display: none;
    height: auto;
  }

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

  .menu {
    height: 64px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #000;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 140px;
    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-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;
    background-color: #000;
  }

  .navbar {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #000;
  }

  .image-8 {
    display: block;
  }

  .projectcardimagewrapper {
    overflow: hidden;
    height: 300px;
  }

  .projectcardheadingsubheading {
    height: 350px;
  }

  .projectcardimagecomtainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
  }

  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .coverimage {
    width: 140%;
    height: auto;
    max-height: 100%;
    max-width: none;
  }

  .coverimage.portrait {
    padding-top: 5%;
  }

  .footer {
    display: block;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footerwrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sliderimage {
    width: 100%;
    height: auto;
  }

  .sliderimage.fullwidth {
    width: 120%;
  }

  .projectcardimage {
    width: 130%;
  }

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

  .viewprojects {
    padding-right: 64px;
    padding-left: 64px;
  }

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

  .hireustext {
    margin-left: 40px;
  }

  .hireustext.email {
    margin-bottom: 40px;
  }

  .image-19 {
    margin-left: 40px;
    padding-top: 40px;
  }

  .c-title-1 {
    font-size: 41px;
  }

  .c-grey_rectangle {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
  }

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

  .c-grid_item.cc-title {
    height: auto;
    min-width: 100%;
    padding-top: 46px;
    padding-bottom: 46px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right-style: none;
  }

  .c-grid_item.cc-badge_spacer-bottom {
    display: none;
    min-width: auto;
  }

  .c-grid_item.cc-twitter_tile {
    display: none;
    width: 50vw;
    height: 50vw;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
    border-right-style: none;
    border-left-style: none;
  }

  .c-grid_item.cc-copylink {
    display: none;
    width: 50vw;
    height: 50vw;
    max-height: none;
    min-height: auto;
    min-width: auto;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
    border-right-style: none;
    border-left-style: none;
  }

  .c-grid_item.cc-webflowent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    height: 50vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border-right: 1px solid #d8d8d8;
  }

  .c-grid_item.cc-middle_space_large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 33vw;
    min-width: 100%;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .c-grid_item.cc-grey_circle {
    display: none;
    width: 50vw;
    height: 50vw;
    max-height: none;
    min-height: auto;
    min-width: auto;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
    border-right-style: none;
  }

  .c-grid_item.cc-facebook {
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 50vw;
    min-width: 100%;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
    border-style: none;
  }

  .c-grid_item.cc-facebook.hidden {
    display: none;
  }

  .c-grid_item.cc-middle_spacer {
    display: none;
    min-width: auto;
  }

  .c-grid_item.cc-top_spacer {
    min-width: auto;
  }

  .c-grid_item.cc-top_spacer.cc-mobile_hide {
    display: none;
  }

  .c-grid_item.cc-mobile_rectangle {
    width: 50vw;
    height: 50vw;
    padding: 16px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .c-grid_item.cc-badge_spacer {
    display: none;
    min-width: auto;
  }

  .c-grid_item.cc-bottom_spacer {
    display: none;
  }

  .c-grid_item.cc-linkedin {
    width: 100%;
    height: 50px;
    min-height: 50vw;
    min-width: 100%;
    padding: 16px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .c-grid_item.cc-linkedin.hidden {
    display: none;
  }

  .c-social_text.cc-copylink {
    display: none;
  }

  .c-hero_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .c-refokus_logo {
    width: 10vw;
    height: 10vw;
  }

  .c-hero_logo.cc-copylink {
    width: 40px;
    height: 40px;
  }

  .c-tile_linkedin {
    width: 100%;
    height: auto;
    min-height: 50vw;
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-section.cc-hero {
    display: block;
    height: auto;
  }

  .grid_line.cc-secondrow {
    display: none;
    width: 100%;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid_line.cc-mobile_split {
    display: none;
    width: 100%;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .grid_line.cc-final_row {
    display: none;
    margin-right: 16px;
    margin-left: 16px;
  }

  .grid_line.cc-mobile_split_second {
    display: none;
    width: 100%;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .grid_line.cc-third-row {
    display: none;
    width: 100%;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .grid_line.cc-mobile_third {
    display: none;
    width: 100%;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .grid_line.cc-component {
    width: 100%;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-badge_text {
    padding: 0px;
  }

  .c-webflow_badge {
    overflow: hidden;
  }

  .c-webflow_badge.hidden {
    display: none;
  }

  .c-tile_facebook {
    min-height: 50vw;
  }

  .play-button-wrapper.is-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
  }

  .cursor-area {
    display: none;
  }

  .tutorial-section {
    padding-top: 5em;
    padding-bottom: 5em;
    border-top: 1px solid #d4d4d4;
  }

  .form-2 {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraph-2 {
    width: 100%;
    padding-left: 24px;
  }

  .paragraph-2.contact {
    width: 100%;
  }

  .fullwidthcard3-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-22 {
    width: 100%;
  }

  .image-23 {
    display: none;
    width: 30%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .pageheader {
    font-size: 64px;
  }

  .sectionheader1 {
    display: block;
    padding-bottom: 64px;
    font-size: 32px;
  }

  .sectionheader2 {
    font-size: 24px;
  }

  .sectionheader2.insidecard {
    display: block;
  }

  .sectionheader2.pastprojects {
    width: auto;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.membercard {
    padding-right: 64px;
  }

  .paragraph.insidehalfwidthcard {
    padding-right: 24px;
    padding-left: 64px;
  }

  .link-block {
    width: 64px;
    height: 64px;
  }

  .bigbtnwrapper {
    width: 64px;
  }

  .label {
    top: 40px;
    color: #fff;
    font-size: 12px;
  }

  .slidenavigation.left {
    width: 64px;
  }

  .link.logo {
    padding: 14px;
  }

  .link.logo.w--current {
    padding-right: 62px;
    padding-left: 0px;
  }

  .fullwidthcard1 {
    height: 600px;
  }

  .imagecontainer1 {
    width: 300px;
    height: 300px;
  }

  .imagecontainer2 {
    height: 500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .teammemberwrapper {
    overflow: hidden;
    width: 100%;
  }

  .teammembercontentcontainer {
    width: 100%;
  }

  .memberimage {
    overflow: hidden;
    width: 100%;
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .socialicon {
    width: 54px;
    height: 54px;
  }

  .memberposition {
    padding-bottom: 24px;
  }

  .halfwidthcardimagewrapper {
    padding-top: 73px;
  }

  .image-2 {
    width: 40px;
    height: 40px;
  }

  .silder1wrapper {
    height: 436px;
  }

  .silder1wrapper._2 {
    height: 436px;
  }

  .slider1contentcontainer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .slider2._3 {
    height: 500px;
  }

  .slider3 {
    height: 200px;
  }

  .slider3imagecontainer {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fullwidthimagecontainer {
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heroheaderwrapper {
    height: auto;
  }

  .ouroffice {
    height: auto;
  }

  .nav-menu {
    background-color: #000;
  }

  .image-18 {
    width: 70%;
  }

  .projectcardimagewrapper {
    height: auto;
  }

  .projectcardheadingsubheading {
    height: 250px;
  }

  .projectcardimagecomtainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -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;
  }

  .coverimage {
    width: auto;
    height: 110%;
    max-height: 300px;
    padding-left: 0px;
  }

  .coverimage.portrait {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }

  .coverimage.shower {
    display: none;
  }

  .footerwrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footerwrapper.hireus {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .empty {
    height: 140px;
  }

  .sliderimage {
    width: 100%;
    height: auto;
  }

  .sliderimage.fullwidth {
    width: 150%;
  }

  .teamimage {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .projectcardimage {
    width: 135%;
    height: auto;
  }

  .subheadingwrapper {
    display: block;
  }

  .viewprojects {
    padding-right: 64px;
    padding-left: 64px;
  }

  .viewprojectscontainer {
    height: 140px;
  }

  .hireustext.email {
    margin-bottom: 40px;
  }

  .c-title-1.hidden {
    padding-right: 70px;
  }

  .c-grid_item.cc-title {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .c-grid_item.cc-twitter_tile {
    display: none;
  }

  .c-grid_item.cc-copylink {
    display: none;
  }

  .c-grid_item.cc-middle_space_large {
    outline-color: #000;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .c-grid_item.cc-grey_circle {
    display: none;
  }

  .c-hero_logo.cc-copylink {
    width: 40px;
    height: 40px;
  }

  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-badge_text {
    width: 75%;
    height: 75%;
  }

  .c-page-wrap {
    display: block;
  }

  .play-button-wrapper.is-mobile {
    font-size: 2.2vw;
  }

  .title1 {
    font-size: 3.2em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .image-22 {
    width: 100%;
  }

  .image-23 {
    width: 39%;
  }

  .only-desktop{
    display: none;
  }
  
  .order-block-mobile {
    min-height: 300px;
    padding: 40px;
    margin: 15px;
    border-style: solid;
    border-width: 3px;
    border-color: #00ffd9;
    background-color: #000;
    font-family: 'Overpass Mono', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    
  }

}

@media screen and (min-width: 768px) {
  .only-mobile{
    display: none;
  }

}

@media screen and (max-width: 479px) {
  .bodyglobal {
    padding-right: 16px;
    padding-left: 18px;
  }

  .verticaldivider.left {
    left: 16px;
  }

  .verticaldivider.right {
    right: 16px;
  }

  .pageheader {
    padding: 16px;
    font-size: 40px;
    font-weight: 500;
  }

  .sectionheader1 {
    padding: 40px 16px;
    font-weight: 500;
  }

  .sectionheader1.hidden {
    display: none;
  }

  .sectionheader2 {
    margin-top: 6px;
    padding: 16px 16px 8px;
  }

  .sectionheader2.insidecard {
    display: block;
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .sectionheader2.pastprojects {
    padding-top: 16px;
  }

  .paragraph {
    width: 100%;
    padding: 16px;
  }

  .paragraph.membercard {
    padding-right: 24px;
    padding-left: 16px;
  }

  .paragraph.insidehalfwidthcard {
    padding-left: 40px;
  }

  .paragraph.insideslider1 {
    padding-top: 18px;
    padding-right: 0px;
    padding-left: 18px;
  }

  .paragraph.withbtn {
    width: 72%;
  }

  .paragraph.withbtn.insidetemplate {
    width: 100%;
  }

  .paragraph.projectcard {
    padding-left: 16px;
  }

  .paragraph.contact.cipo {
    width: 100%;
  }

  .label {
    color: #fff;
  }

  .primarybtn.submit {
    margin-right: 0px;
    margin-left: 0px;
  }

  .primarybtn.smallscreen {
    width: 80%;
  }

  .primarybtn.submit {
    margin-right: 0px;
    margin-left: 0px;
  }

  .link.logo {
    padding: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link.logo.w--current {
    padding-right: 65px;
    padding-left: 0px;
  }

  .link.menuicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -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;
  }

  .fullwidthcard1.projecttemplate {
    padding-bottom: 24px;
  }

  .imagecontainer1 {
    width: 254px;
    height: 254px;
  }

  .imagewrapper1 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .fullwidthcard2 {
    padding-bottom: 24px;
  }

  .imagecontainer2 {
    height: 500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .teammemberwrapper {
    margin-bottom: 15px;
  }

  .memberimage {
    overflow: hidden;
    width: auto;
    height: auto;
  }

  .membersocials {
    padding-bottom: 0px;
  }

  .socialicon {
    width: 40px;
    height: 40px;
  }

  .memberposition {
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 9px;
    padding-left: 16px;
  }

  .form-block {
    height: 500px;
  }

  .form-block.cip {
    display: none;
  }

  .form-block.mio {
    display: none;
  }

  .form {
    padding-top: 24px;
  }

  .text-field {
    height: 54px;
    margin-right: 1px;
    margin-bottom: 16px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
    border-right: 0px solid #000;
    border-left: 0px none #000;
    border-radius: 0px;
  }

  .field-label {
    margin-right: 16px;
    margin-left: 16px;
  }

  .formbtnwrapper {
    margin-top: 54px;
  }

  .halfwidthcardimagewrapper {
    padding-top: 52px;
  }

  .slider1.hidden {
    display: none;
  }

  .silder1wrapper {
    height: 436px;
    margin-bottom: 653px;
    padding-top: 0px;
  }

  .silder1wrapper._2 {
    height: 336px;
  }

  .slider1contentcontainer {
    display: block;
    width: 78%;
    margin-bottom: 0px;
  }

  .slider1imagecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
    -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;
  }

  .slider2 {
    height: 400px;
  }

  .slider2._3 {
    height: 500px;
  }

  .slider2quotecontainer {
    padding: 24px;
  }

  .quote {
    width: 240px;
    font-size: 18px;
  }

  .slider3 {
    display: none;
    height: 400px;
    margin-bottom: 3px;
  }

  .slider3imagecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 336px;
    -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;
  }

  .fullwidthimagecontainer {
    position: relative;
    height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heroheaderwrapper {
    display: none;
    height: auto;
  }

  .nav-menu {
    height: 100vh;
    padding-top: 140px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
  }

  .navbar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-18 {
    width: 70%;
    height: 70%;
  }

  .projectcardimagewrapper {
    overflow: hidden;
    height: auto;
  }

  .projectcardheadingsubheading {
    height: 250px;
  }

  .projectcardimagecomtainer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .coverimage {
    width: auto;
    height: 100%;
    max-height: 250px;
    max-width: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .coverimage.portrait {
    width: auto;
    height: 100%;
    margin-right: 0px;
  }

  .coverimage.shower {
    display: none;
  }

  .coverimage.milki2 {
    display: none;
  }

  .coverimage.milki {
    display: none;
  }

  .grid {
    padding-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footerwrapper {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footerwrapper.hireus {
    margin-top: 14px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sliderimage {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }

  .sliderimage.fullwidth {
    width: auto;
    height: 100%;
  }

  .projectcardimage {
    width: auto;
    height: 120%;
  }

  .viewprojects {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wviewprojectswrapper {
    border-right-style: none;
    border-left-style: none;
  }

  .slide-3 {
    margin-bottom: 6px;
  }

  .hireustext.email {
    margin-bottom: 40px;
  }

  .c-tile_copylink {
    overflow: visible;
  }

  .c-title-1 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .c-title-1.hidden.e {
    font-size: 300%;
    font-weight: 700;
  }

  .c-share_button.cc-share {
    width: 65px;
    height: 65px;
  }

  .c-share_button.cc-social {
    margin-left: 4px;
  }

  .c-badge {
    margin-bottom: -14px;
    line-height: 160%;
  }

  .c-grid_item.cc-title {
    min-height: auto;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-grid_item.cc-twitter_tile {
    display: none;
    margin-top: -209px;
    padding-top: 0px;
  }

  .c-grid_item.cc-copylink {
    max-width: none;
    border-right-style: none;
  }

  .c-grid_item.cc-webflowent {
    min-height: auto;
    margin-bottom: -135px;
    padding-right: 0px;
    padding-left: 8px;
  }

  .c-grid_item.cc-webflowent.hidden {
    display: none;
  }

  .c-grid_item.cc-grey_circle {
    margin-bottom: -6px;
  }

  .c-grid_item.cc-middle_spacer {
    display: block;
  }

  .c-grid_item.cc-top_spacer.cc-mobile_hide {
    display: none;
  }

  .c-grid_item.cc-mobile_rectangle {
    display: none;
  }

  .c-grid_item.cc-bottom_spacer {
    display: none;
  }

  .c-grid_item.cc-linkedin {
    margin-bottom: -58px;
  }

  .c-grid_item.cc-linkedin.hidden {
    display: block;
  }

  .c-social_text.cc-facebook {
    display: none;
  }

  .c-hero_logo.cc-copylink {
    width: 40px;
    height: 40px;
  }

  .c-tile_twitter {
    margin-top: 1px;
    margin-right: 0px;
  }

  .c-tile_linkedin {
    min-height: 200px;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-section.cc-hero {
    display: block;
  }

  .grid_line.cc-final_row {
    display: none;
  }

  .grid_line.cc-mobile_split_second {
    display: none;
  }

  .grid_line.cc-third-row {
    background-color: #000;
    color: transparent;
  }

  .grid_line.cc-mobile_third {
    display: none;
  }

  .c-badge_text {
    width: 75%;
    height: 75%;
    background-image: none;
  }

  .c-social_buttons {
    margin-right: 4px;
  }

  .c-page-wrap {
    display: block;
  }

  .tutorial-link {
    border-radius: 0em;
    background-color: #00ffda;
    font-family: 'Overpass Mono', sans-serif;
    color: #000;
  }

  .tutorial-link:hover {
    border-color: #000;
    background-color: #fff;
  }

  .tutorial-link.cipo {
    display: none;
  }

  .image-21 {
    font-size: 80px;
    line-height: 80px;
  }

  .form-2 {
    padding-top: 24px;
    padding-right: 5%;
    padding-left: 5%;
    border: 1px none #000;
  }

  .formbtnwrapper-2 {
    margin-top: 54px;
  }

  .paragraph-2 {
    width: 100%;
    padding: 16px;
  }

  .paragraph-2.contact {
    border: 1px none #000;
    outline-color: #727272;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .iconcontainer-2 {
    border: 1px none #000;
  }

  .field-label-2 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .image-22 {
    display: none;
  }

  .section-2 {
    display: none;
  }

  .image-23 {
    padding-top: 18px;
  }

  .image-24 {
    width: 100%;
  }
}

