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

:root {
  --gold: #ffd900d6;
  --salmon: #ef8168;
}

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

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

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

h1 {
  color: #fff;
  letter-spacing: 4px;
  border: 2px solid #ffffff8f;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 25px 45px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 44px;
  display: inline-block;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #414141;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #616161;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 30px;
}

.button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 15px 20px 12px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

.button.btn-project {
  text-align: right;
  background-color: #424242;
  margin-left: 15px;
}

.button.btn-project:hover {
  background-color: #ffd900d6;
}

.button.btn-form {
  text-transform: uppercase;
  width: 100%;
  margin-top: 15px;
  display: inline-block;
}

.button.btn-banne {
  color: #212121;
  background-color: #ffd900d6;
  font-family: Lekton, sans-serif;
}

.button.btn-banne:hover {
  background-color: #fff;
}

.button.btn-small {
  text-transform: uppercase;
  background-color: #ef8168;
  border-color: #ef8168;
}

.button.btn-small:hover {
  background-color: #323232;
  border-color: #323232;
}

.button.btn-spc {
  margin-right: 10px;
}

.button.btn-slider:hover {
  background-color: #ef8168;
  border-color: #ef8168;
}

.left-navigation {
  z-index: 20;
  background-color: #212121;
  border-radius: 0;
  width: 250px;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
  box-shadow: 0 0 20px #00000078;
}

.brand {
  opacity: 1;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 70px;
}

.brand.w--current {
  margin-top: 50px;
  margin-bottom: 70px;
}

.header-wrapper {
  text-align: center;
  justify-content: center;
  padding: 40px 0;
  display: flex;
}

.sub-logo {
  letter-spacing: 2px;
  font-family: Lekton, sans-serif;
  font-size: 12px;
  line-height: 40px;
}

.back-1 {
  color: #212121;
  background-color: #ffd900d6;
  padding: 10px 15px;
  font-weight: 700;
}

