body {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 54px;
  line-height: 65px;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 46px;
  font-weight: 900;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 57px;
  font-weight: 300;
  text-align: left;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

a {
  -webkit-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  font-family: museo-sans, sans-serif;
  color: #fd2d2d;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

a:hover {
  color: #b00;
}

img {
  display: inline-block;
}

.navbar {
  position: relative;
  top: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: rgba(255, 249, 249, 0);
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #fff;
}

.section {
  position: relative;
  text-align: center;
}

.hero-text {
  width: 100%;
  margin-top: 0px;
  padding-right: 227px;
  font-size: 80px;
  line-height: 90px;
  text-align: left;
}

.head-container {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 80px 120px;
  -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;
}

.divider {
  width: 200px;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fd2d2d;
}

.text-span-2 {
  color: #fd2d2d;
}

.text-span-3 {
  color: #fd2d2d;
}

.spacer {
  height: 100px;
}

.project-title-header {
  color: #000;
  font-size: 64px;
  line-height: 72px;
  font-weight: 900;
}

.project-title-header.sl-header {
  color: #03f;
}

.project-title-header.rg-project-title-header {
  color: #fff;
}

.project-title-header.teleport-project-header {
  color: #39b0ff;
}

.project-title-header.ips-project-title {
  color: #fff;
}

.project-data-text {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.project-data-text.sl-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.project-data-text.ondark-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: hsla(0, 0%, 100%, 0.7);
}

.project-data-text.onlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: rgba(0, 0, 0, 0.7);
}

.outlined-button {
  position: relative;
  z-index: 20;
  margin-top: 35px;
  padding: 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fd2d2d;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
  transition: all 400ms cubic-bezier(.165, .84, .44, 1);
  color: #fd2d2d;
  text-align: center;
}

.outlined-button:hover {
  background-color: #fd2d2d;
  box-shadow: 0 8px 12px 0 rgba(253, 45, 45, 0.2);
  color: #fff;
}

.navbar-dark {
  position: relative;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: transparent;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-2.w--current {
  color: #fd2d2d;
}

.body {
  background-color: #0a0a0a;
}

.body-2 {
  background-color: #fff;
}

.bio-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-contents-block {
  position: relative;
  z-index: 2;
  display: block;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h1-dark {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.about-content-block {
  width: 60%;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
}

.bio-text {
  max-width: 840px;
  padding-bottom: 50px;
  font-family: museo-sans, sans-serif;
  font-size: 32px;
  line-height: 50px;
  font-weight: 300;
}

.text-span-4 {
  color: #fd2d2d;
}

.wall-type {
  position: relative;
  left: 23%;
  top: 116px;
  overflow: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 300px;
  line-height: 220px;
  font-weight: 900;
}

.multi-style-content {
  max-width: 840px;
  padding-bottom: 40px;
}

.bio-title {
  max-width: 840px;
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
}

.bio-secondary-info {
  max-width: 840px;
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: #444;
  font-size: 32px;
  line-height: 50px;
  font-weight: 500;
}

.bio-overline {
  max-width: 840px;
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 5px;
}

.nav-link-light {
  margin-left: 4px;
}

.nav-link-light:hover {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

.nav-link-light:active {
  color: #fd2d2d;
}

.nav-link-light:focus {
  color: #686262;
}

.nav-link-light:visited {
  color: #000;
}

.big-text-container {
  position: absolute;
  top: 18px;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  height: 500px;
}

.big-h1-link {
  color: #fff;
  font-size: 54px;
}

.big-h1-link:hover {
  color: #fd2d2d;
}

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

.link-cascade.central {
  margin-top: 15px;
  padding-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.social-img-block {
  margin-left: 12px;
  padding: 8px;
}

.social-img-block:hover {
  padding: 8px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.12);
}

.large-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 80px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.project-section {
  background-color: #fff;
}

.project-section.adr-section {
  background-color: #fae4de;
}

.project-section.rg-section {
  background-color: #141b3a;
}

.project-section.teleport-section {
  background-color: #000;
}

.project-section.ips-project-section {
  background-color: #000;
}

.project-section.coinmatic-section {
  background-color: #fcfcff;
}

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

.footer-heading {
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.social-img-block-central {
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
}

.social-img-block-central:hover {
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.05);
}

.spacer-mini {
  height: 50px;
}

.hero-subtitle {
  width: 100%;
  padding-right: 70px;
  font-size: 50px;
  line-height: 80px;
  text-align: left;
}

.logo-img {
  margin-bottom: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.project-subtitle {
  font-weight: 100;
}

.project-subtitle.adr-subtitle {
  color: #e77b54;
}

.project-subtitle.rg-project-subtitle {
  color: #2fbdc1;
}

.project-subtitle.teleport-project-subtitle {
  color: #fff;
}

.project-subtitle.lpa-project-subtitle {
  color: #aaa;
}

.project-subtitle.ips-project-subtitle {
  color: #3179ff;
}

.project-subtitle.sl-project-subtitle {
  color: #000;
}

.project-subtitle.coinmatic-project-subtitle {
  color: #4f3ee5;
}

.projects-details-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  text-align: left;
}

.project-data-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.project-description-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 200px;
  -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;
}

.project-description-text {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.project-description-text.ondark {
  color: rgba(255, 255, 255, 0.7);
}

.project-description-text.onlight {
  color: rgba(0, 0, 0, 0.7);
}

.project-description-text.onlight.added {
  display: block;
}

.hero-block {
  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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.short-bio-block {
  width: 60%;
  margin-top: 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.project-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.project-data-title {
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-weight: 900;
}

.project-data-title.sl-data-title {
  display: none;
  margin-bottom: 8px;
  color: #03f;
}

.slider-ondark {
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0);
}

.slider-right-arrow {
  right: 0px;
  display: block;
  overflow: visible;
  width: 30%;
  border-radius: 0px 16px 16px 0px;
  box-shadow: inset -20px 0 20px 2px transparent;
  -webkit-transition: all 250ms cubic-bezier(.215, .61, .355, 1);
  transition: all 250ms cubic-bezier(.215, .61, .355, 1);
  cursor: e-resize;
}

.slider-right-arrow:hover {
  border-radius: 0px 16px 16px 0px;
  box-shadow: inset -160px 0 420px -100px rgba(0, 0, 0, 0.16);
}

.slider-right-arrow.feedback-ondark {
  box-shadow: inset -20px 0 20px 2px hsla(0, 0%, 100%, 0);
}

.slider-right-arrow.feedback-ondark:hover {
  box-shadow: inset -140px 0 140px -100px hsla(0, 0%, 100%, 0.25);
}

.chevron-icon-left {
  left: -13%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
}

.chevron-icon-left.on-light {
  color: rgba(0, 0, 0, 0.1);
}

.chevron-icon-right {
  left: auto;
  top: 0%;
  right: -13%;
  bottom: 0%;
  display: block;
}

.chevron-icon-right.on-light {
  color: rgba(0, 0, 0, 0.1);
}

.data-link {
  color: #86c8ca;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.data-link.sl-link {
  color: #03f;
}

.data-link.sl-link:hover {
  color: #fd2d2d;
}

.data-link.lpa-project-link {
  color: #4f3ce6;
}

.data-link.lpa-project-link:hover {
  color: #fd2d2d;
}

.data-link.ips-data-link {
  color: #3179ff;
}

.data-link.ips-data-link:hover {
  color: #fd2d2d;
}

.data-link.rg-link {
  color: #2fbdc1;
}

.data-link.rg-link:hover {
  color: #fd2d2d;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
}

.head-seaction {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(73%, transparent), to(rgba(0, 0, 0, 0.02)));
  background-image: linear-gradient(180deg, transparent 73%, rgba(0, 0, 0, 0.02));
}

.slider-mask-onlight {
  border-radius: 16px;
  box-shadow: none;
}

.slide-nav {
  bottom: -60px;
}

.slider-mask-ondark {
  border-radius: 16px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.11);
}

.slider-onlight {
  overflow: visible;
  height: 100%;
  background-color: transparent;
}

.big-h1-link-black {
  margin-top: 0px;
  float: left;
  clear: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
}

.big-h1-link-black:hover {
  color: #fd2d2d;
  text-transform: none;
}

.text-span-5 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fd2d2d;
}

.text-span-5:hover {
  padding-right: 40px;
}

.overline {
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.overline.ondark-overline {
  color: #fff;
}

.data-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.heading-2 {
  color: #a0a0a0;
  font-weight: 500;
  letter-spacing: 1px;
}

.bio-head {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 57px;
  font-weight: 700;
  text-align: left;
}

.slider-left-arrow {
  left: 0px;
  display: block;
  overflow: visible;
  width: 30%;
  border-radius: 16px 0px 0px 16px;
  box-shadow: inset -20px 0 20px 2px transparent;
  -webkit-transition: all 250ms cubic-bezier(.215, .61, .355, 1);
  transition: all 250ms cubic-bezier(.215, .61, .355, 1);
  cursor: w-resize;
}

.slider-left-arrow:hover {
  border-radius: 16px 0px 0px 16px;
  box-shadow: inset 160px 0 420px -100px rgba(0, 0, 0, 0.16);
}

.slider-left-arrow.ondark {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.01)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.01), hsla(0, 0%, 100%, 0));
}

.slider-left-arrow.ondark:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0));
}