.navigation {
  width: 100%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-linke {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  border-top: 1px #ebebeb;
  border-bottom: 1px #ebebeb;
  width: 100%;
  margin-bottom: -1px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 400;
  transition: all .5s;
}

.nav-linke:hover {
  color: #fff;
}

.nav-linke.w--current {
  color: #222;
  background-color: #000;
  font-weight: 700;
  display: block;
}

.nav-linke.ln {
  border-top-color: #ebebeb;
}

.nav-linke.ln.w--current {
  color: #000;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  border-radius: 0;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  display: block;
}

.text-block {
  color: #fff;
  letter-spacing: 0;
  padding: 10px 20px;
  font-family: Raleway, sans-serif;
  display: inline-block;
}

.service-section {
  background-color: #eee;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.logo {
  transition: all .5s;
}

.social-wrapper {
  text-align: center;
  background-color: #0000;
  padding-bottom: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.center {
  text-align: center;
  background-color: #ececec;
}

.center.pj {
  padding-top: 0;
}

.center.article {
  border-radius: 10px;
  padding: 40px 100px 100px;
}

.subtitle {
  color: #212121;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.subtitle.text-pages {
  color: #fff;
  border-bottom: 1px dotted #f7bdb0;
  padding-bottom: 10px;
  font-weight: 400;
  display: inline-block;
}

.subtitle.lft {
  text-align: left;
}

.subtitle.next {
  color: #9a9a9a;
}

.subtitle.smaller {
  font-size: 13px;
}

.subtitle._2 {
  color: #000;
  padding-bottom: 40px;
}

.subtitle._2.discover {
  line-height: 40px;
}

.subtitle.hero {
  color: #fff;
  line-height: 30px;
}

.subtitle.hero._2 {
  opacity: .41;
}

.subtitle.hero.about {
  margin-top: 0;
  font-style: normal;
}

.subtitle.hero.about.inline {
  color: #000;
}

.subtitle.hero.spotlight {
  text-align: right;
  margin-top: 0;
  font-style: normal;
}

.subtitle.hero.spotlight.inline {
  color: #000;
}

.subtitle.process {
  color: #fff;
  background-color: #919191;
  margin-top: 0;
  margin-bottom: 0;
}

.subtitle.discover {
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.subtitle.dash {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 45px;
}

.line {
  background-color: #0a0a0ad6;
  width: 5%;
  height: 3px;
  margin: 40px auto;
  display: block;
}

.line.lft {
  text-align: left;
  width: 10%;
  margin-left: 0;
  margin-right: 0;
}

.line._2 {
  margin-top: 140px;
}

.line._3 {
  margin-bottom: 140px;
}

.sub-text {
  color: #616161;
  text-align: center;
  text-transform: none;
  margin-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.sub-text.testi {
  text-transform: none;
  margin-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Raleway, sans-serif;
}

.backg-sub {
  color: #212121;
  background-color: #ffd900d6;
  margin-left: 3px;
  margin-right: 3px;
  padding: 7px 10px 5px;
}

.intro-greeting {
  background-color: #212121;
  padding: 130px 20px;
}

.row {
  margin-bottom: 0;
}

.row.ft {
  margin-bottom: 60px;
}

.feat-ico {
  float: left;
  color: #333;
  text-align: center;
  background-color: #fff0;
  border-radius: 0%;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-top: 10px;
  overflow: hidden;
}

.feat-text {
  color: #fff;
  overflow: hidden;
}

.hero-section {
  background-color: #292929;
}

.row-portfolio.pg {
  background-color: #303030;
  margin-top: 60px;
}

.col-port {
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.button-section {
  color: #000;
  background-color: #ef8168;
  background-image: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo-section {
  padding: 100px 20px;
}

.portfolio-overlay {
  z-index: 10;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
}

.portfolio-overlay:hover {
  background-color: #000000b3;
}

.port-text {
  position: relative;
  top: 40%;
}

.big-text {
  color: #fff;
  letter-spacing: 4px;
  background-color: #ef8168;
  padding: 13px 17px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.img-por {
  width: 100%;
}

.slider-div {
  height: 300px;
  margin-top: 70px;
}

.slider {
  background-color: #0000;
  height: auto;
}

.arrow {
  background-image: url('../images/pattern2.jpg');
  width: 60px;
  height: 60px;
  padding-top: 18px;
  font-size: 22px;
  font-weight: 700;
}

.arrow.pro-slide {
  margin-right: 0;
}

.arrow.pro-slide-2 {
  margin-left: 0;
}

.vertical {
  width: 100px;
  height: 100px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: none;
  left: 0;
}

.vertical.vt-right {
  margin-right: 305px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.vertical.vt-left {
  margin-left: 305px;
  position: absolute;
  right: 0;
}

.dots-nav {
  opacity: .62;
  font-size: 10px;
  position: absolute;
}

.photo-client {
  background-image: url('../images/ryan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo-client.client_2 {
  background-image: url('../images/team2.jpg');
}

.photo-client.client_3 {
  background-image: url('../images/joshua.png');
}

.text-test {
  margin-top: 25px;
}

.name-testimonials {
  color: #212121;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.company {
  color: #818181;
  font-weight: 400;
}

.mask {
  top: 0;
  bottom: 0;
}

.client-section {
  background-color: #f7f7f7;
  padding: 40px 10px 40px 20px;
}

.client-logo {
  text-align: center;
  width: 20%;
  display: inline-block;
}

.col-right {
  text-align: right;
}

.copyright {
  color: #818181;
  text-align: left;
  letter-spacing: 1px;
  padding-top: 8px;
  font-size: 13px;
}

.social-ico {
  margin-bottom: 15px;
}

.social-ico.social-team {
  position: relative;
  top: 45%;
}

.ico-social {
  opacity: .67;
  background-color: #0000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .5s;
}

.ico-social:hover {
  opacity: 1;
}

.go-top {
  text-align: right;
  background-color: #fff;
  padding: 10px 20px;
}

.top {
  opacity: .6;
  width: 35px;
  height: 35px;
  transition: all .5s;
}

.top:hover {
  opacity: 1;
}

.tittle-section {
  background-color: #ef8168;
  padding: 60px 20px;
}

.team-section {
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-img {
  position: relative;
  overflow: hidden;
}

.team-wrapper {
  text-align: center;
  margin-top: 30px;
}

.team-overlay {
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: absolute;
}

.team-overlay:hover {
  background-color: #000000b3;
}

.contat-section {
  padding: 100px 20px;
}

.banner {
  height: 80%;
}

.hide {
  display: none;
}

.slider-projec {
  background-color: #0000;
  height: 100%;
}

.info-section {
  padding: 100px 20px;
}

.btn-div {
  margin-top: 40px;
}

.btn-div.rs {
  margin-top: 23px;
}

.related-section {
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 0;
}

.col-inf {
  text-align: left;
}

.text-field {
  border-top-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right-style: none;
  margin-bottom: 20px;
  padding: 20px 19px 20px 18px;
}

.text-field.area {
  padding-top: 13px;
  padding-bottom: 60px;
}

.error-message {
  text-align: center;
  margin-top: 20px;
}

.error {
  color: #ed7b7b;
  margin-bottom: 0;
}

.succes {
  text-align: center;
  background-color: #baffdad6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.succ {
  color: #0c9c4fd6;
  margin-bottom: 0;
  font-weight: 400;
}

.col-space {
  padding-left: 20px;
  padding-right: 20px;
}

.responsive-section {
  background-color: #f2f2f2;
  padding: 100px 20px;
}

.col-rs {
  padding-top: 24px;
}

.banner-home {
  background-image: linear-gradient(0deg, #000, #000 0%, #0000), url('../images/delu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  padding-left: 0;
  padding-right: 40px;
}

.banner-home.banner2 {
  height: 50vh;
}

.container-center {
  text-align: center;
  max-width: 65%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.small-text {
  color: #fff;
  letter-spacing: 2px;
  font-family: Raleway, sans-serif;
  font-size: 23px;
}

.btn-banner {
  margin-top: 50px;
}

.nh-hero {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000 39%, #fff 88%), linear-gradient(#ffffffba, #ffffffba), url('../images/shinto.jpg');
  background-position: 0 0, 0 0, 30% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border: 5px #303030;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.lohoblock1 {
  color: #000;
  background-color: #000;
  border: 1px #707070;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 17px -1px #0000002b;
}

.logoblocktxt {
  color: #fff;
  letter-spacing: 8px;
  font-family: Raleway, sans-serif;
  font-size: 137px;
  font-weight: 100;
  line-height: 137px;
}

.logoblocktxt.main {
  color: #fff;
  letter-spacing: 0;
  flex-flow: row;
  flex: 0 auto;
  padding-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
  display: flex;
}

.logoblocktxt.snaller {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  line-height: 26px;
}

.logoblocktxt.snaller.phone {
  letter-spacing: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: none;
}

.logoblocktxt.snaller.foot {
  letter-spacing: 5px;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.logoblocktxt.snaller.foot.phon {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.image-9 {
  opacity: .28;
  width: 100px;
  margin: 50px auto;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.logoblock {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 60px;
  display: block;
}

.logoblock.top {
  color: #333;
  font-size: 50px;
  display: none;
}

.logoblock.n {
  font-size: 100px;
  line-height: 100px;
}

.logoblock.middle {
  color: #fff;
  text-align: center;
  line-height: 130px;
}

.logoblock.middle.bar {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 40px;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.logoblock.middle.bar.home {
  padding-top: 20px;
}

.logoblock.bottom {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
}

.logoblock.bottom.talk {
  margin-top: 5px;
  font-size: 46px;
  font-weight: 500;
}

.logoblock.n {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
}

.logoblock.n.hero {
  font-size: 42px;
  line-height: 50px;
}

.logoblock.n.front {
  margin-bottom: 20px;
  font-size: 60px;
}

.logoblock.pagequote {
  color: #fff;
  font-size: 34px;
  line-height: 40px;
}

.logoblock.pagequote.b {
  font-weight: 500;
}

.logoblock.small {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.introblok {
  background-color: #6d1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.bold-text-3 {
  font-size: 100px;
  line-height: 60px;
}

.threead-paragraph {
  color: #000;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 25px;
}

.threead-paragraph.middle {
  color: #000;
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 100;
  line-height: 25px;
}

.processblok1 {
  display: flex;
}

.process1 {
  background-color: #212121;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.threead-title {
  color: #000;
  text-align: right;
  border-style: none;
  border-color: #8282828f;
  margin: 0 0 0 auto;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.threead-title.middle {
  color: #000;
  text-align: center;
  border-color: #8181818f;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
  display: block;
}

.threead-title.tlineleft {
  color: #000;
  text-align: right;
  font-size: 50px;
  font-weight: 700;
}

.threead-title.tlineleft._2 {
  float: none;
  clear: none;
  color: #000;
  text-align: right;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.threead-title.tlineleft._2.exp {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
}

.threead-title.tlineleft._2.exp.as {
  flex: 0 auto;
  align-self: auto;
  line-height: 1;
  display: flex;
}

.threead-title.tlineleft._2.w {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.threead-title.white {
  color: #fff;
}

.threead {
  color: #fff;
  background-color: #212121;
  border: 1px #000;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 35px 100px;
  display: flex;
}

.important-text {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 65px;
  display: flex;
}

.important-text.as {
  color: #333;
  justify-content: center;
}

.important-text.as.white {
  color: #fff;
  text-align: right;
}

.important-text.exp {
  color: #fff;
  text-align: right;
  text-shadow: none;
  justify-content: flex-end;
  line-height: 35px;
}

.important-text.exp._7 {
  color: #fff;
}

.important-text.rp {
  color: #fff;
  font-size: 55px;
}

.important-text.care, .important-text.wecon {
  color: #fff;
}

.important-text.as {
  color: #333;
}

.important-text.as.port {
  color: #fff;
}

.div-block-2 {
  z-index: 0;
  float: right;
  clear: none;
  text-align: right;
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2.as {
  justify-content: center;
  align-items: flex-end;
  margin-top: 10%;
  margin-right: 10%;
}

.div-block-2.exp, .div-block-2.as {
  align-items: flex-end;
  margin-top: 10%;
  margin-right: 10%;
}

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

.portfolioimage {
  display: none;
}

.skillsbartext {
  color: #fff;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.skillsbartext.percent {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.skillrow {
  background-color: #0000;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.skillsbox {
  background-color: #ffffffc9;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
}

.skillsbox.dash {
  background-color: #222226;
  border-radius: 0;
}

.skillsbox.air {
  background-color: #60b00d;
  border-radius: 0;
}

.skillsbox._7bib {
  background-color: #533f64;
  border-radius: 0;
}

.skillsbox.rp {
  background-color: #c2005e;
  border-radius: 0;
}

.skillsbox.exp {
  background-color: #5075aa;
  border-radius: 0;
}

.skillsbox.care {
  background-color: #ec9a60;
  border-radius: 0;
}

.skillsbox.wec {
  background-color: #7a3760;
  border-radius: 0;
}

.skillslidebar {
  background-color: #fff;
  background-image: linear-gradient(to right, #fff0, #fff3);
  border-bottom: 1px #fff;
  align-items: center;
  width: 95%;
  height: 25px;
  padding-left: 10px;
  display: flex;
}

.skillslidebar.as3 {
  width: 45%;
  padding-left: 10px;
  display: flex;
}

.skillslidebar.as5 {
  width: 100%;
}

.skillslidebar.as4 {
  align-items: center;
  width: 75%;
  padding-left: 10px;
  display: flex;
}

.skillslidebar.as1, .skillslidebar.as2 {
  align-items: center;
  width: 25%;
  padding-left: 10px;
  display: flex;
}

.dashhero {
  background-image: url('../images/dashpage1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  display: block;
}

.aurspacehero {
  background-image: url('../images/doingitright-nowrds.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  display: block;
}

.aurspacehero.port {
  background-image: linear-gradient(#60b00dc2, #60b00dc2), url('../images/doingitright-nowrds.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 50vh;
}

.aurspacehero.fix {
  background-image: url('../images/doingitright-nowrds.jpg');
  background-position: 50%;
}

.threead-button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #313935;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.threead-button._2 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  justify-content: flex-end;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
}

.threead-button._2.as {
  color: #fff;
  text-align: right;
  background-color: #303030;
  border-style: none;
  justify-content: flex-end;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 15px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.threead-button._2._7 {
  color: #533f64;
  background-color: #fff;
  border-style: none;
  height: 40px;
  margin-top: 20px;
  display: none;
}

.threead-button._2.rp {
  color: #c2005e;
  width: 100%;
  height: 40px;
  display: none;
}

.threead-button._2.exp {
  color: #5075aa;
  text-align: right;
  background-color: #fff;
  border-style: none;
  justify-content: flex-end;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 15px;
  display: none;
}

.threead-button._2.carelynx {
  color: #ff9449;
  display: none;
}

.threead-button._2.weconcile {
  color: #7a3760;
  display: none;
}

.experiencehero {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Speaker-bubble.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  height: 100vh;
  display: block;
}

.experiencehero._7 {
  background-image: url('../images/xb20.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.experiencehero.int {
  background-image: url('../images/Speaker-bubble.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.realplanshero {
  float: none;
  background-image: url('../images/rp-promo.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: block;
}

.quoteblock {
  text-align: center;
  border-right: 1px #4b4b4b;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

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

.processsection2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 100px 100px;
  display: flex;
}

.logoblocktestimonial {
  filter: saturate(0%);
  background-color: #fffc;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
}

.quotesaying {
  color: #212121;
  text-align: center;
  font-size: 15px;
  font-weight: 100;
}

.quoteresource {
  float: none;
  opacity: 1;
  flex: 0 auto;
  width: 50%;
  margin-bottom: 25px;
}

.row-5 {
  display: block;
}

.quote {
  color: #000;
  text-align: center;
  text-indent: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  overflow: hidden;
}

.rowtestimonial {
  border-top: 1px solid #ffffff1c;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.carelynxhero {
  background-image: url('../images/wt10.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.weconcilehero {
  background-image: url('../images/promo-weconpromo.jpg');
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: block;
}

.contactsection {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.body {
  margin-left: 250px;
}

.bold-text-4 {
  font-size: 70px;
  font-weight: 100;
  line-height: 30px;
}

.heading {
  color: #000;
  background-color: #fff;
  font-family: Raleway, sans-serif;
}

.button-2 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  padding: 20px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: static;
}

.image-13 {
  border: 10px #f1f0f0;
  border-radius: 200px;
  width: 160px;
  height: 160px;
  margin-bottom: 40px;
}

.image-13.home {
  border-style: solid;
  border-color: #fff;
  width: 220px;
  height: 220px;
  margin-bottom: 0;
}

.threead-2 {
  color: #fff;
  background-color: #21212100;
  border: 1px #000;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 35px 10px;
  display: flex;
}

.process1-2 {
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.greeting {
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: -20px;
  padding-bottom: 60px;
  display: block;
}

.greeting.new {
  background-color: #000;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/bw-helper.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay.leadership {
  background-image: linear-gradient(#000c, #000c), url('../images/bw-helper.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: flex-end;
  height: 1300px;
  padding-left: 140px;
  padding-right: 100px;
}

.hero-overlay.aboutme {
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/large-pix.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: flex-end;
  height: 1300px;
  padding-left: 140px;
  padding-right: 100px;
}

.hero-overlay.process {
  background-image: linear-gradient(#000000e0, #000000e0), url('../images/uicards.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: flex-end;
  height: 50vh;
  padding-left: 140px;
  padding-right: 100px;
}

.hero-overlay.spotlight {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/doingitright-nowrds.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: flex-end;
  height: 50vh;
  padding-left: 140px;
  padding-right: 100px;
}

.hero-overlay.spotlight.dash {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/dashpage1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  height: 85vh;
  padding-left: 0;
  padding-right: 40px;
}

.hero-overlay.spotlight.as {
  height: 85vh;
}

.centered-container {
  text-align: right;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  font-family: Raleway, sans-serif;
  display: flex;
}

.herotexttitke {
  border-style: none;
  font-family: Raleway, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 80px;
}

.herotexttitke.page {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 60px;
  display: block;
}

.herotexttitke.page._2 {
  padding-bottom: 20px;
}

.herotexttitke.page._2.discover {
  padding-bottom: 0;
}

.herotexttitke.page.about {
  padding-bottom: 0;
  line-height: 60px;
}

.herotexttitke.page.abot3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 100px;
}

.herotexttitke.adbout {
  text-align: right;
  max-width: 75%;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 42px;
  line-height: 50px;
}

.herotexttitke.adbout.inline {
  color: #000;
}

.herotexttitke.process {
  color: #fff;
  text-align: center;
  background-color: #91919100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
}

.herotexttitke.spotlight {
  text-align: right;
  max-width: 75%;
  margin-bottom: 20px;
  padding: 0;
  font-size: 40px;
  line-height: 41px;
}

.herotexttitke.spotlight.inline {
  color: #000;
}

.herotexttitke.spotlight.name {
  font-size: 130px;
  font-weight: 700;
  line-height: 130px;
}

.body-2 {
  background-color: #ebebeb;
  margin-left: 250px;
}

.rightsubp {
  color: #000;
  text-align: justify;
  margin-top: 25px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

.cs-title {
  color: #747474;
  text-align: center;
  flex: 0 auto;
  margin-top: 75px;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.cs-title.carelynx {
  color: #333;
  font-weight: 300;
}

.cs-title.subleft {
  text-align: left;
  font-size: 30px;
  font-weight: 200;
}

.cs-title.subright {
  text-align: right;
  font-size: 30px;
  font-weight: 200;
}

.csbrief {
  width: 100%;
  margin-top: 30px;
}

.leftsubp {
  color: #333;
  text-align: justify;
  margin-top: 25px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

.cs-1 {
  border-top: 1px #fff;
  flex-flow: column wrap;
  place-content: center flex-start;
  align-items: center;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.csbriefleft {
  padding-left: 10px;
  padding-right: 20px;
}

.csbriefright {
  padding-left: 20px;
}

.image-6 {
  z-index: 2;
  margin-top: -14px;
  display: none;
  position: absolute;
}

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

.cards-section.about {
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 20px;
  display: flex;
}

.cards-section.about.white {
  background-color: #fff;
}

.cards-section.discover {
  border-bottom: 1px solid #c9c9c9;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 20px;
  display: flex;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
}

.cards-grid-container.abouot {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 0;
}

.cards-grid-container.abouot._2 {
  margin-bottom: 100px;
}

.cards-grid-container.abouot.spot {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-content: start;
  place-items: stretch center;
  margin-bottom: 100px;
}

.cards-grid-container.discovery {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-top: 0;
}

.cards-grid-container.discovery._2 {
  margin-bottom: 100px;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image-mask.about {
  color: #fff;
  background-color: #0e0e0e00;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 40px 10px;
  display: flex;
}

.cards-image-mask.about.proud {
  background-color: #f8f8f8;
  border-style: none;
  border-color: #000;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cards-image-mask.about._12 {
  background-color: #000;
}

.cards-image-mask.discovery {
  color: #fff;
  background-color: #f3f3f3;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.cards-image-mask.discovery.proud {
  background-color: #f8f8f8;
  border-style: none;
  border-color: #000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cards-image.about {
  border: 10px #fff;
  display: none;
}

.heading-2 {
  color: #000;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
}

.heading-2.about {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.heading-2.about._2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph {
  color: #000;
  font-size: 15px;
}

.paragraph.b {
  font-weight: 700;
}

.paragraph.about {
  margin-bottom: 40px;
}

.paragraphline {
  color: #000;
  border-top: 1px solid #b6b6b6;
  padding-top: 60px;
}

.paragraph-2, .paragraph-3 {
  color: #000;
}

.lead-2 {
  background-color: #f2f2f2;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro {
  padding-top: 100px;
  padding-bottom: 20px;
}

.intro.w {
  background-color: #fff;
}

.grid {
  grid-template-rows: 1fr auto;
  grid-template-areas: "Area"
                       "Area-2";
}

.section {
  height: 100vh;
}

.gridbackground {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around flex-start;
  align-items: stretch;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.gridbackground.discover {
  border-bottom: 1px solid #c9c9c9;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

.gridbackground.dash {
  border-bottom: 1px #c9c9c9;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-item {
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.grid-item._2 {
  width: 65%;
}

.grid-item._3 {
  flex-wrap: nowrap;
  width: 47%;
}

.grid-item.minidiscover {
  color: #fff;
  background-color: #f4f4f4;
}

.grid-item._100 {
  width: 99%;
}

.grid-item._50 {
  width: 47%;
}

.gridtext {
  color: #000;
  font-size: 18px;
  line-height: 32px;
}

.gridtext.header {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-bottom: 1px solid #a8a8a8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  display: flex;
}

.gridtext.p {
  color: #000;
  text-align: left;
  padding: 20px;
  font-size: 15px;
}

.gridtext.p.deliver {
  color: #000;
  text-align: center;
  flex-direction: column;
  font-weight: 700;
  display: flex;
}

.leaderblock {
  text-align: center;
  background-color: #fff;
  border: 1px solid #00000021;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.leaderblock.businessmodel {
  background-color: #494949;
}

.leaderblock.dash {
  text-align: left;
  background-color: #212121;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 5px;
}

.leaderhead {
  color: #000;
  text-align: center;
  border-style: none;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 35px;
}

.leaderhead.businessmodel {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.leaderhead.dash {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.leaderhead.dash.subsub {
  color: #c8c8c8;
  padding-top: 0;
}

.leaderhead.dash.subsub._2 {
  margin-top: 40px;
  margin-bottom: 0;
}

.image-14, .paragraph-4, .heading-3, .heading-4, .paragraph-5, .paragraph-6, .heading-5, .paragraph-7, .paragraph-8, .heading-6, .heading-7, .paragraph-9, .heading-8 {
  color: #fff;
}

.frontp {
  color: #fff;
  padding-right: 20px;
  font-size: 16px;
}

.frontp.dark {
  color: #000;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.frontp.dark.space {
  color: #fff;
  background-color: #272727;
  width: 85%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.column-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-9 {
  font-family: Oswald, sans-serif;
  display: none;
}

.div-block-3 {
  width: 25%;
  height: 50px;
}

.interesttext {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
  display: block;
}

.interesttext.discover {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.interesttext.discover.small {
  color: #a8a8a8;
  font-size: 20px;
  line-height: 20px;
}

.exptext {
  line-height: 21px;
}

.image-15, .logoimg {
  width: 50%;
}

.bold-text-5 {
  line-height: 40px;
}

.tabtop {
  background-color: #0000;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  margin-top: -59px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.tab {
  background-color: #d4d4d4;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 35px;
  margin: 0 5px;
  display: flex;
}

.tab.active {
  box-shadow: none;
  background-color: #fff;
  height: 50px;
  margin-bottom: -9px;
}

.link {
  color: #4e4e4e;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link.active {
  color: #000;
  height: 50px;
  margin-top: -4px;
  font-size: 19px;
  font-weight: 500;
  text-decoration: underline;
}

.heroprocess {
  background-color: #919191;
  background-image: linear-gradient(#919191eb, #919191eb), url('../images/uicards.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.vertline {
  text-align: center;
  border: 1px solid #c9c9c9;
  width: 1px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.vertline.half {
  height: 150px;
}

.container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.threead-title-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
  display: block;
}

.threead-title-2.tlineleft {
  color: #fff;
  text-align: right;
  font-size: 25px;
  font-weight: 300;
}

.threead-title-2.tlineleft._2 {
  float: none;
  clear: none;
  color: #fff;
  text-align: right;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 30px;
  display: flex;
}

.threead-title-2.tlineleft._2.as {
  color: #333;
}

.threead-title-2.tlineleft._2.as.port {
  color: #fff;
}

.threead-title-2.port {
  text-align: left;
  border-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.threead-paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 25px;
}

.threead-paragraph-2.port {
  font-size: 14px;
  font-weight: 500;
}

.threead-paragraph-2.port.canvas {
  font-weight: 100;
}

.threead-paragraph-2.as {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.threead-paragraph-2.comply {
  color: #818181;
  text-align: left;
  margin-top: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.industrytypea {
  background-color: #333;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: none;
}

.text-block-3 {
  color: #333;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 100;
}

.image-12 {
  width: 25px;
  max-width: 100%;
  margin-right: 10px;
}

.threead-3 {
  color: #fff;
  background-color: #212121;
  border: 1px #000;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 35px 10px;
  display: flex;
}

.threead-3.port {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.threead-3.port.overview {
  text-align: center;
  background-color: #494949;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding-left: 35px;
  display: flex;
}

.process1-3 {
  background-color: #212121;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.process1-3.dash {
  background-color: #fff;
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 40px;
}

.industry-block {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 5px;
  padding: 20px;
  display: flex;
}

.industry-block.port {
  background-color: #60b00dbf;
  border-radius: 5px;
  padding: 10px;
}

.column-3 {
  justify-content: center;
  align-items: center;
  height: 34px;
  display: flex;
}

.text-block-4 {
  text-transform: uppercase;
  flex: none;
  font-family: Raleway, sans-serif;
}

.text-block-4.current {
  font-weight: 900;
}

.text-block-4.current.as {
  color: #60b00d;
  font-weight: 700;
}

.text-block-4.black {
  color: #252525;
  font-size: 10px;
  font-weight: 300;
}

.column-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-weight: 900;
  display: flex;
}

.column-2.active {
  color: #60b00d;
  background-image: none;
  height: 35px;
  margin-top: 0;
}

.subheader {
  z-index: 3;
  color: #fff;
  text-align: center;
  background-color: #7a3760;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 35px;
  margin-top: 74px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.subheader.as {
  background-color: #fff;
  background-image: none;
  width: 100%;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  inset: 0 0 auto;
  box-shadow: 1px 1px 3px #0000002b;
}

.navlink {
  color: #fff;
  letter-spacing: 1.5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.navlink:hover, .navlink:active {
  color: #fff;
}

.navlink.w--current {
  font-size: 12px;
  font-weight: 700;
}

.navboxes {
  background-color: #fff;
  height: 34px;
}

.chinkimage-paragraph {
  text-align: left;
  margin-top: 25px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 37px;
}

.chinkimage-paragraph.title {
  color: #333;
  text-align: left;
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
}

.chinkimage-paragraph.title.dash {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.chinkimage-paragraph.title.dash.ti {
  text-align: left;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 38px;
}

.chinkimage-paragraph.title.dash.challenge {
  font-size: 23px;
  font-weight: 700;
}

.chinkimage-paragraph.title.dash._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.chinkimage-paragraph.title.dash._2.subtitle {
  padding-bottom: 0;
}

.chinkimage-paragraph.title.dash.subtitle {
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  line-height: 33px;
}

.chinkimage-paragraph.title.dash.subtitle.b {
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.chinkimage-paragraph.title.dashlight {
  background-color: #e5e5e5;
  margin-bottom: 0;
  padding: 60px;
  font-size: 21px;
  font-weight: 300;
  line-height: 38px;
}

.chinkimage-paragraph.title.dashlight.ti {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 38px;
}

.chinkimage-paragraph.title.dashlight.challenge {
  font-size: 23px;
  font-weight: 700;
}

.chinkimage-paragraph.title.dashlight.me {
  color: #000;
  text-align: left;
  background-color: #fff0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
}

.chinkimage-paragraph.title.as {
  text-align: center;
}

.chinkimage-paragraph.dash {
  color: #000;
  text-align: left;
  margin-top: 10px;
}

.chinkimage-paragraph.dash.ti {
  line-height: 23px;
}

.chinkimage-paragraph.dash._2 {
  margin-top: 0;
}

.mobilechunk {
  flex-direction: column;
  flex: 0 0 25%;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 25px;
  display: block;
}

.mobilechunk.dash {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.mobilechunk.dash._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.mobilechunk.dash.as {
  align-items: center;
  display: block;
}

.portfolioheader {
  color: #000;
  background-color: #f2f2f2;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.portfolioheader.dash {
  color: #000;
  text-align: left;
  background-color: #21212100;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 40px;
}

.portfolioheader.dash.odd {
  background-color: #fff;
}

.portfolioheader.as {
  justify-content: center;
}

.chunkimage-mobile {
  text-align: center;
  border: 5px #fff;
  flex: 0 auto;
}

.mobileimg {
  opacity: 1;
  color: #60b00d;
  border: 0 #fff;
  max-width: 35%;
  padding-left: 25px;
  padding-right: 25px;
}

.mobileimg.log {
  margin-top: 50px;
  margin-bottom: 50px;
}

.portfolio-chunks {
  flex-flow: row;
  flex: 0 auto;
  place-content: flex-start space-around;
  align-items: stretch;
  width: 95%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.section-2.dash {
  border-radius: 10px;
  align-items: flex-start;
  margin: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0 0 20px -8px #0000003d;
}

.section-2.dash.odd {
  background-color: #fff;
  border: 10px #acacac;
}

.section-2.dash.odd.low {
  padding-bottom: 0;
}

.section-2.dash.title {
  box-shadow: none;
  background-color: #fff0;
  border-radius: 0;
  margin-top: 40px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.port-title {
  color: #000;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  display: flex;
}

.tabletchunk {
  flex-flow: column wrap;
  flex: 0 0 50%;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 25px;
  padding: 25px;
  display: flex;
}

.tabletimg {
  padding-left: 0;
  padding-right: 0;
}

.desktop-chunk {
  flex-direction: column;
  flex: 0 0 49%;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 25px;
  display: block;
}

.port-3 {
  opacity: .21;
  text-align: center;
  width: 50%;
  margin: 100px auto 100px 0;
}

.port-3.lower {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.port-3.big {
  width: 100%;
}

.port-3.big._3 {
  opacity: 1;
  margin-bottom: 220px;
}

.port-3.big.padd {
  margin-top: 10px;
}

.port-3.big._2 {
  opacity: 1;
  border: 10px solid #eee;
  margin-top: 40px;
  margin-bottom: 40px;
}

.port-3.big._6 {
  margin-top: 10px;
  margin-bottom: 0;
}

.port-3.big._5 {
  opacity: 1;
}

.port-3.full {
  margin-top: 100px;
}

.customer-img {
  opacity: .5;
  width: 100%;
}

.image-collection {
  justify-content: space-around;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.image-collection.nolow {
  margin-bottom: 0;
}

.img-1 {
  opacity: 1;
  width: 49%;
  margin-left: 2px;
  margin-right: 2px;
}

.img-1._25 {
  width: 35%;
  max-width: 35%;
}

.featured {
  width: 100%;
  margin-bottom: 220px;
}

.featured._2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.spotlght-header {
  font-size: 20px;
}

.spotlght-header.spot {
  color: #fff;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.spotlght-header.spotcontent {
  text-align: left;
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.imagespace {
  margin-top: 100px;
  margin-bottom: 100px;
}

.imagespace._50 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.listitem {
  color: #000;
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 38px;
}

.list {
  padding-left: 100px;
}

.list._2 {
  margin-bottom: 60px;
}

.sepline {
  background-color: #0000;
  border-top: 1px dashed #000;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-4 {
  background-color: #0e0e0e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.processblock {
  background-color: #0e0e0e;
  flex-flow: row;
  align-items: flex-start;
  height: 100%;
  padding: 40px 20px;
  display: block;
}

.logos {
  max-width: 50%;
  margin: 40px auto 100px;
}

.bigimg {
  width: 100%;
}

.bigimg._50 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.imgla {
  margin-bottom: 100px;
}

.video {
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.aouttext {
  line-height: 20px;
}

.greet2 {
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 100px;
  display: block;
}

.greet2.new {
  background-color: #000;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.video-2 {
  position: absolute;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
}

.callschedule {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
}

.callschedule.white {
  color: #000;
  background-color: #fff;
}

.italic-text {
  font-style: normal;
}

.italic-text.hero {
  font-size: 20px;
  line-height: 5px;
}

.div-block-5 {
  background-color: #009b00;
  width: 50%;
  max-width: 50%;
  padding: 20px;
  position: sticky;
  inset: 0% 0% auto auto;
}

.text-block-5 {
  color: #fff;
}

html.w-mod-js [data-ix="move-up"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="from-top"], html.w-mod-js [data-ix="from-top-2"], html.w-mod-js [data-ix="from-top-3"] {
  opacity: 0;
  transform: translate(0, -33px);
}

html.w-mod-js [data-ix="frome-left"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (max-width: 991px) {
  .nav-linke {
    text-align: left;
    max-width: 100%;
  }

  .nav-linke:hover {
    color: #323232;
  }

  .port-text {
    top: 37%;
  }

  .big-text {
    padding: 8px 12px;
    font-size: 12px;
  }

  .vertical.vt-right {
    margin-right: 200px;
  }

  .vertical.vt-left {
    margin-left: 200px;
  }

  .brand-logo {
    display: block;
  }

  .client-logo {
    width: 50%;
    margin-bottom: 45px;
  }

  .banner, .slider-projec {
    height: 400px;
  }

  .nav-device {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    background-image: none;
  }

  .col-space {
    margin-bottom: 50px;
  }

  .menu-button {
    color: #323232;
  }

  .menu-button.w--open {
    background-color: #ef8168;
  }

  .banner-home {
    height: 600px;
    padding-top: 184px;
  }

  .lohoblock1 {
    margin-top: 75px;
  }

  .logoblock {
    margin-bottom: 65px;
    font-size: 66px;
  }

  .logoblock.middle {
    line-height: 70px;
  }

  .logoblock.n {
    font-size: 70px;
    line-height: 40px;
  }

  .logoblock.n.front {
    margin-bottom: 20px;
    line-height: 60px;
  }

  .processblok1 {
    flex-direction: column;
  }

  .process1 {
    background-color: #fff;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    height: auto;
  }

  .threead-title, .threead-title.tlineleft {
    color: #fff;
  }

  .threead-title.tlineleft._2 {
    color: #fff;
    text-align: right;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .threead-title.tlineleft._2.exp {
    text-align: center;
  }

  .threead-title.tlineleft._2.exp.as {
    color: #fff;
    text-align: center;
    flex-direction: row;
    justify-content: center;
  }

  .threead {
    border-bottom: 1px solid #00000026;
    width: 100%;
    padding-top: 50px;
  }

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

  .important-text.as {
    color: #fff;
  }

  .div-block-2.as {
    text-align: center;
    align-self: auto;
    align-items: flex-end;
    margin-top: 0%;
    margin-right: 0%;
  }

  .div-block-2.exp {
    align-items: center;
    margin-top: 0%;
    margin-right: 0%;
  }

  .div-block-2.exp._7block {
    margin-top: 0%;
    margin-right: 0%;
  }

  .div-block-2.as {
    text-align: center;
    align-items: center;
    margin-top: 0%;
    margin-right: 0%;
  }

  .dashhero {
    background-image: linear-gradient(#00000085, #00000085), url('../images/dashpage1.jpg');
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .aurspacehero {
    background-image: linear-gradient(#00000085, #00000085), url('../images/doingitright-nowrds.jpg');
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .experiencehero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .experiencehero._7 {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/7bg-promo.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .realplanshero {
    background-image: linear-gradient(#00000069, #00000069), url('../images/rp-promo.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .quoteblock {
    width: 100%;
  }

  .processsection2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-8 {
    flex: none;
  }

  .row-5 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: stretch;
  }

  .carelynxhero {
    justify-content: center;
    display: flex;
  }

  .weconcilehero {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .body {
    margin-left: 0;
  }

  .bold-text-4 {
    font-size: 40px;
  }

  .threead-2 {
    border-bottom: 1px solid #00000026;
    width: 100%;
    padding-top: 50px;
  }

  .process1-2 {
    background-color: #fff;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    height: auto;
  }

  .cards-grid-container, .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .threead-title-2.tlineleft._2.as.port {
    text-align: center;
  }

  .threead-title-2.port {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .threead-paragraph-2.port {
    text-align: center;
  }

  .threead-3 {
    border-bottom: 1px solid #00000026;
    width: 100%;
    padding-top: 50px;
  }

  .threead-3.port {
    text-align: center;
    border-right-color: #333;
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    height: 350px;
    padding-bottom: 40px;
  }

  .threead-3.port.overview {
    border-right-style: none;
    width: 100%;
    height: auto;
    padding-bottom: 35px;
  }

  .process1-3 {
    background-color: #fff;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    height: auto;
  }

  .process1-3.dash {
    background-color: #212121;
  }

  .mobilechunk, .mobilechunk.dash {
    flex-basis: 50%;
  }

  .mobileimg {
    border: 10px #fff;
    text-decoration: none;
    display: inline-block;
  }

  .portfolio-chunks {
    align-items: flex-start;
  }

  .port-title {
    font-weight: 100;
  }

  .bold-text-6 {
    font-size: 50px;
  }

  .bold-text-7 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding: 20px 40px 15px;
    font-size: 29px;
  }

  .row {
    margin-top: -37px;
  }

  .port-text {
    top: 197px;
  }

  .port-text.mob {
    top: 375px;
  }

  .port-text.mob-2 {
    top: 99px;
  }

  .brand-logo {
    display: block;
  }

  .client-logo {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .client-logo.no-sp {
    margin-bottom: 0;
  }

  .col-right {
    text-align: center;
    margin-top: 14px;
  }

  .copyright {
    text-align: center;
    margin-bottom: 15px;
  }

  .social-ico.social-team {
    top: 289px;
  }

  .cent {
    text-align: center;
  }

  .banner-home {
    height: 450px;
    padding-top: 116px;
  }

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

  .lohoblock1 {
    margin-top: 3%;
  }

  .logoblock {
    margin-bottom: 75px;
    font-size: 50px;
  }

  .logoblock.middle {
    line-height: 70px;
  }

  .logoblock.n.front {
    margin-bottom: 20px;
    line-height: 60px;
  }

  .logoblock.small {
    line-height: 22px;
  }

  .processblok1 {
    flex-direction: column;
  }

  .process1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .threead {
    border-bottom: 1px solid #00000026;
    width: 100%;
    padding-top: 50px;
  }

  .div-block-2.as, .div-block-2.exp {
    margin-top: 0%;
    margin-right: 0%;
  }

  .div-block-2.exp._7block {
    margin-right: 0%;
  }

  .div-block-2.as {
    margin-top: 0%;
    margin-right: 0%;
  }

  .dashhero, .aurspacehero, .experiencehero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .experiencehero._7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .realplanshero {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .processsection2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-8 {
    flex: 1;
  }

  .row-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .carelynxhero {
    justify-content: center;
    display: flex;
  }

  .weconcilehero {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .threead-2 {
    border-bottom: 1px solid #00000026;
    width: 100%;
    padding-top: 50px;
  }

  .process1-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-overlay, .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container, .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .threead-3 {
    border-bottom: 1px solid #00000026;
    width: 100%;
    padding-top: 50px;
  }

  .process1-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding: 15px 30px 10px;
    font-size: 24px;
  }

  .button.btn-project {
    font-size: 10px;
  }

  .button.btn-spc {
    margin-bottom: 20px;
  }

  .left-navigation {
    display: none;
  }

  .nav-linke {
    color: #000;
  }

  .nav-linke.w--current {
    background-color: #fff;
    border-bottom-style: none;
    border-bottom-color: #e2e2e2;
    font-size: 16px;
  }

  .center.article {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 35px;
  }

  .subtitle.text-pages {
    font-size: 15px;
  }

  .subtitle._2 {
    line-height: 30px;
  }

  .line {
    margin-bottom: 10px;
  }

  .sub-text.testi {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 23px;
  }

  .intro-greeting {
    display: block;
  }

  .row {
    margin-top: -22px;
  }

  .feat-ico {
    margin-right: 0;
  }

  .port-text {
    top: 100px;
  }

  .port-text.mob {
    top: 212px;
  }

  .port-text.mob-2 {
    top: 42px;
  }

  .slider-div {
    height: auto;
  }

  .social-ico.social-team {
    top: 147px;
  }

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

  .banner, .slider-projec {
    height: auto;
  }

  .nav-device {
    display: none;
  }

  .col-space {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #030303;
  }

  .banner-home {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nh-hero {
    background-image: linear-gradient(#0000 39%, #fff 88%), linear-gradient(#ffffffba, #ffffffba), url('../images/shinto.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-attachment: scroll, scroll, scroll;
    justify-content: flex-start;
    padding-top: 100px;
  }

  .lohoblock1 {
    background-color: #212121;
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 220px;
    padding: 20px;
    line-height: 13px;
    display: flex;
  }

  .logoblocktxt {
    color: #fff;
  }

  .logoblocktxt.main {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    line-height: 100px;
    display: flex;
    overflow: hidden;
  }

  .logoblocktxt.snaller {
    color: #fff;
  }

  .image-9 {
    display: block;
  }

  .logoblock {
    font-size: 55px;
    line-height: 61px;
  }

  .logoblock.n {
    margin-bottom: 0;
    line-height: 50px;
  }

  .logoblock.middle {
    margin-bottom: 0;
    line-height: 60px;
  }

  .logoblock.middle.bar.home {
    font-size: 30px;
    line-height: 38px;
  }

  .logoblock.bottom {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
  }

  .logoblock.n {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 40px;
  }

  .logoblock.n.front {
    font-size: 39px;
    line-height: 43px;
  }

  .logoblock.small {
    font-size: 13px;
    line-height: 17px;
  }

  .bold-text-3 {
    font-size: 50px;
    line-height: 25px;
  }

  .threead-paragraph {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
  }

  .threead-paragraph.middle {
    margin-top: 10px;
    font-size: 17px;
  }

  .processblok1 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
  }

  .process1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .threead-title {
    color: #000;
    text-align: center;
    margin-right: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .threead-title.middle {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

  .threead-title.tlineleft {
    color: #000;
    line-height: 70px;
  }

  .threead-title.tlineleft._2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
  }

  .threead-title.tlineleft._2.exp {
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .threead-title.tlineleft._2.exp.as {
    color: #333;
  }

  .threead-title.tlineleft._2.w {
    color: #000;
    text-align: center;
    letter-spacing: 10px;
    line-height: 1;
  }

  .threead-title.tlineleft._2.w.int {
    color: #fff;
  }

  .threead-title.white {
    color: #000;
  }

  .threead-title.white.int, .threead-title.as {
    color: #fff;
  }

  .threead {
    border: 1px #000;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    padding: 50px 20px 20px;
  }

  .important-text.exp {
    color: #333;
    text-align: center;
    font-size: 45px;
    line-height: 25px;
  }

  .important-text.exp._7 {
    color: #333;
    text-align: center;
    justify-content: flex-end;
    line-height: 65px;
  }

  .important-text.rp {
    color: #333;
  }

  .important-text.care, .important-text.wecon {
    color: #333;
    font-size: 45px;
  }

  .important-text.as {
    color: #333;
  }

  .important-text.as.port {
    flex-direction: row;
    font-size: 55px;
  }

  .div-block-2.as {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 100px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2.exp {
    text-align: center;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 150px;
    margin-right: 0;
  }

  .div-block-2.exp._7block {
    width: 100%;
    margin-top: 150px;
    margin-bottom: 150px;
    margin-right: 0;
  }

  .div-block-2.as {
    align-items: center;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 100px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .skillcolumn {
    justify-content: flex-end;
    padding-left: 0;
  }

  .portfolioimage {
    margin-top: 20px;
    padding: 0;
    display: block;
  }

  .skillsbartext {
    text-align: left;
  }

  .skillsbox.dash {
    background-color: #0d3eb0;
    border-radius: 0;
    margin-top: 0;
  }

  .skillsbox.air {
    background-color: #60b00d;
    border-radius: 0;
  }

  .skillsbox._7bib {
    background-color: #533f64;
    border-radius: 0;
  }

  .skillsbox.rp {
    background-color: #c2005e;
    border-radius: 0;
  }

  .skillsbox.exp {
    background-color: #5075aa;
    border-radius: 0;
    margin-top: 0;
  }

  .skillsbox.care {
    background-color: #ec9a60;
    border-radius: 0;
    margin-top: 0;
  }

  .skillsbox.wec {
    background-color: #7a3760;
    border-radius: 0;
    margin-top: 0;
  }

  .dashhero {
    text-align: center;
    background-image: linear-gradient(#fff, #fff);
    border-bottom: 1px solid #d1d1d1;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .aurspacehero {
    background-color: #e9e9e9;
    background-image: none;
    border-bottom: 1px solid #d1d1d1;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .aurspacehero.port {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .aurspacehero.fix {
    background-image: linear-gradient(#000, #0000), url('../images/doingitright-nowrds.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .threead-button._2.as {
    color: #fff;
    text-align: center;
    background-color: #000;
    justify-content: center;
  }

  .experiencehero {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #d1d1d1;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .experiencehero._7 {
    background-color: #e4e4e4;
    background-image: none;
    border-bottom: 1px solid #d1d1d1;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .experiencehero.int {
    background-image: linear-gradient(#00000054, #00000054), url('../images/Speaker-bubble.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .realplanshero {
    background-color: #e9e9e9;
    background-image: none;
    border-bottom: 1px solid #d1d1d1;
    justify-content: flex-end;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .quoteblock {
    border-bottom: 1px solid #ffffff2b;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .processsection2 {
    flex-wrap: nowrap;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .quotesaying {
    font-size: 19px;
  }

  .row-5 {
    flex-direction: column;
    padding-top: auto;
  }

  .rowtestimonial {
    flex-wrap: nowrap;
  }

  .carelynxhero {
    text-align: center;
    background-color: #e9e9e9;
    background-image: none;
    border-bottom: 1px solid #d1d1d1;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .weconcilehero {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #d1d1d1;
    justify-content: flex-end;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .contactsection {
    background-color: #dfdfdf;
  }

  .body {
    margin-left: 0;
  }

  .bold-text-4 {
    font-size: 40px;
    line-height: 25px;
  }

  .image-13.home {
    width: 180px;
    height: 180px;
  }

  .threead-2 {
    border: 1px #000;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    padding: 50px 20px 20px;
  }

  .process1-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hero-overlay.leadership, .hero-overlay.aboutme {
    align-items: center;
    padding: 10px;
  }

  .hero-overlay.spotlight.dash {
    background-image: linear-gradient(#000000e0, #000000e0), url('../images/dashpage1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-overlay.spotlight.as {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-container {
    text-align: left;
  }

  .herotexttitke.page {
    font-size: 40px;
    line-height: 50px;
  }

  .herotexttitke.page._2 {
    line-height: 40px;
  }

  .herotexttitke.page.about {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .herotexttitke.page.abot3 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .herotexttitke.adbout {
    text-align: center;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .herotexttitke.spotlight {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 30px;
  }

  .herotexttitke.spotlight.name {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 100px;
  }

  .body-2 {
    margin-left: 0;
  }

  .cards-section.about {
    width: 100%;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .centered-container-2 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-grid-container.abouot {
    flex-direction: column;
    flex: 0 auto;
    place-content: stretch;
    align-self: stretch;
    place-items: stretch stretch;
    display: flex;
  }

  .cards-image-mask.about.proud {
    margin-top: 40px;
  }

  .cards-image-mask.about._12 {
    margin-top: 20px;
  }

  .heading-2.about._2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gridbackground {
    flex-direction: column;
    align-items: center;
  }

  .gridbackground.dash {
    flex-direction: column;
  }

  .grid-item {
    align-items: center;
    width: 100%;
  }

  .grid-item._2, .grid-item._3, .grid-item._50 {
    width: 100%;
  }

  .gridtext.p {
    line-height: 23px;
  }

  .leaderblock {
    width: 100%;
  }

  .leaderhead {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .frontp {
    padding-right: 0;
  }

  .column-9 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .threead-title-2 {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

  .threead-title-2.tlineleft._2 {
    color: #333;
    font-size: 10px;
    line-height: 47px;
  }

  .threead-title-2.tlineleft._2.as {
    color: #fff;
    text-align: center;
  }

  .threead-title-2.tlineleft._2.as.port {
    flex-direction: row;
    font-size: 20px;
    line-height: 30px;
  }

  .threead-title-2.port {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .threead-paragraph-2 {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
  }

  .threead-paragraph-2.port {
    text-align: center;
  }

  .threead-paragraph-2.as {
    color: #fff;
  }

  .threead-3 {
    border: 1px #000;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    padding: 50px 20px 20px;
  }

  .threead-3.port {
    border-top: 1px solid #0000002e;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
  }

  .threead-3.port.overview {
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .process1-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .chinkimage-paragraph {
    text-align: justify;
  }

  .chinkimage-paragraph.title.dash {
    line-height: 40px;
  }

  .chinkimage-paragraph.title.dash.ti {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
  }

  .chinkimage-paragraph.title.dash._2.subtitle {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .chinkimage-paragraph.title.dash.subtitle {
    font-size: 22px;
  }

  .chinkimage-paragraph.title.dashlight.me {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .chinkimage-paragraph.title.as {
    line-height: 40px;
  }

  .chinkimage-paragraph.dash {
    line-height: 27px;
  }

  .chinkimage-paragraph.dash._2 {
    line-height: 23px;
  }

  .mobilechunk {
    flex-basis: 100%;
  }

  .mobilechunk.dash {
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolioheader {
    text-align: center;
  }

  .portfolioheader.dash {
    width: 100%;
    padding-right: 0;
  }

  .mobileimg {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.dash {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-2.dash.title {
    padding-left: 10px;
  }

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

  .tabletchunk {
    flex-basis: 100%;
  }

  .tabletimg {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-chunk {
    flex-basis: 100%;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 40px;
  }

  .column-10 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-collection {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img-1 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    display: block;
  }

  .img-1._25 {
    width: 100%;
    max-width: 100%;
  }

  .listitem {
    font-size: 18px;
    line-height: 30px;
  }

  .list {
    padding-left: 20px;
  }

  .processblock {
    margin-bottom: 10px;
  }

  .logos {
    width: 100%;
    max-width: 100%;
  }

  .greet2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-c92aa57f-d407-43ac-6038-aa1fe9af9df1-076ac760 {
  grid-column-end: span .993304;
  grid-column-start: span .993304;
  grid-row-end: span .993304;
  grid-row-start: span .993304;
  place-self: auto;
}

#w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e01-076ac760 {
  place-self: start center;
}

#w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e09-076ac760 {
  place-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-e7216223-18e6-49ca-fc12-6c646d99bf67-526ac757, #w-node-c144d613-396f-4c62-a065-09cd67b48201-526ac757, #w-node-eef6aa39-e929-a5fd-1ad1-27bed6f5d180-526ac757, #w-node-_4ae24ee9-43c9-e506-1cb2-d1fa5da349dd-526ac757, #w-node-c58c9689-58b0-4205-8d51-7e95417430f5-526ac757, #w-node-_62ed3d93-c295-abbb-a405-4f6cd5aa7823-526ac757, #w-node-c58c9689-58b0-4205-8d51-7e954174310d-526ac757, #w-node-c58c9689-58b0-4205-8d51-7e95417430fd-526ac757, #w-node-c58c9689-58b0-4205-8d51-7e9541743105-526ac757, #w-node-ff1230b4-8a74-f936-8e88-0f9b5d66adc6-526ac757, #w-node-_3c683e15-dd69-e3de-232a-79c6220284c1-526ac757, #w-node-_8a808216-f81f-3a1e-5463-00ab827e9d3e-526ac757, #w-node-_8100082e-8ce4-87d9-80fb-e10c204fcc01-ef6ac75a, #w-node-_8100082e-8ce4-87d9-80fb-e10c204fcc11-ef6ac75a, #w-node-_8100082e-8ce4-87d9-80fb-e10c204fcc09-ef6ac75a, #w-node-dd454502-ffbf-76b8-c2eb-c9b8cded5bdf-ef6ac75a, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9df1-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9df9-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e01-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e09-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e11-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e19-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e21-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e29-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e31-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e39-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e41-076ac760, #w-node-c92aa57f-d407-43ac-6038-aa1fe9af9e49-076ac760 {
    grid-column: span 1 / span 1;
  }
}


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