.slider-left-arrow.feedback-ondark {
  box-shadow: inset -20px 0 20px 2px hsla(0, 0%, 100%, 0);
  cursor: w-resize;
}

.slider-left-arrow.feedback-ondark:hover {
  box-shadow: inset 140px 0 140px -100px hsla(0, 0%, 100%, 0.25);
}

.nav-menu-dark {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #fff;
}

.divider-center {
  width: 200px;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fd2d2d;
}

.button {
  position: absolute;
  left: 33px;
  top: 24px;
  z-index: 50000;
}

.language-divider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.text-div {
  padding-right: 6px;
  padding-left: 6px;
  opacity: 1;
  color: #fd2d2d;
  font-weight: 700;
}

.language-links {
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 700;
  cursor: pointer;
}

.language-links:hover {
  opacity: 0.7;
  font-style: normal;
  text-decoration: none;
}

.language-links.active {
  opacity: 1;
  cursor: pointer;
}

.heading-3 {
  font-weight: 700;
}

.italian-bio {
  width: 100%;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
}

.multi-lang-bio {
  width: 60%;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
}

.english-bio {
  width: 100%;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
}

.language-links-dark {
  padding-right: 6px;
  padding-left: 6px;
  opacity: 0.3;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.language-links-dark.active {
  opacity: 1;
  cursor: pointer;
}

.language-links-dark.active-dark {
  opacity: 0.99;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-span-6 {
  color: #fd2d2d;
}

.more-info-link {
  display: block;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 700;
  cursor: pointer;
}

.more-info-link:hover {
  color: #fd2d2d;
  font-style: normal;
  text-decoration: none;
}

.more-info-link.active {
  opacity: 1;
  cursor: pointer;
}

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

  .hero-text {
    padding-right: 0px;
  }

  .head-container {
    padding: 40px 40px 80px;
  }

  .project-title-header {
    font-size: 54px;
  }

  .project-title-header.sl-header {
    line-height: 64px;
  }

  .project-data-text.ondark-data {
    width: 50%;
  }

  .project-data-text.onlight {
    width: 50%;
    margin-bottom: 0px;
  }

  .navbar-dark {
    max-width: 1400px;
  }

  .body {
    overflow: hidden;
  }

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

  .about-contents-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-content-block {
    width: 100%;
  }

  .wall-type {
    left: -7%;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .link-cascade {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-img-block {
    margin-right: 20px;
    margin-left: 0px;
  }

  .large-container {
    padding: 80px 40px;
  }

  .social-img-block-central {
    margin-right: 20px;
    margin-left: 0px;
  }

  .logo-img {
    display: none;
  }

  .projects-details-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-data-block {
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .project-description-block {
    width: 100%;
    padding-right: 5%;
  }

  .short-bio-block {
    width: 100%;
  }

  .slider-ondark {
    border-radius: 16px;
  }

  .slider-right-arrow {
    width: 30%;
  }

  .slider-right-arrow:hover {
    box-shadow: inset -160px 0 420px -100px transparent;
  }

  .menu-button-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .slider-onlight {
    border-radius: 16px;
  }

  .data-container {
    width: 100%;
    margin-top: 40px;
  }

  .slider-left-arrow {
    width: 30%;
  }

  .slider-left-arrow:hover {
    box-shadow: inset 160px 0 420px -100px transparent;
  }

  .menu-button-dark {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .italian-bio {
    width: 100%;
  }

  .multi-lang-bio {
    width: 100%;
  }

  .english-bio {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 22px;
  }

  .brand {
    margin-left: 0px;
  }

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

  .head-container {
    padding-bottom: 40px;
  }

  .divider {
    margin-top: 24px;
    margin-bottom: 56px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .spacer {
    height: 25px;
  }

  .project-title-header {
    font-size: 42px;
    line-height: 50px;
  }

  .project-title-header.sl-header {
    line-height: 56px;
  }

  .project-title-header.adr-header {
    color: #000;
  }

  .project-data-text.ondark-data {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .project-data-text.onlight {
    font-size: 14px;
    font-weight: 500;
  }

  .navbar-dark {
    padding-right: 22px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .about-contents-block {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-dark {
    font-size: 48px;
    line-height: 60px;
  }

  .about-content-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bio-text {
    font-size: 24px;
    line-height: 38px;
  }

  .wall-type {
    left: -10%;
  }

  .wall-type:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  .bio-title {
    font-size: 24px;
    line-height: 34px;
  }

  .bio-secondary-info {
    font-size: 24px;
    line-height: 34px;
  }

  .bio-overline {
    font-size: 12px;
    line-height: 27px;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .link-cascade {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-img-block {
    margin-right: 20px;
    margin-left: 0px;
  }

  .large-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-heading {
    font-size: 32px;
  }

  .social-img-block-central {
    margin-right: 10px;
    margin-left: 0px;
  }

  .spacer-mini {
    height: 25px;
  }

  .hero-subtitle {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .project-subtitle.adr-subtitle {
    font-weight: 300;
  }

  .project-subtitle.rg-project-subtitle {
    font-weight: 300;
  }

  .project-subtitle.teleport-project-subtitle {
    font-weight: 300;
  }

  .project-subtitle.lpa-project-subtitle {
    font-weight: 300;
  }

  .project-subtitle.ips-project-subtitle {
    font-weight: 300;
  }

  .project-subtitle.sl-project-subtitle {
    font-weight: 300;
  }

  .projects-details-block {
    margin-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-data-block {
    width: 100%;
    margin-top: 20px;
  }

  .project-description-block {
    width: 100%;
    padding-right: 0%;
  }

  .project-description-text.ondark {
    font-weight: 500;
  }

  .project-description-text.onlight {
    font-weight: 500;
  }

  .short-bio-block {
    margin-top: 24px;
  }

  .project-title-block {
    margin-bottom: 32px;
  }

  .project-data-title {
    color: #000;
  }

  .slider-ondark {
    border-radius: 12px;
  }

  .chevron-icon-left {
    left: -11%;
  }

  .chevron-icon-right {
    right: -11%;
  }

  .data-link {
    font-size: 14px;
  }

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

  .menu-button-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .slider-mask-onlight {
    border-radius: 12px;
  }

  .slide-nav {
    bottom: -48px;
  }

  .slider-mask-ondark {
    border-radius: 8px;
  }

  .slider-onlight {
    border-radius: 8px;
  }

  .big-h1-link-black {
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    font-size: 22px;
    line-height: 48px;
    font-weight: 900;
  }

  .overline {
    font-size: 12px;
  }

  .data-container {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .bio-head {
    font-size: 20px;
    line-height: 36px;
  }

  .menu-button-dark {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hamburgher-dark {
    color: #fff;
  }

  .divider-center {
    margin-top: 24px;
    margin-bottom: 56px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .italian-bio {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .multi-lang-bio {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .english-bio {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 50;
    padding-right: 8px;
    padding-left: 24px;
  }

  .brand {
    margin-left: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    z-index: 50;
    background-color: #fff;
    box-shadow: 0 20px 20px -9px rgba(0, 0, 0, 0.12);
  }

  .hero-text {
    font-size: 38px;
    line-height: 44px;
  }

  .head-container {
    padding: 40px 24px;
  }

  .divider {
    width: 140px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .spacer {
    height: 30px;
  }

  .project-title-header {
    font-size: 32px;
    line-height: 38px;
  }

  .project-title-header.sl-header {
    font-size: 32px;
    line-height: 38px;
  }

  .project-data-text.ondark-data {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .project-data-text.onlight {
    width: 100%;
    margin-top: 24px;
  }

  .navbar-dark {
    padding-right: 8px;
    padding-left: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .body {
    overflow: visible;
  }

  .bio-section {
    margin-bottom: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .about-contents-block {
    width: 100%;
    padding-left: 0px;
  }

  .h1-dark {
    font-size: 40px;
    line-height: 60px;
  }

  .about-content-block {
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .bio-text {
    font-size: 20px;
    line-height: 36px;
  }

  .wall-type {
    left: 0%;
    z-index: 0;
    overflow: hidden;
  }

  .wall-type:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  .multi-style-content {
    padding-bottom: 32px;
  }

  .bio-title {
    font-size: 20px;
    line-height: 34px;
  }

  .bio-secondary-info {
    font-size: 20px;
    line-height: 30px;
  }

  .bio-overline {
    font-size: 12px;
    line-height: 27px;
  }

  .nav-link-light {
    margin-right: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
  }

  .big-text-container {
    z-index: 0;
  }

  .big-h1-link {
    font-size: 40px;
  }

  .link-cascade {
    margin-top: 21px;
    -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;
  }

  .link-cascade.central {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-img-block {
    margin-right: 4px;
    margin-left: 0px;
    padding: 8px;
  }

  .social-img-block:hover {
    padding: 8px;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.05);
  }

  .large-container {
    padding: 40px 24px;
  }

  .footer-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 42px;
  }

  .social-img-block-central {
    margin-right: 6px;
    margin-left: 0px;
  }

  .spacer-mini {
    height: 30px;
  }

  .hero-subtitle {
    margin-top: 5px;
    padding-right: 0px;
    font-size: 26px;
  }

  .project-data-block {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-description-block {
    padding-right: 0%;
  }

  .slider-right-arrow {
    left: auto;
    right: 0px;
    width: 20%;
  }

  .chevron-icon-left {
    left: -18px;
  }

  .chevron-icon-right {
    right: -18px;
  }

  .menu-button-2.w--open {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .slider-mask-onlight {
    border-radius: 8px;
  }

  .slide-nav {
    bottom: -48px;
  }

  .big-h1-link-black:active {
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.05);
    box-shadow: 0 5px 20px -17px #000;
  }

  .data-container {
    margin-top: 8px;
  }

  .slider-left-arrow {
    width: 20%;
  }

  .icon {
    color: #000;
  }

  .hamburgher-menu {
    color: #000;
  }

  .menu-button-dark {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
  }

  .menu-button-dark:hover {
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.08);
  }

  .menu-button-dark:active {
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.12);
    color: #fff;
  }

  .menu-button-dark.w--open {
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.08);
  }

  .nav-menu-dark {
    z-index: 50;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    background-color: #0a0a0a;
    box-shadow: 0 20px 20px -9px rgba(0, 0, 0, 0.12);
    color: #000;
  }

  .divider-center {
    width: 140px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .italian-bio {
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .multi-lang-bio {
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .english-bio {
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

